Commit Graph

9148 Commits

Author SHA1 Message Date
wp_xxyyzz
a7cc0d1d47 fpspreadsheet: xlsx reader supports first few hatch patterns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9148 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-17 00:01:16 +00:00
wp_xxyyzz
b2a57a92ae fpspreadsheet: Fix regression series crashing due to incorrectly detected error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-16 23:22:41 +00:00
wp_xxyyzz
e8e00456d3 fpspreadsheet: More support of series data labels in xlsx reader. Bubble series shows bubble size in proportion to area now.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-16 22:39:27 +00:00
wp_xxyyzz
dbe0f0dec5 fpspreadsheet: xlsx reader supports bubble series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9145 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-16 12:55:53 +00:00
wp_xxyyzz
72e9a01d9e fpspreadsheet: xlsx reader support gradient fills.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-15 22:56:44 +00:00
wp_xxyyzz
2403a04edb LazMapViewer: In TMapView, replace some calls to Engine.Redraw by Invalidate
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-15 12:15:22 +00:00
wp_xxyyzz
c7b2a5efda LazMapViewer: Remove drawing residues outside the map tiles. Patch by Yuliyan Ivanov.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9142 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-15 11:51:35 +00:00
wp_xxyyzz
1025d9526f fpspreadsheet: xlsx reader support chart background/border as well as plotarea background/border. Beginning to log unsupported features.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-14 22:57:26 +00:00
wp_xxyyzz
7d0e4ea426 fpspreadsheet: Primary/secondary axis support in xlsx chart reader. Logarithmic charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-14 15:42:57 +00:00
wp_xxyyzz
a28a2371ee LazMapviewer: New optimization by Yuliyan Ivanov (Fixed arithmetic overflow errors for 32 bit target; Fixed ExtractISODateTime() bad ISO date handling resulting in range errors when no milliseconds; Track drawing, fixed segment disappearing when both ends invisible; Tile drawing mode implementation in addons. Tile layer objects in mvMapViewer; Tile drawing mode introduced for additional tile layers; Added TGPSObj.Visible property; DragObj as a public property; added Polyline, Polygon, PolyBezier drawing methods; Minor drawing optimisation: skip invisible part of the track)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9139 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-13 16:41:07 +00:00
wp_xxyyzz
e1f52446a3 fpspreadsheet: Fix endianness in WMF image format detection.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9138 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-10 23:48:15 +00:00
wp_xxyyzz
e564176ceb fpspreadsheet: Fix endianness in pcx image format detection. Patch by Bart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-10 23:38:35 +00:00
wp_xxyyzz
168a151e65 fpspreadsheet: xlsx chart reader supports error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9136 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-10 23:27:55 +00:00
wp_xxyyzz
988772c25a LazBarcodes: Fix compilation of LazBarcodeDemo with Lazarus v2.0.x
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9135 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-10 15:31:43 +00:00
wp_xxyyzz
26d64bdb4b fpspreadsheet: Improved pcx image format detection (suggested by Bart). Improved emf size calculation (patch by Bart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-10 12:13:53 +00:00
wp_xxyyzz
60c28e792c fpspreadsheet: Support regression curve ("trend line") also in bar, area, line, stock and bubble series.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9133 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-09 22:58:39 +00:00
wp_xxyyzz
17a904cf77 fpspreadsheet: xlsx chart reader supports trendline properties (regression)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-09 21:45:22 +00:00
wp_xxyyzz
8bc258de80 GridPrinter: Add event OnManualPageBreak to allow user-defined manual page-breaks.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 23:11:51 +00:00
wp_xxyyzz
8d85d9b57c fpspreadsheet: xlsx chart reader supports line, area and scatter series, and stacked series mode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 22:45:04 +00:00
wp_xxyyzz
134be1ab95 lazautoupdate: v0.3.10 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9129 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:47:19 +00:00
wp_xxyyzz
838a65de20 longtimer: v0.0.4 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9128 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:44:49 +00:00
wp_xxyyzz
38e3d41dd1 playsound: v0.0.9 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9127 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:42:42 +00:00
wp_xxyyzz
c63c96a80b poweredby: v1.0.5 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:40:24 +00:00
wp_xxyyzz
f42b9149d7 ScrollText: v1.1.4 ready for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9125 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:37:08 +00:00
wp_xxyyzz
08d55e3425 LongTimer: add v0.0.4 zip file for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9124 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:15:06 +00:00
wp_xxyyzz
dfe91fdb81 LazAutoUpdate: Add zip file for OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9123 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 17:07:30 +00:00
wp_xxyyzz
150cb1c600 fpspreadsheet: Fix incorrect gif image size detection, patch by Bart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9122 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-08 14:20:50 +00:00
wp_xxyyzz
c3b8ec47e8 Fix About box caption in components using "powered by" component. Issue #39064, patch by artem78. Fix compilation and run of longtimer demo. Increment "release" version number for new OPM version.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9121 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-07 15:34:31 +00:00
wp_xxyyzz
162a4049ff fpspreadsheet: More reading of xlsx charts.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-04 23:02:45 +00:00
alexs75
611e205225 RxFPC:fix name for TRxCustomDBComboBox
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-04 18:40:14 +00:00
wp_xxyyzz
5bfe9179a8 playsoundpackage: Fix memory leak, add support for support for mpv media player. Sourceforge issue #59, patch by sng.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9118 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-04 11:20:18 +00:00
wp_xxyyzz
7450192040 fpspreadsheet: First pieces of the xlsx reader of spreadsheet charts (axes, legend, bar chart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9117 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-03 22:37:34 +00:00
wp_xxyyzz
59ed6984f4 LazMapViewer: Massive re-work of the drawing engines by Yuliyan Ivanov, issue #39063
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9116 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-02 22:00:06 +00:00
wp_xxyyzz
369c69ee8c fpspreadsheet: Fix TsWorkbookChartLink crashing when no chart is loaded.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9115 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2024-01-02 12:01:49 +00:00
wp_xxyyzz
14f307f284 TvPlanIt: Switch version to v1.9 after v1.8.3 release.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9114 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-31 18:00:52 +00:00
wp_xxyyzz
9db53977ed tvplanit: remove sample project's gantt.ini
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9113 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-31 12:34:55 +00:00
wp_xxyyzz
8f77fac067 tvplanit: Set version number to 1.8.3 for next OPM release. Fix ICal import ignoring taskdialog's Cancel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9112 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-30 19:12:13 +00:00
wp_xxyyzz
f30d928804 tvplanit: Fix compilation with Laz 3.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9111 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-30 18:03:58 +00:00
wp_xxyyzz
360f872175 fpspreadsheet: Minor modification in fps.inc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9110 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-28 23:18:05 +00:00
wp_xxyyzz
aab0f1d448 fpspreadsheet: Prepare ooxml chart reader/writer infrastructure.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9109 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-28 23:13:01 +00:00
wp_xxyyzz
4f0e2e8b83 fpspreadsheet: Add conditional define FPS_CHARTS (active by default) to compile the lib with and without chart support.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9108 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-28 22:41:39 +00:00
wp_xxyyzz
ccea3cb07d fpspreadsheet: Do not attempt to display error bars for TBarseries (not supported by TAChart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9107 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-28 18:27:39 +00:00
wp_xxyyzz
a9ef0b15fd fpspreadsheet: Support error bar ranges in chart link (only for single-valued charts, though - limitation of TAChart).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9106 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-28 18:15:59 +00:00
wp_xxyyzz
67b904b3e8 JVCLLaz: Increment version number to 1.0.9 after release of v1.0.8 to OPM.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9105 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-27 11:21:10 +00:00
wp_xxyyzz
758af34bd1 jvcl: Fix Laz3.0 compilation of jvtimeline in a more consistent way.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-27 10:23:20 +00:00
wp_xxyyzz
9aef1a6db0 NiceChart: Rename unit BSplines to NiceSplices to avoid conflict with one of the pl_XXX units
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9103 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-25 15:21:31 +00:00
wp_xxyyzz
87d17e49cb fpspreadsheet: ods writer supports error bars.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9102 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-24 23:23:34 +00:00
wp_xxyyzz
bf3a90466d TvPlanit: Improved rendering of TVpMonthView, more consistent with the other planner controls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9101 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-22 23:36:57 +00:00
wp_xxyyzz
7df9242866 image_source: Refine LazDoc images by Roland Hahn
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9100 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-22 23:30:25 +00:00
wp_xxyyzz
d1ef13c593 fpspreadsheet: Chart link and ods reader support error bars (not complete, yet).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9099 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2023-12-22 00:39:36 +00:00