Commit Graph

23417 Commits

Author SHA1 Message Date
mattias
b4eccef56f IDEIntf: removed IDECommandStrs
git-svn-id: trunk@23531 -
2010-01-22 12:54:52 +00:00
mattias
8735809fe4 lazc: fixed finalization
git-svn-id: trunk@23530 -
2010-01-22 12:54:25 +00:00
mattias
462d545377 codetools: define templates for fcl-async
git-svn-id: trunk@23529 -
2010-01-22 12:10:45 +00:00
mattias
5e5bbda36b educationlaz: fixed loading options
git-svn-id: trunk@23528 -
2010-01-22 11:56:30 +00:00
zeljko
03e7d1d70b Qt: fixed memleak in TQtDeviceContext.Font()
git-svn-id: trunk@23527 -
2010-01-22 11:21:01 +00:00
jesus
594efdb34c LCL, dbgrid fix row in call to DrawCellText in DefaultDrawColumnCell
git-svn-id: trunk@23526 -
2010-01-21 20:21:02 +00:00
jesus
af1c9d6799 LCL, fix dbgrid col/row typo in DefaultDrawColumnCell
git-svn-id: trunk@23525 -
2010-01-21 19:59:36 +00:00
jesus
e82038e7ea LCL, added col,row arguments to TToggledCheckboxEvent, issue #15558
git-svn-id: trunk@23524 -
2010-01-21 18:17:54 +00:00
zeljko
1039496739 Qt: replaced obsoleted class QMatrix with QTransform.
git-svn-id: trunk@23523 -
2010-01-21 17:08:53 +00:00
zeljko
a789d15c12 Qt: optimized TQtRegion.getClipRegion(), fixed bug inside SelectClipRgn() for UNIX ifdef - setting QtNoClip should be different only for QPaintEngineX11, not for others (like using QPaintEngineRaster on linux).
git-svn-id: trunk@23522 -
2010-01-21 15:59:50 +00:00
mattias
e8bfdf298f IDE: changed default for new project: use ansistring
git-svn-id: trunk@23521 -
2010-01-21 15:41:41 +00:00
mattias
0c05d303b6 IDE: fixed Help button of options dialog
git-svn-id: trunk@23520 -
2010-01-21 15:17:57 +00:00
mattias
5ce50bc416 IDE: help for compiler options
git-svn-id: trunk@23519 -
2010-01-21 15:16:00 +00:00
mattias
64d1d2b39f IDE: help for project options
git-svn-id: trunk@23518 -
2010-01-21 15:09:18 +00:00
mattias
ceee76be78 IDE: fixed checking if unit has lrs include directive
git-svn-id: trunk@23517 -
2010-01-21 14:17:02 +00:00
paul
56be34be3a ide: hide build modes frame from the project options if appropriate define is not on
git-svn-id: trunk@23516 -
2010-01-21 10:14:27 +00:00
paul
78e8334829 ide: implement import/export of compiler options for the merged dialog
git-svn-id: trunk@23515 -
2010-01-21 09:51:14 +00:00
paul
040bb76815 ide, codetools, packager: use Classes.TGetStrProc instead of similar locally defined types by Alexander S. Klenin (issue #0015556)
git-svn-id: trunk@23514 -
2010-01-21 02:24:16 +00:00
mattias
db8595b179 IDE: clean up
git-svn-id: trunk@23513 -
2010-01-20 23:33:18 +00:00
mattias
48254f0c98 codetools: fixed error handling for invalid . operator
git-svn-id: trunk@23512 -
2010-01-20 23:12:24 +00:00
mattias
44fe02f669 codetools: fixed array operator []
git-svn-id: trunk@23511 -
2010-01-20 23:08:51 +00:00
jesus
dd8a42560f LCL, grids, implemented notification for checkbox toggle
git-svn-id: trunk@23510 -
2010-01-20 20:53:22 +00:00
mattias
4f92e05edc codetools: fixed getdefaultcompiledtargetos
git-svn-id: trunk@23509 -
2010-01-20 19:04:19 +00:00
mattias
4bd6581d25 codetools: fixed find declaration on last identifier of expression
git-svn-id: trunk@23508 -
2010-01-20 18:00:13 +00:00
mattias
a8e2247fae codetools: fixed resolving property[]
git-svn-id: trunk@23507 -
2010-01-20 16:35:45 +00:00
ask
b0d8c7c5df IDEIntf: Use Classes.TGetStrProc instead of PropEdits.TGetStringProc
git-svn-id: trunk@23506 -
2010-01-20 15:53:39 +00:00
paul
6a33b4b69e codetools: add WordBool and QWordBool predefined fpc types
git-svn-id: trunk@23505 -
2010-01-20 14:45:36 +00:00
paul
23177da4f2 codetools: support dispinterface property declaration
git-svn-id: trunk@23504 -
2010-01-20 14:17:41 +00:00
mattias
71c345ff51 lazc: added example
git-svn-id: trunk@23503 -
2010-01-20 13:33:09 +00:00
mattias
9522bc6510 lazc: started simple identifier completion
git-svn-id: trunk@23502 -
2010-01-20 13:32:26 +00:00
mattias
742caab46a IDE: identifier completion: use word completion if not in pascal source
git-svn-id: trunk@23501 -
2010-01-20 13:26:07 +00:00
paul
9e02d5824f codetools: distinct dispinterface and other interfaces
git-svn-id: trunk@23500 -
2010-01-20 13:18:11 +00:00
mattias
9d62f8913b IDEIntf: removed TGetStringProc from propeditutils
git-svn-id: trunk@23499 -
2010-01-20 11:57:38 +00:00
mattias
19871f26cb codetools: fixed completing empty classes
git-svn-id: trunk@23498 -
2010-01-20 11:30:24 +00:00
jesus
1aa70b74a9 LCL, fix AV on editing dbedit and dataset is closed, issue #15036
git-svn-id: trunk@23497 -
2010-01-20 08:24:43 +00:00
jesus
cbd597f590 LCL, dbgrids.columns returns TDBGridColumns instead of TGridColumns, issue #15388
git-svn-id: trunk@23496 -
2010-01-20 07:53:48 +00:00
paul
57615639f1 ide: abort/close compile dialog on ESC
git-svn-id: trunk@23495 -
2010-01-20 07:06:43 +00:00
paul
b2058afe7b ide: fix memory leak
git-svn-id: trunk@23494 -
2010-01-20 04:42:43 +00:00
paul
6d7f51a1b3 lcl: fix progress bar division by zero error by Aleksey Lagunov
git-svn-id: trunk@23493 -
2010-01-20 01:27:10 +00:00
paul
5203fcdd01 rx: fix package options by Aleksey Lagunov
git-svn-id: trunk@23492 -
2010-01-20 01:26:20 +00:00
jesus
1f0cad5e68 LCL, grids, implement saving/loading of custom columns properties, modified patch from Torbert Heinken, issue #15522
git-svn-id: trunk@23491 -
2010-01-19 21:51:21 +00:00
jesus
798f981a8b LCL, published dbgrid.TitleImageList from Christian, issue #15551
git-svn-id: trunk@23490 -
2010-01-19 20:41:27 +00:00
zeljko
30bad26a1b Qt: fixed TQtWidgetSet.ExtSelectClipRgn()
git-svn-id: trunk@23489 -
2010-01-19 20:11:10 +00:00
zeljko
bed0cd55e7 Qt: simplified & optimized TQtWidgetSet.SelectClipRgn().
git-svn-id: trunk@23488 -
2010-01-19 20:04:04 +00:00
zeljko
b43242a280 Qt: implemented TQtWidgetSet.CreateEmptyRegion()
git-svn-id: trunk@23487 -
2010-01-19 19:58:20 +00:00
jesus
f20341dc42 LazReport, implemented pdf export of rounded rect shapes
git-svn-id: trunk@23486 -
2010-01-19 17:01:26 +00:00
dodi
a4fee565d3 docs: fixed various XML errors, added missing paragraphs.
git-svn-id: trunk@23485 -
2010-01-19 04:31:57 +00:00
mattias
c7c522d9e9 IDEIntf: added RegisterCompletionPlugin
git-svn-id: trunk@23484 -
2010-01-18 17:13:59 +00:00
dmitry
dc4551665f debugger: fix for launching apps with spaces in their path by Marc Weustink
git-svn-id: trunk@23483 -
2010-01-18 14:20:38 +00:00
paul
f576f9dac8 ide: fix setting of incorrect version info language and charset by taka_jp (issue #0015520)
git-svn-id: trunk@23482 -
2010-01-18 10:44:46 +00:00