Commit Graph

6033 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1a83d68689 lazmapviewer: Better fix for crash when painting outside the buffer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7170 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-24 13:09:56 +00:00
28f7fccd9f lazmapviewer: Add new drawingengine based on BGRABitmap. Kindly provided by forum user jc99 (https://forum.lazarus.freepascal.org/index.php/topic,47164.msg337229.html#msg337229).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7169 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-24 13:03:45 +00:00
7e20dce069 lazmapviewer: Fix crash when painting outside the buffer.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7168 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-24 10:02:19 +00:00
da9f7d5ffa RxFPC:fix filter on MEMO fields
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7167 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-23 10:12:58 +00:00
21c1589867 RxFPC:demo for RxDBGrid filter values
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7166 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-22 12:23:12 +00:00
b4c41e1073 RxFPC:fix export to pdf memo text from RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-22 10:41:15 +00:00
2dacd2cd59 RxFPC:documentation
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-22 10:31:34 +00:00
de6af71768 RxFPC:fix RxDBGrid export to PDF setup form size
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7163 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-22 10:30:15 +00:00
bc42242dc3 lazmapviewer: Add synapse's ssl_openssl units to fix compilation of laz_mapviewer_synapse package.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7162 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-20 08:41:04 +00:00
df8f05c128 jvcllaz: Fix JvGridFilterDemo compilation with Laz <2.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7161 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-14 11:15:22 +00:00
2d6dc607b1 jvcllaz: Replace the bmp palette icon of TJvGridFilter by high-dpi aware png versions.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7160 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-14 11:01:36 +00:00
56bf8cbdd4 jvcllaz: Add TJvGridFilter incl demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-14 10:35:43 +00:00
d60a7e6fcb jvcllaz: Add high-dpi aware palette icons for TJvGammaPanel
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7158 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-11 16:40:27 +00:00
fe2097bc43 jvcllaz: Fix high-dpi awareness of TJvGammaPanel.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-11 16:12:53 +00:00
03e52c2b0e jvcllaz: Fix crash when adding TimeFrame controls at design-time.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7156 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-10 08:07:44 +00:00
3b7794d5ea jvcllaz: Fix compilation of JvGammaPanelDemo with Laz <2.2. Publish TJvGammaPanel.BorderSpacing.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7155 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-09 10:50:44 +00:00
f9b905a28d jvcllaz: Add TJvGammaPanel incl demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7154 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-09 10:46:11 +00:00
692aa12768 fpspreadsheet: Reduce max count of digits in general number format (15 --> 14, like in Calc, Excel only has 9)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7153 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-08 16:18:47 +00:00
c13facb3dc fpspreadsheet: Write lower-case year/month/day symbols ("y"/"m"/"d") to date format strings. Issue #36137.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7152 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-10-06 17:49:15 +00:00
7af9da7828 RxFPC:fix file name handling for rxdbgridexportspreadsheet
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-09-27 06:17:48 +00:00
ba972e4bee jvcllaz: Fix TJvWizardCustomPage.Done and TJvWizardCustomPage.Enter not calling FOnPage or FOnPageEnter, respectively (https://sourceforge.net/p/lazarus-ccr/bugs/39/).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-09-14 09:57:58 +00:00
71b069b35b OPM files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7149 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-09-13 09:31:38 +00:00
4ba6d322a1 industrial: Fix AdvLed not shown when created at runtime.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7148 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-09-02 17:34:51 +00:00
947e735949 jvcl: Add instructions how to extend the JvDesigner demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-30 15:44:10 +00:00
1f50407f92 RxFPC:fix RxDBGrid date editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-23 07:24:28 +00:00
5556aa10db Update
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7145 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-22 08:33:20 +00:00
78ad20a286 Everett Random component V0.1.3.0
Initial commit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-22 08:28:56 +00:00
345fe7d960 mbColorLib: Extend TScreenForm across all monitors (https://forum.lazarus.freepascal.org/index.php/topic,46415.msg331150.html#msg331150, idea by forum user "d-_-b")
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-19 16:06:13 +00:00
c42c96d8f4 jvcllaz: Update readme.txt of the JvTimeFramework demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7142 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-16 12:25:29 +00:00
b57f815355 jvcllaz: Use standard scrollbars instead of TJvTFScrollbar in TJvTFDays. Fix scrollbar range in TJvTFDays going beyond last row.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-16 12:17:13 +00:00
d4e4a27557 jvcllaz: Fix database being closed after commit (JvTimeFramework demo)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-16 11:11:15 +00:00
e63668a359 jvcllaz: Don't always begin JvTimeFrame on Jan 1, 2001, but on user-defined date.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7139 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-16 10:15:01 +00:00
38184c0550 jvcllaz: Add code to create an empty database in JvTimeFrame demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7138 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-15 23:04:32 +00:00
d0e6b3dbb1 jvcllaz: In JvTimeFrame demo, add "new user" button.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2019-08-15 22:11:45 +00:00