1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00

Commit graph

  • 745e0cc516 Update some things to launch rare with pythonw.exe on windows Dummerle 2021-06-12 00:04:09 +0200
  • bc6b9e5ae2 Added other games,set type to scrollarea Dummerle 2021-06-11 13:37:09 +0200
  • bd6e195e37 Fix some bugs with images Dummerle 2021-06-11 12:56:25 +0200
  • 676c253a13 Some improvements Dummerle 2021-06-10 19:58:35 +0200
  • 337b738599 Nice look of search results; better look for shop info; added ImageLabel in extra_widgets.py Dummerle 2021-06-10 14:13:28 +0200
  • 9d02187d2f Add requirements for shop Dummerle 2021-06-09 23:12:49 +0200
  • 6355dd47c1 Add support for bundles Dummerle 2021-06-09 13:25:57 +0200
  • 44b7a0a37f Show images on shop game widget; move shop models to shop_models.py Dummerle 2021-06-09 13:08:25 +0200
  • 1226344747 Merge branch 'main' of github.com:Dummerle/Rare Dummerle 2021-06-09 12:08:01 +0200
  • 0cca799ae5 Remove wine rating from installed_list_widget.py Dummerle 2021-06-09 12:07:37 +0200
  • 89afebd9fd Show search results: Not pretty: no images Dummerle 2021-06-09 00:00:00 +0200
  • 1d0d528752
    Merge pull request #71 from ChemicalXandco/fix_mac Dummerle 2021-06-07 15:44:07 +0200
  • 838783c1fb Show error message and warnings after core.prepare_download Dummerle 2021-06-07 15:42:49 +0200
  • bcce9487cd Shop info works now Dummerle 2021-06-04 18:16:27 +0200
  • f8b467cd6d Add ~/.steam/compatibilitytools.d in find_proton_wrappers() Dummerle 2021-06-04 12:03:27 +0200
  • 654788410a Shop info does not work, but the app does not crash Dummerle 2021-06-04 00:01:54 +0200
  • 78474d18c3 Add __init__ to store ui Dummerle 2021-06-03 23:35:19 +0200
  • 21e3478c1b Delete dialogs on close Dummerle 2021-06-03 23:33:36 +0200
  • b31080a5ae Add basic store Dummerle 2021-06-03 23:23:55 +0200
  • 7b44b91b72 Show error, if sync failed Dummerle 2021-05-31 11:55:54 +0200
  • d6f826cd0d Merge branch 'main' of github.com:Dummerle/Rare Dummerle 2021-05-30 00:38:00 +0200
  • 460b8cf534 Fix endless sync download on error; auto sync on game installed Dummerle 2021-05-30 00:37:40 +0200
  • acf12d71f1 update README.md ChemicalXandco 2021-05-28 16:09:54 +0100
  • 2e88d86937
    Merge pull request #70 from Dummerle/dev 1.5_beta2 Dummerle 2021-05-28 00:53:26 +0200
  • a2bc9ced09
    Merge pull request #63 from loathingKernel/dialogs Dummerle 2021-05-27 13:14:27 +0200
  • 77dc6edd71 Fix library reload bug Dummerle 2021-05-27 12:58:34 +0200
  • 9a307856f6 Ensure the result signal has been connected Stelios Tsampas 2021-05-26 09:37:55 +0300
  • 5b2cc055ff Close at the correct signals Stelios Tsampas 2021-05-25 23:49:53 +0300
  • 0200347e72 Convert InstallDialog to modeless so it doesn't block the main UI any more. Stelios Tsampas 2021-05-25 23:37:50 +0300
  • c1d5c98945 Disable cancel button when thread is running. Stelios Tsampas 2021-05-23 22:50:31 +0300
  • e019c2ab7e Don't disable cancel button, wait for thread instead. Stelios Tsampas 2021-05-23 21:00:21 +0300
  • fd84065fcb Add verify button to not block on every change. Stelios Tsampas 2021-05-23 19:38:33 +0300
  • 181636f2be Connect all widgets to the get_download_info function. Stelios Tsampas 2021-05-23 15:52:39 +0300
  • b0ec5c5fcb Move all download preparations inside InstallDialog. Stelios Tsampas 2021-05-23 15:15:36 +0300
  • 376d3e0eba Don't use global threadpool as it gets deleted when exiting the dialog Stelios Tsampas 2021-05-23 00:07:47 +0300
  • 148cf0ff8e Add models for the download queue. Stelios Tsampas 2021-05-22 22:56:13 +0300
  • 494e078522 Fix remaining issues with the install dialog. Stelios Tsampas 2021-05-22 20:52:58 +0300
  • eb461529f7 While we are here, adjust UninstalledInfo to match GameInfo. Make it easier to unify them in the future. Stelios Tsampas 2021-05-21 21:54:26 +0300
  • 1131edda20 Add selective downloads Stelios Tsampas 2021-05-21 17:48:15 +0300
  • 5ccf73d737 Update install dialog and remove the extraneous install info dialog Stelios Tsampas 2021-05-21 02:47:03 +0300
  • e4d5d24ad7 Merge remote-tracking branch 'origin/dev' into dev Dummerle 2021-05-25 17:44:30 +0200
  • 3d31807d15 Add styles to MANIFEST.in Dummerle 2021-05-25 17:44:21 +0200
  • 811b884aca
    Merge pull request #67 from loathingKernel/fix-rare-settings Dummerle 2021-05-25 14:35:57 +0200
  • be25abef6f
    Merge pull request #69 from ChemicalXandco/origin/update_legendary Dummerle 2021-05-25 14:33:43 +0200
  • 4ff308a458 update legendary ChemicalXandco 2021-05-24 17:29:50 +0100
  • ce1d0675a7 revert to using pyinstaller for windows ChemicalXandco 2021-05-24 15:45:30 +0100
  • 56f79fb594 Make shortcuts align top properly Stelios Tsampas 2021-05-22 23:18:58 +0300
  • 432cdede3a Add logir buttons with functions; optimize repair Dummerle 2021-05-22 20:28:50 +0200
  • 1ef5ad0d61 Add two options to create desktop and startmenu link Dummerle 2021-05-22 17:49:01 +0200
  • e2ffc689a1
    Merge pull request #65 from loathingKernel/colors Dummerle 2021-05-22 17:25:50 +0200
  • 529d73a8e5 Test if core.egl.programdata_path is set before testing if it exists Stelios Tsampas 2021-05-22 09:15:29 +0300
  • 6686a5ddc6 Simplify color scheme format Stelios Tsampas 2021-05-21 23:45:33 +0300
  • acf1b2d8dc
    Merge pull request #64 from ChemicalXandco/patch-1 Dummerle 2021-05-21 17:12:27 +0200
  • efba9362c2
    Merge branch 'main' into patch-1 ChemicalXandco 2021-05-21 16:06:20 +0100
  • f0f9c8ccd1 update release.yml for pre release 1.5_beta Dummerle 2021-05-21 16:58:18 +0200
  • 8551bd000e
    Merge pull request #62 from Dummerle/dev Dummerle 2021-05-21 16:49:03 +0200
  • e457be024d Add __init__.py in ui folder for setuptools.find_packages() Dummerle 2021-05-21 16:48:33 +0200
  • 0b74eb95e6 Some fixes for Windows BuildTools 2021-05-21 16:22:30 +0200
  • af69be5e5c Upload german translation file Dummerle 2021-05-21 15:47:52 +0200
  • ce65ff3099
    Update windows installer build to use python 3.9.5 ChemicalXandco 2021-05-21 14:01:18 +0100
  • 3a39bac09c Reformatting and update german translation Dummerle 2021-05-21 13:40:10 +0200
  • 9edfd302bd
    Merge branch 'main' into dev Dummerle 2021-05-21 13:20:58 +0200
  • 2e166300b9 Add new Launch Dialog files Dummerle 2021-05-21 13:10:50 +0200
  • 2e148aebff Add protondb grades and option to disable it Dummerle 2021-05-21 13:09:26 +0200
  • d50ccc6e55 Add option for download only Dummerle 2021-05-20 23:00:38 +0200
  • 27b1c10206 remove option to import games from egs in import widget Dummerle 2021-05-20 11:16:57 +0200
  • 760c75e45b Update German translation Dummerle 2021-05-20 10:57:40 +0200
  • 4c99ff643d Option to update game without settings Dummerle 2021-05-20 10:19:10 +0200
  • e002023600 Fix game_info Dummerle 2021-05-20 09:37:38 +0200
  • e0916a0fa6 fix some bugs Dummerle 2021-05-19 21:20:35 +0200
  • df5e83352a Add egl sync options Dummerle 2021-05-19 21:09:14 +0200
  • 83be324ec7 Merge remote-tracking branch 'origin/dev' into dev Dummerle 2021-05-19 13:42:01 +0200
  • 0967372e73
    Merge pull request #61 from loathingKernel/main Dummerle 2021-05-19 13:41:47 +0200
  • 3934b18050 Add structure for egl-sync Dummerle 2021-05-19 13:33:16 +0200
  • 64712b3eea Make UI default to RareStyle if there are no configuration Stelios Tsampas 2021-05-19 14:01:21 +0300
  • 0b5460848d Make QComboBoxes more consistent Stelios Tsampas 2021-05-19 13:13:27 +0300
  • 07abdef310 Move behaviour pane below interface pane in rare settings Stelios Tsampas 2021-05-19 13:13:03 +0300
  • e996816226 Small adjustments in object names Stelios Tsampas 2021-05-19 12:55:38 +0300
  • df726c0c57 Merge remote-tracking branch 'origin/dev' into dev Dummerle 2021-05-19 11:51:04 +0200
  • d7893e40f0
    Merge pull request #53 from loathingKernel/main Dummerle 2021-05-19 11:47:36 +0200
  • a129556441 Add basic structure for downloading grades Dummerle 2021-05-19 11:06:00 +0200
  • 9049d34898 Fix bug with linux startmenu links Dummerle 2021-05-18 17:07:39 +0200
  • 34c6d8b324
    Merge pull request #60 from Dummerle/optimize_library_reload 1.4.1 Dummerle 2021-05-18 10:38:38 +0200
  • 2ee1ec1162 Import optimizations Dummerle 2021-05-18 10:32:46 +0200
  • f34e1ce61f Add selectable colors schemes and style sheets Stelios Tsampas 2021-05-18 01:56:01 +0300
  • 10cd3d5227 Use default size policy for rare settings ui. Stelios Tsampas 2021-05-17 14:16:11 +0300
  • d512b55983 Some unfinished qss style improvements Stelios Tsampas 2021-05-13 00:30:50 +0300
  • f094dacc44 Adjust Proton DB grade for the redesign Stelios Tsampas 2021-05-13 00:17:35 +0300
  • 6af78aa572 Make tests more pythonic Stelios Tsampas 2021-05-08 11:07:00 +0300
  • 2b35f057f2 Fix game settings tab Stelios Tsampas 2021-05-05 17:44:27 +0300
  • 8b13e9b734 Various UI fixups Stelios Tsampas 2021-05-05 17:40:23 +0300
  • edb5735133 Make About labels bold Stelios Tsampas 2021-04-30 21:45:12 +0300
  • fc8b8bad37 Move .ui and the corresponding .py files into the rare directory under ui for clarity Stelios Tsampas 2021-04-30 11:05:35 +0300
  • 2061afefb0 Use widget alignment instead of label alignment Stelios Tsampas 2021-04-30 10:10:36 +0300
  • 2f58422191 Redesign Game Info and Game Settings tabs Stelios Tsampas 2021-04-30 00:30:42 +0300
  • 8c882177e1 Make PathEdit more self-contained Stelios Tsampas 2021-05-01 23:15:42 +0300
  • 6b79b3a55e Set DXVK to hidden all options are deselected Stelios Tsampas 2021-05-01 21:00:32 +0300
  • 7662f52ba8 Adjust to include the open log dir button in rare settings Stelios Tsampas 2021-05-01 17:27:37 +0300
  • 127728d329 Fix proton wrapper search Stelios Tsampas 2021-05-01 17:15:43 +0300
  • 7eee31c3e2 Search for toolmanifest.vdf alongside compatibilitytool.vdf to verify proton folder Stelios Tsampas 2021-05-01 01:02:12 +0300