blikblum
c81ad25465
* Use Lazarus resources instead of Windows resources
...
* Added script to build resource file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@169 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-26 02:05:17 +00:00
blikblum
9d6a33dbe9
* Added advanced demo
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@168 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 23:52:34 +00:00
blikblum
1456413285
* Fixed regression: accessing Font would cause a access violation
...
* Fixed compilation of VtHeaderPopup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@167 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 12:05:51 +00:00
blikblum
ca1ebaca2b
* Fixed regression: accessing Font would cause a access violation
...
* Fixed compilation of VtHeaderPopup
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@166 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-24 12:05:16 +00:00
blikblum
3e832dda5c
* Fixed compilation in 2.1.4
...
* removed Compilers.Inc
* Remoced unused variables and units
* adapted TWriterHack to fpc definition
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@165 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-21 01:10:19 +00:00
blikblum
2411bee5e1
* Skip animation in Gtk due to poor timeGetTime implementation
...
* Dont cancel edit in WMKeydown under gtk1 (LCL bug 8865)
* Cleanup of objects and minimal demos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@164 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-14 12:18:53 +00:00
blikblum
2843f3cd0c
* Gtk - Draw dotted line using a bitmap brush like win32
...
* Workaround to LCL bug 8823
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@163 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-07 02:20:44 +00:00
inoussa
790cf39be4
Linux compatibility fixing
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@162 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-06 19:31:24 +00:00
inoussa
320f639458
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@161 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-05 21:50:59 +00:00
inoussa
54f9a70f8a
Removed file/folder
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@160 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-05 21:12:40 +00:00
inoussa
2a350f8827
preparing for the 0.4 release
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@159 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-05 19:05:01 +00:00
inoussa
74d5466765
client : new TCP transport implementation ( using synapse library ) in synapse_tcp_protocol.pas
...
server : TCP server implementatiion ( using synapse library ) in synapse_tcp_server.pas
Delphi : first binary format support
bugs fix in the WSDL generation for the server side
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@158 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-02 22:55:35 +00:00
blikblum
7e4a4bb440
Fixed ide pixmap files (was causing a crash under gtk)
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@157 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-01 12:57:47 +00:00
blikblum
636993e3ff
Added ide icons
...
Removed Register procedure from main unit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@156 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-05-01 01:41:35 +00:00
vsnijders
e6c6bc8691
fpsvnsync: more fixes for copying properties
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@155 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-27 21:27:20 +00:00
vsnijders
3b1dfd7245
fpsvnsync: fixed adding new directories (or files) with properties
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@154 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-27 20:31:57 +00:00
inoussa
44f1a2f5da
ws_helper :
...
+ wst_CreateInstance_<service_name>();
new function to create a default proxy based on the address and params provided by the wsdl file.
wst runtime :
+ GetServiceDefaultFormatProperties()
+ GetServiceDefaultAddress()
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@153 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-26 23:23:41 +00:00
macpgmr
74c0b234d6
Version 0.1.4: Workaround for recent Lazarus LCL changes that broke Orpheus compilation.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@152 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-26 12:59:21 +00:00
vsnijders
0709a41813
fpsvnsync: removed debug code
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-23 21:12:40 +00:00
blikblum
9a6c72fb15
Removed unused FPanningCursor
...
Restore cursor when Panning is stopped
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@150 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-23 20:28:11 +00:00
blikblum
49b4ab00f4
Fixed HeaderSplit and Panning cursors
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@149 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-23 20:23:37 +00:00
inoussa
558fbb5c86
bugs fixs
...
Amazon sample runs well
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@148 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-22 23:05:25 +00:00
blikblum
04b3d1fb7a
Workaround to LCL bug 8626
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@147 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-21 21:08:37 +00:00
blikblum
a7da3fa782
Initial GTK2 support
...
Started workaround to horizontal scrolling bug
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-21 19:56:33 +00:00
inoussa
7d05065529
ws_helper : Better attribute parsing in nested types
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@145 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-17 00:52:02 +00:00
inoussa
bbeed9acfd
ws_helper : nested type definition parsing
...
Example :
<xs:element name="NestedType">
<xs:complexType>
<xs:sequence>
<xs:element name="Property_1" type="xs:string"/>
<xs:element name="Property_2" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string"/>
<xs:element name="Value" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
ws_helper : Soap Binding Style are now recorded in the metadata registration subroutine generated by ws_helper
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@144 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-12 00:48:00 +00:00
macpgmr
98a3f13377
Updated status notes.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-08 14:43:49 +00:00
christian_u
a0d9171ddf
Fixed link setting
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@142 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-06 14:54:50 +00:00
blikblum
213e0cc3b1
Fixed Panning window draw
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@141 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-06 00:57:17 +00:00
blikblum
28313808a3
Started PanningWindow implementation
...
Fixed some resource files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@140 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-04 18:09:47 +00:00
inoussa
2090bf84b2
ws_helper parses ( and records in procedure Register_%service%_ServiceMetadata() )
...
- service/port for <soap:address>
- binding/operation for "soapAction"
ws_helper : better parsing of "function" operations
ws_helper supports a new switch :
-u MODE Generate the pascal translation of the WSDL input file
MODE value may be U for used types or A for all types
Complexe types extending with simpleContent support in the runtime and ws_helper :
sample WSDL type
<xs:complexType name="MeasureType">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="UnitSystem" type="xs:token" use="optional">
</xs:attribute>
<xs:attribute name="ZeroPoint" type="string" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
embedded array support :
sample WSDL type
<xsd:complexType name="EmbeddeArraySample">
<xsd:sequence>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Count" type="xsd:int"/>
<xsd:element name="ArrayItem" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
sample instance of "EmbeddeArraySample"
<example>
<Name>WST NAME</Name>
<Count>3</Count>
<ArrayItem>Item 0</ArrayItem>
<ArrayItem>Item 1</ArrayItem>
<ArrayItem>Item 2</ArrayItem>
</example>
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@139 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-02 13:19:48 +00:00
macpgmr
77d87602b6
20070401 release (0.1.3): Fixes TO32FlexEdit tabbing and validation problems on win32 widgetset.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@138 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-04-01 19:59:51 +00:00
vsnijders
479926d209
svn classes: fixed test
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-30 13:18:56 +00:00
inoussa
49b0c3d159
soapAction parsing for operation, soap:address ( location ) parsing
...
TServiceOperation now has Properties ( see IModuleMetadataMngr.SetServiceCustomData ),
Code has been refactored to use ParseFilter() instead using TRttiFilterCreator
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@136 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-25 23:47:16 +00:00
inoussa
0071bd8371
First implementation of the "WSDL to Pascal" fonctionality support in ws_helper.
...
ws_helper now has the following parameters :
ws_helper [-u] [-p] [-b] [-i] [-oPATH] inputFilename
-u Generate the pascal translation of the WSDL input file
-p Generate service proxy
-b Generate service binder
-i Generate service minimal implementation
-o PATH Relative output directory
-a PATH Absolute output directory
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@135 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-23 23:22:35 +00:00
blikblum
2bb98d8d9a
Workaround to LCL bug 8553
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@134 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-22 15:17:42 +00:00
blikblum
fbcb3d0030
isolated threading functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@133 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-19 17:46:44 +00:00
blikblum
6a072baafc
Workaround to crash under GTK
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@132 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-19 15:02:31 +00:00
blikblum
394413dee2
Added dataarray and images demos
...
Fixed header click when HeaderStates is empty
Depends of lclextensions package
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-18 22:38:02 +00:00
macpgmr
64cde2cf2a
Updated status.
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@130 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-18 21:33:12 +00:00
blikblum
ae87723676
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@129 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-17 18:50:48 +00:00
blikblum
825b15d142
Missing code from last commit - Fixed compilation under gtk
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@128 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 19:15:51 +00:00
blikblum
4e70efbfe3
Added dummy MMSystem unit to linux/gtk
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@127 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 13:12:20 +00:00
blikblum
21bf88d824
added dummy dragmanager unit to gtk
...
fixed compilation under gtk
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 12:22:59 +00:00
blikblum
5d6e5c7558
Moved code from lclfunction.inc to DelphiCompat
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@125 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-15 09:49:29 +00:00
blikblum
28532757f9
Cleaned Delphi specific defines
...
Removed dependency from Compilers.inc
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@124 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-14 20:25:25 +00:00
vsnijders
b753295148
fpsvnsync: added readme
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@123 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-08 21:14:11 +00:00
vsnijders
d50e06a2e8
initial import of fpsvnsync
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@122 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-08 21:10:28 +00:00
blikblum
dd83bd49fe
Finished isolation of WinApi functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@121 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-07 14:24:30 +00:00
blikblum
48d8f6864c
Started to isolate specific windows functions
...
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@120 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2007-03-06 20:33:09 +00:00