- Apr 08, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #70358
-
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
-
Emmanuel Lepage Vallee authored
Refs #68376
-
- Mar 31, 2015
-
-
Stepan Salenikovich authored
Mark calls whcih are never picked up as missed. Refs #69611
-
- Mar 30, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #69290
-
- Mar 27, 2015
-
-
Guillaume Roguez authored
* release-0.1.x: contact: Fix vCard loading collection: Fix potential invalid memory access collection: Fix build on OSX (naming collision wiht system headers) contact: Fix ::flags() constact: Restore support to add/remove contact from history categorizedproxymodel: Add more customization for categories account: Print missing field warning only once per field useractionmodel: Add stateful labels for hold/accept/hangup video: Fix more issues related to live configuration contact: Fix fallback collection subfolder loading video: Improve support for changing settings dynamically video: Offer a configuration proxy model
-
- Mar 26, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69290
-
- Mar 25, 2015
-
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
The current settings were hardcoded and forced unwanted behavior. Refs #69290
-
Emmanuel Lepage Vallee authored
DHT account miss some fields and this print too many warnings Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69141
-
Emmanuel Lepage Vallee authored
Refs #69290
-
Emmanuel Lepage Vallee authored
Refs #69141
-
- Mar 24, 2015
-
-
Emmanuel Lepage Vallee authored
This avoid using "if" nest in the GUI It also made possible to enable dynamic device reloading without extra client complexity. Refs #69141
-
Guillaume Roguez authored
video: Use a thread pool instead of two theads CallState: adapt to daemon API change
-
It now use a thread per renderer. It is now easier to manage the renderers lifecycles. Refs #69137 Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Alexandre Lision authored
callStateChanged and sipCallStateChanged have been merged Refs #69086 Signed-off-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Mar 23, 2015
-
-
Emmanuel Lepage Vallee authored
Also use the Qt5 signals and slots syntax for critical signals Refs #69096
-
Emmanuel Lepage Vallee authored
Refs #69012
-
Emmanuel Lepage Vallee authored
-
Adrien Béraud authored
Refs #69017
-
Emmanuel Lepage Vallee authored
for consistency Refs #68848
-
Emmanuel Lepage Vallee authored
To complement batchSave() Refs #66840
-