Semjon
621d8d3549
update canvas of update_dialog
2022-06-13 10:17:15 +02:00
Semjon
a8ff0c5bc8
fix popup resizing
2022-06-13 10:11:04 +02:00
Semjon
f1f565c628
allways use icon.ico in popups
2022-06-13 09:40:50 +02:00
Semjon Kerner
0fd8a22e02
add menu entry to show qr value
2022-02-20 20:44:00 +01:00
Adam Saudagar
2893465571
pep8 cleanup
2022-02-03 05:29:10 +05:30
Adam Saudagar
76e17c4502
decoupled logger and gui
...
logger is connected to gui after gui is ready
moved all logging configuration to log_config file
2022-02-03 05:15:00 +05:30
Adam Saudagar
608a8548fb
set logging level to info by default, and switch to debug when turned on from debug options
...
changed almost all of print statement to debug logs
2022-02-03 04:09:39 +05:30
Adam Saudagar
fc3c8746c8
update in file menu not showing on first launch
...
removed feature: hide update in file menu if dont ask is not checked
2022-02-03 03:57:22 +05:30
Adam Saudagar
a12c397357
instead of restarting fishy when session is not created due to incorrect uid, re generate uid and try to create session again
...
removed restart from debug options (fishy should always exit safely)
added debug logs for when systems start and stop
update button from tool bar now opens update dialogue correctly
2022-02-03 03:47:35 +05:30
Adam Saudagar
d22a4e79e5
splash screen not responding fix
2022-02-03 03:43:01 +05:30
Adam Saudagar
c9c2982403
show update prompt after gui is loaded
...
renamed auto_upgrade to update_now
made config init similar to hotkey
update now is a popup which runs from gui thread instead of an independent process
if the user decides to upgrade, bot is quited and update is started in the end of the main thread if update flag is set
2022-02-03 02:51:08 +05:30
Adam Saudagar
17c014d690
close splash when gui finishes loading
...
hide fishy window until its ready to show
draw splash screen above fishy window
2022-02-03 01:06:41 +05:30
Adam Saudagar
4ea27ae7da
added a null check in get_coords
...
changed print_exec to print in both console and fishy
fixed engine couldn't be stoped with toggle
fixed full auto stop getting called multiple times due to inactive stop
set logging for d3dshot to info, to remove debug logs caused by it
2022-02-01 22:20:57 +05:30
Adam Saudagar
9bcde7e922
window server reworked for improved threading
2022-02-01 17:21:58 +05:30
Adam Saudagar
b745fd915b
turned off debug logging
2022-01-30 19:58:30 +05:30
Adam Saudagar
f31fa11804
created look for hole option
2021-12-20 11:57:55 +05:30
Adam Saudagar
9f0974abb3
created migration code which is used to migrate data after an update
...
moved version code to constants so that code can access it too
changed Install/Remove Chalutier to FIshyQR in options
2021-11-21 16:30:41 +05:30
Adam Saudagar
df2ab36021
removed drm from full auto
2021-05-22 05:24:09 +05:30
Adam Saudagar
25bec628fd
updated need help link
2021-05-22 04:52:49 +05:30
Adam Saudagar
7929ed47be
hotfix 0.4.11: fullauto tabout stop config added, improved full auto config layout
2021-05-18 05:53:28 +05:30
Adam Saudagar
3ab22743cf
Merge pull request #78 from fishyboteso/improvement/fullscreen-config
...
removed fullscreen config from semi fisher
2021-05-16 21:25:18 +05:30
Adam Saudagar
7a93b18ec6
removed fullscreen config from semi fisher
2021-05-16 20:13:59 +05:30
Adam Saudagar
84b2b19b1a
moved hotkey to other process
2021-05-16 04:10:48 +05:30
Adam Saudagar
73a377d919
added config for edit mode
2021-05-13 14:51:59 +05:30
Adam Saudagar
0622531c2b
switched tk to ttk in config_top for fullauto
2021-05-13 13:45:44 +05:30
Adam Saudagar
8f7b6b71c4
Merge remote-tracking branch 'origin/master' into feature/fullauto
...
# Conflicts:
# fishy/engine/fullautofisher/controls.py
# fishy/engine/fullautofisher/engine.py
# fishy/engine/fullautofisher/mode/calibrator.py
# fishy/engine/fullautofisher/mode/recorder.py
# fishy/engine/fullautofisher/player.py
# fishy/engine/semifisher/fishing_event.py
# fishy/gui/config_top.py
2021-05-12 20:44:55 +05:30
Semjon Kerner
fa83c10394
fix flake8: F841, E111 E711, E262
2021-05-09 11:48:35 +02:00
Semjon Kerner
b16f776749
too long lines
2021-05-09 11:44:19 +02:00
Semjon Kerner
1c5530dca4
fix whitespaces according to flake8
2021-05-09 11:09:26 +02:00
Semjon Kerner
3172b30d98
sort imports with isort
2021-05-09 09:05:51 +02:00
Semjon Kerner
fb89fdf4fb
remove unused imports
2021-05-09 08:46:46 +02:00
Semjon Kerner
d9b37c5911
remove star imports from tk and ttk
2021-05-09 08:46:46 +02:00
Adam Saudagar
6440ec1000
calibrate connected to config
2021-05-02 22:19:44 +05:30
Adam Saudagar
3ce3c24dd1
connected mode select in config with the engine
...
- restructed player and recorder to work with new system,
- remove FullAuto.State
2021-05-02 21:10:38 +05:30
Adam Saudagar
73a0500cdf
added mode option and recalibrate option
2021-05-01 14:59:12 +05:30
Adam Saudagar
a710246081
abstracted event_handler and config to make developing gui easier
2021-05-01 14:58:09 +05:30
Adam Saudagar
c165a0e237
Merge pull request #62 from SemjonKerner/autoloot_default
...
Set auto_collect always enabled
2021-04-17 13:21:59 +05:30
Semjon Kerner
81edb6f6e1
change datatype of _function_queue to queue
2021-04-15 13:47:43 +02:00
Semjon Kerner
2a3b79a12b
remove all traces of collect_allow_auto
2021-04-15 12:49:17 +02:00
Adam Saudagar
639df8ce5b
moved config code into 2 parts, class (Config) and singleton (config)... singleton needs to be initlaized and stopped in main,
...
now config backups the config file every 5 minutes in temp folder, if the file gets corrupted, it restores the backup and continues working
2021-03-29 18:45:40 +05:30
Semjon Kerner
dcbecd261b
remove brackets
2021-03-28 19:31:03 +02:00
Semjon Kerner
439a3d707a
add addon de/install errorhandling
2021-03-26 12:41:55 +01:00
Semjon Kerner
79445b33f0
fix is_subbed: call without uid
2021-03-26 12:19:09 +01:00
Semjon Kerner
4d6b6b865c
Merge pull request #47 from SemjonKerner/improve_ask_update
...
Improve ask for update popup (0.4.5)
2021-03-25 12:46:12 +01:00
Semjon Kerner
6056449c4d
add Chalutier Add-On
2021-03-25 11:53:53 +01:00
Semjon Kerner
cd3e5a91b5
add logo and name to update popup
2021-03-24 12:36:09 +01:00
Semjon Kerner
07b98d2a95
increase attraction of yes-button
2021-03-24 12:36:09 +01:00
Semjon Kerner
e47789c8ea
add update filemenu
2021-03-08 20:51:55 +01:00
Semjon Kerner
444aef9f20
add update dialog
2021-03-08 20:51:55 +01:00
Semjon Kerner
7f913dfc90
splash fix
2021-03-08 20:51:54 +01:00