aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make Qt::Key_Escape close MenuMitch Curtis2015-12-031-0/+3
* Add MenuMitch Curtis2015-12-026-0/+830
* Control: resolve the font a bit earlierLiang Qi2015-12-018-1/+64
* Added defaultFont() for QQuickControl and etcLiang Qi2015-12-0115-1/+92
* Add ItemDelegateJ-P Nurmi2015-11-253-0/+151
* Fix ScrollBar layoutingJ-P Nurmi2015-11-241-14/+26
* Fix ScrollIndicator layoutingJ-P Nurmi2015-11-241-14/+26
* Docs: remove bogus \qmlabstract from AbstractButtonJ-P Nurmi2015-11-241-1/+0