Timeline
Not logged in

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

50 most recent check-ins that include changes to files matching 'ZPreview/src/Delphi/*'

2021-01-18
09:56
Updates to U_ZaapSentinel2.pas check-in: 43434e8fc7 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: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-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
2015-02-17
16:32
Enable changing order of renderers (changes are not stored yet). check-in: c4b41ad964 user: tinus tags: develop
16:31
Show file size and dates of file (and of eventual reparse point target). Keep showing the appropriate info windows when switching to 'stay on top' or to a different application. check-in: a21c185f65 user: tinus tags: develop
2015-02-16
17:26
Started on UI for managing engines and renderers. check-in: 1abbd1295e user: tinus tags: develop
2015-02-15
20:30
Merge feature/windows-preview-host into trunk, since it appears to work correctly in most cases. check-in: 318bdae1ab user: Martijn tags: trunk
20:29
By default, if a Ctrl+Shift-keyboard shortcut from ZTreeWin has been received, and a matching action is found, then we don't process the file any further. Ctrl+Shift+F7 and Ctrl+Shift+7 now both switch to the next available renderer. Leaf check-in: fb95868164 user: Martijn tags: feature/windows-preview-host
20:11
Added context menu to copy values or the entire list to clipboard. Reduced transparency of tool windows. check-in: cc23c098f0 user: Martijn tags: feature/windows-preview-host
19:40
Show the file's attributes in the info window, and (if applicable) the target of the reparse point. check-in: 5ef23ab11e user: Martijn tags: feature/windows-preview-host
18:13
Refactored TCustomPreviewEngineForm etc. to allow for adding and removing renderers after initialization. Finished adding WLX plugin support. check-in: 527809fb86 user: Martijn tags: feature/windows-preview-host
16:28
Various small fixes. check-in: 4b79d29409 user: Martijn tags: feature/windows-preview-host
16:22
Moved WLX plugin support to its own preview engine. Will need to revise existing plugin architecture to support adding and removing of renderers after initialisation. check-in: 9cfd6a0721 user: Martijn tags: feature/windows-preview-host
13:51
Added statusbar, and TRenderer.SummarizeInfo to populate it; always display file icon on the status bar. Added RendererSelected event, to react to a new renderer. Removed obsolete code (TfrmInfo.Populate, CreateGraphicFromFile). Removed various memory leaks. check-in: 3d17dc47ac user: Martijn tags: feature/windows-preview-host
2015-02-13
22:44
Clear each engine when its form is being hidden. check-in: 623b494832 user: Martijn tags: feature/windows-preview-host
22:34
Moved Windows Shell Preview Handlers into its own preview handler unit as well. It would seem most of them work correctly when hosted on a form (as opposed to a panel). check-in: 448fb3614d user: Martijn tags: feature/windows-preview-host
19:25
Removed ‘old-style’ Graphics preview from main form. check-in: fa62e66fd9 user: Martijn tags: feature/windows-preview-host
17:49
Added support for Rich Text (RTF) to the Text previewer. check-in: a129f33cf8 user: Martijn tags: feature/windows-preview-host
09:46
Added button to open the file's properties dialog. check-in: c344bf23b6 user: tinus tags: feature/windows-preview-host
09:45
Every preview engine gets a white (window color) background by default. check-in: 3d0212b897 user: tinus tags: feature/windows-preview-host
2015-02-12
20:48
Switched the text engine and renderer's names. check-in: 54b6130ea3 user: Martijn tags: feature/windows-preview-host
20:42
Added the Preview Engine for FreeImage and for text files. check-in: 84a834fce8 user: Martijn tags: feature/windows-preview-host
20:40
Every renderer now has a name (defaults to the classname) as well as a display name (which now defaults to the name). check-in: 04a0e9c65d user: Martijn tags: feature/windows-preview-host
20:38
Bugfixes to prevent access violations. check-in: 4796a2ae01 user: Martijn tags: feature/windows-preview-host
20:37
Make info window titles non-clickable. Always show the file's name and path. check-in: f95d63e609 user: Martijn tags: feature/windows-preview-host