Commit Graph

1010 Commits

Author SHA1 Message Date
alexs75
90c3dba68d delete old-style resource files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1840 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-27 19:43:40 +00:00
alexs75
1ad2c82b17 fix locate string values in PopUp forms - now RxDBLookupCombo find values for string fields on type his on keyboard
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1839 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-27 15:44:58 +00:00
alexs75
d379826256 fix error create popup form - now use CreateNew constructor for this
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-27 15:15:40 +00:00
vsnijders
2f3114d122 svn classes: added support for reading property information from xml files from Dmitry
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1832 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-25 10:50:37 +00:00
vsnijders
6f85ed7742 svn classes: added property version of the installed svn executable.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1831 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-25 10:49:53 +00:00
mgaertner
a311002a2b mtprocs: update for deprecated Thread.Resume
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1821 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-20 17:12:50 +00:00
alexs75
4e0e6df655 fix show lookup list in TRxDBLookupEdit on Windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1820 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-19 17:03:17 +00:00
blaszijk
077bf73bdd Added check if OpenGL version 2.0 is loaded properly
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1806 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-16 20:37:20 +00:00
alexs75
1a61e51299 add to RXDBGrid demo hints for column titles
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1805 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-16 20:07:33 +00:00
blaszijk
40264de47a remove translation/rotation/scale code from GLUIPainter.drawTextureView
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1804 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-16 16:39:37 +00:00
blaszijk
ca7613fadd initial import of files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1801 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-15 22:08:43 +00:00
alexs75
8c5783c3d5 fix compile with latest FPC (2.7.1) and LCL (0.9.31)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1800 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-15 20:03:27 +00:00
sekelsenmat
d8ff486769 fpspreadsheet: Patch from bug 19884, improves the format detection of the reader and adds a writer format auto-detector
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1797 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-11 14:30:25 +00:00
sekelsenmat
3ac6ba3567 fpspreadsheet: Activates the new OLE for BIFF5, fixes bug 19867
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1778 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-02 09:20:07 +00:00
sekelsenmat
4a3080f4c0 kcontrols: adds some missing files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1774 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-08-02 08:48:02 +00:00
blikblum
809bd337ed * Fix compilation of advanced demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1769 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-30 12:35:06 +00:00
blikblum
2b012c07bb * Remove CMEnabledChanged: LCL does not uses non client area
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1760 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-26 02:01:20 +00:00
blikblum
f387b1d170 * Use meta key for selection under MacOSX. Patch by Anton S.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-25 21:50:18 +00:00
Joshy
1dae858558 First commit. Tested on Windows only. It provides 5 controls under the "Laz Barcodes 2D" tab.
* QR code
* MicroQR
* Aztec
* Aztec Rune
* DataMatrix

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1758 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-22 18:48:22 +00:00
mgaertner
94f7dce85a mtprocs: do not add to uses section
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1745 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-16 08:40:30 +00:00
blikblum
1bcf7f4580 * Fix crash when adding button
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-04 20:01:21 +00:00
sekelsenmat
eb3ecee187 Initial commit of kcontrols
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1732 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-04 06:24:41 +00:00
sekelsenmat
7e5e08146b Disables gdi images when using the lcl and some other small changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 13:44:38 +00:00
sekelsenmat
3b5a5ff113 Fixes fpbrowser and htmlcomp compilation problems
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1730 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-01 12:52:49 +00:00
sekelsenmat
6d72de8412 colorpalette: Adds a nice error message to something that caused me trouble
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-30 19:43:49 +00:00
blikblum
814b1617a2 * add const to string parameters
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1716 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-21 02:04:04 +00:00
blikblum
cbd183329b * Update Package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-20 20:46:20 +00:00
blikblum
112cbe25cb * remove inline where not necessary: this fix a logic bug that was leading to wrongly painting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-20 20:35:07 +00:00
blikblum
5fb894cb27 * Fixed painting solid gradient
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-20 18:49:36 +00:00
blikblum
497fdb0609 * Fixed crash when closing app
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-20 18:46:39 +00:00
blikblum
c0c6b89b60 * Improve design time editor
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-20 01:06:11 +00:00
blikblum
65088bd5ea * Add missing file from last commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-19 01:25:54 +00:00
blikblum
969c99fb15 * Initial support to designtime
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 20:55:00 +00:00
blikblum
64c51abbd6 * added demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1708 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 18:10:07 +00:00
blikblum
820299b4eb * Fix compilation of remaining units
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1707 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 17:48:28 +00:00
blikblum
ec2e95be34 * Fix compilation of spk_Buttons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1706 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 17:06:47 +00:00
blikblum
e943f03a21 * Fix compilation of various units
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 16:17:03 +00:00
blikblum
8e56c66be7 * Initial import of SpkXml
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 15:51:22 +00:00
blikblum
eda70ba461 * Terminate compilation fix of SpkGUITools
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1703 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 13:46:52 +00:00
blikblum
2d6a682f90 * fixed typo in T3DVector.Scale and T2DIntRect.Move
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1702 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 12:37:26 +00:00
blikblum
b2a592de7f * added overload to T2DIntVector.DistanceTo accepting x y coordinates
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1701 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 12:35:25 +00:00
blikblum
b00cec7e8d * replace scanline by lazintf method in spkguitools
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1700 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 12:34:17 +00:00
blikblum
c2ba3203b9 * add missing file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1699 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 01:50:32 +00:00
blikblum
1a71788eeb * add mode objfpc
* add const to string parameter

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 01:49:33 +00:00
blikblum
6c5770f6d7 * added re operator overloads to spkmath
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1697 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 01:48:37 +00:00
blikblum
c3832331aa * Initial compilation fix of spkguitools
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 01:46:25 +00:00
blikblum
4b819ad6f7 * make SpkGraphTools compilable
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1695 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-18 00:19:41 +00:00
blikblum
f7743aa480 * Make SpkMath compilable with fpc 2.4.2 + code formatting
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1694 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-17 23:25:37 +00:00
blikblum
7f6fa27b29 * converted source files to utf-8
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-17 21:12:21 +00:00
blikblum
c6d008fcae * added lazarus package and license
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-06-17 21:05:12 +00:00