index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356
Thomas Tanner
2015-12-05
1
-1
/
+21
|
\
|
*
Fix for some nexus fomods having the old version of the mod link and not the ...
Thomas Tanner
2015-10-15
1
-1
/
+3
|
*
Added functionality to use the web page link in a fomod to supply an optional...
Thomas Tanner
2015-10-15
1
-2
/
+19
*
|
Most of work for savegame
Thomas Tanner
2015-12-05
1
-2
/
+19
*
|
Renamed getNexusName to getGameShortName as previously because it hopefully i...
Thomas Tanner
2015-11-26
1
-1
/
+1
*
|
Replaced the IPluginGame getNexusDisplayURL with some APIs in NexusInterface
Thomas Tanner
2015-11-26
1
-3
/
+3
*
|
This removes getNexusPage from GameInfo and is currently in the game plugin.
Thomas Tanner
2015-11-26
1
-11
/
+14
*
|
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...
Thomas Tanner
2015-11-26
1
-0
/
+2
*
|
Forgot to remove the redundant member
Thomas Tanner
2015-11-25
1
-1
/
+1
*
|
Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrl
Thomas Tanner
2015-11-25
1
-1
/
+2
*
|
Removes all references to GameInfo::getGameDirectory apart from one during st...
Thomas Tanner
2015-11-25
1
-11
/
+12
*
|
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Thomas Tanner
2015-11-24
1
-2
/
+3
*
|
Replace GameInfo::getLoadorderMechanism with IPluginGame::getLoadOrderMechanism
Thomas Tanner
2015-11-24
1
-2
/
+2
*
|
Use IPluginGame::getIniFiles throughout.
Thomas Tanner
2015-11-24
1
-3
/
+5
*
|
Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...
Thomas Tanner
2015-11-24
1
-9
/
+9
*
|
Remove most instances of GameInfo::getname, and transfer getDLCPlugins to the...
Thomas Tanner
2015-11-23
1
-1
/
+1
*
|
Final eradication of igameinfo and adding python wrappers for IPluginGame
Thomas Tanner
2015-11-22
1
-1
/
+0
*
|
Replace some instances of qApp->property("managed_game") with the saved pointer.
Thomas Tanner
2015-11-21
1
-2
/
+1
|
/
*
added cmake build script and a few fixes for 64-bit compatibility
Tannin
2015-09-23
1
-2
/
+2
*
DLC bsas are now auto-enabled for pre-skyrim games
Tannin
2015-09-03
1
-5
/
+22
*
code cleanup
Tannin
2015-08-31
1
-4
/
+4
*
bugfix: update.bsa sorted incorrectly
Tannin
2015-08-27
1
-1
/
+3
*
Merge
Tannin
2015-08-15
1
-1
/
+3
|
\
|
*
more verbosity about login/logout to/from nexus
Tannin
2015-08-15
1
-1
/
+3
*
|
Clean up of fixes for custom executable window
Tom Tanner
2015-08-13
1
-9
/
+8
*
|
Merge
Tom Tanner
2015-08-13
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
Fix the executable configuration flags going awry from Customise window
Tom Tanner
2015-08-13
1
-8
/
+10
|
*
Fix up merge mess
Tom Tanner
2015-08-11
1
-3
/
+4
*
|
bugfix: categories that reference each other in a cycle could send MO into an...
Tannin
2015-08-12
1
-0
/
+5
*
|
some fixes after reverting changes in c361167b9b75
Tannin
2015-08-12
1
-3
/
+4
|
/
*
Merge
Tom Tanner
2015-08-09
1
-5
/
+4
|
\
|
*
More work on the executables list
Tom Tanner
2015-08-05
1
-5
/
+4
*
|
added some (currently unused) functionality to dump the list of file mappings
Tannin
2015-08-09
1
-27
/
+17
*
|
some code cleanup
Tannin
2015-08-09
1
-4
/
+9
*
|
now displays currently logged in account in title bar
Tannin
2015-08-09
1
-1
/
+22
|
/
*
- changed the way flags on executables are stored in memory
Tannin
2015-08-02
1
-27
/
+24
*
Reworked executable lists to not use 3 bools in addExecutable
Tom Tanner
2015-07-18
1
-10
/
+15
*
Allow user to select app icon or mo icon for generated shortcuts
Tom Tanner
2015-07-18
1
-2
/
+16
*
Merge
Tom Tanner
2015-07-09
1
-1
/
+11
|
\
|
*
filter names in the filter pane now also show up as tooltips
Tannin
2015-07-07
1
-0
/
+1
|
*
bugfix: invalidation bsa wasn't created when switching to a profile that need...
Tannin
2015-07-07
1
-1
/
+10
*
|
Reworking the Custom Executables list and the shortcut popup.
Tom Tanner
2015-07-09
1
-62
/
+59
|
/
*
bugfix: dialog-memory wasn't initialized when starting through a desktop link so
Tannin
2015-06-15
1
-2
/
+0
*
bugfix: opening a foreign mod info dialog caused the content to be "forgotten"
Tannin
2015-06-11
1
-1
/
+2
*
incorrect use of "complete" file suffixes
Tannin
2015-06-09
1
-2
/
+2
*
increased ui responsiveness while integrated loot is running
Tannin
2015-06-08
1
-2
/
+2
*
small stuff
Tannin
2015-05-26
1
-2
/
+3
*
closing the categories context menu no longer completely resets the mod list
Tannin
2015-05-25
1
-12
/
+23
*
- bugfix: bsa order wasn't correctly restored.
Tannin
2015-05-24
1
-18
/
+17
*
workaround to prevent repeated checking of mods with the mouse was interpreted
Tannin
2015-05-12
1
-1
/
+6
[next]