summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* QErrorMessage: use QStringBuilderMarc Mutz2017-04-201-21/+24
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* Add feature.dialogStephan Binner2017-03-2211-35/+53
* QWizard: use the 3-int QColor ctor instead of the string oneMarc Mutz2017-03-211-1/+1
* Add feature.pushbuttonStephan Binner2017-03-062-2/+19
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-034-5/+12
* QSideBar: replace a QPair with a structMarc Mutz2017-02-242-6/+13
* QErrorMessage: replace a QPair with a structMarc Mutz2017-02-221-5/+11
* QErrorMessage: handle all message typesMarc Mutz2017-02-211-1/+7
* Fix typo in apidoc.Frederik Schwarzer2017-02-171-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\
| * QFileDialog: Protect against nullptr dereferenceKevin Funk2017-02-151-1/+1
* | Windows styles/wizard: Do not invoke winId() of desktop windowsFriedemann Kleint2017-02-131-6/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-66/+60
|\|
| * Fix result handling in QDialog::doneSamuel Gaist2017-02-071-1/+1
| * QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-062-65/+59
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-302-3/+7
|\|
| * Fix build with -no-feature-texteditPaul Olav Tvete2017-01-251-0/+4
| * Make sure features are defined before testing themPaul Olav Tvete2017-01-251-3/+3
* | Doc update: reflect use of native font dialog by default on macOSPierre Rossi2017-01-081-2/+1
* | Improve mime type filters in QFileDialogElvis Angelaccio2017-01-063-3/+43
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-062-2/+2
* | doc: Removed illegal qdoc commentsMartin Smith2017-01-051-5/+1
* | QFileDialog: Only focus file name edit when becoming visibleTor Arne Vestbø2017-01-041-1/+1
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-023-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-134-40/+44
|\|
| * Clean up style selection codeLars Knoll2016-11-293-31/+35
| * QtWidgets: Add missing overrideAlexander Volkov2016-11-291-9/+9
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-8/+11
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+5
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+3
| | |\
| | | * iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+3
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-0/+2
| | |\|
| | | * QFileDialog: add missing break statements in switch in labelText()Marc Mutz2016-10-121-0/+2
| * | | QFileSystemModel: improve readability of the renaming codeMarc Mutz2016-10-281-8/+6
* | | | QFileInfoGatherer/Win32: Connect to drive arrival/removal signals of watcherFriedemann Kleint2016-10-272-12/+40
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-19/+12
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-3/+1
| | |\|
| | | * QFileSystemModel: Plug leak on file renamingMarc Mutz2016-10-041-1/+0
| | | * QFileSystemModel: fix unused variable with QT_NO_FILESYSTEMWATCHERMarc Mutz2016-10-041-2/+1
| * | | QFileSystemNode: simplify three loops over the children hashMarc Mutz2016-09-301-15/+9
| * | | QFileSystemModel: add an assert to prevent leaksMarc Mutz2016-09-301-0/+1
| * | | QFileSystemModel: reuse an existing variableMarc Mutz2016-09-301-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-293-5/+11
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-293-5/+11
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-282-4/+8
| | |\|
| | | * Q(Color|File)Dialog: Fix several UBs (invalid cast/member call) in Private::c...Marc Mutz2016-09-242-4/+8
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+3
| | |\|
| | | * Q(Font|Color|File)Dialog: Fix several UBs (invalid cast/member call) in Priva...Marc Mutz2016-09-221-1/+3