1
0
Fork 0
mirror of synced 2024-06-30 20:20:53 +12:00
Commit graph

81 commits

Author SHA1 Message Date
Dummerle eda2bb038f
Fix bug with launch command 2021-11-05 19:01:35 +01:00
Dummerle 803347b935
Enable Update buttons, when stopping download.
Fix bug with launch subparser if app_name not exists
2021-10-18 00:08:35 +02:00
Dummerle 0dfb0cad9e
Fix launch command bug and uninstalled_names bug 2021-10-17 23:29:42 +02:00
Dummerle a5f26c8a23 Rename shared.legendary_core to core 2021-10-14 23:18:13 +02:00
Dummerle 4f25fd8a20 Update new Signal System 2021-10-14 23:05:00 +02:00
Dummerle 3bf6692760 Add shared.py 2021-10-07 20:19:24 +02:00
Dummerle df7964a79f Move api requests to login dialog 2021-10-03 21:29:33 +02:00
Dummerle 4b5a0b0084 Add a new signal system 2021-09-29 23:22:47 +02:00
Dummerle a143971385 Update Games list to ui file 2021-09-26 16:43:56 +02:00
Dummerle a94042f566 moved tab files to rare/components/tabs directory 2021-09-19 20:56:55 +02:00
Dummerle 9570b52eed Add some options for debug; fix error in sync_widget.py; fix pylint workflow 2021-09-10 22:41:30 +02:00
Dummerle d11cc7abf3 add legendary submodule and rename custom_legendary to legendary in imports 2021-09-06 21:10:18 +02:00
Dummerle c212904cc0
Merge branch 'shop' into update_shop 2021-08-22 22:43:08 +02:00
Dummerle 4cfe2bf336 merge branches 2021-08-16 22:50:31 +02:00
Dummerle 59a7359e19 Set cache_dir and data_dir in one place (xdg) 2021-08-08 00:49:27 +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
Dummerle 2db43ba066 Set Position of window to center 2021-05-02 13:15:11 +02:00
Dummerle 497a6009d0 Add offline mode and --offline option 2021-04-19 15:44:28 +02:00
Dummerle b86f356377 Add --silent option to launch minimized 2021-04-17 20:00:15 +02:00
Dummerle 517d94e641 Set parent of widgets for smoother startup 2021-04-17 18:58:18 +02:00
Dummerle 4653e519f9 Add timer to start from other inctance 2021-04-14 15:14:06 +02:00
Dummerle 065a239a5a Fixed rpc bug in main_window.py 2021-04-14 14:32:08 +02:00
Dummerle 7b83c27c27 Add Desktop links for Linux 2021-04-13 16:56:44 +02:00
Dummerle 0acc9c5bda Fixed Discord RPC bug 2021-04-13 12:38:11 +02:00
Dummerle 36fb3bf687 Updated rpc 2021-04-12 21:55:08 +02:00
Dummerle 6787a6c282 Add many rpc settings 2021-04-12 20:31:12 +02:00
Dummerle 8cf1eb4cba game running at startup 2021-04-12 16:02:16 +02:00
Dummerle 8aebcf5dc9 Refactor tab_widget.py 2021-04-12 14:10:36 +02:00
Dummerle f58154f3f1 add Discord RPC 2021-04-11 22:44:18 +02:00
Dummerle e67629e8f8 Save window size 2021-04-10 14:58:34 +02:00
BuildTools 665083c5b5 lowercase snake case 2021-04-07 22:39:23 +02:00
Renamed from Rare/Components/MainWindow.py (Browse further)