aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
* Frame: inherit Control instead of ContainerJ-P Nurmi2015-06-183-7/+7
* StackView: inherit Control instead of ContainerJ-P Nurmi2015-06-183-8/+8
* Docs: TextFieldJ-P Nurmi2015-06-167-0/+65
* TextArea: sync background resizing with ControlJ-P Nurmi2015-06-161-11/+21
* TextField: sync background resizing with ControlJ-P Nurmi2015-06-161-11/+21
* TabBar: implement contentData & contentChildrenJ-P Nurmi2015-06-152-34/+238
* Demote some containers to plain controlsJ-P Nurmi2015-06-152-5/+5
* Promote contentItem from Container to ControlJ-P Nurmi2015-06-156-82/+55
* Rename Control::availableWidth/Height to contentWidth/HeightJ-P Nurmi2015-06-153-26/+28
* Remove obsolete Container::contentWidth & contentHeightJ-P Nurmi2015-06-153-50/+1
* Let QQuickGroupBox inherit QQuickFrameJ-P Nurmi2015-06-146-37/+123
* Pass new & old padding to QQuickControl::paddingChange()J-P Nurmi2015-06-144-17/+24
* Slider: add from & to propertiesJ-P Nurmi2015-06-112-24/+113
* Import the new TabBar implementationJ-P Nurmi2015-06-112-4/+204
* 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