Commit Graph

18356 Commits

Author SHA1 Message Date
martin
0fea837b64 SynEdit: Removed some internal values (Color-Setting) from published properties
git-svn-id: trunk@18324 -
2009-01-18 12:14:51 +00:00
mattias
de02d06ad9 IDE: OI: disable moving controls onto frame
git-svn-id: trunk@18323 -
2009-01-17 21:53:59 +00:00
mattias
791e765929 fixed lazarus.lpi
git-svn-id: trunk@18322 -
2009-01-17 21:51:43 +00:00
vincents
0873b1b2d7 LCL: restore canvas handle after OnDrawPanel event
git-svn-id: trunk@18321 -
2009-01-17 20:47:31 +00:00
kirkpatc
c1ea61d20c FPDoc - constructors and destructors updated in Forms.xml
git-svn-id: trunk@18320 -
2009-01-17 11:09:05 +00:00
paul
545a71f8fa lcl: add delphi compatible DrawPanel method to the TStatusBar to allow component descendants override it without hooking to event
git-svn-id: trunk@18319 -
2009-01-17 10:56:29 +00:00
paul
f71d89b2b3 lcl: fix owner drawn statusbar panels
- don't skip TStatusPanel.Bevel
  - assign passed in the WM_DrawItem Message DC to the Canvas.Handle

