summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-023-7/+13
|\
| * Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-1/+1
| * In QFileDialog delete a symlink rather than actual target it points toDongmei Wang2017-07-292-4/+7
| * QFileDialog: Fix a crash occurring when deleting a fileDongmei Wang2017-07-271-2/+5
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-136-20/+15
|\|
| * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-115-19/+14
| * QWizard: Fix null pointer dereference if no pixmap was setThiago Macieira2017-07-071-1/+1
* | Implement setDoubleStep for QInputDialogAndy Shaw2017-07-112-0/+69
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0427-175/+143
|\|
| * Convert features.filesystemmodel to QT_[REQUIRE_]CONFIGStephan Binner2017-07-026-30/+19
| * Convert features.fscompleter to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-15/+18
| * Convert features.errormessage to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-12/+10
| * Convert features.wizard to QT_[REQUIRE_]CONFIGStephan Binner2017-07-025-25/+16
| * Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-13/+11
| * Convert features.messagebox to QT_[REQUIRE_]CONFIGStephan Binner2017-06-297-28/+31
| * Convert features.inputdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-294-12/+7
| * Convert features.progressdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-293-11/+7
| * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-297-28/+21
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+4
| * Convert features.listwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-06-282-2/+2
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-15/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-193-356/+2
|\|
| * Drop dead qfiledialog_embedded.uiStephan Binner2017-06-122-355/+1
| * QDialog: Fix typo in documentationhjk2017-06-121-1/+1
* | QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-074-43/+49
|\|
| * QFileDialogPrivate: Move inline to declarationFriedemann Kleint2017-05-021-20/+21
| * Fix build without features.shortcutTasuku Suzuki2017-04-272-2/+4
| * QErrorMessage: use QStringBuilderMarc Mutz2017-04-201-21/+24
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2813-37/+55
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-146-7/+31
|\|
| * Add feature.pushbuttonStephan Binner2017-03-062-2/+19
| * Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-034-5/+12
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-022-6/+13
|\|
| * QSideBar: replace a QPair with a structMarc Mutz2017-02-242-6/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-6/+18
|\|
| * QErrorMessage: replace a QPair with a structMarc Mutz2017-02-221-5/+11
| * QErrorMessage: handle all message typesMarc Mutz2017-02-211-1/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-172-8/+5
|\|
| * 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.9' into devLiang Qi2017-02-103-66/+60
|\| |
| * | 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