Commit Graph

5758 Commits

Author SHA1 Message Date
mattias
c7beb98017 increased rpm version to 0.9.1.5
git-svn-id: trunk@5758 -
2004-08-09 16:02:14 +00:00
mattias
ae15cfe4a8 implemented getting define properties for Repair broken LFM wizard
git-svn-id: trunk@5757 -
2004-08-09 15:46:34 +00:00
mattias
966f3701b9 fixed makefiles
git-svn-id: trunk@5756 -
2004-08-09 14:05:07 +00:00
mattias
4cc1dac51d added objectlist.pas, implemented simple list TObjectList with association pointers
git-svn-id: trunk@5755 -
2004-08-09 13:55:30 +00:00
mattias
212493a075 added ideintf/packageintf.pas and implemented automatic uses section addition and package dependencies fixer for broken LFM
git-svn-id: trunk@5754 -
2004-08-09 13:54:11 +00:00
mattias
d71325aced moved componentreg.pas to ideintf
git-svn-id: trunk@5753 -
2004-08-09 09:24:29 +00:00
mattias
c30685c57e change component class dlg now works with child controls
git-svn-id: trunk@5752 -
2004-08-08 21:52:02 +00:00
mattias
dffc4d0999 replaced TDBEdit.WMKillFocus by EditingDone, Change Class basically working
git-svn-id: trunk@5751 -
2004-08-08 20:51:15 +00:00
mattias
674612146d added main IDe hints
git-svn-id: trunk@5750 -
2004-08-08 18:20:41 +00:00
mattias
a7d381ad9d splitted TMainIDE (main control instance) and TMainIDEBar (IDE menu and palette), added mainbase.pas and mainintf.pas
git-svn-id: trunk@5749 -
2004-08-08 18:02:45 +00:00
mattias
6efa88fffb fixed extract proc selection block level check
git-svn-id: trunk@5748 -
2004-08-07 10:57:08 +00:00
mattias
ebb787e8f5 implemented virtual temporary ct files
git-svn-id: trunk@5747 -
2004-08-07 07:03:29 +00:00
mattias
56f1575595 changed cpu target ppc to powerpc
git-svn-id: trunk@5746 -
2004-08-06 07:06:09 +00:00
mattias
21b270c41c fixed compilation for fpc 1.0.10
git-svn-id: trunk@5745 -
2004-08-06 06:51:15 +00:00
mattias
513788c44b moved designer/abstractformeditor.pp to ideintf/formeditingintf.pas
git-svn-id: trunk@5744 -
2004-08-05 21:20:47 +00:00
vincents
ac6e455257 allow backspace as a valid input
git-svn-id: trunk@5743 -
2004-08-05 19:33:48 +00:00
mattias
ad61f8be1b implemented FileExecutable for win32
git-svn-id: trunk@5742 -
2004-08-04 23:47:32 +00:00
mattias
6e92b90671 fixed make output recognition for win32
git-svn-id: trunk@5741 -
2004-08-04 17:38:08 +00:00
mattias
79f1d1940b fixed ct nodes for proc param type array of
git-svn-id: trunk@5740 -
2004-08-04 17:35:40 +00:00
mattias
e8ec5bd600 fixed setting Modified for hidden lpr file when adding CreateFormStatement
git-svn-id: trunk@5739 -
2004-08-04 16:58:15 +00:00
mattias
a5ded8dcb0 fixed range check error for TCustomSynAutoComplete.ExecuteCompletion in empty lines
git-svn-id: trunk@5738 -
2004-08-04 16:41:07 +00:00
mazen
922cb9f947 * fix UTF8 text display in source note book
git-svn-id: trunk@5737 -
2004-08-04 15:48:44 +00:00
mattias
c2790676bb connected actions register procs
git-svn-id: trunk@5736 -
2004-08-04 12:34:30 +00:00
mattias
7c15c7e6fc added actions registration
git-svn-id: trunk@5735 -
2004-08-04 12:26:35 +00:00
mazen
8f45f3b3d2 * fix left mouse button click reaction
git-svn-id: trunk@5734 -
2004-08-04 10:51:13 +00:00
mattias
e6ebce1af3 added workaround for not working TDataModule.AfterConstruction
git-svn-id: trunk@5733 -
2004-08-04 10:35:38 +00:00
mattias
649f11360b TStaticText.CanTab=false
git-svn-id: trunk@5732 -
2004-08-04 09:57:17 +00:00
mattias
540727fc1b implemented setting TTabSheet.TabIndex
git-svn-id: trunk@5731 -
2004-08-04 09:35:38 +00:00
mattias
7bf089b375 invisible selected persistents are no longer drawn with grabbers
git-svn-id: trunk@5730 -
2004-08-04 08:50:23 +00:00
micha
5d5266b9f3 fix win32 keyhandling, send cn_char
git-svn-id: trunk@5729 -
2004-08-04 07:32:01 +00:00
mazen
6a261b4580 * fix right mouse button down event
git-svn-id: trunk@5728 -
2004-08-03 17:18:15 +00:00
vincents
bc48338a51 fix 1.0.x compilation.
git-svn-id: trunk@5727 -
2004-08-03 15:38:53 +00:00
mattias
cf339ad67c added DBActns from Michael VC
git-svn-id: trunk@5726 -
2004-08-03 10:01:22 +00:00
mattias
823256e659 added dialog for warning if make tool not found
git-svn-id: trunk@5725 -
2004-08-03 09:21:08 +00:00
mattias
6da58dc740 LCL now handles for non win32 CN_CHAR
git-svn-id: trunk@5724 -
2004-08-03 09:01:54 +00:00
micha
040f964ed5 publish Title property on dialogs for .dfm streaming
git-svn-id: trunk@5723 -
2004-08-01 14:35:26 +00:00
micha
b6b484d93d fix stretchblt not called because of maskblt failure
git-svn-id: trunk@5722 -
2004-08-01 14:31:46 +00:00
micha
7e37785f81 implement column support for tdbgrid (thx jesusrmx)
git-svn-id: trunk@5721 -
2004-08-01 14:21:47 +00:00
micha
ee89ccabf2 better pre/post-intf key handling
git-svn-id: trunk@5720 -
2004-08-01 14:21:06 +00:00
micha
820efea207 fix Dbf unit filename case
git-svn-id: trunk@5719 -
2004-08-01 13:59:49 +00:00
vincents
c9f8ec214e updated localization
git-svn-id: trunk@5718 -
2004-07-30 20:55:16 +00:00
vincents
03680097bf added Italian ISO language in the IDE
git-svn-id: trunk@5717 -
2004-07-30 19:48:43 +00:00
vincents
12f8270c5b make executable location is a environment option now.
git-svn-id: trunk@5716 -
2004-07-30 15:38:16 +00:00
mazen
cf925ed5a5 * move HandleGtkKeyUpDown to gtkProc.inc make it visible to gtk2
this allow saving a call in a hevely called callback

git-svn-id: trunk@5715 -
2004-07-30 14:26:11 +00:00
mazen
adc4b3d21f - space style and space size are not set by program in GTK2 but by theme
git-svn-id: trunk@5714 -
2004-07-30 14:20:29 +00:00
marc
ac3b8018f5 * Fixed disabled state of bitbtns
git-svn-id: trunk@5713 -
2004-07-27 00:07:48 +00:00
vincents
52d45cdab4 regenerated makefiles, make doesn't need to be in path now
git-svn-id: trunk@5712 -
2004-07-26 20:44:22 +00:00
mattias
efd5eaf7b4 fixed fpc 1.0.10 compilation
git-svn-id: trunk@5711 -
2004-07-25 22:54:38 +00:00
mattias
7ee9cae478 added IDE cmd line option --skip-last-project
git-svn-id: trunk@5710 -
2004-07-25 22:43:18 +00:00
mattias
2f8201d816 added rx components from Michal Van Canneyt
git-svn-id: trunk@5709 -
2004-07-25 15:39:55 +00:00