Commit Graph

27 Commits

Author SHA1 Message Date
29824e8c04 refactor: update documentation server implementation and improve semester class logic 2026-02-10 14:59:34 +01:00
2e5cda6689 bump python version, ruff check 2026-02-10 14:33:54 +01:00
bcb96213ee Refactor code structure for improved readability and maintainability 2025-12-10 13:47:34 +01:00
05289ef244 chore(codebase): import fixes, restructuring 2025-12-01 14:24:24 +01: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
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
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
921a84304f add printer mail to config 2025-04-07 07:54:34 +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
eda556b5ea rework logging, add more dataclasses, reworked config 2024-12-17 10:02:56 +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
947ef75db6 module fix 2024-07-04 10:44:13 +02:00
WorldTeacher
b92d47876d add windowtitle 2024-07-04 10:42:14 +02:00
WorldTeacher
6fa3e18f22 updates 2024-06-28 10:14:07 +02:00
WorldTeacher
a56c70a8b4 ui changes, formatting 2024-06-05 15:39:55 +02:00
WorldTeacher
4cc0d44d45 small changes, update icon code 2024-06-05 13:35:55 +02:00
WorldTeacher
38e09f3182 settings admin check 2024-06-04 16:41:32 +02:00
WorldTeacher
4774f103e2 update settings to reflect latest changes 2024-05-28 10:43:20 +02:00
WorldTeacher
d2b4a24c05 move files 2024-05-16 15:33:17 +02:00
WorldTeacher
e999c51863 threads __init__, pyside6->pyqt6 2024-05-07 15:33:35 +02:00
WorldTeacher
d6a9868640 EXPERIMENTAL: switch from PyQt6 to PySide6 2024-02-22 21:20:57 +01:00
WorldTeacher
0a9818940c add files 2024-01-26 08:28:01 +01:00