summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android native message dialogBogDan Vatra2013-11-091-0/+24
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-231-1/+3
* Doc: Fixed typo in QDialog.Jerome Pasion2013-06-071-6/+5
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Use pos() if the widget is a child of a native windowAndy Shaw2013-01-101-3/+6
* Compile with QT_NO_COLORDIALOG.Volker Krause2012-12-031-0/+2
* Remove some dead codeJan Arve Saether2012-10-291-3/+0
* Do the actual removal of the Soft Keys API and related codeJan Arve Saether2012-10-291-3/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-7/+3
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-231-0/+4
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-2/+2
* Fix warnings about unused variable d.Friedemann Kleint2012-05-101-1/+0
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-101-7/+7
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-7/+7
| |\
| | * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-7/+7
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-6/+5
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-4/+4
|/ /
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-091-15/+7
* | Don't leak native dialog resourcesBradley T. Hughes2012-05-091-0/+10
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-4/+2
* Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-2/+2
* Use pointers for QAccessibleEvent.Frederik Gladhorn2012-03-151-3/+6
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-2/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-2/+2
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+5
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-151-1/+5
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-3/+3
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-011-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-11/+26
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix a crash in QDialog.Friedemann Kleint2012-01-101-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-141-3/+22
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-2/+2
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-111-12/+32
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-091-80/+0
* QWidgets: Delayed creation of the QPlatformDialogHelper.Friedemann Kleint2011-11-041-6/+17
* Native file dialog support for MacMorten Sorvig2011-10-271-7/+10
* Widgets: Remove Q_WS_QPA and qpa-sections from .pro files.Friedemann Kleint2011-10-211-91/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-1/+1
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-281-15/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17