Commit Graph

56523 Commits

Author SHA1 Message Date
wp
b5c746495a TAChart: Split design code off of DataPoint editor.
git-svn-id: trunk@60496 -
2019-02-25 11:32:26 +00:00
wp
ae615c82e7 TAChart: Check TListChartSource.DataPoints for valid numeric data. Fix DataPoints editor to handle NaN correctly.
git-svn-id: trunk@60495 -
2019-02-25 11:17:39 +00:00
wp
cc5f16814e TAChart: Add input validation to Datapoints editor.
git-svn-id: trunk@60494 -
2019-02-25 09:11:49 +00:00
wp
d0c12bd673 TAChart: Allow XCount=0 or YCount=0 in TListChartSource.Datapoints property editor. Patch by Marcin Wiazowski.
git-svn-id: trunk@60493 -
2019-02-25 09:03:44 +00:00
balazs
bcc2eb9097 Opkman: Move update thread to main form.
git-svn-id: trunk@60492 -
2019-02-25 05:54:15 +00:00
wp
5207c624ac TAChart: Some optimizations from patches by Marcin Wiazowski. Decimal separator test for TListChartSource.DataPoints.
git-svn-id: trunk@60491 -
2019-02-24 22:11:44 +00:00
wp
cd2e076da1 TAChart: Fix TListChartSource.DataPoints streaming error. Issue #0035125, patch by Marcin Wiazowski. Update test program.
git-svn-id: trunk@60490 -
2019-02-24 21:27:39 +00:00
michael
97462a220d * SQLDB Rest Bridge IDE support
git-svn-id: trunk@60489 -
2019-02-24 15:12:48 +00:00
mattias
a4ae7916e1 codetools: debug
git-svn-id: trunk@60488 -
2019-02-24 14:21:51 +00:00
mattias
aa0a89a0c1 codetools: test objfpc generic class function
git-svn-id: trunk@60487 -
2019-02-24 14:21:32 +00:00
mattias
537034bb2b codetools: fixed parsing generic class function and generic function after type section
git-svn-id: trunk@60479 -
2019-02-24 13:58:48 +00:00
mattias
bcd365ba77 codetools: test generic function after type
git-svn-id: trunk@60478 -
2019-02-24 13:58:24 +00:00
martin
801d5e137c LazDebuggerFp: Test IUnknown (only test for no crash). See issue #35129
git-svn-id: trunk@60477 -
2019-02-24 13:36:39 +00:00
martin
93f5df8cf3 LazDebuggerFp: Prevent crash for unimplemented dwarf-tags (e.g. tag_interface). See issue #35129
git-svn-id: trunk@60476 -
2019-02-24 13:36:36 +00:00
martin
f10ec28818 LazDebuggerGdbmi: Detect multi-line internal gdb errors as one error.
git-svn-id: trunk@60475 -
2019-02-23 15:00:21 +00:00
martin
1a62240d73 LazDebuggerGdbmi: Detect internal gdb errors, while waiting for run/step to end. Issue #0035129
git-svn-id: trunk@60474 -
2019-02-23 15:00:18 +00:00
martin
ed5312942f LazDebuggerGdbmi: refactor detection of gdb internal error. Move code to main debugger class.
git-svn-id: trunk@60473 -
2019-02-23 15:00:11 +00:00
balazs
e54a15994d Opkman: Do not load online packages when OPM is not installed.
git-svn-id: trunk@60472 -
2019-02-23 11:23:52 +00:00
wp
c22a72e5b1 TAChart: Remove redundant code after r60464 #bb30af0ea0. Patch by Marcin Wiazowski, Issue #35089
git-svn-id: trunk@60471 -
2019-02-20 21:53:24 +00:00
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