summaryrefslogtreecommitdiff
path: root/src/libs/utils/checkablemessagebox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add "never ask again" option to dialog asking about killing applicationscon2011-01-171-0/+20
| | | | | | | | | | | | The option is used for the stop button in the application output. Closing tabs will still ask unconditionally, also if applications would be killed as a side-effect, e.g. of closing Qt Creator. The Symbian controls also always ask, with a more descriptive text, because killing applications might have negative effect on the device in some cases. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-3119
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Long live the king!hjk2010-03-051-1/+1
|
* Add copyright headers to some files.Tobias Hunger2010-01-041-0/+29
| | | | | Reviewed-by: Daniel Molkentin Reviewed-by: Friedemann Kleint
* Rename namespace Core::Utils into UtilsFriedemann Kleint2009-10-051-2/+0
| | | | | Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
* Make the "prompt to submit" setting a per-plugin one.Friedemann Kleint2009-06-191-0/+150
Provide a checkable message box to be able to turn prompting off when asked.