Timeline
Not logged in

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

50 ancestors of e74a31c95ffc2169

2014-08-06
21:11
Bugfix: reset the ColIndex when starting a new line. check-in: e74a31c95f user: tinus tags: lazarus
20:53
First attempt at using our own wide diff highlighter (which fails with a Range Check Error). check-in: 2ccce4c882 user: tinus tags: lazarus
06:10
Added new unit with start of syntax highlighter for wide diff. check-in: f26843ce0b user: tinus tags: lazarus
2014-08-05
20:18
Added bgcolor drop-down for commit. Started link between commit form and commit message frame. Corrected implementation of Branch, Info and Tags properties. Corrected ColorToHex. Added comments for future implementation of Fossil output events. check-in: bf6cd97dbd user: tinus tags: lazarus
16:11
Prepare commit command. check-in: 591b0707ba user: MCO tags: lazarus
10:08
Modified syntax colourization. check-in: f69e74f41a user: MCO tags: lazarus
09:56
Restored file list to proper configuration. Added .asp extension and multi-highlighter scheme. Configured default colorization for Basic. check-in: befc2bb5b1 user: MCO tags: lazarus
08:49
Automatically enable/disable the right buttons in FileVersionInfo on selection of a file. Added TFileVersion.RealPath property. Added fossil diff --tk in options. check-in: 768d067b8a user: MCO tags: lazarus
2014-08-04
19:27
Fix SIGSEV when no file was selected. Adjusted options for viewer SynEdit. check-in: 8c0a0197a1 user: tinus tags: lazarus
19:24
Added commit message frame to commit form. Going to need a lot of work. check-in: 7056f0479c user: tinus tags: lazarus
09:26
FileList: streamlined automatic column sizing. Fixed memory leaks: bitmap used to calculate the column size wasn't freed. Added button for 'fossil diff --tk' (needs some work to support DiffOpts, though). check-in: 5be109f3da user: MCO tags: lazarus
2014-08-03
18:05
Added comment to fix bug that unselecting a file status might 'lose' files. check-in: 89500a1656 user: tinus tags: lazarus
07:56
Added standard Apple menu items About and Preferences. check-in: 7147760627 user: tinus tags: lazarus
07:55
TFossil now checks its version first thing (as verification that we can run it), and exposes it as a property. Added a few properties (TODO) to TFossilCheckout and TFossilRevision. check-in: 38aa5c71b8 user: tinus tags: lazarus
2014-08-01
19:55
Automatically select pending files. check-in: 6a52554170 user: tinus tags: lazarus
19:34
Improved deselection of a file (prevent more SIGSEVs). check-in: d47e1626b3 user: tinus tags: lazarus
19:27
Made file comparisons in the filelist case-(in)sensitive according to the repo's setting (or by default, the OS's setting). check-in: 5413aa92ee user: tinus tags: lazarus
18:53
Got rid of hints and warnings. Bugfixes loading of revisions. check-in: 9eab8be4c5 user: tinus tags: lazarus
17:31
Properly arranged reuse of TFileVersion objects. Still no notification of impending destruction, though. check-in: 4b1b0d72d6 user: MCO tags: lazarus
16:47
In FileList, centralized the retrieval of the necessary files in PopulateList. Added a ForceReload flag to indicate it should re-get the list of files from fossil. TFossilRevision.LoadFiles and ~FromTimeline should still be re-engineered in the case of LeaveExisting = True. Removed the paleo.res resource file, to see if the project works OK without sharing it. check-in: 632b39d71f user: MCO tags: lazarus
09:17
Changed the charset for the version info to Unicode (to prevent problems like with the .res file earlier). The 'leaveExisting' parameter for LoadFiles actually leaves the existing file objects unharmed, which should help preventing SIGSEVs. check-in: 3998f000a2 user: MCO tags: lazarus
08:35
.res-file reset to Windows settings (character set problems, I think). check-in: 2b8f21bc23 user: MCO tags: lazarus
07:07
Clear the list before (re)loading the list of files, to prevent the SIGSEV. Will have to figure out a way to keep track of the selected file(s). check-in: ab270e80d6 user: tinus tags: lazarus
2014-07-31
18:50
Changed keyboard bindings; the cursor keys will now scroll the view, instead of moving the (invisible) caret. Adjusted the conditionals for the listview (Linux does seem to support autosizing columns). Changed all integers liable to be cast to pointers to NativeInt. check-in: 218678ffc6 user: tinus tags: lazarus
17:33
Also take the header into account when calculating the width of the column. check-in: 779e02fe7b user: tinus tags: lazarus
17:26
Added some colours for the JS and SQL highlighters. Added schemes to the multi-highlighter, and configured the multi-highlighter for HTML and PHP files. check-in: 56f4f77bdc user: tinus tags: lazarus
17:25
Added automatic resizing of the listview columns for non-Windows platforms. check-in: 5100eafbeb user: tinus tags: lazarus
07:10
Temporarily fixed stringlist out of bounds error in GetInfo. Compress the executable after building in release mode. check-in: 344679afd5 user: MCO tags: lazarus
06:58
Moved status icon to its own column in the file list. Initialize the directory selection dialog to the current directory. check-in: 56b2d14958 user: MCO tags: lazarus
2014-07-30
19:49
Fixed reference to moved file. check-in: b8b3182f04 user: tinus tags: lazarus
17:59
Added all remaining preinstalled highlighters, and some more extensions. check-in: 1caaea18b1 user: tinus tags: lazarus
17:45
Moved all highlighters to their own datamodule, modHighlighters. Viewer errors no longer show line numbers. :-) check-in: c0e336be18 user: tinus tags: lazarus
16:15
Running 'fossil' by itself raised an exception anyway on the Mac; now try the 'local' version first. Ask for the checkout dir, because on the Mac each app starts with a CurrentDir of '/'. check-in: 4a788780d5 user: tinus tags: lazarus
14:41
Added error handling in FileVersionInfo's PopulateView. Added new frame for the commit message. check-in: a921c6c851 user: MCO tags: lazarus
12:26
Added a few highlighters. check-in: 682ca8327f user: MCO tags: lazarus
10:03
Fixed invalid UTF-8 characters in .lfm file. check-in: 84121036ce user: MCO tags: lazarus
09:51
Activated refresh button (can still lead to crash). Ctrl-Mouse wheel changes font size. check-in: 93681edd59 user: MCO tags: lazarus
09:45
Bugfix: uninitialized variable. check-in: 8ca83e7faa user: MCO tags: lazarus
09:17
Main datamodule now hosts TFossil and TCheckout, so they're available from all forms (and frames); the module also takes care of freeing them. Try the fossil executable without path; if that doesn't work, try in the program directory; otherwise ask the user. Relinked display statuses and file statuses, though it doesn't work correctly yet. Started preparing viewing of multiple files. Started preparing external diff. check-in: f5f56caeca user: MCO tags: lazarus
07:35
Fixed memory leak after use of GetContents (should probably get a different name, to prevent reoccurrence). Support for multiple default fonts. check-in: 49d31e3e1e user: MCO tags: lazarus
2014-07-29
20:17
Added a few highlighters. Let FrameFileVersionInfo handle the display of the selected file. Added annotation view (no highlighter). check-in: 203063dc5e user: tinus tags: lazarus
16:03
TFossilCheckout now automatically repositions its working directory to the root of the opened repo, to prevent problems with relative paths. Added PathFromFossil helper. check-in: 40409040c2 user: MCO tags: lazarus
15:34
Implemented working interface to Fossil executable. Linked TFossilWorkdir to the file list, which seems to work. Diff also appears to work, though I get the impression the output gets truncated sometimes. Statuses don't match up anymore with the UI. check-in: 7257087e66 user: MCO tags: lazarus
11:31
Implemented TFossilWorkDir.LoadFiles. check-in: 321418af06 user: MCO tags: lazarus
10:52
Added parsing of repository settings. Started integrating new fossil objects with existing UI. check-in: 3eb5772bdb user: MCO tags: lazarus
08:35
Implemented file processing (parsing from timeline output, retrieving contents and requesting diff). Added button and icon for hex viewer. check-in: 3c8f210161 user: MCO tags: lazarus
2014-07-28
19:38
Started setting up getting files from revisions and from the local workdir. check-in: df13e59263 user: tinus tags: lazarus
18:33
Moved TFossilCheckout to top of implementation. check-in: dce2d0d083 user: tinus tags: lazarus
18:32
Finished wiring up TFossilObject and TFossilCheckout. check-in: 9eb7a899df user: tinus tags: lazarus
07:23
Added image files to binary-glob, and disabled warning for override. check-in: cfa0347ad5 user: MCO tags: lazarus
2014-07-26
08:08
Expanded object structure and interactions. (Forgot to include the new unit earlier); check-in: a89cfac262 user: tinus tags: lazarus