Commit Graph

56726 Commits

Author SHA1 Message Date
wp
8baa6bdbc1 TAChart: Fix initialization of custom fit functions for TFitSeries. Issue #35162.
git-svn-id: trunk@60549 -
2019-03-01 00:23:36 +00:00
maxim
e88915bc93 TAChart: regenerated translations and updated Russian translation
git-svn-id: trunk@60548 -
2019-02-28 23:43:36 +00:00
juha
5047f10361 LazBuild: Remove a useless test.
git-svn-id: trunk@60547 -
2019-02-28 22:43:47 +00:00
juha
4ec379908c LCL: Optimize 5-angled star in TShape. Issue #35142, patch from Alexey Tor.
git-svn-id: trunk@60546 -
2019-02-28 22:43:41 +00:00
juha
5f5140a80c LazBuild: Support dots in package names. Issue #35166, patch from Imants Gulbis.
git-svn-id: trunk@60545 -
2019-02-28 21:18:29 +00:00
mattias
d4a8763c35 lazutils: fixed SplitCmdLine escape chars
git-svn-id: trunk@60544 -
2019-02-28 20:52:48 +00:00
mattias
33c555282c IDE: use project compiler for codetools even if disabled
git-svn-id: trunk@60543 -
2019-02-28 18:45:59 +00:00
mattias
53fe4eeac4 codetools: nicer debugging
git-svn-id: trunk@60542 -
2019-02-28 18:45:32 +00:00
mattias
4f1d217a02 IDE: fixed compiler kind if project/package compiler is set
git-svn-id: trunk@60541 -
2019-02-28 18:25:08 +00:00
mattias
adc7b0575c lazutils: fixed PrepareCmdLineOption quote if needed
git-svn-id: trunk@60540 -
2019-02-28 18:24:22 +00:00
mattias
74f40164bd IDE: compile package: quote src if needed
git-svn-id: trunk@60539 -
2019-02-28 18:23:22 +00:00
mattias
acedbb1bcd codetools: IsCompilerExec: error if neither fpc nor pas2js
git-svn-id: trunk@60538 -
2019-02-28 16:58:35 +00:00
mattias
4a29d9d91f IDE: show compiler options: quote compiler filename
git-svn-id: trunk@60537 -
2019-02-28 16:55:16 +00:00
mattias
3102805a43 IDE: rescan compiler defines: show default compiler error
git-svn-id: trunk@60536 -
2019-02-28 16:36:04 +00:00
mattias
ad2827a4e5 IDE: fixed checking type of compiler (fpc/pas2js), fixed quoting compiler filename, improved error handling
git-svn-id: trunk@60535 -
2019-02-28 16:18:36 +00:00
wp
acf40b5480 TAChart: Prevent TFitSeries.ParamCount becoming smaller than 1. Issue #35164, modified patch by Marcin Wiazowski.
git-svn-id: trunk@60534 -
2019-02-28 15:05:49 +00:00
juha
284a6a272a LCL: Fix for 5-angled star in TShape. Issue #35142, patch from Alexey Tor.
git-svn-id: trunk@60533 -
2019-02-28 13:58:36 +00:00
wp
319386da3f TAChart: Fix compilation on Linux (broken by r60512 #6e6af28591). Patch by Lagunov Aleksey, issue #35167).
git-svn-id: trunk@60532 -
2019-02-28 13:24:17 +00:00
wp
14490aab47 TAChart: Add option to hide Text column in DataPoints editor.
git-svn-id: trunk@60531 -
2019-02-28 13:09:43 +00:00
wp
6a5cde8d8f TAChart: Remove deprecated TFitSeries.GoodnessOfFit and related.
git-svn-id: trunk@60530 -
2019-02-28 12:39:04 +00:00
wp
d083286913 TAChart: Add property "AutoFit" to TFitSeries. Make TFitSeries return only valid fit results.
git-svn-id: trunk@60529 -
2019-02-28 12:37:18 +00:00
mattias
7ecdd0b0d5 lazutils: docs, issue #35152, from Don Siders
git-svn-id: trunk@60528 -
2019-02-28 11:06:53 +00:00
wp
f2e16793a2 TAChart: Avoid calculation of the fit of a TFitSeries when the series is not visible.
git-svn-id: trunk@60527 -
2019-02-27 23:44:55 +00:00
zeljko
bf7fb97f97 Qt5: reduce CPU usage on Mac cocoa 64bit.
git-svn-id: trunk@60526 -
2019-02-27 13:25:10 +00:00
zeljko
aabe1d2294 Qt5: changed LongWord -> PtrUInt for all winID functions which uses WId in Qt. issue #35156
git-svn-id: trunk@60525 -
2019-02-27 10:06:29 +00:00
zeljko
b22e6cf5b2 Qt5: CBINDINGS - changed unsigned int to WId (PtrUInt) since we can get errors on 64bit. Changed version of Qt5Pas to 1.2.7. issue #35156
git-svn-id: trunk@60524 -
2019-02-27 10:05:40 +00:00
wp
dbab842894 TAChart: TCustomChartSource.ExtentList uses only multiple y and ignores multiple x values (which are included in .ExtentXYList).
git-svn-id: trunk@60523 -
2019-02-27 00:03:48 +00:00
wp
0bf11ad782 TAChart: Fix incorrect handling quotes in TListChartSource.DataPoints. Issue #35155, patch by Marcin Wiazowski.
git-svn-id: trunk@60522 -
2019-02-26 20:51:55 +00:00
martin
b10aae8c1c LCL: TCustomForm.MakeFullyVisible, force SetBounds to interface, before Screen.MonitorFromWindow. Issue #034692
git-svn-id: trunk@60521 -
2019-02-26 19:31:08 +00:00
martin
3d8420c410 LazDebuggerFp: Test IUnknown (only test for no crash). See issue #35129 / missing file for commit rev 60477 #801d5e137c
git-svn-id: trunk@60520 -
2019-02-26 18:52:01 +00:00
martin
6573832137 LazDebuggerGdbmi: Tests, Update RunGdbmi tool / allow selection of debug info type
git-svn-id: trunk@60519 -
2019-02-26 18:51:58 +00:00
martin
ad27ccb3c5 SynEdit: more tests
git-svn-id: trunk@60518 -
2019-02-26 18:51:54 +00:00
martin
b5b5dab6de SynEdit: MarkupIfdef, clear caches.
git-svn-id: trunk@60517 -
2019-02-26 18:51:51 +00:00
martin
9d250edfa3 LazLogger: conditional logging / support And/Or operators for log-groups
git-svn-id: trunk@60516 -
2019-02-26 18:51:47 +00:00
wp
fd88788ac2 TAChart: Fix TListChartSource's extent calculation when XCount or YCount are zero. Issue #35125, patch by Marcin Wiazowski.
git-svn-id: trunk@60515 -
2019-02-26 17:26:00 +00:00
wp
fdf2e848f4 TAChart: Add ready-made procedure to call DataPoints editor from user call. Add option to hide Color column.
git-svn-id: trunk@60514 -
2019-02-26 16:49:58 +00:00
wp
62321271bf TAChart: Some user-interface improvements in DataPoints editor.
git-svn-id: trunk@60513 -
2019-02-26 15:39:43 +00:00
wp
6e6af28591 TAChart: Increase width of Text column in DataPoints editor.
git-svn-id: trunk@60512 -
2019-02-26 15:27:34 +00:00
wp
ff44f7fc58 TAChart: Fix usage of quotes and separator in TListChartSource.Datapoints strings. Some more tests.
git-svn-id: trunk@60511 -
2019-02-26 15:06:17 +00:00
michael
f4fcd99a03 * Add helper unit to force building all units when using FPC 3.0.4
git-svn-id: trunk@60510 -
2019-02-26 08:11:22 +00:00
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