aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Control::spacingJ-P Nurmi2015-06-3015-19/+61
* Cleanup & improve auto testsJ-P Nurmi2015-06-2918-162/+162
* Calendar: "soft" content item referencesJ-P Nurmi2015-06-293-13/+6
* Add tst_snippetsJ-P Nurmi2015-06-2769-2/+734
* StackView: Allow empty or null transitionsGabriel de Dietrich2015-06-264-23/+37
* QQuickControl: Accept all the mouse events by defaultGabriel de Dietrich2015-06-265-9/+18
* Remove PageIndicator::spacingJ-P Nurmi2015-06-251-4/+0
* Simplify Frame/GroupBox/ToolBar::contentWidth/Height bindingsJ-P Nurmi2015-06-253-6/+6
* Add Frame::contentChildrenChanged() notifierJ-P Nurmi2015-06-252-1/+14
* Docs: GroupBoxJ-P Nurmi2015-06-251-3/+28
* Docs: FrameJ-P Nurmi2015-06-251-6/+42
* Docs: TabBar & TabButtonJ-P Nurmi2015-06-252-4/+57
* Docs: ContainerJ-P Nurmi2015-06-251-18/+24
* Docs: ToolBar & ToolButtonJ-P Nurmi2015-06-253-3/+67
* Add qquicktoolbutton.cppJ-P Nurmi2015-06-255-3/+129
* QQuickTextAreaPrivate: inherit QQuickTextEditPrivateJ-P Nurmi2015-06-242-6/+3
* QQuickTextFieldPrivate: inherit QQuickTextInputPrivateJ-P Nurmi2015-06-242-6/+3
* Docs: ScrollBarJ-P Nurmi2015-06-241-8/+69
* Docs: ScrollIndicatorJ-P Nurmi2015-06-241-7/+68
* TextArea: add minimal docsJ-P Nurmi2015-06-231-0/+29
* Kill CalendarDelegateJ-P Nurmi2015-06-235-66/+12
* Calendar: declare delegate component properties in C++J-P Nurmi2015-06-239-27/+103
* Declare PageIndicator::delegate in C++J-P Nurmi2015-06-233-11/+40
* SwipeView: fix license headerJ-P Nurmi2015-06-231-1/+1
* Update SwipeViewJ-P Nurmi2015-06-234-144/+489
* Promote the content management API from TabBar to ContainerJ-P Nurmi2015-06-235-315/+393
* Tabs example: make the layout fit a narrow screenJ-P Nurmi2015-06-231-2/+10
* Docs: fix qdoc warningsJ-P Nurmi2015-06-237-15/+27
* Docs: Customizing Qt Quick Controls 2J-P Nurmi2015-06-2334-87/+303
* TabBar: ensure correct destruction order to avoid crashes in tst_tabbarJ-P Nurmi2015-06-231-1/+5
* Add Frame::contentData & contentChildrenJ-P Nurmi2015-06-185-15/+41
* Add plugins.qmltypesJ-P Nurmi2015-06-183-0/+648
* Frame, GroupBox, ToolBar: restore contentWidth & contentHeightJ-P Nurmi2015-06-1812-79/+166
* 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