Natan Laverde
6cbc442b02
[C++] [Qt5] [Client] fixed cpp-client-qt5 HttpRequestWorker contentCompression variables initialization ( #5834 )
...
When contentCompression is not enabled, the variables isRequestCompressionEnabled and isResponseCompressionEnabled in HttpRequestWorker are not being initialized.
Without initialization the compress function could be called and the request content could be an empty QByteArray instead of original request body.
2020-04-06 08:53:41 +02:00
sunn
8af3d6d9bf
Port client updates to server ( #5634 )
2020-03-19 16:34:59 +01:00
sunn
a1d21f6d3a
[C++] [Qt5]Add support for response compression and add response body to error s… ( #5060 )
...
* Add support for response compression and add response body to error string
* Improve robustness while parsing quality and compression levels
2020-01-21 12:11:43 +01:00
William Cheng
96bbab98a4
fix cpp-qt5-petstore.json location
2019-11-20 17:30:47 +08:00
sunn
048fe29226
Update isSet when the object is received from callback. ( #4385 )
2019-11-07 16:55:02 +01:00
sunn
450153d4e0
Add missing supporting files when prefix is provided ( #4132 )
2019-10-15 14:45:08 +08:00
sunn
ba7fc2396b
[C++] [Qt5] Add initial version of File upload and download for Qt5 client ( #3853 )
...
* Add initial version of File upload and download for Qt5 client
* Update after reviews
* Remove unused header
2019-09-18 00:07:55 +08:00
Martin Delille
1413775e0e
qt5 client: strip whitespace ( #3406 )
2019-07-21 22:23:15 +02:00
sunn
6660b74247
Add Q_DECLARE_METATYPE to the generated models and remove ref in signals ( #3091 )
2019-06-06 16:13:11 +02:00
sunn
2e6b911022
Set default base path and change constructor to const ref ( #2973 )
2019-05-26 17:03:48 +08:00
sunn
a2c27ba8a6
[cpp-qt5] Remove std::shared_ptr from Qt5 ( #267 )
...
* Remove std::shared_ptr from Qt5
Updated Petstore
Update Object Template to be able to store the json body
* Remove tabs
2018-06-10 17:39:38 +08:00
Akihito Nakano
cf657f1c7b
[C++] Adjust the names (script, sample folder, generator) to lang option ( #220 )
...
* Rename script: qt5-petstore.sh -> cpp-qt5-petstore.sh
* Rename sample folder: qt5cpp -> cpp-qt5
* Rename script: cpprest-petstore.sh -> cpp-restsdk-petstore.sh
* Rename sample folder: cpprest -> cpp-restsdk
* Rename generator: CppRestClientCodegen -> CppRestSdkClientCodegen
* Rename script: tizen-petstore.sh -> cpp-tizen-petstore.sh
* Rename sample folder: tizen -> cpp-tizen
* Rename script(security): qt5cpp-petstore.sh -> cpp-qt5-petstore.sh
* Rename sample folder(security): qt5cpp -> cpp-qt5
* Rename script(windows): qt5cpp-petstore.bat -> cpp-qt5-petstore.bat
* Change sample folder
* Rename script(windows): cpprest-petstore.bat -> cpp-restsdk-petstore.bat
* Change sample folder
* Rename script(windows): tizen-petstore.bat -> cpp-tizen-petstore.bat
* Change sample folder
* Change output folder: tizen -> cpp-tizen
* Rename the scripts under bin/openapi3
cpp-restsdk is not exist under bin/openapi3
* Change sample folder
2018-06-07 16:55:43 +08:00