aclist
08f1f9f4d1
Merge pull request #235 from GaryBlackbourne/dzgui-sh-cleanup
...
dzgui.sh argument handling and cleanup
2025-10-25 11:28:43 +09:00
Gergely Koloszar
dccdffe761
doc: change branch names to currently used ones
2025-10-24 14:04:37 +00:00
Gergely Koloszar
957ad47b4d
doc: add troubleshooting help to contribute.md
2025-10-24 14:01:00 +00:00
Gergely Koloszar
16d8f567a4
doc: add code of conduct notice
2025-10-24 14:00:46 +00:00
Gergely Koloszar
c883fc586c
doc: add contributing.md
2025-10-24 13:43:26 +00:00
Gergely Koloszar
cc73f23c1c
fix: suppress ping stderr output
2025-10-24 12:35:56 +00:00
aclist
ec7daf7f6b
fix: store filepaths in array
...
I opted to encapsulate these in an array because I was paranoid about
needing to separate each directory with a whitespace when storing them
on a stringwise basis. This should be safer and ensure the paths don't
get concatenated together if the whitespace is omitted.
2025-10-23 13:57:19 +09:00
aclist
d0de2974d8
fix: emit heredoc directly
2025-10-23 13:44:50 +09:00
aclist
5a54d43601
fix: encapsulate usage command
2025-10-23 13:38:56 +09:00
aclist
cbc131028f
chore: capitalize TODO for syntax highlighting
2025-10-23 08:22:20 +09:00
Gergely Koloszar
239a82876e
fix: silence ping while checking remote urls
2025-10-22 17:20:56 +02:00
Gergely Koloszar
1dfe9cd9df
Fix not checking dotfiles in cache path
2025-10-21 19:04:38 +00:00
Gergely Koloszar
f2124218e4
Add handling for multiple argument, version getting option and help
2025-10-18 23:12:59 +02:00
Gergely Koloszar
cf087d96c7
Add check for script sourcing
2025-10-18 23:12:31 +02:00
Gergely Koloszar
6bb59f4060
Clean up depcheck
2025-10-18 22:53:14 +02:00
Gergely Koloszar
d53476399d
Clean up setup_state_files
2025-10-18 22:52:49 +02:00
Gergely Koloszar
d34293e2c8
Clean up setup_dirs
2025-10-18 22:52:13 +02:00
Gergely Koloszar
f82df9eacf
Clean up set_im_module
2025-10-18 22:51:52 +02:00
Gergely Koloszar
e73617c2f4
Add gitignore for latlon
2025-10-18 21:14:39 +02:00
Gergely Koloszar
67b0559058
Add makefile, and move latlon to a 'tools' directory
2025-10-18 21:13:15 +02:00
Gergely Koloszar
dfe65aacd4
Rewrite and document latlon tool source
...
- incorrect argument count has been fixed
- The code has been split up into smaller units to be more
understandable
- sources were put in comments to help find resources for the
algorithm
- output is now in meters
2025-10-18 21:00:00 +02:00
aclist
6aa1ec4201
fix: early abort if local coords are missing
2025-10-17 19:12:59 +02:00
Gergely Koloszar
d6223e54b0
Fix unintended deletion
2025-10-17 19:12:59 +02:00
Gergely Koloszar
83552f833c
Add availability checks for local_latlon function
2025-10-17 19:12:59 +02:00
Gergely Koloszar
f0657be289
Add availability checker for remote services based on ping and timeout
2025-10-17 19:12:59 +02:00
aclist
23fb10f48e
fix: malformed servers
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2025-10-16 22:38:52 +09:00
aclist
eeca71fc25
drop: tutorial images
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2025-10-03 20:20:10 +09:00
aclist
89f37ab70d
fix: use fixed-width property
2025-10-03 19:52:55 +09:00
aclist
9d1ee7e130
chore: update checksums
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2025-10-03 01:22:02 +09:00
aclist
9a37cebe47
fix: f-string in dialog title
2025-10-03 01:20:40 +09:00
aclist
239f806f7e
chore: update changelog
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2025-09-30 19:09:39 +09:00
aclist
54e2d2feaa
fix: block tooltips on main menu
2025-09-30 19:08:04 +09:00
aclist
796dcd5588
fix: missing param
2025-09-30 19:07:42 +09:00
aclist
35f1f180d2
chore: bump version
2025-09-23 20:56:00 +09:00
aclist
fe40a5e54f
feat: self_update flag
2025-09-23 20:46:12 +09:00
aclist
936dfe8d02
fix: correct date
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2025-09-20 18:16:50 +09:00
aclist
9db40fe664
Merge pull request #229 from aclist/prerelease/6.0.0-beta.7
...
Prerelease/6.0.0-beta.7
2025-09-20 18:11:57 +09:00
aclist
5bcc4ec76d
chore: bump version
2025-09-18 21:37:35 +09:00
aclist
155306b1ab
fix: incorrect version number
2025-09-18 20:08:36 +09:00
aclist
cff7b1c2e9
feat: add note saving
2025-09-18 20:04:44 +09:00
aclist
38203a9530
feat: add read_json(), write_json()
2025-09-18 20:03:35 +09:00
aclist
01c8a5276b
chore: abstract default size params
2025-09-18 20:02:12 +09:00
aclist
17229c1cba
chore: rename get_record_dict() to get_record()
2025-09-18 20:01:51 +09:00
aclist
adc617730b
fix: change f-string
2025-09-18 20:00:42 +09:00
aclist
8acd359028
chore: update comments
2025-09-18 20:00:15 +09:00
aclist
a03971ce70
feat: add get_entry() to EntryDialog
2025-09-18 19:59:51 +09:00
aclist
054486dfef
chore: rename var
2025-09-18 19:59:28 +09:00
aclist
3043005977
chore: drop unused import
2025-09-18 19:58:49 +09:00
aclist
998b15d5e8
Merge pull request #228 from aclist/prerelease/6.0.0-beta.6
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Prerelease/6.0.0-beta.6
2025-09-12 19:05:37 +09:00
aclist
9d8bbec03a
chore: update changelog
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2025-09-12 18:03:38 +09:00