transifex-integration[bot]
d1102939a2
Translate cockatrice_en@source.ts in pt_BR ( #5601 )
...
100% translated source file: 'cockatrice_en@source.ts'
on 'pt_BR'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-02-09 22:12:38 +00:00
Zach H
cb060f43b5
Prevent server crash if DB is down and game is attempted to be created ( #5600 )
2025-02-09 22:11:00 +00:00
transifex-integration[bot]
80bd783d54
Updates for project Cockatrice and language de ( #5595 )
...
* Translate cockatrice/cockatrice_en@source.ts in de
100% translated source file: 'cockatrice/cockatrice_en@source.ts'
on 'de'.
* Translate cockatrice/cockatrice_en@source.ts in de
100% translated source file: 'cockatrice/cockatrice_en@source.ts'
on 'de'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2025-02-09 19:16:27 +01:00
tooomm
82b147d235
uniform artifact naming ( #5592 )
2025-02-09 12:40:07 +00:00
Zach H
6944f5f81c
Put Logging config on MacOS ( #5591 )
2025-02-09 12:39:09 +00:00
danbopes
8cbfe85ed4
Fix db reconnecting issues ( #5590 )
...
See:
c1b0d50237 (diff-02a32f437187bd4cbfab74877100fee0cfc669dab2c05418681a3557c2cf73f2R109)
We should be checking to see if the query is notActive. In this case, we're literally closing and reopening the connection to the database every time `checkSql()` is called, which is called in numerous places.
2025-02-09 12:12:16 +00:00
Zach H
eb2c71d381
Fix MacOS Finding releases ( #5589 )
2025-02-09 02:26:04 -05:00
RickyRister
86161185d9
Use local-aware compare in VDS file name sort ( #5588 )
2025-02-09 04:38:48 +00:00
RickyRister
79bf3adb2a
Re-sort decks in VDS after toggling show folders ( #5587 )
2025-02-09 04:38:22 +00:00
Zach H
07ca243d48
Update QT_LOGGING_CONF if not set ( #5578 )
2025-02-08 16:10:45 +00:00
Zach H
edaca772c5
Support logging config on install ( #5577 )
...
* Support logging config on install
* Support logging config on install
2025-02-08 16:10:37 +00:00
ZeldaZach
b30b72b7c3
Fix building & logging out
2025-02-07 14:19:53 -05:00
RickyRister
57eab3d48a
turn off flow_widget logger ( #5576 )
2025-02-07 15:36:41 +00:00
RickyRister
2c6e7d4d3a
Add option to hide folder structure in Visual Deck Storage ( #5575 )
2025-02-07 15:36:24 +00:00
RickyRister
9ec621a1ae
fix wrong size flag bounding rect on linux ( #5573 )
...
* fix flag bounding box on linux
* use the non-deprecated macro
2025-02-07 06:21:56 +00:00
RickyRister
23223e10b5
actually delete VDS when hiding it in game lobby ( #5572 )
2025-02-07 05:20:42 +00:00
github-actions[bot]
94129607e5
Update translation source strings ( #5571 )
...
Co-authored-by: github-actions <github-actions@github.com>
2025-02-07 04:59:23 +00:00
RickyRister
d951b082c4
Add setting to hide visual deck storage in game lobby ( #5570 )
2025-02-06 13:44:33 +00:00
RickyRister
1ee0e87ba7
remove debug log that was accidentally left in ( #5569 )
2025-02-06 13:43:37 +00:00
Zach H
67091fff9c
Fixup custom theme image loading ( #5568 )
2025-02-06 13:40:10 +00:00
Zach H
9b4f51d1e4
Increase Icon Size in User Lists ( #5567 )
2025-02-06 05:51:19 +00:00
Zach H
a6649d5401
Add Judge Pawns (+ Resize Donator Pawns) ( #5566 )
2025-02-06 05:51:01 +00:00
RickyRister
b509eed3e0
support shortcuts for tab menu actions ( #5564 )
...
* support shortcuts for tab menu actions
* refactor
* add migration
2025-02-06 04:00:43 +00:00
RickyRister
12ae7a9eeb
Ignore unknown shortcut names in settings ( #5565 )
2025-02-06 04:00:31 +00:00
fluidvanadium
e6e3333673
Deck limit ( #5559 )
...
* increased MAX_FILE_LENGTH
* set MAX_FILE_LENGTH to about 2 megabytes
2025-02-04 22:22:15 +00:00
RickyRister
218ed726b6
Fix wrong position and scaling of svg pixmaps when zoomed out ( #5563 )
...
* fix scaling for player icon profile pic
* fix scaling for other svgs
2025-02-04 22:22:05 +00:00
RickyRister
0503fe589c
fix playericon missing in local games ( #5562 )
2025-02-04 05:53:52 +00:00
Zach H
e599c6bdac
Mods/Admins/PrivLevels not subject to server idle timeout policy ( #5561 )
2025-02-04 05:20:20 +00:00
Zach H
c2292c11a6
Support Purple Heart for Donators ( #5560 )
2025-02-04 05:06:05 +00:00
RickyRister
ec9feb9f50
fix wrong size flag bounding rect on windows ( #5556 )
...
* fix wrong size flag bounding rect on windows
* fix the values
2025-02-03 05:43:58 +00:00
RickyRister
9680e47bbc
Deprecate userlevels icons ( #5555 )
...
* map old info to colors
* move caching up a level
* delete userlevels folder
* remove default vip color
2025-02-03 05:43:48 +00:00
RickyRister
f782bd709a
preserve image quality when scaling svg ( #5554 )
...
* preserve image quality when scaling svg
* fix missing colorless counter
* do it in a way that doesn't cause warnings to be logged
2025-02-03 02:50:21 +00:00
RickyRister
c00b41f3bd
add logging category for remote_client ( #5553 )
...
* add logging category for remote_client
* remove ifdef QT_DEBUG
2025-02-03 01:57:34 +00:00
BruebachL
94e2d64e55
Update sort order on VDS load. ( #5552 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2025-02-02 20:16:38 +00:00
Zach H
4535a70b57
Define qtlogging.ini location ( #5551 )
2025-02-02 19:27:14 +00:00
BruebachL
6c1b7c83ec
Debounce writing the setting to cache when adjusting card sizes. ( #5550 )
...
* Debounce writing the setting to cache when adjusting card sizes.
* Lint.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2025-02-02 18:45:26 +00:00
Zach H
f0adafb275
Reconnect Servatrice if DB Connection Dies ( #5548 )
2025-02-02 18:25:01 +00:00
BruebachL
9dd60d74d1
Hotfix VDS sizing scrollArea widget incorrectly when created while not visible by setting size in showEvent ( #5547 )
...
* Only resize on folder widget to make sure it doesn't squish the loading indicator.
* Clamp scrollArea widget to viewport width on showEvent to prevent widget being instantiated with wrong width when not visible.
---------
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2025-02-02 17:36:56 +00:00
RickyRister
1de09deb59
Fix size and image quality issues with new user icons ( #5546 )
2025-02-02 15:08:23 +00:00
BruebachL
a0b52ce450
Implement folder support for VDS. ( #5545 )
2025-02-02 15:08:04 +00:00
RickyRister
95cea0f191
Add custom server-side pawn colors ( #5543 )
2025-02-02 03:25:25 +00:00
RickyRister
0fc05e15cd
pass ServerInfo_User down the chain ( #5542 )
2025-02-02 01:04:49 +00:00
RickyRister
26c0cdc072
Make settings window scrollable ( #5539 )
2025-02-01 05:03:30 +00:00
RickyRister
b1b48d50f3
move deck conversion settings into deck settings group ( #5538 )
2025-02-01 04:32:12 +00:00
Zach H
349c18aa6a
Fix Crash with "c:" in deck editor ( #5537 )
2025-02-01 04:32:01 +00:00
Zach H
b956fd4bac
Fix windows deck searching ( #5536 )
2025-02-01 04:13:46 +00:00
RickyRister
34e0130b90
fix view transform button disappearing on click ( #5535 )
2025-02-01 03:31:09 +00:00
BruebachL
33d8edeb9a
Get file format from name. ( #5532 )
...
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
2025-01-27 19:41:29 -05:00
RickyRister
5d1e905255
remove refreshTree call in remote model's constructors ( #5533 )
2025-01-27 19:40:59 -05:00
RickyRister
51c542aa04
Disable add to deck submenu if no deck editor tabs are open ( #5530 )
...
* refactor
* just have the deck name
* clean up submenu parenting
* disable add to deck menu if no deck editor tabs are open
2025-01-26 10:24:09 -05:00