Commit graph

13 commits

Author SHA1 Message Date
Jonas Herzig e730b65bef Use position: absolute instead of float for tree (fixes #98)
Using float has the huge disadvantage that different floating elements can block
each other if they're just slightly too big (e.g. because of fractional pixels
when zooming), leading to the same-level channels being displayed with
increasing indention, even though they shouldn't.
2020-05-03 15:10:46 +02:00
Fabien Quatravaux 01853bd238 [fix] Display join only dialog correctly on the screen 2020-04-12 14:57:39 +02:00
encrypt 003dc96ce1 mumble tokens basic implementation, connection dialog token is replaced with tokens 2020-03-22 21:12:12 +01:00
Jonas Herzig 0dfdfcc27a Add setting for showing user count after channel name 2018-10-08 20:20:43 +02:00
Jonas Herzig ae1479368c Remove hard-coded dialog width/height and size them dynamically 2018-10-08 17:32:38 +02:00
Jonas Herzig cfe6cd8b14 Change default fonts to those used by MetroMumble 2018-09-26 15:40:39 +02:00
Jonas Herzig b0234654a5 Add server connection info dialog 2018-09-26 15:13:44 +02:00
Jonas Herzig e77da5335e Add "Audio Quality" and "Audio per packet" to settings dialog 2018-09-26 13:07:29 +02:00
Jonas Herzig 2046bdf03a Implement "View Avatar" in user context menu 2018-09-24 21:38:53 +02:00
Jonas Herzig af5a134081 Add context menu for users and channels 2018-09-24 21:38:53 +02:00
Jonas Herzig d7b03d2192 Display user avatars instead of talking indicators when possible 2018-09-24 21:38:53 +02:00
Jonas Herzig 2b7f7c1625 Properly align user name and talking indicator 2018-09-24 21:38:53 +02:00
Jonas Herzig ca83780109 Implement theming support and add MetroMumbleDark theme 2018-09-24 21:38:53 +02:00
Renamed from themes/MetroMumbleLight/main.css (Browse further)