Name | Modified | Size |
---|---|---|
.. | ||
hws | ||
test | ||
CMakeLists.txt | 10 years ago | |
Doxyfile | 10 years ago | |
Example.cpp | 10 years ago | |
hws.h | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
10 years ago |
15601 | tjuricek | validateSessionFinished should not emit a signal if an error occurred on the request | 10 years ago |
15600 | tjuricek | Add /status method back to verify that the user's session actually works. | 10 years ago |
15578 | tjuricek | Removing QSettings* usage from hws::Client. The way QSettings was being used only is re...levant for one connection at a time, and, it didn't seem to work on windows nicely anyway. « |
10 years ago |
15544 | tjuricek | Explain that the QSettings handle for hws::Client should only be used on connections you d...on't specify a P4PORT for. « | 10 years ago |
15528 | tjuricek | Initialize the QSettings data from Variant instead of assuming it's a JSON string. | 10 years ago |
15523 | tjuricek | Sync the QSettings object after updating the HWS session information. | 10 years ago |
15521 | tjuricek | Call client.ignoreSslErrors(true) to bypass self-signed cert problems. | 10 years ago |
15447 | tjuricek | Add simple Example application to list "projects" in a HVE instance. Qt's a little weir...d to follow, so I may have to find a different kind of example to write. It does work, however. « |
10 years ago |
15445 | tjuricek | Allow per-request overrides to be set via addRequestConfig | 10 years ago |
15437 | tjuricek | Basic "HVE Project" implementation. This will allow directories in a HVE instance to ho...st 'projects' for use by helix sync. There are no methods defined for creating the projects, however. This does not include any specialization or testing in the Qt API yet. I may investigate creating a "higher level" interface for Qt client apps. « |
10 years ago |
15423 | tjuricek | Revised HWS Qt API. This is a major revision of the API, which removes most of the "typed..." data, replacing it with a more generic "executeMethodDone" callback. The main benefit here is to allow the API to interop with different versions of p4d, and not restrict the methods it can call. We may add more helpers in the future. « |
10 years ago |
14102 | tjuricek | Set the default prefix to "/hws" for now. This is very likely to become a real conventi...on. The "primary" UI will be hosted on the root, with the Web Services instance hosted "under" /hws. « |
10 years ago |
14055 | tjuricek | Updating helix_web_services_client build for new 'my' vs 'all' projects feature | 10 years ago |
14054 | tjuricek | Allowing the Qt client to select 'all' vs 'my' projects. Right now, it should default... to using "my" projects as a rule. « |
10 years ago |
14049 | tjuricek | Add methods to generate client workspaces for a user. The Qt SDK was updated based on i...mmediate need. Also, add Ruby client SDK documentation to the docs site. Everything is early, but there's *some* reference available at least. « |
10 years ago |
14026 | tjuricek | Revise example code on main page of Qt SDK | 10 years ago |
14025 | tjuricek | Revise Qt SDK to a single 'helix_web_services_client' project. Most references to "Phoe...nix" have now been removed. Additionally, this is more similar to the other platform client SDKs in Ruby and JavaScript. Documentation via Doxygen is now available, and will be how much of the SDK reference should occur. « |
10 years ago |