summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-5/+5
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-1/+0
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-201-0/+1
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-171-1/+12
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-152-1/+8
* Add QCocoaColor- and FontDialogHelperChristoph Schleifenbaum2012-02-141-5/+1
* Clean up qguifunctions_wince includes.Andreas Holzammer2012-02-101-2/+0
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-0710-29/+29
* Remove dependency on QFSFileEngineJoão Abecasis2012-02-061-3/+3
* Move QPlatformDialogs from QtWidgets to QtGui.Friedemann Kleint2012-02-012-2/+1
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-014-26/+27
* Accessibility: Use new updateAccessibility() API in widgets.Friedemann Kleint2012-02-012-3/+3
* QDir::NoDotAndDotDot is now QDir::NoDot|QDir::NoDotDot.Jonas M. Gastal2012-01-311-2/+2
* Remove many deprecated methodsLars Knoll2012-01-312-61/+3
* Windows: Fix compilation with -qtnamespaceKai Koehne2012-01-311-2/+2
* Remove Symbian and Maemo 5 code from QtWidgets.Xizhi Zhu2012-01-3111-157/+12
* Add native event filters to Windows, forward to Widgets.Friedemann Kleint2012-01-303-16/+18
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3038-38/+38
* QSizeGrip: Fix Windows.Friedemann Kleint2012-01-271-6/+2
* Decouple QPlatformTheme from QDialog.Friedemann Kleint2012-01-271-11/+26
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2510-10/+0
* QMessageBox: Clean up some Q_WS_WIN code.Friedemann Kleint2012-01-241-16/+20
* Remove Qt 5 notes that would result in source incompatibility unnecessarily.Robin Burchell2012-01-241-1/+0
* Remove invalid comment.Richard Moore2012-01-231-2/+1
* Update contact information in license headers.Jason McDonald2012-01-2338-38/+38
* Obsolete QInputDialog::getInteger() 'officially'.Robin Burchell2012-01-222-29/+7
* Merge overloads of QInputDialog::getText() and QInputDialog::getItem()Robin Burchell2012-01-212-39/+1
* Merge overloads of QFontDialog::getFont().Robin Burchell2012-01-212-23/+2
* Remove note about source-incompatible change.Robin Burchell2012-01-211-1/+0
* Remove unnecessary sizehint overload.Robin Burchell2012-01-212-11/+0
* Change QMessageBox::question to default to yes/no buttons instead of okThorbjørn Lund Martsum2012-01-211-3/+1
* Change visibility of eventFilter().Robin Burchell2012-01-201-3/+1
* Remove Q_CC_NOKIAX86.Robin Burchell2012-01-191-2/+0
* Ensure proper locking in QFileInfoGathererBradley T. Hughes2012-01-121-2/+3
* Docs: Forward-ported typo and link fixes from Qt 4.8Janne Anttila2012-01-111-2/+2
* Fix a crash in QDialog.Friedemann Kleint2012-01-101-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-0538-39/+39
* QPlatformDialogHelpers: Reduce dependency on QDialog.Friedemann Kleint2011-12-149-215/+226
* Silence -Woverloaded-virtual warnings in QFileDialogBradley T. Hughes2011-12-124-15/+14
* Merge QColorDialog::getColor() overloads.Robin Burchell2011-12-082-37/+3
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-281-2/+5
* Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-11-181-1/+6
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-0/+1
* Fix for the button size calculation in qmessagebox.cppMikko Knuutila2011-11-141-1/+1
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-2/+2
* QPlatformDialogHelper: Split class hierarchy, decouple from DialogFriedemann Kleint2011-11-118-42/+106
* Widgets: Remove dialog functionality from QGuiPlatformPlugin.Friedemann Kleint2011-11-093-112/+10
* Widgets: Remove remains of Windows file dialog.Friedemann Kleint2011-11-084-1225/+2
* Widgets: Use QPlatformDialogHelper in QColorDialog/QFontDialog.Friedemann Kleint2011-11-085-25/+26