Timeline
Not logged in

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

50 descendants of e74a31c95ffc2169

2020-02-02
18:13
Eliminate intermediate ‘Round-trips’ updates from summary. check-in: 1e9fdb95bd user: tinus tags: lazarus
18:10
Don't keep asking for a repository if the request was canceled. check-in: 1f04855b52 user: tinus tags: lazarus
16:41
Bugfix for exception "A referral was returned from the server". Fixed thanks to https://forum.lazarus.freepascal.org/index.php?topic=47118.0 check-in: 50da95217d user: tinus tags: lazarus
15:51
Bugfix: when Fossil warns about something, don't error out, but include it in the regular response. check-in: 2287e23150 user: tinus tags: lazarus
15:38
Updated Lazarus version. Populate the list of messages, and fill the selected one as commit message. Various bug fixes: - Access violation when there are no tickets. - PopulateList signature didn't exactly match. - Can't assign to for loop variable. - *CURRENT* marker was read as 'CURREN'. - Actually add new revisions to the list of revisions. check-in: ad8d81e3bb user: tinus tags: lazarus
2016-07-05
11:01
Use TProcessUTF8 so it also works in paths with special characters. check-in: edab2cb4c7 user: tinus tags: lazarus
10:57
Enable sorting of checkouts. check-in: cec613ab80 user: tinus tags: lazarus
2016-06-28
11:49
Prevent access violations when no repo is selected. check-in: 9a435d4730 user: tinus tags: lazarus
11:12
Added active branch column. Color error repos grey. check-in: f41075014a user: tinus tags: lazarus
10:32
Checkout selection screen appears to work most of the time. check-in: 06d35d1db1 user: tinus tags: lazarus
2015-12-01
07:13
The checkout selection form somehow causes the program to exit almost immediately. I suspect it's being treated as main form... check-in: db300c9e73 user: tinus tags: lazarus
07:12
Added branch selection form. check-in: d3b2c8b63d user: tinus tags: lazarus
2015-11-30
21:18
Show the selected checkout's info on select. check-in: 8180607ff9 user: tinus tags: lazarus
18:12
Added repository selection form. check-in: 01b73973e0 user: tinus tags: lazarus
2015-11-29
22:08
Removed some extraneous code, and added some comments. check-in: d0969d3d7b user: tinus tags: lazarus
2014-09-03
09:05
Fixed compilation error on Windows. check-in: 9812be2a1d user: MCO tags: lazarus
2014-08-14
10:57
Added Cmd-C, Cmd-X and Cmd-V to the commit message box. Intercept Ctrl+Enter (as well as Cmd+Enter) to perform the commit. check-in: d3e26b7b96 user: tinus tags: lazarus
10:25
Display the selected commit options. check-in: cbe0bb6ec1 user: tinus tags: lazarus
10:12
Separated generation of command-line options for commit, so it can be requested separately. check-in: a4b45aa724 user: tinus tags: lazarus
08:25
Fixed scheme expressions for the multihighlighter's script and style detection. Removed DirWatch unit from the .lpr; we're not using it (yet). Fixed crash in the multihighlighter when subcontracted to the annotation highlighter. check-in: a3f67ee85e user: tinus tags: lazarus
07:50
Forgot to add the actual DirWatch unit. :-) check-in: b43bbf2fab user: tinus tags: lazarus
06:44
Added (Windows-only) DirWatch component, to monitor file changes. Need to look into an inotify interface for Linux, and something similar in OS X. check-in: d157a5e85e user: tinus tags: lazarus
2014-08-13
21:16
Changed multi-highlighter settings (see if there's still an error on PHP files). check-in: a734e58aab user: tinus tags: lazarus
20:48
Replaced the toolbar buttons by a TTabControl. Added a hex view mode. check-in: 42602c3269 user: tinus tags: lazarus
09:06
Check the box on selection of a colour. Implemented checks on new files at commit. check-in: 8de51542a3 user: MCO tags: lazarus
08:24
Added SetBusy (manages the hourglass cursor), and call it when busy. On Windows, remove extra carriage returns from the diff command's output. check-in: 7b66514616 user: MCO tags: lazarus
2014-08-11
19:40
Adjusted some comments. check-in: d0c9d18859 user: tinus tags: lazarus
19:35
Added some colour to the CSS highlighter. check-in: 709319fa2c user: tinus tags: lazarus
19:34
Added potential for image type icon (on the file type column), to be implemented later. check-in: 1f9ee7e3b5 user: tinus tags: lazarus
19:33
All platforms now show the status icon on the filename column. Removed file extension separator from file type column. Added potential for image type icon (on the file type column), to be implemented later. check-in: 0ac8744ac4 user: tinus tags: lazarus
19:30
On commit, confirm addition of new files. Disabled compiler hints about unused parameters. check-in: ca68390e01 user: tinus tags: lazarus
2014-08-10
21:50
Added support for display of graphic files. check-in: abe9a100ac user: tinus tags: lazarus
17:40
Added automated entry of ticket-IDs in commit message using Ctrl+Space. check-in: 931322c859 user: tinus tags: lazarus
16:18
Fixed exception when highlighting an annotated file with only one version. Added exception handling when a sub-highlighter errors out. check-in: fa5582be45 user: tinus tags: lazarus
14:56
Prevent list index out of bound. Added filetype column contents. check-in: 6e73d56796 user: tinus tags: lazarus
14:43
Changed order of columns (filename, path, status, type) check-in: 1aa1fecbe6 user: tinus tags: lazarus
14:25
Annotation syntax highlighter now delegates the file's contents to the appropriate syntax highlighter. check-in: 8464715270 user: tinus tags: lazarus
12:05
File list wasn't repainted after (un)checking all items. check-in: c44c3f4774 user: tinus tags: lazarus
11:49
Fixed colour assignments in annotation highlighter. Also defaults to better colours. check-in: 835fc0e6d7 user: tinus tags: lazarus
10:48
Use larger up and down arrows on the Mac. Show project name in the commit window's caption. check-in: f574e6f669 user: tinus tags: lazarus
10:42
Removed a few unnecessary references. check-in: 276c4e9672 user: tinus tags: lazarus
10:21
Added sort indicators for non-Windows platforms (using Unicode characters ▾ and ▴). Also handle Items with nil Data properties during comparison. check-in: a7ecf9d8ee user: tinus tags: lazarus
10:09
Fixed SIGSEV on reuse of annotation highlighter (just recycle the object). Still assigns the wrong colour to each revision, though (somehow assigns them sorted by UUID). check-in: 610d96249a user: tinus tags: lazarus
2014-08-07
19:43
Commit Message: checkbox and colorbutton instead of colorbox. Show branch on button. Added ApplicationProperties to frmCommit. check-in: d6aa31b796 user: tinus tags: lazarus
17:22
Prevented 'stringlist duplicate' error, but now it sometimes crashes without warning. Added ref to sub-highlighter. check-in: 20bf20da86 user: tinus tags: lazarus
14:57
Completed the annotate highlighter. Need to check its memory leaks, though. check-in: ff798dd9c1 user: MCO tags: lazarus
10:53
Improvements to Commit Message frame, including retrieval of checked files from file list. Centralized default font names. check-in: e808d21c8f user: MCO tags: lazarus
05:12
Added annotation highlighter (doesn't do anything useful so far). Fixed detection of diff/history/content based on file status. Back to using 'clNone' for commit bgcolor. check-in: 470dec4f20 user: tinus tags: lazarus
04:22
Renamed wide diff highlighter, and added support for writing its attributes. check-in: b42ec8b614 user: tinus tags: lazarus
03:50
The Wide Diff highlighter is done (for now; inline diffs can be done later). check-in: abecf9f927 user: tinus tags: lazarus
2014-08-06
21:11
Bugfix: reset the ColIndex when starting a new line. check-in: e74a31c95f user: tinus tags: lazarus