Martin
0a7f1b1da9
FpDebug: Dwarf location-parser, allow to deref a register-location. See merge-request !28
2021-11-14 09:13:55 +01:00
Juha
805c9e3169
IDE: Open also projects and packages when their names are drag/dropped, or passed as cmd line for a running instance. Issue #39338 .
2021-11-13 12:01:31 +02:00
Juha
abf2fe64ad
IDE: Remove useless indirection through LazarusIDE variable.
2021-11-13 11:51:24 +02:00
dsiders
c0540bb8b0
Docs: LazUtils/lazloggerbase. Comments see also links to unit properties flagged as build warnings.
2021-11-13 00:20:38 +00:00
mattias
87b504cf7b
ipro: range check font size and fixed mem leak
2021-11-12 16:32:14 +01:00
Bart
46763ca3b7
Merge branch 'masks-unit-rework-wqfilenameend'
2021-11-11 21:40:20 +01:00
dsiders
f506e095e4
Docs: LCL. Removes duplicated content and links to updated original.
2021-11-11 18:41:16 +00:00
Maxim Ganetsky
f9a2339a88
IDE: regenerated translations
2021-11-11 00:17:20 +03:00
Bart
1643927f8f
LazUtils: Test: TestMasks: adjust Windows tests after the the removal of wqFileNameEnd from DefaultWindowsQuirks.
2021-11-10 22:15:14 +01:00
Bart
eb63676746
LazUtils: Masks: remove wqFileNameEnd from DefaultWindowsQuirks, as it's behaviour is a bit unexpected for the common user.
2021-11-10 21:52:47 +01:00
Bart
3af786d415
LazUtils: Masks: TMaskUtf8.intMatches: comment out debug writeln.
...
All debug writeln's are disabled by default now.
2021-11-10 21:43:05 +01:00
Bart
c5a2248d1e
LazUtils: Masks: Compile: ifdef (or comment out) debug writeln's.
...
Note: code still contains writeln's, so it will crash if no console is available.
2021-11-10 21:37:58 +01:00
Bart
7a4464df4e
LazUtils: Masks: CompileRange: comment out debug a piece of code that is (if I am correct) dead (see the comments).
...
Note: code still contains writeln's, so it will crash if no console is available.
2021-11-10 21:35:08 +01:00
Bart
355912f3cd
LazUtils: Masks: CompileRange: comment out debug statements. Remove commented (and factored) out code.
...
Note: code still contains writeln's, so it will crash if no console is available.
2021-11-10 21:18:15 +01:00
Bart
cb530a9063
LazUtils: CompileAnyCharOrNone: ifdef all debug output. Remove unneeded comments.
...
Note: code still contains writeln's, so it will crash if no console is available.
2021-11-10 21:15:36 +01:00
dsiders
70ee915771
Docs: LCL/shellctrls. Adds and removes topics.
...
* Depends on 06701d05a7
.
2021-11-10 19:54:25 +00:00
Juha
43da8c5047
LCL-fpGUI: Fix compilation. Issue #39354 , patch by Peter Blackman.
2021-11-10 20:42:26 +02:00
Juha
da7c149b25
Packager: Remove useless PackageGraph indirection.
2021-11-10 20:16:45 +02:00
Juha
b6e4d70821
IDE: Remove unused resource strings.
2021-11-10 20:16:45 +02:00
Bart
905d99b813
LazUtils: use CompileAnyCharOrNone in TWindowsMaskUTF8.CompileOtherSpecialChars.
...
Fix not including wqFileNameEnd in fWindowsQuirksInUse.
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 18:55:47 +01:00
Bart
ad69e5b56b
LazUtils: prepare CompileAnyCharOrNone so that if can be re-used in TWindowsMaskUTF8.CompileOtherSpecialChars.
...
Fix compilation in TWindowsMaskUTF8.CompileOtherSpecialChars
Fix off by 1 error on errormessage in CompileAnyCharOrNone.
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 18:39:00 +01:00
Bart
36cc485850
LazUtils: add (hopefully redundant) check in TWindowsMaskUTF8.CompileOtherSpecialChars.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 18:14:47 +01:00
Bart
939c2d26d6
LazUtils: only conditionally compile some checks in CompileAnyCharOrNone.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 18:05:07 +01:00
Bart
4602ea4e19
LazUtils: rename a method, no functional changes.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 18:00:09 +01:00
Bart
a45b237a29
LazUtils: Add a note in CompileRange for possible future optimization.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-10 17:58:49 +01:00
zeljan1
09a4c2fbd4
Qt5: fixed slowness with TQtPrinter under MSWindows
2021-11-10 12:59:21 +01:00
dsiders
f642074957
Docs: LCL/grids. Fixes spelling error.
2021-11-10 07:36:29 +00:00
dsiders
bbd1e41311
Docs: LCL/forms. Adds missing topics or content.
2021-11-10 04:57:43 +00:00
Bart
15fe156691
LazUtils: Masks: fix and use CompileAnyCharOrNone in CompileRange.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 23:24:51 +01:00
Bart
6cd54a131e
LazUtils: Masks: start factoring out CompileAnyCharOrNone (later to be extended and uses by TWindowsMask.CompileOtherSpecialChars).
...
Code is unused for now.
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 19:39:31 +01:00
Bart
b68d0b882a
LazUtils: Masks: only conditionally compile TMaskUtf8.DumpMaskColpiled.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 19:16:34 +01:00
Bart
3679a90e37
LazUtils: Masks: rename ReverseRange to AddRangeReverse.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 19:06:49 +01:00
Bart
ef974cb238
LazUtils: Masks: suppress a hint.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 19:02:50 +01:00
Bart
aae437d605
LazUtils: Masks: disallow #0 in the user supplied mask for TWindowsMask.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-09 18:55:15 +01:00
Martin
9c5208b665
FpDebug: compilation fixes for Mac
2021-11-09 16:34:59 +01:00
mattias
6221e1c546
lcl: THintWindow: made some protected methods virtual
2021-11-09 15:00:41 +01:00
dsiders
79e6efe7eb
Docs: LCL/controls. Updates Hint-related topics in TControl.
2021-11-09 06:27:30 +00:00
Bart
cd4ce74027
LazUtils: Masks: cleanup.
...
Note: code contains writeln's, so it will crash if no console is available.
2021-11-08 22:54:00 +01:00
Bart
0f77d36d93
LazUtils: Test: TestMasks: fix tests after #3c6c852b (mocAnyCharOrNone not enabled by default anymore).
2021-11-08 22:49:54 +01:00
Bart
3c6c852bc1
LazUtils: Masks: revert most of #78148e42 since wqFileNameEnd no longer requires mocAnyCharOrNone.
...
Note: code contains debug writeln's, so it will crash if no console is available.
2021-11-08 22:43:20 +01:00
Bart
09dcf62106
LazUtils: Masks: use TWindowsMaskUtf8.CompileSpecialChars to handle the wqFileNameEnd quirk.
...
This now no longer depends on mocAnyCharOrNone, so do not enforce that any longer if wqFileNameEnd is enabled.
Note: code contains debug writeln's, so it will crash if no console is available.
2021-11-08 22:31:32 +01:00
Bart
a0d01a5922
LazUtils: Masks: make CompileSpecialChars and CompileEscapeCharPlusLiteral methods of TMaskUtf8 instead of nested procs.
...
Note: code contains debug writeln's, so it will crash if no console is available.
2021-11-08 22:07:30 +01:00
Bart
e76d29f85b
LazUtils: Masks: simplify TWindowsMaskUtf8.CompileOtherSpecialChars.
...
Note: code contains debug writeln's, so it will crash if no console is available.
2021-11-08 19:06:36 +01:00
Martin
95b4cf9043
FpDebug: compilation fixes for Mac
2021-11-08 15:09:01 +01:00
Željan Rikalo
d43d4618e4
Qt,Qt5: fixed OnCloseUp event for TDBCustomComboBox. issue #39455
2021-11-08 15:08:07 +01:00
Martin
89cc21355f
FpDebug: fixed visibility warning for InitLoaders
2021-11-08 14:59:14 +01:00
wp_xyz
cdbd787a67
IDE: Resizable character height in CharacterMap to improve readability.
2021-11-08 13:27:50 +01:00
Bart
0be73871b5
LazUtils: Masks: implement a crude TWindowsMaskUtf8.CompileOtherSpecialChars to handle #0 's.
...
Probably this could be sped up by counting the #0 's and adding them all at once?
Note: code contains debug writeln's, so it will crash if no console is available.
2021-11-07 23:17:47 +01:00
John Shand
c817696268
Create fpc folder for git working tree. Copy .git from source.
...
See merge request freepascal.org/lazarus/lazarus!39
(cherry picked from commit 5d482579e7
)
2021-11-08 00:27:13 +03:00
Bart
50811399e4
LazUtils: Masks: lay out the infrastructure to handle other special characters in the mask.
...
Will be used for the handling of wqFileNameEnd in TWindowsMaskUTF8.
2021-11-07 18:11:48 +01:00