vincents
ee60b9bdcc
svn2revisioninc: fixed detecting if current revisioninc is a valid file.
...
git-svn-id: trunk@10185 -
2006-11-10 12:15:34 +00:00
mattias
3febf01ee8
LCL: TPage: removing pfAdded after destroying handle issue #7611
...
git-svn-id: trunk@10184 -
2006-11-10 08:29:49 +00:00
vincents
8a29f2f36c
fpc unit console runner:
...
* fixed memleak with long options
+ added stylesheet parameter
+ added example stylesheet
* renamed App to Appliction, so Lazarus can set the Application.Title
git-svn-id: trunk@10183 -
2006-11-10 06:52:18 +00:00
vincents
45523c4fd1
Mac OS X installer scripts: made more flexible
...
git-svn-id: trunk@10182 -
2006-11-09 21:36:18 +00:00
vincents
95d60cc076
svn2revisioninc: fixed check for valid target directory
...
git-svn-id: trunk@10181 -
2006-11-08 15:11:17 +00:00
vincents
0ed87fd43c
svn2revisioninc.pas: fixed reading svn revision from svn 1.4 entries files
...
git-svn-id: trunk@10180 -
2006-11-08 10:11:31 +00:00
mattias
dc4e0a9c65
IDE: about dlg: added platform information
...
git-svn-id: trunk@10179 -
2006-11-07 23:30:55 +00:00
mattias
921f2b2e64
LCL: TBar properties can now be changed from Aleksey Lagunov
...
git-svn-id: trunk@10178 -
2006-11-07 23:10:10 +00:00
vincents
722f971500
version 0.9.21
...
git-svn-id: trunk@10177 -
2006-11-05 10:00:55 +00:00
vincents
33835aaa74
version 0.9.20
...
git-svn-id: trunk@10175 -
2006-11-05 09:57:46 +00:00
mattias
b49605526a
IDE: renaming methods in source now skips string constants
...
git-svn-id: trunk@10174 -
2006-11-05 01:06:22 +00:00
mattias
60c3b74fff
added contributor: Zeljan Rikalo
...
git-svn-id: trunk@10173 -
2006-11-05 00:51:36 +00:00
sekelsenmat
4969cee64b
Patch from zeljko. Implements TQtAbstractSlider, TQtScrollBar, TQtTrackBar, TQtPen (
...
CreatePenIndirect) and TQtRegion ( CreateRectRgn ).
git-svn-id: trunk@10172 -
2006-11-04 21:09:12 +00:00
mattias
0c337fd4f3
IDE: renaming a component, now auto rename methods with default names, and inherited components
...
git-svn-id: trunk@10171 -
2006-11-04 15:05:40 +00:00
marc
b12953db4f
* Fixed singlestepping from a breakpoint
...
git-svn-id: trunk@10170 -
2006-11-04 01:15:01 +00:00
jesus
0adbb16922
gtk: Ensure text color, use LineInfo.GetLineInfo for TraceGdiCalls
...
git-svn-id: trunk@10169 -
2006-11-03 21:20:20 +00:00
vincents
f4f8d20afd
update Catalan translation from J.Salvador Pérez
...
git-svn-id: trunk@10168 -
2006-11-03 19:34:27 +00:00
mattias
6741124cef
IDE: renaming components: implemented finding methods with default name
...
git-svn-id: trunk@10167 -
2006-11-03 11:53:20 +00:00
marc
90f62672f2
+ added exception dissection
...
+ added linenr address resolving
+ added setting of breakpoints
git-svn-id: trunk@10166 -
2006-11-03 00:54:34 +00:00
mattias
168e90b7ce
LCL: grids: renamed some parameter names of events, so that they do not interfere when copied
...
git-svn-id: trunk@10165 -
2006-11-02 21:26:17 +00:00
mattias
da28cfbd3b
IDE: fixed searching first in virtual units and then in search path
...
git-svn-id: trunk@10164 -
2006-11-02 21:03:13 +00:00
mattias
52994ffffc
IDE: implemented renaming inherited form and references in unit (simple search and replace, but better than no replace)
...
git-svn-id: trunk@10163 -
2006-11-02 20:11:45 +00:00
sekelsenmat
2448617cd6
Improvements for modal dialogs on qt.
...
git-svn-id: trunk@10162 -
2006-11-02 19:56:33 +00:00
mattias
062208ae24
made TColorButton a TCustomSpeedButton descendant from Tom Gregorovic
...
git-svn-id: trunk@10161 -
2006-11-02 19:44:07 +00:00
mattias
567453b914
IDE+codetools: renaming a component now renames in the whole unit
...
git-svn-id: trunk@10160 -
2006-11-02 19:32:59 +00:00
vincents
ba83e8416b
Capture any mouse button by setting CaptureMouseButton property from Tom Gregorovic ( #7653 )
...
git-svn-id: trunk@10159 -
2006-11-02 12:37:20 +00:00
mattias
9f6de0ac7a
LCL: published TAction.DisableIfNoHandler
...
git-svn-id: trunk@10158 -
2006-11-02 03:33:24 +00:00
mattias
e7be3ae1d3
codetools: added record case variables to identifier completion
...
git-svn-id: trunk@10157 -
2006-11-02 03:29:30 +00:00
mattias
212503e493
LCL: setup better default properties for png writer from Tom Gregorovic
...
git-svn-id: trunk@10156 -
2006-11-02 02:54:29 +00:00
mattias
29a270df3c
LCL: improved bit table MissingBits for converting less bits per channel to many bits per channel from Tom Gregorovic
...
git-svn-id: trunk@10155 -
2006-11-02 02:51:11 +00:00
mattias
6bd238fd52
gtk2 intf: emulating return key down after for gtkentry, because it eats it, but LCL needs the return key
...
git-svn-id: trunk@10154 -
2006-11-02 02:05:07 +00:00
mattias
329aa53724
codetools: directive expressions: implemented ! for not, and a dummy function for DECLARED
...
git-svn-id: trunk@10153 -
2006-11-02 01:46:41 +00:00
jesus
30e2ee3872
fix cursor pos on editing UTF8 text in stringcelleditor
...
git-svn-id: trunk@10152 -
2006-11-01 17:45:56 +00:00
vincents
967aa8de53
regenerated to support win64
...
git-svn-id: trunk@10151 -
2006-11-01 10:52:07 +00:00
vincents
ca079ac951
updated catalan translations from J.Salvador Pérez
...
git-svn-id: trunk@10150 -
2006-11-01 10:50:07 +00:00
jesus
cd7659f566
CheckNewCachedSizes, UpdateActive and UpdateData made virtual from Aleksey Lagunov
...
git-svn-id: trunk@10149 -
2006-11-01 07:41:05 +00:00
mattias
85d2f2b1c3
IDE: find results view: fixed updating short paths after applying filter form Funky Beast
...
git-svn-id: trunk@10148 -
2006-10-31 18:25:31 +00:00
mattias
c3cc436b89
gtk2 intf: implemented difference between Minimize and Desktop switch from Andrew, bug #1996
...
git-svn-id: trunk@10147 -
2006-10-31 18:19:02 +00:00
mattias
fa382552fa
updated finnish translation from Seppo
...
git-svn-id: trunk@10146 -
2006-10-31 17:54:07 +00:00
andrew
a077644137
fixed the gtk1 part of bug #1996 (proper windowstate when minimizing/restoring)
...
git-svn-id: trunk@10145 -
2006-10-31 14:45:12 +00:00
mattias
683b8aa123
IDE: run parameters now have histories
...
git-svn-id: trunk@10144 -
2006-10-31 14:11:03 +00:00
mattias
5beb7e0377
IDE: added new editor options page for code folding from Graeme
...
git-svn-id: trunk@10143 -
2006-10-31 13:34:39 +00:00
mattias
9b795b8260
IDE: project directory is now added to the include path of all project directories
...
git-svn-id: trunk@10142 -
2006-10-31 13:06:14 +00:00
mattias
44743b499f
TSynPasSyn: added keyword otherwise issue #7529
...
git-svn-id: trunk@10141 -
2006-10-31 12:52:43 +00:00
mattias
dead2dc443
codetools: adding missing semicolon on code completing classes
...
git-svn-id: trunk@10140 -
2006-10-31 12:38:27 +00:00
mattias
0b3a85d0e6
codetools: adding missing semicolon on code completing forward procedures
...
git-svn-id: trunk@10139 -
2006-10-31 12:22:13 +00:00
micha
9b2a1f22d9
rename Action parameter to not conflict with Form.Action property (issue #7703 )
...
git-svn-id: trunk@10138 -
2006-10-31 10:35:35 +00:00
sekelsenmat
20f8829a34
small improvement to qt readme file
...
git-svn-id: trunk@10137 -
2006-10-31 00:56:44 +00:00
vincents
9919592501
added mainunit codetools hint
...
git-svn-id: trunk@10136 -
2006-10-30 20:58:35 +00:00
vincents
961e8b298b
win installer: improved default settings for win64
...
git-svn-id: trunk@10135 -
2006-10-30 15:04:43 +00:00