Commit Graph

43166 Commits

Author SHA1 Message Date
mattias
c6fb2f7bee cody: find gdb line: open source editor
git-svn-id: trunk@44951 -
2014-05-06 22:08:13 +00:00
mattias
a32057acc8 codetools: find gdb line: find proc body
git-svn-id: trunk@44948 -
2014-05-06 22:00:55 +00:00
martin
c239838960 FpDebug: partial implementation of "repeat count"
git-svn-id: trunk@44937 -
2014-05-06 19:32:25 +00:00
joost
31762452ae LazDebuggerFp (pure): Handle working-directory and environment of debuggee
git-svn-id: trunk@44936 -
2014-05-06 19:25:38 +00:00
mattias
334403f906 codetools: find gdb line: search implementation, started searching members
git-svn-id: trunk@44935 -
2014-05-06 15:43:42 +00:00
mattias
dd68e3e52e leakview: fixed typo
git-svn-id: trunk@44934 -
2014-05-06 15:42:00 +00:00
zeljko
702dfa4206 Qt: Allow color change on TQtStatusBar.part of issue #21302
git-svn-id: trunk@44933 -
2014-05-06 14:29:50 +00:00
zeljko
ba53e7f947 Qt: set color to mdiArea if we are fsMDIForm in case when color <> clDefault.
git-svn-id: trunk@44932 -
2014-05-06 13:51:00 +00:00
zeljko
67cb9cc43c Qt: disable focus ability on mdiarea handle.
git-svn-id: trunk@44931 -
2014-05-06 13:09:33 +00:00
bart
00158cb54c QT: fix not triggering OnKeyDown/On(Utf8)KeyPress when typing diacritics using
"dead keys" in several controls. Issue #0026115

