Zach H
5ebc9ca360
allow auto connect ( #2522 )
2017-03-20 18:21:20 -04:00
Zach H
4feb43cdcc
changes to connection dialog ( #2503 )
2017-03-19 20:24:58 -04:00
Zach H
b5b9527c13
Font size defaults ( #2521 )
2017-03-19 20:20:06 -04:00
Zach H
a2a7561613
allow max font size to be defined by user ( #2488 )
2017-03-19 14:13:20 -04:00
tooomm
1cc50b2793
remove travis deployment to bintray ( #2516 )
2017-03-19 12:58:31 -04:00
Zach H
2d401e4aba
remove bintray deploy ( #2511 )
2017-03-19 12:56:16 -04:00
Zach H
0da2bdd7aa
additional null checks in player, gameselector, remoteclient, log ( #2514 )
2017-03-19 12:55:55 -04:00
Zach H
212a7d00db
better null checking decklist ( #2510 )
2017-03-18 20:56:49 -04:00
Zach H
3b2eff2551
file filenames so window updater works ( #2500 )
...
* file filenames so window updater works
2017-03-18 18:48:40 -04:00
Zach H
fb194db766
additional null checks & parsing ( #2506 )
...
* additional null checks & parsing
2017-03-18 18:48:23 -04:00
Zach H
127a91147c
rename from update to check ( #2505 )
2017-03-18 18:46:19 -04:00
Zach H
2048aac387
STDout debugging ( #2499 )
2017-03-17 20:45:13 -04:00
Zach H
a8a4557738
auto_connect toggle fix ( #2485 )
2017-03-16 16:59:48 -04:00
Zach H
a7dbc2e1f6
Fix token window resize ( #2480 )
2017-03-15 15:53:57 -04:00
Zach H
4cfcca33db
Server Connect Remade ( #2452 )
...
* Save multiple server configurations
* Each server has its own password/port storage
Close #2452
2017-03-14 17:51:51 -04:00
Zach H
37b43f9916
make settings size vary based on sizeHint() ( #2472 )
2017-03-14 17:48:02 -04:00
ctrlaltca
6e723b2a99
translations ( #2469 )
2017-03-14 00:04:26 +01:00
ctrlaltca
2817f54c96
Fix issues with new updater; fix #2465 ( #2468 )
...
* fix #2465
2017-03-13 23:21:15 +01:00
ctrlaltca
f9a025081a
fix #2445 ( #2458 )
2017-03-12 18:23:58 +01:00
ctrlaltca
877a5ca3b1
fix_2449 ( #2459 )
2017-03-12 18:21:49 +01:00
ctrlaltca
0d34fc5df2
fix_2424 ( #2461 )
2017-03-12 18:21:30 +01:00
tooomm
72825c43ec
rephrase missing feature setting ( #2462 )
2017-03-12 13:20:15 -04:00
woogerboy21
bf154559eb
Reset idle timer when a message is sent. ( #2456 )
2017-03-12 11:52:43 +01:00
Zach H
bd850fa3ff
create related token if you press the 'Token:' button ( #2455 )
...
* create related token if you press the 'Token:' button
* function set
2017-03-12 11:51:59 +01:00
Zach H
b2f2e9db8a
make sure xml file is uploaded ( #2440 )
2017-03-07 12:48:07 -05:00
tooomm
88b4e768c4
Create pr template ( #2447 )
2017-03-05 16:44:29 -05:00
Zach H
638c5e25fa
temp fix to downloading folders ( #2442 )
2017-03-04 22:36:35 -05:00
Mark McDonald
ba0029f448
Add note about opening issue before PR ( #2443 )
2017-03-04 13:45:16 -05:00
Zach H
c850ae98d8
add player numbers to in game ( #2435 )
2017-03-04 11:03:39 -05:00
Zach H
12539026c5
Webtrice set targets ( #2439 )
2017-03-04 11:03:22 -05:00
Zach H
18b8a0ef5c
fix folder names ( #2432 )
2017-03-04 00:49:09 -05:00
tritoch
ab19a89cd2
Enable "Show Games" for Self Context Menu ( #2437 )
2017-03-04 00:48:35 -05:00
Zach H
6619612c30
fix buddy checkbox bug ( #2434 )
2017-03-04 00:48:16 -05:00
Zach H
b8334d0cd5
fix incorrect pawn icons ( #2436 )
...
* fix incorrect pawn icons
2017-03-02 22:26:10 -05:00
Zach H
cf08d1d267
Revert "Condensed Card Counter Context Menu" ( #2433 )
2017-03-02 17:47:15 -05:00
Zach H
2bad56f6b6
removal of p server ( #2438 )
2017-03-02 16:41:08 -05:00
ctrlaltca
160c4cea6b
Translations ( #2430 )
2017-03-01 10:18:56 +01:00
ctrlaltca
7373819c32
Add release channels for autoupdater ( #2362 )
...
Fetch releases from github and find corresponding installers on bintray
2017-03-01 09:43:09 +01:00
Mark McDonald
b9cd942308
Add keybaord shortcut for creating related cards ( #2426 )
...
* Extract createCard from actCreateRelatedCard
* Merge related cards and reverse related cards before handling
* Add "Create all related cards" action to a card
* Stop displaying all related tokens if only one token is available
* Add shortcut for Creating all tokens related to selected card
* Extract method for adding related card actions
* Prefer foreach to index based iteration
* Guard against null cards, card menus, or cardInfos
* Remove QRegExp dependency from commonly depended header
2017-02-27 08:50:10 +01:00
Name Temporarily Hidden
c0e7d0c7c7
Removed font-size cap for on-card text (fixes bug: #2368 ) ( #2427 )
2017-02-26 23:20:54 -05:00
woogerboy21
d0088f6a18
Server audit table ( #2423 )
...
* Creating of server side audit table for auditing actions such as password resets, account registrations and log queries.
* Add migration script
Add migration script for database
* Update database script
Update database script to reflect new audit table
* Creating of server side audit table for auditing actions such as password resets, account registrations and log queries.
* Add migration script
Add migration script for database
* Update database script
Update database script to reflect new audit table
* Corrected results column possible value(s).
* Fixed migration script.
* Added boolean audit logic
Added enable/disable audit options
Added audit functionality for forgot password
* Added registration auditing
Added registration auditing
* Updated ActivateAccount Function
Created clientid variable and used it in preporation for future
potential protocol expansion.
* Extended activation protocol
Added clientid to activation command protocol
* Typo correction
Fix typo's
* Missed type fix
Found the infamous E!
* Updated database function syntax
Updated if/else syntax in db add audit function
* Untabify content
Untab files changed in PR
2017-02-25 13:48:31 -05:00
tritoch
3c2063df40
Update Custom PIcture URL to match wiki ( #2422 )
...
Wiki page was moved, link in settings points to old page.
2017-02-24 01:13:26 -05:00
Zach H
47cafde521
fix lowercase ( #2419 )
...
* fix lowercase
* fix changes
* fix .desktop
* servatrice .desktop
2017-02-23 08:53:18 +01:00
tritoch
884e604909
Reverse wording on logfilters description ( #2421 )
...
The `logfilters` setting was inverted.
Previously said it logged everything *except* listed strings,
but it actually logs *only* listed strings.
2017-02-21 14:39:00 -05:00
Mitchell Rosen
9ba3f21730
Fix indentation (and Debug build) ( #2418 )
...
* Fix indentation (and Debug build)
* More indentation fixes
2017-02-20 08:48:12 +01:00
skwerlman
24c95e00ed
add RPM support to make package
( #2373 )
...
use like `cmake .. -DPACKAGE_GENERATOR=RPM`
defaults to DEB
2017-02-19 15:08:25 +01:00
ctrlaltca
651128257f
Webclient: make account fields more user friendly ( #2363 )
...
* fix_2310
* Remove Gender
Removes gender
2017-02-19 15:07:51 +01:00
Zach H
172fc79327
fix crash if no trayicon found ( #2415 )
2017-02-19 14:52:44 +01:00
tritoch
90c62c8ab8
Add cockatric.es server ( #2414 )
2017-02-16 15:06:30 -05:00
woogerboy21
0cfa6863d5
Simpler forgot password functionality ( #2393 )
...
* Simpler forgot password functionality (Server/Client)
2017-02-15 17:41:40 -05:00