Commit Graph

60113 Commits

Author SHA1 Message Date
maxim
526e453330 FPDebug: fixed typos, regenerated translations and updated Russian translation
git-svn-id: trunk@64259 -
2020-12-20 22:11:02 +00:00
wp
7a969539a2 TAChart: Implement GetLegendItems for TPolygonSeries.
git-svn-id: trunk@64258 -
2020-12-20 20:31:40 +00:00
martin
94b1982906 SynEdit: do not drag selection if shift is hold. This is for altering the selection. Issue #0037963
git-svn-id: trunk@64257 -
2020-12-20 19:38:19 +00:00
mattias
80ce4d3432 IDE: startlazarus on darwin start the bundle, open with exe does not work anymore since big sur
git-svn-id: trunk@64255 -
2020-12-20 15:02:38 +00:00
juha
deba76613b IdeIntf, Designer: Improve deleting components from OI's tree. Make a special case for PairSplitterSide. Issue #38235.
git-svn-id: trunk@64254 -
2020-12-20 14:46:02 +00:00
mattias
da1542668b IDE: fixed startlazarus expanding --pcp
git-svn-id: trunk@64252 -
2020-12-20 14:24:06 +00:00
mattias
d00536b283 IDE: startlazarus update
git-svn-id: trunk@64251 -
2020-12-20 14:18:52 +00:00
mattias
bd0a307669 IDE: fixed restart on darwin with lazarus.cfg
git-svn-id: trunk@64249 -
2020-12-20 14:16:16 +00:00
martin
a869c43f49 FpDebug: fix threadmap iterator in linux classes. Broken by locked-iterator
git-svn-id: trunk@64248 -
2020-12-20 12:38:51 +00:00
martin
3894fe4f86 FpDebug: fix threadmap iterator in linux classes. Broken by locked-iterator
git-svn-id: trunk@64247 -
2020-12-20 11:00:58 +00:00
martin
499797758f Cleanup lfm files for SynEdit property for TSynHighlighterAttributes.<....>Priority
git-svn-id: trunk@64246 -
2020-12-20 09:03:41 +00:00
martin
06ee066470 SynEdit: Fixed the stored property for TSynHighlighterAttributes.<....>Priority
git-svn-id: trunk@64245 -
2020-12-20 09:03:39 +00:00
wp
48dfae77e3 TAChart: Initial commit of new TPolygonSeries
git-svn-id: trunk@64244 -
2020-12-19 23:08:11 +00:00
martin
fa5199045e LazDebuggerFp, FpDebug: Show an error message, if the debugger cannot run the application. Issue #0038167
git-svn-id: trunk@64243 -
2020-12-19 22:39:00 +00:00
martin
b5e8644836 LazDebuggerFp: Do not acquire Focus for none-breaking breakpoints (use dsInternalPause). Issue #38219
git-svn-id: trunk@64242 -
2020-12-19 17:06:34 +00:00
martin
557173a500 LazDebuggerFp: remove duplicated code
git-svn-id: trunk@64241 -
2020-12-19 17:06:32 +00:00
martin
78af663741 Revert WatchesValuePrg.pas: r64120 #618261511d LCL: Remove tests for FPC versions 2.x. Cannot be used anyway.
git-svn-id: trunk@64240 -
2020-12-19 17:06:31 +00:00
martin
cbcc64b6eb LazDebuggerFp: Do not call QuickPause for "delayed removed" breakpoints.
git-svn-id: trunk@64239 -
2020-12-19 17:06:29 +00:00
martin
ff698f9f85 LazDebuggerFp: Do not change the DebuggerState for QuickPause (if only breakpoints need to be set/removed)
git-svn-id: trunk@64238 -
2020-12-19 17:06:27 +00:00
martin
b0afde4a36 LazDebuggerFp: Do not request pause (for breakboint changes) when in "SendEvents" (paused, but no State set yet)
git-svn-id: trunk@64237 -
2020-12-19 17:06:25 +00:00
martin
dde3e06c5d IDE, Project Session: Reduce unnecessary calls to UpdatePageIndex while loading session
git-svn-id: trunk@64236 -
2020-12-19 15:09:26 +00:00
martin
ecb9e69eac IDE, Project Session: Ensure the session is not marked as changed while being loaded.
git-svn-id: trunk@64235 -
2020-12-19 15:09:24 +00:00
mattias
b7a2964a24 IDE: macos: added default shotcut for close file Meta+W
git-svn-id: trunk@64233 -
2020-12-19 14:13:53 +00:00
juha
97892a0c42 IDE: Prevent "Close all" button in Search in Files window hanging the IDE. Issue #38229, patch from BrunoK.
git-svn-id: trunk@64230 -
2020-12-18 22:00:45 +00:00
juha
537bc0346a IDE: Map component palette SpeedButtons by comp class type (not name). Use a proper tree map instead of sorted list TFPGMap<>.
git-svn-id: trunk@64229 -
2020-12-18 21:02:22 +00:00
juha
283b70dbac Cleanup, comments.
git-svn-id: trunk@64228 -
2020-12-18 21:02:19 +00:00
wp
2f347f2475 LCL/ComboBox: Avoid RecreateWnd in r63856 #afa0f73049. Issue #37670, patch by Jamie Philbrook.
git-svn-id: trunk@64227 -
2020-12-18 17:58:44 +00:00
wp
4618c04983 TAChart: Add method CopyToClipboard for any TRasterImage class.
git-svn-id: trunk@64226 -
2020-12-18 11:25:03 +00:00
juha
5cf724ae46 Designer: Give names for the side components of PairSplitter. Don't crash when deleting. Issue #38227.
git-svn-id: trunk@64225 -
2020-12-18 10:51:37 +00:00
juha
4c9264496d LCL: Do not free the side components of PairSplitter. They are owned and will be freed later.
git-svn-id: trunk@64224 -
2020-12-18 10:51:36 +00:00
mattias
7f0dc5b547 IDE: external tools: free threads via main thread
git-svn-id: trunk@64223 -
2020-12-17 21:47:31 +00:00
mattias
c368eb441e IDE: TExternalToolIDE.QueueAsyncAutoFree remove sync call on destroy
git-svn-id: trunk@64222 -
2020-12-17 18:12:11 +00:00
mattias
336ce15012 IDE: comments
git-svn-id: trunk@64221 -
2020-12-17 16:06:37 +00:00
mattias
66a905ae85 IDE: less verbose
git-svn-id: trunk@64220 -
2020-12-17 15:58:24 +00:00
mattias
be50b1d99c IDE: start custom IDE when readonly IDE was started
git-svn-id: trunk@64219 -
2020-12-17 15:51:33 +00:00
mattias
9b526c0b04 IDE: set primary config path before checking IDE instances
git-svn-id: trunk@64218 -
2020-12-17 14:51:47 +00:00
mattias
0d8743d0ef IDE: exttools: show env
git-svn-id: trunk@64217 -
2020-12-17 14:38:24 +00:00
mattias
0fa3320aa5 IDE: less hints
git-svn-id: trunk@64216 -
2020-12-17 13:48:16 +00:00
mattias
a448729659 IDE: optional packaged IDE starts custom IDE
git-svn-id: trunk@64215 -
2020-12-17 13:47:11 +00:00
mattias
767e73e456 IDE: optional packaged IDE starts custom IDE
git-svn-id: trunk@64214 -
2020-12-17 13:45:57 +00:00
juha
a9fe05f1eb ExtTool: Restore one Enter-/LeaveCriticalSection. It is needed.
git-svn-id: trunk@64213 -
2020-12-16 22:23:16 +00:00
juha
d5099bfbd4 ExtTool: Use a hack Sleep(1) added in r64005 #ad65618c2b to Enter-/LeaveCriticalSection only for LazBuild. It caused bad slowdowns in the IDE.
git-svn-id: trunk@64212 -
2020-12-16 22:08:32 +00:00
wp
1c9c36d205 LCL/FileListbox: Update selected filename when ItemIndex is set
git-svn-id: trunk@64211 -
2020-12-16 21:17:52 +00:00
martin
569e49e3cb TRefCountedObject, make thread safe
git-svn-id: trunk@64210 -
2020-12-16 14:44:11 +00:00
juha
ad741ce26d Docs: Documentation updates for LCL and LazUtils. Issue #38217, patch from Don Siders.
git-svn-id: trunk@64209 -
2020-12-15 18:18:40 +00:00
juha
1ab96d8fd3 IDE: Update editor on idle after adding components to designer.
git-svn-id: trunk@64208 -
2020-12-15 18:18:38 +00:00
juha
907d1a29da IDE: Don't set DisplayState:=dsSource in SrcNotebookEditorActived. Editor may not have focus.
git-svn-id: trunk@64207 -
2020-12-15 18:17:37 +00:00
juha
569174e007 LCL: Don't steal focus for TabControl when changing current page by code.
git-svn-id: trunk@64206 -
2020-12-15 18:17:36 +00:00
juha
24690ac403 IDE: Optimize TSourceNotebook.FindPageWithEditor a little.
git-svn-id: trunk@64205 -
2020-12-15 18:17:33 +00:00
wp
c3d9ff515c LCL/Listview: Fix listview items not drawn bold in OnCustomDrawXXXX event if requested. Issue #25397, patch by jamie philbrook.
git-svn-id: trunk@64204 -
2020-12-15 10:11:02 +00:00