- Apr 23, 2015
-
-
Guillaume Roguez authored
Refs #70866
-
(cherry picked from commit 047544d0) Also, do not allow RING accounts to make calls with unidentified URI types (so that SIP or IP2IP is always the fallback). Refs #71348
-
- Apr 15, 2015
-
-
Guillaume Roguez authored
Refs #70866
-
- Apr 14, 2015
-
-
make sure start and stop decoding are always fired to the client in the same than the daemon as fired them. Refs #70681 (cherry picked from commit 60706c02)
-
Refs #69138 (cherry picked from commit 19027630)
-
Refs #70361 (cherry picked from commit a248284c)
-
Refs #68972 (cherry picked from commit d100b1af)
-
- Apr 13, 2015
-
-
Emmanuel Lepage Vallee authored
* origin/contact_workflow2: fix compilation with clang contact: Add option to purge the contact list of unreachable members ContactMethod: Generate a protocol hint accountmodel: Track enabled protocols person: As ::profilePhoto is now used for vCards, rename it personPhoto contactmodel: fix faulty rowsInserted() signal
-
- Apr 10, 2015
-
-
Emmanuel Lepage Vallee authored
-
Alexandre Lision authored
replace faulty lambda with a private slot Refs #70609
-
Guillaume Roguez authored
This patch is a re-write of all video rendering related classes: - support of daemon double-buffering for shm renderer - zero-copy strategy These modifications bring rendering overhead removal and architecture simplification. Refs #70057
-
Guillaume Roguez authored
Refs #70057
-
Emmanuel Lepage Vallee authored
Refs #70057
-
Emmanuel Lepage Vallee authored
Refs #70057
-
Emmanuel Lepage Vallee authored
Also restore the APIs that has been broken in the previous commit. I made a minor change in the API to remove 2 setters for technically read-only variables. Using them would have caused a SEGSIGV. Refs #70057
-
- Apr 09, 2015
-
-
Emmanuel Lepage Vallee authored
It is a very conservative algorithm, when it is unsure, it will be shown. This commit also fix 2 off by one and a vCard parsing error for the URI handling. Refs #70365
-
Emmanuel Lepage Vallee authored
Refs #70363
-
Emmanuel Lepage Vallee authored
Refs #70364
-
Emmanuel Lepage Vallee authored
Refs #67080
-
Stepan Salenikovich authored
Refs #70320
-
Guillaume Roguez authored
Direct rendering done by client Refs #70057
-
- Apr 08, 2015
-
-
Guillaume Roguez authored
Refs #70057
-
Guillaume Roguez authored
This patch fixes a forgotten commented line in commit 96a01310 Refs #70057
-
Guillaume Roguez authored
Refs #70057
-
Stepan Salenikovich authored
Refs #70368
-
Emmanuel Lepage Vallee authored
Refs #70358
-
Guillaume Roguez authored
This patch introduces double buffered SHM, added in daemon. Refs #70056
-
Yuri Chornoivan authored
-
- Apr 07, 2015
-
-
Emmanuel Lepage Vallee authored
It doesn't validate anything anymore Refs #69834
-
Emmanuel Lepage Vallee authored
There is still a few bugs left, but the infrastructure is complete Refs #69834
-
Alexandre Lision authored
OSX can add custom fields which could cause array overflows (e.g: item1.X-ABADR:ca) Refs #68376
-
Emmanuel Lepage Vallee authored
Refs #70198
-
Emmanuel Lepage Vallee authored
Refs #69834
-
Emmanuel Lepage Vallee authored
Also: * Properly split the checks for accounts and certiticates * Fix account checks description * Define severity and security level for certificates checks Refs #69834
-
Emmanuel Lepage Vallee authored
Refs #70196
-
Emmanuel Lepage Vallee authored
This algoritm is superior because: * It never copy its data, use the originals by proxy * Is notified on changes, doesn't need to be reloaded manually * It is easier to extend, as only sources need to change Refs #69834
-
Emmanuel Lepage Vallee authored
Refs #69979
-
Emmanuel Lepage Vallee authored
This will help LibRingClient move to become centered around communications rather than calls * New "NEW" call state (calls with no ContactMethods) * New "ABORTED" call state (cancelled before being sent to the daemon) * New "CREATION" LifeCycle state * Fix state change signals propagation to CallModel * Fix Invalid logic in UserActionModel * Fix nullptr dereference when checking hasVideo() early Refs #67238 #69340 #69792
-
Emmanuel Lepage Vallee authored
Refs #69979
-
Emmanuel Lepage Vallee authored
Refs #69938
-