fd6684cc47
add label setter and clearer
2025-09-08 10:36:57 +02:00
7be9dba9ca
refresh displayed table entities after signatures were checked
2025-09-08 10:35:29 +02:00
6f21c22d22
UI: add eta label
2025-09-08 10:34:59 +02:00
373257864f
update searchpage, add updater thread and emit signal for progress bar
...
add context menu and related actions
2025-09-03 12:33:52 +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
a3b68c2b77
Refactor initialization: streamline log and config directory creation; enhance module exports in backend and UI widgets
2025-09-03 10:42:12 +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
087b8753fb
Add progress dialog and threading for signature updates
2025-09-03 10:39:36 +02:00
f6ab64a8ee
UI-Signatures: implement signature update functionality with progress tracking
2025-09-03 10:37:44 +02:00
4254567bfb
delete faulty files
2025-09-03 10:37:18 +02:00
9ce46abdce
UI-Signatures: add selector for signaturecheck
2025-09-03 10:36:56 +02:00
8cce13f6e5
UI-Statistics: add button for mass extend, add extend functionality
2025-09-03 10:36:07 +02:00
f22cbcd26a
UI: add new admin option
2025-09-03 10:34:25 +02:00
5a4156ba04
feat: enhance user interface with new edition checking functionality and sound notifications
2025-09-01 14:32:33 +02:00
c6cbb1d825
refactor: reorganize imports and enhance Mail_Dialog to handle accepted_books
2025-09-01 14:30:10 +02:00
3bfb788f42
refactor: update __all__ exports and reorganize imports in __init__.py
2025-09-01 14:29:50 +02:00
1c5dfc8f3e
sort imports
2025-09-01 14:29:32 +02:00
4c26aa8d21
fix: correct parameter name in QFileDialog method
2025-09-01 14:29:17 +02:00
d8fabdbe11
add progressbar for checking editions
2025-09-01 14:28:39 +02:00
ee8ea9dfda
add files for edition checker
2025-09-01 14:28:05 +02:00
ec0f72337d
add ui files for edition checker
2025-09-01 14:27:48 +02:00
2e3845b568
update search page to show no resutl found message and tell how to search
2025-07-03 09:58:11 +02:00
6d8051e4e6
fix: fix display of apparatsdata in table on doubleclick, was broken due to old dict usage instead of apparat class
2025-07-03 09:22:21 +02:00
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