summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow more characters in instance names and add an error messageLostDragonist2018-07-222-3/+33
* Improve robustness of endorsement checksLostDragonist2018-07-221-2/+4
* Allow normal QAbstractItemModel event handling for mainwindow. Somehow before...Al12rs2018-07-221-0/+1
* Avoided downloads defaulting to "File Time" sorting at each startup.Al12rs2018-07-212-4/+7
* Added "Open Mods folder" to "Open Folder" context menu.Al12rs2018-07-212-0/+8
* Temporarely disable the BSA list refresh if it is hidden from view. this will...Al12rs2018-07-211-1/+4
* Check if there is actually something in overwrite to delete before asking con...Al12rs2018-07-181-1/+1
* Set delete Key to recursively clear overwrite with confirmation message.Al12rs2018-07-183-0/+16
* Changed size rappresentation in downloads compact view.Al12rs2018-07-181-5/+9
* Don't show info dialog for unmanaged pluugins.Al12rs2018-07-181-5/+12
* Changed unit check.Al12rs2018-07-181-1/+1
* Small visual fix for size positioning in compact downloads.Al12rs2018-07-181-14/+1
* Added clarification to loads archives tooltip.Al12rs2018-07-171-1/+1
* Revert "Fix download index in downloadFinished"Al12rs2018-07-171-1/+1
* Added ability to open mod information window by double cliking on plugins.Al12rs2018-07-175-79/+88
* Added a flag to the plugin list indicating if a certain plugin has one or mor...Al12rs2018-07-172-5/+24
* Avoid asking users if they are sure they want to close of all downlaods are p...Al12rs2018-07-173-1/+18
* Added Contains INI files content filter and checking.Al12rs2018-07-174-2/+10
* Added feather and scroll content icon to rappresent ini files. Icon curtesy o...Al12rs2018-07-172-0/+1
* Merge pull request #438 from LostDragonist/DevelopAl2018-07-174-32/+184
|\
| * Detect if the Windows Event Log service is not runningLostDragonist2018-07-161-7/+102
| * Allow "unignore update" to work with multiple modsLostDragonist2018-07-161-2/+11
| * Allow "ignore update" to work with multiple modsLostDragonist2018-07-161-2/+11
| * Allow "open in explorer" to work with multiple modsLostDragonist2018-07-161-3/+11
| * Allow "mark as converted" to work with multiple modsLostDragonist2018-07-161-4/+15
| * Allow "ignore missing data" to work with multiple modsLostDragonist2018-07-161-5/+18
| * Fix download index in downloadFinishedLostDragonist2018-07-161-1/+1
| * Redirect endorsements of MO2 to the Skyrim SE nexusLostDragonist2018-07-162-8/+15
* | Added new "Hide Uninstalled" and "Delete Uninstalled" options to downloads tab.Al12rs2018-07-175-1/+51
* | Added size label to compact download view.Al12rs2018-07-172-1/+22
* | Added sortable "Size" column to the downlaods tab.Al12rs2018-07-175-8/+29
|/
* Added "Open in Folder" option to downloads tab.Al12rs2018-07-167-2/+49
* Chnged download speed to be a little more consistant in display, to avoid the...Al12rs2018-07-161-6/+6
* Potential fix for corrupted downloadsSilarn2018-06-252-3/+5
* Added the path of the managed game in the settings menu under the path tab, i...Al12rs2018-06-223-225/+257
* Add open in explorer button to Overwrite dialog.Al12rs2018-06-213-0/+12
* Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ...Al12rs2018-06-201-1/+1
|\
| * Extend mod backups and load order backups to a maximum of 10LostDragonist2018-06-201-1/+1
* | Fix for downloads getting stuck after pausing them.Al12rs2018-06-203-8/+8
|/
* Fix for downloads getting insta-completed if there isn't enough bandwidth for...Al12rs2018-06-191-2/+9
* Prevent instances from ending in a spaceLostDragonist2018-06-091-1/+1
* Allow sorting by "source game" columnLost Dragonist2018-06-081-0/+10
* Updated stringsSilarn2018-06-081-343/+394
* *Avoided some unnecessary refreshes while removing mods.Al12rs2018-05-257-26/+88
* Added un-hide all option to downlods tab.Al12rs2018-05-215-24/+64
* Made downlods file sizes human readable instead of just being KBAl12rs2018-05-203-1/+25
* Added "Open Plugins folder" option to Open folder menu.Al12rs2018-05-202-8/+10
* Fix a memory leak in updateToolBarDiana2018-05-182-32/+36
* Merge pull request #362 from Al12rs/dirWatcherAl2018-05-172-4/+112
|\
| * Huge performace improvements for downloads tab by disabling the dirWatcher tr...Al12rs2018-05-172-23/+34