1
0
Fork 0
mirror of synced 2024-08-03 20:41:53 +12:00
Commit graph

1407 commits

Author SHA1 Message Date
Stelios Tsampas
6b2e8eef98
Rare: Add attribute for HiDPI 2022-02-25 20:22:51 +02:00
Stelios Tsampas
d6ef44b2f9
Rare: Implement global objects as functions that return a single instance 2022-02-25 20:22:45 +02:00
Dummerle
f12686e6c9
Merge pull request #169 from ZhaoZuohong/main
add "Categories=Game;" in desktop entries
2022-02-17 23:48:25 +01:00
Zhao Zuohong
5346372def add "Categories=Game;" in desktop entries 2022-02-17 19:32:03 +08:00
Dummerle
2e6890bfd9
Move appdata paths to utils/paths.py to avoid crashes, if PyQt5 does not exist (deb workflow) 2022-02-17 00:04:53 +01:00
Dummerle
5ea799bcdd
Update translations 2022-02-13 17:48:40 +01:00
Dummerle
d20a1f36db
Merge pull request #166 from loathingKernel/ui_fixups
UI fixups for InstallDialog and LegendarySettings
2022-02-13 17:30:34 +01:00
Stelios Tsampas
fa686c5166
LegendarySettings: Add EosWidget directly in the left layout 2022-02-07 22:10:18 +02:00
Stelios Tsampas
8ac8822194
LegendarySettings: Add Ubisoft and EOS widget to the left layout only 2022-02-07 20:15:17 +02:00
Stelios Tsampas
a8384d904d
InstallDialog: Rearrange options, fix form gaps 2022-02-07 19:19:13 +02:00
Dummerle
733e784f97
Add check if executable exists on Windows 2022-02-05 16:45:20 +01:00
Dummerle
67b48d0725
Use QStandardPaths to get paths 2022-02-05 16:23:34 +01:00
Dummerle
baa5df380b
Images from store are saved for runtime 2022-02-05 16:03:21 +01:00
Dummerle
e916301999
Add config_helper.py to automatically check sections and options 2022-02-05 14:48:50 +01:00
Dummerle
9d4abedd1d
Fix startup check for game executable 2022-02-05 13:56:28 +01:00
Dummerle
8ff201c729
update legendary 2022-02-04 22:15:32 +01:00
Dummerle
8f83b4adde
Add download option to create a shortcut after installation 2022-02-04 22:15:32 +01:00
Dummerle
7ef59ecb09
Merge pull request #162 from MultisampledNight/fix-proton-settings
Remove leftover + from f-string refactor which breaks Proton settings saving
2022-02-04 21:01:47 +01:00
MultisampledNight
43125e846a
Remove leftover + from f-string refactor 2022-02-04 20:58:05 +01:00
Dummerle
f657f57bc6
Update translations 2022-02-01 22:37:17 +01:00
aznd
9b59707a10
Unify strings formatting (#158)
* Part 1: Unifying strings

* Part 2: Unifying strings

* Part 3: Unifying strings

* Fix missing close bracket

* Remove unneeded str()
2022-02-01 22:29:34 +01:00
Dummerle
38e6055427
Merge pull request #161 from KovvalskiX/main
Got color schemes working
2022-02-01 22:25:32 +01:00
KovvalskiX
a341bc7ac9 Got colors working 2022-02-01 05:43:43 +03:00
aznd
7deb4152ac
Implement logging in via webengine (#160)
Add webview as optional dependency, to login from there, to not have to copy SID manually
2022-01-30 00:23:37 +01:00
Dummerle
affec561c3
Merge pull request #159 from MultisampledNight/clarify-about-submodule
Clarify about submodules when running from source
2022-01-28 21:14:18 +01:00
MultisampledNight
36b65a94d9
Clarify about submodules when running from source
Also includes a typo fix.
2022-01-27 18:39:18 +01:00
Dummerle
96104e192b
Update translation source and german translations 2022-01-25 22:03:55 +01:00
Dummerle
363142dac7
Merge pull request #156 from Dummerle/epic_overlay
Add Settings for Epic Games Overlay. Install, enable and  disable,
2022-01-25 22:03:37 +01:00
Dummerle
e7397e18f9
Add not to overlay settings, that it is currently not supported on linux 2022-01-24 18:31:27 +01:00
Dummerle
2fda18ba12
Set download only option invisible, when installing overlay 2022-01-24 16:56:15 +01:00
Dummerle
b13daed37a
Add some checks, if no wine prefixes exist and update prefixes, when changing in linux settings 2022-01-24 16:56:15 +01:00
Dummerle
3239e3ec7a
Some cleanup 2022-01-24 16:56:15 +01:00
Dummerle
d830fa9b13
Fix empty directory check in install_dialog.py 2022-01-24 16:56:15 +01:00
Dummerle
45163eafb5
Fix startup_check and verification 2022-01-24 16:56:14 +01:00
Dummerle
761204aa80
Add check at startup, if game executable exists 2022-01-24 16:56:14 +01:00
Dummerle
0d11c8ecc4
Fix empty dir check in install_dialog.py 2022-01-24 16:56:14 +01:00
Dummerle
25c04d2812
Add Reasons to IndicatorLineEdit as tooltip 2022-01-24 16:56:14 +01:00
Dummerle
a4ac523406
Get default base_path in install_dialog.py 2022-01-24 16:56:13 +01:00
Dummerle
d801a145ab
Add update button, to update EOS overlay 2022-01-24 16:56:13 +01:00
Dummerle
9072a78461
Fix logging in download_thread.py printing negative time 2022-01-24 16:56:12 +01:00
Dummerle
0cea43f0d1
Add Epic Overlay Settings in Legendary Settings + Update Legendary submodule 2022-01-24 16:56:12 +01:00
Dummerle
de6c06906e
Some fixes for installing_game_widget.py 2022-01-23 01:45:16 +01:00
Dummerle
662c8ed04c
Add link text to browser login 2022-01-23 01:03:56 +01:00
Dummerle
087032f890
Bump version 2022-01-18 21:50:53 +01:00
Dummerle
d554043ffe
Fix Game info for Origin games 2022-01-18 21:46:12 +01:00
Dummerle
16f28656f9
Fix issue when closing cloud sync dialog on manually sync 2022-01-18 21:28:25 +01:00
Dummerle
be32d88fb0
Bump Version 2022-01-09 21:10:41 +01:00
Dummerle
8ce359124e
Merge pull request #155 from Dummerle/Add_UE_support
Add Unreal Engine support, to install Unreal Engine for Windows
2022-01-09 21:00:59 +01:00
Dummerle
018705626a
Remove Debug prints 2022-01-09 00:32:37 +01:00
Dummerle
e79b928fdb
Remove AssetWorker. They are fetched, with games and dlcs in ImageWorker 2022-01-08 23:01:51 +01:00