git-svn-id: trunk@18318 -
2009-01-17 10:41:01 +00:00
zeljko
9c9c8716f2 Qt: TQtWinapi.DrawArc() bugfix, use TRect to draw arc because of qt bug (seem so).
git-svn-id: trunk@18317 -
2009-01-16 20:53:46 +00:00
mattias
5d21138707 codetools: fixed finding prior statement when start on source start
git-svn-id: trunk@18316 -
2009-01-16 20:39:59 +00:00
zeljko
c2c0334f9f Qt: TQtMenu should be always deleted later.Now ide doesn't crash under X11 (note on #12978), tested on win32 & MacOsX also.
git-svn-id: trunk@18315 -
2009-01-16 20:21:17 +00:00
mattias
9624b4108c gtk2: TSpinEdit: fixed deprecated page size
git-svn-id: trunk@18314 -
2009-01-16 19:58:31 +00:00
mattias
c73fbe1f50 OI: update combobox items on idle
git-svn-id: trunk@18313 -
2009-01-16 19:36:49 +00:00
vincents
38adeef869 lcl: implemented owner drawn statusbar in the LCL and the win32 widget set (issue #1679)
* based on a patch from Leslie Kaye
* doesn't work yet for themed windows XP

git-svn-id: trunk@18312 -
2009-01-16 19:22:58 +00:00
paul
74b347b39f ide: fix memory corruptions after showing codetools define preview dialog (bug #0012978)
git-svn-id: trunk@18311 -
2009-01-16 18:37:25 +00:00
paul
5714e4dadc ide: fix saving of extra char spacing = 1 (bug #0012982)
git-svn-id: trunk@18310 -
2009-01-16 18:05:12 +00:00
paul
252c07b69b win32: fix copying CF_BITMAP data into clipboard (bug #0012729)
git-svn-id: trunk@18309 -
2009-01-16 17:35:28 +00:00
mattias
306e5ea3d4 OI: clearing combobox items on error
git-svn-id: trunk@18308 -
2009-01-16 17:19:52 +00:00
paul
f46d70252b fix asterisk alignment
git-svn-id: trunk@18307 -
2009-01-16 15:21:23 +00:00
paul
f7bf756ebe ide: fix comboboxes onChange handler was gone in the editor display options page, increase width of right margin combo to have a prettier look under gtk2 (or just mine ubuntu theme)
git-svn-id: trunk@18306 -
2009-01-16 15:20:39 +00:00
kirkpatc
ee15c6faa2 FPDoc - fixed constructors and destructors for many classes in Graphics.xml
git-svn-id: trunk@18305 -
2009-01-16 12:04:28 +00:00
paul
943062564b lcl: fix handling WideString properties (bug #0012981)
git-svn-id: trunk@18304 -
2009-01-16 07:18:36 +00:00
paul
047bd064e5 synedit: highlight compilerproc modifier
git-svn-id: trunk@18303 -
2009-01-16 02:21:04 +00:00
marc
f9ef877f9e * remove windows specific parts (step 2)
git-svn-id: trunk@18302 -
2009-01-16 00:26:10 +00:00
marc
4ac1841cc0 * Rename of dbgutils and dbgoutputform to avoid future name conflicts
git-svn-id: trunk@18301 -
2009-01-15 23:26:10 +00:00
marc
bb5b3204f0 * some cleanup
git-svn-id: trunk@18300 -
2009-01-15 21:48:01 +00:00
vincents
5f0626b2f7 added patch for fpc 2.2.2, a backport of the fix for issue #12645
git-svn-id: trunk@18299 -
2009-01-15 13:04:34 +00:00
zeljko
b890746362 Qt: prevent events recursion & crash in TQtComboBox.EventFilter() in some cases.
git-svn-id: trunk@18298 -
2009-01-15 12:34:46 +00:00
paul
fc2bfdcd38 dont call combobox onChange event when popup window is visible (bug #0012831)
git-svn-id: trunk@18297 -
2009-01-15 10:31:55 +00:00
paul
1113049583 ide: trial to fix layout of some frames under non-windows platform
git-svn-id: trunk@18296 -
2009-01-15 04:48:06 +00:00
paul
a16576061b revert accidentally committed ide.inc
git-svn-id: trunk@18295 -
2009-01-15 04:36:29 +00:00
paul
3df2963814 ide: fix ide options button panel size, taborder
git-svn-id: trunk@18294 -
2009-01-15 04:34:39 +00:00
paul
7e20edbb6f ide: fix project options button panel size
git-svn-id: trunk@18293 -
2009-01-15 04:26:47 +00:00
paul
471ec5ea59 jcf2: sync with r773 of main jcf2 tree (also fixes issue #0012977):
- some use of JcfStringUtils instead of JclStrings
 - IndentProcedureBody setting
 - StrPadLeft implementation in JcfStringUtils.pas
 - added StrIPos function to JcfStringUtils.pas and tests
 - renamed VersionConsts.pas to JcfVersionConsts.pas to avoid a name clash with a unit in another package
 - rearranging util functions

git-svn-id: trunk@18292 -
2009-01-15 02:08:47 +00:00
zeljko
37c08b52f6 Qt: cleanup - we destroy all widgets at one place with qt44.
git-svn-id: trunk@18291 -
2009-01-14 20:09:42 +00:00
zeljko
e8969ac8d4 Qt: secure QObject from accidental destroy if we have pending events.
git-svn-id: trunk@18290 -
2009-01-14 19:45:25 +00:00
kirkpatc
ca49a4c70f FPDoc - updates to constructors and destructors in lclclasses.xml and graphics.xml (TFont only)
git-svn-id: trunk@18289 -
2009-01-14 19:03:32 +00:00
vincents
9371294916 win32 interface: use Unicode functions in the message loop, suggested by arnix, fixes issue #12950
git-svn-id: trunk@18288 -
2009-01-14 14:23:34 +00:00
zeljko
b35698ba06 Qt: apply clearFocus() to win32 too.
git-svn-id: trunk@18287 -
2009-01-14 12:15:29 +00:00
sekelsenmat
f835d544f1 Patch form harold. Implements unicode input in the wince interface and also fixes compilation with fpc 2.2.3
git-svn-id: trunk@18286 -
2009-01-14 10:01:13 +00:00
zeljko
26bf487d9a Qt: removed deffered deletion from qt44.
git-svn-id: trunk@18285 -
2009-01-14 07:46:21 +00:00
paul
862a8f9949 win32: don't change mainform window state on application restore (bug #0012654)
git-svn-id: trunk@18284 -
2009-01-14 04:34:13 +00:00
paul
92a3c282c1 lcl: formatting
git-svn-id: trunk@18283 -
2009-01-14 04:33:24 +00:00
kirkpatc
2001ec4013 FPDoc - fixed constructors and destructors in Controls.xml, with some consequential changes in Graphics.xml and fcl/FpCanvas.xml
git-svn-id: trunk@18281 -
2009-01-13 19:25:38 +00:00
mattias
d98315fb1b IDE: compiler options dlg: build modes: replaced with single treeview
git-svn-id: trunk@18280 -
2009-01-13 17:52:30 +00:00
mattias
ecf54e3f86 IDE: compiler options dlg: move build mode up/down
git-svn-id: trunk@18279 -
2009-01-13 16:52:26 +00:00
mattias
bed259ea54 codetools: lazarus src: added unit paths to packager/frames
git-svn-id: trunk@18278 -
2009-01-13 16:49:28 +00:00
mattias
ad97961900 IDE: compiler options dlg: delete build modes
git-svn-id: trunk@18277 -
2009-01-13 16:42:24 +00:00
mattias
843133346d IDE: compiler options: load,save build modes
git-svn-id: trunk@18276 -
2009-01-13 16:38:53 +00:00
mattias
7f7c0b3387 IDE: comp opts dlg: new build modes
git-svn-id: trunk@18275 -
2009-01-13 16:35:04 +00:00
jesus
20c99e44fb LazReport, implemented memoview property HideDuplicates
git-svn-id: trunk@18274 -
2009-01-13 16:22:38 +00:00