summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.shortcutTasuku Suzuki2017-04-271-1/+1
* Bump copyright yearFriedemann Kleint2017-03-271-1/+1
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-2/+2
* Fix build with -no-feature-texteditPaul Olav Tvete2017-01-251-0/+4
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-10/+10
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-9/+9
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-9/+9
| | |\
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-9/+9
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-1/+1
| | |\|
| | | * Fix typo in QMessageBox documentationMitch Curtis2016-08-021-1/+1
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-171-4/+1
|\| |
| * | QMessageBox::aboutQt(): Remove LGPL 2.1.Friedemann Kleint2016-06-031-4/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-2/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-2/+11
| |\|
| | * QMessageBox: Try to pass window handle to QIcon::pixmap().Friedemann Kleint2016-04-201-2/+11
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-72/+0
* | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-011-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+1
|\|
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-161-8/+7
* | QMessageBox: optimize textToCopy string constructionMarc Mutz2015-12-151-13/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-5/+2
|\|
| * Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-5/+2
* | Fixed build breaks that result after disabling "contextmenu" featureShrikant Dhumal2015-09-091-4/+2
|/
* Replace MAC OS X with OS XNico Vertriest2015-06-301-9/+9
* Fix QMessageBox::aboutQt().Friedemann Kleint2015-03-061-5/+4
* Update copyright headersJani Heikkinen2015-02-111-11/+12
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-5/+5
|/
* Fix license text and URLs in QMessageBox::aboutQt().Friedemann Kleint2014-10-091-13/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+2
* Update year in About Qt dialogKai Koehne2014-03-201-1/+1
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
* Consolidate StandardButton, ButtonRole and related static functionsShawn Rutledge2014-02-151-6/+6
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-3/+63
|\
| * Android native message dialogBogDan Vatra2013-11-091-3/+63
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-1/+3
|\|
| * QMessageBox - make detail text work on set after showThorbjørn Martsum2013-09-301-1/+3
* | WinRT: Fix Widget buildsAndrew Knight2013-09-271-2/+2
|/
* QMessageBox - make it possible to have a checkbox on the dialogThorbjørn Martsum2013-09-201-3/+58
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-141-1/+10
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-131-1/+10
| |\
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
* | | QMessageBox - move margins to a left spacerThorbjørn Martsum2013-09-131-27/+24
|/ /