summaryrefslogtreecommitdiff
path: root/src/messagedialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-18/+20
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-108/+108
|
* moved externalMessage() to MOApplicationisanae2021-01-181-5/+17
| | | | | | commands can forward to the primary instance added reload-plugin command MessageDialog now tries to find the main window when the reference is null, which actually used to happen often because activeWindow() is typically used, but that's null when the main window doesn't have focus (like when downloading from nexus, for example)
* changed qDebug() to log::debug()isanae2019-07-221-1/+5
| | | | removed some commented out logging
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-49/+58
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-58/+49
|
* replaced all uses of NULL with nullptrTannin2014-11-281-3/+3
| | | | fixed a few placed where NULL was used as a number or boolean
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1/+1
| | | | - started on support for game-plugins
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-92/+92
|
* - changed the url used to login on nexus (the previous page was disabled)Tannin2014-06-211-0/+1
| | | | - bugfix: download manager might have tried to read from a closed connection
* - made the indicator for drag&drop more visibleTannin2014-02-221-5/+6
| | | | | - message boxes can now be made to not (re-)activate the window - executable names for starting from the command line are now case-insensitive
* - nxmhandler will now ask before registering itselfTannin2014-01-041-0/+1
| | | | | | - downloads from nexus are now displayed before file information is retrieved - logging from the ui is now a bit more informative - download list now scrolls to bottom automatically
* - added hooks for getFileVersion* functionsTannin2013-03-271-51/+70
| | | | | | | | | | | | | | | | | | - automatic donwload retry - support for storing multiple download urls - improved "query info" functionality - some cleanup to download manager code - external fomod installer dialog are now brought to front - added shell... functions to have windows handle problematic situations - added visual clue when filters are active - esps are now automatically activated when installing a mod - added option to never endorse a mod - added "previous" and "next" buttons to mod info dialog - improved the way messagedialog text is shortened - coloring in mod info dialog now visible in other color schemes - plugin list is now saved automatically - vanilla bsas are now enabled even if they are not listed in the ini file - bugfix: setting mod to maximum now doesn't try to place the mod below overwrite
* initial commit to mercurial repository.Tannin2013-02-031-0/+70
Corresponds to MO version 0.12.6