ebbit1q
51b24bb92c
refactor getting game age ( #4095 )
2020-11-22 20:28:56 -05:00
Kaitlin
a49c4865bb
Add game filtering for spectator attributes ( #4127 )
2020-10-27 15:49:02 -04:00
tooomm
5df069ab19
userlists --> account ( #4139 )
2020-10-12 17:18:11 -04:00
Kaitlin
eba9c097f6
Add dropdown for game age filtering ( #4092 )
...
* Part 1 for #3067 : Basic combo box (dropdown) filtering mechanism for game age.
* Apply suggestions from draft review
# Conflicts:
# cockatrice/src/gamesmodel.cpp
# cockatrice/src/gamesmodel.h
* switch to using QTime
* check for games older than a day
* formatting for casts and more unnecessary cosmetic changes
* ebbit1q fixes
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
2020-09-30 23:46:10 -04:00
Kaitlin
a8b79fd020
Fix show-buddies-only filter loading, and add handling for creator name filter storage/loading. ( #4105 )
2020-09-26 21:55:13 -04:00
Kaitlin
79f590c99a
Fix #3957 : Properly set filters to defaults on initial load and disable "Clear filters" button if filters are set to defaults. ( #4088 )
...
* Fix #3957 : Properly set filters to defaults on initial load and disable "Clear filters" button if filters are set to defaults
* Reuse resetFilterParameters() in GamesProxyModel constructor, and remove "off" designation for player min/max (as a default of 1/99 is enforced by the UI).
2020-09-09 11:24:54 -04:00
olegshtch
44297dcd1c
Fix release tests ( #4063 )
2020-08-13 10:18:01 -04:00
Kaitlin
1988e4558f
Change filter hint text to "Games shown: X / Y" and fix user-game segfault ( #3973 )
2020-05-08 15:15:54 -04:00
Kaitlin
2c3eab9b0c
Fix #3068 : Add hint text about game list filters ( #3946 )
...
Kaitlin Huben <kaitlin.huben+gitlab@gmail.com>
2020-04-07 17:55:36 -04:00
ebbit1q
18a07274d4
clangify everything with the new header sorting ( #3908 )
2020-03-18 17:36:02 -04:00
Phillip Wheatley
0f18fa9546
Hide games created/hosted by people on your Ignore List ( #3883 )
...
* Implement filter for games created by ignored users.
2020-01-13 10:13:36 -05:00
Bers
91b3c7343d
fixed 2 warning-errors on archlinux(gcc 8.1): implicit fallthrough, ignored qualifiers ( #3270 )
2018-06-09 10:28:17 +02: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
Gavin Bisesi
c5aa75d4d1
Reduce data dependency for GamesProxyModel
2017-03-22 20:44:05 -04:00
Zach H
6619612c30
fix buddy checkbox bug ( #2434 )
2017-03-04 00:48:16 -05:00
woogerboy21
960ecaaeda
New privuser gummys ( #2305 )
...
* New user gummys based on account privilege level
This change add's new user gummy icons for vip/donator priv levels that
are now available.
YaY for Zach!
2016-12-08 22:52:25 -05:00
Zach H
edd50a7571
show buddyOnly on filter clear
2016-07-14 16:56:17 -04:00
poixen
a729b1c966
updated game created coloumn text
2016-07-12 09:31:27 +02:00
poixen
089edc53d0
filter buddies only
2016-07-03 21:48:21 +02:00
marco
c8d59eec5e
Refactred settings to use settingscache & ini files
2015-08-22 01:05:15 +02:00
Fabio Bas
7e56c5a9c6
Added translation fix missing from #1001
2015-04-22 11:10:14 +02:00
Fabio Bas
629f48e2ff
Permit translation in "game created" column; Fix #999
...
Also, extracted the 2 new strings
2015-04-22 09:12:38 +02:00
Matt Lowe
8938d291f8
Filter password games consistancy
2015-04-15 22:00:52 +02:00
Matt Lowe
25dbfb37f4
Game created code improvements
...
+ No longer get "5hrs" and "5+ hrs" instead will be "4hrs" and "5+ hrs".
+ Refactored into an else-if with a single return.
+ removed comments
+ removed code from namespace and added to class
2015-04-15 14:18:16 +02:00
Matt Lowe
06accd519c
Fixed main chat room lag
2015-04-11 00:49:07 +02:00
Matt Lowe
28aed657b3
Fixed 5+ hour issue for new games
...
The problem was converting a negative int to an unsigned int. This was
resulting in a value of: (2^32) - n. Meaning that the room age was
extreamly old. After 48s the delay from the server will catch up and the
time diff will be 0 rather than negative, which is why after 48s the
room will change from 5+ hours to <1 min.
2015-02-19 12:45:33 +01:00
Zach H
f0338118af
minor fix
2015-02-09 16:07:23 -05:00
Zach H
7a1fb45ebc
feedback change
2015-02-09 16:04:39 -05:00
Zach H
43d34bb825
spectator preferences
2015-02-09 15:35:16 -05:00
Matt Lowe
616f8439ae
Changed text to match room creation
...
"see hands" -> "see everything"
2015-02-09 17:41:38 +01:00
Matt Lowe
d420fc89a5
Spectator viewing options
...
Its now easy to see which games you can chat/see hands in.
2015-02-09 17:11:13 +01:00
Gavin Bises
86b92a25de
Merge remote-tracking branch 'origin/master' into show-password-games-by-default
2015-02-05 21:46:29 -05:00
Gavin Bises
6e5f4d1f06
Merge remote-tracking branch 'origin/master' into jo-remove-name-filters-from-settings
2015-02-04 20:15:41 -05:00
Gavin Bises
975c5e0db3
Show password protected games by default
2015-02-02 19:14:23 -05:00
Matt Lowe
d57a6111aa
Buddy stars
...
Buddies will now be seen as stars in the chat
2015-01-31 17:11:17 +01:00
Jeffrey Oliver
763d8a7919
Merge branch 'master' into jo-remove-name-filters-from-settings
2015-01-28 20:28:36 -08:00
Jeffrey Oliver
d96e566411
Add back in the games description filter storage.
2015-01-23 20:53:21 -08:00
Zach H
22a1bcdf60
adding return
2015-01-23 12:07:53 -05:00
Jeffrey Oliver
cc75210ac6
Removed the loading and saving of the user name and game description
...
from the persistent filter settings.
2015-01-22 20:39:28 -08:00
Matt Lowe
8fdaadf462
refactorings #3
...
removed const from enum
2015-01-22 22:37:49 +01:00
Matt Lowe
86bbf75ddd
refactorings #2
...
+ removed static from enum
+ removed condition check for user level
2015-01-22 22:23:21 +01:00
Matt Lowe
8ac58259b4
Refactorings
2015-01-22 22:05:08 +01:00
Matt Lowe
1406a27775
Updated game view
...
+ removed password column
+ added a lock svg to restrictions if pw is needed
+ added "password" to restrictions if pw is needed
+ added user pawn to creator tab
+ reformatted code for easy adaptation later
2015-01-22 21:35:52 +01:00
Jeffrey Oliver
4a2a61ef46
Replace the 99 with a const int.
2015-01-04 15:32:29 -08:00
Jeffrey Oliver
f1803fe879
Remove some debug.
2015-01-02 17:06:30 -08:00
Jeffrey Oliver
dbfbfcc837
WIP: refactor filters to save to persistence from within model.
2015-01-02 15:19:36 -08:00
Jeffrey Oliver
6a4384f903
WIP: Refactor gamesproxymodel to own the persistence layer.
2015-01-02 15:05:33 -08:00
Fabio Bas
c8aeff0b0c
Port #436 to QDateTime
2014-11-26 12:34:26 +01:00
Mitchell Rosen
cab37b3945
Capitalize game columns
2014-11-22 00:08:47 -08:00
Mitchell Rosen
03bdbe2c7a
Added '<1m ago'
2014-11-22 00:08:00 -08:00