mattias
03a7cd8f82
IDE: implemented experimental TPersistentPropertyEditor.SetValue for multi forms
...
git-svn-id: trunk@14752 -
2008-04-04 17:02:49 +00:00
mattias
3d48fcca42
IDE: implemented experimental TPersistentPropertyEditor.GetValues for multi forms
...
git-svn-id: trunk@14751 -
2008-04-04 16:25:44 +00:00
tombo
b7991830fb
LCL LazHelpHTML: use open command as default browser under Mac OS X
...
git-svn-id: trunk@14750 -
2008-04-04 10:49:01 +00:00
paul
b154b6f629
ide: fix memory leak in TPersistentPropertyEditor.GetProperties
...
git-svn-id: trunk@14749 -
2008-04-04 08:25:05 +00:00
paul
176ed3823c
formatting
...
git-svn-id: trunk@14748 -
2008-04-04 08:24:32 +00:00
zeljko
bed53eaae0
Qt: Fixed TFontDialog returned Size & Height
...
git-svn-id: trunk@14747 -
2008-04-04 06:15:23 +00:00
paul
11b4681a2b
ide: make component combobox style csDropDownList in object inspector (part of 0010518)
...
git-svn-id: trunk@14746 -
2008-04-04 00:53:09 +00:00
paul
34642accc0
remove own declaration of TDataModule => use rtl instead
...
git-svn-id: trunk@14745 -
2008-04-04 00:31:33 +00:00
vincents
952a8829f5
editor toolbar: made loading toolbar settings more robuste from Boguslaw Brandys (bug #10099 )
...
git-svn-id: trunk@14744 -
2008-04-03 09:30:18 +00:00
vincents
97d94e40f4
gtk2 interface: fixed GTK2 warning when using multiselect in file dialog boxes from C Western (bug #10965 )
...
git-svn-id: trunk@14743 -
2008-04-03 07:15:38 +00:00
paul
9ba9d2c9c9
gtk: fix TScrollBox.Color (issue #0000700 ) but only design time
...
git-svn-id: trunk@14742 -
2008-04-03 03:42:29 +00:00
paul
693bccca27
lcl: return DataLink on CM_GETDATALINK (issue #0001410 )
...
git-svn-id: trunk@14741 -
2008-04-03 01:33:43 +00:00
paul
e94a7220c4
ide: add first issues for gtk, gtk2 widgetsets
...
git-svn-id: trunk@14740 -
2008-04-03 01:01:47 +00:00
vincents
a0f9e54e9b
win32 interface: fixed range check error from C Western (bug #11096 )
...
git-svn-id: trunk@14739 -
2008-04-02 21:54:03 +00:00
vincents
f769821d63
gtk interface: fixed compilation with fpc 2.3.1 (bug #11091 )
...
git-svn-id: trunk@14738 -
2008-04-02 21:19:34 +00:00
laurent
0b7a106fec
ResourceStrings for Locals Dialog
...
git-svn-id: trunk@14737 -
2008-04-02 20:44:09 +00:00
laurent
2b64b5513a
ResourceStrings for Watch Property Dialog
...
git-svn-id: trunk@14736 -
2008-04-02 20:27:49 +00:00
laurent
b7ae37634e
Designer: ResourceStrings for Size Component Dialog
...
git-svn-id: trunk@14735 -
2008-04-02 19:26:18 +00:00
mattias
2107b2ce1a
openglcontext: fixed gtk2 at designtime
...
git-svn-id: trunk@14734 -
2008-04-02 14:10:43 +00:00
tombo
ae57a5e457
LCL carbon: applied patch #0011070 : Two fixes for Carbon Tabs from Tobias Giesen
...
git-svn-id: trunk@14733 -
2008-04-02 12:40:59 +00:00
tombo
3880c2d0cd
LCL carbon: fixed bug #0011041 : TGroupBox child controls are unreachable
...
git-svn-id: trunk@14732 -
2008-04-02 12:28:24 +00:00
mattias
c7943aabcd
clean up
...
git-svn-id: trunk@14731 -
2008-04-02 10:58:54 +00:00
vincents
6f835bfa26
IDE: allow rebuilding a running lazarus in a custom directory from C Western (bug #11072 )
...
git-svn-id: trunk@14730 -
2008-04-02 10:38:56 +00:00
vincents
4c72c3b1ed
doc editor: fixed AV's (bug #10221 )
...
git-svn-id: trunk@14729 -
2008-04-02 10:24:52 +00:00
paul
8a48e510c8
qt: take Combobox.DropDownCount into account
...
git-svn-id: trunk@14728 -
2008-04-02 09:29:47 +00:00
paul
00d052573c
ide: don't lose control hints in component palette after switching between form-datamodule-form (issue #0001699 )
...
git-svn-id: trunk@14727 -
2008-04-02 08:58:43 +00:00
paul
7a90db3ab1
lcl: don't show pressed state for whole toolbutton when only arrow is pressed (part of 0000612)
...
git-svn-id: trunk@14726 -
2008-04-02 08:26:15 +00:00
paul
a3ac3bce41
lcl: don't create handle for invisible menu items on inserting them to menu (issue #0000646 )
...
git-svn-id: trunk@14725 -
2008-04-02 07:36:40 +00:00
paul
c05a91d793
qt: simplify getClientBounds from Luiz
...
git-svn-id: trunk@14724 -
2008-04-02 03:27:32 +00:00
paul
ab35d6d7d9
ide: don't eat any keys when object inspector editor is dropped down (issue #0011031 )
...
git-svn-id: trunk@14723 -
2008-04-02 02:21:29 +00:00
jesus
d2b0a4c27d
LazReport, fix aggregate functions for groups
...
git-svn-id: trunk@14722 -
2008-04-02 01:43:04 +00:00
jesus
6e59681184
LazReport: fix group editor edit button, avoid double backets in function parameters, simple groups sample report
...
git-svn-id: trunk@14721 -
2008-04-01 21:47:43 +00:00
vincents
70a8e35b81
win32 interface: disabled sending CN_CHAR to the LCL, if keycode > 127. Values > 255 will be cut of anyway and for 128 - 255, it is better to use OnUTF8KeyPress
...
git-svn-id: trunk@14720 -
2008-04-01 20:58:11 +00:00
mattias
958dd5b004
openglcontrol: clean up
...
git-svn-id: trunk@14719 -
2008-04-01 16:02:35 +00:00
mattias
25c5057fc2
IDE: loaded package dependency lists now set correct Owner
...
git-svn-id: trunk@14718 -
2008-04-01 15:50:19 +00:00
mattias
58cbd83556
IDE: package editor: fixed check if package provides another package
...
git-svn-id: trunk@14717 -
2008-04-01 15:26:36 +00:00
vincents
9f9ab8fcfb
codetools: copy is a function, not a procedure (bug #11038 )
...
git-svn-id: trunk@14716 -
2008-04-01 14:02:29 +00:00
vincents
9081581c3b
IDE: reduced compiler hints
...
git-svn-id: trunk@14715 -
2008-04-01 13:19:22 +00:00
vincents
e3c42137f2
startlazarus: accept custom lazarus executable if it has the same time as the default (can happen if they are actually the same file) from Colin Western (bug #11065 )
...
git-svn-id: trunk@14714 -
2008-04-01 13:09:32 +00:00
vincents
d948a49ca9
LCL: fixed initial position of TCalendarPopupForm from Damien Gerard (bug #10599 )
...
git-svn-id: trunk@14713 -
2008-04-01 12:02:28 +00:00
vincents
cb6d60d9cf
IDE: view unit dialog: make sure the selected item is visible from Dominique Louis (bug #11017 )
...
git-svn-id: trunk@14712 -
2008-04-01 11:48:32 +00:00
paul
18edbe16d8
qt: fix getClientBounds return (left, top was always zero) - part of 0011020
...
git-svn-id: trunk@14711 -
2008-04-01 09:14:35 +00:00
paul
86f7687fe9
lcl: add Widgetset.LCLCapability function and a set for it with only one member for now lcAsyncProcess
...
ide: don't use AsyncProcess if widgetset is not capable to handle it (this fixes issues with compiling in qt and gtk2 ide under windows)
git-svn-id: trunk@14710 -
2008-04-01 08:46:13 +00:00
paul
fb8f454251
ide: repair expand/collapse row on object inspector when editor has no focus (issue #0011079 )
...
git-svn-id: trunk@14709 -
2008-04-01 07:14:03 +00:00
paul
54763caf2c
ide: don't eat up and down keys when current object inspector editor is dropped down (issue #0011031 )
...
git-svn-id: trunk@14708 -
2008-04-01 07:02:34 +00:00
paul
eb654610cb
ide: toggle object inspector row value on Ctrl+Enter (same as DblClick) (issue #0011077 )
...
git-svn-id: trunk@14707 -
2008-04-01 06:51:58 +00:00
laurent
38ae119989
Resourcestring for breakpoints dialog
...
git-svn-id: trunk@14706 -
2008-04-01 06:49:47 +00:00
paul
f403e21c77
ide: auto apply value change in object inspector on double click (issue #0011078 )
...
git-svn-id: trunk@14705 -
2008-04-01 06:41:45 +00:00
paul
e4841c84fb
ide: scroll object inspector tabs by Ctrl+Tab, Ctrl+Shift+Tab (issue #0011080 )
...
git-svn-id: trunk@14704 -
2008-04-01 03:09:07 +00:00
paul
4f763d2164
update comment
...
git-svn-id: trunk@14703 -
2008-04-01 02:41:47 +00:00