Commit Graph

49 Commits

Author SHA1 Message Date
paul
e447466f59 ide: fix compilation with fpc 2.5.1
git-svn-id: trunk@21277 -
2009-08-18 08:42:22 +00:00
paul
56ae429345 lcl: fix Timers class hierarchi. Was: TCustomTimer -> TTimer -> TIdleTimer with published props only in TCustomFirmer. Now: TCustomTimer -> TTimer, TCustomTimer -> TCustomIdleTimer -> TIdleTimer and published props are in TTimer and TIdleTimer.
git-svn-id: trunk@19117 -
2009-03-26 15:09:24 +00:00
paul
42541fc98c ideintf: do Timer.OnTimer default event + some formatting (issue #0013403)
git-svn-id: trunk@19115 -
2009-03-26 14:30:27 +00:00
paul
d165265aaa ideintf: fix asterisk position in the copyright header
git-svn-id: trunk@18830 -
2009-02-27 02:35:55 +00:00
darius
ae817f22ad Reverting back to r17160 r17161 #0beee144e6 was an accidental commit
git-svn-id: trunk@17162 -
2008-10-31 00:38:03 +00:00
darius
0beee144e6 ""
git-svn-id: trunk@17161 -
2008-10-31 00:29:18 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
31b6def3f0 ide:
- correct hints of CheckListBox editor
- improve look and feel of CheckGroup editor

git-svn-id: trunk@15327 -
2008-06-06 02:36:55 +00:00
paul
221f810ea1 toolbar editor: add "New Divider" item to component menu
git-svn-id: trunk@13904 -
2008-01-29 07:29:14 +00:00
paul
86b9d6a98d improve view of checklistbox items editor
git-svn-id: trunk@13355 -
2007-12-17 10:18:31 +00:00
marc
0e9fa04c48 * Spaces fix by Pawel Trochimczuk
git-svn-id: trunk@11864 -
2007-08-26 16:55:51 +00:00
micha
ecce02979d improve checkgroup editor (patch from Salvatore Coppola)
git-svn-id: trunk@10620 -
2007-02-11 16:24:28 +00:00
marc
7d07ce4768 * per request, added a TDefaultEditor
git-svn-id: trunk@10303 -
2006-12-05 22:34:02 +00:00
mattias
11b49e5f01 added missing resourcestrings
git-svn-id: trunk@10034 -
2006-10-03 22:00:33 +00:00
vincents
b96a886dd8 add new toolbutton as last button in the bar (issue #1932)
git-svn-id: trunk@9778 -
2006-09-01 09:13:08 +00:00
vincents
64c1a69360 let some dialog component editors directly descend from TBaseComponentEditor
git-svn-id: trunk@9735 -
2006-08-19 20:14:27 +00:00
vincents
03486f9ae3 double click on a component opens its editor for several components (issue #1876)
git-svn-id: trunk@9733 -
2006-08-18 22:22:27 +00:00
mattias
2c5c77fba2 reduced notes, docking: implemented creating layout
git-svn-id: trunk@9666 -
2006-07-22 18:44:26 +00:00
mattias
e5a64772a0 added checklistboxeditordlg.pas, added Apply button to checklist editor from Salvatore
git-svn-id: trunk@9619 -
2006-07-16 07:48:22 +00:00
mattias
0364495833 renamed stringgriddlg.pas to lazstringgridedit.pas
git-svn-id: trunk@9515 -
2006-06-28 17:32:23 +00:00
mattias
7e84661561 separated TStringGridEditorDlg from Salvatore
git-svn-id: trunk@9514 -
2006-06-28 17:29:13 +00:00
mattias
0c651d4040 implemented TTabControl component editor
git-svn-id: trunk@9201 -
2006-04-29 16:11:51 +00:00
vincents
fcf6f19164 added test dialog for all common dialog descendants (issue #1735)
git-svn-id: trunk@8775 -
2006-02-19 18:29:45 +00:00
mattias
bb2b186050 converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic
git-svn-id: trunk@8763 -
2006-02-17 18:03:26 +00:00
mattias
6cc2b0fd29 convert the CheckGroup Editor and the CheckListBox Editor in lfm from Salvatore
git-svn-id: trunk@8612 -
2006-01-23 22:17:23 +00:00
jesus
ee3c5a89d3 StringGrid editor components are now correctly anchored, suggested by Jarto
git-svn-id: trunk@8424 -
2006-01-03 21:03:41 +00:00
mattias
733f344443 added some resourcestrings and autosizing for checklistbox editor
git-svn-id: trunk@7341 -
2005-07-13 17:25:06 +00:00
mattias
1cce85674d implemented streaming TCheckListBox checked states from Salvatore
git-svn-id: trunk@7313 -
2005-07-02 09:17:20 +00:00
mattias
de2468df58 added TCheckGroup/TCheckListBox component editors from SALVATORE COPPOLA
git-svn-id: trunk@7297 -
2005-06-29 23:09:34 +00:00
mattias
da84f603d8 added resource string for TDefaultComponentEditor.Edit
git-svn-id: trunk@6710 -
2005-01-28 17:06:30 +00:00
mattias
838c199783 added DoCompareCells, changed OnCompareCell from Jesus
git-svn-id: trunk@6611 -
2005-01-16 13:16:31 +00:00
mattias
487b6f09fc added TFileDialogComponentEditor and TFileDlgFilterProperty from Lagunov
git-svn-id: trunk@6519 -
2005-01-09 12:10:32 +00:00
mattias
6334f891ba Columns property in TCustomGrid by Jesus
git-svn-id: trunk@6485 -
2005-01-05 15:20:10 +00:00
mattias
d9f87ef6eb updatepofiles is now case sensitive,
replaced many places, where Application was needlessly Owner
updated po files, started Configure IDE Install Package dialog,
implemented removing double file package links

git-svn-id: trunk@6388 -
2004-12-18 10:20:22 +00:00
vincents
6425889e6e moved GetLanguageIDs from Translations to LazConf
git-svn-id: trunk@6352 -
2004-12-09 14:30:12 +00:00
marc
fee93ccea9 * fixed stronger fpc typing (and some real cast errors)
git-svn-id: trunk@6195 -
2004-11-04 01:26:47 +00:00
vincents
89fe6ac437 replaced writeln by DebugLn
git-svn-id: trunk@6001 -
2004-09-14 21:30:37 +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
21b270c41c fixed compilation for fpc 1.0.10
git-svn-id: trunk@5745 -
2004-08-06 06:51:15 +00:00
mattias
84dd820d72 Designer can now handle TPersistent selections, TCollectionPropertyEditor basically working
git-svn-id: trunk@5702 -
2004-07-24 11:23:56 +00:00
mattias
03781e4f7d fixed memleak in TDefaultComponentEditor.Edit
git-svn-id: trunk@5379 -
2004-04-08 18:27:51 +00:00
mattias
50675c8f90 actionslist editor improved from Radek
git-svn-id: trunk@5347 -
2004-03-29 17:21:52 +00:00
mattias
506f8a7c71 implemented mask merge and extraction for raw images
git-svn-id: trunk@5343 -
2004-03-28 12:49:23 +00:00
mattias
189f2fffe5 added IDEIntf package and component editors for MemDS
git-svn-id: trunk@5335 -
2004-03-20 17:36:56 +00:00
mattias
add76d4e8b completed new TToolBar
git-svn-id: trunk@5226 -
2004-02-23 18:24:38 +00:00
mattias
0f3c859088 implemented property editor for TMenu.Items
git-svn-id: trunk@5085 -
2004-01-22 16:08:26 +00:00
marc
348cd5c298 * Changed TComponentSelectionList to TPersistentSelectionList
+ Added SSHdebugger property

git-svn-id: trunk@5007 -
2004-01-04 03:53:36 +00:00
mattias
25d4c4186a fixed 1.0.10 compilation
git-svn-id: trunk@4970 -
2003-12-27 01:26:00 +00:00
mattias
6ff959c82d moved IDE interface units to ideintf directory
git-svn-id: trunk@4933 -
2003-12-22 00:11:53 +00:00