index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
statusbar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `lootGameName()` and `displayGameName()` in initial places. (#2030)
Mikaël Capelle
2024-05-26
1
-1
/
+1
*
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 portable...
isanae
2021-02-12
1
-1
/
+1
*
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
*
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
*
hide spacers on statusbar when the progress bar is not visible
isanae
2020-02-04
1
-12
/
+18
*
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
*
StatusBar now inherits from QStatusBar to handle hide/show events
isanae
2019-08-16
1
-14
/
+51
*
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
*
re-added the api label tooltip
isanae
2019-06-14
1
-0
/
+7
*
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
*
switched to stylesheet for api colors, palette doesn't seem to survive hiding...
isanae
2019-06-13
1
-12
/
+19
*
changed StatusBarNotifications to a generic StatusBarAction
isanae
2019-06-12
1
-13
/
+39
*
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
*
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
*
added new statusbar class, moved refresh progress bar to it
isanae
2019-06-12
1
-0
/
+27