Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-01-03
| ||
15:25 | Added specific ExceptionEventHandler. Leaf check-in: 26ad25d1dc user: tinus tags: develop | |
15:24 | Reorganized code and adjusted namespaces. Extended logging to include event arguments. check-in: f184e4e092 user: tinus tags: develop | |
14:47 | Added PublishSettings for Visual Studio. check-in: 548a0f82a0 user: tinus tags: develop | |
12:26 | Log emitted events. check-in: 3c2caaf0a7 user: tinus tags: develop | |
12:24 | Added .editorconfig to suppress warnings about suppressions. check-in: 3ddfedb3fa user: tinus tags: develop | |
2024-12-03
| ||
17:50 | Search files in chunks to prevent Out-of-memory errors. check-in: 609c399e8e user: tinus tags: develop | |
2024-12-01
| ||
19:38 | Use environment-specific appsettings.json. check-in: 10669e0591 user: tinus tags: develop | |
17:02 | Added ZRelay project, to integrate QuickLook, and also provide a Ctrl-Y command to search files using a regular expression. Probably should split those up into two separate ZAAPs. check-in: cf95fe97cd user: tinus tags: develop | |
16:58 | Fixes in ZTreeState. Added XML comments. check-in: 91231ba5f9 user: tinus tags: develop | |
09:23 | Added ZTreeState class (in its own project), to provide a more high-level interface to ZTreeWin. check-in: 5fff324f35 user: tinus tags: develop | |
09:20 | Adjusted namespaces to prevent collisions and duplication. check-in: 2f97fee8a2 user: tinus tags: develop | |
2024-11-30
| ||
11:25 | Bugfix: when writing to sentinel file, start at the beginning. :-) check-in: 34ac698af7 user: tinus tags: develop | |
2024-11-28
| ||
19:52 | Uniquely identify each sentinel. Swapped Read and TryRead. Removed WaitAsync. Properly dispose of MemoryStreams. Define and throw own exceptions. check-in: 8fd7c813cc user: tinus tags: develop | |
2024-11-26
| ||
14:57 | Added debugging to figure out why ZTreeWin doesn’t see (or, more likely, accept) any Y response. check-in: 9348b2ce63 user: tinus tags: develop | |
09:45 | Updated to .net 8.0. Intercept Ctrl-C. Various fixes. check-in: 4fb6648d8c user: tinus tags: develop | |
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. 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 | |