c00eb102ff
remove qtqdm dependency, switch from chardet to charset-normalizer
WorldTeacher2025-09-03 10:32:17 +02:00
63b2a1b7a3
Implement code changes to enhance functionality and improve performance
WorldTeacher2025-09-01 14:33:02 +02:00
5a4156ba04
feat: enhance user interface with new edition checking functionality and sound notifications
WorldTeacher2025-09-01 14:32:33 +02:00
af53b0310f
refactor: update import statement and enhance word_to_semap function with AI parameter
WorldTeacher2025-09-01 14:32:05 +02:00
ce7d22b26b
feat: add from_LehmannsSearchResult method to BookData for processing Lehmanns search results
WorldTeacher2025-09-01 14:31:46 +02:00
5f15352401
feat: implement NewEditionCheckerThread and related utility functions for book data processing
WorldTeacher2025-09-01 14:31:23 +02:00
7da2b3f65d
feat: add getProfMailById method to retrieve professor's email by ID refactor: reorganize import statements and clean up commented code
WorldTeacher2025-09-01 14:31:02 +02:00
5bf5eeae00
add APIs to parse data from SWB and Lehmanns
WorldTeacher2025-09-01 14:30:37 +02:00
c6cbb1d825
refactor: reorganize imports and enhance Mail_Dialog to handle accepted_books
WorldTeacher2025-09-01 14:30:10 +02:00
3bfb788f42
refactor: update __all__ exports and reorganize imports in __init__.py
WorldTeacher2025-09-01 14:29:50 +02:00
2e3845b568
update search page to show no resutl found message and tell how to search
WorldTeacher2025-07-03 09:58:11 +02:00
290395d38d
add error checking for non-existent users trying to log in
WorldTeacher2025-07-03 09:22:43 +02:00
6d8051e4e6
fix: fix display of apparatsdata in table on doubleclick, was broken due to old dict usage instead of apparat class
WorldTeacher2025-07-03 09:22:21 +02:00
42dc945ab6
change critical to debug for database path log
WorldTeacher2025-07-03 07:22:26 +02:00
9b0bf3663b
rework quiet handler, use logging to log to file
WorldTeacher2025-07-03 07:22:06 +02:00
a6d9498b39
rework documentation launch, use generated files instead of pure mkdocs, add quiet handler for use with logging in terminal
WorldTeacher2025-07-03 07:20:57 +02:00
08b23f01f8
update main file to create application and check for wizard need
WorldTeacher2025-06-24 15:48:03 +02:00
4bc7901c93
Merge pull request 'dev_database_issue' (#11) from dev_database_issue into dev
WorldTeacher2025-06-24 12:47:11 +01:00
c06ff40fd6
fix issue with database path falling back to faulty path update logic in welcome wizard, add checks for qapplication instance
WorldTeacher2025-06-24 13:46:08 +02:00
3d164898bf
rework graph to include semester generation, fix bug where y-values were extracted wrong
WorldTeacher2025-06-20 09:09:28 +02:00
86849b67f5
rework semester class using chatgpt - fixes offset bug, implements generate_missing function
WorldTeacher2025-06-18 13:32:59 +02:00
7eb55c21d0
migrate from PyQt6 to PySide6, remove unneeded dependencies
WorldTeacher2025-06-17 16:21:56 +02:00
c3d9daa1b0
replace datagraph with dataqtgraph implementation to fix a scrolling bug
WorldTeacher2025-06-17 16:13:20 +02:00
0c53778f99
Refactor database message handling to support multiple messages and enhance type hints across various classes
WorldTeacher2025-05-14 14:34:40 +02:00
0fdc904d2d
Merge pull request 'Merge dev to main, nearing completion' (#6) from dev into main
WorldTeacher2025-05-13 15:32:46 +01:00
f7c499ea6e
Refactor logging setup across multiple modules to use loguru with consistent configuration
WorldTeacher2025-05-13 15:49:52 +02:00
0c8ecb2054
Remove unused imports and clean up code structure across multiple files
WorldTeacher2025-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
WorldTeacher2025-05-13 11:37:25 +02:00
c364a38649
Merge pull request 'Merge changes from agent_branch to dev' (#5) from dev_fix_media_not_adding_agent into dev
WorldTeacher2025-05-09 10:58:42 +01:00
468e8674ab
update logging, update docuprint add new ui for generating documents
WorldTeacher2025-05-09 11:57:18 +02:00
424411b077
add type checking, update deletion function in searchpage, add function to import apparat data from document
WorldTeacher2025-04-28 15:31:35 +02:00
e6bbc469b1
update logging to be on a per file basis
WorldTeacher2025-04-28 10:43:45 +02:00