summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
Commit message (Collapse)AuthorAgeFilesLines
* - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵Al12rs2018-02-281-0/+3
| | | | | | and moved there all previuolsy added "open <> folder" menu options. - Added "Open MO install folder" option.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-341/+344
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-344/+341
|
* - Added "Clear all Filters" button with red outline that only shows up if ↵Al12rs2018-02-151-0/+1
| | | | | | | one or more filters are selected. - Fixed a bug that would not allow the already present "Clear" button under the filters tab to clear "contains" type of filters. - Fixed a bug that enabled the "Clear" button at the start even if there were no filters selected.
* Changed the data tab to remember the current expanded folders when hiding or ↵Al12rs2018-02-081-0/+1
| | | | un-hiding a file. Using the refresh button will close alll the expanded nodes an return to the initial state as it did before.
* Added "open downloads folder", "open profile folder", "open game fodler" and ↵Al12rs2018-01-261-1/+4
| | | | | | "open MyGames fodler" to the menu entries options of the mainwindow. Changed the menu entry "open in explorer" of overwrite to show even if overwrite is empty.
* Added "Open instance folder" entry to the small options list menù.Al12rs2018-01-191-0/+1
|
* Add clear overwrite optionEran Mizrahi2017-12-271-0/+1
|
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-2/+0
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-0/+13
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-2/+4
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-3/+1
|
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+3
|
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-0/+2
|\
| * Some refactoring of the spawn code and to make waitForApplication get the ↵Thomas Tanner2016-06-251-0/+2
| | | | | | | | | | | | | | 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)
| * Remove savegameinfowidget from organizer coreThomas Tanner2015-12-261-1/+0
| |
| * Transferring the savegame widget into gamebryo + some cleanupThomas Tanner2015-12-251-4/+3
| |
| * Managed to remove SaveGame and SaveGameGamebryo classes from organizerThomas Tanner2015-12-201-4/+4
| |
| * Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-1/+2
| |
| * Removes the SaveGame class from mainwindow. Using include what you use to ↵Thomas Tanner2015-12-141-35/+66
| | | | | | | | add/remove #includes
* | download list and data tree now also maintain their layout between sessionsTannin2016-06-191-0/+5
| |
* | moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-0/+3
| |
* | changes to primary category are now saved immediately instead of after the ↵Tannin2016-05-151-1/+0
| | | | | | | | menu is closed
* | minor fixesTannin2016-05-071-0/+3
| |
* | added option to use a mod as the target to create now files instead of ↵Tannin2016-05-071-0/+1
| | | | | | | | "overwrite"
* | merged master into new_vfs_libraryTannin2016-02-121-40/+71
| |
* | fixed update of window titleTannin2016-02-091-2/+2
| |
* | made instance-switching usableTannin2016-01-101-4/+3
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | removed close-mo featureTannin2015-12-181-1/+1
| |
* | Merge branch 'master' into new_vfs_libraryTannin2015-12-071-4/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Added functionality to use the web page link in a fomod to supply an ↵Thomas Tanner2015-10-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-4/+0
| |/ | | | | | | | | | | | | | | 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
* | some fixes and removed obsolete codeTannin2015-11-231-5/+0
| |
* | first work on interfacing with usvfsTannin2015-11-171-13/+2
|/
* some code cleanupTannin2015-08-091-1/+0
|
* now displays currently logged in account in title barTannin2015-08-091-0/+1
|
* - changed the way flags on executables are stored in memoryTannin2015-08-021-4/+4
| | | | - some coding style fixes
* Reworking the Custom Executables list and the shortcut popup.Tom Tanner2015-07-091-3/+11
| | | | | | | | | Certainly fixes the issue where the 'toolbar' entry doesn't lose the cross. One of the 'find' methods ignored case but none of the others did, so I've made it not ignore case either. Also made the code to get the desktop/startmenu paths use a more up-to-date API
* dropping an url on the download widget now attempts to download the urlTannin2015-05-111-0/+2
|
* MergeTannin2015-05-091-0/+2
|\
| * Allows drag-and-drop into the download tabTom Tanner2015-04-261-0/+2
| |
* | - operations not possible during directory refresh can now be delayed unit afterTannin2015-04-121-0/+5
|/ | | | | | | the refresh. - will now rewrite the plugin list(s) immediately after running external application - changes missing from changeset 9f522a324341
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-2/+6
|
* extended the game-plugin interfaceTannin2015-01-291-2/+0
|
* Merge with branch1.2Tannin2015-01-241-0/+2
|\
| * bugfix: showEvent contains initializion code that should be run only on ↵Tannin2015-01-081-0/+2
| | | | | | | | first start of the application
* | - bugfixesTannin2015-01-061-5/+0
| | | | | | | | | | | | | | - 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-12/+16
|\ \
| * | cleanup und bugfixes after refactoringTannin2014-11-281-25/+17
| | |