Commit Graph
13 Commits
Author SHA1 Message Date
JB e2b2f610a6 feat: Additive merge of webui branch with PyQt GUI support
- Add abogen/pyqt/ package with full PyQt6 desktop GUI
- Restore PyQt GUI files (gui.py, book_handler.py, queue_manager_gui.py, voice_formula_gui.py, conversion.py)
- Add new shared modules from webui: book_parser.py, subtitle_utils.py, spacy_utils.py
- Add Linux libraries (libxcb-cursor) for Qt platform plugin support
- Add new epub parsing tests from webui branch
- Update pyproject.toml with dual entry points:
  - abogen: PyQt6 desktop GUI
  - abogen-web: Flask Web UI
- Add PyQt6 to dependencies
- Re-export PyQt classes from root modules for backwards compatibility
- Merge CHANGELOG.md entries (1.2.0-1.2.5 from webui)
- Update README.md with dual interface documentation

Implements #26 - shared core with separate UI folders
2025-12-22 05:51:21 -08:00
JB 6181f12bd4 Refactor code to remove legacy UI, transitioning to a straight webapp 2025-10-07 15:04:28 -07:00
Deniz Şafak 1d8cb8eabd Fixed the issue where spaces were deleted before punctuation marks 2025-09-18 02:37:58 +03:00
Deniz Şafak a2dc28f4d4 Fixed save options not working correctly, better indicators 2025-09-17 19:10:47 +03:00
Deniz Şafak e86ad435e5 Fixed Open folder and Open file buttons in the queue manager GUI 2025-07-14 12:09:44 +03:00
Deniz Şafak 7a8df9b34e v1.1.1 2025-07-11 11:51:41 +03:00
Deniz Şafak 6ede337658 Various improvements and modifications in code and documentation 2025-07-10 23:27:19 +03:00
Deniz Şafak 0c7a52fd86 Add drag & drop for gui manager, improvements 2025-07-10 06:13:15 +03:00
Deniz Şafak 5babc936b4 Improvements in gui and overall code 2025-07-10 05:12:32 +03:00
Deniz Şafak 742a77234f Imrpovements in queue manager gui and code 2025-07-10 04:02:39 +03:00
Deniz Şafak f2c558c8f4 Imrpovements in queue system and buttons 2025-07-09 22:17:08 +03:00
Juraj Borza ad91e0ec34 queue manager - can remove items now - #30 2025-07-02 17:15:45 +02:00
Juraj Borza 17936a868e queue manager UI - a simple listwidget - #30 2025-07-01 13:31:47 +02:00