Commit Graph

56504 Commits

Author SHA1 Message Date
martin
75f7a868fd LazDebugger(Fp)Lldb: Option to force open a terminal when debugging
git-svn-id: trunk@60470 -
2019-02-20 18:57:34 +00:00
martin
d3130df900 Debugger: PseudoTerminal, do not close the handle while app is still debugged.
git-svn-id: trunk@60469 -
2019-02-20 15:45:45 +00:00
wp
80360508ab TAChart: cosmetic
git-svn-id: trunk@60468 -
2019-02-20 10:35:26 +00:00
wp
20dc853154 TAChart: Fix TDBChartSource to allow multiple x values.
git-svn-id: trunk@60467 -
2019-02-20 09:51:30 +00:00
juha
70a3929a41 LCL-GTK2: Fix CheckBox/RadioButton '_' escaping. Issue #34882, patch from Alexey Tor.
git-svn-id: trunk@60466 -
2019-02-20 09:10:22 +00:00
mattias
c53f302067 docs: lazutils: issue #35121, from Don Siders
git-svn-id: trunk@60465 -
2019-02-20 08:36:46 +00:00
wp
bb30af0ea0 TAChart: Avoid crash when XCount and/or YCount of a chart source is changed to illegal value while attached to a series. Issue #35089, patch by Marcin Wiazowski
git-svn-id: trunk@60464 -
2019-02-20 06:31:02 +00:00
maxim
a949be0aee LCLTranslator: formatting
git-svn-id: trunk@60463 -
2019-02-19 23:11:44 +00:00
maxim
67732946ce LCLTranslator: search for LCL strings both in PO and MO format regardless of format of found project translation (also simplifies logic)
git-svn-id: trunk@60462 -
2019-02-19 22:55:19 +00:00
maxim
0580bda5ae TAChart: improved Russian translation
git-svn-id: trunk@60461 -
2019-02-19 17:25:34 +00:00
maxim
ee93df459c Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #35117
git-svn-id: trunk@60460 -
2019-02-19 17:18:17 +00:00
maxim
53b59cd3b1 TAChart: regenerated German translation and updated Russian one
git-svn-id: trunk@60459 -
2019-02-19 17:09:27 +00:00
wp
8dbfa92933 TAChart: More general code for ErrorBarData in TListChartSource.
git-svn-id: trunk@60458 -
2019-02-18 23:36:17 +00:00
wp
a47b0300f7 TAChart: Fix TListSource.Copyfrom not copying additional x values.
git-svn-id: trunk@60457 -
2019-02-18 23:35:22 +00:00
mattias
0de0d18fd0 lcl: added RGB to HSV to RGB functions, issue #35112, from Alexey Tor.
git-svn-id: trunk@60456 -
2019-02-18 22:37:08 +00:00
mattias
83a0bcaf59 IDE: clean up
git-svn-id: trunk@60455 -
2019-02-18 22:36:35 +00:00
wp
7820ac9ebb TAChart: Fix TBasicPointSeries.UpdateMargins for series with unusual x/y coordinates (e.g. TPolarSeries).
git-svn-id: trunk@60454 -
2019-02-18 22:22:20 +00:00
wp
8eb1697eef TAChart: Remove reticule-related properties and methods, were deprecated in v2.0 or earlier.
git-svn-id: trunk@60453 -
2019-02-18 18:58:14 +00:00
wp
647cf1e646 TAChart: Remove redunant checks for YCount when adding data points to built-in listsource of a series.
git-svn-id: trunk@60452 -
2019-02-18 18:44:17 +00:00
wp
df925c15ce TAChart: Revert r60446 #0ec4d4477b (breaks third-party chart sources).
git-svn-id: trunk@60451 -
2019-02-18 18:30:05 +00:00
wp
af5746fb55 TAChart: Set correct XCount and YCount of built-in list chart source when series is created. Issue #35089, modified patch by Marcin Wiazowski.
git-svn-id: trunk@60450 -
2019-02-18 18:19:20 +00:00
wp
9cc3eb4ef4 TAChart: Handle case of not-enough x and y values per data point. (Issue #35089).
git-svn-id: trunk@60449 -
2019-02-18 17:38:52 +00:00
wp
836fbcfc4f TAChart: In TBSplineSeries, draw error bars only for YIndex=0, issue #35077.
git-svn-id: trunk@60448 -
2019-02-18 16:05:08 +00:00
wp
7938907a0b TAChart: Fix typo in resource string. Update German translation.
git-svn-id: trunk@60447 -
2019-02-18 15:38:09 +00:00
wp
0ec4d4477b TAChart: Declare the chartsource's XCount and YCount to be Integer, not Cardinal.
git-svn-id: trunk@60446 -
2019-02-18 15:35:14 +00:00
wp
cf88b3536a TAChart: Activate painting of box/whisker and OHLC series marks. Fix missing value issues in these series.
git-svn-id: trunk@60445 -
2019-02-18 15:23:02 +00:00
juha
6cb99018d7 IDE: Parse and update compilation tool commands correctly. Issue #35059, patch from errno.
git-svn-id: trunk@60444 -
2019-02-18 08:19:41 +00:00
wp
d8e4080ee6 TAChart: Improved positioning of polar and bubble series marks.
git-svn-id: trunk@60443 -
2019-02-17 22:46:38 +00:00
wp
87be7a4818 TAChart: Make TBarSeries use datapoint color without overriding style color.
git-svn-id: trunk@60442 -
2019-02-16 22:37:02 +00:00
wp
7dd969b437 TAChart: Make TBSplineSeries, TCubicSplineSeries, TFitSeries, TPolarSeries use the data point color for pointer symbol.
git-svn-id: trunk@60441 -
2019-02-16 22:09:25 +00:00
wp
3346c3c977 TAChart: Fix legend items of TBSplineSeries for Multiplicity lmStyle.
git-svn-id: trunk@60440 -
2019-02-16 18:14:49 +00:00
wp
f9d8bae0e4 TAChart: TCubicSplineSeries and TFitSeries draw marks and pointers only for first y value. Issue #35077.
git-svn-id: trunk@60439 -
2019-02-16 17:36:41 +00:00
wp
48c6af644e TAChart: TPolarSeries publishes properties Styles, Marks, MarkPositions and paints multi-valued data correctly. Issues #35077, #35088
git-svn-id: trunk@60438 -
2019-02-16 16:30:30 +00:00
wp
b48e2ca91a TAChart: Publish Marks and MarkPositions for TBubbleSeries. Position 2nd datapoint mark at bubble perimeter.
git-svn-id: trunk@60437 -
2019-02-15 23:32:32 +00:00
wp
c0f732d0dd TAChart: Fix painting order of error bars and labels for TFitSeries
git-svn-id: trunk@60434 -
2019-02-15 21:39:32 +00:00
wp
ee7e0fd3ed TAChart: Fix extent of TCubicSplineSeries and TFitSeries to use only the first y value.
git-svn-id: trunk@60433 -
2019-02-15 21:22:53 +00:00
wp
5b206105d3 TAChart: Publish properties Marks and MarkPositions only when useful.
git-svn-id: trunk@60432 -
2019-02-15 21:07:55 +00:00
martin
9c1b94fd8f LazDebuggerFpLldb: fix correct context for eval in thread.
git-svn-id: trunk@60431 -
2019-02-15 19:57:42 +00:00
wp
9c31c6a15b TAChart: Paint multiple y values of TBSplineSeries. Issue #35077.
git-svn-id: trunk@60430 -
2019-02-15 18:28:20 +00:00
bart
642a3a9b68 LazUtils: change order of new Count parameter in Utf8StringReplace/Utf16StringReplace.
git-svn-id: trunk@60429 -
2019-02-15 15:52:00 +00:00
wp
df8ad46b90 TAChart: Publish properties Marks and MarkPositions for TFieldSeries
git-svn-id: trunk@60428 -
2019-02-15 15:29:06 +00:00
wp
bb4362f7d3 TAChart: Make sure that a chartsource assigned to a series provides the minimum x and y values per datapoint needed. Issue #35089.
git-svn-id: trunk@60427 -
2019-02-15 15:20:37 +00:00
bart
c452fc00e6 LazUtils: add optional Count parameter to Utf8StringReplace/Utf16StringReplace.
git-svn-id: trunk@60426 -
2019-02-15 13:56:08 +00:00
wp
7c5fdfc1d4 TAChart: Fix incomplete support of multiple x values in TListChartSource and DataPointEditor. Issue #35089.
git-svn-id: trunk@60425 -
2019-02-15 11:45:51 +00:00
wp
71a8ee49c6 TAChart: Achieve consistent behavior for TLineSeries.StackedNaN (issue #35031, note 0114044)
git-svn-id: trunk@60424 -
2019-02-14 23:08:34 +00:00
wp
444d45b352 TAChart: Fix missing labels due to r60420 #2ff24ec235
git-svn-id: trunk@60423 -
2019-02-14 21:47:11 +00:00
juha
e2a4c97011 Docs: Updated documentation for LazUtils and LCL. Issue #35079, patch from Don Siders.
git-svn-id: trunk@60422 -
2019-02-14 15:06:13 +00:00
juha
1cade139bf LCL: Inline some functions in LCLProc. Issue #35076.
git-svn-id: trunk@60421 -
2019-02-14 15:06:07 +00:00
wp
2ff24ec235 TAChart: Avoid multiple painting of series labels and error bars in case of multi-y-valued line series. Issue #35077.
git-svn-id: trunk@60420 -
2019-02-14 11:07:44 +00:00
martin
2acdb72734 LazDebugger(Fp)Lldb: fix select correct thread at breakpoint
git-svn-id: trunk@60419 -
2019-02-14 02:49:50 +00:00