Commit Graph

103 Commits

Author SHA1 Message Date
DevilXD
0dce936c2b Inventory tab exclude option takes priority_only into account 2022-09-13 14:35:31 +02:00
DevilXD
0e9ddefa03 Add an option to hide excluded games from the inventory view 2022-09-12 20:04:40 +02:00
DevilXD
ac8d15a43b Choosing Quit from the tray icon only destroys the icon when the application actually exits 2022-09-10 15:29:58 +02:00
DevilXD
81e0497f9c Fix an issue with the window starting as minimized 2022-09-10 15:29:26 +02:00
DevilXD
3cf083d9fe Fix an issue with the tray icon delaying the shutdown for too long 2022-09-04 09:31:01 +02:00
DevilXD
befb755273 Fix an issue with tray startup not working 2022-09-04 09:30:19 +02:00
DevilXD
c12a691a54 Make sure Windows shutdown is handled when minimized too 2022-09-03 18:50:36 +02:00
DevilXD
1e035f1a36 Properly handle Windows shutdown message 2022-09-03 18:12:32 +02:00
DevilXD
8ddfdc5114 Fix broken GUI debug 2022-09-03 18:06:17 +02:00
DevilXD
8c031232d1 asyncio.wait consistency cleanup 2022-08-26 12:29:51 +02:00
DevilXD
31f25c9a6d Show progress for drops with non-zero current minutes 2022-08-20 23:04:25 +02:00
DevilXD
0431a2d98e Add an experimental shutdown handler 2022-08-19 14:09:06 +02:00
DevilXD
c682b75e2d Minor naming and comments update 2022-08-19 10:19:23 +02:00
DevilXD
05466364d1 Implement the translation feature 2022-08-18 22:28:30 +02:00
DevilXD
3c81268501 Fix gui dev testing breaking (again) 2022-08-16 10:01:22 +02:00
DevilXD
1cf0559401 Fix GUI debug breaking 2022-08-15 22:13:54 +02:00
DevilXD
ca0515fb91 Display drop's duration by default 2022-08-15 19:03:27 +02:00
DevilXD
1555d7ee75 In the end, just use can_earn instead here 2022-08-08 22:19:58 +02:00
DevilXD
6d86bf0c3d Merge branch 'master' of https://github.com/DevilXD/TwitchDropsMiner 2022-08-08 22:08:58 +02:00
DevilXD
2d1c201e2f Drops that haven't started yet within an active campaign;
are now labeled as Upcoming instead of showing unobtainable progress
2022-08-08 22:03:27 +02:00
DevilXD
0d0c9d89d1 Drops that haven't started yet within an active campaign;
are now labeled as Upcoming instead of showing unobtainable progress
2022-08-08 21:45:22 +02:00
DevilXD
92e54f5d59 Upcoming campaigns show 'Starts' by default 2022-08-01 08:13:23 +02:00
DevilXD
3dbe1f02be Add a 'finished' inv view filter 2022-07-31 22:36:34 +02:00
DevilXD
7a7b94f57c Implement the status bar 2022-07-30 16:14:57 +02:00
DevilXD
2e1711cf05 Implement campaign linking URL, status and filtering 2022-07-29 23:30:25 +02:00
DevilXD
fbf23f5b60 Fix an issue with the inventory tab not updating live sometimes 2022-07-28 08:53:45 +02:00
DevilXD
c3854937b9 Minor fix of a deprecation warning 2022-07-28 08:08:02 +02:00
DevilXD
0f38e7bffd Some help tab improvements 2022-07-23 12:59:44 +02:00
DevilXD
138d09677f Add an About section to the Help tab 2022-07-23 12:59:44 +02:00
DevilXD
b4ae7a1ae9 Add a basic help tab 2022-07-23 12:32:07 +02:00
DevilXD
3c8274b166 Implement handling for drops with more than one benefit 2022-05-16 22:42:32 +02:00
DevilXD
515c86d1fa Move the autostart key to a variable 2022-05-15 18:20:10 +02:00
DevilXD
63d0c4a712 Fix an issue with the altered state not being set properly 2022-05-15 18:19:04 +02:00
DevilXD
0b32d09285 Utilize inventory changed events to manage the overview tab;
instead of the progress notification system
2022-04-27 19:17:43 +02:00
DevilXD
3fb8a3e089 Optimize _add_column 2022-04-18 13:23:53 +02:00
DevilXD
ec0781acae Add 'starts_at' display for campaigns on mouse over 2022-04-16 11:31:40 +02:00
DevilXD
e47bf30d5e Implement simple proxy URL support 2022-04-04 19:21:21 +02:00
DevilXD
cbb59c3e98 modify tray.notify to return a task for cancelling purposes 2022-04-02 17:05:55 +02:00
DevilXD
427c845ca2 Move shrink to gui.clear 2022-03-30 20:55:56 +02:00
DevilXD
5af4ee79c3 Remove Game Selector;
Implement multi-game mining based on the priority list
2022-03-30 14:15:26 +02:00
DevilXD
f7b0a5f2cc Implement the inventory tab 2022-03-27 14:03:11 +02:00
DevilXD
7beb10df8d Fix not being able to close the app during login flow 2022-03-21 13:22:22 +01:00
DevilXD
98451d9342 Theme testing (not implemented) 2022-03-18 10:17:52 +01:00
DevilXD
77178b6b9d Fix minor typing issue 2022-03-17 12:42:59 +01:00
DevilXD
ff93cb20e8 Sort game names for the settings tab 2022-03-17 12:42:13 +01:00
DevilXD
a30aa6f403 Fix autostart working directory breaking paths 2022-03-17 12:33:53 +01:00
DevilXD
ccf7fbf96d Fix the tray command line option not working 2022-03-17 11:28:17 +01:00
DevilXD
5ba2fbe567 Add quotes to the autostart path 2022-03-17 10:29:53 +01:00
DevilXD
5a3a540b45 Implement settings and saving them to the settings file 2022-03-16 19:26:39 +01:00
DevilXD
82b999995f Imports cleanup 2022-03-12 11:59:25 +01:00