Commit Graph

29009 Commits

Author SHA1 Message Date
michael
2f284f40b5 * Data dictionary diff mechanism
git-svn-id: trunk@11544 -
2008-08-11 10:17:00 +00:00
michael
5a2da31729 * More complete indexdef treatment
git-svn-id: trunk@11543 -
2008-08-11 10:04:30 +00:00
michael
4aa1b45da2 * Required fielddef property is now set correctly
git-svn-id: trunk@11542 -
2008-08-11 10:03:48 +00:00
joost
547cf03391 * Store the change_log in the xml file
git-svn-id: trunk@11541 -
2008-08-10 18:57:33 +00:00
joost
c4f76e1b29 * Splitted GetRecordUpdateBuffer in two parts: GetRecordUpdateBuffer and GetActiveREcordUpdateBuffer
* Save update-buffer on SafeToFile (xml)

git-svn-id: trunk@11540 -
2008-08-10 13:39:59 +00:00
joost
4087fd6888 * Implemented TBufDataset.CreateDataset
* TBufDataset can now be used as a memory-dataset like TMemDataset

git-svn-id: trunk@11539 -
2008-08-09 10:37:03 +00:00
ivost
d951ad5408 * new translated include files
git-svn-id: trunk@11538 -
2008-08-07 22:26:52 +00:00
joost
e3e2b60b02 * Implemented FileName property. If set, the dataset is read from file on opening and saved to file on closing
* Defaultfields is now set before a dataset is read from file, so that CreateFields is only called when necessary
 * A TSQLQuery can be read and saved to file also

git-svn-id: trunk@11537 -
2008-08-07 21:37:52 +00:00
ivost
62d71b77b5 * removed deprecated include file
git-svn-id: trunk@11536 -
2008-08-07 16:38:24 +00:00
michael
7d845aa47e * Additional options implemented
git-svn-id: trunk@11534 -
2008-08-07 12:39:52 +00:00
ivost
fd2b09c12c * included libxml2 examples into build tree
git-svn-id: trunk@11533 -
2008-08-07 12:11:32 +00:00
ivost
1a461c43fc * automatic dynamic / static linking detection
git-svn-id: trunk@11532 -
2008-08-07 12:01:22 +00:00
ivost
14e79700cc * more generalized cc and export macros
git-svn-id: trunk@11531 -
2008-08-07 11:58:03 +00:00
ivost
a780fdffbc * renamed .h to .inc
* prepeared for dynamic linking support

