Rob Blanckaert
|
a7f19f7848
|
Fix some dark mode colors. (#3596)
* Pick a link color that looks good in both light and dark mode
* Fix up chat log colors
|
2019-03-03 05:24:10 -05:00 |
|
Rob Blanckaert
|
45b16ba78d
|
macOS: Fix qt5.12 scale issues and dark mode (#3588)
* Maybe fix QT 5.12 scale.
* Use Palette colors
|
2019-02-24 10:05:09 -08:00 |
|
Rob Blanckaert
|
ea8201af5c
|
Judge mode (#3531)
* Judge mode
* Use seperate judge icon
* Fix clang init ordering complaint
* Create gavel.svg
* Add judge level
* Adjust judge permissions.
* - Tag events caused by judges
- Allow judges access to card right click menus.
* Allow judges to change phase / turn.
* Remove gavel from pawn
* Make judge action text black.
* Create scales
* Rename scales to scales.svg
* Use scales
* remove gavel
* - Address PR feedback
- Fix sort order
* Zach
* add option to servatrice.ini
|
2019-02-21 14:00:00 -05:00 |
|
Zach H
|
35159ef61a
|
Clang script (#3085)
|
2018-02-06 08:45:13 -05:00 |
|
ctrlaltca
|
b29bd9e070
|
Clang-format (#3028)
* 1/3 Add .clang-format file and travis compilation check
* 2/3 Run clang-format
* 3/3 Fix compilation problems due to include reordering
* 3bis/3 AfterControlStatement: false
|
2018-01-27 10:41:32 +01:00 |
|
Zach H
|
b53cd33eed
|
Smarter Clipboard Pasting/Parsing (#2706)
|
2017-05-14 14:35:40 -04:00 |
|
Gavin Bisesi
|
f5a5ea0434
|
ChatView: Initialize fields in declared order
|
2017-03-22 21:52:15 -04:00 |
|
Gavin Bisesi
|
8ac2a5870d
|
Un-const non-pointer return types
|
2017-03-22 21:12:42 -04:00 |
|
Gavin Bisesi
|
a3f4012d1a
|
Reduce TabSupervisor direct usage in UserContextMenu
|
2017-03-22 20:44:05 -04:00 |
|
Gavin Bisesi
|
d65a444ac5
|
Remove direct usages of TabSupervisor from Chatview
- There still might be inherited usages
- It's still used in the ctor
Areas to test
- Mentions
- Chat notifications
- Username clickable links
|
2017-03-22 20:44:05 -04:00 |
|