Commit Graph
93 Commits
Author SHA1 Message Date
Philip KristoffersenandGitHub 1eebd2959d Save blacklisted shortcuts on import (#267) 2022-10-29 07:46:54 +02:00
KeelhauledandGitHub 279cf943eb Add setting to allow nsfw images (#264) 2022-10-24 18:11:10 +02:00
Philip KristoffersenandGitHub 889b25d441 Add a button that downloads all images only (#261)
* Add button that downloads all images only

* Improve text
2022-10-22 12:25:23 +02:00
Philip KristoffersenandGitHub 98318e0288 Dropdown menues and image grids (#260)
* Add dropdowns to ui image select

* More "wrong game" text to buttom

* Show a grid when selecting downloaded games

* Update to version 1.7.4
2022-10-21 09:24:17 +02:00
Philip KristoffersenandGitHub 1ba5fdab94 Image UI optimize (#259)
* Show images in grids

* Start of columns in image select

* Redo image selection ui

* Update to version 1.7.3
2022-10-20 18:39:27 +02:00
Philip KristoffersenandGitHub e900c8af3a Wrap image in a thread to avoid panics (#254) 2022-10-14 21:37:18 +02:00
Philip KristoffersenandGitHub af034aa323 Do not double import to fix shortcuts (#252) 2022-10-12 21:50:58 +02:00
AisukoandGitHub 40c55e542d Add utility to help format the code (#247)
Signed-off-by: Aisuko <urakiny@gmail.com>
2022-10-11 06:17:10 +02:00
AisukoandGitHub fac58803cc Fix two small issue (#246)
Signed-off-by: Aisuko <urakiny@gmail.com>

Signed-off-by: Aisuko <urakiny@gmail.com>
2022-10-07 21:28:25 +02:00
Philip KristoffersenandGitHub dcbf77b610 Modular platforms (#241) 2022-10-02 21:13:31 +02:00
Philip KristoffersenandGitHub b9ee32cd54 Game rename (#236) 2022-09-20 19:57:08 +02:00
Philip KristoffersenandGitHub e4be4da9e3 Bottles (#233)
* Add bottles platform

* Add bottles UI

* Only inc create_symlinks on unix
2022-09-12 18:32:55 +02:00
Philip KristoffersenandGitHub d906f5688a Remove Warnings (#232)
* Remove Windows Warnings
* Fix linux warnings
2022-09-11 17:21:21 +02:00
Philip Kristoffersen 941b647986 Fix crash on loading animated webp alpha 2022-09-08 17:05:17 +02:00
Philip KristoffersenandGitHub 485933767d Delete old images when downloading new (#228) 2022-09-06 22:31:53 +02:00
Philip KristoffersenandGitHub 00848ae5e4 itch reset settings on empty string (#227)
* Add option to reset all images

* Reset itch settings on empty string
2022-09-06 19:14:31 +02:00
Philip KristoffersenandGitHub b38281719f Add option to reset all images (#220) 2022-09-01 21:17:33 +02:00
Philip KristoffersenandGitHub 6671887faa Guess at image format instead of extension (#219) 2022-09-01 14:50:37 +02:00
Philip KristoffersenandGitHub 43c1493c40 Use custom version of image-rs (#210)
This is done to avoid a panic in the current version image rs
2022-08-23 22:16:57 +02:00
Philip KristoffersenandGitHub 97f706a2be Update all dependencies (#208) 2022-08-21 16:07:57 +02:00
Philip Kristoffersen 05cd76d552 Wrap image load panic in scope thread
This is done to avoid a panic of the whole program
Only the given thread is going to panic and the main thread can continue
2022-08-21 15:09:48 +02:00
Philip KristoffersenandGitHub e5dae5901c Check if image is valid before loading (#204) 2022-08-12 18:34:36 +02:00
Philip KristoffersenandGitHub f6eb8c38bf Fix no ui download images (#195) 2022-07-27 12:12:08 +02:00
Philip KristoffersenandGitHub 6f1ffdf819 Save settings button (#187)
* Show warning in images ui when invalid settings
2022-07-18 10:24:42 +02:00
Philip KristoffersenandGitHub 4c6c92dbc5 Show warning in images ui when invalid settings (#186) 2022-07-18 10:12:36 +02:00
Philip KristoffersenandGitHub 4bafe868cc Add argument for no-vsync (#185)
Default is vsync on
2022-07-18 09:23:46 +02:00
Philip KristoffersenandGitHub bcb2874c19 Make symlinks optional on itch import (#178) 2022-07-11 08:56:35 +02:00
Philip KristoffersenandGitHub 1bcafd8207 Add feature to launch gog games through heroic (#168) 2022-06-08 21:26:16 +02:00
Philip KristoffersenandGitHub a5fa774fd3 Add features to add flatpak apps on linux (#161)
* Add features to add flatpak apps on linux

* Fix build on windows
2022-05-28 19:10:51 +02:00
Philip Kristoffersen b426201695 Remove disconnect section from settings menu (it has its own section now) 2022-05-28 18:27:13 +02:00
Philip KristoffersenandGitHub f16646f540 Add feature to disconnect a shortcut (#160) 2022-05-27 20:58:22 +02:00
Philip KristoffersenandGitHub 835c7ead8d Implement simple clippy suggestions (#159) 2022-05-27 13:19:10 +02:00
Philip KristoffersenandGitHub 29eb932d51 Find Epic Launcher games installed through proton (#158)
* Finds epic games on linux

* Fix up windows paths
2022-05-26 23:14:31 +02:00
Philip KristoffersenandGitHub 5e8e4f2451 Add option to always launch through heroic (#156)
* Add option to always launch through heroic

* Default to launche through heroic
2022-05-24 19:46:12 +02:00
Philip KristoffersenandGitHub 1da9ef8d28 Launch games through heroic launcher (#151)
* Add option to launch heroic games through launcher

* Add ui

* Let users choose which game to launch through Heroic
2022-05-22 22:37:09 +02:00
Philip KristoffersenandGitHub 3b4b528b2f Steamline how auth_key input is assigned (#147) 2022-05-22 15:08:16 +02:00
Philip KristoffersenandGitHub d1389fd757 Open urls with exe (#146)
* Launch Epic Games in safe mode through the exe

* Launch through exe for amazon games

* Remove unused comment

* Launch Uplay games through exe

* Fix epic tests

* Always launch origin games through the exe

* Fix that compat_folder is an option on unix
2022-05-22 14:53:23 +02:00
Philip KristoffersenandGitHub 967465d326 Backup shortcuts (#144)
* Add initial option to back up shortcuts

* Show list of backups

* Reload backups on change

* Restore backups

* Improve UX of backup ui

* Reorganize ui

* Update version in cargo.toml

* Update flatpak description

* Update cargo-lock.json
2022-05-20 21:53:21 +02:00
Philip KristoffersenandGitHub eaa7d8cc34 Show version number in settings (#129) 2022-05-15 08:19:48 +02:00
Philip KristoffersenandGitHub eb819c1357 Fix icon overwrite (#128)
* run sync twive to fix up images

* Update dependencies versions

* update cargo-lock dependencies

* Adding spinners to ui

* Fix icons for gog games

* Run fix shortcuts for all boilr shortcuts

* Update flatpak release notes
2022-05-15 07:51:21 +02:00
Philip KristoffersenandGitHub 9bafb9d2c4 Art for steam games (#125) 2022-05-14 14:58:51 +02:00
Philip KristoffersenandGitHub a5733cbebf Download image names based on mime type (#124) 2022-05-14 08:05:51 +02:00
Philip KristoffersenandGitHub 9f59957edc Add option to search for icons (#120) 2022-05-13 00:31:35 +02:00
Justin27482andGitHub d78f16fc89 Fix Spelling Errors on UI Settings Page (#116) 2022-05-03 02:25:58 +02:00
Philip KristoffersenandGitHub 320dc14298 Do not change ui scale on windows (#115) 2022-05-01 20:30:15 +02:00
Philip KristoffersenandGitHub 81ddcb6959 Add support for lutris flatpak version (#114) 2022-05-01 17:21:09 +02:00
Philip KristoffersenandGitHub 3f075f80f1 Use paste button instead of auto paste (#111) 2022-05-01 07:35:50 +02:00
Philip KristoffersenandGitHub 9fdf56d5ed Use config folder (#110) 2022-05-01 07:14:24 +02:00
Philip KristoffersenandGitHub 44bebfc59e Add option to only download images for BoilR shortcuts (#106) 2022-04-30 09:04:02 +02:00
Philip KristoffersenandGitHub 5589334e97 Add option to ban download of images (#105) 2022-04-30 08:34:51 +02:00