1
0
Fork 0
mirror of synced 2024-05-19 20:12:49 +12:00
Commit graph

498 commits

Author SHA1 Message Date
BuildTools f278a29c32 Fix .msi file and remove macos .app file, because is did not work 2021-09-05 00:54:43 +02:00
BuildTools 3c4a0e446f Merge remote-tracking branch 'origin/main' into main 2021-09-04 23:47:26 +02:00
Dummerle dcfa764555 Update issue templates 2021-09-04 23:08:47 +02:00
Dummerle 58783eb519
Create tests.yml 2021-09-04 19:38:28 +02:00
BuildTools 6615a74f33 Change names in freeze.py, because camelCase is deprecated 2021-09-02 23:55:50 +02:00
Dummerle 9733a61f41 Update version and freeze.py 2021-09-02 23:38:11 +02:00
Dummerle 718bfa0278 Fix installing game widget 2021-09-02 23:32:25 +02:00
Dummerle 0a7387c4fa Add MacOS .app file to Gh release 2021-09-02 18:29:11 +02:00
Dummerle 085cb8fa73 Fix release.yml 2021-09-01 22:26:05 +02:00
Dummerle 20b5f27598 fix version number 2021-09-01 22:23:23 +02:00
Dummerle 134c06a726 Update translation and remove notify-py as dependency 2021-09-01 22:12:27 +02:00
Dummerle b8be750c6c Add non asset games in gamelist 2021-09-01 19:41:01 +02:00
Dummerle 5f01d99062 Add freeze.py to generate msi file for windows. (Bug fixed) 2021-08-30 20:34:53 +02:00
Dummerle b799241357 Fix Space bug in Icon layout; Remove config sections on uninstall; Remove unused Widget 2021-08-30 15:14:40 +02:00
Dummerle c2ae188745 Fix color of icons 2021-08-28 20:03:25 +02:00
Dummerle 83ad8f0982 Icon color depends on theme 2021-08-28 16:01:36 +02:00
Dummerle b3cc412142 Add an installing game widget to icon list 2021-08-28 00:16:17 +02:00
Dummerle 82627a799e Add tab shortcuts alt + 1/2... 2021-08-23 17:03:42 +02:00
Dummerle ed81bbf399 Removed unused disable protondb option 2021-08-17 20:15:27 +02:00
Dummerle a0b309e3da Fix type error for older versions of python 2021-08-17 17:35:02 +02:00
Dummerle e4c4f8052d Fix release.yml: remove aur; fix appimage 2021-08-17 17:24:10 +02:00
Dummerle 910bb8742a Fix release.yml: remove aur; fix appimage 2021-08-17 17:23:10 +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 b804f803ce Update German translation 2021-08-17 15:28:25 +02:00
Dummerle d6b318d9ef Fix some errors 2021-08-17 15:09:46 +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 c289fae292
Merge pull request #72 from loathingKernel/dialogs
Re-implement LoginDialog.
2021-08-16 21:01:03 +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 6fbc3eaebe Add Appimage to releases 2021-08-11 22:07:22 +02:00
Dummerle 783479281b Merge branch 'main' of github.com:Dummerle/Rare 2021-08-11 22:04:35 +02:00
Dummerle 763b9f69ed Add Appimage to releases 2021-08-11 22:04:17 +02:00
Stelios Tsampas 6fe9854353 Adjust PR #87 2021-07-02 12:48:05 +03:00
Dummerle 09f75f327d
Merge pull request #89 from ChemicalXandco/origin/fix_platform_import
add import platform
2021-07-01 20:27:39 +02:00
ChemicalXandco 7af64f1b83 add import platform 2021-07-01 19:08:04 +01: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 ed68eb66ad Convert models to dataclasses. 2021-06-24 20:08:22 +03:00
Stelios Tsampas 23252fb0e2 Fix game verify and repair. 2021-06-24 20:08:22 +03:00
Stelios Tsampas 1365b36b08 Delegate opening browser to a function (futureproofing) 2021-06-24 20:08:22 +03:00
Stelios Tsampas c29cc06e70 Display Ready message when each thread has finished. 2021-06-24 20:08:22 +03:00
Stelios Tsampas 81aa8c30ec Make qss resources path compatible with Windows 2021-06-24 20:08:22 +03: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 09d9e0f9a0 Raise ValueError when failing to login so it can be logged. 2021-06-24 20:08:22 +03:00
Stelios Tsampas be8ee8b955 Add check options message in InstallDialog. 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