summaryrefslogtreecommitdiff
path: root/src/controls/TabView.qml
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Doc: Fix links to Qt Quick Controls Styles itemsCaroline Chao1-1/+1
2013-09-26Doc: Changed the \since argument to the Qt version.Jerome Pasion1-1/+1
2013-09-18Merge branch 'stable' into devGabriel de Dietrich1-12/+25
2013-09-18Fix Tab ownership issue that has been blocking stable->dev mergeJ-P Nurmi1-1/+3
2013-09-10Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig1-2/+2
2013-09-03TabView: fix dynamic tab handlingJ-P Nurmi1-12/+23
2013-06-03Improve default size for several controlsJens Bache-Wiig1-1/+2
2013-06-03Remove unnecessary bottom margin for TabView on macJens Bache-Wiig1-1/+1
2013-05-29Rename::tabAt(index) to getTab(index)J-P Nurmi1-1/+1
2013-05-24Enable padding as a grouped propertyJens Bache-Wiig1-1/+1
2013-05-24Make QQuickSettings::style a property with a notifier signalJ-P Nurmi1-1/+1
2013-05-08Refactor and clean up public style APIJens Bache-Wiig1-9/+10
2013-05-07Fix TabView not to insert duplicate tabsJ-P Nurmi1-26/+22
2013-05-07Doc: correct for compliancy with Writing GuidelinesNico Vertriest1-0/+1
2013-04-30TabView: use internally ListModel instead of JS array for tabsJ-P Nurmi1-11/+11
2013-04-30Add TabView::moveTab(from, to)J-P Nurmi1-0/+18
2013-04-23Mouse click tab in TabView will focus next in chainLiang Qi1-0/+1
2013-04-17Make tab accessibility work.Morten Johan Sørvig1-2/+2
2013-04-16TabView: support dynamic tabs with createObject() and destroy()J-P Nurmi1-2/+26
2013-04-15Remove hard dependency on widgetsJens Bache-Wiig1-2/+1
2013-04-08Cleanup the superfluous \internal tags that are no longer neededJ-P Nurmi1-2/+0
2013-04-05Doc: minor language editsNico Vertriest1-4/+4
2013-03-19TabView: add implicitWidth and implicitHeightCaroline Chao1-0/+2
2013-03-19Support QQuickItem.activeFocusOnTab in QtQuick.ControlsLiang Qi1-0/+2
2013-03-18TabView: Don't give a default size to the TabViewCaroline Chao1-2/+0
2013-03-15Make TabView::tabPosition use the Qt::Edge enumJ-P Nurmi1-7/+7
2013-03-14Change imports from QtQuick 2.0 to QtQuick 2.1Caroline Chao1-1/+1
2013-03-01Update TabView API and allow inser/remove of tabsJens Bache-Wiig1-33/+92
2013-02-27Some spelling fixes.Jens Bache-Wiig1-1/+1
2013-02-27Make the doc index page actually usefulJens Bache-Wiig1-2/+2
2013-02-25Improving styling for focus in TabFrame and etcLiang Qi1-10/+12
2013-02-22Rename TabFrame to TabViewJens Bache-Wiig1-0/+155