- Sep 18, 2016
-
-
Alexandre Lision authored
Some xib files were broken on macOS Sierra due to missing auto layout constraints. Xcode 8 seems to mess ui using partial auto layout rules. Tuleap: #1038 Change-Id: If6d40cab6765acf0d29209aaf89911dd1bc89cd9
-
- Sep 16, 2016
-
-
Loïc Siret authored
This patch extracts superclass and protocols from PathPasswordVC. Allowing to reuse code for futur components needed by futur releases like AddingDevices. Change-Id: I9cc8c88489f14841e5c8f36cc2fa2eb9d967b1b0 Tuleap: #959
-
- Sep 14, 2016
-
-
Alexandre Lision authored
Change-Id: I71543b72a1eb134e0d0b9c11c242be266a320dbc Tuleap: #992
-
Alexandre Lision authored
Wizard was not displaying properly due to auto-layout. Setting your own certificates has been removed since it is not offered by other clients Change-Id: I6d31723e1610389efc08d23686cc2faf31e7ffe1 Tuleap: #1038
-
- Sep 06, 2016
-
-
Alexandre Lision authored
Reload accounts when network changes Tuleap: #1007 Change-Id: Ic0182f0b1833dabb1594b3ba7053d56ec92edc50
-
- Jul 08, 2016
-
-
Alexandre Lision authored
The addRowView is called automatically by the system to recycle views when scrolling. This was conflicting with the fact that we want to scroll up the list when a row is added/moved in the underlying model We now connect on the rowInsterted signal from the Qt model, instead of the AddRowView signal Change-Id: I394dcb6b4cb204c6ee6ea728540c01246a62dbc7 Reviewed-by:
Edric Milaret <edric.ladent-milaret@savoirfairelinux.com>
-
- Jun 30, 2016
-
-
Alexandre Lision authored
Change-Id: Ib470a369af96481d3ebb7c3cd74e5ad76ad37c9c Tuleap: #813
-
- Jun 23, 2016
-
-
Guillaume Roguez authored
Change-Id: I1d9dfe81c86dcd72b488722937411e1a50fd2229
-
- May 18, 2016
-
-
Alexandre Lision authored
Choose between RTP or SIP dtmf. THis is the first step before presenting a software dialpad during calls, and be able to respond to automated systems Change-Id: Ia09cf6a2c4bc2abcf2ca766ab7c760f7cdedd8da Tuleap: #154
-
- May 14, 2016
-
-
Alexandre Lision authored
The caching implemented in the ImageManipulationDelegate is preventing the change of anycontact photo at runtime (even the profile one). This commit monitors the changes on a photo and invalidates the cache when a changes is detected. The caching system was also not safe to use because it was building indexes out of possibily invalid persons. The BrokerVC and PersonLinkerVC now use the DecorationRole to increase photo quality. Change-Id: I1a364bbb0ade130868014a10ec127eff8a7e620b Tuleap: #697
-
- May 09, 2016
-
-
Alexandre Lision authored
Use a QHash to store contact photos. Is saves around 25% of memory used at startup Note: if contact photo is updated on the system it will only reflect in Ring at next startup due to this caching Tuleap: #663 Change-Id: I10bf90b8425efcdf120b16d088a56be015ffdda3
-
Alexandre Lision authored
It takes up to 40% of memory when app is loading This image is now cached in a QHash with a key computed from the size asked. Change-Id: Iebb14e9c38dbd6e9057c9fbe5a366542fefffca5 Tuleap: #663
-
- May 05, 2016
-
-
Alexandre Lision authored
This allows to package ringtones when daemon is installed in another prefix Change-Id: I4a49957f81e4bebf80c8a657ebf958d661a53fd4 Tuleap: #652
-
- May 02, 2016
-
-
Alexandre Lision authored
Change-Id: Iee61d8cc7373e7987d4deef2fde23aabd98caaec Tuleap: #634
-
Alexandre Lision authored
Some command line options differ between the GNU and UNIX version of base64, date and stat Change-Id: I5d7ec0a3e797a1044e9acae3153caf9cb9eef00e Tuleap: #634
-
- Apr 29, 2016
-
-
Alexandre Lision authored
Relies on libqrencode, cloned and compiled by cmake Tuleap: #616 Change-Id: I2cb9281289478321751a947fc8828bf0ba5c6f27
-
- Apr 28, 2016
-
-
Alexandre Lision authored
- fix a small offset of the preference window when switching between tabs - increase sizes of photos to avoid pixelisation Change-Id: Idfb9149a8de08c034dff3e42b41f5888bba893f7 Tuleap: #530
-
Alexandre Lision authored
Allow the user to define a photo that will be sent as a public profile when making a call. Remove menu entry 'Setup Ring' showing the wizard in top menu bar Tuleap: #530 Change-Id: I5fdd82000b72008563eb61fae61a4ee1eb406c65
-
- Apr 26, 2016
-
-
Alexandre Lision authored
Put to use the other decoration roles in the ui for Persons, Call and Accounts Tuleap: #530 Change-Id: I04f75d346c9ba9f9b92a5038faa4aa97a70eb45c
-
Alexandre Lision authored
contact images provided by OSX Contact app are all squared. There was no handling of other images resolution, then drawing was all wrong for images with width != height Change-Id: Ib888d6a0d9c609f8090058d7d062a438f48fe35f Tuleap: #530
-
- Apr 25, 2016
-
-
Alexandre Lision authored
Change-Id: Ie47b497ab52d8ba35b8654c4950342aa83cfb05c
-
- Apr 19, 2016
-
-
Alexandre Lision authored
the QSortFilterProxyModel used for the Smartlist gives a bad access on a valid QModelIndex. Instead of calling .data() on the proxy index we now use the source index as soon as we can to prevent desynchronisation Tuleap: #582 Change-Id: I561023e54a3acafe36b6a43d88d550d66f9e997a
-
- Apr 18, 2016
-
-
Alexandre Lision authored
- add delete icon in account general details panel - remove up and down buttons (not used/explained) Tuleap: #335 Change-Id: Iee1efc57b0b93b3187696da61f244ca0a737f5e0
-
Alexandre Lision authored
Allow import/export of accounts in the preferences. PathPasswordWC is a generic modal window asking for a path and a password. It is used for both export and import UI. Tuleap: #335 Change-Id: Ic478140e64b51d10672ef466509326fc17be2712
-
- Apr 15, 2016
-
-
Alexandre Lision authored
- fix typos - use placeholder title values to prevent export of some dev-strings - bump sources strings - update tx config to reflect the merge of audio and video account settings (formerly AccAudio and AccVideo, now AccMedia) Change-Id: Ia397c74d4d29fd27688a8dd099644b353b8fc456 Tuleap: #500
-
- Apr 12, 2016
-
-
Alexandre Lision authored
OSX is enforcing the use of https over http. Since we now have a valid SSl cert for our gpl server we can switch over https. Bump Sparkle: a lot of security breaches have been patched. Change-Id: Iaeab3357ef5aee01494e1d0df3b968c6580196b5 Tuleap: #565
-
- Apr 11, 2016
-
-
Alexandre Lision authored
from smartlist user can select to hang up with one participant of a conference and stay in communication with others Tuleap: #447 Change-Id: I4fc8f75ff0f8f2c3032d270855b52dc943698486
-
- Apr 04, 2016
-
-
Alexandre Lision authored
There is no dedicated IP2IP account anymore Change-Id: Iddde102f063e7333b66d5a066a1c2c23393c4cde Tuleap: #448
-
- Mar 25, 2016
-
-
Guillaume Roguez authored
Change-Id: I9b3dc8323416709e685f7572ee2281458e1a31a1
-
- Mar 21, 2016
-
-
CodecModel used to be in the Audio namespace, this was changed last year, but the install guidelines were accidentally not updated. This commit fix that. This is related to gerrit change #3889. Change-Id: I0b492a823af8c4c2a2feeef2f32d14f3571c73de Tuleap: #350
-
- Mar 17, 2016
-
-
Guillaume Roguez authored
New master version Change-Id: I2df82d58ba1bed370514cce4c705e5ac80c81743
-
- Mar 16, 2016
-
-
Guillaume Roguez authored
Change-Id: Id50894f74ae0f8c18f7b882866d986a9ac54ac84
-
Removes the RING_VERSION in the RING_VERSION_NAME it appeared twice in the 'About' dialog Change-Id: Ie3605f1897ecff614b6f2f5a3aaf6a5167d5288a Tuleap: #469
-
- Mar 15, 2016
-
-
Guillaume Roguez authored
Change-Id: I078e24b21ed3a1060a52a6e552ea68aaf186d459 Tuleap: #469
-
- Mar 14, 2016
-
-
Alexandre Lision authored
LRC was not resolvable if not installed in the client installation path. Change-Id: I21e840ed0360a0f30ef354b77518cc0a170377ba Tuleap: #449
-
index path was not calculated properly by the RingOutlineView Change-Id: Idea0e90095a91b7737030cb201573d38024d5a0b Tuleap: #447
-
- Mar 10, 2016
-
-
Alexandre Lision authored
Xcode does not warn when using unavailable APIs on older SDKs. After recompiling against the 10.8 SDK, errors appeared across the client. - NSButton.highlight state has been added in OSX 10.10 - window.beginSheet has been added in OSX 10.9 - window.keyWindow has been added in OSX 10.10 - NSViewController.viewDidLoad has been added in OSX 10.10 - NSString.containsString has been added in OSX 10.10 Change-Id: I9c4e271f49711570859d85d43608cf8edf294e01 Tuleap: #343
-
Alexandre Lision authored
compilation was broken under 10.8 due to a missing flag during compilation. Some symbols couldn't be resolved Change-Id: Ib75531af1ab8280814940ae49a7f2726af5a456a Tuleap: #343
-
- Mar 09, 2016
-
-
Alexandre Lision authored
emit a warning instead of a fatal error when Sparkle framework is not found Change-Id: Iccffaa3047ba2b37813b33e920f5b311b74db5b8 Tuleap: #449
-
- Mar 08, 2016
-
-
Alexandre Lision authored
Change-Id: I5b6d2452e8c8e96fa1dba8ff94806a45ce05f30d Tuleap: #409
-