summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an issue with sort buttonZachHaber2017-01-251-1/+2
| | | | Sort button will now correctly create the new loadorder.txt.
* Fixed pluginListPath to allow spacesZachHaber2016-12-281-4/+2
| | | | lootcli was failing on FO4 b/c it was passing in a space.
* Got rid of some unnecesarry codeZanoth2016-12-271-11/+7
| | | | | | Removed some parameters that were being sent to lootcli.exe that aren't relevant anymore, commented out the report viewing, and set the masterlist update boolean to switch only when there was no error.
* Added preliminary support for changes to lootcli projectZachHaber2016-12-271-2/+8
| | | | | | | Hopefully re-enabled lootcli report. Added new argument for lootcli.exe: pluginListPath, so it can determine what to read and thus change. Need to figure out how to determine the current language in a format that's easily understood.
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-7/+38
|\
| * Some include-what-you-use suggested changesThomas Tanner2016-06-271-0/+1
| |
| * Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-2/+22
| | | | | | | | | | | | | | right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue)
| * Merge branch 'master' into issue/418Thomas Tanner2016-01-241-6/+6
| |\ | | | | | | | | | | | | | | | # Conflicts: # SConstruct # src/organizerproxy.cpp
| | * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-6/+6
| | | | | | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer
| * | Remove savegameinfowidget from organizer coreThomas Tanner2015-12-261-3/+0
| | |
| * | Transferring the savegame widget into gamebryo + some cleanupThomas Tanner2015-12-251-26/+14
| | |
| * | Managed to remove SaveGame and SaveGameGamebryo classes from organizerThomas Tanner2015-12-201-18/+14
| | |
| * | Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-74/+21
| | |
| * | Makes iSaveGame responsible for returning all files involved in savegame.Thomas Tanner2015-12-151-46/+40
| | | | | | | | | | | | Cleans up save deletion and save transfer dialogue somewhat
| * | Removes the SaveGame class from mainwindow. Using include what you use to ↵Thomas Tanner2015-12-141-39/+83
| | | | | | | | | | | | add/remove #includes
| * | Remove dependency of TransferSave on SaveGameBryo, part of fix for #418Thomas Tanner2015-12-131-1/+1
| |/ | | | | | | | | | | Added a method to Profile class to get location of save games for the profile. I haven't added this to IProfile as am in two minds. Aside from this have done cleanups of issues suggested by include-what-you-use, and some OCD sorting of #includes
* | fixed categories list didn't get updated on switching instanceTannin2016-06-231-21/+39
| |
* | fixed creation of data paths after changing paths in settings and update of ↵Tannin2016-06-231-0/+1
| | | | | | | | profile list after change
* | usvfs log level can now be changed without a restartTannin2016-06-191-0/+2
| |
* | download list and data tree now also maintain their layout between sessionsTannin2016-06-191-17/+45
| |
* | moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-0/+12
| |
* | changes to primary category are now saved immediately instead of after the ↵Tannin2016-05-151-30/+10
| | | | | | | | menu is closed
* | fixed: after running an external application the plugin list was potentially ↵Tannin2016-05-151-4/+1
| | | | | | | | not updated correctly
* | fixed saves list wasn't updated after removing a save gameTannin2016-05-151-0/+1
| |
* | minor fixesTannin2016-05-071-6/+7
| |
* | added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-17/+38
| | | | | | | | "overwrite"
* | cleanupTannin2016-05-071-7/+7
| |
* | moved plugins.txt reading/writing to game pluginTannin2016-05-061-1/+1
| |
* | profile- and group-dropdown no longer switch by mouse-wheel. Plus fixed ↵Tannin2016-03-021-7/+15
| | | | | | | | refreshing of right-hand side tabs
* | merged master into new_vfs_libraryTannin2016-02-121-165/+132
| |
* | fixed update of window titleTannin2016-02-091-7/+4
| |
* | replaced boost&qt foreach-implementations by the c++11 variantTannin2016-02-091-15/+15
| |
* | made instance-switching usableTannin2016-01-101-9/+17
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-9/+12
| | | | | | | | other fixes
* | removed close-mo featureTannin2015-12-181-4/+1
| |
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-40/+74
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Remove debugging code quick!Thomas Tanner2015-12-061-27/+1
| |
| * Gets rid of last vestiges of GameInfo apart from startup and hookdllThomas Tanner2015-12-051-7/+21
| | | | | | | | Working on sorting out savegame stuff
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-1/+21
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| | * Fix for some nexus fomods having the old version of the mod link and not the ↵Thomas Tanner2015-10-151-1/+3
| | | | | | | | | | | | | | | | | | new version. Also fixed a lot of const correctness things
| | * Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing
| * | Most of work for savegameThomas Tanner2015-12-051-2/+19
| | |
| * | Renamed getNexusName to getGameShortName as previously because it hopefully ↵Thomas Tanner2015-11-261-1/+1
| | | | | | | | | | | | isn't too nexus related.
| * | Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterfaceThomas Tanner2015-11-261-3/+3
| | | | | | | | | | | | It makes more sense to have them here as they have very little to do with the game, more to do with the origin of the mod.
| * | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-261-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm looking to move it to the nexus interface though as it doesn't really relate to the game plugin. I've also removed the MananagementURL as - you can log into nexus without needing to specify the game - See above - it doesn't belong with the game plugin This gets rid of all dependencies bar game saving and logging in
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-0/+2
| | | | | | | | | | | | of gameinfo.h includes
| * | Forgot to remove the redundant memberThomas Tanner2015-11-251-1/+1
| | |
| * | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
| * | Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber
| * | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-2/+3
| | | | | | | | | | | | Also implement IPluginGame::getNexusGameID() but not hooked it in yet.