summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Created threaded process for writing mod meta files to prevent hangsSilarn2018-04-091-5/+9
|
* Updates to allow a full plugin data refresh in certain circumstancesSilarn2018-04-081-3/+2
|
* Also mark hidden downloads as uninstalled; refresh plugins after filesSilarn2018-04-081-4/+2
|
* Added file preview in conflicts tab in the mod information dialog. The ↵Al12rs2018-04-071-1/+1
| | | | preview is not working for the lower file list for some reason but I left the setup of the context menu and all in case somebody else can figure out what I'm missing.
* Return extraction context menu to archive listSilarn2018-04-051-0/+12
|
* Merge pull request #286 from SuperSandro2000/fix-ocdAl2018-03-231-2/+2
|\ | | | | Proper variable naming
| * Proper variable namingSandro Jäckel2018-03-211-2/+2
| | | | | | and fixed Sandros OCD
* | Updater and Issue reports now point to Modorganizer2/modorganizerLePresidente2018-03-221-9/+8
|/
* Merge pull request #280 from Al12rs/DevelopJeremy Rimpo2018-03-201-1/+3
|\ | | | | Fixed preview "file not found" error if the mod folder containing the…
| * Fixed preview "file not found" error if the mod folder containing the file ↵Al12rs2018-03-211-1/+3
| | | | | | | | was on a different drive.
* | Fix lootcli destroying loadorder on newer gamesJeremy Rimpo2018-03-201-13/+2
| |
* | Various save game improvements related to script extender filesJeremy Rimpo2018-03-201-4/+8
|/ | | | | * Improve handling of SE save transfers and deletes with main save * Add indicator in save popup dialog if SE save file is present
* Various text and ui changes:Al12rs2018-03-161-0/+4
| | | | | | | Added description to CSV export. Added line to delete instance error message. Changed delete instance icon for the list of instances. Added red X in the resources, thanks to twizz0r.
* Fixed wrong Nexus page url in CSV export.Al12rs2018-03-121-1/+1
|
* Added a check to the preview function to handle tha case of the file beeing ↵Al12rs2018-03-121-4/+16
| | | | from the actual data folder instead of a mod.
* Remove outdated namespacing and correct the PATH setting to appends dllsJeremy Rimpo2018-03-081-5/+5
|
* Edited "Add/Remove category" menu entry text to "Change Category".Al12rs2018-03-071-1/+1
|
* Inverted position of reinstall and remove mod, as per user request.Al12rs2018-03-071-1/+1
|
* Removed "Repace category" menu option from the modlist as it was redundant ↵Al12rs2018-03-071-0/+3
| | | | and cluttering the menu.
* Added open logs folder to open folder toolbar dropdown.Al12rs2018-03-071-4/+21
|
* - Added Open Folders drop-down menu over the modlist (using new custom icon) ↵Al12rs2018-02-281-18/+34
| | | | | | 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-3574/+3900
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-3900/+3574
|
* - Added "Clear all Filters" button with red outline that only shows up if ↵Al12rs2018-02-151-8/+10
| | | | | | | 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.
* Small changes to make the modlist context menu more organized.Al12rs2018-02-141-5/+17
|
* - Complete overhaul of export to csv feature with custom column selection ↵Al12rs2018-02-141-52/+154
| | | | | | | and added entries. Basically I added a new dialog to ask the user if he wants all/enabled/visible mods and what columns to include via checkboxes. Also added Mod_Status column.
* - Added mod priority, primary category, install date and nexus url columns ↵Al12rs2018-02-131-2/+10
| | | | | | to Export to csv feature. - Changed priority and install date format to be sortable in csv columns.
* Changed the data tab to remember the current expanded folders when hiding or ↵Al12rs2018-02-081-2/+35
| | | | 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/+35
| | | | | | "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.
* Fixed customOverwrite setting for executables.Al12rs2018-01-241-3/+4
| | | | The setting was not being passed to spawnBinary() and was left empty. Just added a couple lines to pass that too. If the setting is disabled cutomOverwrite should be empty and the normal overwrite folder will be used instead.
* Added "Open instance folder" entry to the small options list menù.Al12rs2018-01-191-0/+7
|
* Don't auto scroll down the downloads list (even when a file was downloaded)Eran Mizrahi2018-01-041-2/+0
|
* Don't auto scroll down the downloads listEran Mizrahi2018-01-041-2/+0
|
* Prefer hiding the MO proxy when waiting for spawned processesEran Mizrahi2017-12-291-1/+3
|
* Enable open in explorer option also for overwriteEran Mizrahi2017-12-271-0/+1
|
* Add clear overwrite optionEran Mizrahi2017-12-271-0/+26
|
* Default to sorting newest download firstEran Mizrahi2017-12-261-1/+1
|
* Show the newly added mod when creating an empty modEran Mizrahi2017-12-261-0/+2
|
* Tie moshortcuts to a specific instanceEran Mizrahi2017-12-191-1/+2
|
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-63/+1
|
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-181-4/+4
|
* Implement file priority for loose files > archivesJeremy Rimpo2017-12-171-12/+12
|
* Restore archive tab and partial functionalityJeremy Rimpo2017-12-151-2/+189
|
* Wait for injected processes on MO closeEran Mizrahi2017-12-131-1/+19
|
* Locked dialog fixes (fix mainwindow modalness; use normal window to fix ↵Eran Mizrahi2017-12-131-1/+2
| | | | parentless scenario)
* Run shortcuts using moshortcut:// to avoid command line problemsEran Mizrahi2017-12-101-4/+3
|
* Wait for processes run using command line shortcutsEran Mizrahi2017-12-101-18/+3
|
* cycle crash dumpsEran Mizrahi2017-12-101-0/+1
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-1/+1
|
* Fix lootcli sorting when temp dir contains a space (i.e. user name has a space)Eran Mizrahi2017-12-071-1/+1
|