summaryrefslogtreecommitdiff
path: root/src/singleinstance.cpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed SingleInstance to MOMultiProcessisanae2020-11-081-28/+8
| | | | rewrote some comments to avoid using "instance"
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-2/+2
| | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions
* removed unused `update` parameterisanae2020-11-031-10/+0
| | | | moved --multiple to CommandLine
* added --multiple to allow launching multiple instancesisanae2020-11-031-9/+14
|
* make sure all the data is sent before disconnectingisanae2019-10-311-2/+19
| | | | don't fail if waitForReadyRead() returns false but there's data available
* Fix instance errors when downloading the same file multiple timesKrzysztof Starecki2019-02-151-1/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-59/+66
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-66/+59
|
* dropped redundant report.h/report.cppTannin2015-05-091-1/+2
|
* - fixed manifest for qt5Tannin2014-11-141-0/+2
| | | | - download messages can now be sent from different user accounts
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-107/+107
|
* - main window now has a small view displaying log messagesTannin2014-05-041-1/+1
| | | | | | | | | | | | | | - mod list will now be highlighted when grouping is active is active - download tooltip now supports bbcode markup in the description - bbcode translator will now translate some named colors - algorithm for detection of mod order problems is now more sophisticated - exposed more functionality to python plugins - updated to qt 4.8.6 dlls - bugfix: plugin list wasn't - bugfix: state changes in mod list wasn't always reported - bugfix: loot client will now create necessary directory - bugfix: NCC sometimes used wrong source path for extracting - bugfix: removed noisy debug message
* - moved shared and uibase libraries to namespacesTannin2013-02-171-88/+88
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+107
Corresponds to MO version 0.12.6