summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* removed close-mo featureTannin2015-12-181-4/+1
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-40/+74
|\
| * 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
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-1/+21
| |\
| | * Fix for some nexus fomods having the old version of the mod link and not the ...Thomas Tanner2015-10-151-1/+3
| | * Added functionality to use the web page link in a fomod to supply an optional...Thomas Tanner2015-10-151-2/+19
| * | Most of work for savegameThomas Tanner2015-12-051-2/+19
| * | Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-1/+1
| * | Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterfaceThomas Tanner2015-11-261-3/+3
| * | This removes getNexusPage from GameInfo and is currently in the game plugin.Thomas Tanner2015-11-261-11/+14
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-0/+2
| * | Forgot to remove the redundant memberThomas Tanner2015-11-251-1/+1
| * | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-1/+2
| * | Removes all references to GameInfo::getGameDirectory apart from one during st...Thomas Tanner2015-11-251-11/+12
| * | Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()Thomas Tanner2015-11-241-2/+3
| * | Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanismThomas Tanner2015-11-241-2/+2
| * | Use IPluginGame::getIniFiles throughout.Thomas Tanner2015-11-241-3/+5
| * | Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-9/+9
| * | Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...Thomas Tanner2015-11-231-1/+1
| * | Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-1/+0
| * | Replace some instances of qApp->property("managed_game") with the saved pointer.Thomas Tanner2015-11-211-2/+1
| |/
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-6/+3
* | some fixes and removed obsolete codeTannin2015-11-231-179/+5
* | first work on interfacing with usvfsTannin2015-11-171-58/+0
|/
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-2/+2
* DLC bsas are now auto-enabled for pre-skyrim gamesTannin2015-09-031-5/+22
* code cleanupTannin2015-08-311-4/+4
* bugfix: update.bsa sorted incorrectlyTannin2015-08-271-1/+3
* MergeTannin2015-08-151-1/+3
|\
| * more verbosity about login/logout to/from nexusTannin2015-08-151-1/+3
* | Clean up of fixes for custom executable windowTom Tanner2015-08-131-9/+8
* | MergeTom Tanner2015-08-131-8/+10
|\ \ | |/ |/|
| * Fix the executable configuration flags going awry from Customise windowTom Tanner2015-08-131-8/+10
| * Fix up merge messTom Tanner2015-08-111-3/+4
* | bugfix: categories that reference each other in a cycle could send MO into an...Tannin2015-08-121-0/+5
* | some fixes after reverting changes in c361167b9b75Tannin2015-08-121-3/+4
|/
* MergeTom Tanner2015-08-091-5/+4
|\
| * More work on the executables listTom Tanner2015-08-051-5/+4
* | added some (currently unused) functionality to dump the list of file mappingsTannin2015-08-091-27/+17
* | some code cleanupTannin2015-08-091-4/+9
* | now displays currently logged in account in title barTannin2015-08-091-1/+22
|/
* - changed the way flags on executables are stored in memoryTannin2015-08-021-27/+24
* Reworked executable lists to not use 3 bools in addExecutableTom Tanner2015-07-181-10/+15
* Allow user to select app icon or mo icon for generated shortcutsTom Tanner2015-07-181-2/+16
* MergeTom Tanner2015-07-091-1/+11
|\
| * filter names in the filter pane now also show up as tooltipsTannin2015-07-071-0/+1
| * bugfix: invalidation bsa wasn't created when switching to a profile that need...Tannin2015-07-071-1/+10
* | Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-091-62/+59
|/
* bugfix: dialog-memory wasn't initialized when starting through a desktop link soTannin2015-06-151-2/+0