Commit Graph

31930 Commits

Author SHA1 Message Date
mattias
37e00cb51f LCL: fixed comparing methods in TControlActionLink.IsOnExecuteLinked
git-svn-id: trunk@32581 -
2011-10-01 13:07:51 +00:00
mattias
82b1642a94 tests: added program to test method compares
git-svn-id: trunk@32580 -
2011-10-01 12:23:51 +00:00
mattias
8b557e425b LCL: TControl.Click: fixed check if OnClick differs from Action.OnExecute
git-svn-id: trunk@32579 -
2011-10-01 07:51:58 +00:00
jesus
f87dae15c5 LazReport, improve line object selecting, issue #16338
git-svn-id: trunk@32578 -
2011-10-01 07:35:49 +00:00
zeljko
ce39508576 Qt: implemented some routines for TQtPrinter class, removed obsoleted QPrinter_getPageSize and QPrinter_setPageSize, instead we use QPrinter_getPaperSize and QPrinter_setPaperSize.
git-svn-id: trunk@32577 -
2011-10-01 06:36:43 +00:00
mattias
55a583102f IDE: debugger hint: convert to html
git-svn-id: trunk@32576 -
2011-09-30 20:19:34 +00:00
martin
e9e9d97ea2 DBG: Add watchpoints to src-edit popup menu
git-svn-id: trunk@32575 -
2011-09-30 19:18:18 +00:00
mattias
173b64a12c IDE: clean directory: fixed checking reguar expression, bug #20382
git-svn-id: trunk@32574 -
2011-09-30 18:48:38 +00:00
mattias
8dc1234b17 LCL: added AlignToPtr and AlignToInt to fpcadds
git-svn-id: trunk@32573 -
2011-09-30 14:40:41 +00:00
mattias
f18dadf725 codetools: TStandardCodeTool.FindDanglingComponentEvents; safer align, bug #19109
git-svn-id: trunk@32572 -
2011-09-30 14:34:13 +00:00
mattias
88e2bb396f testes: simple program to test synregexpr
git-svn-id: trunk@32571 -
2011-09-30 14:32:04 +00:00
mattias
09ed77ad6c SynEdit: syneditmiscclasses: safer align, bug #19109
git-svn-id: trunk@32570 -
2011-09-30 14:28:58 +00:00
mattias
883880f37a SynEdit: synregrexpr: safer align, bug #19109
git-svn-id: trunk@32569 -
2011-09-30 14:27:16 +00:00
mattias
dbb71f8379 IDEIntf: WritePublishedProperties: safer align, bug #19109
git-svn-id: trunk@32568 -
2011-09-30 14:24:20 +00:00
mattias
1a1ce97b16 IDE: check for empty methods: using GetPropList for safer align, bug #19109
git-svn-id: trunk@32567 -
2011-09-30 14:22:22 +00:00
mattias
5b28299656 IDE: jitforms: using GetPropList for safer align, bug #19109
git-svn-id: trunk@32566 -
2011-09-30 14:19:13 +00:00
mattias
3f5ee3aa66 IDE: check for references between designer components: using GetPropList for safer align, bug #19109
git-svn-id: trunk@32565 -
2011-09-30 14:08:26 +00:00
dodi
e20509e139 Docs: TControl revised, removed outdated items.
git-svn-id: trunk@32564 -
2011-09-30 10:08:28 +00:00
mattias
43bf91ff49 LCL: clean up
git-svn-id: trunk@32563 -
2011-09-30 07:53:38 +00:00
paul
6fc4a3abf4 codetools: support 'CVAR' variable/const modifier
git-svn-id: trunk@32562 -
2011-09-30 02:06:21 +00:00
paul
046df2da25 codetools: support 'section' variable/constant modifier
git-svn-id: trunk@32561 -
2011-09-30 01:33:04 +00:00
mattias
df7c65a674 IDE: anchor editor: fixed reading space
git-svn-id: trunk@32560 -
2011-09-29 18:56:32 +00:00
zeljko
f99dd2f18d Qt: fixed returning GetScrollInfo for SIF_POS when it's called from TCustomControls eg. TScrollingWinControl which caused wrong result and mess.
git-svn-id: trunk@32555 -
2011-09-29 12:17:36 +00:00
zeljko
b8308d269a Qt: reset FScrollY and FScrollX accumulated deltas if scrollbar is hidden, check for handle in TQtWidgetSet.GetClientBounds()
git-svn-id: trunk@32554 -
2011-09-29 10:26:41 +00:00
andrew
34158aadd8 Fixed bug #20115. patch from August Klein.
git-svn-id: trunk@32552 -
2011-09-29 03:01:48 +00:00
andrew
e9026c1c8a Fixed bug #20137
Added warnings option

