summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qmessagebox.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | QMessageBox - move informative+details text to new layout functionThorbjørn Martsum2013-08-271-39/+47
* | QMessageBox - merge some mac and non-mac codeThorbjørn Martsum2013-08-221-6/+2
* | QMessageBox - move layout handlingThorbjørn Martsum2013-08-221-12/+18
|/
* Fix crash for pressing Ctrl+C in a message boxKai Koehne2013-06-121-1/+1
* Fix build with QT_NO_CLIPBOARDStephen Kelly2013-04-231-0/+4
* QMessageBox/Win: Include detailed text using Ctrl+C to copyJonathan Liu2013-04-191-1/+4
* Allow using Ctrl+C to copy selected text from DetailedText in QMessageBoxKai Koehne2013-04-191-2/+38
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-2/+2
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-2/+2
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-15/+15
|\|
| * Mac: Bring back proper layout in QMessageBoxGabriel de Dietrich2012-12-241-15/+15
* | QMessageBox: Add property 'textInteractionFlags'.Friedemann Kleint2012-12-201-0/+24
|/
* Updated aboutQt dialog textLars Knoll2012-11-231-8/+10
* Update "About Qt" dialog from Nokia to DigiaSergio Ahumada2012-09-241-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-25/+25
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* change \img to \image in docsJeremy Katz2012-08-011-4/+4
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-21/+21
* Fix some typos.Frederik Schwarzer2012-07-261-1/+1
* Remove references to Q_WS_QWSGirish Ramakrishnan2012-06-201-4/+2
* QtWidgets: remove \link usagesGiuseppe D'Angelo2012-05-291-3/+2
* QIcon: move back to QtGuiOlivier Goffart2012-05-181-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-12/+12
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-12/+12
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
|/
* Fix some unsigned comparison warnings.Stephen Kelly2012-04-181-1/+1