aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/platform/qquickplatformmessagedialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQuickControls2: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-131-1/+1
* Welcome to 2017J-P Nurmi2017-01-091-1/+1
* Platform dialogs: cleanup creationJ-P Nurmi2016-08-151-20/+1
* Add QQuickPlatformDialog::useNativeDialog()J-P Nurmi2016-08-151-1/+3
* Platform dialogs: pass the dialog type to QQuickPlatformDialog ctorJ-P Nurmi2016-08-151-1/+2
* Platform dialogs: revise the names of the protected helper methodsJ-P Nurmi2016-08-151-3/+3
* Platform: add Dialog::done(int) and Dialog::resultJ-P Nurmi2016-08-141-30/+4
* Platform dialogs: apply the optionsJ-P Nurmi2016-08-141-1/+3
* Platform: create platform dialog instances lazily on demandJ-P Nurmi2016-08-141-12/+16
* Platform: add MessageDialog.clickedButtonJ-P Nurmi2016-08-131-3/+22
* Platform.MessageDialog: add button-specific clicked signalsJ-P Nurmi2016-08-131-0/+131
* Platform: add logging categories to help with debuggingJ-P Nurmi2016-08-131-0/+5
* Platform.MessageDialog: fix accepted and rejected signalsJ-P Nurmi2016-08-131-2/+14
* Platform dialogs: set the options on constructionJ-P Nurmi2016-06-271-2/+1
* Platform: add MessageDialogJ-P Nurmi2016-06-221-0/+253