aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Container: virtual itemAdded() & itemRemoved() hooksJ-P Nurmi2015-10-225-29/+28
* Move the internal ExclusiveGroup from TabBar to ContainerJ-P Nurmi2015-10-224-55/+87
* Re-introduce SpinBoxJ-P Nurmi2015-10-2214-1/+853
* Flat style: fix inheritance for re-parented itemsJ-P Nurmi2015-10-221-2/+2
* Share style inheritance related helpersJ-P Nurmi2015-10-225-100/+179
* Add ExclusiveGroup::isCheckable(QtObject)J-P Nurmi2015-10-222-0/+20
* Promote current index handling from SwipeView to ContainerJ-P Nurmi2015-10-225-45/+40
* QQuickControl: dynamically create a11y attached objectLiang Qi2015-10-2128-106/+329
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* TextArea & TextField: fix placeholder alignmentJ-P Nurmi2015-10-202-0/+4
* Docs: disambiguate group sectionsJ-P Nurmi2015-10-2029-107/+97
* Docs: Input groupJ-P Nurmi2015-10-1913-11/+93
* Docs: Containers groupJ-P Nurmi2015-10-1913-36/+114
* Docs: Navigation groupJ-P Nurmi2015-10-199-52/+78
* Docs: improve Indicators & Buttons groupsJ-P Nurmi2015-10-192-4/+10
* Docs: include ScrollBar in indicators & add a screenshotJ-P Nurmi2015-10-193-8/+15
* Docs: link from BusyIndicator to Customizing BusyIndicatorJ-P Nurmi2015-10-191-7/+1
* Doc: RangeSlider: Move methods out of property groupsTopi Reinio2015-10-191-30/+33
* Update plugins.qmltypesJ-P Nurmi2015-10-163-231/+134
* PageIndicator: fix initialization of the 'pressed' context-propertyJ-P Nurmi2015-10-162-10/+19
* Docs: Indicators groupJ-P Nurmi2015-10-159-20/+70
* Docs: Buttons groupJ-P Nurmi2015-10-1518-10/+86
* Button & ToolButton: visualize checked stateJ-P Nurmi2015-10-152-6/+7
* Improve tst_Gifs::rangeSlider()Mitch Curtis2015-10-141-0/+0
* Docs: Control::fontJ-P Nurmi2015-10-141-0/+20
* Docs: LabelJ-P Nurmi2015-10-144-1/+37
* Docs: SwipeViewJ-P Nurmi2015-10-143-1/+33
* Add RangeSliderMitch Curtis2015-10-1417-0/+1237
* QQuickApplicationWindow: Make contentItem() constGabriel de Dietrich2015-10-142-5/+6
* Fix tabsJ-P Nurmi2015-10-131-0/+1
* Document Container::currentIndex & currentItemJ-P Nurmi2015-10-131-2/+2
* Docs: make Container non-qmlabstractJ-P Nurmi2015-10-131-2/+3
* Flatten tests/auto/snippets/dataJ-P Nurmi2015-10-134-7/+7
* StackView: add some missing docsJ-P Nurmi2015-10-122-26/+183
* Add CheckBox::tristate & checkStateJ-P Nurmi2015-10-125-6/+123
* Merge Checkable into AbstractButtonJ-P Nurmi2015-10-1216-353/+150
* TextArea: fix implicit sizeJ-P Nurmi2015-10-114-2/+47
* Fix StackView attached propertyJ-P Nurmi2015-10-114-41/+40
* Attached properties are now available using the QML composite type nameJ-P Nurmi2015-10-091-1/+1
* Button: add a MouseEvent argument for the signalsJ-P Nurmi2015-10-093-19/+52
* Add AbstractButton::doubleClicked() signalJ-P Nurmi2015-10-092-0/+14
* Docs: sync Button::clicked() description with pressed() and released()J-P Nurmi2015-10-091-1/+1
* Support for Frame as Panel top-level itemGabriel de Dietrich2015-10-092-0/+16
* ApplicationWindow: Add interstitial content itemGabriel de Dietrich2015-10-092-1/+31
* Fix crash in theme code when loading engines in successionJ-P Nurmi2015-10-091-5/+6
* Fixed TabBar reset currentIndex to -1 on completionNikita Krupenko2015-10-081-1/+0
* Add missing "We mean it" comments to private header.Friedemann Kleint2015-10-051-0/+11
* Docs: use constant-value -tables for supported enum valuesJ-P Nurmi2015-10-046-35/+19
* Calendar: improve the documentation about 0-based month numbersJ-P Nurmi2015-10-043-38/+66
* Add Calendar singletonJ-P Nurmi2015-10-046-4/+187