- 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
-
- 03 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
Use packaging branch for this. Issue: #80006 Change-Id: I14660c3a850a586040d1dacb5e195e722d5cef6a
-
- 02 Sep, 2015 3 commits
-
-
Alexandre Lision authored
Issue: #79656 Change-Id: I6d63c8fda34d931ee3650f82288c950a7c858303
-
Alexandre Lision authored
improve display of the ring id and add welcome message (same as website) Issue: #79399 Change-Id: Id5864c678a6b3c07ba7ffc23ac80e78a41eadf9b
-
Alexandre Lision authored
When first opening Ring, let the user choose its own certificate/pvk file if he wants to for its ring account. Issue: #79099 Change-Id: Ic4b23c3b5bc8553eb841663aa15757cb884cdf65
-
- 17 Aug, 2015 1 commit
-
-
Alexandre Lision authored
Issue: #79052 Change-Id: I9d306cc1a321c0d6bf11968bf376f0b37f104834
-
- 13 Aug, 2015 1 commit
-
-
Alexandre Lision authored
Sparkle tries to match the sparkle:version field in the RSS feed, to the CFBundleVersion field in the app's info.plist. The latest was set to "Samuel de Champlain" and not the current date, Sparkle was never able to match the two properly Issue: #79077 Change-Id: I6352db4ccbe5e81a39e09dd346616ec9cbb99d84
-
- 11 Aug, 2015 2 commits
-
-
Alexandre Lision authored
Issue: #78943 Change-Id: I967ee8d06fd8e4efc586a585af193aa529026755
-
Alexandre Lision authored
This commit adds a hide timeout on call controls when mouse is not moving. This leaves a clean view to display the call. Issue: #78354 Change-Id: I58e7cb14beec89fd9be68ce144057d8f476a8d98
-
- 10 Aug, 2015 3 commits
-
-
Alexandre Lision authored
This adds turn server/username/password/realm for account configuration (advanced panel) Issue: #78299 Change-Id: I75edbe65fc383678836224e68ca8cc09f27ad750
-
Alexandre Lision authored
The ring ID label behind was receiving click events instead of the chat field. This fix moves the ring ID label to prevent interference with on-top ui, and gives focus to the chat field automatically when uncollapsing the chat view. Issue: #78879 Change-Id: Ib46dd3054978f295d8b63c8f28a056533e027145
-
Alexandre Lision authored
This commits register the ring:<hash> and ring://<hash> pattern system wide to automatically launch a call to the clicked ringID. Issue: #78605 Change-Id: I6a0837c14dc329f0ca299a2238a149c2a479ef8f
-
- 04 Aug, 2015 4 commits
-
-
Alexandre Lision authored
ARC does not take in charge C++ pointers Issue: #78372 Change-Id: Ia62d70073e541c0979ef556d8adb3686cfec799e
-
Alexandre Lision authored
There was an occurence to the old name PersonEditor that was preventing the add to contact feature to work on History entries. Issue: #78236 Change-Id: I2b6190c66a5812cc0c74884f667be6283b266276
-
Alexandre Lision authored
Add ability to create a new contact with an unknow uri, or link it to an existing contact. This is presented in a popover, either from an history entry, or during a call with an unknown URI. Issue: #78236 Change-Id: I22fa416b9f5c7a6eceb6f2ea47bb30aa251cda54
-
Alexandre Lision authored
This reproduce the behavior of Gnome and Windows clients Issue: #78363 Change-Id: I1f6e9fc216e81907c41caff61d7e8fe1b2d8e277
-
- 30 Jul, 2015 2 commits
-
-
Alexandre Lision authored
Prevent the video setting panel to start/stop the preview if it's already running. If their is an ongoing call we do not stop the preview when leaving video settings panel. Issue: #78359 Change-Id: I4bcf0cee460880e6491b57535348ef3ef46b474b
-
Alexandre Lision authored
The clearTextField was garbage collected by ARC instantly after allocation, since pointer was using (assign) == weak reference with no ownership on it. We remove the weak reference to tryRegisterButton since it was never used. Issue: #78366 Change-Id: Ie20dbe0adc97fba868fceaf6ad109aa67da1ca66
-
- 29 Jul, 2015 2 commits
-
-
Alexandre Lision authored
This commit adds the three options for dht calls. If "Allow Unknown" is checked then Allow Contacts and History are greyed out, since their value won't be used anyway. I've simplified a bit the loadAccount method in AccRingVC.mm Issue: #78241 Change-Id: Ie95b54d11bb979bb369db2344158f37a3320ec88
-
Alexandre Lision authored
Send the alias of the Ring account as the displayName This is retro-compatible, by setting the displayName field on any ring account created before this change. Issue: #77365 Change-Id: Ifbe6269fa5fd6095cd0f61bfb23e443998418a16
-
- 22 Jul, 2015 2 commits
-
-
Alexandre Lision authored
Refs #78021 Change-Id: Ic190618cd68b02d16b80fe699350ca6f00d22d20
-
Alexandre Lision authored
Refs #77651 Change-Id: Icdc6d6da899b1c1f39595c212e060d6804b59610
-
- 16 Jul, 2015 1 commit
-
-
Alexandre Lision authored
This allows user to adjust its bitrate. Refs #77700 Change-Id: I1b59f9ab1bf0c40783a5786ca15869ed13d46383
-
- 15 Jul, 2015 1 commit
-
-
Alexandre Lision authored
this is now detected by lrc codecmodel's state machine Refs #77567 Change-Id: Ia85777798bcba6f7974fc9fd14ef8759696b9727
-
- 13 Jul, 2015 1 commit
-
-
Alexandre Lision authored
Refs #75280 Change-Id: Id180fe6de1278a08ae8c4c1d832344d8225787ae
-
- 10 Jul, 2015 1 commit
-
-
Alexandre Lision authored
minor fix: start client with chatview collapsed Refs #77369 Change-Id: Ic6cba78b7fece4deb8f0b644e988e64e5161b63d
-
- 08 Jul, 2015 1 commit
-
-
Stepan Salenikovich authored
This reverts commit 9c992836. Change-Id: Ibc9cb6662949b3f623ce5f45c5dd94a3a5f5b3ba
-
- 07 Jul, 2015 1 commit
-
-
Alexandre Lision authored
Refs #75280 Change-Id: I63b200f7d41492cf1ddbf9a97c028ac95df1d792
-
- 03 Jul, 2015 1 commit
-
-
Alexandre Lision authored
Refs #76906 Change-Id: I33c04ff0b5a003a0471ab2dbc806765d067134aa
-
- 02 Jul, 2015 3 commits
-
-
Alexandre Lision authored
Change-Id: Ic249e9ceb276ae2150147c638a3f05e8f3c772af
-
Alexandre Lision authored
* master: (30 commits) sparkle: bump sparkle version autoupdate: add Sparkle framework preferences: always hide general stun/turn server animations: fix glitch after animations chat: add sender name and interline space call: add connecting animation cleanup: remove dead code cleanup: run XCode code analysis accounts: use account selection model muting: add UI for audio/video muting contacts: fix photo rendering osx: add chat support preference: enable auto startup by default lrc: adapt to API changes preference: add autostart feature security: add options for SIP accounts macosx: fix exit segfault bump to 0.4.0 cleanup: remove unused imports packaging: add new Qt dependencies ... Change-Id: Ib8fb39d2fb3eca520efaf8ea94e5d5fd2510d313
-
Alexandre Lision authored
313f4a4 in Sparkle master is useful for our packaging system Change-Id: I75ed009568dd5bdc9b4b11e54b8da7bb9b60e281
-
- 30 Jun, 2015 1 commit
-
-
Alexandre Lision authored
This commits brings optionnal linking against Sparkle framework. This framework is used to autoupdate apps not present in the Mac app store Refs #75349 Change-Id: I82b14757c106f1282d91e631927057d00989feb7
-
- 26 Jun, 2015 1 commit
-
-
hboyet authored
Refs #75349 Change-Id: Ida02dcf6f075b801131c70903d2d11a4d61cf5e1
-
- 23 Jun, 2015 2 commits
-
-
Alexandre Lision authored
This patch was merged before full completion Refs #75600 Change-Id: I0f8b6f161cd8b3916aa7d576b63fb5d89f9c8181
-
Alexandre Lision authored
After animations, the animated view came back to its original position before properly being updated. We now set its new position right before the animation Refs #75600 Change-Id: I1bcd4e95a831c1d5b301a6b1f8b7afee44132a29
-
- 22 Jun, 2015 1 commit
-
-
Alexandre Lision authored
Refs #76102 Change-Id: I5b89dee637cf98ada09c1c1af3fe403f8559285d
-
- 17 Jun, 2015 2 commits
-
-
Alexandre Lision authored
This commit adds an animated circular progress view when the state is in Initialization or Connected states. We also use LRC's HumanStateName instead of hardcoding call state in the client Refs #75634 Change-Id: I574838d624ba9705011c463ccabc5c78857193b4
-
Alexandre Lision authored
this is normally used to populate a dropdown list to choose a directory from we do not need it here since the user needs to choose files (cert, pvk...) Refs #75600 Change-Id: I9396b42a00725c578f7c86d587cee4b62111be53
-