| Commit message (Expand) | Author | Age | Files | Lines |
| * | Avoid refreshing Data tab each time directoryStructure is refreshed if the ta... | Al | 2019-07-10 | 1 | -1/+7 |
| * | added new Shortcut class, moved stuff that was in MainWindow into it | isanae | 2019-07-06 | 1 | -152/+23 |
| * | reordering tabs, then switching to a mod with a different tab set would disca... | isanae | 2019-07-02 | 1 | -1/+1 |
| * | added modinfodialogfwd.h, mostly for the enum that's used in various places | isanae | 2019-07-02 | 1 | -17/+20 |
| * | added a ModInfoDialogTabContext to avoid passing too many things to tab const... | isanae | 2019-07-02 | 1 | -3/+1 |
| * | changed how the mod url works: | isanae | 2019-07-02 | 1 | -24/+20 |
| * | changed "tab index" to "tab id", this was confusing the order in the widget a... | isanae | 2019-07-02 | 1 | -1/+1 |
| * | grey out tab names when they have no data | isanae | 2019-07-02 | 1 | -45/+59 |
| * | finished splitting filetree tab | isanae | 2019-07-02 | 1 | -21/+24 |
| * | split nexus tab | isanae | 2019-07-02 | 1 | -131/+36 |
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 |
| * | * Changed export to CSV to sort by priority. | Al | 2019-06-20 | 1 | -8/+10 |
| * | Disabled toolbar executable shortcut action after click to avoid starting it ... | Al | 2019-06-19 | 1 | -0/+3 |
| * | rebase to statusbar | isanae | 2019-06-15 | 1 | -2/+2 |
| * | removed concept of custom executables, everything is modifiable | isanae | 2019-06-15 | 1 | -2/+1 |
| * | moved commiting changes to EditExecutablesDialog itself instead of doing it f... | isanae | 2019-06-15 | 1 | -34/+2 |
| * | removed old, unused stuff | isanae | 2019-06-15 | 1 | -3/+35 |
| * | fixed EditExecutablesDialog being opened without a parent | isanae | 2019-06-15 | 1 | -4/+9 |
| * | ExecutablesList: | isanae | 2019-06-15 | 1 | -6/+4 |
| * | replaced ExecutablesList::getExecutables() by a standard container interface | isanae | 2019-06-15 | 1 | -36/+56 |
| * | made Executable members private, added member function to get and set them | isanae | 2019-06-15 | 1 | -25/+25 |
| * | re-added the api label tooltip | isanae | 2019-06-14 | 1 | -2/+19 |
| * | changed the notifications action back to being disabled when there aren't any... | isanae | 2019-06-14 | 1 | -0/+2 |
| * | show executable path in status bar | isanae | 2019-06-14 | 1 | -0/+1 |
| * | moved api user account classes to their own files | isanae | 2019-06-14 | 1 | -3/+10 |
| * | added option to hide the status bar | isanae | 2019-06-13 | 1 | -6/+45 |
| * | changed StatusBarNotifications to a generic StatusBarAction | isanae | 2019-06-12 | 1 | -10/+6 |
| * | added a StatusBarNotifications class to handle icon, text and double click | isanae | 2019-06-12 | 1 | -1/+1 |
| * | max width for progress bar | isanae | 2019-06-12 | 1 | -1/+6 |
| * | added a few helper classes for user accounts and stats | isanae | 2019-06-12 | 1 | -38/+30 |
| * | added new statusbar class, moved refresh progress bar to it | isanae | 2019-06-12 | 1 | -16/+4 |
| * | clarified some comments | isanae | 2019-06-09 | 1 | -3/+3 |
| * | fixed notification icon not respecting the stylesheet on startup | isanae | 2019-06-09 | 1 | -6/+51 |
| * | fixes toolbar and menu icons not respecting the stylesheet | isanae | 2019-06-09 | 1 | -13/+66 |
| * | Merge pull request #753 from isanae/explore-data-file | Al | 2019-06-05 | 1 | -10/+35 |
| |\ |
|
| | * | added "Open Origin in Explorer" to the data tab | isanae | 2019-06-04 | 1 | -10/+35 |
| * | | show the main menu when releasing alt instead of pressing, less annoying to t... | isanae | 2019-06-04 | 1 | -2/+2 |
| * | | reverted changes to the toolbar: | isanae | 2019-06-04 | 1 | -26/+48 |
| |/ |
|
| * | Merge pull request #750 from isanae/more-menu-toolbar | Al | 2019-06-04 | 1 | -12/+66 |
| |\ |
|
| | * | fixed exit menu item not working | isanae | 2019-06-03 | 1 | -3/+5 |
| | * | more comments | isanae | 2019-06-03 | 1 | -0/+4 |
| | * | renamed some of the menus to remove underscores | isanae | 2019-06-03 | 1 | -11/+19 |
| | * | added menubar toggle in the context menu | isanae | 2019-06-03 | 1 | -0/+40 |
| * | | reset m_closing to false when the user cancels closing | isanae | 2019-06-03 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #747 from isanae/splash-monitor | Al | 2019-06-03 | 1 | -0/+2 |
| |\ |
|
| | * | remember the monitor number | isanae | 2019-06-03 | 1 | -0/+2 |
| * | | added medium toolbar icon size | isanae | 2019-06-02 | 1 | -5/+12 |
| * | | the toolbar menu is now in the ui file instead of being created by hand | isanae | 2019-06-02 | 1 | -30/+52 |
| * | | toolbar size and button style are now configurable and remembered | isanae | 2019-06-02 | 1 | -0/+71 |
| * | | moved links to a new dedicated toolbar | isanae | 2019-06-02 | 1 | -25/+31 |