Commit Graph

21 Commits

Author SHA1 Message Date
juha
844e616738 IDE etc.: unify 3 dots in GUI string to have a space ( ...).
git-svn-id: trunk@36666 -
2012-04-09 08:24:59 +00:00
juha
6e64f6d1fc LazSvn package: restore Application.QueueAsyncCalls
git-svn-id: trunk@35471 -
2012-02-19 09:58:40 +00:00
juha
1a743bf4bc LazSvn package: fix memory leaks. Clean the code by using generics containers and objects instead of records.
git-svn-id: trunk@35469 -
2012-02-18 21:34:37 +00:00
juha
aee57b0b70 LazSvn Package improvements
git-svn-id: trunk@35463 -
2012-02-18 20:02:52 +00:00
juha
60f344e0ac LazSvnPkg improvement. Patch from Bernd Kreuss, issue #19755
git-svn-id: trunk@31790 -
2011-07-23 15:58:08 +00:00
darius
e28c1a3240 Forms are no longer modal
Use SynEdit with diff highlighter for the diff form

git-svn-id: trunk@30861 -
2011-05-22 20:01:49 +00:00
vincents
07207f0562 svn plugin: patch by Darius Blaszijk (issue #18257)
+ double clicking on listview in commit dialog opens the diff window
+ implemented commit message history
* improved sizing of save button in diff dialog 

git-svn-id: trunk@28838 -
2010-12-30 10:38:26 +00:00
mattias
5b41511cb6 lazsvn: removed lrs
git-svn-id: trunk@27944 -
2010-10-29 11:48:45 +00:00
mattias
18c69037b3 lazsvn: added Makefile, from Bernd: new features: diff, sorting, patch #17117
git-svn-id: trunk@27943 -
2010-10-29 11:44:27 +00:00
mattias
62546b6dde lazsvnpkg: fixed duplicate include of images
git-svn-id: trunk@21416 -
2009-08-23 11:02:31 +00:00
darius
3fa3573c25 fixed handling paths that have spaces
added popupmenu icons to SVNStatusForm

git-svn-id: trunk@17566 -
2008-11-24 12:06:27 +00:00
darius
00cff777f4 implemented "SVN revert" in SVNStatusForm
git-svn-id: trunk@17510 -
2008-11-22 11:25:15 +00:00
darius
8924fb15cb remove SVN reporitory path from filename if possible
fixes: http://bugs.freepascal.org/view.php?id=12585

git-svn-id: trunk@17268 -
2008-11-07 18:12:42 +00:00
darius
75273b74b1 removed SVNSettingsForm from package
implemented ChangeCursor method for TSVNLogFrm and TSVNStatusFrm

git-svn-id: trunk@17201 -
2008-11-03 15:26:28 +00:00
darius
ec0192e830 fixed crash when committing filenames containing spaces
fixed crash in datetime conversion when showing "added" files
code refactor for SVNCommitForm and SVNDiffForm, code moved to SVNClasses
changed cursor to crHourGlass when recieving data for SVNCommitForm and SVNDiffForm
implemented Execute method in SVNCommitForm and calling this Asynchroneously

git-svn-id: trunk@17187 -
2008-11-03 10:04:59 +00:00
darius
9d2926b3f7 fixed AV when parsing empty messages in SVN log xml
added asking for confirmation on empty message

r17175
initialized author to '(no author)' (used in anonymous repositories)
fixed commit messages (writing them to a temp file and using --file switch)
fixed some AVs in parsing SVN log XML
fixed saving of checked status in SVNSettingsForm

git-svn-id: trunk@17176 -
2008-11-01 18:10:22 +00:00
darius
362311dc41 git-svn-id: trunk@17175 - 2008-11-01 17:33:46 +00:00
darius
78b010d112 "removed quotes from the message switch for svn commit
apparently they are passed literally to the repository DB"

git-svn-id: trunk@17170 -
2008-11-01 11:43:53 +00:00
darius
aa20e38629 Changed private variable FRepoPath to property RepositoryPath
git-svn-id: trunk@17169 -
2008-11-01 11:39:24 +00:00
darius
97f2b268a1 "Calling Application.QueueAsyncCall for Execute methods on show of forms, so the forms can finish showing before data is retrieved and processed."
git-svn-id: trunk@17168 -
2008-11-01 11:15:21 +00:00
darius
373eada5b8 initial import of the Lazarus SVN IDE plugin
documentation will be collected here: http://wiki.lazarus.freepascal.org/LazSVNPkg

git-svn-id: trunk@17160 -
2008-10-31 00:11:04 +00:00