Commit Graph

43138 Commits

Author SHA1 Message Date
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
bart
f8bf660267 Update po files after r44872 #597c21bea0.
git-svn-id: trunk@44887 -
2014-05-02 13:06:59 +00:00
bart
9cace444de TCustomComboBox: remove redundant KeyPress method. All this is already done in Utf8KeyPress.
git-svn-id: trunk@44886 -
2014-05-02 12:58:31 +00:00
sekelsenmat
a2ff0824a2 cocoa: Starts implementing ListView selection event and item deletion
git-svn-id: trunk@44885 -
2014-05-02 12:03:43 +00:00
martin
aacb2aa6cf FpDebug: added operators +, - for float
git-svn-id: trunk@44884 -
2014-05-02 02:02:32 +00:00
martin
fc31f1a0c0 FpDebug: added operators =, <, >, <> for int/float
git-svn-id: trunk@44883 -
2014-05-02 01:44:33 +00:00
martin
2b8b09ffba FpDebug: fixed crash from prev commit
git-svn-id: trunk@44882 -
2014-05-02 01:01:24 +00:00
martin
a8caa85052 FpDebug: added nil,true,false
git-svn-id: trunk@44881 -
2014-05-02 00:53:39 +00:00
martin
e645bd4e95 FpDebug: added operators *, /, div for int/float
git-svn-id: trunk@44880 -
2014-05-02 00:13:10 +00:00
sekelsenmat
3b584602cc cocoa: Implements column title and dynamic setting item text
git-svn-id: trunk@44879 -
2014-05-01 23:49:01 +00:00
sekelsenmat
6199957e3a cocoa: Reorganizes the TListView handle so that now scrolling and the header are working
git-svn-id: trunk@44878 -
2014-05-01 23:29:12 +00:00
sekelsenmat
90d7c92c6b cocoa: Support for TLabel and other graphic controls inside TPageControl tab views; Implements many properties and methods from TListView
git-svn-id: trunk@44877 -
2014-05-01 22:45:25 +00:00
martin
809367783d GdbmiDebugger: small speed improvement if a user has huge amounts of watches
git-svn-id: trunk@44876 -
2014-05-01 22:45:13 +00:00
blikblum
9be8a417f1 lcl: add some heuristic in TDBLookup to determine if the dataset really changed. Issue #26006
git-svn-id: trunk@44875 -
2014-05-01 20:01:23 +00:00
mattias
f311a046f8 ipro: fixed buffer overflow
git-svn-id: trunk@44873 -
2014-05-01 18:43:21 +00:00
bart
597c21bea0 LclStrConst Fix rsFixedColsTooBig and rsFixedRowsTooBig so they match current behaviour (issue #0018590).
git-svn-id: trunk@44872 -
2014-05-01 15:37:08 +00:00
bart
f62fa21a33 TToolButton: fix using AccelleratorChars (Issue #0024817).
git-svn-id: trunk@44871 -
2014-05-01 14:21:54 +00:00
mattias
5f56400fe5 LCL: TCustomGrid: fixed range check error when scrolling editor control
git-svn-id: trunk@44869 -
2014-05-01 14:01:18 +00:00
mattias
1417fc6edf LCL: comment
git-svn-id: trunk@44868 -
2014-05-01 14:00:37 +00:00
blikblum
759e87ceb6 lcl: ensure that reset is Modified in TFieldDataLink.UpdateData even if an exception occurs. Issue #26081
git-svn-id: trunk@44867 -
2014-05-01 13:34:22 +00:00
bart
9cc96a93a2 TCustomComboBox: call inherited (Utf8)KeyPress before changing the case (when CharCase <> ecNormal)
git-svn-id: trunk@44866 -
2014-05-01 12:09:26 +00:00
martin
f7c6916db6 FpDebug: added some error handling
git-svn-id: trunk@44865 -
2014-04-30 22:15:31 +00:00
sekelsenmat
594e1f2069 cocoa: Fixes the display of controls in tabs
git-svn-id: trunk@44864 -
2014-04-30 21:57:35 +00:00
joost
580048e97c FpDebug: Do not continue the process after an invalid command
git-svn-id: trunk@44863 -
2014-04-30 20:59:12 +00:00
joost
e7779bd476 LazDebuggerFp (pure): Implemented step-into
git-svn-id: trunk@44862 -
2014-04-30 20:44:22 +00:00
juha
978eda5ac9 LCL: Use AlignControls in TCoolBar to prevent setting alignment of controls associated with bands. Issue #26096, patch from Vojtech Cihak
git-svn-id: trunk@44861 -
2014-04-30 20:27:33 +00:00
wp
a3cf4354b2 TAChart: fix rare arithmetic overflow in logarithmic axis labeling
git-svn-id: trunk@44860 -
2014-04-30 19:00:50 +00:00
mattias
0ad8e4e70f LCL: fixed TTextStrings.Exchange
git-svn-id: trunk@44858 -
2014-04-30 17:08:53 +00:00
mattias
c8dcdc60a8 tests: lcl: TTextStrings.Exchange
git-svn-id: trunk@44857 -
2014-04-30 17:08:44 +00:00