summaryrefslogtreecommitdiff
path: root/src/controls/TabView.qml
Commit message (Expand)AuthorAgeFilesLines
* Remove workaround for ownership issue with newly created tabsSimon Hausmann2014-01-081-3/+1
* Doc: Fix links to Qt Quick Controls Styles itemsCaroline Chao2013-10-231-1/+1
* Doc: Changed the \since argument to the Qt version.Jerome Pasion2013-09-261-1/+1
* Merge branch 'stable' into devGabriel de Dietrich2013-09-181-12/+25
|\
| * Fix Tab ownership issue that has been blocking stable->dev mergeJ-P Nurmi2013-09-181-1/+3
| * TabView: fix dynamic tab handlingJ-P Nurmi2013-09-031-12/+23
* | Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-2/+2
|/
* Improve default size for several controlsJens Bache-Wiig2013-06-031-1/+2
* Remove unnecessary bottom margin for TabView on macJens Bache-Wiig2013-06-031-1/+1
* Rename::tabAt(index) to getTab(index)J-P Nurmi2013-05-291-1/+1
* Enable padding as a grouped propertyJens Bache-Wiig2013-05-241-1/+1
* Make QQuickSettings::style a property with a notifier signalJ-P Nurmi2013-05-241-1/+1
* Refactor and clean up public style APIJens Bache-Wiig2013-05-081-9/+10
* Fix TabView not to insert duplicate tabsJ-P Nurmi2013-05-071-26/+22
* Doc: correct for compliancy with Writing GuidelinesNico Vertriest2013-05-071-0/+1
* TabView: use internally ListModel instead of JS array for tabsJ-P Nurmi2013-04-301-11/+11
* Add TabView::moveTab(from, to)J-P Nurmi2013-04-301-0/+18
* Mouse click tab in TabView will focus next in chainLiang Qi2013-04-231-0/+1
* Make tab accessibility work.Morten Johan Sørvig2013-04-171-2/+2
* TabView: support dynamic tabs with createObject() and destroy()J-P Nurmi2013-04-161-2/+26
* Remove hard dependency on widgetsJens Bache-Wiig2013-04-151-2/+1
* Cleanup the superfluous \internal tags that are no longer neededJ-P Nurmi2013-04-081-2/+0
* Doc: minor language editsNico Vertriest2013-04-051-4/+4
* TabView: add implicitWidth and implicitHeightCaroline Chao2013-03-191-0/+2
* Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi2013-03-191-0/+2
* TabView: Don't give a default size to the TabViewCaroline Chao2013-03-181-2/+0
* Make TabView::tabPosition use the Qt::Edge enumJ-P Nurmi2013-03-151-7/+7
* Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao2013-03-141-1/+1
* Update TabView API and allow inser/remove of tabsJens Bache-Wiig2013-03-011-33/+92
* Some spelling fixes.Jens Bache-Wiig2013-02-271-1/+1
* Make the doc index page actually usefulJens Bache-Wiig2013-02-271-2/+2
* Improving styling for focus in TabFrame and etcLiang Qi2013-02-251-10/+12
* Rename TabFrame to TabViewJens Bache-Wiig2013-02-221-0/+155