summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* bugfix: When displaying the list of save games to delete the list is capped t...Tannin2015-01-221-1/+10
* bugfix: initialization order was wrong and so kept foreign language systems f...Tannin2015-01-221-2/+2
* cleanup (mostly removing unused includes)Tannin2015-01-221-4/+5
* bugfix: first attempt at discovering java binary always failedTannin2015-01-111-2/+3
* bugfix: translations for some plugins weren't loadedTannin2015-01-111-0/+5
* bugfix: executables with extensions other than .com, .cmd or .bat were starte...Tannin2015-01-111-3/+4
* bugfix: translations for plugins were not usedTannin2015-01-081-0/+11
* bugfix: showEvent contains initializion code that should be run only on first...Tannin2015-01-081-28/+36
* - download servers that haven't been available for over a month are now purge...Tannin2015-01-071-1/+4
* - bugfix: no exec info returned for .exeTannin2015-01-031-2/+2
* - bugfix: file extensions when adding executables were treated case sensitiveTannin2014-12-201-5/+6
* bugfix: when merging mods with a custom installer, various ini settings (incl...Tannin2014-12-201-6/+7
* endorsing is now only offered for mods with a valid nexus idTannin2014-12-201-16/+18
* - mod-list can now be re-ordered with drag&drop while grouping is activeTannin2014-12-141-2/+2
* when reinstalling a mod the existing mods name is used by defaultTannin2014-12-141-8/+9
* if a shortcut-started application is the same binary as a configured one, the...Tannin2014-12-141-0/+6
* all executables can now be repositioned, including auto-detected onesTannin2014-12-091-5/+5
* searching for steam process will no longer fail when more than 1024 processes...Tannin2014-12-091-10/+20
* removed use of ModInfo::internalNameTannin2014-12-091-1/+2
* now stored installed files with each modTannin2014-12-091-0/+8
* - added error handling when a file can't be deleted from vfsTannin2014-12-011-1/+4
* undid some changes that accidentally made it to this branchTannin2014-11-261-5766/+5727
* - updated staging script to use qt5 and to fetch translations from transifexTannin2014-11-111-6/+14
* some work on installer scriptsTannin2014-11-111-0/+11
* - re-enabled use of img-tags in bbcode converterTannin2014-11-111-2/+9
* - moved the hook-recursion-protection to tlsTannin2014-09-291-4/+45
* - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-14/+34
* - several style fixes suggested by static analysisTannin2014-09-241-9/+2
* when MO fails to overwrite its ini file it tries another method using qt func...Tannin2014-09-101-2/+15
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-16/+56
* - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-1/+6
* - bugfix: mods were specified by internal name in archive and data tabTannin2014-08-191-3/+16
* - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-17/+101
* - download-list will no longer show a file as having incomplete data if there...Tannin2014-07-211-2/+10
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-5523/+5523
* - bugfix: broke qt4 compatibility in trying to support qt5Tannin2014-07-171-7/+13
* - qt 5 compatibility fixesTannin2014-07-151-1/+0
* - Disabled compilation of loot_cli as the current loot version can't be compi...Tannin2014-07-151-12/+5
* deleteSavegame:TheBloke2014-07-131-1/+2
* savegameList: more minor changesTheBloke2014-07-131-8/+4
* savegameList:TheBloke2014-07-131-14/+12
* savegameList: A few cleanups and minor code improvementsTheBloke2014-07-121-11/+10
* - savegameList: Improved save game handling from MainWindowTheBloke2014-07-111-17/+41
* - bugfix: update.bsa is again treated like a regular bsa because hiding it fr...Tannin2014-06-301-6/+5
* - re-inserted code for bsa hiding (this was necessary to enforce expected bsa...Tannin2014-06-291-2/+17
* - test-plugins accidentally distributed in the 1.2.5 release are now automati...Tannin2014-06-251-1/+3
* - adjusted mod load order in hook.dll to match the one from the UITannin2014-06-231-0/+1
* - download read buffer is now limited to 1MB. Might prevent out-of-memory err...Tannin2014-06-171-4/+3
* - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-161-68/+81
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-27/+50