Commit Graph

17210 Commits

Author SHA1 Message Date
paul
a138ec96de ide: merge codetools and codefoldings pages into ide options
git-svn-id: trunk@17200 -
2008-11-03 15:20:54 +00:00
vincents
ad4ab60d09 synedit: fixed issue #12555
* removed lazarus specific code to linearize the possible values of a set, not necessary anymore since the internal format of set has changed on big endian cpu, see http://wiki.lazarus.freepascal.org/index.php?title=User_Changes_2.2.2&oldid=31423#Internal_format_of_sets

git-svn-id: trunk@17199 -
2008-11-03 15:14:09 +00:00
darius
bf64fc10ff code cleanup : removed unused TPaintBoxes and constructor
fixed bug http://bugs.freepascal.org/view.php?id=12478 by checking against the bounds of TScrollingText.FLines

git-svn-id: trunk@17198 -
2008-11-03 15:03:15 +00:00
paul
8ef24288f3 ide: merge colors/highlighting page into ide options
git-svn-id: trunk@17197 -
2008-11-03 14:47:35 +00:00
zeljko
5fcf051437 Qt: update to qt-4.4.X, use define USE_QT_44 for qt-4.4.X.
git-svn-id: trunk@17196 -
2008-11-03 13:13:33 +00:00
darius
b861fd7cda project data is now stored in .lpi file
removal of SVNSettingsForm
removal of TSVNSettings

git-svn-id: trunk@17195 -
2008-11-03 12:31:00 +00:00
vincents
20fc2c1900 added missing package link files
git-svn-id: trunk@17194 -
2008-11-03 11:45:48 +00:00
vincents
0012a35409 leakview component:
* fixed file name case
* reduced flickering in treeview when updating

