Commit Graph

1269 Commits

Author SHA1 Message Date
sekelsenmat
d0f50b5637 canvastest: Fixes background for too dark sys colors
git-svn-id: trunk@46172 -
2014-09-10 17:34:13 +00:00
sekelsenmat
6bf0c54a6d canvastest: Adds system color test
git-svn-id: trunk@46171 -
2014-09-10 17:01:35 +00:00
juha
0918c19e5a iProExample: Define "Html_Print" and pass it to iPro library. Fixes compilation. Issue #26597
git-svn-id: trunk@46063 -
2014-08-22 22:43:08 +00:00
reiniero
d097ee99f8 * Examples: fix EditButtonDemo compilation with FPC trunk. Fix by ocean, mantis issue #26596. Thank you.
git-svn-id: trunk@46055 -
2014-08-19 13:49:39 +00:00
reiniero
0f658dab7b * fix *nix compilations of some examples due to misspelt {$R ...lfm} statements. Fix by ocean mantis issue #26605
git-svn-id: trunk@46054 -
2014-08-19 13:43:19 +00:00
reiniero
2f8dffb465 * Examples: rename mushrooms image example because it can use both sqlite & Firebird
git-svn-id: trunk@46034 -
2014-08-11 14:26:39 +00:00
reiniero
50ba0b1659 * Examples: database\sqlite_mushrooms: added Firebird embedded support
git-svn-id: trunk@46033 -
2014-08-11 14:23:42 +00:00
reiniero
7f76272dd0 * Cosmetic: Examples: TSqlScript: reflect FPC situation in readme.
git-svn-id: trunk@46032 -
2014-08-11 11:54:06 +00:00
maxim
e6c7b22177 Examples: added SQLite3 Demo with Encryption and Pragma by Jack Linke, bug #26479
git-svn-id: trunk@46000 -
2014-07-31 21:12:33 +00:00
jesus
0ca42776d5 examples, lazfreetype: read up to 3 fontfiles from command line if default fonts are not in current dir
git-svn-id: trunk@45909 -
2014-07-18 05:07:32 +00:00
maxim
2eec396f95 Examples, database/tsqlscript: fixed typo
git-svn-id: trunk@45906 -
2014-07-18 00:04:49 +00:00
mattias
9af8b618ac - Gave the buttons descriptive captions
- Improved code formatting
- Added labels that display the current Scrollbar Min, Max, and Position
- Modified the form width so that Scrollbar1 is fully visible in both orientations (vertical and horizontal)
from issue #26474, Jack Linke

git-svn-id: trunk@45882 -
2014-07-15 20:06:31 +00:00
juha
9f766a4ecf Xml resource example: fix compilation due to some old change in TUnitResourcefileFormat. Don't know if this example works.
git-svn-id: trunk@45793 -
2014-07-06 09:37:22 +00:00
juha
8b18fcf3ab Remove the deprecated BarChart unit. It has been replaced with TAChart.
git-svn-id: trunk@45791 -
2014-07-05 19:58:59 +00:00
mattias
15cadf6352 xmlstreaming: fixed error handling
git-svn-id: trunk@45657 -
2014-06-25 07:40:54 +00:00
mattias
401eea74ac examples: license
git-svn-id: trunk@45642 -
2014-06-24 15:36:50 +00:00
mattias
a828ed780c Examples; TSQLScript:
- add support for LazReport tutorial (with PHOTO blob field)
- allow loading your own script
- better error reporting
- support SET TERM if using Firebird
- various small fixes
patch from Reinier Olislagers, issue #26355

