Commit Graph

13836 Commits

Author SHA1 Message Date
paul
3a02d78daa gtk: implement DrawDefaultDockImage (as blue rectangle)
git-svn-id: trunk@13666 -
2008-01-08 11:15:07 +00:00
paul
bdb8aa451e gtk:
- added some missed function to extra
- correct GetWindowRect

git-svn-id: trunk@13665 -
2008-01-08 09:33:43 +00:00
laurent
a1153ebae0 Update french languages for LCL and IDE
git-svn-id: trunk@13664 -
2008-01-08 07:59:19 +00:00
marc
a174b6e889 * fixed crash in checklistbox
* fixed overwrite of privateclass on inherited update
* fixed overwrite of privateclass with a "lower" class

git-svn-id: trunk@13663 -
2008-01-07 23:58:16 +00:00
marc
07c1e8c99a * Updated translation by Slavko
git-svn-id: trunk@13662 -
2008-01-07 21:41:15 +00:00
paul
24b1794ec1 forgotten "var"
git-svn-id: trunk@13661 -
2008-01-07 18:45:22 +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
paul
227562b0dd improve TDockTree.DeleteZone
git-svn-id: trunk@13659 -
2008-01-07 16:46:22 +00:00
kirkpatc
19dbef9d83 LazDoc - Update to DBCtrls (HowToUseDataAwareControls)
git-svn-id: trunk@13658 -
2008-01-06 17:32:38 +00:00
paul
464160182d add missing DFCS_TRANSPARENT const
git-svn-id: trunk@13657 -
2008-01-06 17:31:56 +00:00
paul
338c38e8ce fix problematic xpms (they did not work with gtk1 reader)
git-svn-id: trunk@13656 -
2008-01-06 17:28:49 +00:00
paul
483a34bcfc default theme engine: draw MDI title buttons flat
git-svn-id: trunk@13655 -
2008-01-06 17:16:55 +00:00
paul
13f1d93308 fix gtk1 compilation
git-svn-id: trunk@13654 -
2008-01-06 17:13:45 +00:00
paul
db8928bd1c dockSite: call paint dock frame only only for docked controls
git-svn-id: trunk@13653 -
2008-01-06 10:09:46 +00:00
paul
d36fa6b624 theme engine: handle title bar button in IsDisabled, IsHot and IsPushed
git-svn-id: trunk@13652 -
2008-01-06 10:08:52 +00:00
paul
3d441b5758 gtk:
- add MDI button pixmaps (new inc file)
- teach gtk theme engine to draw pixmaps
- cleanup