git-svn-id: trunk@32551 -
2011-09-29 01:24:47 +00:00
maxim
bfe57b0263 regenerated translations; updated Russian translation
git-svn-id: trunk@32550 -
2011-09-28 23:00:36 +00:00
maxim
9a1b2c8bf7 IDE: removed colons from some groupbox captions
git-svn-id: trunk@32549 -
2011-09-28 21:45:43 +00:00
maxim
7022e3f289 IDE, Compiler linking options dialog: added spaces between debug info names and parameters
git-svn-id: trunk@32548 -
2011-09-28 21:31:33 +00:00
maxim
56b6ebdac7 Components: committed automatically regenerated makefiles
git-svn-id: trunk@32547 -
2011-09-28 21:21:32 +00:00
maxim
0f166053a9 IDE: don't limit OI set properties values to 64 chars, patch from Anton, bug #20363
git-svn-id: trunk@32546 -
2011-09-28 20:58:44 +00:00
zeljko
983451a0fd Qt: fixed memleak because of wron result in QtClipboard.GetFormats. issue #20364
git-svn-id: trunk@32544 -
2011-09-28 18:29:45 +00:00
mattias
785a28d88e LCL: TControlBorderSpacing.GetSideSpace and GetSpace were swapped, fixed
git-svn-id: trunk@32543 -
2011-09-28 13:07:25 +00:00
mattias
2af1e2be42 IDE: allow to rename form name case
git-svn-id: trunk@32542 -
2011-09-28 12:55:36 +00:00
vincents
b4756aab86 rpm build script: use .laz as suffix in release name
git-svn-id: trunk@32540 -
2011-09-28 11:54:57 +00:00
sekelsenmat
73227a13c5 Wince: Patch from 20274 fixes access violation
git-svn-id: trunk@32539 -
2011-09-28 08:49:23 +00:00
mattias
b883e0c022 codetools: parse const modifier public
git-svn-id: trunk@32527 -
2011-09-27 19:58:31 +00:00
mattias
83578a8e9b codetools: clean up
git-svn-id: trunk@32526 -
2011-09-27 19:28:06 +00:00
mattias
e914964569 codetools: clean up
git-svn-id: trunk@32525 -
2011-09-27 19:20:22 +00:00
dodi
9cdbd64ad9 Docs: stdctrls revised, some unclear topics remain.
git-svn-id: trunk@32523 -
2011-09-27 14:55:32 +00:00
vincents
166cf21333 added paswstring fpdoc skeleton
git-svn-id: trunk@32522 -
2011-09-27 11:15:35 +00:00
zeljko
4049c78bd2 Qt: fixed crash of TPostscriptCanvas. issue #20354
git-svn-id: trunk@32521 -
2011-09-27 06:12:53 +00:00
mattias
d551fda25d IDE: lazconf: clean up
git-svn-id: trunk@32520 -
2011-09-26 19:12:39 +00:00
vincents
a66b61d32c rpm build script: removed set -u, because it cannot be used in combination with optional script parameters
git-svn-id: trunk@32517 -
2011-09-26 12:33:38 +00:00
sekelsenmat
a0e87f7faa Small decoration improvement in cdtrackbar
git-svn-id: trunk@32516 -
2011-09-26 07:05:13 +00:00
blikblum
b9ed244eab lcl: publish missing events to TDBMemo (issue #20342)
git-svn-id: trunk@32513 -
2011-09-26 01:03:23 +00:00
zeljko
f293b829fd LCL: TControl.IsEnabled, removed wrong check for TheControl.Parent. issue #20291
git-svn-id: trunk@32512 -
2011-09-25 15:35:14 +00:00
sekelsenmat
783508a38e Reworks the cdtrackbar drawing code, greatly simplifying and improving it
git-svn-id: trunk@32511 -
2011-09-25 13:16:22 +00:00
juha
0203c4d30c IDE: Set Result in Debugmanager.DoCreateBreakPoint. Issue #20338, patch from alexvins
git-svn-id: trunk@32510 -
2011-09-25 13:16:18 +00:00
sekelsenmat
3de2864e7e Fixes a crash in the TCDTrackBar when Max-Min >= Width and renamed some variables to better names
git-svn-id: trunk@32509 -
2011-09-25 12:18:15 +00:00