index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-07-28
Cleanup
Kitsune Ral
2016-07-28
Merge pull request #14 from Fxrh/kitsune-sync-emits-loginerror
KitsuneRal
2016-07-26
Added a missing #include.
Kitsune Ral
2016-07-26
Log creation/deletion of jobs (especially SyncJob)
Kitsune Ral
2016-07-25
Make sync failure handler emit loginError instead of connectionError in case ...
Kitsune Ral
2016-07-22
Introduced LogoutJob
Kitsune Ral
2016-07-22
Separate errors of access denial kind to a different BaseJob error code as we...
Kitsune Ral
2016-07-22
Removed unneeded Q_OBJECT macros (slots don't require Q_OBJECT to work).
Kitsune Ral
2016-07-12
Added a missing #include
Kitsune Ral
2016-06-13
Dropped unused code
Kitsune Ral
2016-06-05
Add missing licence file
Felix Rohrbach
2016-06-02
Merge pull request #10 from ilpianista/master
KitsuneRal
2016-06-01
Merge pull request #9 from Fxrh/code-tweaks
KitsuneRal
2016-05-30
Require Qt 5.2.0
Andrea Scarpino
2016-05-27
Use 'override' keyword throughout job classes; constify apiPath(), query(), d...
Kitsune Ral
2016-05-27
Set the object name for each job, to make it clear which job has failed
Kitsune Ral
2016-05-27
Enhance logging
Kitsune Ral
2016-05-27
Use nullptr
Kitsune Ral
2016-05-27
Don't assign the token twice
Kitsune Ral
2016-05-26
Merge pull request #8 from Fxrh/event-lists
KitsuneRal
2016-05-26
Load a different set of event lists depending on the join state (and actually...
Kitsune Ral
2016-05-26
Merge pull request #7 from Fxrh/event-lists
KitsuneRal
2016-05-26
Introducing EventList class + minor fix
Kitsune Ral
2016-05-08
Merge pull request #5 from KitsuneRal/basejob-improvement
Felix Rohrbach
2016-05-07
Minors: one fix, one cleanup
Kitsune Ral
2016-05-06
Use lambda captures instead of throwing job pointers around
Kitsune Ral
2016-05-06
Enhanced logging of job failures
Kitsune Ral
2016-05-06
Make sure the QNetworkReply object is aborted at any failure and even silent ...
Kitsune Ral
2016-05-06
Add separate success() and failure() signals to BaseJob
Kitsune Ral
2016-05-03
Merge pull request #4 from KitsuneRal/user-room-names2
Felix Rohrbach
2016-05-02
Actually connect User::nameChanged to Room; make a new Room::memberRenamed si...
Kitsune Ral
2016-05-02
Reworked room name calculation to get rid of do {} while (false)
Kitsune Ral
2016-05-02
Calculate room displayname according to CS spec, with a new signal fired on a...
Kitsune Ral
2016-05-02
Introduced Room::roomMemberName(User*) that follows CS spec section 11.2.2.3
Kitsune Ral
2016-05-02
Mark read-only accessors in Room::Private as const.
Kitsune Ral
2016-05-02
Change the way room members are stored to the one recommended by the CS spec.
Kitsune Ral
2016-05-02
Deduplicated room check-and-creation code.
Kitsune Ral
2016-05-02
Store left room members as well.
Kitsune Ral
2016-05-02
Supply more information with User::nameChanged signal
Kitsune Ral
2016-05-01
Merge pull request #3 from davidar/master
Felix Rohrbach
2016-04-23
Room: Q_INVOKABLE
David A Roberts
2016-04-22
Allow login with token.
David A Roberts
2016-04-12
Merge remote-tracking branch 'upstream/master'
David A Roberts
2016-04-12
Resolve Matrix SRV records.
David A Roberts
2016-04-11
Merge pull request #2 from KitsuneRal/code-maintenance
Felix Rohrbach
2016-04-11
Rename package.pri
David A Roberts
2016-04-11
Add QMake project include file.
David A Roberts
2016-04-11
Add more target_compile_features supported by CMake 3.1 and already used in t...
Kitsune Ral
2016-04-11
Factor out the code that searches an insertion point in a timeline.
Kitsune Ral
2016-04-11
Drop unneeded check and debug message
Kitsune Ral
[next]