mattias
bba73073f1
Sparta docked formeditor: Change visibility of methods so it compiles with FPC trunk. Issue #34816
...
git-svn-id: branches/fixes_2_0@60197 -
2019-01-24 09:49:35 +00:00
mattias
1a43728757
TAChart: Fix scaling of axis with fixed range when associated series is hidden.
...
git-svn-id: branches/fixes_2_0@60196 -
2019-01-24 09:49:15 +00:00
mattias
01ec95d8d2
TAChart: Use ChildSizing technique to position charts in demo/panes.
...
git-svn-id: branches/fixes_2_0@60195 -
2019-01-24 09:48:57 +00:00
mattias
191dd10a60
TAChart: Undo part of r60075 #361e42f65a (see Issue #34898 ).
...
git-svn-id: branches/fixes_2_0@60194 -
2019-01-24 09:48:40 +00:00
mattias
bef942e6c5
TAChart: Fix sign error in coordinate transformation (Issue #34898 , found by Marcin Wiazowski)
...
git-svn-id: branches/fixes_2_0@60193 -
2019-01-24 09:48:22 +00:00
mattias
a07eef42b0
TAChart: Replace deprecated Reticule in demo/basic by a DataPointCrosshairTool.
...
git-svn-id: branches/fixes_2_0@60192 -
2019-01-24 09:47:59 +00:00
mattias
9790b72f61
TAChart: Update area demo to show new property "MarkPositionCentered".
...
git-svn-id: branches/fixes_2_0@60191 -
2019-01-24 09:47:40 +00:00
mattias
f9e9f72707
TAChart: Replace TMarkPositions option lmpInsideCenter by new property "MarkPositionCentered" published for bar and area series.
...
git-svn-id: branches/fixes_2_0@60190 -
2019-01-24 09:47:18 +00:00
mattias
0dab183da0
TAChart: Correct vertical position of stacked bar series centered labels if ZeroLevel is not used.
...
git-svn-id: branches/fixes_2_0@60189 -
2019-01-24 09:46:59 +00:00
mattias
c0049566e4
FpDebug: Fix DW_FORM_strp for Dwarf3s 64Bit-Dwarf info
...
git-svn-id: branches/fixes_2_0@60188 -
2019-01-24 09:46:36 +00:00
mattias
3ef62d3860
FpDebug: fix cache when cross debugging a 64bit target from a 32bit IDE. (affects FpLldb)
...
git-svn-id: branches/fixes_2_0@60187 -
2019-01-24 09:46:08 +00:00
mattias
0dda202453
LazDebuggerFpLldb: correctly initialize pretty-printer
...
git-svn-id: branches/fixes_2_0@60186 -
2019-01-24 09:45:50 +00:00
mattias
38ccd796b3
FpDebug: fix type in macho debug structure (avoid range check errors)
...
git-svn-id: branches/fixes_2_0@60185 -
2019-01-24 09:45:31 +00:00
mattias
72b51f3448
TAChart: Fix crash of IDE due to r60070 #9d2ff37d62
...
git-svn-id: branches/fixes_2_0@60184 -
2019-01-24 09:45:07 +00:00
mattias
0cb5c68866
TAChart: Fix positioning of series labels (hopefully...) by reverting some of r56492 #1401108152 . Issue #34819
...
git-svn-id: branches/fixes_2_0@60183 -
2019-01-24 09:44:46 +00:00
mattias
b21c0f8f75
Qt,Qt5: call inherited Create for TStrings.
...
git-svn-id: branches/fixes_2_0@60182 -
2019-01-24 09:44:26 +00:00
mattias
651746a306
TAChart: Fix AreaSeries drawing inverted area if it extends down to -Inf.
...
git-svn-id: branches/fixes_2_0@60181 -
2019-01-24 09:44:08 +00:00
mattias
7bba9a748a
TAChart: Fix positioning of centered labels for logarithmic, non-stacked bar series with multiple y values.
...
git-svn-id: branches/fixes_2_0@60180 -
2019-01-24 09:43:50 +00:00
mattias
0aad0270a8
TAChart: Fix horizontal position of series labels for a bar series having multiple, non-stacked y values (Issue #34862 )
...
git-svn-id: branches/fixes_2_0@60179 -
2019-01-24 09:43:33 +00:00
mattias
1fdd7446cb
TAChart: Fix painting of a non-stacked bar series in case of a nonlinear axis transformation
...
git-svn-id: branches/fixes_2_0@60178 -
2019-01-24 09:43:13 +00:00
mattias
a034b52e45
TAChart: Fix vertical placement of series labels on stacked series with logarithmic axis (Issue #34861 )
...
git-svn-id: branches/fixes_2_0@60177 -
2019-01-24 09:42:55 +00:00
mattias
69854dd02a
TAChart: Use data point index limits FLoBound and FUoBound instead of 0 and Count-1 in data point labeling routines. Issue #34819 . Patch by Marcin Wiazowski
...
git-svn-id: branches/fixes_2_0@60176 -
2019-01-24 09:42:36 +00:00
mattias
aef73040b2
TAChart: Fix precedance of boolean operators error in TCustomChartSeries.Drawlabels. Issue #34819 . Patch by Marcin Wiazowski
...
git-svn-id: branches/fixes_2_0@60175 -
2019-01-24 09:42:11 +00:00
mattias
b69c815f04
LCL: Prevent a rare range error in ImageListResolution
...
git-svn-id: branches/fixes_2_0@60174 -
2019-01-24 09:41:49 +00:00
mattias
f001cc32ec
Debugger: fix compile after r60049 #52e85d555e keep register-names in register window, while debugger is running. Issue #34844
...
git-svn-id: branches/fixes_2_0@60173 -
2019-01-24 09:34:47 +00:00
mattias
61ef566417
Debugger: keep register-names in register window, while debugger is running (show <unavailable>). This way scroll pos is preserved. Issue #32654
...
git-svn-id: branches/fixes_2_0@60172 -
2019-01-24 09:34:00 +00:00
mattias
7c6b8f01a5
FpDebug: Windows, fixed intercepting system exceptions (access violations, stack overflow, div zero,...)
...
git-svn-id: branches/fixes_2_0@60171 -
2019-01-24 09:33:38 +00:00
mattias
ce95a8b81d
LazDebuggerFpLldb: allow external dwarf symbols on Mac
...
git-svn-id: branches/fixes_2_0@60170 -
2019-01-24 09:33:20 +00:00
mattias
fa637c6909
FpDebug: MacOs, 64bit IDE loading of dwarf for 32 bit target
...
git-svn-id: branches/fixes_2_0@60169 -
2019-01-24 09:32:02 +00:00
mattias
9ff9dcb919
LazDebuggerFp: use dsInternalPause to set/unset breakpoints
...
git-svn-id: branches/fixes_2_0@60168 -
2019-01-24 09:31:28 +00:00
mattias
413834fca3
Converter: Give a converted binary DFM file a .lfm suffix. Issue #34811
...
git-svn-id: branches/fixes_2_0@60167 -
2019-01-24 09:31:03 +00:00
mattias
b127ffe142
FpDebug: MacOs, loading of dwarf symbols missed some global vars
...
git-svn-id: branches/fixes_2_0@60166 -
2019-01-24 09:30:33 +00:00
mattias
7313bea60c
IdeIntf: Fix compilation after fpc trunk r40645 #01591fa851. Issue #34765
...
git-svn-id: branches/fixes_2_0@60165 -
2019-01-24 09:29:53 +00:00
mattias
3aa1981e3b
Object Inspector: Prevent component-tree hiding the component-values pane. Issue #34562
...
git-svn-id: branches/fixes_2_0@60164 -
2019-01-24 09:29:28 +00:00
mattias
9ec87568da
codetools: fixed usesgraph addtargetunit
...
git-svn-id: branches/fixes_2_0@60159 -
2019-01-23 10:12:38 +00:00
mattias
95491978cd
lplupdate: support dotted pkg names
...
git-svn-id: branches/fixes_2_0@60155 -
2019-01-23 07:15:12 +00:00
maxim
4595387be0
Translations: Hungarian translation update by Péter Gábor, bug #34912
...
git-svn-id: branches/fixes_2_0@60141 -
2019-01-21 23:32:33 +00:00
wp
5c6ffb7a14
Manual merge r60024 from trunk: VirtualTreeView: Fix compilation with FPC trunk after r40745 #b8a1d1c5e9, Issue #34804 . Slightly modified patches by Pascal Riekenberg.
...
git-svn-id: branches/fixes_2_0@60091 -
2019-01-15 17:30:40 +00:00
wp
6bdeee7347
TAChart: Undo r60055 #1a8ce7d395
...
git-svn-id: branches/fixes_2_0@60067 -
2019-01-12 23:54:07 +00:00
wp
1a8ce7d395
Merged revision(s) 60021 #6d2a629bb9, 60027 #1194a890cc from trunk: TAChart:
...
TAChart: Improved positioning of series marks (issue #34819 ).
TAChart: Further improvements in positioning of series marks (issue #34819 ).
git-svn-id: branches/fixes_2_0@60055 -
2019-01-10 23:17:34 +00:00
maxim
41d128570c
Merged revision(s) 60036-60037 #8b2f06549d-#8b2f06549d from trunk:
...
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34838
........
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34830
........
git-svn-id: branches/fixes_2_0@60040 -
2019-01-08 22:02:41 +00:00
maxim
4c6ab4b10f
Merged revision(s) 60019 #c627ab92eb, 60033-60034 #dc9a5e764e-#dc9a5e764e from trunk:
...
SynEdit: MultiCaret - handle 2 stroke key combos correct. Issue #0034825
........
SynEdit: fix assert/range-check in multi caret. Issue #0030731
........
SynEdit: test for fix assert/range-check in multi caret. Issue #0030731
........
git-svn-id: branches/fixes_2_0@60039 -
2019-01-08 21:46:41 +00:00
maxim
c414ae68cb
Merged revision(s) 60014 #10ba71341c from trunk:
...
LazDebuggerFp/FpDebug: prevent mem-cache from hiding mem-read errors
........
git-svn-id: branches/fixes_2_0@60038 -
2019-01-08 21:45:27 +00:00
martin
b0c585b29d
Merged revision(s) 60012 #0a14d8c4ae from trunk:
...
LazDebuggerFp/FpDebug: tests, fp-lldb
........
git-svn-id: branches/fixes_2_0@60013 -
2019-01-05 17:28:55 +00:00
martin
b9445ebd82
Merged revision(s) 60000-60001 #3a3acd660b-#3a3acd660b, 60004-60010 #c5cd6d5335-#c5cd6d5335 from trunk:
...
LazDebuggerLldb: Fix reading registers for correct frame
........
LazDebuggerFpLldb: fix pre-loading correct registers
........
LazDebugger(Fp)Lldb: fix correct stackframe/thread for registers
........
LazDebuggerFpLldb: fix crash in shutdown (stop debug while paused)
........
LazDebugger(Fp)Lldb: fix 32/64 target detection
........
LazDebuggerFpLldb: get current IP address from register (instead of stack) if available
........
LazDebuggerFpLldb: retrieve register for other stackframes, while evaluation is running (required for nested procedures)
........
LazDebuggerFp/FpDebug: tests, remove virtualtree
........
LazDebuggerFp/FpDebug: tests, fp-lldb
........
git-svn-id: branches/fixes_2_0@60011 -
2019-01-05 16:48:08 +00:00
maxim
bea2de69ea
Merged revision(s) 59997-59998 #23c7055080-#23c7055080 from trunk:
...
LazDebuggerFpLldb: Prevent occasional crash, when evaluate watch in nested procedure (access callstack out of index)
........
LazDebuggerFpGdbmi: Prevent occasional crash, when evaluate watch in nested procedure (access callstack out of index)
........
git-svn-id: branches/fixes_2_0@59999 -
2019-01-04 15:54:00 +00:00
maxim
eb9af8aa4d
Merged revision(s) 59988 #bc4e1da857 from trunk:
...
Translations: Polish translation update by Sławomir Niedziela, bug #34788
........
git-svn-id: branches/fixes_2_0@59996 -
2019-01-04 14:33:40 +00:00
maxim
c9d6f15be5
Merged revision(s) 59971 #6bedb95bcd, 59983 #f3eefeade7 from trunk:
...
SynEdit: fix selection with smLine (include some selection via gutter) should include folded lines, if the "fold start" line gets selected. Issue #0034760
........
SynEdit: Added checks for revision 59971 #6bedb95bcd (fix selection with smLine should include folded lines - Issue #0034760 ) - apply only if AutoExtend is true (indicates user input key/mouse) / Setting Selection from code should not be affected.
........
git-svn-id: branches/fixes_2_0@59995 -
2019-01-04 14:19:38 +00:00
maxim
91586cddc0
Merged revision(s) 59982 #0149572394 from trunk:
...
TurboPower_iPro: Fix line spacing of <br> tag. Issue #34803 .
........
git-svn-id: branches/fixes_2_0@59994 -
2019-01-04 14:18:19 +00:00
maxim
8a30c92347
Merged revision(s) 59981 #c42877a3cc from trunk:
...
GTK2/GTK3: Add widgetset limitations for TEdit.NumbersOnly not implemented.
........
git-svn-id: branches/fixes_2_0@59993 -
2019-01-04 14:17:34 +00:00