summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Removing duplicate includesSergio Ahumada2012-09-092-3/+0
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-4/+1
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-052-2/+2
* Correct the QFileDialog's delete warning message.Mitch Curtis2012-09-041-3/+3
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-041-1/+2
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* QFileSystemModel: remove incorrect #ifndefMarc Mutz2012-08-261-2/+0
* Remove dialogs doc related warningsGabriel de Dietrich2012-08-205-72/+3
* change \img to \image in docsJeremy Katz2012-08-013-6/+6
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-21/+21
* Fix some typos.Frederik Schwarzer2012-07-261-1/+1
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+1
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-4/+2
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-201-6/+10
* QWizard/Win: Handle hit testing correctly for Vista styleJonathan Liu2012-06-121-39/+50
* QWizard/Win: Drag window on Vista with only left mouse buttonJonathan Liu2012-06-091-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-1/+1
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-292-10/+5
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-1/+1
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-19/+2
* Fix QtWidgets compilation for -qconfig largeTasuku Suzuki2012-05-231-0/+4
* QIcon: move back to QtGuiOlivier Goffart2012-05-182-2/+2
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-161-0/+13
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-3/+3
* 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-109-179/+179
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-109-179/+179
| |\
| | * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-099-179/+179
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-103-8/+7
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-104-15/+15
|/ /
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-097-32/+7
* | Don't leak native dialog resourcesBradley T. Hughes2012-05-094-15/+14
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-075-6/+6
|/
* Remove unused Mac OS X code from QtWidgetsBradley T. Hughes2012-05-025-2171/+0
* Support all modality types in QPlatformDialogHelperBradley T. Hughes2012-04-301-4/+2
* Respect the DontUseNativeDialog flag.Christoph Schleifenbaum2012-04-273-15/+13
* Don't use the QRegExp methods that modify the object [QtWidgets]Thiago Macieira2012-04-251-1/+2
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-181-1/+1
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
|\
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-101-1/+1
* | Address Qt 5 to-do comments related to QFileSystemModel.Jason McDonald2012-04-123-9/+7
* | Address Qt 5 to-do comment for QColorDialog.Jason McDonald2012-04-122-15/+23
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-11/+2
|\|
| * Documentation cleanupDebao Zhang2012-03-311-9/+0
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-282-2/+2
* | QFileSystemModel: fix sortingGiuseppe D'Angelo2012-04-071-5/+27
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-233-4/+4
|\ \
| * | Merge master into api_changesKent Hansen2012-03-233-4/+4
| |\|
| | * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-1/+1