Commit Graph

5817 Commits

Author SHA1 Message Date
wp_xxyyzz
68f2d8718d fpspreadsheet: Elemental DataBars and ColorRange formatting for ODS writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 22:15:30 +00:00
wp_xxyyzz
28e834c330 fpspreadsheet: Avoid writing duplicate code for fixed and conditional formats to ODS file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 21:16:53 +00:00
wp_xxyyzz
c22cdde14b fpspreadsheet: Support remaining format properties in writing of conditional formats to ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7514 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 17:58:29 +00:00
wp_xxyyzz
f1421b2b80 fpspreadsheet: Fix ooxml writer for conditional formatting broken in one of previous commits.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 16:26:01 +00:00
wp_xxyyzz
fba35bacb4 fpspreadsheet: Add to the demo a test of conditional format with two rules in the same cell range
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7512 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 16:14:35 +00:00
wp_xxyyzz
efa8009d96 fpspreadsheet: Avoid writing duplicate conditional formatting styles to "styles.xml" of ods file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 16:08:11 +00:00
wp_xxyyzz
7f80fea142 fpspreadsheet: Support font as conditional formatting style (so far, ODS writer only)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 15:58:30 +00:00
wp_xxyyzz
724cd6ba30 fpspreadsheet: Fix usage of cell references and formulas in conditional formatting by ods and xlsx writers.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7509 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 15:35:48 +00:00
wp_xxyyzz
474ce859da fpspreadsheet: Activate missing conditional formatting conditions in ODS writer (a few issues left)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7508 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 13:59:21 +00:00
wp_xxyyzz
54fc098d03 fpspreadsheet: Write some more conditional formatting conditions to ODS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7507 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-01 10:40:36 +00:00
wp_xxyyzz
1845d0fd8d fpspreadsheet: Some progress in writing conditional formatting to ODS files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7506 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-30 23:04:52 +00:00
wp_xxyyzz
23003e75b3 fpspreadsheet: Fix usage of strings in compare operations for conditional formatting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7505 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-30 20:45:14 +00:00
wp_xxyyzz
aff774ebc9 fpspreadsheet: Add writing of conditional formats to ODS (only cfcEqual condition, so far).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7504 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-30 10:46:07 +00:00
wp_xxyyzz
b80085c78d fpspreadsheet: Move conditional format list from worksheet to workbook (to facilitate handling for ODS).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7503 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-30 10:45:14 +00:00
wp_xxyyzz
ea76276469 fpspreadsheet: Add element array with conditional format indexes to TCell record. Needed by ODS writer and for visual controls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7502 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-28 21:37:30 +00:00
wp_xxyyzz
72986ddc75 fpspreadsheet: top10 in conditional formatting. More advanced demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7501 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-26 16:36:32 +00:00
wp_xxyyzz
fbe85d7e44 fpspreadsheet: xlsx writer supports conditional formatting for duplicate/unique values.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7500 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-26 11:37:21 +00:00
wp_xxyyzz
9a71231010 fpspreadsheet: Add writing of error-related conditional formatting conditions to xlsx writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7499 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-26 11:18:30 +00:00
wp_xxyyzz
8a30aacadb fpspreadsheet: Add writing of text-related conditional formatting conditions to xlsx writer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7498 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-26 10:59:12 +00:00
wp_xxyyzz
5578d181a8 fpspreadsheet: Fix usage of format index (dxfId) in writing conditional formatting to xlsx.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7497 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-26 09:27:01 +00:00
wp_xxyyzz
7f4382a137 fpspreadsheet: Add conditions above/belowAverage to conditional formatting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7496 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-25 23:10:44 +00:00
wp_xxyyzz
57b0651e64 fpspreadsheet: Cleanup restructuring of previous commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7495 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-25 17:59:07 +00:00
wp_xxyyzz
1c25309bdf fpspreadsheet: restructure examples/other folder.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7494 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-25 17:57:14 +00:00
wp_xxyyzz
e1fc35b13a fpspreadsheet: Add demo for conditional formatting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7493 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-25 17:23:36 +00:00
wp_xxyyzz
8160638051 fpspreadsheet: Initial commit for conditional formatting. Based on ideas of forum user "abcthing" (https://forum.lazarus.freepascal.org/index.php/topic,50149.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7492 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-25 17:18:32 +00:00
wp_xxyyzz
6dff879d57 CalLite: Add Russian localization.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7486 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-16 20:56:15 +00:00
wp_xxyyzz
5479062d57 ExCtrls: Add ButtonEx demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7485 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-16 17:48:06 +00:00
wp_xxyyzz
8a0af446b1 ExCtrls: PaintButton method.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-16 16:14:24 +00:00
wp_xxyyzz
0797f6f315 ExCtrls: clean-up.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7482 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-15 21:52:31 +00:00
wp_xxyyzz
c3495b2a0b ExCtrls: New component TButtonEx
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-15 21:33:54 +00:00
wp_xxyyzz
2f0642c499 fpspreadsheet: Set version number to 1.13.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7480 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-02 12:19:22 +00:00
wp_xxyyzz
199c229c7f fpspreadsheet: Add fpsstrings.pot.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7479 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-02 11:57:40 +00:00
wp_xxyyzz
f8b9d39838 fpspreadsheet: Prepare for new release v1.12: Remove chart support. Set version number to 1.12. Update help files.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7478 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-06-02 11:50:30 +00:00
alexs75
95dbdff180 RxFPC:try to fix RxDBGrid footer row with TSQLQuery
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-29 21:08:57 +00:00
wp_xxyyzz
c576933808 jvcllaz: JvPascalInterpreter packages does not compile for 64-bit. Add directive to stop compilation with decent error message.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7467 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-25 22:25:22 +00:00
wp_xxyyzz
3f5a223715 jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7466 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-23 08:13:16 +00:00
wp_xxyyzz
50b17876b0 exctrls: Make demos usable in non-trunk Lazarus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7465 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-22 08:20:36 +00:00
wp_xxyyzz
6ffccb0884 exctrls: Initial commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-22 08:12:36 +00:00
wp_xxyyzz
074d9a39b8 LazMapviewer: Extend the demo to provide an UI for changing how GPS points are displayed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7460 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-16 17:50:12 +00:00
alexs75
3b455ce118 RxFPC:fix RxDBGrid.ReadOnly after removal of TCustomCombobox.ReadOnly property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7457 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-14 20:44:46 +00:00
wp_xxyyzz
92a0c02e8f fpspreadsheet: Add error log entry when reading xlsx files with non-numeric data in numeric cells, instead of aborting the program. Issue #37055, modified patch by Tulurdes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7452 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-13 05:42:33 +00:00
wp_xxyyzz
085e3db4fe fpspreadsheet: Fix compilation with Laz trunk after removal of TCustomCombobox.ReadOnly property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7451 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-13 05:40:13 +00:00
wp_xxyyzz
64eaa059cd jvcllaz: Fix TJvYearGrid crashing when added to form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7442 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-09 21:19:40 +00:00
wp_xxyyzz
d7dcf034cf jvcllaz: Add missing JvPascalInterpreter packages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7437 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-08 10:57:36 +00:00
wp_xxyyzz
f91ef3ae92 jvcllaz: Activate lpk compatibility mode again which was lost after changing package version number.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-08 09:27:25 +00:00
wp_xxyyzz
f4458de5dd jvcllaz: Change version to 1.0.7 after releasing v1.0.6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7435 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-08 08:29:40 +00:00
wp_xxyyzz
b2b4951729 jvcllaz: Fix lpk compatibility mode of core design package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7434 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-08 07:39:36 +00:00
wp_xxyyzz
f2502d8ad3 jvcllaz: Fix compilation on macOS and on 64-bit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7431 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-06 10:40:05 +00:00
wp_xxyyzz
abb796c0b2 fpexif: Set WriteJFIFandEXIF after reading a file so that existing segments are preserved.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7428 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-03 20:55:56 +00:00
wp_xxyyzz
7e70201620 fpexif: Add boolean property WriteJFIFandEXIF which forces writing JFIF and EXIF segments if both exist. (https://forum.lazarus.freepascal.org/index.php/topic,49648.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7427 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-05-03 20:32:43 +00:00
wp_xxyyzz
5874c00df8 jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7423 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-30 20:50:58 +00:00
wp_xxyyzz
7e6c0bb36e jvcllaz: Moved TJvTabBar and its painter palette icons from JvCustomControls package to JvPageComps package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7422 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-30 20:50:34 +00:00
wp_xxyyzz
6ce8bb2328 jvcllaz: Make sure that JvPageList has an ActivePage at designtime after adding a page. Patch by Michal Gawrycki.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7421 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-30 20:12:06 +00:00
wp_xxyyzz
44b4df5df2 jvcllaz: Fix LCL scaling of TJvTabBarXPPainter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7419 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-29 12:54:39 +00:00
wp_xxyyzz
9f6e9183d3 jvcllaz: improved drawing of TJvTabBar by TJvTabBarXPPainter in Linux, still not perfect.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7418 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-29 09:31:02 +00:00
wp_xxyyzz
91fdc9ea7f jvcllaz: Add/improve LCLscaling for TJvTabBar and TJvPageList. Publish TJvPageList.BorderSpacing and .ChildSizing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7417 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-29 07:33:49 +00:00
wp_xxyyzz
94067dff3d fpexif: Fix file-not-found error when image is on One Drive for Business. See https://forum.lazarus.freepascal.org/index.php/topic,49564.msg359676.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7416 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-29 06:33:35 +00:00
wp_xxyyzz
d4edad261b jvcllaz: Add high-dpi compatible palette icons for TJvPageList, TJvNotebookPageList, TJvPageListTreeView and TJvSettingsTreeview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7414 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-28 22:14:36 +00:00
wp_xxyyzz
e8f5f157ab jvcllaz: Add TJvPageList, contribution by Michal Gawrycki. Add JvTabBarDemp_PageList example.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7413 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-28 20:39:01 +00:00
wp_xxyyzz
a9b903fb75 jvcllaz: Undo r7206 as proposed by Michal Gawrycki due to side-effects, issue #36894
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7400 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-24 20:47:11 +00:00
wp_xxyyzz
ce8d2e3dba jvcllaz: Fix compilation of JvTabBar_NotebookPages demo with Laz 2.0.8 (or earlier). Remove version check in JvNotebookPageList.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7399 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-24 18:08:41 +00:00
wp_xxyyzz
cbf60e2a8b jvcllaz: Some corrections of TJvNotebookPageList. Issue #36956, patch by Michal Gawrycki.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7398 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-24 16:29:11 +00:00
alexs75
71e0209dda RxFPC:RxDBGrid - fix UpDown editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7397 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-24 09:06:20 +00:00
alexs75
c8fb7ae1e8 RxFPC: TRxPopupNotifier - fix update message text
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-17 11:14:55 +00:00
alexs75
79e39c6318 RxFPC:RxDBGrid - check numeric field MinValue and MaxValue on RxDBGrid rxUpDown editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7386 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-15 22:28:52 +00:00
wp_xxyyzz
5cdb8c16c7 fpspreadsheet: Add TsWorksheetIndicator as new visual control. Donated by forum user "abcthing" (https://forum.lazarus.freepascal.org/index.php/topic,49312.0.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7385 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-15 22:19:20 +00:00
skalogryz
fb17e650c0 richmemo: win32, more generic handling of WM_PRINT
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7383 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-14 18:32:41 +00:00
skalogryz
6de4d85840 richmemo: Win32 special code for WS.PrintTo(). WM_PRINT doesn't work as expected for RICHEDIT
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7381 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-14 02:38:56 +00:00
wp_xxyyzz
d3734d69db fpspreadsheet: Fix compilation of crypto package with FPC 3.3.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7376 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-13 18:35:17 +00:00
wp_xxyyzz
984af77ce6 LazMapViewer: Set version number of development version to v0.2.3.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7366 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-09 11:44:44 +00:00
wp_xxyyzz
cac83daa65 LazMapViewer: Change license to modified LGPL as discussed in https://forum.lazarus.freepascal.org/index.php/topic,49075.0.html. All authors agreed on the license change. License header added to all component files. Set version to 0.2.2 for new OPM release.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7365 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-09 11:06:15 +00:00
alexs75
8cb1f22c1f RxFPC: fix show hint for RxDBGrid cell
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-04-05 19:57:18 +00:00
wp_xxyyzz
1048d9c4b1 fpexif: Fix bug in Nikon maker note reader, caused crash for some Nikon images.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7347 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-30 20:39:06 +00:00
wp_xxyyzz
90366be659 fpexif: Fix compilation with Delphi
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7344 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-29 21:37:05 +00:00
wp_xxyyzz
b8eb9fca8b fpspreadsheet: Fix another case of adding/deleting rows/columns, now within the cell range of a formula. Forum https://forum.lazarus.freepascal.org/index.php/topic,49005.msg354461.html#msg354461
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7343 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-26 17:09:25 +00:00
wp_xxyyzz
d4ce1f8c06 fpspreadsheet: Fix formula being affected when a row/column is inserted/deleted in another sheet which is not part of the formula.
See forum https://forum.lazarus.freepascal.org/index.php/topic,49005.0.html
Add test case covering this situation.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7342 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-25 23:20:24 +00:00
alexs75
48445d706a RxFPC:RxDBGrid - add new event BeforeSorting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7341 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-24 13:25:48 +00:00
wp_xxyyzz
7c43c78f0c LazMapViewer: Set version number 0.2.1. Change license to "LGPL 2 or later" instead of "GLP 2 or later" - see forum discussion https://forum.lazarus.freepascal.org/index.php/topic,34297.msg354142.html#msg354142.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7340 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-23 23:01:18 +00:00
wp_xxyyzz
c6e498585b LazMapViewer: Add icon for BGRADrawingEngine to resource. Less hints.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7338 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-22 17:08:13 +00:00
wp_xxyyzz
9ab37029e4 LazMapViewer: Set version number of main package and add-on packages to v0.2 for release in OPM.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7337 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-22 16:13:53 +00:00
wp_xxyyzz
a820f8ee99 LazMapViewer: Add icon for TMvBGRADrawingengine. Less hints. Preparing for release.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7336 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-22 15:53:21 +00:00
wp_xxyyzz
0df68abf33 metadata_viewer: Add drivecombobox to Delphi version of MetadataViewer demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7335 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-22 11:10:57 +00:00
wp_xxyyzz
9439dff7f1 fpexif: Fix minor compilation issues of demos in Delphi.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7334 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-21 21:36:46 +00:00
wp_xxyyzz
2ba2c46cf2 LazMapViewer: Fix compilation with Laz 1.8.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7333 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-20 14:51:20 +00:00
wp_xxyyzz
35dfdbdf7a LazMapViewer: Some cleanup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7332 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-19 23:23:36 +00:00
wp_xxyyzz
5def48c316 fpspreadsheet: Fix display of images inserted in WorksheetGrid under gtk as black areas.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7331 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-11 12:34:46 +00:00
wp_xxyyzz
5457aab56b fpspreadsheet: Fix endless loop (seen on Linux) when loading an ods file with embedded images.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-07 20:04:16 +00:00
ondrejpokorny
29fab46e41 RichMemo: fix duplicate PPUs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7329 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-02 09:12:57 +00:00
wp_xxyyzz
acb60ffd33 fpexif: Add Delphi examples
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7328 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-02-17 23:17:39 +00:00
wp_xxyyzz
9779c4beba fpexif: Prepare for compilation with Delphi. Fix crash with Nikon images.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7327 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-02-17 18:52:45 +00:00
wp_xxyyzz
fa4f0c306e fpspreadsheet: Add Worksheet.TabColor support. Update biff8/ooxml/ods readers/writers for it. Add test case for it.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7326 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-02-10 15:23:30 +00:00
alexs75
ab3f832e62 RxFPC:change year in unit header
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-02-07 08:08:59 +00:00
alexs75
681a531c54 RxFPC:TRxMemoryData - fix copy strcture if component plased on TFrame
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7324 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-02-07 08:02:52 +00:00
skalogryz
6f4d0213ea richmemo: win32: speedup the scrolling speed. bug #36636
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-29 20:48:45 +00:00
wp_xxyyzz
20199c9a4c fpspreadsheet: Fix unit tests broken after r7152 (lower-case "d", "m" and "y" date format symbols).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7322 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-28 11:32:46 +00:00
wp_xxyyzz
07ea73781b fpspreadsheet: Fix xlsx reader choking on files in which row and cell coordinates are not specified in the xml nodes (https://forum.lazarus.freepascal.org/index.php/topic,48292.msg347711.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7321 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-28 00:13:13 +00:00
lazarus-bart
fb36e8c25d fractions: fix 2 typo's.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-25 17:44:07 +00:00
gbamber
13adca65b3 For OPM
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7319 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-25 13:12:59 +00:00
gbamber
c41c804679 OPM file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7318 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-25 13:08:33 +00:00
gbamber
a0203fecf2 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7317 8e941d3f-bd1b-0410-a28a-d453659cc2b4 2020-01-24 17:12:53 +00:00
gbamber
7285408764 With LCLPlatformDef fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7316 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-24 15:11:39 +00:00
wp_xxyyzz
9e2424d40d fpspreadsheet: Extend db_export_import demo to show explicit conversion of a column to text format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-24 11:45:25 +00:00
skalogryz
e8149045e9 richmemo: loading tab offsets for a paragraph
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7314 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-22 20:08:26 +00:00
wp_xxyyzz
019e5e3a8e industrial: Anti-aliased drawing of scaled TLEDNumber at lowest size.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7313 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-22 06:28:50 +00:00
wp_xxyyzz
eaf32201bd industrial: Update trunk version number to 0.5 after releasing v0.4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7312 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-21 14:43:37 +00:00
wp_xxyyzz
ba02b95b09 industrial: Add high-DPI palette icons for TAnalogSensor, TIndGnouMeter and TIndLED (as well as improved ones for TA3nalogGauge). Publish BorderSpacing property for TIndLED.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7311 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-21 12:21:10 +00:00
wp_xxyyzz
fb6f07d8fa industrial: LCL scaling of TLEDNumber should work now... Some cosmetic changes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7310 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-21 10:13:43 +00:00
skalogryz
faec1f7501 richmemo: unescaping \, { and } chars when loading
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7309 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-21 01:36:13 +00:00
skalogryz
123cc9e59f richmemo: curly bracers escape
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-21 01:31:11 +00:00
wp_xxyyzz
3b1972ff82 industrial: New demo for TLEDNumber
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7307 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-20 16:04:03 +00:00
wp_xxyyzz
31a2ea6284 jvcllaz: High-DPI palette icons for TAdvLED, TLEDNumber, TStopLighSensor. One more fix for TLEDNumber lcl scaling (still not perfect). one issue left).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7306 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-20 16:00:01 +00:00
skalogryz
a331e9e33c richmemo: adding an additional skip-character after unicode character
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7305 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 23:15:52 +00:00
wp_xxyyzz
ff5cecfbbc industrial: New properties Slanted and SlantAngle for TLEDNumber. Fix LCL scaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7304 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 22:31:37 +00:00
wp_xxyyzz
8e0767f36a industrial: Fix LCL scaling for TOnOffSwitch.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7303 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 16:46:53 +00:00
wp_xxyyzz
e975fefca2 industrial: Fix LCL scaling for TMultislider
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7302 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 16:46:07 +00:00
wp_xxyyzz
4062c3c12d industrial: Fix LCL scaling for TmKnob. New properties MarkSizeKind, Shadow, ShadowColor and BorderColor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7301 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 16:45:23 +00:00
wp_xxyyzz
5cfe05ca7b industrial: Fix lcl scaling for TA3nalogGauge. Adapt sample project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7300 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-19 16:44:30 +00:00
skalogryz
8724ce88e4 richmemo: support for paragraph formatting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7299 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-18 20:25:33 +00:00
skalogryz
89db2544c5 richmemo: support for reading a skip unicode character
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7298 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-18 19:51:33 +00:00
wp_xxyyzz
8cf44c572a jvcllaz: Improved layout of JvThumbView demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7297 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 23:53:43 +00:00
wp_xxyyzz
fb0f6f8032 jvcllaz: Make TJvThumbView high-dpi aware. Provide FileDlgFilter property editor for TJvThumbView.Filter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 23:29:41 +00:00
wp_xxyyzz
a4945a3a0a jvcllaz: Make TJvGroupHeader high-dpi aware.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7295 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 22:12:08 +00:00
wp_xxyyzz
3132e4ef1f jvcllaz: Define property default values for TJvHT* controls. Some cleanup.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7294 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 21:47:57 +00:00
wp_xxyyzz
beb625b0bb jfcllaz: Some clean-up in JvGradient.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7293 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 21:25:27 +00:00
wp_xxyyzz
e2e906f93b jvcllaz: Make TJvGradientHeaderPanel high-dpi aware. Fix horizontal alignment of label. Add some missing properties (vertical alignment, wordwrap, margins).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7292 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 21:19:04 +00:00
skalogryz
0d86dacf46 richmemo: support for deflang and parameters group
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7291 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 15:57:10 +00:00
wp_xxyyzz
265696cb97 jvcllaz: Fix LCL scaling for JvItemViewer components. Adapt demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7290 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-17 15:27:02 +00:00
gbamber
2bc0d54d4c To V 1.2.0
Bugfix from bugtracker applied

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7289 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-16 18:09:03 +00:00
wp_xxyyzz
931d3ba977 jvcllaz: Fix LCL scaling always being active in TJvRuler.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7288 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-14 23:37:20 +00:00
wp_xxyyzz
001c4a6db2 jvcllaz: Implement lcl scaling for TJvRollOut. Adapt demo project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7287 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-14 21:50:21 +00:00
wp_xxyyzz
d44027354c jvcllaz: Fix lcl scaling for TJvJanToggle. Publish Font property. Fix behavior when Width or Height is changed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7286 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-14 17:35:06 +00:00
wp_xxyyzz
7c25c573a5 jvcllaz: Activate LCL scaling for TJvYearGrid. Publish Font property. Update demo project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7285 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-14 09:49:13 +00:00
skalogryz
9100c787d7 richmemo: adding a workaround for richEdit not properly drawn after being minimized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7284 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 22:06:39 +00:00
skalogryz
d1956180b1 richmemo: adding support for super and sub script into manually loading RTF. patch by Vladimir Rybant. (source: 783938acdd)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7283 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 15:39:38 +00:00
skalogryz
274ebf2d71 richmemo: adding the check for a valid character offset, for most GetXXXX attributes methods. bug #32296
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7282 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 15:09:10 +00:00
skalogryz
042de4a95e richmemo: patch the Search result not returning true. By David. bug #32297
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7281 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:53:43 +00:00
skalogryz
bb765a2605 richmemo: preserving richmemo selection on intSaveStream. Patch by Matthew Shaffer. bug #34791
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7280 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:45:00 +00:00
skalogryz
c35f7ea889 richmemo: updating defines selection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7279 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:26:24 +00:00
skalogryz
19aca57b5e richmemo: adding RMLCLTRUNK define
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7278 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:25:57 +00:00
skalogryz
1718de4281 richmemo: fix gtk2 type casting error
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7277 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:10:13 +00:00
skalogryz
0b6c8ce22d richmemo: downshift the package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7276 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 14:06:27 +00:00
skalogryz
95f1b45254 richmemo: breaking up richmemo to (runtime) package and design
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7275 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-13 13:56:26 +00:00
wp_xxyyzz
cc8edbe51e jvcllaz: Fix lcl scaling for TJvTMTimeline; previous scaling solution could not be switched off.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7274 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-12 16:25:43 +00:00
wp_xxyyzz
8cd74ec918 jvcllaz: Fix lcl scaling of TJvTimeLine; previous scaling solution could not be switched off.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7273 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-12 14:47:52 +00:00
wp_xxyyzz
886abdf31d jvcllaz: Fix font scaling of TJvTMTimeline.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7270 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 23:33:06 +00:00
wp_xxyyzz
9b9b3fed49 jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7269 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 22:31:50 +00:00
wp_xxyyzz
01f504ede7 jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7268 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 18:01:12 +00:00
wp_xxyyzz
69ffb7cda8 jvcllaz: Fix output directory of JvPascalInterpreter package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7267 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 17:23:51 +00:00
wp_xxyyzz
45bca62366 jvcllaz: Publish property BorderSpacing for TJvTMTimeLine.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7266 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 17:02:02 +00:00
wp_xxyyzz
d5aff07ca7 jvcllaz: Fix lclscaling of TJvTimeLine. Adjust demo to scaled imagelist.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7265 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 16:56:46 +00:00
wp_xxyyzz
9f75a78968 jvcllaz: Lowercase JvExtComponent unit file name
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7264 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-11 10:43:42 +00:00
wp_xxyyzz
95995ecfea jvcllaz: Remove obsolete unit Windows from JvInterpreterParser.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7248 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-08 08:28:40 +00:00
wp_xxyyzz
5bc8d28c3c jvcllaz: Package description of JvPascalInterpreter packages. Move to JVCL NonVisual palette.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-07 18:17:27 +00:00
wp_xxyyzz
bfc363b3a4 jvcllaz: Add TJvInterpreter units in JvPascalInterpreter package, including two demos.
Change MIME type of all package files to text/xml.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-07 13:08:59 +00:00
wp_xxyyzz
a00f9d0611 jvcllaz: Fix TJvYearGrid "hiding" pages in a PageControl.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-02 14:37:43 +00:00
wp_xxyyzz
c745a3cc75 jvcllaz: Fix TJvTimeLine "hiding" pages in a PageControl (https://forum.lazarus.freepascal.org/index.php/topic,47499.msg344725.html#msg344725)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7215 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-02 13:01:42 +00:00
wp_xxyyzz
93ebcc497e fpspreadsheet: Fix cell offset when pasting in from clipboard. Patch by DonAlfredo, https://forum.lazarus.freepascal.org/index.php/topic,47965.0.html
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7214 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-01 23:43:41 +00:00
wp_xxyyzz
397d9de5de jvcllaz: Fix TJvMarkupViewer "hiding" pages in a PageControl (https://forum.lazarus.freepascal.org/index.php/topic,47499.msg344725.html#msg344725)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7213 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-01 18:38:19 +00:00
wp_xxyyzz
339b9ef430 jvcllaz: Fix TJvMarkupLabel "hiding" pages in a PageControl.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7212 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-01 18:33:32 +00:00
skalogryz
1c87132ba3 manualdock: resolving the compiler warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-18 20:42:52 +00:00
wp_xxyyzz
e3839dd9dd jvcllaz: Fix ticks and labels for unit Pixels
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7210 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-14 11:43:43 +00:00
wp_xxyyzz
19d30d6871 jvcllaz: Fix issues with LCLScaling and label rounding in TJvRuler
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-14 11:32:22 +00:00
wp_xxyyzz
6855104312 jvcllaz: New properties for TJvRuler: MinorTickCount, TickColor, MajorTickLength, MinorTickLength, MarkerColor, MarkerFilled, MarkerSize, ShowBaseline, ShowPositionMarker. Supports LCLScaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7208 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-14 00:28:48 +00:00
wp_xxyyzz
6a1b03adfa fpspreadsheet: Fix ooxml reader choking on files written by Adobe Acrobat X which writes HTML colors with # prefix. https://forum.lazarus.freepascal.org/index.php/topic,47749.msg342501.html.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7207 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-12 10:17:39 +00:00
wp_xxyyzz
7ee6c517b0 jvcllaz: Add dropdown shadow TJvDBLookupCombo for Windows. Patch by Michal Gawrycki, issue #36421.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7206 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-10 23:25:40 +00:00
wp_xxyyzz
c0628ff3b4 jvcllaz: Follow-up to r7204 (Patch by Michal Gawrycki, issue #36403)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7205 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-06 20:54:08 +00:00
wp_xxyyzz
a7bc63964a jvcllaz: TJvDBLookupCombo improvements by Michal Gawrycki (issue #36403):
- Leaves parent form active under Windows.
- Publish several properties and events.
- Support for AutoSize.
- Use the "FDataListForm.Close" method instead of "FDataListForm..Visible := false" property to hide popup because DoClose method is not called when hidden by "Visible" property.
- Control drawing fixes.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7204 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-06 10:43:57 +00:00
alexs75
fcd60c1925 RxFPC:rxboxproc.BoxMoveSelectedItems - last added item also set selected
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7203 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-05 19:08:28 +00:00
wp_xxyyzz
677d3e3eb3 jvcllaz: Make sure that package format has "Maximize compatibility" flag activated.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7202 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-05 10:55:38 +00:00
wp_xxyyzz
0a310b31e8 jvcllaz: Add new component JvImageTransform (transition effects between two pictures)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7201 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-03 17:43:14 +00:00
wp_xxyyzz
1d406d0251 jvcllaz: Add component TJvSpecialImage (incl sample project)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7200 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-12-03 00:22:11 +00:00
wp_xxyyzz
a95934ae76 jvcllaz: Make TJvCustomItemViewer.ItemRect() public (useful for hint positioning).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7199 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-23 16:00:25 +00:00
wp_xxyyzz
b58836d2c6 jvcllaz: Fix TJvItemViewer "hiding" pages in a PageControl (https://forum.lazarus.freepascal.org/index.php/topic,47499.msg340236.html#msg340236).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7198 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-23 15:50:00 +00:00
wp_xxyyzz
f131c02f88 fpspreadsheet: No "invalid index" error message when attempting to save a workbook without reader/writer unit in "uses"
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7197 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-23 11:34:00 +00:00
wp_xxyyzz
79a817cefd spktoolbar: LCLScaling support for property Appearance.Tab.CaptionHeight
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7196 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-22 21:44:38 +00:00
wp_xxyyzz
10994ea2c9 spktoolbar: Add new property CaptionHeight to TabAppearance.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7195 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-22 18:50:15 +00:00
wp_xxyyzz
cd0aa90768 fpexif: Fix detection of EXIF structure if a JFIF extension APP0 marker segment is in file (JFXX). Extract JFXX thumbnail.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7194 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-21 15:11:12 +00:00
wp_xxyyzz
8c301b7ce0 jvcllaz: Make JvImagesViewer high-dpi aware.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7193 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-21 12:46:20 +00:00
wp_xxyyzz
1bc920ac6e jvcllaz: Further improvements of TJvImageViewer (sorting, OnLoadImage event)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7192 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 22:32:45 +00:00
wp_xxyyzz
3aad6ce7bf jvcllaz: Add method AddImageFromFile to TJvImageViewer for loading individual pictures.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7191 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 18:51:01 +00:00
alexs75
a4445c9f94 RxFPC:add to output files folder macro (LCLWidgetType)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7190 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 12:54:57 +00:00
alexs75
90b3824401 RxFPC:start utils for make docs
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7189 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 12:52:37 +00:00
wp_xxyyzz
86122e6bdb jvcllaz: Add default values to TJvThumbView properties.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7188 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 11:05:08 +00:00
wp_xxyyzz
e91ba97380 jvcllaz: Fix sorting as well as thumbnail and title borders of TJvThumbView at designtime.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7187 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 10:54:57 +00:00
wp_xxyyzz
e90fbb2eb9 rx: Fix compilation of rxnew.lpk for Laz 2.0.6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7186 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-20 09:54:00 +00:00
wp_xxyyzz
f830900825 lazmapviewer: Duplicate example project to demonstrate usage without external drawing engines. Cache folder is shared between both demos.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7185 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-12 17:46:50 +00:00
wp_xxyyzz
f4ff85e64a spktoolbar: Set TOOLBAR_CORNER_RADIUS to 0 (was: 3) to place tabs with zero CornerRadius immediately to the left edge of the toolbar.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7184 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-12 15:35:42 +00:00
wp_xxyyzz
8e8e01d047 spktoolbar: Add Appearance property Tab.CornerRadius (https://forum.lazarus.freepascal.org/index.php/topic,47375.msg339191)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7183 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-12 15:25:04 +00:00
wp_xxyyzz
56da43d5e4 jvcllaz: Remove JvChart again: incomplete, too many bugs.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7182 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-12 13:47:51 +00:00
wp_xxyyzz
4f3966db81 jvcllaz: Fix lower end of TJvChart running away when the XStartOffset is changed.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7181 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-10 22:22:11 +00:00
wp_xxyyzz
2b16ccc6bf jvcllaz: Better layout of title and x axis positions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7180 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-10 20:03:43 +00:00
wp_xxyyzz
1508d443ac jvcllaz: Fix centered position of chart title in JvChart.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7179 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-10 16:03:22 +00:00
wp_xxyyzz
42502dcdf0 jvcllaz: Fix text background color error in JvPenEditor of JvChartDemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7178 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-10 11:40:07 +00:00
wp_xxyyzz
fe5927df8b jvcllaz: Fix axis title positioning in TJvChart. Some more setters for TJvChart properties.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7177 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-10 00:24:06 +00:00
wp_xxyyzz
e804be2eea jvcllaz: Provide setter methods for a variaty of TJvChart properties. Update JvChartDemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7176 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-09 20:49:26 +00:00
wp_xxyyzz
bf67a7d27a jvcllaz: Add TJvChart component.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7175 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-09 13:20:57 +00:00
wp_xxyyzz
91e4b55009 fpspreadsheet: Fix 32-bit overflow in fpsutils.Round().
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7174 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-11-03 11:05:08 +00:00
alexs75
fbcd001982 RxFPC:on calc RxDBGrid footer row sum also use ftFMTBcd - tnx. brick08
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-28 10:09:21 +00:00
wp_xxyyzz
5bd2fd23eb fpspreadsheet: Avoid duplicate assignment of Result in TsWorksheet.ReadAsText. Put Hyperlink code used here in more general context.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7172 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-26 11:15:21 +00:00
wp_xxyyzz
8c879bfca5 lazMapViewer: Fix memory leaks. Patch by jc99 (https://forum.lazarus.freepascal.org/index.php/topic,47164.msg337315.html#msg337315).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7171 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-25 08:44:07 +00:00