Commit Graph

226 Commits

Author SHA1 Message Date
6f670aa1c4 Update PyQt6 UI code generator version in multiple UI files 2025-05-14 14:41:12 +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
4a3a95623a delete old, dupe files 2025-05-13 15:43:07 +02:00
0c8ecb2054 Remove unused imports and clean up code structure across multiple files 2025-05-13 11:39:47 +02:00
99b9f50784 rework database to use json string instead of dataclass dump. Prevents failed decodings, makes contents searchable, if needed 2025-05-13 11:37:25 +02:00
8f90247e98 Refactor UI and remove unused tests
- Deleted the generated UI file `untitled_ui.py` as it is no longer needed.
- Updated `search_statistic_page.ui` to enhance table properties, including grid style and sort indicators.
- Modified `search_statistic_page_ui.py` to reflect changes in the UI file and improve table header settings.
- Improved cleanup logic in `richtext.py` to ensure files are only deleted if they exist.
- Adjusted spacing in document generation for better formatting.
- Removed obsolete test files: `database_test.py`, `many_webrequest_test.py`, `test_database.py`, and `webrequest_test.py` to clean up the test suite.
2025-05-12 15:26:58 +02:00
d71de1bd1a add files from folder merger 2025-05-12 09:05:09 +02:00
5ac3509548 delete old files 2025-05-12 08:59:13 +02:00
468e8674ab update logging, update docuprint add new ui for generating documents 2025-05-09 11:57:18 +02:00
20d07f5775 add. closes #3 closes #4 2025-04-28 15:45:20 +02:00
8c68655f9f add type checking, error handling, fix search issue. Closes #3 Closes #4 Fixes #3 Fixes #4 2025-04-28 15:36:29 +02:00
424411b077 add type checking, update deletion function in searchpage, add function to import apparat data from document 2025-04-28 15:31:35 +02:00
e6bbc469b1 update logging to be on a per file basis 2025-04-28 10:43:45 +02:00
98ac7377ac add word_to_semap_as import 2025-04-28 10:18:39 +02:00
5923bfd7ff add logger 2025-04-28 10:18:28 +02:00
7abe3d8cc0 add logger 2025-04-28 10:18:07 +02:00
b4c6169649 add logger, media list refresh, type check ignore 2025-04-28 10:16:56 +02:00
8b83b8c305 add logger 2025-04-28 10:16:24 +02:00
3d2be0fd47 fix graph bug 2025-04-28 10:16:10 +02:00
bbeb9cf701 remove logger variable, declare in files from now on 2025-04-28 10:15:48 +02:00
eb0b7a1fec add testclass, rework logging 2025-04-28 10:15:22 +02:00
80b96865e7 add SemapDocument and Book dataclasses, improve word document parsing 2025-04-25 12:16:14 +02:00
da0e9e0725 fix bug in document creation 2025-04-14 11:08:15 +02:00
f0148d8855 add image, rework SemesterDocument 2025-04-14 11:07:48 +02:00
921a84304f add printer mail to config 2025-04-07 07:54:34 +02:00
6ff7a70d11 rework logging, fix calculation error 2025-04-07 07:53:57 +02:00
ac32b86b17 fix bug in extend_loan function 2025-04-07 07:53:36 +02:00
50dd03aee7 extract printer mail to settings file 2025-04-07 07:49:38 +02:00
f1724058b0 Bump version: 0.2.0 → 0.2.1 2025-03-26 10:28:25 +01:00
d225c1d4e8 change versioning 2025-03-26 10:28:18 +01:00
a5894eedfd Bump version: 0.1.0 → 0.2.0-dev0 2025-03-26 10:26:34 +01:00
76f4c05e60 chore: update VSCode settings, clean up mail.py, and upgrade PyQt6 UI generator version 2025-03-26 10:22:19 +01:00
f6f9f89354 refactor: clean up unused imports and improve code organization 2025-03-26 10:21:11 +01:00
57274d91e0 chore: update files 2025-03-26 10:14:34 +01:00
709a342230 fix some bugs, add mail template emit signal to update list 2025-02-06 15:36:04 +01:00
4d1fc94ffa create documentation thread 2025-02-06 15:35:08 +01:00
02d7b5a09f delete unnecessary files 2025-02-06 15:34:13 +01:00
08cd18f3f1 rebase codebase, delete trunk, move threads to backend 2025-01-14 16:20:08 +01:00
fba652006f typo fixes 2025-01-14 10:13:58 +01:00
e51988abe1 commits 2025-01-14 10:03:58 +01:00
2acaea588b more changes 2025-01-14 09:44:32 +01:00
997d618ff1 fix broken files after faulty update 2025-01-14 08:51:58 +01:00
598da9bfac rework semester functions to better generate offsets 2025-01-08 13:34:46 +01:00
eda556b5ea rework logging, add more dataclasses, reworked config 2024-12-17 10:02:56 +01:00
f84c030eea feat: add documentation for ELSA and extend functionality, include new icons and update semester logic 2024-12-10 11:24:04 +01:00
7d78c09480 chore: bugfxes, featurework 2024-12-10 11:22:18 +01:00
c1c4257321 ui changes 2024-12-04 15:37:19 +01:00
296712479f implement auto show and hide of the tool buttons in the media group box 2024-11-29 12:12:43 +01:00
6a2ca5e719 chore: revert to use base settings class instead of partial settings 2024-11-27 14:48:47 +01:00