ee62c65ae7
chore: restructured project, updated readme
2025-10-29 09:31:40 +01:00
3cc6e793d2
more AI optimizations, reworked logger
2025-10-09 12:35:15 +02:00
c4be1d8bfa
files: reorganize imports, remove print lines
2025-09-22 09:42:15 +02:00
7eb55c21d0
migrate from PyQt6 to PySide6, remove unneeded dependencies
2025-06-17 16:21:56 +02:00
dbad7165bc
refactor: update configuration handling and OpenAI client initialization
2025-06-06 11:14:56 +02:00
3fbb8bbd52
add openai model to config, rework logging to use appdirs logging dir
2025-06-03 15:28:14 +02:00
b874656eba
set log level to INFO for improved logging clarity
2025-06-03 13:17:13 +02:00
0c53778f99
Refactor database message handling to support multiple messages and enhance type hints across various classes
2025-05-14 14:34:40 +02:00
f7c499ea6e
Refactor logging setup across multiple modules to use loguru with consistent configuration
...
- Updated logging initialization in MessageCalendar, admin_edit_prof, elsa_main, graph, iconLine, searchPage, and richtext modules to use loguru.
- Changed log rotation and retention settings for log files to improve log management.
- Replaced logger.debug/info calls with log.debug/info for consistency.
- Fixed a typo in the searchPage UI and updated related references in the UI files.
- Removed unused imports and cleaned up code for better readability.
2025-05-13 15:49:52 +02:00
0c8ecb2054
Remove unused imports and clean up code structure across multiple files
2025-05-13 11:39:47 +02:00
e6bbc469b1
update logging to be on a per file basis
2025-04-28 10:43:45 +02:00
08cd18f3f1
rebase codebase, delete trunk, move threads to backend
2025-01-14 16:20:08 +01:00
997d618ff1
fix broken files after faulty update
2025-01-14 08:51:58 +01:00
WorldTeacher
f3eed7486d
feat: create config class to replace use of config file in application
2024-10-29 16:07:30 +01:00
WorldTeacher
fba35cdf25
various updates and changes, move admin widgets into different seperate dialogs
2024-08-08 14:40:38 +02:00
WorldTeacher
45b611fe83
update calendar to auto remove notification dot upon deletion
2024-06-13 09:34:23 +02:00
WorldTeacher
ceee170107
calendar widget / notification box
2024-06-11 09:50:19 +02:00