aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignoreJ-P Nurmi2016-03-021-0/+5
* 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-2977-1/+3188
* Route overlay events to QQuickPopup::overlayEvent()J-P Nurmi2016-02-294-79/+47
* Remove obsolete dependency to qtquickcontrolsJ-P Nurmi2016-02-291-1/+0
* Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-02-25122-99/+456
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-25122-99/+456
| |\
| | * 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-2510-7/+91
| | * Fix QQuickPopup to respect explicit sizeJ-P Nurmi2016-02-242-5/+29
| | * RangeSlider: forward focus to the handlesJ-P Nurmi2016-02-243-0/+53
| | * 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-232-6/+147
| | * Extend tst_monthgridJ-P Nurmi2016-02-231-25/+55
| | * 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-256-2/+100
* | Slider: add wheel supportJ-P Nurmi2016-02-243-0/+63
* | SpinBox: add wheel supportJ-P Nurmi2016-02-243-0/+49
* | 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-239-6/+66
* | Disable tst_activeFocusOnTab on LinuxJ-P Nurmi2016-02-222-6/+4
* | 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-224-1/+105
* | Material TabBar: highlight at the top when the bar is at the bottomJ-P Nurmi2016-02-222-8/+4
* | Speedup tst_pressandholdJ-P Nurmi2016-02-221-2/+13
* | tst_combobox: test both Window and ApplicationWindowJ-P Nurmi2016-02-211-39/+85
* | 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
* | Blacklist tst_activeFocusOnTab on Ubuntu 14.04J-P Nurmi2016-02-201-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-02-2016-221/+886
|\|
| * Popup: use available size and paddings from the popup itemJ-P Nurmi2016-02-195-188/+345
| * Recommend the use of ApplicationWindow with popupsMitch Curtis2016-02-192-1/+38
| * Gallery: remove conflicting anchorsJ-P Nurmi2016-02-191-1/+0
| * Controls: fix locale inheritance for popupsLiang Qi2016-02-194-10/+210
| * Material: make MenuItem highlight visible against any backgroundJ-P Nurmi2016-02-191-1/+1
| * Controls: fix font inheritance for popupsLiang Qi2016-02-185-5/+253
| * QQuickControl: delayed the call of resolveFont()Liang Qi2016-02-182-8/+1