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 |
|
michl
|
f75c36c2b8
|
DockedFormEditor: Use clWindow as resize bars background color for better dark theme support
git-svn-id: trunk@64934 -
|
2021-04-06 21:29:58 +00:00 |
|
michl
|
dd531abe78
|
DockedFormEditor: Create ResizeControl dynamically to be full DPI aware. Issue #38702
git-svn-id: trunk@64933 -
|
2021-04-06 20:54:52 +00:00 |
|
bart
|
1ddd3cc19b
|
MaskEdit: rename a type and it's associated variable and procedure.
git-svn-id: trunk@64932 -
|
2021-04-06 17:06:08 +00:00 |
|
mattias
|
13450f46a2
|
codetools: FindReferences for unit names
git-svn-id: trunk@64931 -
|
2021-04-06 00:11:28 +00:00 |
|
maxim
|
8686aefe45
|
Anchordocking: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@64930 -
|
2021-04-05 22:27:26 +00:00 |
|
michl
|
fa42d863cd
|
IDE: Fixed components window closes but component does not appear in form. Issue #38706
git-svn-id: trunk@64929 -
|
2021-04-05 16:27:49 +00:00 |
|
michl
|
d0d6fcc053
|
DockedFormEditor: Fixed new created application doesn't show code tab after revision 64923 #90d5a28700
git-svn-id: trunk@64928 -
|
2021-04-05 16:06:00 +00:00 |
|
bart
|
2e2c6107f2
|
MaskEdit: have Char_Set and Char_SetFixed, analogue to e.g. Char_Letter and Char_LetterFixed
git-svn-id: trunk@64927 -
|
2021-04-05 12:41:13 +00:00 |
|
bart
|
680a74ac4e
|
MaskEdit: factor out ParseSet.
git-svn-id: trunk@64926 -
|
2021-04-05 12:04:23 +00:00 |
|
bart
|
e95298f4e2
|
MaskEdit: use a lookup table for "simple cMask tokens" in SetEditMask.
git-svn-id: trunk@64925 -
|
2021-04-05 11:47:17 +00:00 |
|
michl
|
d1651733f2
|
DockedFormEditor: Fixed dimensions of form with menu are wrong. Issue #38701
git-svn-id: trunk@64924 -
|
2021-04-04 21:39:58 +00:00 |
|
michl
|
90d5a28700
|
DockedFormEditor: Create ModulePageControl in empty SourceEditorWindow at cloning a unit
git-svn-id: trunk@64923 -
|
2021-04-04 21:06:58 +00:00 |
|
zeljko
|
14ef04d220
|
Qt5: fixed error message
git-svn-id: trunk@64922 -
|
2021-04-04 13:48:47 +00:00 |
|