bouquin/bouquin
Miguel Jacq 0b76f0b490
All checks were successful
Lint / test (push) Successful in 34s
Trivy / test (push) Successful in 22s
CI / test (push) Successful in 6m4s
Consolidate some code related to opening documents using the Documents feature. More code coverage
2025-12-02 11:01:27 +11:00
..
fonts Use DejaVuSans font instead of Noto (for text). Prevent triple-select selecting the checkbox/bullet 2025-11-28 14:14:40 +11:00
icons Update icon again to remove background 2025-11-27 08:55:28 +11:00
keys Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings 2025-11-23 18:34:02 +11:00
locales Add documents feature 2025-12-01 15:51:47 +11:00
__init__.py Various tweaks to theme, more code coverage 2025-11-06 11:47:00 +11:00
__main__.py Initial commit 2025-10-31 16:00:54 +11:00
bug_report_dialog.py Remove needless try/catch stuff 2025-11-21 09:56:33 +11:00
code_block_editor_dialog.py Fixes for code block background painting, and add line numbers to Code Editor dialog 2025-11-29 16:03:35 +11:00
code_highlighter.py Fixes for code block background painting, and add line numbers to Code Editor dialog 2025-11-29 16:03:35 +11:00
db.py Add documents feature 2025-12-01 15:51:47 +11:00
document_utils.py Consolidate some code related to opening documents using the Documents feature. More code coverage 2025-12-02 11:01:27 +11:00
documents.py Consolidate some code related to opening documents using the Documents feature. More code coverage 2025-12-02 11:01:27 +11:00
find_bar.py Well, 95% test coverage is okay I guess 2025-11-13 11:52:21 +11:00
flow_layout.py Tags working 2025-11-14 14:54:04 +11:00
history_dialog.py Make it possible to delete revisions in the history dialog 2025-11-24 10:56:04 +11:00
key_prompt.py Remove needless try/catch stuff 2025-11-21 09:56:33 +11:00
lock_overlay.py Set locked status on window title when locked. Don't exit on incorrect key, let it be tried again 2025-11-25 10:46:11 +11:00
main.py Replace icon 2025-11-26 11:19:27 +11:00
main_window.py Add documents feature 2025-12-01 15:51:47 +11:00
markdown_editor.py Allow click-and-drag mouse select on lines with checkbox, to capture the checkbox as well as the text. 2025-12-01 09:32:32 +11:00
markdown_highlighter.py Slightly fade the text of a checkbox line if the checkbox is checked. 2025-11-28 15:05:10 +11:00
pomodoro_timer.py Add documents feature 2025-12-01 15:51:47 +11:00
reminders.py Don't show 'day' label in Reminders unless day choice is selected 2025-11-29 16:16:40 +11:00
save_dialog.py Make Tags and TimeLog optional features that can be switched on/off in Settings (enabled by default) 2025-11-21 08:50:06 +11:00
search.py Consolidate some code related to opening documents using the Documents feature. More code coverage 2025-12-02 11:01:27 +11:00
settings.py Add documents feature 2025-12-01 15:51:47 +11:00
settings_dialog.py Add documents feature 2025-12-01 15:51:47 +11:00
statistics_dialog.py Add documents feature 2025-12-01 15:51:47 +11:00
strings.py Add version info. Add linter 2025-11-13 16:26:35 +11:00
tag_browser.py Consolidate some code related to opening documents using the Documents feature. More code coverage 2025-12-02 11:01:27 +11:00
tags_widget.py Prevent traceback on trying to edit a tag with the same name as another tag. Various other tweaks. Bump version 2025-11-14 17:30:58 +11:00
theme.py Allow changing the date when logging time (rather than having to go to that date before clicking on adding time log/opening time log manager) 2025-12-01 10:19:41 +11:00
time_log.py Add documents feature 2025-12-01 15:51:47 +11:00
toolbar.py Add documents feature 2025-12-01 15:51:47 +11:00
version_check.py More tests 2025-11-26 17:12:58 +11:00