| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 |
| * | Modified Menu Bar: | Al | 2019-06-20 | 1 | -11/+6 |
| * | added option to hide the status bar | isanae | 2019-06-13 | 1 | -0/+9 |
| * | added a few helper classes for user accounts and stats | isanae | 2019-06-12 | 1 | -45/+1 |
| * | reverted changes to the toolbar: | isanae | 2019-06-04 | 1 | -34/+9 |
| * | renamed some of the menus to remove underscores | isanae | 2019-06-03 | 1 | -8/+14 |
| * | added menubar toggle in the context menu | isanae | 2019-06-03 | 1 | -11/+13 |
| * | missed some mnemonics in the main menu | isanae | 2019-06-02 | 1 | -3/+3 |
| * | update styles to handle the new menu bar | isanae | 2019-06-02 | 1 | -0/+4 |
| * | added medium toolbar icon size | isanae | 2019-06-02 | 1 | -3/+6 |
| * | the toolbar menu is now in the ui file instead of being created by hand | isanae | 2019-06-02 | 1 | -2/+91 |
| * | moved links to a new dedicated toolbar | isanae | 2019-06-02 | 1 | -18/+25 |
| * | moved notification menu item to tools, was the only thing in view | isanae | 2019-06-02 | 1 | -16/+4 |
| * | removed actionToToolButton(), which was replacing QAction's in the toolbar wi... | isanae | 2019-06-02 | 1 | -23/+6 |
| * | - always show statusbar, used by the menu and toolbar to display status tips | isanae | 2019-06-02 | 1 | -18/+177 |
| * | Clear palette of mod list and plugin list to better support themes | LostDragonist | 2019-03-05 | 1 | -133/+0 |
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -2/+2 |
| * | Update outdated UI descriptions for API monitor | Silarn | 2019-02-18 | 1 | -3/+3 |
| * | Fix a typo | Silarn | 2019-02-18 | 1 | -2/+2 |
| * | Add counter for API requests | Silarn | 2019-02-18 | 1 | -1703/+1734 |
| * | Rename problems to notifications | LostDragonist | 2019-01-30 | 1 | -8/+10 |
| * | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -7/+19 |
| |\ |
|
| | * | Some more drag and drop related changes, still no fix though. | Al | 2019-01-12 | 1 | -3/+9 |
| | * | Fix drop to downloads tab. | Al | 2019-01-07 | 1 | -8/+14 |
| * | | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-01 | 1 | -37/+12 |
| |\| |
|
| | * | Add default download row sizes for generic styles, sanitize mainwindow.ui | Krzysztof Starecki | 2019-01-01 | 1 | -36/+11 |
| | * | Add filetime column to download tab | Krzysztof Starecki | 2018-12-31 | 1 | -1/+1 |
| | * | Port context menus to new downloadlist | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| | * | Disable downloadlist widget delegates, port partial functionality to QTreeView | Krzysztof Starecki | 2018-12-30 | 1 | -1/+1 |
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -6/+69 |
| |\| |
|
| | * | Display counter tooltips when clicked | LostDragonist | 2018-12-26 | 1 | -2/+7 |
| | * | Add a small gutter around the active mod/plugin counters | LostDragonist | 2018-12-26 | 1 | -0/+12 |
| | * | Improvements to the plugin and mod counters | LostDragonist | 2018-12-24 | 1 | -2/+8 |
| | * | Changed ui of active mod counters | Al | 2018-12-24 | 1 | -20/+40 |
| | * | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -1/+21 |
| | * | Expand mod list search edit to work on categories, nexus IDs, and notes | LostDragonist | 2018-12-20 | 1 | -4/+4 |
| | * | Make language about profile-specific settings and save games consistent | LostDragonist | 2018-12-19 | 1 | -1/+1 |
| * | | Clean up and fix merge issues | LostDragonist | 2018-12-12 | 1 | -6/+9 |
| * | | Fixed mainwindow.cpp so that Qt Creator does not break it anymore. | Al12rs | 2018-12-12 | 1 | -33/+33 |
| * | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -13/+33 |
| |/ |
|
| * | Added `uniformRowHeight = true` property to the modlist, data tab, filters vi... | Al12rs | 2018-10-27 | 1 | -0/+12 |
| * | Increase filterview size to not cut off filternames | Al12rs | 2018-10-13 | 1 | -2/+2 |
| * | Fix Creator setting Boss button to invisible each time | Al12rs | 2018-10-13 | 1 | -3/+0 |
| * | Fixed UI file to not break each time it's opened in creator. | Al12rs | 2018-10-13 | 1 | -11/+16 |
| * | Added "Refresh" button to downloads tab. | Al12rs | 2018-08-31 | 1 | -0/+14 |
| * | Enabled Ctrl+C to copy selected stuff instead of the entire log. No one used ... | Al12rs | 2018-08-01 | 1 | -3/+0 |
| * | Avoided downloads defaulting to "File Time" sorting at each startup. | Al12rs | 2018-07-21 | 1 | -2/+5 |
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -79/+36 |
| * | Fixed default size and positioning of some ui elements to accomodate the new ... | Al12rs | 2018-03-15 | 1 | -10/+51 |
| * | Reverted some changes added by Qt configurator that caused some wird stretchi... | Al12rs | 2018-03-12 | 1 | -2/+2 |