summaryrefslogtreecommitdiff
path: root/src/statusbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use `lootGameName()` and `displayGameName()` in initial places. (#2030)Mikaël Capelle2024-05-261-1/+1
* Apply clang-format.Mikaël Capelle2023-07-091-36/+30
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-1/+1
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-1/+1
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-4/+3
* added game, instance and profile to status barisanae2020-04-171-3/+33
* Fixed widgets flashing during Mo2 startup,AL2020-02-251-4/+0
* hide spacers on statusbar when the progress bar is not visibleisanae2020-02-041-12/+18
* Fix the API counter not being translatedLostDragonist2020-01-011-1/+3
* check the api setting on startup to hide it if neededisanae2019-10-051-1/+3
* split settings into a bunch of classesisanae2019-09-021-1/+1
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-14/+51
* 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
* re-added the api label tooltipisanae2019-06-141-0/+7
* 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
* switched to stylesheet for api colors, palette doesn't seem to survive hiding...isanae2019-06-131-12/+19
* changed StatusBarNotifications to a generic StatusBarActionisanae2019-06-121-13/+39
* 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
* added notifications label, unusedisanae2019-06-121-5/+7
* added a few helper classes for user accounts and statsisanae2019-06-121-6/+47
* added new statusbar class, moved refresh progress bar to itisanae2019-06-121-0/+27