aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-087-5/+41
|\
| * Fix static buildsMitch Curtis2016-03-071-1/+1
| * SwipeView: cull items outside the viewJ-P Nurmi2016-03-071-0/+1
| * ComboBox: fix activationJ-P Nurmi2016-03-072-1/+36
| * Fix typo in the Pane styleKonstantin Ritt2016-03-043-3/+3
* | 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-043-0/+38
* | StackView: use control as root id like in all other controlsJ-P Nurmi2016-03-033-18/+18
* | tst_styles: break the process loop on crashJ-P Nurmi2016-03-031-0/+2
* | Fix out of bounds accessFrank Meerkoetter2016-03-032-3/+3
* | GifRecorder: bump recording duration limit to 20 secondsMitch Curtis2016-03-031-1/+1
* | tst_combobox: temporarily disable tests with two windowsJ-P Nurmi2016-03-021-16/+16
* | 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