aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8v5.8.0-alpha1J-P Nurmi2016-08-274-3/+19
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-08-274-3/+19
| |\
| | * TabBar: improve the behavior of flickable tabsJ-P Nurmi2016-08-252-2/+13
| | * Fix typo in deployment documentationMitch Curtis2016-08-241-1/+1
| | * QQuickStylePlugin: avoid re-creating the proxy themeJ-P Nurmi2016-08-231-0/+5
* | | texteditor/touch: highlight the floating editor buttonJ-P Nurmi2016-08-271-2/+1
|/ /
* | texteditor/touch: elide the title when it doesn't fitJ-P Nurmi2016-08-261-3/+1
* | texteditor/touch: simplify the toolbarJ-P Nurmi2016-08-261-72/+66
* | texteditor: remove outdated todo-commentsJ-P Nurmi2016-08-262-4/+0
* | Init QQuickStyle's base URL to avoid creating temp QQmlEngineJ-P Nurmi2016-08-254-6/+84
* | Doc: add example snippet to FileDialog::nameFiltersJ-P Nurmi2016-08-251-0/+6
* | Update .gitignoreJ-P Nurmi2016-08-241-0/+4
* | Add MenuSeparator and ToolSeparator to Differences doc pageMitch Curtis2016-08-241-0/+6
* | Remove 'No hover effects' note from qtquickcontrols2-differences.qdocMitch Curtis2016-08-241-3/+1
* | texteditor: add touch UIMitch Curtis2016-08-249-18/+351
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2329-112/+523
|\|
| * QQuickToolTip: fix the creation context of the shared tooltipJ-P Nurmi2016-08-221-15/+12
| * Fix attached ToolTip propertiesJ-P Nurmi2016-08-192-2/+33
| * QQuickPopup: do not attempt to execute transitions without a windowJ-P Nurmi2016-08-192-3/+9
| * Close parentless popupsJ-P Nurmi2016-08-192-1/+7
| * Document that style attributes set in QML have precedence over settingsMitch Curtis2016-08-192-2/+4
| * Universal: document the attached style propertiesMitch Curtis2016-08-192-0/+10
| * Universal: ensure setting background/foreground worksMitch Curtis2016-08-197-5/+169
| * Universal: rename DefaultX variables to GlobalXMitch Curtis2016-08-191-20/+20
| * Material: document the attached style propertiesMitch Curtis2016-08-192-0/+15
| * Material: ensure setting background/foreground worksMitch Curtis2016-08-197-2/+164
| * Material: rename defaultX variables to globalXMitch Curtis2016-08-191-43/+43
| * QQuickToolTip: fix destruction of the shared tooltipJ-P Nurmi2016-08-191-1/+12
| * QQuickPopup: don't keep a reference to a destroyed parentJ-P Nurmi2016-08-185-16/+24
| * ComboBox: make delegates respect the popup widthJ-P Nurmi2016-08-183-3/+3
| * QQuickDrawerPrivate: remove unused QQuickItemChangeListener inheritanceJ-P Nurmi2016-08-181-2/+1
| * qquickpopup_p.h: add missing override keywordsJ-P Nurmi2016-08-181-4/+4
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1715-23/+141
|\|
| * Doc: add an example how to create a flickable tab barJ-P Nurmi2016-08-113-0/+62
| * TextArea & TextField: set IBeamCursorJ-P Nurmi2016-08-112-0/+6
| * Universal: fix editors in dark themeJ-P Nurmi2016-08-112-4/+2
| * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-101-0/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-08-101-0/+1
| | |\
| | | * Fix compilation without QProcess supportv5.6.2Maurice Kalinowski2016-08-101-0/+4
| | | * Fix tst_tumbler after Flickable changesJ-P Nurmi2016-08-091-0/+1
| * | | TabBar: cull tabs outside the barJ-P Nurmi2016-08-101-0/+1
| * | | Dial: fix stepSize handlingMitch Curtis2016-08-102-2/+43
| |/ /
| * | QQuickRangeSlider: fix snapPosition()J-P Nurmi2016-08-102-6/+12
| * | Material: fix multiple BusyIndicator instancesJ-P Nurmi2016-08-101-10/+12
| * | Fix popups to appear above QtQuick.Dialogs 1.xJ-P Nurmi2016-08-102-1/+2
* | | Platform: widget-based fallbacks no longer need to check availabilityJ-P Nurmi2016-08-166-143/+80
* | | texteditor: cleanup the commented out universal importJ-P Nurmi2016-08-161-1/+0
* | | Platform: offload widget fallback creation to qwidgetplatform_p.hJ-P Nurmi2016-08-155-53/+65
* | | Platform: align logging outputJ-P Nurmi2016-08-154-4/+9
* | | Platform dialogs: handle QPlatformTheme::usePlatformNativeDialog()J-P Nurmi2016-08-151-1/+2