aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
Commit message (Expand)AuthorAgeFilesLines
* ApplicationWindow: don't delete old headers and footersJ-P Nurmi2016-01-071-2/+4
* Doc: remove obsolete reference to Pushing Items from Qt Quick ControlsNikita Krupenko2016-01-051-1/+0
* Doc: fix code snippets in StackViewNikita Krupenko2016-01-051-2/+2
* Add title property to MenuBogDan Vatra2016-01-053-0/+30
* StackView: fix stack clear on replace of the topmost itemNikita Krupenko2016-01-041-1/+1
* Doc: fix attached property name in StackViewNikita Krupenko2016-01-041-1/+1
* ComboBox: fix displayText initializationJ-P Nurmi2015-12-231-1/+1
* Material: sync overlay background dimming with popup animsJ-P Nurmi2015-12-231-28/+43
* QQuickApplicationWindow: add locale propertyLiang Qi2015-12-213-0/+33
* Control: implement locale inheritanceLiang Qi2015-12-213-10/+71
* Drawer: fix regressionJ-P Nurmi2015-12-211-7/+8
* Replace Q_DECLARE_TYPEINFO(T, Q_COMPLEX_TYPE) by QML_DECLARE_TYPE(T)J-P Nurmi2015-12-2148-107/+71
* Drawer: tweak thresholds & offsetsJ-P Nurmi2015-12-201-10/+9
* Allow closing an opening popupJ-P Nurmi2015-12-191-2/+2
* QQuickApplicationWindowAttached: give full access to the overlayJ-P Nurmi2015-12-192-3/+3
* Just tidy up QQuickPopup a bitJ-P Nurmi2015-12-194-48/+41
* Rename Popup transitionsJ-P Nurmi2015-12-193-47/+49
* SpinBox: fix behavior on touch devicesJ-P Nurmi2015-12-182-16/+48
* Fix laggy background fading for DrawersJ-P Nurmi2015-12-181-4/+15
* Fix Drawer to not steal touch too eagerlyJ-P Nurmi2015-12-181-6/+16
* Fix build on ARM with -qreal floatJ-P Nurmi2015-12-188-11/+11
* Drawer: fix positioning when content size changesJ-P Nurmi2015-12-171-5/+18
* Make Drawers use the overlay background dimmingJ-P Nurmi2015-12-161-4/+34
* Fix StackView resizingJ-P Nurmi2015-12-163-14/+7
* StackView: print better error messagesJ-P Nurmi2015-12-161-0/+2
* Add Overlay::background that is shown when any modal popup is openJ-P Nurmi2015-12-153-2/+59
* Expose the actual type of QQuickApplicationWindow::overlay()Mitch Curtis2015-12-153-4/+6
* QQuickOverlay: use d-pointerMitch Curtis2015-12-152-17/+39
* Fix ScrollBar & ScrollIndicator for the new GalleryJ-P Nurmi2015-12-144-8/+34
* Popup: rename show()/hide() to open()/close()J-P Nurmi2015-12-145-24/+24
* Add QQuickControl::focusReasonJ-P Nurmi2015-12-129-2/+168
* AppWindow docs: fix \L -> \lJ-P Nurmi2015-12-121-1/+1
* Cleanup duplicate ApplicationWindow::activeFocusControl docsJ-P Nurmi2015-12-121-8/+0
* Add missing TextArea::pressAndHold() docsJ-P Nurmi2015-12-121-0/+8
* Fix QQuickComboBox::focusOutEvent()J-P Nurmi2015-12-121-1/+1
* Pane: don't let presses leak throughJ-P Nurmi2015-12-101-0/+2
* Add ApplicationWindow::activeFocusControlJ-P Nurmi2015-12-102-15/+91
* Use TabButtonFont and GroupBoxTitleFont from QPlatformThemeLiang Qi2015-12-102-2/+2
* Docs: ApplicationWindowJ-P Nurmi2015-12-102-5/+60
* Introduce PaneJ-P Nurmi2015-12-097-135/+367
* Rename Panel to PopupJ-P Nurmi2015-12-0911-184/+183
* StackView: fix property initializationJ-P Nurmi2015-12-091-2/+5
* Remove Control::layoutDirectionJ-P Nurmi2015-12-093-63/+8
* GroupBox: add an example of a checkable groupboxJ-P Nurmi2015-12-091-1/+14
* Add Control::localeJ-P Nurmi2015-12-075-30/+41
* StackView: fix crash when attempting to transition null itemsJ-P Nurmi2015-12-041-6/+6
* Add ComboBoxJ-P Nurmi2015-12-043-0/+943
* QQuickApplicationWindow: add font propertyLiang Qi2015-12-033-0/+67
* Implement QQuickMenuItem::defaultFont()J-P Nurmi2015-12-032-0/+8
* Promote Button::highlighted to AbstractButtonJ-P Nurmi2015-12-035-54/+33