aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickContainer: cleanup superfluous q-variablev5.7.0-alpha1J-P Nurmi2016-03-071-3/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-0417-17/+3
|\
| * Fix QQuickPopup::setParentItem()J-P Nurmi2016-03-021-1/+1
| * Material: enable Popup drop shadowJ-P Nurmi2016-03-011-0/+1
| * Register QQuickItem revision 2J-P Nurmi2016-02-261-0/+1
| * Universal: switch to distance field text renderingJ-P Nurmi2016-02-2614-16/+0
* | Add increase/decrease methods to combobox control.BogDan Vatra2016-03-042-0/+25
* | Doc: remove ToolBar::frame reference leftoverJ-P Nurmi2016-03-041-6/+0
* | QQuickComboBox: handle wheel events to respect wheelEnabledJ-P Nurmi2016-03-042-0/+15
* | StackView: use control as root id like in all other controlsJ-P Nurmi2016-03-033-18/+18
* | Fix out of bounds accessFrank Meerkoetter2016-03-032-3/+3
* | QQuickPopup: allow subclasses to prepare/finalize transitionsJ-P Nurmi2016-03-022-41/+71
* | Add virtual QQuickPopupPrivate::reposition() for QQuickDrawerJ-P Nurmi2016-03-012-63/+39
* | Add QQuickPopup::childMouseEventFilter() for QQuickDrawerJ-P Nurmi2016-03-013-0/+30
* | Add QQuickPopup::window() - C++ only APIJ-P Nurmi2016-02-292-13/+19
* | Add Chat TutorialMitch Curtis2016-02-2920-0/+861
* | Route overlay events to QQuickPopup::overlayEvent()J-P Nurmi2016-02-294-79/+47
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-02-25114-67/+184
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-25114-67/+184
| |\|
| | * QQuickPopup: fix uninitialized variableJ-P Nurmi2016-02-251-0/+1
| | * Exclude designer support on iOSJ-P Nurmi2016-02-251-1/+1
| | * Implement accessibility support for Popup and MenuJ-P Nurmi2016-02-256-4/+48
| | * Fix QQuickPopup to respect explicit sizeJ-P Nurmi2016-02-241-1/+4
| | * RangeSlider: forward focus to the handlesJ-P Nurmi2016-02-242-0/+19
| | * QQuickMaterialProgressStrip: reset the transformation matrixJ-P Nurmi2016-02-231-0/+1
| | * Doc: fix typos in Qt.labs.calendarJ-P Nurmi2016-02-233-3/+3
| | * Fix CalendarModel month indicesJ-P Nurmi2016-02-231-6/+32
| | * Material: tweak the accent color and ripples for the dark themeJ-P Nurmi2016-02-221-2/+2
| | * Material: add missing focus highlightsJ-P Nurmi2016-02-226-4/+28
| | * Add icons for the QML DesignerJ-P Nurmi2016-02-2292-44/+43
| | * Do not limit ComboBox menu to predefined valueNikita Krupenko2016-02-212-2/+2
* | | Add ApplicationWindow::backgroundJ-P Nurmi2016-02-254-0/+57
|/ /
* | Control: add hoverEnabled and hovered propertiesJ-P Nurmi2016-02-255-2/+79
* | Slider: add wheel supportJ-P Nurmi2016-02-242-0/+16
* | SpinBox: add wheel supportJ-P Nurmi2016-02-242-0/+14
* | Add Control::wheelEnabledJ-P Nurmi2016-02-245-2/+31
* | Fix Control::focusPolicy docsJ-P Nurmi2016-02-231-1/+0
* | Doc: Using File Selectors with Qt Labs ControlsJ-P Nurmi2016-02-235-14/+171
* | Add SpinBox::editable propertyJ-P Nurmi2016-02-237-6/+41
* | Update plugins.qmltypesJ-P Nurmi2016-02-223-2/+47
* | ComboBox: use Qt::StrongFocus focus policyJ-P Nurmi2016-02-221-3/+1
* | Add Control::focusPolicyJ-P Nurmi2016-02-223-1/+60
* | Material TabBar: highlight at the top when the bar is at the bottomJ-P Nurmi2016-02-221-1/+1
* | Add the style name as a static file selectorJ-P Nurmi2016-02-211-0/+5
* | Universal: follow the Qt coding styleJ-P Nurmi2016-02-203-47/+56
* | Material: follow the Qt coding styleJ-P Nurmi2016-02-202-60/+70
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-2013-220/+201
|\|
| * Popup: use available size and paddings from the popup itemJ-P Nurmi2016-02-194-187/+71
| * Recommend the use of ApplicationWindow with popupsMitch Curtis2016-02-192-1/+38
| * Controls: fix locale inheritance for popupsLiang Qi2016-02-193-10/+28