Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-09 | jobs/generated: Polish formatting; other minor cleanup | Kitsune Ral | |
2017-12-07 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral | |
2017-12-07 | Generated jobs: Apply naming convention to parameters | Kitsune Ral | |
It's now camelCase everywhere, even if The Spec uses snake_case (it is not consistent in that respect). | |||
2017-10-19 | Introduce device_id and initial_device_name support; switch to generated ↵ | Kitsune Ral | |
LoginJob This is _almost_ a backwards-compatible change, except that connect*() and other relevant methods in Connection are no more virtual (that wasn't much useful anyway). Otherwise it's a matter of passing initial_device_name to connectToServer(), saving device_id (along with access_token) from the result of LoginJob and then passing device_id (along with access_token, again) to connectWithToken() upon the next run. |