aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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: SwipeDelegate: move methods out of property groupsJ-P Nurmi2016-08-131-9/+12
* | 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
* | 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
* | Material: restore ToolButton checked stateJ-P Nurmi2016-08-111-2/+3
* | Add ComboBox::flatJ-P Nurmi2016-08-119-17/+67
* | Material: fix ToolButton's inappropriately round hover effectMitch Curtis2016-08-101-1/+1
* | FileDialog: handle defaultSuffixJ-P Nurmi2016-08-102-3/+29
* | Restore version 2.0 for the .impl importsJ-P Nurmi2016-08-103-30/+32
* | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-08-091-0/+3
|\|
| * Material ComboBox: fix white text on white backgroundMitch Curtis2016-08-091-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devJ-P Nurmi2016-08-099-46/+118
|\ \
| * | Merge remote-tracking branch 'origin/5.7' into devJ-P Nurmi2016-08-099-46/+118
| |\|
| | * ComboBox: ensure an update of the current text on data changeJ-P Nurmi2016-08-091-0/+6
| | * Page: take header & footer visibility into account in relayout()J-P Nurmi2016-08-091-2/+2