0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SVN_SILENT i18n style guide fixes More... almost 19 years ago
branching of 3.5 and arts 1.5 More... almost 19 years ago
Cleaner line breaking. More... almost 19 years ago
The FSF has moved, use the new address in all license files and headers ... More... almost 19 years ago
The FSF moved to a different address, so update the license headers all through kdepim to include the new address (see also the FSF's home page for the new address): More... almost 19 years ago
fixing typos from all of kdepim (I grepped through the code so I should have caught all of them): occurence -> occurrence occured -> occurred More... almost 19 years ago
- fix compilation: compile schema dir first More... almost 19 years ago
Add support for all integer/short/long types and applied the basic restrictions for them. More... almost 19 years ago
Add ListInputField, so you can work on arrays/lists now. More... almost 19 years ago
'item' is the correct tag name for soapArray entries. More... almost 19 years ago
Add findOutputMessage() method which finds an output message for a given input message. More... almost 19 years ago
Add input field for binary data, which automatically uses the kpart assocciated with the datas mimetype for displaying the content. So when the webservice returns a HTML page (like getCachedPage in the Google webservice), the page is shown rendered in the output window. More... almost 19 years ago
Added input fields for time and double. More... almost 19 years ago
Added enum input field and enabled input fields for complex types. Thanks to the composite pattern you can nest the complex types in every level. More... almost 19 years ago
Initial version of Kung, an application which aims to create a GUI from a WSDL file on the fly and allows you to use any web service without writing a single line of code. More... almost 19 years ago
Resolve names in Schema::Parser::types(), so we don't have to pass a type mapping map. More... almost 19 years ago
Added README with a small description More... almost 19 years ago
no such directory
danimo
as Daniel Molkentin
More... almost 19 years ago
Add a small test application, which uses from a WSDL generated code to access the Google Web Service. That rocks! ;) More... almost 19 years ago
Replace QValueList by QPtrList (auto delete), otherwise we would get a lot of crashes. More... almost 19 years ago
Some small bugfixes More... almost 19 years ago
Forgot these 4 files... More... almost 19 years ago
Refactoring and API cleanup More... almost 19 years ago
Code cleanup and adaption More... almost 19 years ago
Add method to return a type map. More... almost 19 years ago
Fixed two small bugs: - don't add output functions twice - using lower case names for variables More... almost 19 years ago
Add WSCL (Web Service Conversation Language) parser More... almost 19 years ago
Fixed a typo and updated variable names. More... almost 19 years ago
Create compilable code. More... almost 19 years ago
Add option to create a main function. More... almost 19 years ago