summaryrefslogtreecommitdiff
path: root/src/statusbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fixed "not logged in" in the statusbar not respecting themeisanae2019-07-061-11/+16
|
* * Made the loadingbar a little bigger and more centered in the statusbar.Al2019-06-191-2/+13
| | | | * Changed themes to remove the ugly separator line between widgets on the statusbar.
* re-added the api label tooltipisanae2019-06-141-0/+7
| | | | comments
* fixed text color of api label when not logged inisanae2019-06-141-1/+1
|
* moved api user account classes to their own filesisanae2019-06-141-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 ↵isanae2019-06-131-12/+19
| | | | hiding/unhiding very well
* changed StatusBarNotifications to a generic StatusBarActionisanae2019-06-121-13/+39
| | | | added update notification to statusbar
* added a StatusBarNotifications class to handle icon, text and double clickisanae2019-06-121-10/+36
|
* fixed progress bar not updatingisanae2019-06-121-1/+2
|
* max width for progress barisanae2019-06-121-3/+12
| | | | notification icon in status bar
* added notifications label, unusedisanae2019-06-121-5/+7
|
* added a few helper classes for user accounts and statsisanae2019-06-121-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 itisanae2019-06-121-0/+27