woogerboy21
7af2f3f057
Idle Client Timeout Functionality
...
Added the functionality client side to log users out of servers if they
are idle for more than 1 hour without joining either a game or room.
Sending a message (room/game/private) or performing a game action.
2016-10-09 13:55:07 -04:00
Kevin Boxhoorn
c1aebc1af5
Fix member variable initialization order
2016-10-03 13:16:16 +11:00
Kevin Boxhoorn
3680f40981
Disable "Load remote deck..." button in local game
2016-10-03 12:36:18 +11:00
Kevin Boxhoorn
2a7fc827f4
Add getIsLocalGame
to TabGame
2016-10-03 12:33:40 +11:00
poixen
f2cd276e5f
more screen space
2016-07-21 20:06:45 +02:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02:00
Fabio Bas
a8c723326d
Game tab: use short title for undocked wdgets
...
fix #1777
2016-02-12 14:49:37 +01:00
Fabio Bas
ae8296a50e
Game tab: reset docks sizes on "reset layout"
2016-02-11 18:29:50 +01:00
Fabio Bas
058b913455
Game: save and restore dock sizes
2016-02-07 21:58:51 +01:00
woogerboy21
f57e0454bb
Dockified the game & replay review areas
2016-01-16 00:54:14 +01:00
Fabio Bas
4d7795ca3a
Split pictuloader out of carddatabase
2015-12-26 16:40:17 +01:00
Psithief
ca9bfc9ff2
Revert focus policy change in tab_game
...
Fixes #1529 .
Completely untested, because I don't think this could possibly interfere with anything. It's a straight revert.
2015-10-01 12:00:30 +08:00
Zach
d5adec53a2
Revert "Reimplemented PictureLoader as a singleton"
2015-09-23 03:17:33 -04:00
Fabio Bas
f6c7f3355f
Reimplemented PictureLoader as a singleton
...
* Removed remaining picture handling from card database and cardinfo
* removed the “noCard object” hack
2015-09-22 23:09:53 +02:00
Zach
3412ce2f7d
Merge pull request #1501 from marcofernandezheras/Fix-Shortcut-Detection
...
Fix shortcuts detection on settings & game
2015-09-14 16:02:45 -04:00
marco
4c6b543cbe
Fix shortcuts detection on settings & game
...
Fix #1499 , Fix #1493 , Fix #1477
Fix typo
2015-09-14 16:56:51 +02:00
Fabio Bas
00e3e63f41
Themes: remove all hardcoded extensions
2015-09-13 00:14:36 +02:00
Fabio Bas
f14ebb0028
Fix replay crash due to completer
2015-09-08 08:12:00 +02:00
Fabio Bas
5cfb034452
merged with master
2015-08-31 22:48:14 +02:00
Jeff
e9bad2cacb
Merge branch 'master' into fix_1387
...
Conflicts:
cockatrice/CMakeLists.txt
cockatrice/src/tab_game.h
cockatrice/src/tab_room.cpp
2015-08-20 22:23:47 -04:00
marco
c6aba5a6d0
Renamed file + reduced window size + resfresh on change
2015-08-20 20:23:08 +02:00
Jeff
a64ea17357
Add LineEditCompleter to Tab_Game
2015-08-19 18:46:08 -04:00
marco
d3d6f70496
Removed 2nd arg from ShortcutsSettings::getShortcut
2015-08-16 21:53:59 +02:00
marco
beaa4e9383
Configurable shortcuts
2015-08-16 13:46:57 +02:00
marco
b0bf94e378
Shorcut read from settings
2015-08-09 12:16:52 +02:00
marco
e9e75961f4
Redesigning deck editor to work with docks
...
Moved setting files & Added code for a future portable build
2015-08-07 23:44:40 +02:00
mildmongrel
124788d217
Added ability to rotate player positions in the local game view.
2015-07-08 09:16:37 -07:00
Fizztastic
4d6a405d01
Added 2 shortcuts to game deck screen
...
- Ctrl+O (Load Deck)
- Ctrl+Alt+O (Load Remote Deck)
2015-07-07 01:14:06 -04:00
Fabio Bas
ec45a099e1
Made items not collapsible; changed players widget's min height from 60 to 40 px
2015-06-22 18:24:05 +02:00
Fabio Bas
c400d6d4ec
use the new card frame in game; mitigates #1144
2015-06-19 14:57:20 +02:00
Fabio Bas
1ae79fbcaa
Removed double margin around chatbox in game
2015-06-19 14:42:13 +02:00
Fabio Bas
f17dec29f6
Reorganized images in subfolders
...
As per @daenyth’s comment:
https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
2015-06-15 14:37:19 +02:00
Fabio Bas
6b8ebe54e9
Theme manager
...
This is the first implementation of a theme manager. It’s a rebased and
revisited version of #792 .
2015-06-15 14:35:58 +02:00
Matt Lowe
ad6dc16f84
Fixed replay crash
...
Game types are only available in online games.
This is the fastest fix.
Replays now work again.
2015-05-23 16:43:35 +02:00
Matt Lowe
7ac0f6f420
Added game type to tab title
...
+ The game type(s) is now displayed in the tab
+ Reformatted tab title
2015-05-22 10:39:49 +02:00
Matt Lowe
f2c3045a71
Disable SB button when ready
...
Updated to trigger on receive rather than send
2015-05-16 08:49:38 +02:00
Zach H
9be29641b0
apply QKeySequence & remove unnecessary tr
2015-04-14 17:17:01 -04:00
Matt Lowe
379ceeeca0
Zone crash fix
...
Related to #808
When closing the app/game tab with a zone revealed the client will
crash. This was due to the zones not being deleted.
2015-04-12 17:39:04 +02:00
Matt Lowe
45542243b7
Reworked replay buttons
...
+ Removed unused buttons
+ remade button art
+ fixed crash with font colors/replays
+ removed unused timestamp label in replay
2015-04-09 16:05:12 +02:00
poixen
89bce3d649
Revert "Kick message no longer takes you to kicked tab"
2015-04-07 15:55:11 +02:00
Matt Lowe
e78747241d
Refactored code and made lines cleaner
...
Before:
After:
2015-04-01 17:24:50 +02:00
ctrlaltca
88b242b34d
Merge pull request #829 from ctrlaltca/antiflood
...
Anti flood for game commands; fix #753
2015-03-22 22:08:25 +01:00
Fabio Bas
8be5563563
Added user notification for RespChatFlood
2015-03-19 10:10:19 +01:00
Gavin Bisesi
20123b2c7a
Merge pull request #721 from poixen/kick_message
...
Kick message no longer takes you to kicked tab
2015-03-18 20:54:27 -04:00
Gavin Bises
11bd2444d8
Do not alert the application for game events when spectating.
...
Add a configuration toggle to enable alerts when spectating.
Default behavior is to not alert.
2015-02-20 20:29:36 -05:00
Matt Lowe
959b516cb8
Kick message no longer takes you to kicked tab
2015-02-10 11:25:27 +01:00
Matt Lowe
f91de7e1f1
Local chat focus
...
Games with only 1 player will now not focus on the chat when starting
the game. This helps with goldfishing.
2015-02-08 20:56:16 +01:00
Zach
25747a0964
Merge pull request #704 from ctrlaltca/fix_683
...
Fix #683 and #684
2015-02-07 19:15:44 -05:00
Matt Lowe
3b0a8c2aa8
Updated
...
+ Added room name
+ takes you to kicked game tab
2015-02-08 00:36:35 +01:00
Fabio Bas
9c6784a1c0
Fix #683
...
Two regressions; depends on the fix for #684 , too
2015-02-08 00:26:16 +01:00