Commit Graph

21856 Commits

Author SHA1 Message Date
mattias
8075c5af72 iconvtable: fixed compilation
git-svn-id: trunk@22230 -
2009-10-19 12:17:54 +00:00
mattias
94eb8856f3 educationlaz: added frame for component palette
git-svn-id: trunk@22229 -
2009-10-19 12:01:05 +00:00
mattias
24b6026795 IDE: build project: auto create target output directory, bug #11498
git-svn-id: trunk@22228 -
2009-10-19 11:12:03 +00:00
zeljko
5c093cf06a Qt: qtwinapi - implemented CreatePatternBrush()
git-svn-id: trunk@22227 -
2009-10-19 06:43:58 +00:00
mattias
80ed918e4c translations: german: updates from Swen Heinig
git-svn-id: trunk@22226 -
2009-10-18 16:18:47 +00:00
zeljko
1ac7f1cedc Qt: fix for #14840, autocalcrange of scrollbar.
git-svn-id: trunk@22225 -
2009-10-18 11:47:13 +00:00
mattias
9e8f522ad3 IDE: updated lrs
git-svn-id: trunk@22224 -
2009-10-18 11:37:56 +00:00
mattias
8cf10cd42f IDE: optoional: ask for new filename for new files
git-svn-id: trunk@22223 -
2009-10-18 11:36:54 +00:00
mattias
b0afada3e2 IDE: option checkbox: ask for filename on new component
git-svn-id: trunk@22222 -
2009-10-18 11:34:59 +00:00
mattias
8d7e5bda13 IDE: designer added option to ask for component name on create
git-svn-id: trunk@22221 -
2009-10-18 11:32:42 +00:00
paul
791747d822 jcf2: rename unit
git-svn-id: trunk@22220 -
2009-10-18 09:02:11 +00:00
paul
620ce40a7a jcf2: rename unit
git-svn-id: trunk@22219 -
2009-10-18 09:00:39 +00:00
paul
ba340e4ef4 jcf2: rename unit
git-svn-id: trunk@22218 -
2009-10-18 08:59:59 +00:00
paul
66216cd1eb jcf2: update from the main repository to r823
git-svn-id: trunk@22217 -
2009-10-18 08:58:08 +00:00
paul
f6b8e564d0 lcl: TreeView text position patch by Vladimir Zhirov (issue #0014778)
git-svn-id: trunk@22216 -
2009-10-18 06:38:35 +00:00
paul
c19617c093 win32: apply patch from Jose Mejuto to fix "Open/Save dialog (Win32/64) with option ofOldStyleDialog crashes" (bug #0014794)
git-svn-id: trunk@22215 -
2009-10-18 06:34:18 +00:00
paul
324ab49d7b lcl: masedit patch from Bart Broersma (issue #0014776)
git-svn-id: trunk@22214 -
2009-10-18 06:25:11 +00:00
paul
ecfeff9149 win32: allow statusbar resizing (issue #0014814)
git-svn-id: trunk@22213 -
2009-10-18 06:21:23 +00:00
paul
216212b7a3 lcl: publish TStatusBar.BorderSpacing
git-svn-id: trunk@22212 -
2009-10-18 06:20:52 +00:00
paul
f1e1cc8ec1 codetools: support abstract/sealed class modifiers
git-svn-id: trunk@22211 -
2009-10-18 04:38:18 +00:00
paul
63838ba0cf ide: don't crash on trying to show a line for non-fpc message (bug #0014825)
git-svn-id: trunk@22210 -
2009-10-17 17:20:08 +00:00
paul
3a0ad627a7 fix executable bit
git-svn-id: trunk@22209 -
2009-10-17 17:13:45 +00:00
paul
93b8b411e3 codetools: added experimental and library to IsKeyWordProcedureSpecifier list
git-svn-id: trunk@22208 -
2009-10-17 17:08:05 +00:00
paul
4ca08c9cf0 codetools: allow *final* method modifier
git-svn-id: trunk@22207 -
2009-10-17 14:02:30 +00:00
paul
5dd9571ffc codetools: support for *experimental* and *library* hint modifiers
git-svn-id: trunk@22206 -
2009-10-17 13:56:39 +00:00
paul
01f55ab286 synedit: highlight 'unimplemented', 'experimental', 'sealed', 'final' words
git-svn-id: trunk@22205 -
2009-10-17 13:35:46 +00:00
mattias
2ad1b4d998 lazarus.lpi: added askcompnamedlg unit
git-svn-id: trunk@22204 -
2009-10-17 10:20:53 +00:00
mattias
a66ef59cd2 IDE: compiler options dialog: path editor dlg using relative paths
git-svn-id: trunk@22203 -
2009-10-17 10:19:47 +00:00
mattias
b039ff1f73 IDE: added dialog to ask for component name
git-svn-id: trunk@22202 -
2009-10-17 10:16:39 +00:00
mattias
40097a760a codetools: local var param completion: searching complex proc calls
git-svn-id: trunk@22201 -
2009-10-17 10:15:33 +00:00
mattias
9bd937c421 IDEIntf: added nfAskFilename
git-svn-id: trunk@22200 -
2009-10-17 10:13:25 +00:00
mattias
646b432cb2 object inspector: added ActivateGrid
git-svn-id: trunk@22199 -
2009-10-17 10:09:36 +00:00
martin
441c5bda34 SynEdit, Syncro/Template Edit: partly improve detection of edited cell (see note on issue #14813 for details)
git-svn-id: trunk@22198 -
2009-10-17 01:26:44 +00:00
martin
d7dd7cd328 SynEdit: Fixed Quick-Paste-selection (usually middle mouse button)
git-svn-id: trunk@22197 -
2009-10-17 00:47:33 +00:00
paul
82ae075ca3 lcl: notify controls using message on FontChanged, and ParentFontChanged for delphi compatibility
git-svn-id: trunk@22196 -
2009-10-16 13:36:52 +00:00
martin
709c5a4bfe SynEdit, Syncro/Template Edit: Improve interaction with codetool changes and identifier completion, issue #14813 and issue #14773
git-svn-id: trunk@22195 -
2009-10-15 16:30:41 +00:00
mattias
c973bbc6d5 xmlstreaming: started reading collections, from Christian, bug #14695
git-svn-id: trunk@22194 -
2009-10-15 15:32:43 +00:00
vincents
906e1ca74e debian packages: added dependency on fp-units-misc, formatted description
git-svn-id: trunk@22193 -
2009-10-15 12:01:25 +00:00
zeljko
cef549858e Qt: dragimagelist should respect DoLock and DoUnlock parameters.
git-svn-id: trunk@22192 -
2009-10-15 10:13:06 +00:00
mattias
4d8c56fde5 IDE: grab key: show VK_unknown
git-svn-id: trunk@22191 -
2009-10-15 08:59:01 +00:00
paul
b8cedf56c9 ideintf: don't try to show empty hints
git-svn-id: trunk@22190 -
2009-10-15 08:57:41 +00:00
mattias
e2e83d6c1e IDE: grab key: escape sets VK_UNKNOWN
git-svn-id: trunk@22189 -
2009-10-15 08:56:17 +00:00
mattias
f9b7074d20 IDE: enable/disable clear key map button
git-svn-id: trunk@22188 -
2009-10-15 08:52:24 +00:00
mattias
5037e54148 IDE: key mapping: added button to clear shortcut
git-svn-id: trunk@22187 -
2009-10-15 08:48:30 +00:00
paul
577d7e61d0 ideintf: more reliable hint showing in object inspector
git-svn-id: trunk@22186 -
2009-10-15 08:11:05 +00:00
mattias
09711e4042 LCL: do not autosize root controls at designtime, bug #14682
git-svn-id: trunk@22184 -
2009-10-15 07:25:23 +00:00
mattias
8c63f1100c lcl: undo 22100
git-svn-id: trunk@22183 -
2009-10-15 07:13:30 +00:00
marc
dbbb1db868 * Invalidate rasterimage handle too on an endupdate. This way the handle will be recreated with the modified data
git-svn-id: trunk@22182 -
2009-10-14 22:48:45 +00:00
martin
4b9ec25245 SynEdit, pascal-highlighter: improved handling of binary/octal numbers in #00 char notation
git-svn-id: trunk@22181 -
2009-10-14 22:24:49 +00:00
martin
2f5b7af7e3 SynEdit, pascal-highlighter: added handling of binary/octal numbers (patch by dmitry boyarintsev)
git-svn-id: trunk@22180 -
2009-10-14 22:06:25 +00:00