aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
* Remove the old TabView implementationJ-P Nurmi2015-06-113-367/+0
* ProgressBar: add from, to & position propertiesJ-P Nurmi2015-06-102-13/+112
* Docs: ProgressBarJ-P Nurmi2015-06-106-6/+51
* Docs: SliderJ-P Nurmi2015-06-108-12/+100
* Docs: ToggleButtonJ-P Nurmi2015-06-109-1/+51
* Docs: SwitchJ-P Nurmi2015-06-109-3/+68
* Docs: Customizing Qt Quick ControlsJ-P Nurmi2015-06-104-81/+107
* Container: resize the content automaticallyJ-P Nurmi2015-06-094-1/+33
* RadioButton docsJ-P Nurmi2015-06-098-1/+61
* CheckBox docsJ-P Nurmi2015-06-099-4/+61
* Tweak Button docsJ-P Nurmi2015-06-091-17/+11
* Control docsJ-P Nurmi2015-06-091-12/+72
* Add Q_UNUSED() in addition to Q_ASSERT()J-P Nurmi2015-06-062-0/+2
* Control::availableWidth & availableHeightJ-P Nurmi2015-06-036-60/+39
* Improve Control::background automatic resizingJ-P Nurmi2015-05-231-2/+2
* Fix Control::mirroredChanged() emissionJ-P Nurmi2015-05-233-3/+5
* QQuickContainer: omit automatic content size notifiersJ-P Nurmi2015-05-232-0/+14
* QQuickControlPrivate::resizeBackground()J-P Nurmi2015-05-232-11/+21
* Button: revert automatic label layoutingJ-P Nurmi2015-05-233-55/+2
* Add read-only Control::contentWidth and contentHeightJ-P Nurmi2015-05-236-20/+58
* Expose read-only bool Control::mirrored property for convenienceJ-P Nurmi2015-05-224-12/+21
* Promote layoutDirection & effectiveLayoutDirection to ControlJ-P Nurmi2015-05-2210-145/+50
* Fix writable ScrollBar/Indicator position & size propertiesJ-P Nurmi2015-05-222-4/+4
* QQuickButton: Add canceled signalGabriel de Dietrich2015-04-292-9/+31
* Button docsJ-P Nurmi2015-04-288-8/+79
* Button: provide a default size for the label delegateJ-P Nurmi2015-04-283-1/+48
* Set BusyIndicator::running to true by defaultFrederik Gladhorn2015-04-271-1/+1
* Add QQuickControl::paddingChange()J-P Nurmi2015-04-272-4/+19
* ExclusiveGroup: don't crash when passing nullJ-P Nurmi2015-04-251-0/+6
* Add basic ApplicationWindow docsFrederik Gladhorn2015-04-241-6/+23
* Fix module exports (windows build)Frederik Gladhorn2015-04-241-1/+1
* QQuickStackView: fix buildJ-P Nurmi2015-04-231-1/+1
* Rename module to qtquickcontrols2Frederik Gladhorn2015-04-211-1/+1
* QQuickAbstractStackView: fix buildLiang Qi2015-04-171-1/+1
* Pimplify QQuickExclusiveAttachedJ-P Nurmi2015-04-152-9/+21
* Add missing QQuickButton::pressed() & released() signalsJ-P Nurmi2015-04-152-3/+27
* Fix QQuickContainer::contentItemChange()J-P Nurmi2015-04-151-1/+1
* Add a missing include to fix shadow buildLiang Qi2015-04-141-0/+1
* Fix vertical SliderJ-P Nurmi2015-04-141-1/+1
* Remove "abstract" prefix from the C++ classesJ-P Nurmi2015-04-1056-1015/+1015
* Add QQuickAbstractContainer::contentItemChange()J-P Nurmi2015-04-102-0/+9
* Implement StackView in C++J-P Nurmi2015-04-095-208/+1108
* Remove SpinBoxJ-P Nurmi2015-03-303-432/+0
* QQuickAbstractStackView: fix buildJ-P Nurmi2015-03-281-1/+1
* QQuickAbstractLabel: inherit QQuickTextJ-P Nurmi2015-03-183-0/+191
* Fix QQuickItemPrivate::(width|height)Valid usageJ-P Nurmi2015-03-137-14/+43
* Implement Style as an attached propertyJ-P Nurmi2015-03-1117-805/+11
* Add missing includesFrederik Gladhorn2015-03-061-0/+2
* QQuickAbstractTextArea: inherit QQuickTextEditJ-P Nurmi2015-03-062-43/+131
* QQuickAbstractTextField: inherit QQuickTextInputJ-P Nurmi2015-03-062-44/+131