git-svn-id: trunk@45575 -
2014-06-19 10:02:00 +00:00
mattias
5656db6508 IDE: indentiation
git-svn-id: trunk@45217 -
2014-05-28 23:12:11 +00:00
mattias
8844f15f3a IDE: designer mediator: fixed non visual components selection and moving, patch #26234
git-svn-id: trunk@45216 -
2014-05-28 22:43:19 +00:00
maxim
8a447fb85e Examples, xmlresource: removed duplicate code, patch by Fathony Luthfillah, bug #26198
git-svn-id: trunk@45118 -
2014-05-20 20:27:45 +00:00
maxim
b15d433902 Translations: Hungarian translation update by Péter Gábor, bug #26144
git-svn-id: trunk@45015 -
2014-05-11 21:56:45 +00:00
mattias
46d6c25c33 tests: fixed compilation and 64bit, bug #25967
git-svn-id: trunk@44597 -
2014-04-03 21:29:00 +00:00
mattias
bd0336f030 examples: fixed typo
git-svn-id: trunk@44516 -
2014-03-25 16:58:56 +00:00
zeljko
c3b928689b examples canvas_test: set canvas.copymode to srccopy, since it's cmWhiteness in next paint.
git-svn-id: trunk@44368 -
2014-03-07 08:38:28 +00:00
mattias
a75f97aa4e examples: added one for TIniPropStorage and TXMLPropStorage, patch #25784
git-svn-id: trunk@44244 -
2014-02-26 09:06:24 +00:00
mattias
1fe37e15a2 fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
mattias
9b1b6748f1 translations: German: fixed typo
git-svn-id: trunk@43887 -
2014-02-05 09:42:52 +00:00
jesus
d957a7dd6b Examples, simplified mushroom sample to use new dbimage writing/loading support
git-svn-id: trunk@43783 -
2014-01-22 20:39:40 +00:00
martin
b15354e59a Examples: Grid Columneditors, added Option goTabs for convenience.
git-svn-id: trunk@43777 -
2014-01-21 14:48:46 +00:00
maxim
8f68b9e105 Examples, sqlite_mushrooms: close transaction at application end, fixes SIGSEGV at program close
git-svn-id: trunk@43757 -
2014-01-17 22:45:55 +00:00
maxim
81d67ab408 Examples, sqlite_mushrooms:
- increased height of the TDBText DBText1
   - removed a slash for the path of Mushroom_Report.lrf in the PrintClick procedure (now the report can be opened on Linux - tested on Ubuntu 12.04)
   - fixed bad test for frReport1EnterRect procedure

patch by Jurassic Pork, bug #25511

git-svn-id: trunk@43755 -
2014-01-17 21:44:43 +00:00
maxim
a51ef5c65e Examples: added SQLite 'mushrooms' database example by Jurassic Pork, bug #25511
git-svn-id: trunk@43743 -
2014-01-16 23:10:20 +00:00
maxim
b4f110b22d Examples, translation: fix compilation on Linux, comment out old BiDi workaround, patch by wp, bug #25541
git-svn-id: trunk@43731 -
2014-01-15 22:29:24 +00:00
maxim
1994cf3411 Examples: added translation example by Mike Sapsard and wp, bug #25376
git-svn-id: trunk@43571 -
2013-12-20 20:41:54 +00:00
maxim
cc36b92b7b Examples: added TSQLScript database sample program by Reinier Olislagers, bug #25350
git-svn-id: trunk@43472 -
2013-11-22 19:26:26 +00:00
mattias
96e13eb9d4 examples: openbrowser: cut handles when starting process
git-svn-id: trunk@43390 -
2013-11-07 12:51:26 +00:00
jesus
79862e8840 Examples, fix compile of grid semaphor under linux after the resource migration
git-svn-id: trunk@43161 -
2013-10-07 16:52:08 +00:00
paul
6d3bfe0de6 dockmanager: convert resources to RES
git-svn-id: trunk@43147 -
2013-10-07 08:36:14 +00:00
paul
904f8ee61f examples: use FPC resources for component images
git-svn-id: trunk@43104 -
2013-10-05 04:50:14 +00:00
paul
29d5850f58 examples: use FPC resources for component images
git-svn-id: trunk@43103 -
2013-10-05 04:49:05 +00:00
paul
d51facc7e3 examples: convert an example to FPC resources
git-svn-id: trunk@43034 -
2013-09-29 09:52:42 +00:00
paul
2298883178 examples: remove unused files
git-svn-id: trunk@43033 -
2013-09-29 09:51:07 +00:00
paul
4cc4f74921 examples: convert 2 examples to FPC resources
git-svn-id: trunk@43032 -
2013-09-29 09:42:32 +00:00
paul
ae83bc857a examples: convert 2 examples to FPC resources
git-svn-id: trunk@43031 -
2013-09-29 08:49:16 +00:00
paul
c1067fb9a9 examples: convert 2 examples to FPC resources
git-svn-id: trunk@43030 -
2013-09-29 08:43:36 +00:00
paul
f87570c216 examples: replace the rest forms stored in lrs with FPC resource forms
git-svn-id: trunk@43027 -
2013-09-29 07:53:52 +00:00
paul
5062e4415f examples: replace some forms stored in lrs with FPC resource forms
git-svn-id: trunk@43026 -
2013-09-29 07:26:58 +00:00
maxim
88a54c3916 Examples, CleanDir: removed unused LResources unit from Uses clause
git-svn-id: trunk@43023 -
2013-09-28 22:47:25 +00:00
maxim
fb99a0a76b Examples, CleanDir: removed LRS resources
git-svn-id: trunk@43022 -
2013-09-28 22:41:45 +00:00
paul
0e8dcc15e1 examples: use FPC resources
git-svn-id: trunk@43013 -
2013-09-28 15:25:27 +00:00