_client_8h_source.html #9

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • build/
  • doc/
  • helix_web_services_client_qt/
  • html/
  • _client_8h_source.html
  • Commits
# Change User Description Committed
#9 15686 tjuricek Removed Qt SDK (will be maintained with Helix Sync), updated README
#8 15578 tjuricek Removing QSettings* usage from hws::Client.

The way QSettings was being used only is relevant for one connection at a time, and, it didn't seem to work on windows nicely anyway.
#7 15544 tjuricek Explain that the QSettings handle for hws::Client should only be used on connections you don't specify a P4PORT for.
#6 15447 tjuricek Add simple Example application to list "projects" in a HVE instance.

Qt's a little weird to follow, so I may have to find a different kind of example to write. It does work, however.
#5 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.
#4 14054 tjuricek Allowing the Qt client to select 'all' vs 'my' projects.


Right now, it should default to using "my" projects as a rule.
#3 14049 tjuricek Add methods to generate client workspaces for a user.

The Qt SDK was updated based on immediate need.

Also, add Ruby client SDK documentation to the docs site. Everything is early, but there's *some* reference available at least.
#2 14026 tjuricek Revise example code on main page of Qt SDK
#1 14025 tjuricek Revise Qt SDK to a single 'helix_web_services_client' project.

Most references to "Phoenix" 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.