summaryrefslogtreecommitdiff
path: root/src/organizercore.h
Commit message (Collapse)AuthorAgeFilesLines
* added some (currently unused) functionality to dump the list of file mappingsTannin2015-08-091-0/+6
| | | | from real to virtual location
* - MO now validates session cookie on startupTannin2015-08-091-1/+1
| | | | | - It also retrieves account status - rewrote how MO decides when to log-in/when to give up on logging in
* - bugfix: bsa order wasn't correctly restored.Tannin2015-05-241-1/+1
|
* - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-0/+1
| | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* missing changes that belong into changeset 5eaf1e439403Tannin2015-04-121-1/+1
|
* if overwriting the ModOrganizer.ini file fails, another attempt to storeTannin2015-04-081-0/+4
| | | | settings is made, writing to the ini file directly.
* cleanupTannin2015-03-271-3/+3
|
* bugfix: sync-overwrite dialog didn't openTannin2015-03-211-2/+2
|
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-0/+5
|
* extended the game-plugin interfaceTannin2015-01-291-1/+0
|
* - bugfixesTannin2015-01-061-3/+15
| | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* MergeTannin2015-01-041-42/+45
|\
| * cleanup und bugfixes after refactoringTannin2014-11-281-44/+47
| |
* | - fixes after mergeTannin2015-01-041-3/+10
| |
* | re-integrated changes missing from the mergeTannin2015-01-031-1/+1
|/
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+239
- started on support for game-plugins