git-svn-id: trunk@11530 -
2008-08-07 11:43:38 +00:00
Almindor
4a54f15b47 * fix GetAppConfigDir and GetTmpDir for Windows(R)(c)(TM) and WinCE, unify with unix and provide pathdelim at end
git-svn-id: trunk@11529 -
2008-08-07 10:22:30 +00:00
Almindor
e308297fce * use Available_ComponentName_2_x so specific version parts can be checked
git-svn-id: trunk@11527 -
2008-08-07 09:33:02 +00:00
ivost
4e20c448f8 * updated Makefile.fpc and Makefile to include libxml2
git-svn-id: trunk@11526 -
2008-08-07 08:39:33 +00:00
ivost
12e37c2a7d * added libxml2 package
git-svn-id: trunk@11525 -
2008-08-07 08:37:43 +00:00
ivost
c5333b5be3 * updated file properties
git-svn-id: trunk@11524 -
2008-08-07 08:37:14 +00:00
michael
043a2b9f2b Patch from Paul Ishenin to fix windowing constants
git-svn-id: trunk@11522 -
2008-08-07 07:10:34 +00:00
marco
96e7327d6a * sigprocmask 2nd arg needs to be by ref. VAR added.
git-svn-id: trunk@11517 -
2008-08-06 12:52:43 +00:00
joost
2deec72c8f * Forgot to commit db.pas in r11514
git-svn-id: trunk@11516 -
2008-08-06 09:14:48 +00:00
michael
88d53ba5cb * Fixed memory leak when destroying TBUFdataset, indexdefs were not freed
git-svn-id: trunk@11515 -
2008-08-06 08:29:29 +00:00
joost
b2bc1a17ff * Implemented TDataset.AppendRecord and InsertRecord + test (bug 11450)
git-svn-id: trunk@11514 -
2008-08-05 21:09:46 +00:00
joost
3291b023b5 * Do not scroll the dataset while saving it to file
git-svn-id: trunk@11513 -
2008-08-05 19:00:45 +00:00
joost
712d6b4451 * Implemented TBufDataset.SaveToFile and LoadFromFile + basic test
git-svn-id: trunk@11512 -
2008-08-05 18:09:12 +00:00
michael
d39c352d92 * Fixed prepare for select statements
git-svn-id: trunk@11511 -
2008-08-05 11:58:00 +00:00
joost
c42838a02e * Fixed GetFieldData for old field-values, now the OldValuesBuffer only contains the field-values
git-svn-id: trunk@11510 -
2008-08-04 18:34:46 +00:00
marco
77a345242d * copyright notice added.
git-svn-id: trunk@11509 -
2008-08-04 14:54:32 +00:00
yury
23da33b75a * Fixed hang while linking in some cases.
git-svn-id: trunk@11508 -
2008-08-03 21:19:33 +00:00
marco
f206a6421f * handle wildcard parameters to the ide. (#6597)
git-svn-id: trunk@11507 -
2008-08-03 19:06:20 +00:00
Almindor
e64aec7c6e * add GtkScaleButton and GtkVolumeButton
* add missing gtk2.8+ functions for GtkTextMark and GtkTextIter

git-svn-id: trunk@11506 -
2008-08-03 14:48:09 +00:00
florian
d2214685c3 * fixes compiler crash with out of memory on illegal array declarations
git-svn-id: trunk@11505 -
2008-08-03 10:34:41 +00:00
florian
e0ff540918 + defined FPC_FULLVERSION as integer constant containing the version,
release and patch level are always two digits so the version can 
  be compared numerically: so 2.2.2 results in 20202, resolves #11568

git-svn-id: trunk@11504 -
2008-08-03 09:31:50 +00:00
florian
10263e8e0f - unnecessary type declaration removed
git-svn-id: trunk@11503 -
2008-08-03 09:29:22 +00:00
Jonas Maebe
0197192441 * disabled jump tables for darwin/x86_64 for now since they don't work
there yet

git-svn-id: trunk@11502 -
2008-08-02 12:23:34 +00:00
marco
d4576c88b4 * Fix for cursor showing after coming back from dosshell (#11679). Does not fix the IDE because it has its own shelling routines.
git-svn-id: trunk@11501 -
2008-08-02 11:45:16 +00:00
micha
2ab60da6d5 * add test case for #11777
git-svn-id: trunk@11500 -
2008-08-01 18:43:55 +00:00
Almindor
bbe9ea7ff4 * don't load GL_ARB_IMAGING extension functions in Load_GL_Version_1_2() They don't exist on most cards
git-svn-id: trunk@11499 -
2008-08-01 18:27:03 +00:00
florian
a34529f50f * passing by value of variants with stdcall conventions, resolves #10042
git-svn-id: trunk@11498 -
2008-08-01 18:03:41 +00:00
florian
1fa70f7a0a * proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036
git-svn-id: trunk@11497 -
2008-08-01 15:27:58 +00:00
michael
d04b2c5c7d * Tablename property
git-svn-id: trunk@11496 -
2008-07-31 12:56:09 +00:00
michael
d6c475c944 * Use AssignFieldAsStream for stream properties
git-svn-id: trunk@11495 -
2008-07-31 11:37:14 +00:00
michael
18b7043c1b * Added classname to assignparamtostream
git-svn-id: trunk@11494 -
2008-07-31 11:35:38 +00:00
florian
f0dcb10509 * more fixes for 11062
git-svn-id: trunk@11493 -
2008-07-31 08:16:52 +00:00
joost
e8fcc2b82e * Cleaned up old Arraybuf defines and code
git-svn-id: trunk@11492 -
2008-07-30 22:03:37 +00:00
joost
330d10851f * Created two sub-classes of TBufIndex: TDoubleLinkedBufIndex and TArrayBufIndex, so that it is now possible to decide at run-time which kind of buffer should be used.
git-svn-id: trunk@11491 -
2008-07-30 21:37:49 +00:00
yury
4cabbe0e39 * Fixed compiler cycling with enabled range and overflow checking.
git-svn-id: trunk@11489 -
2008-07-29 21:11:03 +00:00
yury
db5f3f6662 * Commented out unused var.
git-svn-id: trunk@11486 -
2008-07-29 09:59:00 +00:00
Almindor
cc2b525e9d * re-generate makefile with trunk fpcmake
git-svn-id: trunk@11485 -
2008-07-29 09:27:15 +00:00