aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into 5.8J-P Nurmi2016-08-273-3/+14
|\
| * TabBar: improve the behavior of flickable tabsJ-P Nurmi2016-08-252-2/+13
| * Fix typo in deployment documentationMitch Curtis2016-08-241-1/+1
* | Init QQuickStyle's base URL to avoid creating temp QQmlEngineJ-P Nurmi2016-08-251-3/+5
* | Doc: add example snippet to FileDialog::nameFiltersJ-P Nurmi2016-08-251-0/+6
* | 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
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-239-74/+119
|\|
| * 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-191-5/+15
| * 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-191-2/+10
| * Material: rename defaultX variables to globalXMitch Curtis2016-08-191-43/+43
| * ComboBox: make delegates respect the popup widthJ-P Nurmi2016-08-183-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-175-14/+64
|\|
| * Doc: add an example how to create a flickable tab barJ-P Nurmi2016-08-112-0/+50
| * Universal: fix editors in dark themeJ-P Nurmi2016-08-112-4/+2
| * Material: fix multiple BusyIndicator instancesJ-P Nurmi2016-08-101-10/+12
* | Platform: widget-based fallbacks no longer need to check availabilityJ-P Nurmi2016-08-166-143/+80
* | 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
* | Platform: fix Menu logging outputJ-P Nurmi2016-08-151-2/+1
* | Platform dialogs: respect Qt::AA_DontUseNativeDialogsJ-P Nurmi2016-08-155-5/+9
* | Platform dialogs: cleanup creationJ-P Nurmi2016-08-1512-111/+58
* | Add QQuickPlatformDialog::useNativeDialog()J-P Nurmi2016-08-1511-5/+37
* | Platform dialogs: pass the dialog type to QQuickPlatformDialog ctorJ-P Nurmi2016-08-157-7/+16
* | Platform dialogs: revise the names of the protected helper methodsJ-P Nurmi2016-08-1512-31/+31
* | Platform: add Dialog::done(int) and Dialog::resultJ-P Nurmi2016-08-145-43/+72
* | Platform dialogs: apply the optionsJ-P Nurmi2016-08-1412-13/+24
* | Platform dialogs: respect (undocumented) DontUseNativeDialogJ-P Nurmi2016-08-144-4/+12
* | Platform dialogs: postpone the platform handle creation furtherJ-P Nurmi2016-08-141-2/+0
* | Platform dialogs: make properties independent of the platform instanceJ-P Nurmi2016-08-144-2/+6
* | Platform: set DontUseNativeDialog on the QtWidgets-based fallbacksJ-P Nurmi2016-08-143-3/+3
* | File|FolderDialog: fill in and use the initial values in the optionsJ-P Nurmi2016-08-142-8/+7
* | FileDialog: add missing selectedNameFilter-propertyJ-P Nurmi2016-08-143-0/+30
* | FileDialog: add missing folder-propertyJ-P Nurmi2016-08-143-0/+29
* | FileDialog: replace file(s)Selected() with declarative propertiesJ-P Nurmi2016-08-143-50/+127
* | FolderDialog: replace folderSelected() with a declarative propertyJ-P Nurmi2016-08-143-46/+60
* | FontDialog: replace fontSelected() with a declarative propertyJ-P Nurmi2016-08-144-20/+57
* | ColorDialog: replace colorSelected() with a declarative propertyJ-P Nurmi2016-08-145-22/+59
* | Platform: create platform dialog instances lazily on demandJ-P Nurmi2016-08-1412-102/+131
* | Platform: add missing logging to FontDialogJ-P Nurmi2016-08-141-0/+5
* | Platform: update plugins.qmltypesJ-P Nurmi2016-08-141-0/+87
* | Doc: fix qdoc warnings in the Material style internalsJ-P Nurmi2016-08-133-15/+15
* | Doc: fix linking errors in platform dialogsJ-P Nurmi2016-08-131-2/+2
* | Platform: add MessageDialog.clickedButtonJ-P Nurmi2016-08-132-3/+27
* | Platform.MessageDialog: add button-specific clicked signalsJ-P Nurmi2016-08-132-0/+150