Commit Graph

64300 Commits

Author SHA1 Message Date
wp_xyz
fece524746 Images: Some icons with darker green to improve visibility in the Win-11 menu. By Roland Hahn. 2023-01-13 11:58:06 +01:00
Maxim Ganetsky
6c23df0dd6 IDE: for now load IdeDebugger translation earlier in order to restore translations of several menu items with captions still initialized e. g. in TMainIDEBase.SetupViewMenu method 2023-01-13 02:17:58 +03:00
dsiders
7abe883a09 Docs: LazControls/extendedtabcontrols. Fixes invalid links to inherited topics. 2023-01-12 20:10:20 +00:00
dsiders
9c56ab2cd4 Docs: LazControls/shortpathedit. Adds See Also links to topics. 2023-01-12 19:24:41 +00:00
wp_xyz
cbf86becca fpvectorial: Improved rendering of text in wmf. 2023-01-12 13:49:02 +01:00
Ondrej Pokorny
d4d30d7e31 TProjectResources: prevent crash when having invalid resource files 2023-01-11 08:59:08 +01:00
Martin
666ab2572e Removed incorrect msgctxt from po 2023-01-11 01:06:20 +01:00
dsiders
f72f490593 Docs: LazControls. Removes invalid See Also links. 2023-01-10 23:26:08 +00:00
Maxim Ganetsky
6d58da75ff IDEDebugger: updated Russian translation 2023-01-11 01:56:28 +03:00
Maxim Ganetsky
42d7e64364 IDE: regenerated translations 2023-01-11 01:32:12 +03:00
Maxim Ganetsky
7511fdb89b IDE: cleaned up unneeded calls of TranslateUnitResourceStrings for LazarusCommonStrConst and IdeDebuggerStringConstants units 2023-01-11 01:25:45 +03:00
Maxim Ganetsky
eb5dd94931 Translations: cleaned up localize scripts 2023-01-11 01:19:00 +03:00
dsiders
1b71949ac2 Docs: LazUtils/masks. Fixes invalid See Also links. 2023-01-10 21:54:24 +00:00
dsiders
9b289f9a32 Docs: Lazutils/masks. Updates topics for changes in 3b1bba21. 2023-01-10 19:07:12 +00:00
dsiders
7c3adad134 Docs: LCL/editbtn. Updates TCustomControlFilterEdit topics for changes in 4c822bb36e, 11a35ff5. 2023-01-10 18:37:10 +00:00
Ondrej Pokorny
3c917017f5 IDE: ignore exceptions for invalid project icons 2023-01-10 18:57:21 +01:00
wp_xyz
77aecca951 Images: Replace some of the icons of commit cf58d5fc by improved versions. Work by Roland Hahn. 2023-01-10 17:55:30 +01:00
Martin
48d8522073 IdeDebugger: Fixed Makefile 2023-01-10 17:27:39 +01:00
Martin
574ccd903a IdeDebugger: Move units from Ide to IdeDebugger. (BreakPropertyDlgGroups, CallStack, DebuggerAttachDialog, DebuggerOutput, ExceptDlg, FeedbackDlg, HistoryDlg, LocalsDlg, PseudoTerminal, RegisterDlg, ThreadDlg, WatchesDlg) 2023-01-10 17:04:54 +01:00
Martin
739b542449 IDEIntf: rename some ResourceString to match the common naming scheme 2023-01-10 17:00:42 +01:00
Martin
2d2e5431aa IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them) 2023-01-10 17:00:41 +01:00
Martin
deaf6e0318 Debugger: Fix missing result for 0d3a7504d7 "IdeDebugger: Move unit DebuggerDlg from Ide to IdeDebugger." 2023-01-10 17:00:41 +01:00
Bart
96db2a62d9 Examples: replace icon for laz_scalables with default icon, since the icon was corrupted. 2023-01-10 16:23:00 +01:00
wp_xyz
2320646b2d TAChart: Fix compilation of fpvectorial drawer package broken after commit 53f7749d. Issue #40086. 2023-01-10 15:35:05 +01:00
Bart
3b1bba21ff Masks: rename TMask.Compile to TMask.PrepareCompile and make it set fMaskIsCompiled to False.
TMaskUTF8.Compile is now the base method for compiling the mask.
Add a comment about fMaskIsCompiled.
Reasons:
- TMask.Compile did not really compile anything.
- fMaskIsCompiled should only be set to True if (real) compilation of the mask is succesfull
2023-01-10 12:52:45 +01:00
Ondrej Pokorny
11a35ff5e6 restore FilterLowercase property 2023-01-10 12:22:35 +01:00
Maxim Ganetsky
42595db183 IDEDebugger: updated Russian translation 2023-01-10 03:07:57 +03:00
Martin
0d3a7504d7 IdeDebugger: Move unit DebuggerDlg from Ide to IdeDebugger. 2023-01-09 23:05:16 +01:00
Martin
d469c50a29 IdeDebugger: Move unit WatchPropertyDlg from Ide to IdeDebugger. 2023-01-09 23:05:16 +01:00
Martin
e22f69d623 IdeDebugger: Move unit BaseDebugManager from Ide to IdeDebugger. 2023-01-09 23:05:15 +01:00
mattias
0395ecb8b9 ide: call register of LazDebuggerFpLldb, LazDebuggerFp, laz.virtualtreeview_package 2023-01-09 20:51:37 +01:00
mattias
44235e7124 ide: updated list of base packages 2023-01-09 20:41:48 +01:00
mattias
6bdd3dfa3d codetools: updated ide unit paths 2023-01-09 20:41:31 +01:00
Martin
d31003464a LazDebuggerFp: remove int3 when conditional breakpoint is getting disabled/inactive. (used to wait until condition was true) 2023-01-09 17:08:14 +01:00
Martin
e90e3d0637 Debugger: remove ifdef CD_Cocoa 2023-01-09 16:46:53 +01:00
Martin
3ea1675362 FpDebug: Fix test for "step over". non-breaking breakpoints no longer cause an internal pause 2023-01-09 16:46:53 +01:00
Martin
d99e76636d FpDebug: fix storing "step info" (symbol/line at PC) 2023-01-09 16:46:53 +01:00
wp_xyz
c69c83ead1 fpvectorial: Fix some issues with text in svg files. 2023-01-09 12:06:08 +01:00
Maxim Ganetsky
ad5d9a11e8 IDE: regenerated translations and updated Russian translation 2023-01-09 04:50:21 +03:00
Maxim Ganetsky
8d4ca8f43f IDE: improved strings in Debugger Initial Setup dialog 2023-01-09 04:49:10 +03:00
Martin
c59f34e9ba FpDebug: fixed spelling / thanks to ccrause 2023-01-08 19:33:20 +01:00
mattias
f09a59cb1c updated lpl files 2023-01-08 18:46:33 +01:00
mattias
770a65172b ide: less hints 2023-01-08 18:45:51 +01:00
mattias
955ab8dc27 IDE: less hints 2023-01-08 18:45:51 +01:00
mattias
ce2948da4f ide: comments 2023-01-08 18:45:51 +01:00
wp_xyz
1c8fb9346e fpvectorial: Show debug tree in svgviewer sample project. 2023-01-08 18:22:25 +01:00
wp_xyz
9ce162804c fpvectorial: Avoid unnecessary widestring conversion. 2023-01-08 18:21:54 +01:00
Martin
84adf78bd9 Merge branch 'avr-cfi' into laz-main
See merge request freepascal.org/lazarus/lazarus!101
2023-01-08 17:18:52 +01:00
ccrause
171be791ea [RSP] Do not acknowledge an OK response, since qemu complains about receiving an acknowledge after an OK response. It is not clear whether this is in accordance with the RSP protocol specification. 2023-01-08 17:05:04 +01:00
ccrause
1bad121570 [RSP] Removed unused variables. 2023-01-08 17:05:03 +01:00