aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
Commit message (Expand)AuthorAgeFilesLines
...
* QQuickControl: Accept all the mouse events by defaultGabriel de Dietrich2015-06-265-9/+18
* 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-253-2/+126
* 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
* Declare PageIndicator::delegate in C++J-P Nurmi2015-06-232-1/+28
* 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-2317-87/+249
* TabBar: ensure correct destruction order to avoid crashes in tst_tabbarJ-P Nurmi2015-06-231-1/+5
* Add Frame::contentData & contentChildrenJ-P Nurmi2015-06-182-0/+38
* Frame, GroupBox, ToolBar: restore contentWidth & contentHeightJ-P Nurmi2015-06-185-5/+57
* Revert "Rename Control::availableWidth/Height to contentWidth/Height"J-P Nurmi2015-06-182-28/+26
* 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