summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵Al12rs2018-08-012-5/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Develop
| * | | | | | | Tweak shading of mods and plugins to better support dark themesLostDragonist2018-08-012-5/+4
| | | | | | | |
* | | | | | | | Enabled Ctrl+C to copy selected stuff instead of the entire log. No one used ↵Al12rs2018-08-011-3/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | it before and now it's much more practical.
* | | | | | | Added CTRL+Doubleclick on plugin list as wellAl12rs2018-08-011-4/+13
| | | | | | |
* | | | | | | Added CTRL+Double Click on Modlist to open in ExplorerAl12rs2018-08-011-8/+24
| | | | | | |
* | | | | | | Revert "Temporarely disable the BSA list refresh if it is hidden from view. ↵Al12rs2018-08-011-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this will need to be reversted once the Bsa changes are added I presume." This reverts commit 8f28e0af36d6246f1230a8aa296cfd5485b34242.
* | | | | | | Force nxmhandler.exe registration when the associate button is clickedLostDragonist2018-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the register dialog to appear when the user had previously selected "No, don't ask again". If a user is clicking this button, there's a good chance they want MO to be the primary nxm handler.
* | | | | | | Update translation fileLostDragonist2018-07-241-604/+725
| | | | | | |
* | | | | | | Truncate strings longer than 1024 characters in the plugin list tooltipLostDragonist2018-07-231-6/+15
| | | | | | |
* | | | | | | Allow more characters in instance names and add an error messageLostDragonist2018-07-222-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously allowed: "A-Za-z0-9 " Now allowed: "A-Za-z0-9 !@#$%^()_+-=[]{};'."
* | | | | | | Improve robustness of endorsement checksLostDragonist2018-07-221-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | At times, the voted_by_user item is returned as Invalid. toBool() causes this to be false, meaning the item is seen as not endorsed. Now, the endorsement state is not checked if the data is invalid.
* | | | | | | Allow normal QAbstractItemModel event handling for mainwindow. Somehow ↵Al12rs2018-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | before it wouldn't work.
* | | | | | | Avoided downloads defaulting to "File Time" sorting at each startup.Al12rs2018-07-212-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved downloads tab header sizes and resize policy.
* | | | | | | 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 ↵Al12rs2018-07-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | will need to be reversted once the Bsa changes are added I presume.
* | | | | | | Check if there is actually something in overwrite to delete before asking ↵Al12rs2018-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | confirmation.
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 942e656a71f452cd3cdbca2a4264db3cc2014ae9.
* | | | | | | 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 ↵Al12rs2018-07-172-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more archives attached. Changed the tooltip to list the loaded archives. Fixed tool tip to have titles for subsections.
* | | | | | | Avoid asking users if they are sure they want to close of all downlaods are ↵Al12rs2018-07-173-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | paused.
* | | | | | | 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 ↵Al12rs2018-07-172-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of WolfHeartAurora.
* | | | | | | Merge pull request #438 from LostDragonist/DevelopAl2018-07-174-32/+184
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added support for selecting multiple mod for multiple modlist options. Added check for Windows Event Service before spawning new hooked processes.
| * | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An index of 0 is valid as this is a bog standard array. This resolves an instance of the warning "no download index 0".
| * | | | | | | 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 ↵Al12rs2018-07-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the progrss bar jumping around all the time. Chnaged the kb->MB jumps to happen at 1000 instead of 1024 to avoid going in the 4 digits, but still divide by 1024 to keep units acuurate.
* | | | | | | Potential fix for corrupted downloadsSilarn2018-06-252-3/+5
| | | | | | |
* | | | | | | Added the path of the managed game in the settings menu under the path tab, ↵Al12rs2018-06-223-225/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it's read only for now as allowing the user to change it would probably require a lot more work.
* | | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Develop1
| * \ \ \ \ \ \ Merge pull request #410 from LostDragonist/DevelopAl2018-06-201-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Extend mod backups and load order backups to a maximum of 10
| | * | | | | | | 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
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Disabled timer check as it appeared to terminate some downloads early.
* | | | | | | Fix for downloads getting insta-completed if there isn't enough bandwidth ↵Al12rs2018-06-191-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for them to procede. Now they will instead remain in the download state and continue once the bandwidth is available. There is much room for improvement here but for now I guess this will avoid MO simply stopping the download.