Commit Graph
60 Commits
Author SHA1 Message Date
Gabriel20xx 6309edaeea Implement resource usage tracking and statistics display; enhance theme application timing and UI controls 2025-07-31 15:07:11 +02:00
Gabriel20xx 2a6940ea3e Enhance theme management with combo box for selection; implement dark title bar theming across platforms 2025-07-31 14:59:09 +02:00
Gabriel20xx 7aeaae8880 Add theme support with dynamic monitoring and UI updates 2025-07-31 14:50:21 +02:00
Gabriel20xx 9a44d9c059 Merge branch 'dev' 2025-07-31 14:35:23 +02:00
Gabriel20xx a31b01238a Implement non-blocking GPU memory info retrieval with background updates; enhance error handling and caching mechanisms 2025-07-31 14:33:36 +02:00
Gabriel20xx dafe588601 Refactor GPU memory info retrieval to improve module imports and error handling; remove timeout mechanism in favor of caching 2025-07-31 14:26:58 +02:00
Gabriel20xx 7489658551 Optimize GPU memory info retrieval with caching and timeout handling; enhance UI resource monitoring controls 2025-07-31 14:22:34 +02:00
Gabriel20xx 5541a26c8c Add GPU memory monitoring and update interval settings in MainWindow 2025-07-31 14:15:54 +02:00
Gabriel20xx e810fcdbb4 Merge branch 'dev' 2025-07-31 13:53:33 +02:00
Gabriel20xx ba70070e9b Enhance performance monitoring and window geometry management in MainWindow 2025-07-31 13:50:56 +02:00
Gabriel20xxandGitHub a0e07dec21 Merge pull request #1 from gabriel20xx/dev
Merge ressource monitor
2025-07-31 13:50:29 +02:00
Gabriel20xx abb21792d6 Add real-time resource monitoring and UI enhancements
- Implemented a new resource usage display in the main UI, showing memory, CPU, and system metrics.
- Added toggle functionality to hide/show resource information.
- Enhanced performance monitoring with real-time updates every 2 seconds.
- Included error handling and fallback modes for when psutil is not installed.
- Updated requirements.txt to include psutil for enhanced monitoring capabilities.
2025-07-31 13:45:00 +02:00
Gabriel20xx 2d2389436d dev 2025-07-31 12:52:28 +02:00
Gabriel20xxandGitHub 682d9df381 Update README.md 2025-07-23 11:08:37 +02:00
Gabriel20xx ee328eb480 reorder PyAutoGUI fail-safe feature initialization 2025-07-22 14:12:57 +02:00
Gabriel20xx 5419c4454b disable PyAutoGUI fail-safe feature 2025-07-22 09:39:00 +02:00
Gabriel20xx 03133c2ff9 improved the ui, added priority 2025-07-10 09:23:49 +02:00
Gabriel20xx 6799cbc455 Screenshot function fixes 2025-07-09 17:41:23 +02:00
Gabriel20xx f54472df2c add option to import scenario on very first use 2025-07-08 16:56:26 +02:00
Gabriel20xx bca2c50e68 fix scenario renaming 2025-07-08 11:48:59 +02:00
Gabriel20xx 46540c09b7 remove duplicate label 2025-07-08 11:33:41 +02:00
Gabriel20xx 9718dfa607 update python minimum requirement 2025-07-08 10:57:34 +02:00
Gabriel20xx 3c0fe1a396 removed mss as dependency 2025-07-08 10:49:55 +02:00
Gabriel20xx 161193fa50 update readme 2025-07-08 10:46:44 +02:00
Gabriel20xx 77892ecd96 add debounce delay only on stopped 2025-07-07 22:57:24 +02:00
Gabriel20xx 961fa158e3 fix bugs 2025-07-07 22:11:30 +02:00
Gabriel20xx 33d5106703 fix main ui 2025-07-07 22:01:29 +02:00
Gabriel20xx f746132f11 ui changes and add refresh window list 2025-07-07 21:59:29 +02:00
Gabriel20xx 9074b9387b add debounce delay for start/stop button 2025-07-07 21:55:20 +02:00
Gabriel20xx 40ada7f96d fix error 2025-07-07 21:39:16 +02:00
Gabriel20xx aeb00149c2 add window selection 2025-07-07 21:35:23 +02:00
Gabriel20xx c328b83be1 fix hotkey 2025-07-07 18:56:35 +02:00
Gabriel20xx 00308f5bba show hotkey on start/stop button 2025-07-07 14:16:01 +02:00
Gabriel20xx a0f3d53d1c reduce log amount 2025-07-07 11:55:39 +02:00
Gabriel20xx 5987d804af update minimum height 2025-07-07 11:52:51 +02:00
Gabriel20xx d230ffb59a ui improvements 2025-07-07 11:52:12 +02:00
Gabriel20xx 2315d30326 small ui improvement 2025-07-07 11:48:48 +02:00
Gabriel20xx f323b356c7 add sensitivity 2025-07-07 11:43:16 +02:00
Gabriel20xx fb02929198 small ui update 2025-07-07 11:38:58 +02:00
Gabriel20xx 15985f70bb Refactor MainWindow layout for improved usability and compactness 2025-07-07 11:35:53 +02:00
Gabriel20xx 27947c57e0 Refactor automation controls and enhance state management in MainWindow 2025-07-07 11:23:55 +02:00
Gabriel20xx 6cdc3ec876 Implement code changes to enhance functionality and improve performance 2025-07-07 11:04:17 +02:00
Gabriel20xx 26cd357bef Add logging for scenario loading and screenshot saving in scenario_automation.log 2025-07-07 11:00:41 +02:00
Gabriel20xx 5377a62ed9 fix screendhot 2025-07-07 10:46:43 +02:00
Gabriel20xx d1190b5061 Add new scenario logging entries and update .gitignore to exclude log files 2025-07-04 09:25:12 +02:00
Gabriel20xx 1c8539584c Add functionality to save and load the last scenario in MainWindow 2025-07-03 17:04:20 +02:00
Gabriel20xx 142f99601c Fix StepDialog to correctly reference NameImageDialog for image naming 2025-07-03 17:00:52 +02:00
Gabriel20xx b2ef81beba Add escape key functionality to CropDialog and improve window handling in StepDialog 2025-07-03 16:58:09 +02:00
Gabriel20xx e3c52b1d34 Fix StepDialog parent reference to improve image handling functionality 2025-07-03 16:54:20 +02:00
Gabriel20xx ab6cd39b83 Enhance scenario management by adding directory structure for scenarios and steps, and implement ZIP import/export functionality for scenarios. 2025-07-03 16:51:56 +02:00
Gabriel20xx cc2433076c Add rename functionality for scenarios, steps, and images in the UI 2025-07-03 16:48:04 +02:00
Gabriel20xx 4cd64b09bd Refactor ScreenshotOverlay functionality into CropDialog for improved screenshot selection and handling 2025-07-03 16:40:21 +02:00
Gabriel20xx 0814c5a66c Refactor ScreenshotOverlay to improve selection rectangle handling and enhance paintEvent rendering 2025-07-03 16:36:18 +02:00
Gabriel20xx acfc126bb1 Improve ScreenshotOverlay paintEvent to enhance selection rectangle rendering and dimmed background 2025-07-03 16:33:26 +02:00
Gabriel20xx c89a30da71 Fix drawing rectangle in ScreenshotOverlay by using geometry directly 2025-07-03 16:30:15 +02:00
Gabriel20xx a22189cac9 Refactor add_image_to_step method and remove unused code in StepActionDialog 2025-07-03 16:26:18 +02:00
Gabriel20xx d76e8156ad Rename add_image method to add_image_to_step for clarity in StepDialog 2025-07-03 16:21:04 +02:00
Gabriel20xx 83a9c5270e Enhance logging for screenshot functionality and add validation checks 2025-07-03 16:18:26 +02:00
Gabriel20xx d45700d49d Add validation and error handling for screenshot saving 2025-07-03 16:11:59 +02:00
Gabriel20xx ed07f26dee Initial 2025-07-03 15:58:44 +02:00