| .. |
|
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
|
Allow deleting code blocks
|
2025-11-29 10:41:18 +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
|
Fix HTML export of markdown (with newlines, tables and other styling preserved)
|
2025-11-27 09:57:14 +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
|
Avoid capturing checkbox/bullet etc in the task text that would get offered as the 'note' when Pomodoro timer stops. Some code block defenses for extra newline
|
2025-11-28 17:08:02 +11:00 |
|
markdown_editor.py
|
Ensure pressing enter a second time on a new line with a checkbox, erases the checkbox (if it had no text added to it)
|
2025-11-30 13:09:18 +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
|
Many changes and new features:
|
2025-11-25 14:52:26 +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
|
Add translation capability, offer English and French as options
|
2025-11-12 13:58:58 +11:00 |
|
settings.py
|
Many changes and new features:
|
2025-11-25 14:52:26 +11:00 |
|
settings_dialog.py
|
Many changes and new features:
|
2025-11-25 14:52:26 +11:00 |
|
statistics_dialog.py
|
More tests
|
2025-11-26 17:12:58 +11:00 |
|
strings.py
|
Add version info. Add linter
|
2025-11-13 16:26:35 +11:00 |
|
tag_browser.py
|
Add keyboard shortcuts for tag and time log dialogs, remove reset of note text
|
2025-11-20 17:01:58 +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
|
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 |
|
time_log.py
|
More tests
|
2025-11-26 17:12:58 +11:00 |
|
toolbar.py
|
checkbox ticked in toolbar
|
2025-11-29 16:43:54 +11:00 |
|
version_check.py
|
More tests
|
2025-11-26 17:12:58 +11:00 |