| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use `lootGameName()` and `displayGameName()` in initial places. (#2030) | Mikaël Capelle | 2024-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | * Use `displayGameName()` in create instance dialogs & the main window, this doesn't cover all places `gameName()` was being used for purely display reasons, but it covers the bulk. * Use `lootGameName()` instead of `gameShortName()` for LOOT cli initiation. * Use game display name in status bar. --------- Co-authored-by: Twinki <Twinki@users.noreply.github.com> | ||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -36/+30 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2022-04-19 | 1 | -1/+1 |
| | | |||||
| * | - renamed instance::name() to displayName() to reduce confusion with ↵ | isanae | 2021-02-12 | 1 | -1/+1 |
| | | | | | | | | portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances | ||||
| * | renamed InstanceManager::instance() to singleton() to avoid confusion | isanae | 2020-11-06 | 1 | -1/+1 |
| | | |||||
| * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 1 | -4/+3 |
| | | | | | | moved most of the figuring out of instance parameters from InstanceManager to Instance, separated all the ui from it and put it in main.cpp added ways to show single pages in the create instance dialog so they can be used when info is missing | ||||
| * | added game, instance and profile to status bar | isanae | 2020-04-17 | 1 | -3/+33 |
| | | |||||
| * | Fixed widgets flashing during Mo2 startup, | AL | 2020-02-25 | 1 | -4/+0 |
| | | | | | they were caused by some code I can't even make sense of that I left over. My bad... | ||||
| * | hide spacers on statusbar when the progress bar is not visible | isanae | 2020-02-04 | 1 | -12/+18 |
| | | | | | always show menu items, added status tips | ||||
| * | Fix the API counter not being translated | LostDragonist | 2020-01-01 | 1 | -1/+3 |
| | | |||||
| * | check the api setting on startup to hide it if needed | isanae | 2019-10-05 | 1 | -1/+3 |
| | | |||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -1/+1 |
| | | | | | removed "get" from the getters that had it | ||||
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -14/+51 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | fixed "not logged in" in the statusbar not respecting theme | isanae | 2019-07-06 | 1 | -11/+16 |
| | | |||||
| * | * Made the loadingbar a little bigger and more centered in the statusbar. | Al | 2019-06-19 | 1 | -2/+13 |
| | | | | | * Changed themes to remove the ugly separator line between widgets on the statusbar. | ||||
| * | re-added the api label tooltip | isanae | 2019-06-14 | 1 | -0/+7 |
| | | | | | comments | ||||
| * | fixed text color of api label when not logged in | isanae | 2019-06-14 | 1 | -1/+1 |
| | | |||||
| * | moved api user account classes to their own files | isanae | 2019-06-14 | 1 | -14/+20 |
| | | | | | | | | | | api label in status bar: - now shows when not logged in - changed some of the colour thresholds to correspond to real throttling numbers make sure the api key is also cleared from the access manager when clearing from the settings removed unused bool m_ValidateAttempted in NXMAccessManager update the window title and status bar api label with correct values on startup, which fixes incorrect values when "restarting" MO after changing nexus settings | ||||
| * | switched to stylesheet for api colors, palette doesn't seem to survive ↵ | isanae | 2019-06-13 | 1 | -12/+19 |
| | | | | | hiding/unhiding very well | ||||
| * | changed StatusBarNotifications to a generic StatusBarAction | isanae | 2019-06-12 | 1 | -13/+39 |
| | | | | | added update notification to statusbar | ||||
| * | added a StatusBarNotifications class to handle icon, text and double click | isanae | 2019-06-12 | 1 | -10/+36 |
| | | |||||
| * | fixed progress bar not updating | isanae | 2019-06-12 | 1 | -1/+2 |
| | | |||||
| * | max width for progress bar | isanae | 2019-06-12 | 1 | -3/+12 |
| | | | | | notification icon in status bar | ||||
| * | added notifications label, unused | isanae | 2019-06-12 | 1 | -5/+7 |
| | | |||||
| * | added a few helper classes for user accounts and stats | isanae | 2019-06-12 | 1 | -6/+47 |
| | | | | | | moved the api label to the status bar refactored a bunch of copy/pasted code in NexusInterface to use shouldThrottle() and throttledWarning() | ||||
| * | added new statusbar class, moved refresh progress bar to it | isanae | 2019-06-12 | 1 | -0/+27 |
