ZeldaZach
3dff63069e
translation updates
2020-05-17 18:25:55 -04:00
kopcion and GitHub
1eea8e9a37
Refactor messagelogwidget ( #3875 )
2020-05-17 18:15:30 -04:00
Rocangus and GitHub
2de863f645
Spell Out Entire Counter Names With First Letter Capitalized ( #3997 )
2020-05-17 17:24:17 -04:00
tooomm and GitHub
dc8603596d
fix outdated version number ( #3999 )
2020-05-17 13:39:30 +02:00
fdipilla and GitHub
fd0620445c
Different backgrounds per player ( #3990 )
2020-05-14 20:31:12 -04:00
ebbit1q and GitHub
04274d2497
add ubuntu 20.04 to travis ( #3989 )
2020-05-13 13:42:08 -04:00
Mikael Palmujoki and GitHub
c69e77f330
Docker-Compose support for Windows ( #3974 )
...
* Add docker-compose document that works out of the box for Windows, and a storage location for the mysql-database.
* Documented Windows support in Readme file
2020-05-08 15:22:39 -04:00
Kaitlin and GitHub
1988e4558f
Change filter hint text to "Games shown: X / Y" and fix user-game segfault ( #3973 )
2020-05-08 15:15:54 -04:00
Zach H and GitHub
9246c190fa
Enhance Shortcut Menu ( #3987 )
2020-05-08 15:10:36 -04:00
ctrlaltca and GitHub
d30691559a
Some improvements to Servatice network code ( #3969 )
...
* Some improvements to Servatice network code
1. fix crash on fuzzy connection (tcp server only)
2. ensure websockets are parent()ed to avoid leaking them
3. quick catch disconnect()ed sockets instead of waiting for a socket error to happen
4. supporto mulltiple connection pools on the websocket server; they are still bound to the same thread due to a qt5 limitation.
2020-04-24 16:26:59 -04:00
Olxinos and GitHub
46fe0cd725
prevent checkboxes' labels from being clipped in settings ( #3968 )
...
Merged, thank you
2020-04-24 18:33:26 +02:00
ebbit1q and GitHub
45d62b6880
skip all duplicate promos instead of just stars ( #3965 )
2020-04-23 11:24:39 -04:00
Olxinos and GitHub
db85ec48c7
Minor fixes to some std::sort calls ( #3967 )
2020-04-23 11:23:59 -04:00
ctrlaltca and GitHub
1976c4caed
macOS: test a simple way to bypass apptranslocation ( #3944 )
2020-04-08 17:34:57 -04:00
Kaitlin and GitHub
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
ctrlaltca and GitHub
27b7ebe208
Oracle / card xml improvements ( #3934 )
...
* fix #1610
* fix #2679 ; partially fix #3647
* Fix tests
* Remove debug code
2020-03-30 21:56:03 +02:00
Zach H and GitHub
a135ad064a
Handle Release Channels better as we host more packages now ( #3922 )
2020-03-26 13:41:38 -04:00
ebbit1q and GitHub
e8d5715f7a
More OS support ( #3915 )
2020-03-20-Release-2.7.4
2020-03-20 15:32:12 -04:00
Zach H and GitHub
9cec0852bb
Remove force update appveyor ( #3920 )
...
According to https://help.appveyor.com/discussions/questions/16192-build-tag-annotation-overwritten , we don't need force_update to push the files up. This will preserve name/description of the release
2020-03-20 14:04:17 -04:00
ctrlaltca and GitHub
ca618c6cc1
Travis: skip cleanup before deploy ( #3919 )
2020-03-20 12:23:49 -04:00
ctrlaltca and GitHub
c5e0b08800
Cmake: get release name from github page instead of using APIs ( #3916 )
...
APIs are limited
2020-03-19 15:59:48 -04:00
ZeldaZach
568a4973fa
make sh executable
2020-03-19 11:52:09 -04:00
ctrlaltca and GitHub
5508699e92
Fix openssl name for windows x64 ( #3914 )
2020-03-19 10:09:29 -04:00
ZeldaZach
71dd6b8a30
Fix missing QDate
...
Signed-off-by: ZeldaZach <zahalpern+github@gmail.com >
2020-03-18 17:57:40 -04:00
ebbit1q and GitHub
18a07274d4
clangify everything with the new header sorting ( #3908 )
2020-03-18 17:36:02 -04:00
ctrlaltca and GitHub
1eb766b9d8
Fix dynamic loading of openssl libraries on windows ( #3912 )
2020-03-18 17:22:49 -04:00
ZeldaZach
e84409c0cf
Translation Updates
2020-03-16 22:01:57 -04:00
Phillip Wheatley and GitHub
91dc8b3b08
Add configuration option to send desktop notification on buddy presence ( #3886 )
2020-03-16 21:49:11 -04:00
Xenos6666 and GitHub
63b4f9b2f0
Add keyboard shorcuts to focus and unfocus chat ( #3898 )
...
* Added keyboard shorcuts to focus and unfocus chat
* Fixed format
* Changed the Esc behavior to work on any QLineEdit in the main Window and ignore shortcut conflicts
* Fixed a conflict with shortcuts
* Configurable unfocus shortcut and format fixes
* minor style fix
2020-03-16 21:48:05 -04:00
Phillip Wheatley and GitHub
7285f24a29
Docker-compose setup for Servatrice ( #3887 )
...
* Docker compose for servatrice
* Update README.md
* Clean up docker-compose specific configuration
2020-03-16 21:40:58 -04:00
ebbit1q and GitHub
17efe8c003
add pauper to the list of checked formats in search ( #3901 )
...
* add pauper to the list of checked formats without a short form
l:p remains reserved for pioneer
* throw out weird hardcoded formats
this will at least still work whenever a format gets added
the shorthands are still kept
2020-03-16 20:56:30 -04:00
ebbit1q and GitHub
1815094249
Keep stars but only sometimes, add scheme cards back ( #3904 )
...
* ignore stars and promos but only sometimes
this will correct #3706 and #3715 being a bit overzealous in removing
cards and thus fix scheme cards being removed in entirety
fix #3845
note that this causes a lot more cards to be added that are in promo
sets, if these promo sets should prove to be problematic they should be
disabled somehow as having them as an option is still nice.
* remove debug lines
2020-03-16 20:42:27 -04:00
ebbit1q and GitHub
a80c756dcb
update deprecated methods in qt5.14 and protobuf 3.4 ( #3906 )
2020-03-16 20:41:41 -04:00
tooomm and GitHub
361833e023
clarify language setting ( #3897 )
2020-02-19 10:54:55 -05:00
ctrlaltca and GitHub
632e44b0b7
Fix missing languages in oracle dropdown ( #3896 )
2020-02-18 22:33:41 +01:00
skwerlman and GitHub
8dd1e39ea9
support mtgo .dek files ( #3889 )
...
* support mtgo .dek files
they use plain text internally so we just need to reveal them in the load dialog
* formatting
2020-02-04 08:11:24 -05:00
Phillip Wheatley and Zach H
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
ebbit1q and Zach H
7bfefee073
add deck hash copying functions ( #3882 )
2020-01-13 10:11:19 -05:00
skwerlman and Zach H
0ff7472ce5
fix password length checks ( #3884 )
...
unit testing when
2020-01-13 09:54:55 -05:00
Zach H and GitHub
8fb0baa449
Trim tokens as this is our most common issue ( #3870 )
...
Signed-off-by: ZeldaZach <zahalpern+github@gmail.com >
2019-11-23 14:18:28 -05:00
skwerlman and Zach H
57c02dcd5a
GitHub: Switch to new issue template system ( #3862 )
2019-11-22 23:54:28 -05:00
tooomm and Zach H
b072b540a2
Travis: more appealing thank you message ( #3858 )
2019-11-22 23:53:47 -05:00
kopcion and Zach H
cd431594e2
Issue 3015 - store timestamp when password is reset ( #3863 )
...
* Added few unsigned to ints in order to get rid of warnings.
Added column to users table, for when password is changed(issue#3015).
Moved password length check to separate method, to make it cleaner.
* Added migration file and changed schema version to 27 due to servatrice.sql schema modification.
* Make password length configurable.
2019-11-22 23:52:45 -05:00
tooomm and Zach H
e4c98e2ab8
Travis: update config for dpl v2 ( #3853 )
2019-11-05 17:39:00 -05:00
tooomm and Zach H
32b557b862
readme: fix toc link ( #3859 )
...
* fix toc link
* adjust order
2019-11-03 23:15:08 -05:00
Zach H and GitHub
e690b45f27
Create FUNDING.yml
2019-11-02 23:52:14 -04:00
tooomm and Zach H
eadcdc6f7c
link to new AllPrintings file ( #3851 )
2019-11-02 23:51:10 -04:00
ebbit1q and Zach H
b187fb52e0
add pioneer ( #3856 )
2019-11-02 23:48:17 -04:00
tooomm and Zach H
7e89933552
bump version number ( #3857 )
2019-11-02 23:47:55 -04:00
ZeldaZach
096a472ed0
translations
2019-10-21 19:09:28 -04:00