1
0
Fork 0
mirror of synced 2024-08-20 12:42:07 +12:00
Commit graph

235 commits

Author SHA1 Message Date
Dummerle
9048e4790e Fix some issues 2021-08-25 20:41:10 +02:00
Dummerle
cc54474e75 Add Wishlist tab in store 2021-08-25 20:25:10 +02:00
Dummerle
8fbf0bcacf Merge Browse and free games in one tab 2021-08-25 00:01:53 +02:00
Dummerle
a63a46ded5 Fix some merge bugs 2021-08-23 16:55:21 +02:00
Dummerle
c212904cc0
Merge branch 'shop' into update_shop 2021-08-22 22:43:08 +02:00
Dummerle
df5da90292 New api core for store requests 2021-08-22 22:22:17 +02:00
Dummerle
ff0ba4c544 Add wishlist offers in Store 2021-08-18 22:17:14 +02:00
Dummerle
ea78aa7b64 Fix Desktop links (Appimages, wrong path) 2021-08-17 16:54:55 +02:00
Dummerle
363fda6d5e Fix download bugs 2021-08-17 16:05:00 +02:00
Dummerle
48768fd905 Fix login from merge 2021-08-16 23:20:21 +02:00
Dummerle
258fdabfec add get_pixmap function 2021-08-16 23:08:15 +02:00
Dummerle
4cfe2bf336 merge branches 2021-08-16 22:50:31 +02:00
Dummerle
96806274f9 Some fixes: Update gamelist; dl_tab.finished; AppImageBuilder.yml; install_dialog: auto verify 2021-08-16 20:41:33 +02:00
Dummerle
e1c6e03812 Add a debug console for games 2021-08-13 22:51:36 +02:00
Dummerle
5dcaa3f8af Update steam ratings (Only update if need) 2021-08-13 21:24:03 +02:00
Dummerle
59a7359e19 Set cache_dir and data_dir in one place (xdg) 2021-08-08 00:49:27 +02:00
Dummerle
983e80a4c6 Some optimizations 2021-08-07 23:42:40 +02:00
Dummerle
2233c7f338 Some optimizations 2021-06-30 00:38:42 +02:00
Dummerle
c521d11948 Fix a bug with byte decoding 2021-06-30 00:03:03 +02:00
Dummerle
4c950aa229 Update images and readme 2021-06-24 23:38:08 +02:00
Stelios Tsampas
dc2a99c2ee Terminate threads and handle cleanup.
* Set the `WA_DeleteOnClose` attribute for the MainWindow.
* Handle the case where `programdata_path` exists but is empty.
* Emit a signal from `LaunchDialog` instead of using `exit()`.
* Remove `LoginThread` as it was never deleted and caused a `SIGSEGV` on exit.
* Handle termination and deletion of `SteamThread` and `ImageThread`.
* Rename `finished` to `completed`, to not override the inherited `finished` signal.
* Emit a signal from Account widget to do cleanup instead of immediately quitting.
2021-06-24 20:08:22 +03:00
Stelios Tsampas
cac7d0c809 Refresh wrapper QTextEdit when proton wrapper is un-selected
and disable the save button
2021-06-24 20:08:22 +03:00
Tabulate
9dcba184d0
Fix green button hardcoding (#87)
* Fix green button hardcoding and add material design stylesheet

* rebase onto dev
2021-06-24 10:03:35 +02:00
Dummerle
98386f0bbb Add button to search bar in shop main widget 2021-06-20 22:22:36 +02:00
Dummerle
52bea4e43f Add warning, if desktop link not supported 2021-06-20 22:03:14 +02:00
Dummerle
a5997f62ab replace os.name with platform.system() to differentiate between mac and linux 2021-06-20 21:55:31 +02:00
Dummerle
38cf30417b Fix bug with psutil Zombie Process 2021-06-20 21:13:17 +02:00
Dummerle
303bcf998b Fix bug with psutil Zombie Process 2021-06-20 21:10:55 +02:00
Dummerle
beb181c175 Some fixes 2021-06-18 12:24:56 +02:00
Dummerle
72457c8b27 Load browse_games.py when tab clicked 2021-06-18 00:29:36 +02:00
Dummerle
374e8193ac Fix weird bug with images in ImageLabel 2021-06-18 00:17:01 +02:00
Dummerle
e7038be33a Better Code to browse games, use PIL images to save smaller 2021-06-17 00:34:23 +02:00
Dummerle
c0f4577870 Add tags in shop_info.py 2021-06-16 19:03:18 +02:00
Dummerle
9fb63e4360 Some fixes 2021-06-15 23:50:51 +02:00
Dummerle
421451b140 Fix bug 2021-06-15 18:31:33 +02:00
Dummerle
2549d92fe3 Fix cloud saves bug and some protondb fixes 2021-06-15 18:26:58 +02:00
Dummerle
7cf4f15122 Fix bug if change filter too fast 2021-06-14 23:17:21 +02:00
Dummerle
6b32b28240 Fix savepath in sync_widget.py 2021-06-14 22:33:53 +02:00
Dummerle
c063e9a92a Add browse games function 2021-06-14 22:30:57 +02:00
Dummerle
0f6a4c5ae6 Fix Cload save bug, if save_path is None 2021-06-14 20:22:39 +02:00
Dummerle
c077e57a26 Read games from api 2021-06-13 15:06:29 +02:00
Dummerle
0d0b858a8f Optimize search requests and option to cache images 2021-06-13 14:33:17 +02:00
BuildTools
254a8a48e7 Fix developer and title of some games 2021-06-13 00:05:14 +02:00
Dummerle
0246b96c40 Fix offline mode 2021-06-12 00:29:55 +02:00
Dummerle
bc6b9e5ae2 Added other games,set type to scrollarea 2021-06-11 13:37:09 +02:00
Dummerle
bd6e195e37 Fix some bugs with images 2021-06-11 12:56:25 +02:00
Dummerle
676c253a13 Some improvements 2021-06-10 19:58:35 +02:00
Dummerle
337b738599 Nice look of search results; better look for shop info; added ImageLabel in extra_widgets.py 2021-06-10 14:13:28 +02:00
Dummerle
9d02187d2f Add requirements for shop 2021-06-09 23:12:49 +02:00
Dummerle
6355dd47c1 Add support for bundles 2021-06-09 13:25:57 +02:00
Dummerle
44b7a0a37f Show images on shop game widget; move shop models to shop_models.py 2021-06-09 13:08:25 +02:00
Dummerle
0cca799ae5 Remove wine rating from installed_list_widget.py 2021-06-09 12:07:37 +02:00
Dummerle
89afebd9fd Show search results: Not pretty: no images 2021-06-09 00:00:00 +02:00
Dummerle
bcce9487cd Shop info works now 2021-06-04 18:16:27 +02:00
Dummerle
f8b467cd6d Add ~/.steam/compatibilitytools.d in find_proton_wrappers() 2021-06-04 12:03:27 +02:00
Dummerle
654788410a Shop info does not work, but the app does not crash 2021-06-04 00:01:54 +02:00
Dummerle
b31080a5ae Add basic store 2021-06-03 23:23:55 +02:00
Dummerle
7b44b91b72 Show error, if sync failed 2021-05-31 11:55:54 +02:00
Dummerle
d6f826cd0d Merge branch 'main' of github.com:Dummerle/Rare 2021-05-30 00:38:00 +02:00
Dummerle
460b8cf534 Fix endless sync download on error; auto sync on game installed 2021-05-30 00:37:40 +02:00
Dummerle
a2bc9ced09
Merge pull request #63 from loathingKernel/dialogs
Redesign Install/Update dialog
2021-05-27 13:14:27 +02:00
Dummerle
77dc6edd71 Fix library reload bug 2021-05-27 12:58:34 +02:00
Stelios Tsampas
9a307856f6 Ensure the result signal has been connected 2021-05-26 15:40:23 +03:00
Stelios Tsampas
0200347e72 Convert InstallDialog to modeless so it doesn't block the main UI any more. 2021-05-25 23:52:25 +03:00
Stelios Tsampas
181636f2be Connect all widgets to the get_download_info function. 2021-05-25 23:52:25 +03:00
Stelios Tsampas
b0ec5c5fcb Move all download preparations inside InstallDialog.
InstallDialog now returns a InstallQueueItemModel ready
to be downloaded or queued.

Renamed a few model attributes to match legendary's names.

InstallDialog can be run silently for auto-downloads.
2021-05-25 23:52:25 +03:00
Stelios Tsampas
148cf0ff8e Add models for the download queue.
The addition of download_only option broke the download queue
due to different positional arguments and tuple indices. Since
using indices is awkward, models to represent the download
and each item in the queue itself were added.
2021-05-25 23:52:25 +03:00
Stelios Tsampas
494e078522 Fix remaining issues with the install dialog.
* Fix race condition between the sdl checkboxes.
* Fix default tag not been included in the list of tags.
* Delete InstallDialog on close.
* Specify parent for InstallDialog.
2021-05-25 23:52:25 +03:00
Stelios Tsampas
eb461529f7 While we are here, adjust UninstalledInfo to match GameInfo. Make it easier to unify them in the future. 2021-05-25 23:52:25 +03:00
Stelios Tsampas
1131edda20 Add selective downloads 2021-05-25 23:52:25 +03:00
Stelios Tsampas
5ccf73d737 Update install dialog and remove the extraneous install info dialog 2021-05-25 23:52:25 +03:00
Dummerle
432cdede3a Add logir buttons with functions; optimize repair 2021-05-22 20:28:50 +02:00
BuildTools
0b74eb95e6 Some fixes for Windows 2021-05-21 16:22:30 +02:00
Dummerle
3a39bac09c Reformatting and update german translation 2021-05-21 13:40:10 +02:00
Dummerle
9edfd302bd
Merge branch 'main' into dev 2021-05-21 13:20:58 +02:00
Dummerle
2e148aebff Add protondb grades and option to disable it 2021-05-21 13:09:26 +02:00
Dummerle
d50ccc6e55 Add option for download only 2021-05-20 23:00:38 +02:00
Dummerle
27b1c10206 remove option to import games from egs in import widget 2021-05-20 11:16:57 +02:00
Dummerle
760c75e45b Update German translation 2021-05-20 10:57:40 +02:00
Dummerle
4c99ff643d Option to update game without settings 2021-05-20 10:19:10 +02:00
Dummerle
e002023600 Fix game_info 2021-05-20 09:37:38 +02:00
Dummerle
e0916a0fa6 fix some bugs 2021-05-19 21:20:35 +02:00
Dummerle
df5e83352a Add egl sync options 2021-05-19 21:09:14 +02:00
Dummerle
83be324ec7 Merge remote-tracking branch 'origin/dev' into dev 2021-05-19 13:42:01 +02:00
Dummerle
3934b18050 Add structure for egl-sync 2021-05-19 13:33:16 +02:00
Stelios Tsampas
64712b3eea Make UI default to RareStyle if there are no configuration 2021-05-19 14:01:21 +03:00
Stelios Tsampas
07abdef310 Move behaviour pane below interface pane in rare settings 2021-05-19 13:22:57 +03:00
Dummerle
df726c0c57 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	rare/components/tabs/games/game_info/__init__.py
2021-05-19 11:51:04 +02:00
Dummerle
a129556441 Add basic structure for downloading grades 2021-05-19 11:06:00 +02:00
Dummerle
2ee1ec1162 Import optimizations 2021-05-18 10:32:46 +02:00
Stelios Tsampas
f34e1ce61f Add selectable colors schemes and style sheets 2021-05-18 01:59:59 +03:00
Stelios Tsampas
f094dacc44 Adjust Proton DB grade for the redesign 2021-05-18 01:57:20 +03:00
Stelios Tsampas
6af78aa572 Make tests more pythonic 2021-05-18 01:57:20 +03:00
Stelios Tsampas
2b35f057f2 Fix game settings tab
* Fix combobox config saving
* Fix lineedit confgi saving and disable buttons after save
* Disable Wine settings when a Proton version is active
2021-05-18 01:57:20 +03:00
Stelios Tsampas
edb5735133 Make About labels bold 2021-05-18 01:57:20 +03:00
Stelios Tsampas
fc8b8bad37 Move .ui and the corresponding .py files into the rare directory under ui for clarity 2021-05-18 01:57:20 +03:00
Stelios Tsampas
2061afefb0 Use widget alignment instead of label alignment 2021-05-18 01:57:20 +03:00
Stelios Tsampas
2f58422191 Redesign Game Info and Game Settings tabs 2021-05-18 01:57:20 +03:00
Stelios Tsampas
8c882177e1 Make PathEdit more self-contained 2021-05-18 01:57:20 +03:00
Stelios Tsampas
6b79b3a55e Set DXVK to hidden all options are deselected 2021-05-18 01:57:20 +03:00