- 19 Dec, 2017 1 commit
-
-
Anthony Léonard authored
LRC and daemon initialization is moved into RingWindowController and is done with new Lrc class (without singleton). main.mm is also cleaned up so old models (such as RecentModel) are not initialized anymore. Change-Id: I0af61a4c36ea612a8f51a7ff60594c34b6699bbe Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 03 Jul, 2017 1 commit
-
-
Kateryna Kostiuk authored
Clear history button does not remove all conversations. This patch fix it by clearing recording model as well as history model. Also now LocalTextRecordingCollections are loaded before any UI is present to ensure they are created only once, and app won't crash when clearing collections. Change-Id: I8fcfd72c41a76b13c4197c8cc3f1747c2be66d48 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 05 May, 2017 1 commit
-
-
Kateryna Kostiuk authored
This commit save user chosen account in NSUserDefaults and restore it on launch. If account is not saved then try to find registered RING account, if it is not available search for SIP account. Change-Id: I15294e163b4a69247532bf46dd2c115a7c7c4add Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 28 Apr, 2016 2 commits
-
-
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
-
- 10 Mar, 2016 1 commit
-
-
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
-
- 03 Feb, 2016 1 commit
-
-
Alexandre Lision authored
Since history is now handled by LRC, set the history limit instead of storing it client side. There is a race condition in LRC, we need to make sure daemon is started before creating the history, otherwise dring.yml is not parsed when we ask what is the currently set historyLimit and returns default value. Change-Id: I433a37ab559721df82225a6fe2695525ed85fcd0 Tuleap: #103
-
- 21 Jan, 2016 1 commit
-
-
Alexandre Lision authored
After Ring's first launch, smartlist appeared empty. This patch makes sure that before presenting the UI the RecentModel is initialized Change-Id: Iadd7b43f89ff9b9415ed381fce109ede464a1049 Tuleap: #255
-
- 07 Jan, 2016 1 commit
-
-
Alexandre Lision authored
- Happy new year - remove OpenSSL additionnal permission - remove unnecessary ifndef for headers Change-Id: I32dcd918bb3138b3cf53e6ec078f4f720ad41e15 Tuleap: #218
-
- 27 Oct, 2015 1 commit
-
-
Alexandre Lision authored
Tuleap: #44 Change-Id: I0b005b7019d204e049a280819aac5f29558cafea
-
- 26 Oct, 2015 1 commit
-
-
Alexandre Lision authored
Qt was nos taking into account english if another translated language was in the system preferences list. We now check if english is defined as Primary language. Change-Id: Ia952778293a3942ea3aae9eae7c9da208d5e149e Tuleap: #59
-
- 24 Sep, 2015 2 commits
-
-
Alexandre Lision authored
Issue: #80834 Change-Id: I61679f4859f79bdea1f4ac7a6c7a01d2b83f0bfc
-
Alexandre Lision authored
History collection is loaded before starting the UI Issue: #80833 Change-Id: I96d7aa2a7e92f92ee1bcd4ea8d16c9a780d68fba
-
- 21 Sep, 2015 1 commit
-
-
Alexandre Lision authored
Major rewrite of the main left panel UI - remove the ongoing calls treeview - default to smartview treeview - remove call field from toolbar and display it on top of left panel - add access to alphabetical contacts treeview - add access to history Issue: #79398 Change-Id: Iac36b6f4ace30cdb70c4dcf619d64cd91b84c95c
-
- 16 Sep, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds internationalization support We interface with Transifex as our web translation platform. Two new scripts: - generate-strings.sh: generates source files in English. We need one source file by UI file (Apple's law) + one Localizable.strings for strings in code. - update-translations.sh: pulls translations completes at 75% at least from transifex, and cleanup the files (UTF-16LE to UTF-8 encoding, and remove first line with corrupted char) Issue: #80347 Change-Id: Iefd297e424aaacefe6e867192e10dabd21bfb8d2
-
- 15 Sep, 2015 1 commit
-
-
Alexandre Lision authored
We package what is found in the cmake install prefix for LRC translation files. All .qm files are place in the final app Bundle under Resources/QtTranslations. When app starts a QTranslator loads matching .qm file based on system language. Issue: #80347 Change-Id: I078d058b961ce35ecd16a03411e4d19fa2a50173
-
- 02 Sep, 2015 1 commit
-
-
Alexandre Lision authored
Issue: #79656 Change-Id: I6d63c8fda34d931ee3650f82288c950a7c858303
-
- 30 Mar, 2015 2 commits
-
-
Alexandre Lision authored
Create src/ and ui/ sub-folders instead of flat structure Remove cantarell folder and licence duplicate Refs #69161 Change-Id: Ifa136b0e26533f4e9d178479fc958a2563917894
-
Alexandre Lision authored
We use BundleUtilities to fix embedded deps, and CPack to create the DragNDrop final .dmg Refs #69161 Change-Id: I082f94b7cbf8a42e74bd3d61abf56c631a78acb9
-
- 13 Mar, 2015 1 commit
-
-
Alexandre Lision authored
Refs #67102 Change-Id: I29bcb1912e108c151804532cc1f9322cec831050
-
- 03 Feb, 2015 1 commit
-
-
Alexandre Lision authored
We now build a Cocoa application built on LibRingClient. Qt bindings are working (need stabilization) Refs #64818
-