git-svn-id: trunk@17193 -
2008-11-03 11:13:09 +00:00
vincents
fb3c068b0d components: added leakview ide plugin to show heaptrc logs in the IDE from skalogryyz (issue #12513)
git-svn-id: trunk@17192 -
2008-11-03 11:04:29 +00:00
darius
94f25c24bf changed use of method TDOMNodeList.Length to TDOMNodeList.Count
most probable cause of http://bugs.freepascal.org/view.php?id=12549

git-svn-id: trunk@17191 -
2008-11-03 10:40:59 +00:00
vincents
5745ce4a7c LCL: reverted change of r11317 #a7e79f00ce: now the application title is only the default caption of the mtCustom messages (issue #12541)
git-svn-id: trunk@17190 -
2008-11-03 10:28:38 +00:00
darius
62605d7ae3 changed ReadOnly property to True for SVNCommitMsgMemo
git-svn-id: trunk@17189 -
2008-11-03 10:13:25 +00:00
vincents
6ea2810129 IDE: changed the name "custom tools" to "externals tools' in the Tools menu from Graeme (issue #12525)
git-svn-id: trunk@17188 -
2008-11-03 10:12:46 +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
c8dafde3f3 fixed updating listview while recieving data
git-svn-id: trunk@17186 -
2008-11-03 08:30:59 +00:00
vincents
4969c50e66 codetools: added 64 bit freebsd targets
git-svn-id: trunk@17185 -
2008-11-02 13:42:30 +00:00
kirkpatc
1359795d73 FPDoc - additions and links for TPen, TBrush, TRegionData, TRegion, TGraphic, TPicture and TCanvas in Graphics.xml
git-svn-id: trunk@17184 -
2008-11-02 11:11:01 +00:00
jesus
f77fb72b40 LCL, don't draw focusrect if defaultdrawing=false, from Serggey Smirnov issue #12526
git-svn-id: trunk@17183 -
2008-11-02 06:22:46 +00:00
mattias
6b8e6f225b added USESVN2REVISIONINC=0 if lazarus directory readonly
git-svn-id: trunk@17182 -
2008-11-01 22:34:06 +00:00
tombo
47fba96134 LCL carbon: TCarbonCustomControl allows focusing like edit control
git-svn-id: trunk@17181 -
2008-11-01 19:19:31 +00:00
marc
6f54fbf55a * Updated Slovak translation by Slavko
git-svn-id: trunk@17180 -
2008-11-01 18:47:06 +00:00
marc
5f65b62dab * Updated Hebrew translation by Ido Kanner
git-svn-id: trunk@17179 -
2008-11-01 18:44:09 +00:00
darius
24c1471895 changed position of SVNCommitForm to poScreenCenter
fixed placement of Splitter in SVNStatusForm

git-svn-id: trunk@17178 -
2008-11-01 18:15:52 +00:00
paul
69f9aff08a lcl: TApplication.BidiMode from Ido with modifications (#0012542)
git-svn-id: trunk@17177 -
2008-11-01 18:11:31 +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
paul
566abcc5b5 ide: merge keymapping into ide options
git-svn-id: trunk@17174 -
2008-11-01 17:25:12 +00:00
tombo
c5e876817b LCL:
* SetScrollInfo - return new position
* SetScrollPos - return previous position

git-svn-id: trunk@17173 -
2008-11-01 17:24:46 +00:00
paul
3c446ce0da ide: don't declare a class variable for new TFrame descendant (when you create a frame in the ide)
git-svn-id: trunk@17172 -
2008-11-01 16:53:26 +00:00
tombo
618134b3a2 LCL carbon: fixed #0012250: Scrollbox range in Carbon by skalogryyz - return updated position in SetScrollInfo
git-svn-id: trunk@17171 -
2008-11-01 15:17:43 +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
paul
85fcacb7ea carbon: implement GetObject for pens created by ExtCreatePen
git-svn-id: trunk@17167 -
2008-11-01 02:37:34 +00:00
mattias
1d40679655 LCL: fixed calling FApplicationHandlers without OnHint
git-svn-id: trunk@17166 -
2008-10-31 17:04:11 +00:00
paul
a30bd377b0 win32: cleanup
git-svn-id: trunk@17165 -
2008-10-31 09:59:48 +00:00
paul
7a1d79446f ide: start merge of editor options into ide options dialog
git-svn-id: trunk@17164 -
2008-10-31 09:42:29 +00:00
paul
a8e65749a5 lcl: fix TCustomListBox.GetItemHeight (#0012527, #0012441 by Zeljan)
git-svn-id: trunk@17163 -
2008-10-31 08:42:23 +00:00
darius
ae817f22ad Reverting back to r17160 r17161 #0beee144e6 was an accidental commit
git-svn-id: trunk@17162 -
2008-10-31 00:38:03 +00:00
darius
0beee144e6 ""
git-svn-id: trunk@17161 -
2008-10-31 00:29:18 +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
paul
8436b0266e gtk: fix bug in GetObject for ExtCreatePen
git-svn-id: trunk@17159 -
2008-10-30 23:19:53 +00:00
paul
1eebfd9824 gtk: implement GetObject for Pens made by ExtCreatePen
git-svn-id: trunk@17158 -
2008-10-30 15:22:25 +00:00
tombo
ec55ecd863 LCL carbon: fixed bug #0010054: Carbon switching focus between non edit like controls goes wrong with help from Bent Normann Olsen
git-svn-id: trunk@17157 -
2008-10-30 12:53:17 +00:00
mattias
2e17592d31 codetools: fixed av when find declaration after function keyword
git-svn-id: trunk@17156 -
2008-10-30 10:11:18 +00:00
andrew
7e0078d527 Added tool chmmaker to author chm help files including editon toc and index files. Use fppc revision 11995 #a513e16d9b to avoid a crash when compiling the chm file
git-svn-id: trunk@17155 -
2008-10-30 02:18:41 +00:00
kirkpatc
01d11d8dad FPDoc - additions and links to TGraphicsObject and TFont in graphics.xml
git-svn-id: trunk@17154 -
2008-10-29 23:33:54 +00:00
vincents
4b419e7e3c lhelp: replaced idle timer with asyncmethod call.
git-svn-id: trunk@17153 -
2008-10-29 15:55:13 +00:00
vincents
8149dc9b66 IDE: show hints in object inspector defaults to true (issue #12127)
git-svn-id: trunk@17152 -
2008-10-29 14:17:00 +00:00
vincents
dfd92b6cd7 IDE: fixed showing more than 2 matches in a line + memleak
git-svn-id: trunk@17151 -
2008-10-29 13:48:48 +00:00