| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Add link to discord server in help menu | LostDragonist | 2019-01-14 | 1 | -0/+9 | |
| | | | | | | | ||||||
| * | | | | | | Save version even after downgrading. | Al | 2019-01-11 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the downgrade warning will appear forever. | |||||
| * | | | | | | Fixes to library load widget | LostDragonist | 2019-01-11 | 1 | -1/+2 | |
| | | | | | | | ||||||
| * | | | | | | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -5/+16 | |
| | | | | | | | ||||||
| * | | | | | | Make Visit on Nexus and Open web page do the other as well for multiple items. | Al | 2019-01-11 | 1 | -8/+49 | |
| | | | | | | | ||||||
| * | | | | | | Fixed version notification messages. | Al | 2019-01-06 | 1 | -3/+3 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -10/+10 | |
| | | | | | | ||||||
| * | | | | | Improve spacing for plugincounter. | Al | 2019-01-06 | 1 | -7/+7 | |
| | | | | | | ||||||
| * | | | | | Fix compact/normal download sizes on all themes. | Al | 2019-01-05 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix hover/select padding changes. Fix non uniform height due to warning icon. | |||||
| * | | | | | Improve performance of refresh (regex and code distribution) | Al | 2019-01-05 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Update mod and plugin counters when a mod is removed | LostDragonist | 2019-01-05 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Fix counting light-flagged plugins | LostDragonist | 2019-01-05 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Remove redundant "active" labels on plugin counter | LostDragonist | 2019-01-05 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ↵ | Krzysztof Starecki | 2019-01-03 | 1 | -4/+13 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | download-tab | |||||
| | * | | | | | Added Note columns to Export to CSV feature | Al | 2019-01-02 | 1 | -0/+6 | |
| | | |_|_|/ | |/| | | | ||||||
| | * | | | | Sort Separators by priority in Send To dialog. | Al | 2019-01-01 | 1 | -4/+7 | |
| | | | | | | ||||||
| * | | | | | Tweak download tab column resizing | Krzysztof Starecki | 2019-01-03 | 1 | -5/+1 | |
| |/ / / / | ||||||
| * | | | | Fix download entry padding issues (again) | Krzysztof Starecki | 2019-01-01 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Add default download row sizes for generic styles, sanitize mainwindow.ui | Krzysztof Starecki | 2019-01-01 | 1 | -2/+10 | |
| | | | | | ||||||
| * | | | | Fix toolbar buttons not setting their icons on startup | Krzysztof Starecki | 2019-01-01 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | Add filetime column to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add 'download meta information' support to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'upstream/Develop' into download-tab | Krzysztof Starecki | 2018-12-31 | 1 | -0/+1 | |
| |\ \ \ \ | | |_|/ | |/| | | ||||||
| | * | | | Added Alpha channel to color pickers | Project579 | 2018-12-31 | 1 | -0/+1 | |
| | | |/ | |/| | ||||||
| * | | | Fix download layout bug, port most of remaining themes | Krzysztof Starecki | 2018-12-31 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Tweak styling options for downloads tab, port Paper Light theme for reference | Krzysztof Starecki | 2018-12-31 | 1 | -4/+3 | |
| | | | | ||||||
| * | | | Add qss styling options for progress bar and compact mode widgets | Krzysztof Starecki | 2018-12-31 | 1 | -0/+13 | |
| | | | | ||||||
| * | | | Add icon for incomplete download info, add download progress delegate | Krzysztof Starecki | 2018-12-30 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Add downloadlist styling tweaks | Krzysztof Starecki | 2018-12-30 | 1 | -2/+5 | |
| | | | | ||||||
| * | | | Remove old downloads tab code leftovers | Krzysztof Starecki | 2018-12-30 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Fix a bug where downloadlist context actions run multiple times | Krzysztof Starecki | 2018-12-30 | 1 | -6/+2 | |
| | | | | ||||||
| * | | | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -30/+11 | |
| | | | | ||||||
| * | | | Disable downloadlist widget delegates, port partial functionality to QTreeView | Krzysztof Starecki | 2018-12-30 | 1 | -0/+6 | |
| |/ / | ||||||
| * | | Update counters when changing profiles | LostDragonist | 2018-12-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix warning about missing signal | LostDragonist | 2018-12-28 | 1 | -8/+8 | |
| | | | ||||||
| * | | Stop warning about missing English translations | LostDragonist | 2018-12-28 | 1 | -4/+2 | |
| | | | ||||||
| * | | Simplify code for visible counter changes | LostDragonist | 2018-12-27 | 1 | -11/+3 | |
| | | | ||||||
| * | | Modify active counters based on filters | LostDragonist | 2018-12-27 | 1 | -2/+22 | |
| | | | ||||||
| * | | *Made clear Filters button clear also the nameEdit filter | Al | 2018-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added "Visible" counters for modlist. | Al | 2018-12-26 | 1 | -15/+47 | |
| | | | | | | | | | Improved counters tool tip view. | |||||
| * | | Allow user to "won't endorse" MO itself | LostDragonist | 2018-12-24 | 1 | -4/+36 | |
| | | | ||||||
| * | | Add an option to disable endorsements | LostDragonist | 2018-12-24 | 1 | -3/+4 | |
| | | | ||||||
| * | | Allow "endorse", "unendorse", and "won't endorse" for multiple mods | LostDragonist | 2018-12-24 | 1 | -3/+67 | |
| | | | ||||||
| * | | Allow "visit on Nexus" for multiple mods | LostDragonist | 2018-12-24 | 1 | -6/+27 | |
| | | | ||||||
| * | | Improvements to the plugin and mod counters | LostDragonist | 2018-12-24 | 1 | -7/+99 | |
| | | | | | | | | | | | | | | | * Fix style * Add whatsThis * Add tooltips with additional statistics * Don't count mods like overwrite, unmanaged, DLC, etc. | |||||
| * | | Changed ui of active mod counters | Al | 2018-12-24 | 1 | -3/+2 | |
| | | | ||||||
| * | | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -0/+12 | |
| | | | ||||||
| * | | Fixed unignreUpdate option from not showing up. | Al12rs | 2018-12-22 | 1 | -6/+6 | |
| | | | ||||||
| * | | Add hotkeys for download filter and allow ESC to clear filter more often | LostDragonist | 2018-12-20 | 1 | -3/+13 | |
| | | | ||||||
| * | | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -3/+12 | |
| | | | ||||||
