aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Add support for flat ButtonsJ-P Nurmi2016-05-182-1/+32
* QQuickPopup: cleanup window usageJ-P Nurmi2016-05-121-13/+7
* QQuickPopup: don't reposition when hiddenJ-P Nurmi2016-05-121-0/+3
* Popup: respect "dim: false" for modal popupsJ-P Nurmi2016-05-121-7/+10
* QQuickMenu: cull items outside the popupJ-P Nurmi2016-05-121-1/+3
* Popup: restore focus to contentItem of ApplicationWindow when closingMitch Curtis2016-05-112-0/+8
* SpinBox: add a doc snippet that creates a floating point SpinBoxMitch Curtis2016-05-111-0/+7
* QQuickPopup: emit xChanged() and yChanged() when _local_ coords changeJ-P Nurmi2016-05-112-10/+20
* QQuickPopup: align position accessors with x/y accessorsJ-P Nurmi2016-05-111-32/+15
* Popup: use margins to determine whether to push inside window boundsJ-P Nurmi2016-05-101-61/+70
* Menu: support dynamically added items in the same way as static onesMitch Curtis2016-05-101-7/+16
* Tumbler: calculate proper displacement when count <= visibleItemCountNikita Krupenko2016-05-091-3/+7
* Popup: make x() and y() return the effective coordinatesJ-P Nurmi2016-05-091-4/+16
* Fix overlay stacking order for multiple modal popupsNikita Krupenko2016-05-091-4/+2
* QQuickContainer: add missing null checkJ-P Nurmi2016-05-041-5/+7
* Fix SwipeDelegate's detailed descriptionMitch Curtis2016-05-041-2/+2
* QQuickSwitch: fix the order of checkedChanged() vs. clicked()J-P Nurmi2016-05-041-1/+4
* Fix accessibilityJ-P Nurmi2016-05-038-0/+38
* QQuickPopup: listen to parent item's window changesJ-P Nurmi2016-05-032-6/+19
* Fix overlay stacking orderJ-P Nurmi2016-05-031-8/+38
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-05-021-11/+17
* Popup: emit opened() when fully openedJ-P Nurmi2016-04-291-1/+2
* Revert Tumbler::displacement to position changesJ-P Nurmi2016-04-292-53/+45
* Avoid "implicitWidth/Height redefined" warningsMitch Curtis2016-04-294-12/+12
* ComboBox: separate indicatorJ-P Nurmi2016-04-282-1/+33
* Align header guards: all uppercase & match with the file nameJ-P Nurmi2016-04-285-13/+13
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-04-273-5/+24
* Tumbler: normalize position to [-1.0..1.0]J-P Nurmi2016-04-271-16/+24
* Tumbler: rename displacement to positionJ-P Nurmi2016-04-272-31/+31
* Move highlighted to subclasses that actually use itMitch Curtis2016-04-2714-44/+225
* Q_QUICKTEMPLATES2_EXPORT => Q_QUICKTEMPLATES2_PRIVATE_EXPORTMitch Curtis2016-04-2750-64/+64
* Popup: separate modal and modeless background dimmingJ-P Nurmi2016-04-276-41/+158
* Introduce Page::titleKonstantin Ritt2016-04-272-0/+27
* Control: rename activeKeyFocus to visualFocusJ-P Nurmi2016-04-262-11/+11
* Allow attaching TextArea to a FlickableJ-P Nurmi2016-04-263-5/+258
* Doc: fix base type of MenuItemNikita Krupenko2016-04-261-1/+1
* Remove "strong" focus policy from menu items created by ComboBoxNikita Krupenko2016-04-261-1/+3
* Use ToolTip font from themeNikita Krupenko2016-04-262-0/+8
* Doc: add missing ToolButton screenshotJ-P Nurmi2016-04-261-19/+2
* Improve Drawer docsJ-P Nurmi2016-04-261-2/+31
* Doc: add missing Tumbler attached propertiesJ-P Nurmi2016-04-251-0/+25
* Promote QQuickToolTip's repositioning code to QQuickPopupJ-P Nurmi2016-04-254-104/+68
* Doc: add "Popup Controls" group pageJ-P Nurmi2016-04-254-4/+7
* Set "strong" focus policy for buttons and slidersJ-P Nurmi2016-04-233-0/+5
* Move autoRepeat out of QQuickAbstractButtonMitch Curtis2016-04-235-14/+24
* Doc: cleanup remaining "labs" referencesJ-P Nurmi2016-04-2142-85/+2
* Doc: rename Qt.labs.controls 1.0 to QtQuick.Controls 2.0J-P Nurmi2016-04-2143-346/+346
* Fix SwipeDelegate to inherit ItemDelegateJ-P Nurmi2016-04-212-7/+7
* import Qt.labs.controls 1.0 => QtQuick.Controls 2.0J-P Nurmi2016-04-214-4/+4
* Add Drawer::dragMarginJ-P Nurmi2016-04-212-5/+43