tomboylover93
5a31ef2481
Miscellaneous settings dialog changes
2024-12-18 19:18:17 -03:00
tomboylover93
b82a17730f
Add widget style object types to settings_dialog.cpp
2024-12-18 19:17:48 -03:00
tomboylover93
fbd47b41be
hot-fix: Re-adjust widget style group box dimensions
2024-12-18 14:34:21 -03:00
tomboylover93
58404630fd
wip: Add section in settings dialog for changing Qt widget style
2024-12-18 14:20:42 -03:00
tomboylover93
1f0fa2a922
hot-fix: Re-add license text to settings_dialog.ui
2024-12-18 14:04:13 -03:00
tomboylover93
b944d104df
style: Adjust settings dialog to work better with non-Fusion Qt widgets
2024-12-18 13:56:15 -03:00
tomboylover93
f1ea01c710
wip: Use native Qt widget style
2024-12-17 18:44:05 -03:00
tomboylover93
42671ad03c
style: Add light and dark system themes
2024-12-17 15:31:57 -03:00
tomboylover93
f75b719d96
clang-format: Update main_window_themes.h
2024-12-17 11:45:29 -03:00
tomboylover93
6eeec4cdf1
style: add Tokyo Night theme
2024-12-17 10:55:29 -03:00
ElBread3
aa5c1c10df
More Fixes for Separate Update ( #1487 )
...
* handle getdents + fix condition + add info to description
* fix not handling dents errors
* to not overwrite it, only gather separate update entries when normal folder is done
* fix always setting entries to 0 and guest name including "UPDATE"
* reset indexes on completion
* don't use concat, fixes long standing bug
* make sce_module module loading take both paths into account
2024-12-17 12:42:21 +02:00
Richard Habitzreuter
5585e42677
style: add rounded borders and focus color styling to the search bar ( #1804 )
2024-12-17 12:32:30 +02:00
DanielSvoboda
3001b007f6
Keybord on README / Fix Play Time ( #1786 )
...
* Keybord on README F10_F11_F12
* Update game_list_frame.cpp
2024-12-15 16:30:53 +02:00
Richard Habitzreuter
d2ac92481b
style: add Gruvbox theme ( #1796 )
2024-12-15 16:28:36 +02:00
rainmakerv2
f587931ed3
Fix for adding game folders ( #1761 )
...
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
2024-12-13 09:52:54 +02:00
rainmakerv2
91d57e830b
Fix lowercase filenames fox Linux ( #1760 )
...
Fix uppercase config filenames
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
2024-12-13 08:27:36 +02:00
rainmakerv2
3f1061de56
Resubmit - Prevent settings from being saved when close button is pressed instead of save ( #1747 )
...
* Do not save settings when close button pressed instead of save
* Update src/common/config.h
Co-authored-by: TheTurtle <geoster3d@gmail.com>
* Revert "Update src/common/config.h"
This reverts commit 125303ea86
.
---------
Co-authored-by: rainmakerv2 <30595646+jpau02@users.noreply.github.com>
Co-authored-by: TheTurtle <geoster3d@gmail.com>
2024-12-12 22:46:31 +02:00
slick-daddy
0211b7e38e
Minor Translation Fixes ( #1691 )
...
* Update tr_TR.ts
Minor translation fixes. Mainly contains capitalization and small changes.
* Update tr_TR.ts
2024-12-11 21:11:34 +02:00
¥IGA
e36c4d5f75
Displays "Never Played" if the game has never been played ( #1697 )
...
* Displays "Never Played" if the game has never been played
* Update nb.ts + pt_BR.ts
2024-12-10 22:16:16 +02:00
DanielSvoboda
ea8ad35947
Fix delete cheats button ( #1731 )
2024-12-10 18:57:30 +02:00
DanielSvoboda
00543fe640
Remove game from list after deletion ( #1730 )
2024-12-10 15:40:54 +02:00
DanielSvoboda
aa5293e3ad
Delete Patches Button ( #1722 )
2024-12-10 13:12:58 +02:00
Martin
f623613d12
Update nb translations ( #1712 )
...
* update nb_NO.ts
* small grammar changes
* revert to nb.ts
2024-12-09 18:53:25 +02:00
DanielSvoboda
07f451650f
Help - improvement ( #1522 )
...
* Help - improvement
* Adding shadow below icons
* Adding keys icon + Update changelog
* color according to the selected theme
* submenu 'Keys and Shortcuts'
* clang
* +
* remove keys_shortcuts
---------
Co-authored-by: ¥IGA <164882787+Xphalnos@users.noreply.github.com>
2024-12-09 18:47:26 +02:00
¥IGA
4fb2247196
Better title bar for Cheats/Patches menu ( #1696 )
2024-12-08 10:20:24 +02:00
Daniel R.
9524f94749
hotfix: add missing include
2024-12-07 10:07:14 +01:00
¥IGA
3f1be5a4ce
Adding Utils Icon ( #1600 )
2024-11-26 08:48:14 +02:00
DanielSvoboda
2226175d9b
Fix Shortcut ( #1586 )
2024-11-25 14:26:56 +02:00
¥IGA
ff18b89e66
Fix Game List Mode ( #1591 )
2024-11-25 14:26:40 +02:00
F1219R
20b4cd2a32
Update sq translation ( #1595 )
2024-11-25 14:26:12 +02:00
kalaposfos13
82bd780a6b
Fix --help text in cli ( #1588 )
2024-11-24 18:45:17 +02:00
kalaposfos13
8f2d71d458
Skip GUI if launching a game directly ( #1507 )
...
* Skip GUI if launching a game directly
* Rerun jobs 2
* Added --show-gui, --help, open game by ID and more
* Clang-format
* Added non-GUI related upgrades to SDL version
* clang-format
* Added --fullscreen <true|false> argument
* Update --help text
2024-11-22 07:55:55 +02:00
Alexander Y.
9f42a12baf
Fix build when -DENABLE_DISCORD_RPC=OFF ( #1551 )
...
* added ifdef for discordrpc
* replaced discordrpc include correctly
2024-11-20 08:41:35 +02:00
Martin
8e281575b5
Update Norwegian Bokmål translations ( #1525 )
...
* specify nb_NO
* Update Norwegian Bokmål translation
* change patch wording nb_NO
2024-11-14 12:00:59 +02:00
kalaposfos13
8a15d68a8d
Update Hungarian translation ( #1518 )
2024-11-12 09:31:56 +02:00
DanielSvoboda
4fd7f67459
Open Folder - improvement (Save/Log) ( #1513 )
...
* Open Folder - improvement
* TR
2024-11-10 10:14:48 +02:00
Quang Ngô
a547b2774f
Allow disable the auto updater ( #1490 )
2024-11-07 14:56:02 +02:00
Quang Ngô
f45cad6bc9
Fix patches not save changes properly ( #1493 )
...
Don't use ```QCheckBox::text()``` because it may return strings that contain "&" cause patch name comparison to fail.
2024-11-06 22:44:22 +02:00
SAN4EZDREAMS
fe389e560a
Added uk_UA language support ( #1483 )
...
* Add Ukrainian localization
* Fixed langIndexes
* Fixed langIndexes_2
* Added uk_UA language support
* Added uk_UA language support
2024-11-05 10:46:12 +02:00
squidbus
76f440889b
qt: Error if installing DLC without game. ( #1476 )
2024-11-03 01:06:55 +02:00
DanielSvoboda
7b16085c59
Fix update loop between release ( #1465 )
2024-10-31 20:59:14 +02:00
voltamass
7794fc3ce7
Italian localization updated ( #1449 )
...
* Update it.ts
Translated some of the missing sentences
* Update it.ts
2024-10-27 22:31:33 +02:00
Roll8ack
8b2c151f1f
Update zh_CN.ts ( #1445 )
...
update zh_CN translation and fixed some translation mistake.
2024-10-25 09:20:53 +03:00
RDN000
be1d11eb62
Update sq translation ( #1424 )
2024-10-21 13:17:53 +03:00
DanielSvoboda
47ba6c6344
Patch compatible version notice ( #1407 )
...
* Patch compatible version notice
* +
2024-10-18 18:56:31 +03:00
Yury
181b005636
New translations and fixes for ru_RU ( #1402 )
2024-10-18 07:51:22 +03:00
DanielSvoboda
b62d2f839d
missing translations ( #1395 )
...
* missing translations
* clang
2024-10-16 19:05:35 +03:00
ElBread3
6fc7b3993d
Minor Fixes for Separate Update Folder ( #1387 )
...
* description + string fixes
* fix use condition
* clang format
* updates now fully extract to game update folder
* don't guarantee the overwrite game condition
2024-10-15 22:29:27 +03:00
ElBread3
a588bc5da8
Separate Updates from Game Folder ( #1026 )
...
* separate updates implementation
* clang format
clang format
clang format
clang format
clang hates me
work please
* hotfix: check for sfo file instead of the folder
* tiny change
* refactor
* forgot to change this over
* add review changes
* use operator
2024-10-15 18:49:42 +03:00
DanielSvoboda
29ad2eca62
Fix translation InstallDirSelect ( #1386 )
2024-10-15 17:40:37 +03:00