summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore commented out codeThomas Tanner2016-06-261-1/+41
* Extra question box functionalityThomas Tanner2016-06-251-1/+1
* Some refactoring of the spawn code and to make waitForApplication get the rig...Thomas Tanner2016-06-251-102/+55
* Merge branch 'master' into issue/418Thomas Tanner2016-01-241-4/+4
|\
| * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-4/+4
* | Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-6/+29
|/
* Reworked startup considerably so now no longer dependant on GameInfoThomas Tanner2015-11-281-13/+5
* Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-2/+2
* Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-0/+1
* Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-4/+22
* Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-1/+1
* Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-2/+3
* Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-0/+1
* Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-4/+4
* Removed 'requiresSteam' which is only used in one place and might or might no...Thomas Tanner2015-11-231-1/+4
* Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-9/+1
* Removes igameinfo.h from everywhere apart from (sort of) the pythonrunner plu...Thomas Tanner2015-11-221-1/+2
* Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-2/+1
* Removal of (get)BinaryNameThomas Tanner2015-11-211-6/+2
* Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-0/+1
* code cleanupTannin2015-08-311-4/+2
* Fix nasty message when starting MO for first timeTom Tanner2015-08-221-5/+7
* Clean up of fixes for custom executable windowTom Tanner2015-08-131-6/+5
* MergeTom Tanner2015-08-131-5/+6
|\
| * Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-7/+7
| * Fix up merge messTom Tanner2015-08-111-9/+10
* | some fixes after reverting changes in c361167b9b75Tannin2015-08-121-9/+10
|/
* MergeTom Tanner2015-08-091-10/+10
|\
| * More work on the executables listTom Tanner2015-08-051-10/+10
* | added some (currently unused) functionality to dump the list of file mappingsTannin2015-08-091-0/+40
* | - MO now validates session cookie on startupTannin2015-08-091-18/+33
|/
* - changed the way flags on executables are stored in memoryTannin2015-08-021-9/+7
* MergeTannin2015-08-021-5/+13
|\
| * Reworked executable lists to not use 3 bools in addExecutableTom Tanner2015-07-181-7/+13
| * Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-1/+3
* | bugfix: archive list wasn't saved after enabling/disabling a mod.Tannin2015-07-311-0/+3
|/
* bugfix: invalidation bsa wasn't created when switching to a profile that need...Tannin2015-07-071-0/+6
* bugfix: dialog-memory wasn't initialized when starting through a desktop link soTannin2015-06-151-0/+2
* bugfix: potential null-pointer access when something goes wrong enabling a modTannin2015-06-081-0/+4
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-241-8/+10
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-1/+1
* slight cleanup regarding steam log-in settingsTannin2015-05-121-3/+3
* MergeTannin2015-05-121-1/+12
|\
| * Merge from masterTom Tanner2015-05-101-1/+12
| |\
| | * Add in a tab to allow saving of steam username and password.Tom Tanner2015-05-091-1/+12
* | | - bugfix: moving a mod didn't properly update conflict highlightingTannin2015-05-111-0/+1
* | | bugfix: upon closing the profiles dialog, the profile was changed to theTannin2015-05-111-0/+4
* | | esp list refresh is now delayed if the directory-structure is being updated. ...Tannin2015-05-101-0/+5
|/ /
* | dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* | - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-2/+11