aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add tst_snippetsJ-P Nurmi2015-06-271-1/+1
* 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-234-65/+7
* 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-233-144/+69
* Promote the content management API from TabBar to ContainerJ-P Nurmi2015-06-235-315/+393
* 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-188-23/+75
* Revert "Rename Control::availableWidth/Height to contentWidth/Height"J-P Nurmi2015-06-1816-56/+54
* 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-153-35/+239
* 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-1517-54/+56
* Remove obsolete Container::contentWidth & contentHeightJ-P Nurmi2015-06-153-50/+1
* GroupBox/Frame/ToolBar: use positioners as content itemJ-P Nurmi2015-06-153-18/+12
* 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
* Rename QQuickTheme -> QQuickThemeAttachedJ-P Nurmi2015-06-143-222/+222
* TabButton: don't create two Theme objectsJ-P Nurmi2015-06-141-1/+1
* Slider: add from & to propertiesJ-P Nurmi2015-06-112-24/+113
* Import the new TabBar implementationJ-P Nurmi2015-06-113-27/+208
* Remove the old TabView implementationJ-P Nurmi2015-06-117-463/+0