aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-152-12/+9
|\
| * DialogButtonBox: micro optimization for resizeContent()Konstantin Ritt2017-11-081-9/+6
| * Fix QQuickSlider::valueAt()J-P Nurmi2017-11-071-3/+3
* | Re-order revision 3 members and add explanatory commentsJ-P Nurmi2017-11-0622-69/+117
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-11-0631-435/+520
|\|
| * Re-order all revisioned members and add explanatory commentsJ-P Nurmi2017-11-0628-396/+469
| * DialogButtonBox: fix height calculation due to a trivial typoKonstantin Ritt2017-11-031-1/+1
| * QQuickSlider: migitate value rounding errorsJ-P Nurmi2017-11-031-1/+4
| * QQuickTextField: retain selection on right mouse button clickJ-P Nurmi2017-11-031-4/+8
| * Doc: mention the Side Panel example in Drawer's detailed descriptionJ-P Nurmi2017-11-031-0/+5
* | Revert "QQuickTabBar: optimize layouting"J-P Nurmi2017-11-021-12/+7
* | Visualize mnemonicsJ-P Nurmi2017-11-021-1/+1
* | Optimize QQuickTumblerJ-P Nurmi2017-11-023-98/+119
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+1
|\|
| * Fix resource leakJesus Fernandez2017-10-251-0/+1
* | Document palette as a basic QML typeJ-P Nurmi2017-10-273-2/+4
* | QQuickSpinBox: fix internal setValue() argumentsJ-P Nurmi2017-10-271-2/+2
* | Docs: promote the icon docs on its own pageJ-P Nurmi2017-10-231-52/+2
* | Docs: make button icons sound as worthy as text labelsJ-P Nurmi2017-10-234-11/+10
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-10-225-13/+36
|\|
| * QQuickDialogButtonBox: fix potential crash in updateLayout()J-P Nurmi2017-10-201-2/+2
| * QQuickContainer: fix itemSiblingOrderChanged()J-P Nurmi2017-10-173-11/+32
| * QQuickToolTip: disable hoverJ-P Nurmi2017-10-121-0/+2
* | qquickapplicationwindow_p.h: make REVISION comment qdoc-compatibleJ-P Nurmi2017-10-201-1/+1
* | Revert "SwipeDelegate: grab the mouse when accepting a press event"J-P Nurmi2017-10-191-2/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-10-124-17/+19
|\|
| * Doc: state which input devices cause certain signalsMitch Curtis2017-10-101-6/+6
| * Fix the QML context of popup background dimmersJ-P Nurmi2017-10-101-2/+2
| * QQuickScrollView: fix binding loop with wrapping TextAreaJ-P Nurmi2017-09-281-3/+9
| * QQuickButtonGroup: track the checked button with a QPointerJ-P Nurmi2017-09-281-3/+1
* | Doc: fix Action snippetsJ-P Nurmi2017-10-091-0/+6
* | QQuickAction: don't uncheck the checked action of an exclusive groupJ-P Nurmi2017-10-091-2/+5
* | QQuickActionGroup: add missing default propertyJ-P Nurmi2017-10-091-0/+1
* | QQuickActionGroup: track the checked button with a QPointerJ-P Nurmi2017-09-281-1/+1
* | QQuickApplicationWindow: reduce the amount of re-layoutingJ-P Nurmi2017-09-211-0/+4
* | QQuickComboBox: fix attached Keys signal handlers when editableJ-P Nurmi2017-09-111-2/+5
* | Merge remote-tracking branch 'origin/5.9' into 5.10J-P Nurmi2017-09-1111-20/+61
|\|
| * Fix font inheritanceJ-P Nurmi2017-09-114-9/+12
| * Fully qualify atan2 with the std namespaceJake Petroules2017-09-081-1/+1
| * Fix non-modal drawer drag/swipe open and closeMichal Policht2017-09-062-1/+26
| * Android: fix clang compilation with -qreal floatVyacheslav Koscheev2017-09-013-6/+6
| * QQuickSpinBox: fix initial value validationJ-P Nurmi2017-08-291-2/+4
| * Fix a crash with ScrollView + TextAreaJ-P Nurmi2017-08-292-1/+9
* | Merge remote-tracking branch 'origin/5.10' into devJ-P Nurmi2017-09-016-48/+82
|\ \
| * | QQuickTabBar: optimize layoutingJ-P Nurmi2017-09-011-7/+12
| * | Make use of QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-08-314-31/+48
| * | Fix accessibility-related performance regressionsJ-P Nurmi2017-08-315-10/+22
* | | Add ApplicationWindow::menuBarJ-P Nurmi2017-08-312-27/+116
* | | qquickapplicationwindow.cpp: de-duplicate item change typesJ-P Nurmi2017-08-311-12/+9
|/ /
* | SwipeDelegate: grab the mouse when accepting a press eventShawn Rutledge2017-08-251-0/+2