git-svn-id: trunk@13651 -
2008-01-06 09:58:46 +00:00
kirkpatc
73c65abe50 LazDoc - updates to DBCtrls and DBGrids
git-svn-id: trunk@13650 -
2008-01-06 08:48:59 +00:00
paul
fc2a17dbd0 fix drawing position of various title bar items
git-svn-id: trunk@13649 -
2008-01-06 08:06:34 +00:00
paul
50fbfbbd5f qt bindings v 1.57
git-svn-id: trunk@13648 -
2008-01-06 07:43:52 +00:00
mattias
0323db74dc LCL: fixed calling AdjustSize when TCheckBox.Caption changed
git-svn-id: trunk@13646 -
2008-01-05 23:35:49 +00:00
mattias
e9b91e0bbe LCL: fixed calling AdjustSize when TButton.Caption changed, bug #10547
git-svn-id: trunk@13645 -
2008-01-05 23:30:57 +00:00
mattias
f9cbb95fc4 codetools: fixed parsing classes containing only the inheritage brackets, but no end (bug #10563)
git-svn-id: trunk@13644 -
2008-01-05 23:04:14 +00:00
mattias
ebeaadf940 openglcontrol: fixed compilation
git-svn-id: trunk@13643 -
2008-01-05 22:52:26 +00:00
mattias
14fe68ea0b gtk intf: moved FinishCreateHandle to gtk1 - it is usable for gtk1+2
git-svn-id: trunk@13642 -
2008-01-05 22:51:53 +00:00
mattias
ace1f24e16 gtk intf: added TGtkWidgetSet.FinishCreateHandle with some standard setups for non LCL gtk controls
git-svn-id: trunk@13641 -
2008-01-05 22:49:14 +00:00
paul
79018c49c5 correct r13639 #880afb7010
git-svn-id: trunk@13640 -
2008-01-05 18:46:42 +00:00
paul
880afb7010 nil FHostDockSite of child control on parent TWinControl destroying (in other case - crash if control is docked into another control)
git-svn-id: trunk@13639 -
2008-01-05 18:04:55 +00:00
paul
bf7f64a57c qt: use 2 ways of protection from free in event
git-svn-id: trunk@13638 -
2008-01-05 17:47:48 +00:00
paul
e0a0a77640 fix some mem leaks with docking
git-svn-id: trunk@13637 -
2008-01-05 17:42:04 +00:00
kirkpatc
d1e59fcfff LazDoc - New material in DBCtrls.xml, including a Topic: 'HowToUseDataAwareControls'
git-svn-id: trunk@13636 -
2008-01-05 17:38:08 +00:00
paul
e4cc92429b use MDI buttons for dock frame painting
git-svn-id: trunk@13635 -
2008-01-05 17:13:05 +00:00
paul
f48d445586 fix little bug in suggested by me code
git-svn-id: trunk@13634 -
2008-01-05 17:06:06 +00:00
mattias
5f86a321a7 IDE: extended hint, when file not found
git-svn-id: trunk@13633 -
2008-01-05 16:52:29 +00:00
mattias
0eda8d5b38 LCL: improved painting dock frame e.g. TLazDockTree.PaintDockFrame from Paul
git-svn-id: trunk@13632 -
2008-01-05 16:39:32 +00:00
paul
ebe8b6788b qt: fix fpc 2.3.1 compilation and replace THandle with TLCLIntfHandle
git-svn-id: trunk@13631 -
2008-01-05 15:42:14 +00:00
mattias
71b9a6d4c8 LCL: fixed autosizing parent, when TLabel is anchored. bug #10557
git-svn-id: trunk@13630 -
2008-01-05 15:37:15 +00:00
paul
0b84bcb377 qt theme drawing for window title buttons (not finished)
git-svn-id: trunk@13629 -
2008-01-05 10:29:32 +00:00
marc
d8ddd624b8 * more translations by Slavko Fedorik
git-svn-id: trunk@13628 -
2008-01-05 01:08:08 +00:00
marc
6bbd207b6f * updated translation by Slavko Fedorik
git-svn-id: trunk@13627 -
2008-01-05 01:01:39 +00:00
marc
ab837e3665 * updaterd translations by Maxim Ganetsky
git-svn-id: trunk@13626 -
2008-01-05 00:55:48 +00:00
marc
03b6174cf7 * Improved localization of the search results dialog by Maxim Ganetsky
git-svn-id: trunk@13625 -
2008-01-05 00:53:55 +00:00
marc
39aa9c05e7 * Start of new Icon - bitmap cleanup
git-svn-id: trunk@13624 -
2008-01-05 00:30:10 +00:00
mattias
3e34d8a699 LCL: anchor docking: fixed cleaning up when docker is freed, Examples: anchor docking: added test case for clearing layouts
git-svn-id: trunk@13623 -
2008-01-04 19:15:47 +00:00
paul
f3c33609c4 default theme drawing for window title buttons (need for docking)
git-svn-id: trunk@13622 -
2008-01-04 19:14:49 +00:00
mattias
92861f6679 LCL: made TControl.SetVisible virtual. This fixes using TControl(AForm).Visible:=true during creation
git-svn-id: trunk@13621 -
2008-01-04 19:14:18 +00:00
mattias
2b730fd3d0 examples: anchor docking: added README.txt
git-svn-id: trunk@13620 -
2008-01-04 19:07:10 +00:00
paul
f089997530 formatting some code
git-svn-id: trunk@13619 -
2008-01-04 18:04:26 +00:00
paul
6343b3f025 TCustomPannel should use DockManager for delphi compatibility
git-svn-id: trunk@13618 -
2008-01-04 17:24:38 +00:00
mattias
31bc903546 LCL: added test for anchordocking
git-svn-id: trunk@13617 -
2008-01-04 11:42:11 +00:00
mattias
8b9d28a9a5 IDE: component list: improved localization from Maxim
git-svn-id: trunk@13616 -
2008-01-04 11:41:22 +00:00