Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2021-01-19
16:08
SentinelMonitor no longer uses a hardcoded path, but one(s) from the command-line options, plus any that were automatically detected. Leaf check-in: f7c25d537d user: tinus tags: develop
2021-01-18
21:48
Automatically detect zbar.dat files. check-in: 2c71ed2bbc user: tinus tags: develop
21:23
Added SentinelMonitor to monitor a sentinel file. check-in: 451e68914d user: tinus tags: develop
21:22
Moved from memory-mapped file to BinaryReader combined with a FileSystemWatcher. check-in: db0769327e user: tinus tags: develop
12:43
Created new Visual Studio solution to develop ZAAPs using C#. Started with library project to centralize handling of zbar.dat pamphlets. check-in: 948a6fa58f user: tinus tags: develop
12:41
Create new branch named "zaap.net" Leaf check-in: 588a30d8ef user: tinus tags: zaap.net
12:39
Added Delphi project ZRegEx. No idea what its status is. check-in: e8b7b2a0c0 user: tinus tags: develop
09:56
Updates to U_ZaapSentinel2.pas check-in: 43434e8fc7 user: tinus tags: develop
2018-06-28
19:57
Small code optimizations. check-in: 3bd88a0184 user: tinus tags: develop
2018-05-31
05:59
Bugfix: /? help now works. Enhanced: when the /verbose flag is specified, show the full stack track for exceptions. Refactor: increased code readability by not using `var` when it's not apparent at first glance what the type is going to be. check-in: b80ceff467 user: tinus tags: develop
2018-03-23
21:16
Implemented command-line help. check-in: 41b3d45087 user: tinus tags: develop
2018-03-22
20:36
If the /home parameter is not an existing directory, continue looking at the other possibilities. check-in: e4d5f7bb08 user: tinus tags: develop
2018-03-21
21:51
Simplified(?) handling of aggregate exceptions. check-in: d8049380d5 user: tinus tags: develop
21:42
If a file name is passed, that is interpreted as a zip file; the updater will attempt to update ZTreeWin from that file. check-in: 52618a78f2 user: tinus tags: develop
21:05
Only update when the version is actually higher. Respect the executable's current caps. check-in: 1909930a85 user: tinus tags: develop
20:55
Improved readability, added using(). check-in: fea5f79177 user: tinus tags: develop
20:08
Bugfix: FileInfo.MoveTo also changes the FileInfo's FullName. :-) check-in: bfd001af76 user: tinus tags: develop
19:53
Added options for archive and backup directories. check-in: 16163e0aca user: tinus tags: develop
2018-03-12
02:28
Various improvements to ZTUpdater. Got rid of Html2Markdown, ported own poor man’s HtmlToText to C#, which appears to work better for this forum. check-in: 56d8711cc9 user: tinus tags: develop
00:30
Added C# project for automatic updater for ZTreeWin. check-in: 355de8cbb4 user: tinus tags: develop
2016-03-03
07:42
Merged in changes from develop. Leaf check-in: af8a21be2f user: tinus tags: feature/sentinel-thread
2016-02-14
12:25
Updated projects to Delphi 10 Seattle. Moved whatsnew for ZPreview to separate file. check-in: d51c3cafcf user: tinus tags: feature/sentinel-thread
2015-09-09
10:45
Auto-update form keeps track of the current executable and version up front, and uses that when necessary. check-in: 11941c0935 user: tinus tags: develop
2015-09-04
19:46
The Text Preview engine cares as little about file locks as possible. check-in: 2d46e0b905 user: Martijn tags: develop
2015-08-12
17:29
In DEBUG mode, write out every sentinel update (at least while the sentinel window is visible), so we can analyze more easily what exactly happened. check-in: c7f855ce62 user: Martijn tags: feature/sentinel-thread
11:08
Prepare for refactoring of auto-update to enable showing UI all along (including a progress bar). check-in: ceddd9826e user: tinus tags: develop
2015-08-11
20:48
Try to clean up the thread on shutdown. check-in: d421e12eaf user: Martijn tags: feature/sentinel-thread
20:36
Create a new feature branch to try out possibilities for running the sentinel in a separate thread, to improve usability. check-in: 8b37708361 user: Martijn tags: feature/sentinel-thread
20:15
Merged auto-update feature into develop. check-in: 29b572ad96 user: Martijn tags: develop
20:03
Auto-update now works, generally speaking. Closed-Leaf check-in: d1ac7c5cfc user: Martijn tags: feature/auto-update
2015-07-13
12:30
Version 0.1.0.0 (beta) AddZTMsToHst (either run from the directory where both ztw.hst and the *.ztm files are located, or pass that directory as first command-line parameter) adds all present *.ztm files to the F12 macro history list. NOT EXTENSIVELY TESTED, SO BACKUP YOUR ZTW.HST FILE FIRST!!! Leaf check-in: d07eac32ba user: tinus tags: hst-tools
12:15
Added new project 'ZTMsToHst', which copies all `*.ztm` files present in the `#ZTHome` directory, as entries in ZTW.HST for the `F12` macro entry history list. check-in: cf608713de user: tinus tags: develop
12:08
Minor fixes in auto-update form (does not compile) check-in: 05780d06ee user: tinus tags: feature/auto-update
2015-03-19
20:20
Moved handling of ZTreeWin shortcut keys to preview engine manager. Also process Ctrl+Shift+Alt shortcuts. check-in: cb7edf9d28 user: Martijn tags: develop
2015-03-17
17:39
Updated readme.md. Leaf check-in: a6a9f7b644 user: tinus tags: trunk
2015-03-09
12:35
When showing a different file, first try the current renderer -- unless the current renderer is capable of showing any file (because that would mean we would always see that renderer). check-in: 0a0d004876 user: Martijn tags: develop
12:11
Use the executable's build timestamp instead of the executable's last modified date. check-in: c90c85c98b user: Martijn tags: feature/auto-update
2015-02-26
20:41
When pressing Escape, do NOT replace the current version... check-in: 4e8e45b76b user: Martijn tags: feature/auto-update
2015-02-25
20:45
Double-click. Ask for confirmation when installing an older version. check-in: 15f44b970f user: Martijn tags: feature/auto-update
18:25
Releases are now listed in the correct order. check-in: 99141eba3c user: Martijn tags: feature/auto-update
18:02
ZPreview: streamlined download of release. check-in: 164505d2e1 user: Martijn tags: feature/auto-update
14:40
ZPreview auto-update appears to work: downloads the zip file, replaces the existing files by those in the zip, and restarts. check-in: 8b24d78ff0 user: tinus tags: feature/auto-update
13:09
ZPreview: made auto-updater a tad more generic (for re-use in other Fossil-based projects). Added button to open the webpage of a specific release, even if it's older than the current version. check-in: 027e5c24c7 user: tinus tags: feature/auto-update
11:45
ZPreview auto-updater lists all online versions. check-in: 661d9a8934 user: tinus tags: feature/auto-update
09:59
Added comments for future developments. check-in: e867df2a17 user: tinus tags: feature/auto-update
09:47
Added unit for auto-update, containing a class for checking and performing auto-update, as well as a form to show available versions, and let the user choose. check-in: fe2a47f131 user: tinus tags: feature/auto-update
09:45
Started new branch for auto-update feature. Added NativeXml units (SVN revision: http://simdesign.googlecode.com/svn/trunk@221) check-in: d2d9ddc853 user: tinus tags: feature/auto-update
09:42
Hex viewer background color. check-in: b26e4249b9 user: tinus tags: develop
08:43
ZPreview: added some comments for future development of the hex viewer. Leaf check-in: 5ecb7152bb user: tinus tags: feature/hex-viewer
2015-02-18
14:20
Started on a hex viewer. check-in: c4b54c40b6 user: tinus tags: develop