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
vincents
3cfc2df7f8
tests: cleanup
...
git-svn-id: trunk@13615 -
2008-01-04 11:38:12 +00:00
vincents
b1093f1b88
fixed global makefile after adding make deb inUnix is not always correctly defined on windows (bug #10525 )
...
git-svn-id: trunk@13614 -
2008-01-04 11:37:41 +00:00
paul
5a15a014bf
qt: try to improve destroy in event protection
...
git-svn-id: trunk@13613 -
2008-01-04 10:09:40 +00:00
paul
af55bae132
qt: set icon size for TBitButton
...
git-svn-id: trunk@13611 -
2008-01-03 17:08:44 +00:00
paul
a7b954b68b
restore some TMouse properties from Marius (issue #0010536 )
...
git-svn-id: trunk@13610 -
2008-01-03 16:42:47 +00:00
paul
04d1768340
TImageList.Assign: use BeginUpdate, EndUpdate (patch from Michael Van Canneyt issue #0010527 )
...
git-svn-id: trunk@13609 -
2008-01-03 16:33:24 +00:00
paul
0f9be635f0
- rethink DrawDefaultDockImage: add 3 dock image operation: show, hide and move
...
- implement qt DrawDefaultDockImage
git-svn-id: trunk@13608 -
2008-01-03 15:39:34 +00:00
paul
1c8516a77f
move code from DefaultDockImage to new LCLinf method DrawDefaultDockImage and add Erase parameter (reason: not all widgetset supports on screen drawing and pen ROPs like XOR)
...
git-svn-id: trunk@13607 -
2008-01-03 14:19:54 +00:00
paul
82db25ed28
reimplement qt event protection from destroy inside them (now reparent inside mouse event doesnot crash)
...
git-svn-id: trunk@13606 -
2008-01-03 13:49:57 +00:00
tombo
8ed0c4b18e
LCL docs dialogs: updated skeleton
...
git-svn-id: trunk@13605 -
2008-01-03 13:45:32 +00:00
paul
f83c8f994c
qt:
...
- add missing part of RawImage_FromBitmap
- TQtImage new constructor Create and method CopyFrom
- improve TQtWSBitBtn.SetGlyph
git-svn-id: trunk@13603 -
2008-01-03 08:38:34 +00:00
mattias
c13f4b790d
IDE: codeexplorer: showing class, interface and record sub nodes in category mode
...
git-svn-id: trunk@13602 -
2008-01-03 02:14:13 +00:00
mattias
f603c9ff5f
IDE: codeexplorer: fixed showing categories for non units
...
git-svn-id: trunk@13601 -
2008-01-03 02:06:01 +00:00
mattias
b0ca749b11
IDE: codeexplorer: fixed updating when categories changed
...
git-svn-id: trunk@13600 -
2008-01-03 01:24:36 +00:00
mattias
8a7cad8815
IDE: LFM: improved bokkeeping of currently read component, LCL: TCustomNoteBook: do no clear on ReadState to allow overriding with descendant streams
...
git-svn-id: trunk@13599 -
2008-01-03 00:38:28 +00:00
mattias
a7dbaa80d2
codetools: fixed wrong tool context in FindClassNodeForLFMObject
...
git-svn-id: trunk@13598 -
2008-01-02 23:35:25 +00:00
mattias
0c7e0c2a9b
IDE: code help: implemented using Provider.ControlIntf.GetPreferredControlSize
...
git-svn-id: trunk@13597 -
2008-01-02 23:22:29 +00:00
mattias
6479fe24ae
IDE: code help: implemented autosize for default IDE html control
...
git-svn-id: trunk@13596 -
2008-01-02 23:21:38 +00:00
mattias
ae4bac3436
IDE: code help: improved converting HTML to label caption
...
git-svn-id: trunk@13595 -
2008-01-02 23:20:53 +00:00
mattias
34f204e389
LCL: fixed crash on anchor docking form as page
...
git-svn-id: trunk@13594 -
2008-01-02 23:19:44 +00:00
mattias
ae585d3428
LCL: added debug define VerboseSizeMsg for wincontrol.inc
...
git-svn-id: trunk@13593 -
2008-01-02 23:18:51 +00:00
mattias
aa6c028a84
gtk intf: fixed crash on SetZPosition for forms
...
git-svn-id: trunk@13592 -
2008-01-02 23:16:59 +00:00
mattias
1934ac1998
gtk intf: fixed interface constraints for TCustomSplitter when Align=alNone
...
git-svn-id: trunk@13591 -
2008-01-02 23:16:19 +00:00
mattias
f89ed0ff91
IDE: make resourcestring dialog: improved layout
...
git-svn-id: trunk@13590 -
2008-01-02 23:15:32 +00:00
mattias
d4c8ad09ca
IDE: change class dialog: improved layout
...
git-svn-id: trunk@13589 -
2008-01-02 23:14:17 +00:00
paul
da6ce26096
qt: fix 2 bugs in GetWindowRect
...
git-svn-id: trunk@13587 -
2008-01-02 18:43:27 +00:00
paul
90ea78c541
reduce amount of qt hint and warnings
...
git-svn-id: trunk@13586 -
2008-01-02 17:37:26 +00:00
paul
60e3581489
restore TDragObject.AlwaysShowDragImages
...
git-svn-id: trunk@13585 -
2008-01-02 17:33:05 +00:00