Commit Graph

14887 Commits

Author SHA1 Message Date
vincents
76e6875b18 IDE: fixed unit search directories for make bigide
git-svn-id: trunk@14774 -
2008-04-07 09:53:04 +00:00
vincents
ac26bc73d0 components: tachart: make unit output directory widget dependent
git-svn-id: trunk@14773 -
2008-04-07 09:49:38 +00:00
vincents
899c90c1ee components: fixed unit search directory
git-svn-id: trunk@14772 -
2008-04-07 09:17:37 +00:00
vincents
6d2b376f1c components: fixed unit search directory
git-svn-id: trunk@14771 -
2008-04-07 09:15:28 +00:00
vincents
95e234bd6e win32 interface: improved wm_char handling
git-svn-id: trunk@14770 -
2008-04-07 08:46:39 +00:00
marc
7b3bf328ae * updated translation by slavko
git-svn-id: trunk@14769 -
2008-04-06 16:45:44 +00:00
vincents
92bc6dea2c LCL: use TShortcut from the classes unit
git-svn-id: trunk@14768 -
2008-04-06 11:30:19 +00:00
vincents
8609fa32cd updated Russian translations from Maxim
git-svn-id: trunk@14767 -
2008-04-06 08:09:16 +00:00
laurent
5a3255f6f9 Delete BorderSpacing.Onchange property in lfm
git-svn-id: trunk@14766 -
2008-04-05 20:07:10 +00:00
mattias
ca564f7e3e translations: finnish: updates from Seppo
git-svn-id: trunk@14765 -
2008-04-05 19:07:06 +00:00
sekelsenmat
e52e15040b Fix compilation of maskedit in non-win32.
git-svn-id: trunk@14764 -
2008-04-05 18:03:36 +00:00
vincents
09ece34247 components: regenerated makefiles using the new unit output directory (bug #9963)
git-svn-id: trunk@14763 -
2008-04-05 17:50:49 +00:00
vincents
99312d0284 components: paradox : fixed conditional defines
git-svn-id: trunk@14762 -
2008-04-05 17:44:47 +00:00
vincents
16af84f993 IDE: install package dialog: double click on a package moves it to the other list
git-svn-id: trunk@14761 -
2008-04-05 16:58:14 +00:00
sekelsenmat
78c6aa38dd Patch from David Guadagnini plus fix from Junior Goncalves and other
fixes from myself. Implements maskedit.pp

git-svn-id: trunk@14760 -
2008-04-05 13:39:50 +00:00
vincents
e523d1cf32 turbopower ipro example: clean up
git-svn-id: trunk@14759 -
2008-04-05 12:49:17 +00:00
vincents
30e7e3edec turbopower ipro example: fixed compilation
git-svn-id: trunk@14758 -
2008-04-05 12:43:47 +00:00
vincents
486a2d72d1 components: lazdatadict: fixed conditional defines
git-svn-id: trunk@14757 -
2008-04-05 09:42:09 +00:00
vincents
6cdf555bb7 components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963)
git-svn-id: trunk@14756 -
2008-04-05 08:18:16 +00:00
vincents
e7d5664114 translations: reorder items alphabetically
git-svn-id: trunk@14755 -
2008-04-05 08:09:20 +00:00
mattias
d547195c8f IDE: implemented check if package uses Owner of property
git-svn-id: trunk@14754 -
2008-04-04 17:55:27 +00:00
mattias
4a0ceae39d IDE: implemented experimental TPersistentPropertyEditor.SetValue for multi forms
git-svn-id: trunk@14753 -
2008-04-04 17:06:08 +00:00
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