aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Material: make MenuItem highlight visible against any backgroundJ-P Nurmi2016-02-191-1/+1
| * Controls: fix font inheritance for popupsLiang Qi2016-02-183-5/+23
| * QQuickControl: delayed the call of resolveFont()Liang Qi2016-02-182-8/+1
| * Material: return proper themeFont() for controlsNikita Krupenko2016-02-173-6/+31
| * clear parentItem of old header and footer itemsJochen Seemann2016-02-172-4/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-158-5/+44
|\|
| * ItemDelegate: make the highlight visible against any backgroundJ-P Nurmi2016-02-153-1/+8
| * SpinBox: fix JS callback accessJ-P Nurmi2016-02-151-1/+1
| * Link to examples from index pageMitch Curtis2016-02-151-0/+1
| * Test and fix AbstractButton::pressAndHold()J-P Nurmi2016-02-121-2/+5
| * SwipeView: warn the user for using anchorsJ-P Nurmi2016-02-121-1/+16