Commit Graph

13590 Commits

Author SHA1 Message Date
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
paul
503fec0d8a fix start coords of DockImage and clean it from screen after start
git-svn-id: trunk@13584 -
2008-01-02 17:26:10 +00:00
paul
6f3d95f5fb - TWinControl.GetClientOrigin. If Parent = nil and Handle is not Allocated then return 0,0
- more formatting of drag/dock code

git-svn-id: trunk@13583 -
2008-01-02 17:03:24 +00:00
paul
ac274dc4c6 fix Drag/Dock when there is no Dock Sites
git-svn-id: trunk@13582 -
2008-01-02 16:08:42 +00:00
paul
7bad8ae57d change formatting of dragmanager code
git-svn-id: trunk@13581 -
2008-01-02 16:05:00 +00:00
vincents
0ced829a0f LCL: fixed warnings by using out parameter instead of var paramater
git-svn-id: trunk@13579 -
2008-01-02 10:00:22 +00:00
vincents
7e5dbd0350 imgviewer example: fix compilation after removal of the lazarus jpeg package
git-svn-id: trunk@13578 -
2008-01-02 09:45:59 +00:00
paul
2db37e8ee3 fix AV if second DragStop being called. (Second DragStop freed performer and returned execution to first DragStop which was inside that freed performer)
git-svn-id: trunk@13577 -
2008-01-02 09:17:52 +00:00
paul
28f8ce52b5 small changes to dragmanager code to prevent possible errors
git-svn-id: trunk@13576 -
2008-01-02 08:46:23 +00:00
mattias
8855211af5 LCL; fixed dragging under windows from Marius
git-svn-id: trunk@13575 -
2008-01-02 01:24:27 +00:00
mattias
8d6e917359 IDE: codeexplorer: sorted categories
git-svn-id: trunk@13574 -
2008-01-02 01:22:09 +00:00
mattias
dd0a24cbe9 IDE: codeexplorer: sorted categories
git-svn-id: trunk@13573 -
2008-01-02 01:19:10 +00:00
mattias
e59a6c5881 IDE: codeexplorer: sorted class section constants for visibility
git-svn-id: trunk@13572 -
2008-01-02 00:55:06 +00:00
mattias
9d014e876b IDE: codeexplorer: classes: splitting procs and vars/types/props
git-svn-id: trunk@13571 -
2008-01-02 00:47:13 +00:00
mattias
87f6bf248d LCL: removed unneeded procs
git-svn-id: trunk@13570 -
2008-01-02 00:34:19 +00:00
mattias
cad606b93f LCL: fixed compilation for fpc 2.3.1
git-svn-id: trunk@13569 -
2008-01-02 00:26:54 +00:00
mattias
88fd13adc5 IDE: codeexplorer: hiding method bodies
git-svn-id: trunk@13568 -
2008-01-02 00:17:54 +00:00
mattias
ac495620a8 IDE: codeexplorer: fixed showing sub nodes of classes
git-svn-id: trunk@13567 -
2008-01-02 00:14:27 +00:00
mattias
e29b695c61 LCL: fixed mouse down on TTreeView under gtk
git-svn-id: trunk@13566 -
2008-01-01 23:59:08 +00:00