Commit Graph

57887 Commits

Author SHA1 Message Date
martin
4b627656b1 FpDebug: Fix compile for Mac / removed 2 left over declarations / error introduced in watchpoint work
git-svn-id: trunk@62007 -
2019-10-08 18:18:10 +00:00
juha
33ed908dbc Designer: Add debug lines to designer code and class destructors for testing issue #36151.
git-svn-id: trunk@62006 -
2019-10-08 17:12:10 +00:00
martin
f6616221d8 FpDebug: Fix crash on hitting just deleted breakpoint (race condition leads to nil object access)
git-svn-id: trunk@62005 -
2019-10-06 22:00:31 +00:00
maxim
71fc709658 POChecker: do not silently remove nonexistent .pot files when populating master file list on form show, let user be notified about them when scanning directory or running tests
git-svn-id: trunk@62004 -
2019-10-06 21:03:03 +00:00
juha
d3daac07ac LCL-GTK2: Improve logic for loading LibAppIndicator3 for TrayIcon. Based on research by D.Bannon. Issue #35723.
git-svn-id: trunk@62003 -
2019-10-06 15:29:55 +00:00
juha
7bbe5e6973 LazUtils: Revert part of r61999 #58b76f8a40.
git-svn-id: trunk@62002 -
2019-10-06 13:50:02 +00:00
juha
6362b3d71a Designer: Fix a crash bug caused by r61974 #dcb8bd49fb. Top form has no Owner.
git-svn-id: trunk@62001 -
2019-10-06 13:43:11 +00:00
juha
0507fec465 LCL: Inline some one-liners in unit Controls.
git-svn-id: trunk@62000 -
2019-10-06 08:41:22 +00:00
juha
58b76f8a40 LazUtils: Remove UTF8Encode calls and suppress warnings in winlazfileutils.inc. Issue #35512.
git-svn-id: trunk@61999 -
2019-10-06 08:18:07 +00:00
wp
a2b504be6f LCL/grids: Fix ColRowDragIndicatorColor for dragging rows. Issue #36138.
git-svn-id: trunk@61998 -
2019-10-05 21:32:52 +00:00
juha
a5cca7c662 LCL: Make TForm's bounds and restored bounds consistent. Issue #36127, patch from Joeny Ang.
git-svn-id: trunk@61997 -
2019-10-05 20:26:41 +00:00
juha
5ff78d5320 Designer: Support Undo-action for changed Parent of a component. Issue #26815.
git-svn-id: trunk@61996 -
2019-10-05 19:47:24 +00:00
wp
77b19309f9 LCL/grids: Make special grid cursors changable by user. Add property ColRowDragIndicatorColor. Modified patch by Pavol S. Issue #36138.
git-svn-id: trunk@61995 -
2019-10-05 15:42:28 +00:00
maxim
f5493dcc12 Translations: Slovak translation update by LacaK, bug #36124
git-svn-id: trunk@61991 -
2019-10-05 12:30:31 +00:00
martin
5ff6c5c0c1 FpDebug: Partial implement WatchPoints.
- No local watches yet. Always global scope.
- Break on Write is the same Read/Write
- Info pop up has no old/new value
- No feedback (in some cases) if watch failed to set

