aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix linking error to "Qt for OS X/macOS"J-P Nurmi2016-12-211-1/+1
* Update plugins.qmltypesJ-P Nurmi2016-10-051-1/+65
* Fix FileDialog::selectedNameFilter review findingsJ-P Nurmi2016-09-146-21/+242
* Platform: add experimental StandardPathsJ-P Nurmi2016-09-136-3/+265
* Doc: add example snippet to FileDialog::nameFiltersJ-P Nurmi2016-08-251-0/+6
* 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 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
* Platform: enable widgets also on other platforms than Win & LinuxJ-P Nurmi2016-08-131-3/+1
* Platform: register StandardButton for compatibilityJ-P Nurmi2016-08-131-0/+1
* Platform: add logging categories to help with debuggingJ-P Nurmi2016-08-138-0/+39
* Platform.MessageDialog: fix accepted and rejected signalsJ-P Nurmi2016-08-132-2/+17
* Platform: add missing Dialog::visibleJ-P Nurmi2016-08-133-5/+37
* Platform: add MenuSeparator for convenience and consistencyJ-P Nurmi2016-08-126-1/+139
* FileDialog: handle defaultSuffixJ-P Nurmi2016-08-102-3/+29
* Remove execute permission from image filesEdward Welbourne2016-08-092-0/+0
* Platform: fix inconsistent missing override warningsJ-P Nurmi2016-08-052-4/+4
* Platform: add missing plugins.qmltypesJ-P Nurmi2016-06-291-0/+293
* Platform dialogs: set the options on constructionJ-P Nurmi2016-06-273-6/+3
* Platform: add FileDialog and FolderDialogJ-P Nurmi2016-06-2711-0/+1108
* Doc: fix names in Qt Labs Platform docsJ-P Nurmi2016-06-246-7/+7
* Platform: fix missing titles for ColorDialog & FontDialogJ-P Nurmi2016-06-242-0/+2
* qtlabsplatform.qdocconf: add missing qtwidgets dependencyJ-P Nurmi2016-06-241-1/+1
* Platform: add MessageDialogJ-P Nurmi2016-06-229-0/+526