Commit Graph

137 Commits

Author SHA1 Message Date
981fee5d7f add warning widget 2025-07-03 07:21:37 +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
3d164898bf rework graph to include semester generation, fix bug where y-values were extracted wrong 2025-06-20 09:09:28 +02:00
7eb55c21d0 migrate from PyQt6 to PySide6, remove unneeded dependencies 2025-06-17 16:21:56 +02:00
c3d9daa1b0 replace datagraph with dataqtgraph implementation to fix a scrolling bug 2025-06-17 16:13:20 +02:00
fdab4e5caa start work on welcome wizard 2025-06-10 16:23:29 +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
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
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
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
b4c6169649 add logger, media list refresh, type check ignore 2025-04-28 10:16:56 +02:00
3d2be0fd47 fix graph bug 2025-04-28 10:16:10 +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
921a84304f add printer mail to config 2025-04-07 07:54:34 +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
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
e51988abe1 commits 2025-01-14 10:03:58 +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
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
28bcbdd97c remove whitespaces, fix bug where steps frame was not shown correctly 2024-11-27 13:52:30 +01:00
88a641d13d chore: fix layout issues with groupboxes 2024-11-27 13:51:37 +01:00
a1b2fddc3c feat: enhance WebRequest and BibTextTransformer to support exact signature search and any book mode 2024-11-26 10:21:02 +01:00
e3c81f1bbd feat: add "save and create" button 2024-11-26 10:18:27 +01:00
63c525ce7a feat: add buttons for exact title / any book 2024-11-26 10:16:55 +01:00
WorldTeacher
c3ff63ac70 bump files 2024-11-05 16:23:45 +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
2137799f9b rework prof data gathering 2024-10-29 13:07:21 +01:00
WorldTeacher
a3f6b91404 add support for .eml files 2024-10-29 13:06:50 +01:00
WorldTeacher
dc32ca599a typo fix, rework prof due to backend change 2024-10-29 13:06:41 +01:00
WorldTeacher
9cec1b12be disable okay button by default
set button to be disabled untill an entry is added
2024-10-29 13:05:49 +01:00
WorldTeacher
5af4286270 updates 2024-10-10 14:41:20 +02: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