summaryrefslogtreecommitdiff
path: root/src/statusbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-6/+7
|
* fixed warnings about Q_OBJECT and thousand separatorsisanae2020-04-181-0/+2
| | | | had to move some classes to header files
* added game, instance and profile to status barisanae2020-04-171-0/+4
|
* hide spacers on statusbar when the progress bar is not visibleisanae2020-02-041-0/+2
| | | | always show menu items, added status tips
* check the api setting on startup to hide it if neededisanae2019-10-051-1/+1
|
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-3/+11
| | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid
* changed StatusBarNotifications to a generic StatusBarActionisanae2019-06-121-7/+12
| | | | added update notification to statusbar
* added a StatusBarNotifications class to handle icon, text and double clickisanae2019-06-121-3/+21
|
* max width for progress barisanae2019-06-121-2/+3
| | | | notification icon in status bar
* added notifications label, unusedisanae2019-06-121-1/+2
|
* added a few helper classes for user accounts and statsisanae2019-06-121-0/+6
| | | | | 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/+20