Commit Graph

26186 Commits

Author SHA1 Message Date
paul
a3dac0b6df lcl: redo context menu message handling:
- when called by keyboard pass -1, -1 coords
  - remove child->parent loop from LCL to widgetsets (win32 and wince do this automatically, qt do it too if mouse propagation is on)
  - don't show parent context menu if child has own standard menu (like TEdit)
qt: redo mouse handling, turn on mouse propagation and mouse tracking for most of widgets, stop propagation in event filters
gtk2: implement context menu loop
widgetsets: remove LM_PRESSED, LM_RELEASED messages (LCL does not use them and they are not needed for any compatbility reasons)

git-svn-id: trunk@26637 -
2010-07-14 08:47:02 +00:00
dmitry
82860f9b73 carbon: fix inproper scrollbars showing #16613
git-svn-id: trunk@26636 -
2010-07-14 08:19:46 +00:00
mattias
22a192ff6e LCL: implemented preferredsize for TScrollBar, bug #16855
git-svn-id: trunk@26635 -
2010-07-14 07:37:30 +00:00
maxim
724c4cb9aa components: commit automatic package file changes
git-svn-id: trunk@26634 -
2010-07-14 00:39:03 +00:00
maxim
3ae2bebe0d updated Russian translation
git-svn-id: trunk@26633 -
2010-07-14 00:37:39 +00:00
jesus
23ee708a40 LazReport, switched form resources to new style
git-svn-id: trunk@26632 -
2010-07-13 21:02:52 +00:00
mattias
68becf8710 update lpl
git-svn-id: trunk@26631 -
2010-07-13 16:31:22 +00:00
mattias
3702763ecc update lpl
git-svn-id: trunk@26630 -
2010-07-13 16:28:36 +00:00
mattias
60eb949386 IDE: writing package compiled state even on unsuccessful compile, bug #16921
git-svn-id: trunk@26629 -
2010-07-13 16:02:40 +00:00
mattias
10bd683ca8 codetools: fpc template from config cache
git-svn-id: trunk@26628 -
2010-07-13 15:47:21 +00:00
jesus
33b28ccbcd LazReport, fix preview's vertical scrollbar too wide, issue #16855
git-svn-id: trunk@26627 -
2010-07-13 15:29:27 +00:00
zeljko
b6beec0f82 Qt: fixed warnings
git-svn-id: trunk@26626 -
2010-07-13 14:55:49 +00:00
zeljko
cbc5a306cd Qt: cleanup
git-svn-id: trunk@26625 -
2010-07-13 14:40:29 +00:00
zeljko
b06d7701df Qt: don't touch flags if we are in design time.
git-svn-id: trunk@26624 -
2010-07-13 14:38:54 +00:00
zeljko
32353ca72a Qt: fixed bug where fsStayOnTop forms after hide cannot be shown anymore (visible in window list but invisible on screen).
git-svn-id: trunk@26623 -
2010-07-13 14:11:17 +00:00
mattias
feaf0e30be LCL: TreeView: using normal drag and drop, bug #16876
git-svn-id: trunk@26622 -
2010-07-13 13:42:12 +00:00
zeljko
df22fafe9f Qt: do not create scrollbar handles from TQtCustomControl.getClientBounds(), also better workaround for infinite loop with scrollingwincontrols, it happens only if Form.AutoScroll=True (there's no scrollbars for forms under qt yet - need different implementation).
git-svn-id: trunk@26621 -
2010-07-13 13:18:33 +00:00
mattias
216f4dccf1 codetools: autoindenter: forward class definition
git-svn-id: trunk@26620 -
2010-07-13 13:16:49 +00:00
mattias
bc14bcf0a2 codetools: completeblock: complete if parent and child same indented
git-svn-id: trunk@26619 -
2010-07-13 13:01:13 +00:00
mattias
55dcc22df2 codetools: fpcdefines: check cache validity
git-svn-id: trunk@26618 -
2010-07-13 11:42:46 +00:00
mattias
b23492619f codetools: completeblock: check if unindented line starts new block
git-svn-id: trunk@26617 -
2010-07-13 10:06:40 +00:00
paul
6995355e37 ide: add version information for lazarus executable
git-svn-id: trunk@26616 -
2010-07-13 09:01:48 +00:00
paul
09c0fcd30a startlazarus: use the same icon as lazarus, update project to use resources
git-svn-id: trunk@26615 -
2010-07-13 08:54:03 +00:00
mattias
d69c4535fe IDE: identifier completion: fixed getting indent for method completion
git-svn-id: trunk@26614 -
2010-07-13 08:18:36 +00:00
mattias
893f722018 codetools: fpcdefines: tcomponent
git-svn-id: trunk@26613 -
2010-07-13 08:01:19 +00:00
zeljko
cab3089111 Qt: make viewportNeeded & viewportDelete virtual, so allow subclassing
git-svn-id: trunk@26612 -
2010-07-13 07:56:55 +00:00
paul
d1c36edfd4 packager: use the case of package name instead of file name for auto generated package units by Flávio Etrusco (issue #0016211)
git-svn-id: trunk@26611 -
2010-07-13 03:29:09 +00:00
juha
38555de5d8 Converter: Improve function replacement support.
git-svn-id: trunk@26610 -
2010-07-12 23:12:03 +00:00
juha
87e25ee778 Converter: A comment inserted after a replaced function call.
git-svn-id: trunk@26609 -
2010-07-12 16:23:29 +00:00
mattias
c38a01e0ae codetools: fpccache: notifications
git-svn-id: trunk@26608 -
2010-07-12 11:58:42 +00:00
zeljko
df68a7ddf6 Qt: big performance boost in StretchMaskBlt(), now mask is stretched (if needed) to image size.Removed destination width & height stretching from StretchMaskBlt(), since it is done internally in TQtDeviceContext.DrawImage()
git-svn-id: trunk@26607 -
2010-07-12 11:14:37 +00:00
paul
887c9c875f lcl: don't crash when on dbimage loading failure (issue #0013768)
git-svn-id: trunk@26606 -
2010-07-12 09:08:49 +00:00
mattias
7ece9907af codetools: fpcdefines: started supported caching multiple targets
git-svn-id: trunk@26605 -
2010-07-12 07:31:43 +00:00
mattias
7e74198f7d codetools: completeblock: improved for class
git-svn-id: trunk@26604 -
2010-07-11 20:46:35 +00:00
zeljko
5c853d1f08 Qt: StretchMaskBlt(): fixed bug in statement for stretching dst width & height. fixes #16910
git-svn-id: trunk@26603 -
2010-07-11 20:03:57 +00:00
maxim
2682f943c6 MemDS: 1. Portuguese translation update from Marcelo B Paula, final part of bug #16909.
2. Regenerated translations and updated Russian translation.

git-svn-id: trunk@26602 -
2010-07-11 17:49:46 +00:00
maxim
2b701c91a8 MemDS: Localized 'Select dataset to copy from' dilaog. Patch from Marcelo B Paula, part of bug #16909.
git-svn-id: trunk@26601 -
2010-07-11 17:47:25 +00:00
dmitry
59f9b13b95 carbon: fix compilation due to GetStockObject result type changes
git-svn-id: trunk@26600 -
2010-07-11 16:10:58 +00:00
maxim
33081ba014 regenerated translations; updated Russian translation
git-svn-id: trunk@26599 -
2010-07-11 15:54:55 +00:00
maxim
e61efb0565 Ideintf: localized New Field dialog. Patch from Marcelo B Paula, bug #16902, with my changes.
git-svn-id: trunk@26598 -
2010-07-11 15:53:28 +00:00
maxim
e929552e91 Czech translation update by Martin Smat
git-svn-id: trunk@26597 -
2010-07-11 13:54:57 +00:00
martin
8db9286b37 SynCompletion: avoid possible crash ./ fix app.Deactivate
git-svn-id: trunk@26596 -
2010-07-11 13:29:03 +00:00
mattias
cd02fc8a59 IDE: identifier completion: fixed indent on override method
git-svn-id: trunk@26595 -
2010-07-11 12:20:03 +00:00
mattias
b4b5016f20 codetools: completeblock: complete if unindent and cursor at unindent or in empty line
git-svn-id: trunk@26594 -
2010-07-11 11:27:44 +00:00
mattias
ad682260a7 codetools: auto indenter: start first class section automatically
git-svn-id: trunk@26593 -
2010-07-11 09:46:33 +00:00
mattias
f94941a0de LCL: TEdit: handling VK_RETURN after interface, bug #16430
git-svn-id: trunk@26592 -
2010-07-11 09:23:57 +00:00
mattias
9ce0b6476f IDE: updating object inspector InfoPanel on idle
git-svn-id: trunk@26591 -
2010-07-11 09:17:21 +00:00
mattias
742416f30f translations: german: updates from Samuel Herzog
git-svn-id: trunk@26590 -
2010-07-11 08:09:17 +00:00
mattias
f6396ec5fc LCL: TMenuItem.ActionChange: do not copy OnClick, bug #15681
git-svn-id: trunk@26589 -
2010-07-10 21:24:24 +00:00
zeljko
ce3c87f83f LCL: forgot to back result for mswindows in ConsoleToUTF8.
git-svn-id: trunk@26588 -
2010-07-10 20:45:51 +00:00