aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename Control::availableWidth/Height to contentWidth/Height"J-P Nurmi2015-06-1817-72/+70
* 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-168-0/+69
* TextField & TextArea: fix placeholderJ-P Nurmi2015-06-162-4/+4
* 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-154-35/+659
* Demote some containers to plain controlsJ-P Nurmi2015-06-158-21/+21
* Promote contentItem from Container to ControlJ-P Nurmi2015-06-156-82/+55
* Rename Control::availableWidth/Height to contentWidth/HeightJ-P Nurmi2015-06-1518-70/+72
* Remove obsolete Container::contentWidth & contentHeightJ-P Nurmi2015-06-153-50/+1
* GroupBox/Frame/ToolBar: use positioners as content itemJ-P Nurmi2015-06-157-109/+68
* Remove contentWidth/Height usage where applicableJ-P Nurmi2015-06-146-30/+24
* Let QQuickGroupBox inherit QQuickFrameJ-P Nurmi2015-06-147-38/+127
* Pass new & old padding to QQuickControl::paddingChange()J-P Nurmi2015-06-144-17/+24
* Auto test anchors & attached objectsJ-P Nurmi2015-06-144-20/+107
* Rename QQuickTheme -> QQuickThemeAttachedJ-P Nurmi2015-06-143-222/+222
* tst_declarative: add qtquick.calendarJ-P Nurmi2015-06-141-0/+1
* TabButton: don't create two Theme objectsJ-P Nurmi2015-06-141-1/+1
* Move the drawer example under extrasJ-P Nurmi2015-06-1110-3/+6
* Slider: add from & to propertiesJ-P Nurmi2015-06-113-24/+191
* Auto test 100% declarative QML layerJ-P Nurmi2015-06-114-0/+210
* Tabs example: use TabBar & SwipeViewJ-P Nurmi2015-06-111-13/+20
* Import the new TabBar implementationJ-P Nurmi2015-06-113-27/+208
* Remove the old TabView implementationJ-P Nurmi2015-06-119-468/+2
* Add SwipeViewJ-P Nurmi2015-06-117-3/+432
* ProgressBar: add from, to & position propertiesJ-P Nurmi2015-06-104-14/+179
* Docs: ProgressBarJ-P Nurmi2015-06-107-6/+55
* Docs: SliderJ-P Nurmi2015-06-109-12/+104
* Docs: ToggleButtonJ-P Nurmi2015-06-1010-1/+55
* Docs: SwitchJ-P Nurmi2015-06-1010-3/+72
* Docs: Customizing Qt Quick ControlsJ-P Nurmi2015-06-104-81/+107
* Container: resize the content automaticallyJ-P Nurmi2015-06-0913-43/+33
* RadioButton docsJ-P Nurmi2015-06-099-1/+65
* CheckBox docsJ-P Nurmi2015-06-0910-4/+65
* Tweak Button docsJ-P Nurmi2015-06-091-17/+11
* Control docsJ-P Nurmi2015-06-091-12/+72
* Use Control::availableWidth and availableHeightJ-P Nurmi2015-06-0921-44/+44
* tst_objectcount: warmup with Buttons & exclude the test QQmlComponentJ-P Nurmi2015-06-064-12/+7
* Improve tst_objectcountJ-P Nurmi2015-06-064-5/+22
* Update .gitignoreJ-P Nurmi2015-06-061-0/+2
* Add Q_UNUSED() in addition to Q_ASSERT()J-P Nurmi2015-06-062-0/+2
* Control::availableWidth & availableHeightJ-P Nurmi2015-06-038-62/+134
* Improve Control::background automatic resizingJ-P Nurmi2015-05-232-2/+48
* Fix Control::mirroredChanged() emissionJ-P Nurmi2015-05-234-3/+40
* 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-234-55/+7
* Add read-only Control::contentWidth and contentHeightJ-P Nurmi2015-05-236-20/+58