git-svn-id: trunk@61990 -
2019-10-05 11:09:49 +00:00
martin
4020102b98 FpDebug: Refactor Step-Into. No longer use watchpoints.
git-svn-id: trunk@61989 -
2019-10-05 11:09:47 +00:00
martin
c545425462 LazDebuggerFp: Refactor getting user selected stack/frame into new method GetCurrentThreadAndStackFrame
git-svn-id: trunk@61988 -
2019-10-05 11:09:45 +00:00
martin
a631e91e53 FpDebug: rename TFpInternalBreakpointBase into TFpDbgBreakpoint / Make other packages use TFpDbgBreakpoint instead of internal class.
git-svn-id: trunk@61987 -
2019-10-05 11:09:44 +00:00
martin
804425c111 FpDebug: test, nested procs can see outer scope
git-svn-id: trunk@61986 -
2019-10-05 11:09:42 +00:00
martin
9b5b0c8db2 FpDebug: Check stackframe for FindContext in range / out of index
git-svn-id: trunk@61985 -
2019-10-05 11:09:40 +00:00
martin
3cb743cac0 LazDebugger: Fix FindContext must run in thread. Fix watches in other stackframes sometimes fail to eval. Broken in r61968 #fa44aa0f0b.
git-svn-id: trunk@61984 -
2019-10-05 11:09:39 +00:00
juha
d0b23f3c8c LCL-GTK2: Simplify and optimize function gtkRealizeAfterCB. Remove call to GetOrCreateWidgetInfo().
git-svn-id: trunk@61983 -
2019-10-04 18:52:17 +00:00
juha
088d4e5c32 LCL-GTK2: Formatting.
git-svn-id: trunk@61982 -
2019-10-04 18:51:08 +00:00
juha
033c7e6443 LCL-GTK2: Eliminate GetOrCreateWidgetInfo from TGtk2WidgetSet.SetCallbackEx, LockOnChange, ConnectSignal, SetFixedWidget.
git-svn-id: trunk@61981 -
2019-10-04 18:50:56 +00:00
juha
fa1ab22cb5 LCL-GTK2: Do not load LibAppIndicator3 lib for KDE and Cinnamon. Makes TrayIcon.OnClick work in most cases. Issue #35983.
git-svn-id: trunk@61980 -
2019-10-04 14:49:43 +00:00
wp
a7e7bb9f93 LCL/grids: Fix cursor reverting to default while dragging a row height. Issue #36125.
git-svn-id: trunk@61977 -
2019-10-04 13:34:24 +00:00
mattias
ec34c3f2f1 lazutils: lazutf8: fixed TStringList.LoadFromFile load UTF8 by default
git-svn-id: trunk@61976 -
2019-10-04 12:05:40 +00:00
wp
bd6759940d LCL/grids: Rename TCursorState to TGridCursorState and its elements accordingly (to better distinguish from TComponentState). Related to issue #36125.
git-svn-id: trunk@61975 -
2019-10-04 08:13:48 +00:00
juha
dcb8bd49fb Designer: Support Undo for properties of subcomponents like 'LabeledEdit1.SubLabel'. Issue #36071.
git-svn-id: trunk@61974 -
2019-10-03 22:58:20 +00:00
juha
c32570a990 Designer: Explode a big WITH block in TDesigner.ExecuteUndoItem. Use another temp variable.
git-svn-id: trunk@61973 -
2019-10-03 22:58:08 +00:00
wp
7d10359d05 LCL/grids: Fix using special cursors as regular cursors. Issue #36125, based on code by Pavol S.
git-svn-id: trunk@61972 -
2019-10-03 21:23:31 +00:00
juha
cc40ad8b7f LazUtils: Move encoding page arrays from LConvEncoding to a new .inc file. Issue #36078.
git-svn-id: trunk@61971 -
2019-10-03 18:46:39 +00:00
martin
6b45533e05 FpDebug: tests (enum member)
git-svn-id: trunk@61970 -
2019-10-03 18:38:14 +00:00
martin
1097debc48 FpDebug: fix crash when evaluating enum "member". (The identifier representing one of the values of the enum)
git-svn-id: trunk@61969 -
2019-10-03 18:38:13 +00:00
martin
fa44aa0f0b LazDebuggerFp, FpDebug: Refactor FindContext
git-svn-id: trunk@61968 -
2019-10-03 18:38:11 +00:00
martin
3e1d403bae LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux)
Attach on Linux does not work for apps started with "run without debugging". (Maybe/Probably because the IDE does a separate waitpid on those, and interferes with the waitpid of the debugger?)

git-svn-id: trunk@61967 -
2019-10-03 18:38:10 +00:00
martin
69d200ec8d FpDebug: check if running before scheduling a pause signal (needed so pause can be called when ProcessLoop is not running / but also checks if the loop does a lot of deInternalContinue
git-svn-id: trunk@61966 -
2019-10-03 18:38:08 +00:00
martin
50cb78378e FpDebug: test, increase timeout to reduce false failures
git-svn-id: trunk@61965 -
2019-10-03 18:38:06 +00:00
martin
cf8b7f94fe IDE, Debugger: Set break/watchpoint after properties are confirmed. This used to set the watchpoint before the user confirmed, and then updated it.
git-svn-id: trunk@61964 -
2019-10-03 18:38:05 +00:00
juha
063096d568 LazUtils: Optimize LConvEncoding a little. Issue #36087, patch from Alexey Tor.
git-svn-id: trunk@61963 -
2019-10-03 18:26:28 +00:00
mattias
79aa478b8d codetools: fixed find declaration multidim[,].sub
git-svn-id: trunk@61962 -
2019-10-03 14:35:55 +00:00
mattias
fc24b68aa6 codetools: test multidim[,].sub
git-svn-id: trunk@61961 -
2019-10-03 14:35:42 +00:00
juha
d63ada2dc8 Docs: Fix the short description of TSplitter.AutoSnap. Issue #36116, patch from Alexey Tor.
git-svn-id: trunk@61960 -
2019-10-03 14:11:47 +00:00
juha
7a73e88954 LCL-GTK2: Render text of TLabel correctly. Issue #36128, patch from Alexey Tor.
git-svn-id: trunk@61959 -
2019-10-03 12:20:31 +00:00
wp
05124b6214 LCL/Grids: Fix grid Cursor reverting to default after mouse click into grid. Issue #0036125
git-svn-id: trunk@61958 -
2019-10-02 20:47:20 +00:00
martin
6591981f5f FpDebug: Fix leak introduced in r61951 #cc3a453334 / missing deref for ValueObject in Locals eval
git-svn-id: trunk@61957 -
2019-10-02 11:48:28 +00:00
maxim
a320f39ea3 Translations: Slovak translation update by LacaK, bug #36118
git-svn-id: trunk@61955 -
2019-09-30 21:08:25 +00:00
martin
3f641f84f8 EditorMacroScript: fix compilation / remove old TPoint work around on Mac
git-svn-id: trunk@61954 -
2019-09-30 11:15:31 +00:00
martin
aa60af3f9e FpDebug: Remove circular refs
git-svn-id: trunk@61953 -
2019-09-29 21:43:54 +00:00
martin
ab5154ae18 FpDebug: Move type related code from TFpSymbolDwarfDataProc to TFpSymbolDwarfTypeProc.
git-svn-id: trunk@61952 -
2019-09-29 21:43:53 +00:00