New features.
- Added Qt5 frontend. It's a WIP, but does the job for now. - Some reusable code has been moved to reo_base.py - For now, all new features are Gtk-only. - Live Search: Search as you type. Available as...
View ArticleAdded a configuration window
- Now, there's finally a way to configure all the little stuff. The 'Preferences' window includes all existing options and features. The configuration storage method has switched from the awkward...
View ArticleLots of changes
- Few more things moved to the reo_base module - Qt5 UI: Live Search with "-l" commandline flag - Qt5 UI: Minor UI improvements - Gtk3 UI: Now uses reo_base for more - Cleaned up a lot
View ArticleRe-organization
- Reorganize the project for easier installation, better docs, etc. - Remove qtpy dependency and use PyQt5 instead. - Note that this is an experiment and a WIP but it works. - Cleanup some code like...
View ArticleSome fixes and improvements
- Themes with "dark" at end of theirs names will now trigger dark mode. - Fixes for some stupid mistakes
View ArticleSome Improvements
- Light mode should now work even on normal dark themes. If your theme doesn't follow the standard naming scheme, I don't know how well it will work. - New screenshots with Adwaita. Adwaita looks...
View ArticleCode cleanup
- Uses f-strings A LOT. Tbh, i just wanted to try it. Lol. - Few minor fixes here and there. - Per-line character limit is now 120. - Refactor the code as much as possible with more logical bits. -...
View ArticleQt5 GUI is now usable
- Qt5 UI: Added Random Word. - Qt5 UI: Added Paste & Search. - Qt5 UI: Added About window. - Qt5 UI: Added Search Selected Text. - Qt5 UI: Quit now works from the menu. - Qt5 UI: Switch back to...
View Article[ImgBot] Optimize images
*Total -- 96.88kb -> 85.17kb (12.09%) /images/ss.png -- 48.05kb -> 42.06kb (12.47%) /images/ss1.png -- 48.83kb -> 43.11kb (11.72%) Signed-off-by: ImgBotApp<ImgBotHelp@gmail.com>
View ArticleRemove dependency checks
That should be the job of a package manager or an install script.
View Article