aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
Commit message (Expand)AuthorAgeFilesLines
...
* Try harder to keep popups inside the windowJ-P Nurmi2016-01-301-5/+26
* Add Popup::marginsJ-P Nurmi2016-01-303-2/+271
* Popup: improve positioningJ-P Nurmi2016-01-302-6/+11
* AbstractButton: set automatically as checkable when being checkedJ-P Nurmi2016-01-301-0/+3
* QQuickSpinBox: create JS callbacks lazilyJ-P Nurmi2016-01-292-16/+12
* Add QQuickPopup::popupItem()J-P Nurmi2016-01-283-3/+11
* Implement QQuickItemDelegate::defaultFontJ-P Nurmi2016-01-282-0/+10
* QQuickApplicationWindow: resolve the default system theme fontJ-P Nurmi2016-01-282-0/+8
* AbstractButton: remove the mouse params from signalsJ-P Nurmi2016-01-283-50/+20
* Replace Popup::pressed|releasedOutside with close policy flagsJ-P Nurmi2016-01-285-51/+43
* Add Popup::closePolicyJ-P Nurmi2016-01-286-9/+73
* ComboBox: add support for object arrayJ-P Nurmi2016-01-261-1/+31
* Menu: update example snippet to match the recent Popup changesJ-P Nurmi2016-01-251-12/+13
* Add Popup::transformOriginJ-P Nurmi2016-01-252-3/+36
* Add Popup::setVisible()J-P Nurmi2016-01-232-1/+10
* Popup: remove the warning about not being visibleJ-P Nurmi2016-01-231-2/+1
* Popup: add implicit & content sizesJ-P Nurmi2016-01-233-18/+218
* Popup: stay within window boundsJ-P Nurmi2016-01-231-4/+16
* Add Popup::parentJ-P Nurmi2016-01-235-4/+240
* StackView: fix overly zealous child mouse event filterJ-P Nurmi2016-01-221-4/+12
* Forward input events from the internal QQuickPopupItem to QQuickPopupJ-P Nurmi2016-01-223-0/+123
* Refactor PopupJ-P Nurmi2016-01-224-15/+554
* Add QQuickPopup::contentItemChange()J-P Nurmi2016-01-225-32/+47
* Don't leak wheel events through modal popupsJ-P Nurmi2016-01-222-0/+7
* Popup: remove the annoying warning about being already openJ-P Nurmi2016-01-221-2/+1
* Menu: resize menu items to the width of the menuJ-P Nurmi2016-01-213-0/+42
* Add QQuickPopup::isComponentComplete()J-P Nurmi2016-01-213-1/+24
* QQuickMenu: replace if-else chain with switchAnton Kudryavtsev2016-01-211-3/+9
* QQuickSpinBoxPrivate: don't re-evaluate 'pressed'Anton Kudryavtsev2016-01-201-2/+2
* QQuickStackElement: optimize if-else chainAnton Kudryavtsev2016-01-201-11/+13
* QQuickDial: replace if-else chain with switchAnton Kudryavtsev2016-01-201-5/+17
* Docs: add notes about the Qt.labs moduleJ-P Nurmi2016-01-1937-0/+74
* Add PageJ-P Nurmi2016-01-184-3/+386
* Implement QQuickComboBox::defaultFont()J-P Nurmi2016-01-152-0/+8
* ComboBox: fix delegate model re-creationJ-P Nurmi2016-01-141-8/+9
* 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