Commit Graph

22350 Commits

Author SHA1 Message Date
wp_xyz
fd431d9325 TAChart: Un-deprecate the OnAfterDraw event. 2022-12-07 19:11:27 +01:00
Martin
cc31d7752a FpDebug: fix watching fields in "old style" objects 2022-12-07 01:44:51 +01:00
Juha
32963dc9d5 Examples window: Improve the filter and prevent an AV etc. Issue #40034, patch by dbannon. 2022-12-06 21:54:45 +02:00
wp_xyz
5fdb03fb78 IDE: Adds missing and improved menu icons by Roland Hahn. 2022-12-06 17:57:07 +01:00
Maxim Ganetsky
0ea7199af9 ExamplesWindow: improved i18n and layout of settings frame, regenerated translations and updated Russian translation 2022-12-06 02:35:41 +03:00
Maxim Ganetsky
e71aafbc65 ExternHelp: cleaned up unused resource string, regenerated translations 2022-12-06 02:35:41 +03:00
Martin
d8f2ce5a1f FpDebug: fix mem leak 2022-12-06 00:15:35 +01:00
Martin
cdafe7d9a3 FpDebug: make "^char" display string-like, like PChar. 2022-12-06 00:15:35 +01:00
Martin
55f314c9ac FpDebug: Fix subtraction for some pointers / Fix type-info for @char, so minus considers them compatible. 2022-12-06 00:15:34 +01:00
Juha
e723acfe03 ExamplesWindow: Use GetParsedLazarusDirectory from OptionsIntf instead of reading XML file. Arrange uses sections. Hide some warnings. 2022-12-05 12:48:06 +02:00
Bart
db8a298e3d TDateTimePicker: expose FEffectiveDateDisplayOrder and FEffectiveHideDateTimeParts as read only protected properties. Patch by michalgw. Issue #39971. 2022-12-03 15:59:49 +01:00
mattias
10ba6d4322 buildintf: added UserThread for running as an external tool 2022-12-03 01:51:38 +01:00
Juha
20d2044bb4 LazUtils: In UTF8CompareLatinTextFast, use AnsiCompareText instead of WideCompareText. 2022-12-02 22:45:14 +02:00
Martin
4c879cc73c FpDebug: Fix disassembler operand size for $a3 "move [...], reg" 2022-12-02 03:19:38 +01:00
Martin
a9cb3d0967 LazDebuggerFp: add feedback if "modify watch" failed. 2022-12-02 01:03:44 +01:00
Martin
143aaab00f FpDebug: WatchResultData, more error checks 2022-12-02 01:01:33 +01:00
Martin
cfdb6d2299 SynEdit: fix range check in WrappedView 2022-12-02 00:58:42 +01:00
Martin
042ddcfe20 Fix UnicodeSpacesToASCII, After "Replace()" p is already replaced. Old code could skip codepoints or iterate past end of string. Don't replace regular space #20 with itself (nop). 2022-12-02 00:58:42 +01:00
Bart
6ab3629c14 TDateTimePicker: implement properties MonthDisplay, CustomMonthNames and deprecate MonthNames property. Issue #39525. 2022-11-29 19:07:13 +01:00
wp_xyz
bb65b8022c TAChart: Fix TDataPointMarksClickTool crashing when series is empty. 2022-11-28 19:14:48 +01:00
mattias
84f716a2ff IDEIntf: added AddHandlerFPCSrcDirScanned 2022-11-28 15:34:20 +01:00
Maxim Ganetsky
3bdcb55eb2 SQLDb: regenerated translations and updated Russian translation 2022-11-26 03:10:34 +03:00
Maxim Ganetsky
b019eb73e0 SQLDb: fixed a typo in a resource string 2022-11-26 03:07:11 +03:00
Bart
46e8e195a9 LazUtf8: fix UTF8CompareLatinTextFast to be consistent with Utf8CompareText, when comparing lower ASCII values. Issue #40014 2022-11-25 17:26:14 +01:00
wp_xyz
e6f85953d8 SQLDB: Improved German translation of GenerateSQLDlg. 2022-11-24 19:26:24 +01:00
wp_xyz
aba5738ffd SQLDB: Improved usability of GenerateSQLDlg. 2022-11-24 17:38:29 +01:00
Bart
c67c745669 LazUtf8: honour CaseSensitive in TStringListUTF8Fast.DoCompareText. 2022-11-23 14:23:20 +01:00
Martin
bcb511f8c1 FpDebug: fix parsing linemap, after commit 5e1326dab3 2022-11-22 16:29:09 +01:00
Martin
6793da0620 SynEdit: fix crash/hang (endless loop) in SearchReplace. Advance 1 char, if regex returns an zero-len match. Issue #39999 2022-11-22 15:44:40 +01:00
mattias
5e1326dab3 fpdebug: fixed crash 2022-11-22 02:36:49 +01:00
wp_xyz
7a73eac63a SQLDB: Fix several layout issues in GenerateSQLDlg. Based on patch by Don Siders, issue #40009 2022-11-21 11:47:32 +01:00
Juha
fa711164a9 IdeIntf: procedure DoAfterComponentAdded does not need to be virtual. Formatting. 2022-11-21 09:21:32 +02:00
Juha
fa224fda62 IDE: Simplify function ShowSaveProjectAsDialog. UseMainSourceFile parameter and sfSaveMainSourceAs flag are not needed. 2022-11-20 20:31:33 +02:00
wp_xyz
ecf49109b1 SQLDB: Enforce usage of default SynEdit font in GenerateSQLDlg form. Patch by Don Siders (see issue #39975). 2022-11-20 16:32:34 +01:00
wp_xyz
f40f8d5c28 SQLDB: Fix generation of incomplete SQL statements by component editor. Modified patch by Don Siders, issue #39975. 2022-11-20 16:08:51 +01:00
Juha
28443d4c13 Jedi Code Format: No blank lines in function/procedure declarations. Issue #40006, patch by Domingo Galmés. 2022-11-19 22:21:41 +02:00
Željan Rikalo
eec91b3a05 Qt6: fixed building for Qt6 2022-11-19 21:21:09 +01:00
Juha
d20728f3a4 Jedi Code Format: Fix a regression introduced by commit 27dfc5b4. Issue #40005, patch by Domingo Galmés. 2022-11-19 09:25:18 +02:00
Željan Rikalo
da19cbeace Qt: proper conversion from widestring. 2022-11-15 15:56:47 +01:00
Željan Rikalo
80b197d439 Qt6: started printing support for Qt6. 2022-11-15 15:36:22 +01:00
zamtmn
c87cedb97f Fix issue #39924 (AnchorDocking Header position resets) 2022-11-15 04:10:12 +03:00
zamtmn
989070fa91 Fix issue #39923 (AnchorDocking Docked forms sometimes overlap) 2022-11-15 04:09:52 +03:00
mattias
ffb0b0034e virtualtreeview: added qt6 fake units 2022-11-13 16:41:18 +01:00
mattias
6671244b72 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
mattias
3b3bd6ca14 clean up 2022-11-13 12:57:59 +01:00
zeljan1
abc2adaf4d Qt6: added support for VirtualStringTree 2022-11-11 16:05:18 +01:00
wp_xyz
aa025a513b Images: Some reworked images for improved rendering in dark mode (by Roland Hahn). 2022-11-08 18:42:41 +01:00
Juha
ae62f4f10e Jedi Code Format: Improve recognition of generic constraints. Issue #39991, patch by Domingo Galmés. 2022-11-06 23:39:31 +02:00
Juha
f112427168 Jedi Code Format: Remove blank lines before type, const, var, begin tokens inside a procedure/function. Issue #39990, patch by Domingo Galmés. 2022-11-06 23:39:31 +02:00
Juha
2d95dc76d7 Jedi Code Format: Indent try..finally..except blocks better. Issue #39989, patch by Domingo Galmés. 2022-11-06 23:25:08 +02:00