Commit Graph

280 Commits

Author SHA1 Message Date
paul
cef06f6bb7 revert r16293 #88af0e037f
git-svn-id: trunk@16298 -
2008-08-29 13:21:22 +00:00
paul
88af0e037f lcl:
- decrease visibility of Canvas property in TRasterImage from public to protected
  - make property Canvas public to TCustomBitmap

git-svn-id: trunk@16293 -
2008-08-29 11:17:57 +00:00
vincents
11038348f3 LCL: added TNotebookCapabilities from Benito van der Zander (part of issue #11563)
git-svn-id: trunk@16000 -
2008-08-08 14:31:54 +00:00
mattias
fa3e4526c8 LCL: undone renaming pfAdded, pfRemoving
git-svn-id: trunk@15863 -
2008-07-25 09:26:35 +00:00
mattias
4969fb1643 carbon: fixed notebook close page, insert page, setpageindex, bug #11719,#11680, #10171
git-svn-id: trunk@15852 -
2008-07-24 01:35:59 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
b223dbff27 LCL: removed obsolete TAbstractReader
git-svn-id: trunk@15767 -
2008-07-13 18:59:39 +00:00
paul
a8beee2e0b lcl:
- add ability to store icon to TTrayIcon
- qt: fix TQtTrayIcon Icon handling

git-svn-id: trunk@15633 -
2008-07-01 01:37:51 +00:00
mattias
e92a0bdc32 LCL: moved mousewheel handlers from TWinControl to TControl
git-svn-id: trunk@15319 -
2008-06-05 16:16:13 +00:00
paul
c246a4e243 lcl: ClientRect had not been recalculated on TPanel.BorderWidth/BevelWidth change (#0011351)
git-svn-id: trunk@15246 -
2008-05-27 01:50:06 +00:00
vincents
bc6912e30f LCL: Set default value of TCustomImage.Transparent to false (bug #10220, #10778)
git-svn-id: trunk@15206 -
2008-05-22 14:15:03 +00:00
vincents
3d2bb7d1e3 LCL: published ParentFont property for TBitBtn, TPage and TNotebook (issue #11307)
git-svn-id: trunk@15181 -
2008-05-19 13:06:20 +00:00
vincents
b26fe0d6b1 LCL: published TSplitter.PopupMenu
git-svn-id: trunk@15163 -
2008-05-16 07:31:39 +00:00
mattias
1a97191680 LCL: fixed TCustomLabeledEdit anchoring label, fixing bug #10748
git-svn-id: trunk@14207 -
2008-02-20 13:24:26 +00:00
sekelsenmat
0c5c85ec57 Fixes changing the hint at run-time.
git-svn-id: trunk@14156 -
2008-02-16 07:35:34 +00:00
sekelsenmat
3468326b9a Implements the basics of showing ballon hints of the TTrayIcon.
git-svn-id: trunk@14055 -
2008-02-09 19:55:58 +00:00
sekelsenmat
ae7e221cc7 Started moving TPopupNotifier to the LCL. Added linux script to create images lrs file. Implemented TTrayIcon.GetPosition on gtk2.
git-svn-id: trunk@14038 -
2008-02-09 10:24:40 +00:00
paul
be879539ca - move OnGetDockCaption and friends to TWinControl
- some improvements to dock header drawing

git-svn-id: trunk@13681 -
2008-01-09 09:08:12 +00:00
paul
213353b06d - publish some docking related properties for TPageControl
- implement docking into TPageControl (tested with TPanel dock into TPageControl)

git-svn-id: trunk@13660 -
2008-01-07 18:40:31 +00:00
mattias
525fec94be LCL: replaced drag/dock messages with a cleaner TDragManager from Marius
git-svn-id: trunk@13564 -
2008-01-01 23:35:52 +00:00
mattias
fd641213fc LCL: undo docking patch
git-svn-id: trunk@13349 -
2007-12-16 11:00:25 +00:00
mattias
767859d068 IDE: implemented short cuts for ecSetFreeBookmark, ecPrevBookmark, ecNextBookmark
git-svn-id: trunk@13348 -
2007-12-16 10:58:01 +00:00
vincents
01a956df63 LCL: in case of index out of bounds error, the message shows the upperbound instead of the count of the list (bug #10367)
git-svn-id: trunk@13201 -
2007-12-07 13:00:20 +00:00
paul
8b828c53b4 qt: improve resize even handling
git-svn-id: trunk@13050 -
2007-11-27 09:37:15 +00:00
sekelsenmat
579e90adec Added initial implementation for BallonHints on the tray, and updated example.
git-svn-id: trunk@12809 -
2007-11-10 10:42:46 +00:00
mattias
c639191753 IDE: compiler opts dlg: fixd lblCompiler spacing, LCL: fixed consistency using GetSpace instead of GetSideSpace
git-svn-id: trunk@12619 -
2007-10-28 12:50:46 +00:00
mattias
61848f6cad LCL: published TRadioGroup.AutoSize - the bugs are fixed :)
git-svn-id: trunk@12614 -
2007-10-27 18:31:23 +00:00
mattias
1d517decaf IDE: fixed auto code templates to not always add the typed character, IDE: fixed resetting IDE ToolStatus, fixing crash when double clicking on install package button, IDEIntf: added property OpenEditorsOnCodeToolChange to allow tools to cleanly change sources (this fixes the bug of quickfix items not working with temporary files)
git-svn-id: trunk@12613 -
2007-10-27 18:26:35 +00:00
mattias
5bef34477f LCL: TPage: fixed ReAlign of TPage on leave, resize, return, fixed clean up after delayed resizing when parent controls become visible
git-svn-id: trunk@12488 -
2007-10-16 11:45:36 +00:00
mattias
6264aac23c LCL: fixed using parent borderspacing, fixed anchor spacing for parallel controls, fixed endless loop autosize interdependencies, implemented auto fixing anchor circles, implemented auto fixing center anchoring, fixed calculation of static childsizing layouts, fixed autosizing for controls without preferred size by providing default sizes also used in creation, fixed TSizeConstraints.MinMaxWidth/Height
git-svn-id: trunk@12461 -
2007-10-14 12:54:29 +00:00
mattias
f4eaf90e42 undo
git-svn-id: trunk@12129 -
2007-09-22 10:09:27 +00:00
mattias
b647927885 translations: german: added lazreport maincalleditor.de.po from Joerg Braun
git-svn-id: trunk@12128 -
2007-09-22 10:06:48 +00:00
sekelsenmat
0f85639748 Removed the ShowHint property from TrayIcon because it can be determined by Hint <> ''
git-svn-id: trunk@12104 -
2007-09-21 07:15:35 +00:00
sekelsenmat
fb74cf2f73 Started moving TTrayIcon to LCL. Implemented basics and the Qt implmentation.
git-svn-id: trunk@12097 -
2007-09-20 21:33:28 +00:00
mattias
b514d80686 LCL: fixed removing TCustomPage pfAdded when destroying handle
git-svn-id: trunk@11991 -
2007-09-10 19:23:00 +00:00
mattias
4c1b802fe1 LCL: autosizing parent control now work with childs anchored to parent
git-svn-id: trunk@11851 -
2007-08-23 20:14:12 +00:00
paul
8eefc8e23f splitter and pairsplitter improvements:
1. ability to control pairsplitter cursor for gtk
2. ability to control pairsplitter internal splitter cursor for others
3. default values for pairsplitter cursor (crHSplit/crVSplit)
4. painting splitter through themes for win32/xp/gtk2 (disabled through -dUseThemes)
5. Clean up

git-svn-id: trunk@11214 -
2007-05-29 09:19:34 +00:00
paul
2ea84b6b51 - LCL-default images loading moved from TWidgetSet.LoadStockPixmap to buttons and dialogs units
- updated LCL-default images from silk collection (thanks badphoenix)
- TWidgetSet.LoadStockPixmap extended to return bitmap mask handle (need to use win32 stock icons)
issues: #0008936, #0008937

git-svn-id: trunk@11197 -
2007-05-25 09:13:22 +00:00
mattias
128e9c88d9 gtk1 intf: added check if user choose a directory in TOpenDialog
git-svn-id: trunk@11195 -
2007-05-25 09:01:28 +00:00
mattias
e16a765e54 LCL: reactivated sending uninitialized bounds of TCustomPage to interface
git-svn-id: trunk@11191 -
2007-05-24 08:33:49 +00:00
mattias
d45e62cd1b gtk2 intf: disabled removing callbacks, added GetDefaultClientRect for TPage and TNoteBook
git-svn-id: trunk@11189 -
2007-05-23 23:24:14 +00:00
mattias
759a269ca6 gtk intf: resize messages for fixed/client widgets are now kept back and sent for main widgets
git-svn-id: trunk@11184 -
2007-05-23 17:32:10 +00:00
mattias
894e5506b8 lcl: published TLabeledEdit.AutoSelect and EchoMode from Michael Van Canneyt
git-svn-id: trunk@11025 -
2007-04-29 10:22:55 +00:00
paul
78187ac487 - added WsWinControl.CanFocus that inform about ability of control to be focused with default widgetset value = True (overrided for gtk)
- changed CanTab of TWinControl to use TWSWinControlClass.CanFocus
- published TRadioGroup.TabStop

git-svn-id: trunk@10829 -
2007-03-30 05:22:36 +00:00
mattias
a46e0d0b54 LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
git-svn-id: trunk@10823 -
2007-03-28 19:01:27 +00:00
paul
d90cad2972 - moved DoShow, DoHide, OnShow, OnHide from TTabSheet to TCustomPage (ancestor)
- fireing OnShow and OnHide on page changing

git-svn-id: trunk@10816 -
2007-03-28 04:48:30 +00:00
marc
8e235a6696 * Patch for TDBImage and TDBMemo form Joost van der Sluis
git-svn-id: trunk@10681 -
2007-02-25 16:13:52 +00:00
vincents
ba85e84687 LCL: published dragging related properties
patch by: Paul Ishenin

git-svn-id: trunk@10648 -
2007-02-16 08:31:43 +00:00
mattias
5a7ff6537a LCL: Tapplication.CreateForm with out param, cleanups, renamed TCustomPropertyStorage param name Default with DefaultValue from Flávio Etrusco
git-svn-id: trunk@10626 -
2007-02-12 12:40:41 +00:00
vincents
09dccca531 LCL: made TGraphicControl.OnPaint proteced, TShape.OnPaint and TPaintPox.OnPaint public and fixed firing TShape.OnPaint (bug #8246)
git-svn-id: trunk@10607 -
2007-02-07 14:40:42 +00:00
micha
305e2a2521 fix removing last page from tcustomnotebook (issue #7839)
git-svn-id: trunk@10525 -
2007-01-28 15:20:40 +00:00
micha
10aecd20d4 fix TPage.TabVisible icw PageIndex, patch by Luiz (issue #7349)
git-svn-id: trunk@10519 -
2007-01-27 19:23:13 +00:00
vincents
b6299f483a LCL: fixed dragging over a splitter (bug #2058) from Paul Ishenin
git-svn-id: trunk@10505 -
2007-01-26 09:14:15 +00:00
mattias
787f9e814d added package SimpleIDEIntf to test IDE plugins easier
git-svn-id: trunk@10372 -
2007-01-04 19:51:33 +00:00
vincents
a783783930 LCL: you can tab to a TPanel, if it has tabstop = true (issue #8044)
git-svn-id: trunk@10365 -
2007-01-02 10:59:43 +00:00
vincents
c6fcef4270 LCL: published TImage.ShowHint, ParentShowHint and Enabled (bug #7578)
git-svn-id: trunk@10341 -
2006-12-18 06:51:43 +00:00
mattias
c8913db097 LCL: fixed TCustomPage.IsControlVisible
git-svn-id: trunk@9915 -
2006-09-16 10:08:39 +00:00
mattias
ba90235cdf TPanel: fixed missing inherited in Loaded
git-svn-id: trunk@9712 -
2006-08-10 21:41:50 +00:00
micha
df5da59ff1 do not do transparent theme drawing for opaque controls
git-svn-id: trunk@9707 -
2006-08-07 22:23:53 +00:00
mattias
1ecaec575c TPageControl: AutoSizing is now delayed until page handle was added to the parent handle
git-svn-id: trunk@9635 -
2006-07-19 22:13:37 +00:00
micha
8b1f47f873 fix notebook accelerator handling, send only to active page (issue #1989)
git-svn-id: trunk@9634 -
2006-07-19 16:11:41 +00:00
mattias
e2ba095290 fixed default value of TImage.Transparent
git-svn-id: trunk@9606 -
2006-07-14 14:48:31 +00:00
vincents
c5534be14d store TLabeledEdit.EditLabel subcomponent (issue #7087)
git-svn-id: trunk@9503 -
2006-06-27 19:03:32 +00:00
vincents
a53d727f95 published TImage.OnDblClick, works on win32 (issue #7078)
git-svn-id: trunk@9501 -
2006-06-27 14:43:07 +00:00
mattias
ef127c3bc4 gtk intf: implemented TPage.TabVisible=false
git-svn-id: trunk@9484 -
2006-06-22 23:30:18 +00:00
mattias
7a675dec3a added TListWithEvents, fixed codetools adding a colon too much, added lcl test for TPageControl
git-svn-id: trunk@9477 -
2006-06-22 18:09:31 +00:00
mattias
6eb4930179 fixed references to COPYING.LCL
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
mattias
4de68607bc implemented accelerators for TPage captions
git-svn-id: trunk@9206 -
2006-04-29 21:33:39 +00:00
mattias
96da86f260 published some Font properties, that now works under win32 and gtk1
git-svn-id: trunk@9165 -
2006-04-23 20:22:22 +00:00
mattias
c0fe7541cd codetools directory values: added treeview and memo to view the templates and how they were parsed
git-svn-id: trunk@9161 -
2006-04-22 15:59:30 +00:00
mattias
f5abc1d817 added TCustomSplitter.MoveSplitter and SetSplitterPosition and IDE ct defines editor now saves splitter positions
git-svn-id: trunk@9159 -
2006-04-22 13:13:36 +00:00
mattias
90de7d2a9a implemented TControl.BorderSpacing.CellAlignHorizontal/Vertical, replaced TRadioGroup recreatewnd calls with UpdateItems, changed TRadioGroup.AutoFill to true as default
git-svn-id: trunk@8633 -
2006-01-27 15:21:08 +00:00
mattias
022e1f68df fixed editor options layout to anchor options bottom
git-svn-id: trunk@8620 -
2006-01-25 23:05:25 +00:00
mattias
4572967898 TRadioGroup and TCheckGroup are now using ChildSizing properties
git-svn-id: trunk@8619 -
2006-01-25 22:48:01 +00:00
micha
258a8704a3 move initialization of control into InitializeWnd, do not use CreateWnd for that
git-svn-id: trunk@8242 -
2005-11-29 22:20:01 +00:00
vincents
cd0845f2aa renamed DoSetTabStops to UpdateTabStop
git-svn-id: trunk@8174 -
2005-11-16 09:27:46 +00:00
vincents
b30e640082 implemented cursor navigation in radiogroup (issue #1172, #1413)
git-svn-id: trunk@8172 -
2005-11-15 23:38:07 +00:00
vincents
8d90a2d6ea published TRadioGroup.TabOrder
git-svn-id: trunk@8119 -
2005-11-09 19:25:54 +00:00
mattias
bec6005a12 started codetemplate makros and project source directories
git-svn-id: trunk@8044 -
2005-11-02 23:09:33 +00:00
mattias
9dc5379f89 cleanup
git-svn-id: trunk@8027 -
2005-11-01 23:38:43 +00:00
mattias
a6f4efe474 added try..except to setting sibling in anchor designer
git-svn-id: trunk@8022 -
2005-11-01 22:02:17 +00:00
mattias
e4ced904c8 added TControl.AnchoredControls, improved TSplitter for multiple anchored controls, started TAnchoredDockManager
git-svn-id: trunk@8001 -
2005-10-30 12:09:22 +00:00
mattias
017d799736 extended docking to auto add splitters, updated german translation, updated examples
git-svn-id: trunk@7989 -
2005-10-27 20:35:24 +00:00
marc
4a42afcb2f * Patch and fix for 1313 from Tomáš Gregoric
git-svn-id: trunk@7981 -
2005-10-22 13:09:40 +00:00
mattias
f6b997f975 implmented BorderSpacing.InnerBorder
git-svn-id: trunk@7877 -
2005-10-01 13:26:37 +00:00
mattias
06a1976a71 published TSpeedButton.Font
git-svn-id: trunk@7870 -
2005-10-01 00:38:24 +00:00
mattias
ebdafeb975 commit clean up
git-svn-id: trunk@7831 -
2005-09-26 09:34:38 +00:00
mattias
adc7fac0b7 fixed TabVisible in environment options
git-svn-id: trunk@7829 -
2005-09-25 23:32:43 +00:00
mattias
9d59986db5 fixed TAnchorSide.Side default value
git-svn-id: trunk@7650 -
2005-09-09 08:42:33 +00:00
mattias
c943808130 TRadioGroup now delegates OnEnter/OnExit from items to itself
git-svn-id: trunk@7581 -
2005-08-27 14:29:56 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
mattias
a76a810302 added robust mechanism to TRadioGroup.SetItemIndex for lazy interfaces
git-svn-id: trunk@7344 -
2005-07-13 17:48:57 +00:00
mattias
d787ff4438 TSplitter can now also work with Align=alNone and AnchorSide
git-svn-id: trunk@7334 -
2005-07-09 16:20:50 +00:00
mattias
a27c24ae41 implemented auto ident completion after point plus idle
git-svn-id: trunk@7294 -
2005-06-29 09:24:14 +00:00
vincents
776c27aac0 also invalidate control, if it is only moved, but not resized.
git-svn-id: trunk@7164 -
2005-05-09 14:52:33 +00:00
micha
fbb495bee3 implement active default control switching
pressing return key executes active default control action

git-svn-id: trunk@7080 -
2005-04-17 18:41:15 +00:00
mattias
99f0805786 implemented TMemo text for gtk2, TRadioGroup.OnClick is now called whenever ItemIndex changed, so it works now also under gtk2 Delphi compatible from Andrew Haines
git-svn-id: trunk@7026 -
2005-03-25 17:47:55 +00:00
mattias
0b4faac301 various Delphi compatibilities from C Western
git-svn-id: trunk@6910 -
2005-03-07 00:52:51 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
micha
605475e8c4 implement assign for tbevel
git-svn-id: trunk@6712 -
2005-01-28 18:48:35 +00:00