..
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
Time Log Report fixes
2025-12-05 18:33:50 +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
Indent tabs by 4 spaces in code block editor dialog
2025-12-03 17:27:15 +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
Time Log Report fixes
2025-12-05 18:33:50 +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
Ensure that adding a document whilst on an older date page, uses that date as its upload date
2025-12-02 17:27:30 +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
Pomodoro timer is now in the sidebar when toggled on, rather than as a separate dialog, so it stays out of the way
2025-12-03 17:19:30 +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
Comment adjutments
2025-12-03 15:14:27 +11:00
pomodoro_timer.py
Adjustment to make pyflakes happy re: timer
2025-12-03 17:44:25 +11:00
reminders.py
Allow more advanced recurring reminders (fortnightly, every specific day of month, monthly on the Nth weekday)
2025-12-04 16:31:21 +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
Comment adjutments
2025-12-03 15:14:27 +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
Time Log Report fixes
2025-12-05 18:33:50 +11:00
toolbar.py
Pomodoro timer is now in the sidebar when toggled on, rather than as a separate dialog, so it stays out of the way
2025-12-03 17:19:30 +11:00
version_check.py
More tests
2025-11-26 17:12:58 +11:00