1e95624282
add wst_core dependency
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@559 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-13 16:12:30 +00:00
e5a4f0a2e3
Lazarus IDE pacakages ( Thanks to MVC FPC team )
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@558 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-13 15:56:59 +00:00
9f85f309fb
Binary reader/writer fix
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@557 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-13 15:33:43 +00:00
5a497d957a
Part 2
...
FPC UnicodeString support (+ test cases)
WideString support (+ test cases)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@556 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-13 15:19:20 +00:00
812edb945c
Part 1
...
FPC UnicodeString support (+ test cases)
WideString support (+ test cases)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-13 15:18:03 +00:00
5918607ca5
Fix memory leak in xsd parser ( TPropInfoReferenceList should free its items )
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@554 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 17:53:43 +00:00
59640eecea
Improved clipping rect handling.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@553 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 08:14:25 +00:00
5276962d02
Fix empty complexType parsing
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@552 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 02:12:27 +00:00
a9871c2bc3
Part 3 final
...
* simple content header block implementation : TSimpleContentHeaderBlock
* XSD/WSDL generator tests : header, simple content header, collection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@551 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 00:44:56 +00:00
bc4dd0ba39
Part 2
...
* simple content header block implementation : TSimpleContentHeaderBlock
* XSD/WSDL generator tests : header, simple content header, collection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 00:42:54 +00:00
975833fadc
Part 1
...
* simple content header block implementation : TSimpleContentHeaderBlock
* XSD/WSDL generator tests : header, simple content header, collection
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-11 00:40:36 +00:00
5dac536065
proxy generator : store the call context into a local variable and use it instead of casting "self" to ICallContext, suggested by MVC ( FPC team )
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@548 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 16:02:05 +00:00
46a16cfdd8
part 2
...
wsdl function "result" part is determined now as ( in order and stops when ok ) :
* "result" part
* "return" part
* "_result" part
* "result_" part
* "_return" part
* "return_" part
* the last part
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:48:30 +00:00
7240986847
part 1
...
wsdl function "result" part is determined now as ( in order and stops when ok ) :
* "result" part
* "return" part
* "_result" part
* "result_" part
* "_return" part
* "return_" part
* the last part
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@546 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:46:45 +00:00
271046c7e6
xsd files loading / exporting
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@545 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:28:09 +00:00
d11e89466f
Part 4
...
runtime WSDL generation :
* class inheritance is handled correctly
* record type handling
* tests
several warnings get fixed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@544 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:23:29 +00:00
d7f0f07c54
Part 3
...
runtime WSDL generation :
* class inheritance is handled correctly
* record type handling
* tests
several warnings get fixed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@543 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:20:30 +00:00
c8c6f3c942
Part 2
...
runtime WSDL generation :
* class inheritance is handled correctly
* record type handling
* tests
several warnings get fixed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@542 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:19:04 +00:00
c899af0c2d
Part 1
...
runtime WSDL generation :
* class inheritance is handled correctly
* record type handling
* tests
several warnings get fixed
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@541 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-10 01:06:46 +00:00
3c301358b4
overloaded routines for testability
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-06 15:54:34 +00:00
49bc394b54
Always use TMemoryStream for request/response buffer instead of TStringStream
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-06 15:50:08 +00:00
b78fd41e93
rewrite code for align button on TToolPanel
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@538 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-09-01 13:30:17 +00:00
6b911011c0
OS X compatibility patch, Thanks to Phil for testing.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@537 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-29 12:57:35 +00:00
bfbb77cd0b
Soap header sample : client and server. See readme.txt for more informations.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-27 17:50:39 +00:00
82d0c2a1c1
+Added Indy TCP transport (client)
...
Make registry getter inline
TBinaryString should be used a binary buffer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@535 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-27 17:48:09 +00:00
c469f3a322
fixed glyph display issue and Luiz Americo Pereira Camara
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@534 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-25 13:07:22 +00:00
7296df02a0
+Serialization of compound element ( TBaseComplexRemotable ) is now handle by TObjectSerializer that can read/write elements of different name spaces
...
+Fix server side SOAP headers reading.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@533 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-24 13:33:06 +00:00
d8690785ba
Define TBinaryString ( = ansistring ) and use it in base64 BinaryData
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@532 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 19:04:16 +00:00
7a5a5c150b
Documentation handling in wsdl/xsd editing and parsing :
...
+ main windows of the Type Library Editor now has, for the select item, a document view, xsd view and a dependencies view
+ each type edit dialog now has, for the select item, a document view, xsd view and a dependencies view
+ the interface file generator is able to generate the xsd documentation as comments in the Object Pascal source code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@531 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 18:19:00 +00:00
1e53041c77
TDurationRemotable implementation and tests
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@530 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-18 14:49:20 +00:00
1a7f321de7
improved font handling and updated demo by Luiz Americo Pereira Camara
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@529 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-15 19:28:55 +00:00
e8f965bb06
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@528 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-13 06:41:59 +00:00
3c3e91c992
GradButtonExample Compilation-Error Solved
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@527 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-13 06:41:30 +00:00
92d9a5bf49
initial import of TGradButton and TGradTabControl
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@526 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-10 18:23:45 +00:00
fb3cd22f28
added directory for TGradButton and TGradTabControl for Eugen Bolz
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@525 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-10 08:20:00 +00:00
893c3451b2
base64 server and client sample
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@524 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-07 15:52:40 +00:00
97f4b386da
fpc 2.2.0 compatibility fix
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-07 00:44:09 +00:00
4d7e766199
TBase64StringRemotable serialization correction , from Joost van der Sluis
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@522 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-04 15:31:54 +00:00
e097180997
+Every type editor dialog now has a XSD ( XML Schema Definition ) view that present the XSD source for the type being visualized
...
+Every type editor dialog now has a dependencies view that show the list of types using the type being visualized
+Search capability to the types tree view of the main window
+Every type editor dialog now has a "Apply" button to save changes without closing the dialog
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@521 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-04 00:33:35 +00:00
639bde5376
+Object Collection support
...
All WST custom attributes are now namespace qualified
Correct XDS generator for complex type extending simple type
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-08-01 21:38:55 +00:00
2c5517ee19
Improves Cocoa bindings
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@519 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-31 17:24:12 +00:00
0bc35fc726
Improves Cocoa bindings
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@518 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-31 15:23:56 +00:00
9576d325a4
change {$IFDEF FPC} for tkBool by {$IFDEF HAS_TKBOOL}
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@517 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-30 00:21:52 +00:00
f16101b47c
"SelectAll" should not select the "wrapped parameters" option
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@516 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:50:49 +00:00
36be78b9ac
Show the object to be deleted name in the warning message
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:48:17 +00:00
bda5d8d5aa
Add : GetCount() to cursor interface
...
rtti filter : enum properties handling, composed operators support ( <=, >=, <> ), tests cases
cursor implementation for wst array
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@514 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 18:45:16 +00:00
f67718e99c
tkBool is now handle if HAS_TKBOOL is defined
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@513 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:44:56 +00:00
50977a8f9f
debugging big!!!
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@512 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:43:01 +00:00
056046f530
Suppress compiler warnings
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-28 17:41:26 +00:00
25a4ed79d5
20080720 release: updated list of controls for DfmToLfm converter.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2008-07-20 20:44:11 +00:00