summaryrefslogtreecommitdiff
path: root/src/moapplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* more refactoring:isanae2020-11-031-2/+2
| | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun()
* removed flags from SingleInstance because there's only one leftisanae2020-11-031-10/+9
| | | | | | refactoring in main.cpp: - moved stuff to loglist.cpp and moapplication.cpp - split main() into a few functions
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* harmonized widgets in the tabs, fixed stylesisanae2020-02-051-1/+5
|
* use QStyleFactory to get default styles instead of hardcoding themisanae2019-09-251-2/+2
| | | | don't display extensions in style combobox
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-6/+9
|\ | | | | Logging rework
| * changed qCritical() to log::error()isanae2019-07-221-4/+6
| | | | | | | | removed now unused vlog()
| * replaced qWarning()isanae2019-07-221-2/+3
| |
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-2/+2
|
* 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-77/+92
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-92/+77
|
* minor cleanupTannin2016-06-011-9/+0
|
* small stuffTannin2015-05-261-1/+0
|
* - bugfix: couldn't change from "qt" styles back to regular styleTannin2015-05-231-0/+2
|
* MergeTannin2015-05-091-1/+1
|\
| * Small fixup to passing of argc/argv.Tom Tanner2015-04-191-1/+1
| |
* | dropped redundant report.h/report.cppTannin2015-05-091-1/+4
|/
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-148/+148
|
* some fixes towards qt5 compatibilityTannin2014-03-161-0/+8
|
* - made the indicator for drag&drop more visibleTannin2014-02-221-3/+48
| | | | | - message boxes can now be made to not (re-)activate the window - executable names for starting from the command line are now case-insensitive
* - archive.dll now supports querying the crc value of filesTannin2013-11-181-9/+20
| | | | | | | | | | | | | | | | | | | - esptk now determines if a esp is a dummy (without records) - hook.dll no longer creates a log file if noone wrote to it - nexus id and installtime columns are now hidden by default - modlist can now be refreshed without saving first (so plugins can replace the modlist.txt as a whole) - plugins can now query more details about virtualised files - added style options "plastique" and "cleanlooks" - "overwrite" is no longer listed with a creation time - a warning will now be displayed if the user has too many plugins active - a warning will now be displayed if mods with scripts have an installation order that doesn't match the corresponding esp load order - nmm importer now has select all/deselect all buttons - nmm importer no longer tries to unpack missing files from archives (won't work anyway) - initial support for importing from nmm 0.5 alpha - removed some broken warning suppresions - python runner now works with bundled python - extended qbs build system (still fails to build the main gui application) - implemented a nsis-based installer
* - started qbs based project files (not functional yet)Tannin2013-11-111-1/+1
| | | | | - modlist will now updated immediately after a change throw the modinfo dialog - bugfix: configurator wasn't able to save after revision 137
* - new toggle to display hidden downloadsTannin2013-10-101-1/+5
| | | | | | | | - hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal
* - moved shared and uibase libraries to namespacesTannin2013-02-171-61/+61
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+80
Corresponds to MO version 0.12.6