Commit Graph

6091 Commits

Author SHA1 Message Date
e363408fea TvPlanIt: Update German language file. Add English po files. Activate Polish language in fulldemo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8256 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 22:14:59 +00:00
253688d1e3 TvPlanIt: Add Polish translation (by kkuba).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8255 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 21:48:37 +00:00
0a97392e0b TvPlanIt: Extended ZEOS datastore sample to show usage of a Firebird database.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 21:41:51 +00:00
3eab02dd33 TvPlanIt: Implement basic infrastructure to use the correct sql field type names according to the ZConnection protocol. Based on patch by paweld (https://forum.lazarus.freepascal.org/index.php/topic,59085.0.html).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8253 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-18 16:48:40 +00:00
509f33e4d7 jvcllaz: Fix compilation with Laz 1.8.4/FPC3.0.4
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8252 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-15 22:56:31 +00:00
3a13c399a1 JvclLaz: Fix hints in TJvTabBar. Forum discussion https://forum.lazarus.freepascal.org/index.php/topic,59064.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8251 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-15 21:05:14 +00:00
31ff1f2530 lazbarcodes: Better icon for TBarcodeMedical.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8250 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-09 11:23:59 +00:00
77380837cf Lazbarcodes: Refinements of TBarcodePDF417 and TBarcodeDataMatrix palette icons.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8248 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-08 20:55:27 +00:00
c5c3755b64 fpspreadsheet: Handle numeric cells strings in TUPlusExprNode of the formula parser.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-08 17:18:11 +00:00
520e94f2d7 fpspreadsheet: Fix integer overflow in formulas with large integer values.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-08 17:01:55 +00:00
0f64e793db fpspreadsheet: Fix incorrect column calculation when ODS formula refers to column index > 25 (> 'AA') (https://forum.lazarus.freepascal.org/index.php/topic,59001).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8245 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-08 10:57:15 +00:00
e924763a40 LazBarcodes: Icons adapted to dark mode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8244 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-07 23:25:34 +00:00
5ce0a6ca18 fpspreadsheet: Fix TsUnaryExpressionNode not implementing the IterateNodes method (https://forum.lazarus.freepascal.org/index.php/topic,58969).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8242 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-04-04 09:13:40 +00:00
efa53cc6d2 lazbarcodes: Fix code-page used by TBarcodeMaxicode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8240 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-28 17:33:16 +00:00
7e371e08cd lazbarcodes: Refactor avoiding trivial usage of function IsTrue(boolean) (not complete).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8239 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-28 17:13:07 +00:00
f75afb789d lazbarcodes: Pascalized function in_alpha in lbc_qr.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8238 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-28 13:20:15 +00:00
4801b18d59 lazbarcodes: Refactoring of unit lbc_gs1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8237 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-28 12:28:15 +00:00
862deb52cc spktoolbar: Fix hint not always showing when the toolbar has its own hint. Issue #39022, patch by michalgw.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8236 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-26 22:06:28 +00:00
7d70f69112 lazbarcodes: New palette icon for TBarcodeMedical
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8235 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-26 21:55:38 +00:00
487cb96989 lazbarcodes: New palette icon for TBarcodePostal
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8234 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-26 21:11:55 +00:00
1b34b03404 lazbarcodes: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8233 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-26 16:56:30 +00:00
c266571f54 lazbarcodes: Further refactoring of lbc_maxicode.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8232 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-26 12:35:13 +00:00
e8550cb6a8 spktoolbar: Implement hints. Issue #39022, patch by michalgw.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8231 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-25 22:12:59 +00:00
630fa53693 lazbarcode: Some refactoring towards more pascal-like code of Maxicode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8230 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-25 18:02:50 +00:00
1d32139e44 lazbarcodes: Add palette icon for TLazbarcodeMaxicode
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8229 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-25 17:28:32 +00:00
ffb0bc8670 lazbarcodes: Maxicode working. Add Zint manual.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8228 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-25 16:21:11 +00:00
482be29d78 lazbarcodes: Mode 2 of Maxicode working.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8227 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-24 22:17:32 +00:00
32bc4f0f30 lazbarcodes: MaxiCode improvements. Still issues with svg and eps output. Symbol.Primary not yet implemented.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8225 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-23 22:24:49 +00:00
13fef13a53 lazbarcodes: Continue work on TBarcodeMaxiCode, still not correct.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8224 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 23:08:06 +00:00
fd89462d0c TvPlanIt: Update gadgets sample project with TVpClock.Hold property.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8223 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 22:56:02 +00:00
94a03d681b TvPlanIt: Remove debug messages from TVpClock code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8222 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 22:20:47 +00:00
9440285775 TvPlanIt: Fix type of designtime package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8221 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 17:24:20 +00:00
91c06583cd TvPlainIt: Merge Delphi-defines in vpclock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8220 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 11:44:24 +00:00
c7f034cf72 TvPlanIt: Add Pause/Resume functionality and TimeResolution property to VpClock.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8219 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 11:43:21 +00:00
b5c5632668 fpspreadsheet: Fix incorrect row height when row switches from hidden to visible (https://forum.lazarus.freepascal.org/index.php?topic=58792.msg438138#msg438138).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8218 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-22 10:11:23 +00:00
321ebdb047 tvplanit: Fix incorrect background color of analog TVpClock
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8217 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-21 23:05:05 +00:00
327b57d481 LazBarcodes: Add drawing methods for hexagons and rings (not tested, yet).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-20 22:29:13 +00:00
5094ef0d00 LazBarcodes: Drop parameter ALastLine from TSimpleBarcode.RenderSymbol
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8215 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-20 13:02:12 +00:00
f38c9ad537 LazBarcodes: Rename TSimpleBarcode.RenderBarcode to .Render. Beginning to support MaxiCode symbology.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8214 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-20 12:48:03 +00:00
24e3794a44 LazBarcodes: Avoid tabs in lbc_qr source code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8213 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-16 16:50:06 +00:00
9c3a384cf7 LazBarcodes: Fix Telepen max length error.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8212 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-16 16:49:25 +00:00
5e5e918dd5 LazBarcodes: In demo, move PDF417 to new node "Stacked".
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8211 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-16 16:48:51 +00:00
bcf7b347c4 IndustrialStuff: Add default values to Blink and State properties of TAdvLED.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8210 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-16 09:55:31 +00:00
31a6f90915 IndustrialStuff: Fix functionality of Flash method of TAdvLED in case of too frequent calls.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-16 09:45:38 +00:00
30044a8cf3 LazBarcodes: Fix crash at runtime when AutoSize has been activated in design mode.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8208 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-10 10:02:37 +00:00
ebc0080662 LazBarcodes: Update package files to v2.0. Fix anchoring bug in demo project.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8207 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-09 22:45:46 +00:00
406e8bbb45 LazBarcode: Major update with many more barcodes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8205 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-09 22:33:06 +00:00
7034ab1715 fpexif: XMPData.TagFromIndex now returns only the "value" part of the tag.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8204 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-09 10:56:50 +00:00
f2bf46445d fpexif: Add missing unit fpeXmpReadWrite
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8203 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-08 08:08:08 +00:00
79770ff31d fpexif: Support write-back of XMP
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8202 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2022-03-07 21:03:56 +00:00