git-svn-id: trunk@44930 -
2014-05-06 11:59:17 +00:00
martin
6a9ea0f2ff FpDebug: error checks
git-svn-id: trunk@44929 -
2014-05-05 22:57:31 +00:00
joost
04283997b4 LazDebuggerFp (pure): Pass arguments to debuggee
git-svn-id: trunk@44928 -
2014-05-05 20:15:42 +00:00
zeljko
805a4e6542 Qt: fixed crash if stylesheet is used.
git-svn-id: trunk@44927 -
2014-05-05 14:19:21 +00:00
mattias
46d144081e codetools: ExtractProcHead: omit skip comments
git-svn-id: trunk@44926 -
2014-05-05 13:08:40 +00:00
zeljko
223e884008 Qt: apply FormStyle and BorderIcons to the fsMDIChild form.Available only during handle creation.issue #23821
git-svn-id: trunk@44925 -
2014-05-05 12:02:42 +00:00
zeljko
21d6b7b9e9 Qt: reduced number of paint events in case of TCustomForm, now only FCentralWidget process paint events.
git-svn-id: trunk@44924 -
2014-05-05 11:46:06 +00:00
zeljko
16060bde09 Qt: fixed order of kill/set focus messages sent to LCL. issue #26106
git-svn-id: trunk@44923 -
2014-05-05 11:30:39 +00:00
joost
79f817ca53 LazDebuggerFp (pure): Use TProcess to start debuggee
git-svn-id: trunk@44922 -
2014-05-05 10:21:16 +00:00
zeljko
941841b2da Qt: fixed precendence of focus when csNoFocus and TabStop=true.issue #24735
git-svn-id: trunk@44921 -
2014-05-05 05:47:57 +00:00
martin
9056ee62b2 FpDebugger (pure): watches error checking
git-svn-id: trunk@44920 -
2014-05-05 03:06:28 +00:00
martin
60aa4dd2fc FpDebug: missing result
git-svn-id: trunk@44919 -
2014-05-05 03:02:16 +00:00
martin
5acc0236ce FpDebug: array (1 dimension): DW_AT_byte_stride
git-svn-id: trunk@44918 -
2014-05-05 00:53:22 +00:00
bart
8804674487 SynEdit: remove double calling of iherited in TCustomSynEdit.WMKillFocus.
git-svn-id: trunk@44917 -
2014-05-04 22:37:57 +00:00
juha
847147250b IDE, select the first node initially in ComponentList. Part of issue #26035.
git-svn-id: trunk@44916 -
2014-05-04 22:32:47 +00:00
juha
c2fa4b3ac9 IDE: In ComponentList, replace OnKeyDown handler with OnKeyPress because FilterEdit uses it. Add OnAfterFilter handler. Part of issue #26035.
git-svn-id: trunk@44915 -
2014-05-04 22:32:43 +00:00
juha
176412a277 LCL: in FilterEdit, name a method better (ReturnKeyHandled).
git-svn-id: trunk@44914 -
2014-05-04 22:32:35 +00:00
bart
ea3be751a5 SynEdit: publish OnUtf8KeyPress for TSynEdit and TSynMemo.
git-svn-id: trunk@44913 -
2014-05-04 22:32:14 +00:00
martin
c4d3a2e866 FpDebug: recognize parentfp and $parentfp
git-svn-id: trunk@44912 -
2014-05-04 19:18:17 +00:00
martin
06e2016276 FpGdbmiDebugger: test readme
git-svn-id: trunk@44911 -
2014-05-04 17:16:45 +00:00
martin
b94609448d FpGdbmiDebugger: test readme
git-svn-id: trunk@44910 -
2014-05-04 17:13:59 +00:00
martin
f49845883c FpDebug: implemented DW_AT_data_location
git-svn-id: trunk@44909 -
2014-05-04 16:53:21 +00:00
martin
b2830cbfb2 FpDebug: fix crash in type-printer
git-svn-id: trunk@44908 -
2014-05-04 16:51:38 +00:00
martin
a2a5fab89e FpGdbmiDebugger: deal with watches if result is type instead of value
git-svn-id: trunk@44907 -
2014-05-04 16:51:01 +00:00
joost
c700bfe172 LazDebuggerFp (pure): Implemented basic callstack
git-svn-id: trunk@44906 -
2014-05-04 12:08:50 +00:00
zeljko
4324581a77 Qt: added QTCOCOA define for qt 64bit cocoa build, also fixes crashes with forms when using QTCOCOA.
git-svn-id: trunk@44905 -
2014-05-04 12:08:10 +00:00
joost
17f29c4ac2 FpDebug: Implemented GetStackPointerRegisterValue on Darwin
git-svn-id: trunk@44904 -
2014-05-04 11:10:27 +00:00
martin
e53e32b3c8 FpDebug: compile on win64
git-svn-id: trunk@44902 -
2014-05-03 15:00:16 +00:00
maxim
b70099f4fe LCL: updated Russian translation
git-svn-id: trunk@44901 -
2014-05-03 13:18:45 +00:00
maxim
2b50e7adff LazReport: regenerated German translation
git-svn-id: trunk@44900 -
2014-05-03 13:18:13 +00:00
zeljko
9de8bc80c0 Qt: fixed tabwidget calculation when it's not mapped yet.
git-svn-id: trunk@44899 -
2014-05-03 10:12:24 +00:00
mattias
fba12fd265 IDEIntf: fixed TPropertyEditorHook compiling with -CR
git-svn-id: trunk@44897 -
2014-05-03 09:00:32 +00:00
martin
6281c4adcf FpDebug: started DisplayFormat
git-svn-id: trunk@44896 -
2014-05-03 00:14:44 +00:00
sekelsenmat
31b29671af cocoa: Improves the selection and other parts of TListView
git-svn-id: trunk@44895 -
2014-05-02 23:46:40 +00:00
jesus
7da0b079e6 LCL, grids, set Title's multiline property to false by default (this prevents unnecessary listing in the lfm file)
git-svn-id: trunk@44894 -
2014-05-02 21:14:57 +00:00
zeljko
86fff5f389 Qt: return correct clientRect from TQtWSCustomTabControl.GetDefaultClientRect.
git-svn-id: trunk@44893 -
2014-05-02 16:59:59 +00:00
zeljko
daf5b36571 Qt: TQtWidgetSet.GetClientRect: added check for handle.
git-svn-id: trunk@44892 -
2014-05-02 16:00:55 +00:00
zeljko
17a8339268 Qt: fixed crash and wrong events if key is changed in UTF8KeyPress.issue #26103
git-svn-id: trunk@44891 -
2014-05-02 15:54:32 +00:00
zeljko
ec4d3bd225 Gtk2: fixed wrong events if key is changed in UTF8KeyPress.issue #26103
git-svn-id: trunk@44890 -
2014-05-02 15:41:57 +00:00
martin
591043b078 GdbmiDebugger: added workaround for pchar vs string issue in dwarf 2
git-svn-id: trunk@44889 -
2014-05-02 13:14:44 +00:00
martin
bc4c3ea47a IDE, Debugger: improved display of watches (keep one space, if stripping multiline)
git-svn-id: trunk@44888 -
2014-05-02 13:13:39 +00:00