Commit Graph

60595 Commits

Author SHA1 Message Date
juha
aa96e17781 Revert r63888 #54661a2a36. It breaks event handling of forms with parent. Issue #36127.
git-svn-id: trunk@64986 -
2021-04-13 16:35:34 +00:00
juha
1b7c39ba12 Designer: When removing a component, remove its owned item declarations in source. Issue #38731.
git-svn-id: trunk@64985 -
2021-04-13 15:57:46 +00:00
martin
f9c4dc1d8f Debugger, GDBMI: fix stacklist, display unit, if available. Issue #0038708
git-svn-id: trunk@64983 -
2021-04-13 13:19:08 +00:00
zeljko
0023eaced0 Qt,Qt5: allow usage of html formatted text in dialogs via define.
git-svn-id: trunk@64982 -
2021-04-13 11:41:26 +00:00
zeljko
d84f74bc79 Qt5: forgotten QTACCESSIBILITY define
git-svn-id: trunk@64981 -
2021-04-13 10:55:54 +00:00
pascal
052438a840 codetools: test for regression due to generic type fixes
git-svn-id: trunk@64980 -
2021-04-13 08:16:29 +00:00
michl
ce93f694d9 IDE: Fixed ObjectInspector StatusBar text not updated if information box is disabled. Issue #38740
git-svn-id: trunk@64979 -
2021-04-12 19:24:32 +00:00
mattias
01bf54a2cc codetools: test RenameIdentifier
git-svn-id: trunk@64978 -
2021-04-12 18:49:28 +00:00
zeljko
d54508d7b7 Qt5: enable QTACCESSIBILITY define in qtdefines.inc for QtAccessibility. ATM this is disabled by default since it creates a lot of memleaks and crashes.
git-svn-id: trunk@64977 -
2021-04-12 11:41:28 +00:00
martin
07bdec6e7c LazDebuggerFp: Fixed updating breakpoint-state
git-svn-id: trunk@64976 -
2021-04-12 03:44:39 +00:00
maxim
058e8264fa LCL: Do not convert '\n' sequence to linefeed in Content field of LCLTaskDialog.TTaskDialog anymore (LineEnding constant should be used for this), bug #38676. Unbreaks output of strings like 'Save "c:\new_folder\new.work"?'.
git-svn-id: trunk@64975 -
2021-04-11 20:03:36 +00:00
zeljko
87aecde5f1 Qt5: fixed focusing of tooltip window. csFocus must be included in forms controlState. issue #38707
git-svn-id: trunk@64974 -
2021-04-11 17:42:19 +00:00
bart
07befbecb7 TFloatSpinEdit: fix a comment
git-svn-id: trunk@64973 -
2021-04-11 16:57:29 +00:00
bart
10281c7773 T(Float)SpinEdit: set default Value of MaxValue to 0. This is compaitble with the behaviour of SPinEdit in Delphi. Issue #0038738.
git-svn-id: trunk@64972 -
2021-04-11 16:51:39 +00:00
zeljko
97ba88fa58 Qt5: fix build without -dQTSCROLLABLEFORMS.
git-svn-id: trunk@64971 -
2021-04-11 16:49:09 +00:00
bart
b13a85dc22 T(Float)SpinEditEx: fix a comment
git-svn-id: trunk@64970 -
2021-04-11 16:40:23 +00:00
bart
5aa58ba7b8 T(Float)SpinEditEx: set default Value of MaxValue to 0. This is compaitble with the behaviour of SPinEdit in Delphi. Issue #0038738.
git-svn-id: trunk@64969 -
2021-04-11 16:39:34 +00:00
bart
52dc4d2bd5 T(Float)SpinEditEx: remove property EditorEnabled, since it duplicates DirectInput property (which I forgot...)
git-svn-id: trunk@64968 -
2021-04-11 16:24:32 +00:00
bart
ad2c6398fb T(Float)SpinEditEx: publish property EditorEnabled.
git-svn-id: trunk@64967 -
2021-04-11 16:04:32 +00:00
mattias
55040cc650 codetools: added test for FindDeclaration proc property
git-svn-id: trunk@64966 -
2021-04-11 15:49:23 +00:00
mattias
25a802c34b codetools: fix for fpc 3.2+
git-svn-id: trunk@64965 -
2021-04-11 14:59:24 +00:00
martin
4c8ebc85fe LazDebuggerFp: Fixed updating breakpoint-state
git-svn-id: trunk@64963 -
2021-04-10 23:48:14 +00:00
martin
5452565811 GdbmiDebugger, test: change expectations for fixed "array of string"
git-svn-id: trunk@64962 -
2021-04-10 23:48:12 +00:00
martin
3e94b2c2da GdbmiDebugger: improve shortstring index access
git-svn-id: trunk@64961 -
2021-04-10 23:48:11 +00:00
martin
bfc0e25216 GdbmiDebugger: fix "array of string" for gdb 10.1 / use (foo^+0) instead of foo^ Issue #0038674
git-svn-id: trunk@64960 -
2021-04-10 23:48:09 +00:00
martin
caeb20c1c4 GdbmiDebugger, test: more output, to compare test results
git-svn-id: trunk@64959 -
2021-04-10 23:48:07 +00:00
martin
05d6300123 GdbmiDebugger: fix for none-seh exception-block stepping (step out from finally)
git-svn-id: trunk@64958 -
2021-04-10 23:48:04 +00:00
martin
3bfe6e5a2c GdbmiDebugger, Test: minor fixes
git-svn-id: trunk@64957 -
2021-04-10 23:48:02 +00:00
martin
474161d379 GdbmiDebugger: Update "RunGdbmi" script (use testbase)
git-svn-id: trunk@64956 -
2021-04-10 23:48:00 +00:00
martin
a2dba12437 Debugger: fix unbalanced DebuglnEnter
git-svn-id: trunk@64955 -
2021-04-10 23:47:58 +00:00
martin
2c0b13fb1f GdbmiDebugger: skip shortstring for gdb 10.1 as it may cause errors / Add code to ignore (expected) internal errors
git-svn-id: trunk@64954 -
2021-04-10 23:47:55 +00:00
bart
8c6dd0ff09 T(Float)SpinEditEx: implement property EditorEnabled.
git-svn-id: trunk@64953 -
2021-04-10 21:49:10 +00:00
bart
f5663f4a16 T(Float)SpinEditEx: disable changing the value with ArrowKeys if control is ReadOnly.
git-svn-id: trunk@64952 -
2021-04-10 21:13:59 +00:00
michl
5ac03d9c51 DockedFormEditor: GTK2: Focus designer at FakeMenu click
git-svn-id: trunk@64951 -
2021-04-10 20:02:34 +00:00
michl
3cdc590972 DockedFormEditor: Cleanup: Move form associated methods from ResizeControl to FormAccess
git-svn-id: trunk@64950 -
2021-04-10 19:02:33 +00:00
juha
74d9e094a0 LCL-GTK3: Prevent all-black background in controls. Issue #38709, patch from Anton Kavalenka.
git-svn-id: trunk@64949 -
2021-04-10 10:01:07 +00:00
juha
a8969e516a LCL: In TListItem, use TListItemState type directly.
git-svn-id: trunk@64948 -
2021-04-10 10:01:05 +00:00
wp
446f7d1290 LCL/TreeView: Re-add state flag tvsUpdating removed in r64855 #a1aea6a20a. Issue #38735.
git-svn-id: trunk@64947 -
2021-04-10 09:46:11 +00:00
michl
e7b765a763 DockedFormEditor: Refactoring: Move SourceEditor into SourcePageControl to reduce code overhead
git-svn-id: trunk@64946 -
2021-04-09 20:20:02 +00:00
michl
8191d53f6c DockedFormEditor: AnchorDesigner: If control is clicked and border sized, change BorderSpacing.Around
git-svn-id: trunk@64945 -
2021-04-09 19:10:40 +00:00
michl
f42f58fea5 DockedFormEditor: Cleanup name space for better reading: Rename SourceEditorWindow to SourceWindow
git-svn-id: trunk@64944 -
2021-04-09 12:59:15 +00:00
michl
8e8bab9ffd DockedFormEditor: Set csOpaque in FormClient control style, so designed form is painted correct. Issue #38702. Patch by Martok
git-svn-id: trunk@64943 -
2021-04-07 21:06:28 +00:00
michl
a02fe87685 DockedFormEditor: Prevent flickering at sizing when Resizer has visible scrollbars.
git-svn-id: trunk@64942 -
2021-04-07 18:58:39 +00:00
michl
1764fd30fb DockedFormEditor: Cleanup: Remove not needed TResizeForm
git-svn-id: trunk@64941 -
2021-04-07 17:49:07 +00:00
michl
7bfd45feed IDE: Missed part for revision 64918 #143823e00f: IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
git-svn-id: trunk@64940 -
2021-04-07 13:12:04 +00:00
michael
e89aceb58c * Patches from Joellin to improve LCL export of fpreport: borders, linewidth, fonts
git-svn-id: trunk@64939 -
2021-04-07 09:40:20 +00:00
bart
1cdf85def9 MaskEdit: use escaping with '\' in sets as well. Allows to have ']' in a set, which was impossible before.
git-svn-id: trunk@64938 -
2021-04-07 08:08:10 +00:00
dmitry
e1deb6db08 cocoa: bug #38711. The themes enabled for Cocoa teHeader drawing is now imlpemented to make sure virtual tree view draws headers nicely
git-svn-id: trunk@64937 -
2021-04-07 05:01:00 +00:00
maxim
3624a43153 DockedFormEditor: added new files to the package
git-svn-id: trunk@64936 -
2021-04-06 22:44:16 +00:00
maxim
14a6a0f4f4 DockedFormEditor: fixed compilation (removed no longer existing units from the package)
git-svn-id: trunk@64935 -
2021-04-06 22:38:38 +00:00