Commit Graph

56536 Commits

Author SHA1 Message Date
maxim
6e23c3ccd0 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #35148
git-svn-id: trunk@60509 -
2019-02-25 23:38:10 +00:00
maxim
89d112c5bd TAChart: regenerated German translation and updated Russian one
git-svn-id: trunk@60508 -
2019-02-25 23:29:00 +00:00
wp
b31aee71a7 TAChart: Fix periodic usage of ChartStyles when drawing series pointers.
git-svn-id: trunk@60507 -
2019-02-25 21:15:34 +00:00
michael
f2708bf395 * All resource strings moved to separate unit
git-svn-id: trunk@60506 -
2019-02-25 20:30:52 +00:00
michael
1f0e10a60f * Stored modifier results in smaller lfm
git-svn-id: trunk@60505 -
2019-02-25 20:30:12 +00:00
michael
dc68f1bc5e * Demo of rest module
git-svn-id: trunk@60504 -
2019-02-25 20:29:42 +00:00
michael
9e70d0f58c * SQLDB REST module
git-svn-id: trunk@60503 -
2019-02-25 19:40:33 +00:00
michael
2921b4c6f6 * Add new option now present in FPC
git-svn-id: trunk@60502 -
2019-02-25 19:40:11 +00:00
wp
2361649666 TAChart: Extend TListChartSource.DataPoints to support separator ('|') as well as line breaks in the Text field.
git-svn-id: trunk@60501 -
2019-02-25 18:44:13 +00:00
mattias
bfaf53d166 codetools: renamed modeswitch MultipleScopeHelpers to MultiHelpers
git-svn-id: trunk@60500 -
2019-02-25 17:53:17 +00:00
mattias
407449372e lcl: docs, issue #35143, from Don Siders
git-svn-id: trunk@60499 -
2019-02-25 17:09:43 +00:00
wp
e5871a60af TAChart: Add commands "Move up" and "Move down" to DataPoints editor's popup menu.
git-svn-id: trunk@60498 -
2019-02-25 15:30:29 +00:00
wp
ccdd55bc35 TAChart: Fix DataPoint editor choking on '?' for the data point color.
git-svn-id: trunk@60497 -
2019-02-25 13:01:30 +00:00
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