Commit Graph

48 Commits

Author SHA1 Message Date
560d8285b5 Feat: add delete edition dialog with fuzzy search 2025-10-10 09:10:06 +02:00
06965db26a minor and major reworks: rename swb to SRU, add a test for pdf parsing
major: rework mail to send mail as plaintext instead of html, preventing the bleed-in of html text
2025-10-07 14:15:10 +02:00
ebf8363b2a UI: update main UI window to allow drops on document list, add support for newedition check & order 2025-09-22 09:45:51 +02:00
fd6684cc47 add label setter and clearer 2025-09-08 10:36:57 +02:00
b577a69dad add a progressbar to the statusbar which displays the search progress on searchstat page for signature update 2025-09-03 12:32:42 +02:00
c6f356fda4 Refactor user interface: enhance sound playback functionality and integrate signature update process,
fix broken database calls by using the app_id instead of the previously used appnr
2025-09-03 10:40:57 +02:00
5a4156ba04 feat: enhance user interface with new edition checking functionality and sound notifications 2025-09-01 14:32:33 +02:00
a6d9498b39 rework documentation launch, use generated files instead of pure mkdocs, add quiet handler for use with logging in terminal 2025-07-03 07:20:57 +02:00
c06ff40fd6 fix issue with database path falling back to faulty path
update logic in welcome wizard, add checks for qapplication instance
2025-06-24 13:46:08 +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
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
d71de1bd1a add files from folder merger 2025-05-12 09:05:09 +02:00
468e8674ab update logging, update docuprint add new ui for generating documents 2025-05-09 11:57:18 +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
b4c6169649 add logger, media list refresh, type check ignore 2025-04-28 10:16:56 +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
f6f9f89354 refactor: clean up unused imports and improve code organization 2025-03-26 10:21:11 +01:00
709a342230 fix some bugs, add mail template emit signal to update list 2025-02-06 15:36:04 +01: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
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
28bcbdd97c remove whitespaces, fix bug where steps frame was not shown correctly 2024-11-27 13:52:30 +01:00
WorldTeacher
c3ff63ac70 bump files 2024-11-05 16:23:45 +01:00
WorldTeacher
8b5c355bf1 sort profs, add check to enable check_file only if all fields are set correctly 2024-10-10 14:40:02 +02:00
WorldTeacher
cd74214c17 rework prof data using dataclass, change database code, fix bugs 2024-09-23 15:45:42 +02:00
WorldTeacher
e91a40695a fix bug where checkboxes are not cleared at cancel/create 2024-09-20 09:47:13 +02:00
WorldTeacher
84689c70ed updates 2024-08-08 14:56:11 +02:00
WorldTeacher
fba35cdf25 various updates and changes, move admin widgets into different seperate dialogs 2024-08-08 14:40:38 +02:00
WorldTeacher
83b1ec6b6b en/disable elsa save/update based on state 2024-07-04 10:43:15 +02:00
WorldTeacher
16d25d6ce7 fix issues caused by dropped commit 2024-07-03 16:38:07 +02:00
WorldTeacher
c6ff076881 add files 2024-07-03 15:13:59 +02:00
WorldTeacher
b12e45ec9f move medienadder back into own file 2024-07-02 12:42:56 +02:00
WorldTeacher
1b14d09bf0 update main ui, add new feature to generate ilias data 2024-06-27 13:19:30 +02:00
WorldTeacher
47fa20c4ef add elsa bibliography 2024-06-26 16:37:10 +02:00
WorldTeacher
aabc38d059 various changes, new dialogs 2024-06-20 14:55:54 +02:00
WorldTeacher
5348dadf33 test: rework contact functionality 2024-06-20 09:02:45 +02:00
WorldTeacher
0170a8292c code change
add refresh_elsa_table function, bugfixes
implement background processing to threaded functions
2024-06-18 14:16:37 +02:00
WorldTeacher
4280a05c7d remove comments, unneeded functions 2024-06-13 10:04:04 +02:00
WorldTeacher
ce11a51d32 formatting, change validation display, change calendar interaction, update code 2024-06-13 09:36:23 +02:00
WorldTeacher
88fae1a5ec remove statistics code 2024-06-12 09:52:24 +02:00
WorldTeacher
fd692b8c99 updates 2024-06-11 13:28:23 +02:00