summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Applied clang-format on sourceSandro Jäckel2018-02-221-3900/+3574
* - Added "Clear all Filters" button with red outline that only shows up if one...Al12rs2018-02-151-8/+10
* 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 and...Al12rs2018-02-141-52/+154
* - Added mod priority, primary category, install date and nexus url columns to...Al12rs2018-02-131-2/+10
* Changed the data tab to remember the current expanded folders when hiding or ...Al12rs2018-02-081-2/+35
* Added "open downloads folder", "open profile folder", "open game fodler" and ...Al12rs2018-01-261-1/+35
* Fixed customOverwrite setting for executables.Al12rs2018-01-241-3/+4
* 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 paren...Eran Mizrahi2017-12-131-1/+2
* 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
* Final highlighting changesJeremy Rimpo2017-12-021-1/+1
* Implement mod/plugin highlighting when pair is selectedJeremy Rimpo2017-11-301-0/+15
* Set the default WebEngineProfile settings to webcacheJeremy Rimpo2017-11-301-0/+6
* Close the handle that is created by FindFirstFileW correctly.LePresidente2017-10-301-2/+3
* FixesLePresidente2017-10-261-0/+1
* Fix minor ESL issues and set a useful URL for issue reportingJeremy Rimpo2017-10-241-1/+1
* Fixed an issue with sort buttonZachHaber2017-01-251-1/+2
* Fixed pluginListPath to allow spacesZachHaber2016-12-281-4/+2
* Got rid of some unnecesarry codeZanoth2016-12-271-11/+7
* Added preliminary support for changes to lootcli projectZachHaber2016-12-271-2/+8
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-7/+38
|\
| * Some include-what-you-use suggested changesThomas Tanner2016-06-271-0/+1
| * Some refactoring of the spawn code and to make waitForApplication get the rig...Thomas Tanner2016-06-251-2/+22
| * Merge branch 'master' into issue/418Thomas Tanner2016-01-241-6/+6
| |\
| | * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-6/+6
| * | Remove savegameinfowidget from organizer coreThomas Tanner2015-12-261-3/+0
| * | Transferring the savegame widget into gamebryo + some cleanupThomas Tanner2015-12-251-26/+14
| * | Managed to remove SaveGame and SaveGameGamebryo classes from organizerThomas Tanner2015-12-201-18/+14
| * | Changes to support getting list of mods / esps to activate from game pluginThomas Tanner2015-12-191-74/+21
| * | Makes iSaveGame responsible for returning all files involved in savegame.Thomas Tanner2015-12-151-46/+40
| * | Removes the SaveGame class from mainwindow. Using include what you use to add...Thomas Tanner2015-12-141-39/+83
| * | Remove dependency of TransferSave on SaveGameBryo, part of fix for #418Thomas Tanner2015-12-131-1/+1
| |/