summaryrefslogtreecommitdiff
path: root/src/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated documentation for modality propertyVenugopal Shivashankar2015-07-231-1/+1
* Use Q_DECL_OVERRIDE consistentlyThiago Macieira2015-07-192-3/+3
* Fix Dialog behaviorKevin Ottens2015-06-291-3/+7
* FileDialog: ensure that options are set early enoughShawn Rutledge2015-06-261-0/+1
* FontDialog: support i18n for the display names of font.weight enumsLiang Qi2015-05-181-9/+9
* FontDialog: support more font.weight enum valuesLiang Qi2015-05-121-20/+9
* doc: document how FileDialog can be used to pick photos on iOSRichard Moe Gustavsen2015-05-071-0/+6
* Add support for compiling QtQuick Dialogs ahead of timeCaroline Chao2015-05-042-1/+5
* FileDialog: change the button text to "Choose" for selecting directoryShawn Rutledge2015-04-011-1/+1
* Dialogs: add shortcuts even when they point to non-existing dirsRichard Moe Gustavsen2015-03-312-30/+29
* Dialogs: store m_shortcutDetails as JS arrayRichard Moe Gustavsen2015-03-303-20/+18
* Dialogs: redo calculations depending on __maximumDimension before showShawn Rutledge2015-03-302-2/+6
* docs: document the FileDialog shortcuts propertyShawn Rutledge2015-03-182-8/+54
* FileDialog: make the save/load distinction function properlyShawn Rutledge2015-03-184-17/+43
* FileDialog: expose several QStandardPaths in the shortcuts propertyShawn Rutledge2015-03-183-31/+62
* Dialogs: let folder be assignable in DefaultFileDialog.qmlRichard Moe Gustavsen2015-03-181-6/+3
* Dialogs: override selectedUrls in QQPlatformfiledialogRichard Moe Gustavsen2015-03-184-8/+9
* Dialogs: implement QML backup support for native file dialogRichard Moe Gustavsen2015-03-183-4/+7
* Dialogs: split registerWidgetOrQmlImplementation into three functionsRichard Moe Gustavsen2015-03-181-15/+31
* Dialogs: if dialog helper fails showing, fall back to use QMLRichard Moe Gustavsen2015-03-182-93/+112
* qmldir: Dialogs depends on ControlsShawn Rutledge2015-03-171-0/+1
* Doc: Fix qtdoc warningsCaroline Chao2015-03-062-4/+4
* Dialogs: update license headersJ-P Nurmi2015-02-1148-985/+1040
* Docs: update license headersJ-P Nurmi2015-02-112-12/+12
* Update plugins.qmltypesFawzi Mohamed2015-01-192-1/+17
* Remove unnecessary \inqmlmodule parameterAlejandro Exojo2014-12-088-8/+8
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-0/+1
|\
| * Doc: Corrected brief statements for overview pagesNico Vertriest2014-11-141-0/+1
* | FontDialog: layout tweaks to fit better on small screensShawn Rutledge2014-11-251-26/+26
* | Dialogs: add qt.quick.dialogs.window logging categoryShawn Rutledge2014-11-251-4/+27
* | Dialogs: added qt.quick.dialogs.registration logging categoryShawn Rutledge2014-11-211-23/+9
|/
* Dialogs: FileDialog can only be modal on WindowsShawn Rutledge2014-10-302-0/+16
* FileDialog: several logic corrections in handling the enter keyShawn Rutledge2014-10-292-11/+16
* Don't deploy Widget*Dialog.qml on touch platformsShawn Rutledge2014-10-291-5/+12
* Dialogs: don't use widgets on mobile touch-based platformsShawn Rutledge2014-10-281-2/+14
* Dialog: give the contentItem focus when the dialog becomes visibleShawn Rutledge2014-10-271-1/+1
* Dialogs: detect and handle dynamic creation with Window parentShawn Rutledge2014-10-241-21/+31
* use private __maximumDimension in DefaultDialogWrapperShawn Rutledge2014-10-221-1/+1
* QtQuick.Dialogs.ColorDialog: size is sane on iOSShawn Rutledge2014-10-171-7/+5
* dialogs: let QtQuick.Dialogs depend on QtQuick.Dialogs.PrivateRichard Moe Gustavsen2014-10-161-0/+1
* Dialogs: all QML dialogs must have the Qt::Dialog window typeShawn Rutledge2014-10-161-0/+1
* Dialogs: added private maximumDimension property for initial sizeShawn Rutledge2014-10-137-10/+28
* Dialogs: if implicitHeight becomes smaller, ensure the minimum does tooShawn Rutledge2014-10-132-0/+8
* DefaultMessageDialog: ensure contentColumn initial widthShawn Rutledge2014-10-101-6/+3
* Dialogs: fix warning in DefaultWindowDecorationShawn Rutledge2014-10-101-2/+2
* Dialogs: Use native rendering on non-mobile platformsShawn Rutledge2014-10-085-5/+13
* Doc: Fix documentation issues for Qt Quick DialogsTopi Reinio2014-10-064-12/+31
* QtQuick.Dialogs depends on Qt.labs.folderlistmodel, Qt.labs.settingsShawn Rutledge2014-10-011-0/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4J-P Nurmi2014-09-182-2/+2
|\
| * Dialogs: correct C++ warningsShawn Rutledge2014-09-032-2/+2