- 19 Jan, 2016 1 commit
-
-
Alexandre Lision authored
- ability to chat off call - system notification on incoming msg - notification in smartlist Tuleap: #202 Change-Id: Ide10f80f677f23022ad4296a82ae122e69a892cc
-
- 18 Jan, 2016 1 commit
-
-
Alexandre Lision authored
animation was not triggered when making a new call or receiving one Change-Id: I2b7725a1ce92e972dbf59204ee4717b5a33cfee9 Tuleap: #202
-
- 08 Jan, 2016 2 commits
-
-
Alexandre Lision authored
- choose number to call - copy number Tuleap: #57 Change-Id: I18317154af9c50cade4ee8b749d10ac54eb77064
-
Stepan Salenikovich authored
Add new virtual pure methods. Change-Id: Ifa843495a1c2bb3f39d5b8ecd697c9a2aac3d56b Tuleap: #170
-
- 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
-
- 15 Dec, 2015 2 commits
-
-
Alexandre Lision authored
allow user to drag and drop or select an image from the file chooser and stream it to a call Issue: #78547 Change-Id: I21e73d11e143b3eb13105368ebd757427e6645cb
-
Alexandre Lision authored
Iterating over the UserActionModel actions was going one step too far. It caused the ACCEPT button to be hidden for incoming calls. Change-Id: Ia84ee0e86396cdca70268ebc2e90c3aefc2170c0 Tuleap: #199
-
- 14 Dec, 2015 1 commit
-
-
Alexandre Lision authored
- update ar, uk, ru, fr, es - add pt_BR Change-Id: Ifd41bec6338a617c585d5cbf363325b814ac05f2
-
- 26 Nov, 2015 1 commit
-
-
Alexandre Lision authored
This commit introduces adjustements in lists layout. In SmartList - use custom Ring default user icon In PersonsList - use custom Ring default user icon - make categories selectable - remove background color of categories In HistoryList - add photo/default Ring user icon to history entries Tuleap: #151 Change-Id: I99bba6ef95b31f9f6ac33d14f434c0a0bd53c654
-
- 16 Nov, 2015 1 commit
-
-
Alexandre Lision authored
This commit adds conferences management - create conference by joining two ongoing calls/conferences - create conference by calling a new peer and joining him to the ongoing call/conference - hanging up conferences This commit relies on CallModel and RecenModel selection models interactions to update call view and Smartlist row selected. Change-Id: Ib9f6b9b870e66c8ccfb5115ad6fdb592c625eb58 Tuleap: #114
-
- 13 Nov, 2015 2 commits
-
-
Alexandre Lision authored
Insert link to Ring's Transifex project page since the list of translation contributors can be found there. Change-Id: Ia418c066ec0b6a258d383100f841b73604a313d4 Tuleap: #134
-
Alexandre Lision authored
Change-Id: I0c9dd13901c82319bf3bb21bf91117d336376799 Tuleap: #134
-
- 11 Nov, 2015 1 commit
-
-
Alexandre Lision authored
lambda registered for frameUpdated was still alive after closing the window. It was consuming frames, preventing the call to get them. It's a limitation of our implementetation: there is only one possible receiver of frameUpdated for a given renderer. Tuleap: #130 Change-Id: Ic8f5b8efea60e3409c77e4510320e3eba11fe21d
-
- 05 Nov, 2015 2 commits
-
-
Alexandre Lision authored
this is now handled automatically by the daemon Tuleap: #96 Change-Id: Ib0011a3bd70ed875ec66edbe6fe752fb02669dcb
-
Alexandre Lision authored
This commit adds attended/unattended transfer capability It also improves call controls visibility Tuleap: #56 Change-Id: I66c2bc22f015f12dc58cf98768b8b3c689e6fdcb
-
- 04 Nov, 2015 1 commit
-
-
Alexandre Lision authored
Same feature as in the history, possibility to link/create contacts with ContactMethods Tuleap: #57 Change-Id: I54061fa7b41c77aca371f9ef501400ded24286fb
-
- 27 Oct, 2015 2 commits
-
-
Alexandre Lision authored
we were using string ids to identify menus, that got exported and translated Tuleap: #63 Change-Id: I857e0b5954ca2b41a67004c8952a3e7099cf4b34
-
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
-
- 23 Oct, 2015 2 commits
-
-
Alexandre Lision authored
peopleProxy is a QSortProxyFilter we can use to filter our smartlist based on user input from the searchbar Issue: #81111 Change-Id: I0dab38670e4f5f64d924effc81405d663d90dfeb
-
Alexandre Lision authored
RecentModel emits a dataChanged every second for updating call timers. This was causing scrolling issues in the list. We don't connect to dataChanged from our NSTreeController but from the View directly. The reason is that there is no way to update a row in a NSTreeController, only insert/remove/move and this is causing selection updates. Tuleap: #50 Change-Id: Ib347ff5a69f901da2bdf1d0b3a3d368fdfd23c1c
-
- 16 Oct, 2015 1 commit
-
-
Alexandre Lision authored
Issue: #81198 Change-Id: I5618a510d2ed781af022f701bcf19afbf53514fb
-
- 14 Oct, 2015 3 commits
-
-
Guillaume Roguez authored
add ar, es, lt, ru, uk update de, fr Change-Id: Ie2a1fc24a567f2afa248a39e392e0da95d65b91f
-
Alexandre Lision authored
- file command has not the same option on Mac and Linux (-I versus -i) - use force mode (-f) to pull every modifications Issue: #81336 Change-Id: I67d8f791a530757f623b361c13b1bd3cbe9aeb2c
-
Alexandre Lision authored
Daemon exposes a new API to fix the concurrent access problem. Renderer class API has changed, this patch synchronizes on it. Issue: #81542 Change-Id: I11a89a1e6c4cd4fbc185f7eb8ebc909f2c9fe544
-
- 06 Oct, 2015 1 commit
-
-
Alexandre Lision authored
If Ring is miniaturized, it now expands when an incoming call arrives Issue: #81505 Change-Id: I3ef82210543a64d002603e257173e97df81e1a82
-
- 30 Sep, 2015 3 commits
-
-
Alexandre Lision authored
enable high antialising and smoother scaling Change-Id: Icfa99994abfd1ddb1b7311b2bf419102fb56645b
-
Alexandre Lision authored
- use new button theme for call controls buttons. - add an icon for recording - gide buttons when available instead of disabling them Issue: #79400 Change-Id: I712467b8f7b7fe16317f4283ae9d4f91bc8b9203
-
Alexandre Lision authored
fit with wireframes. Blue circles and white icons. Add this changes in the Person View Controller as well. Issue: #79400 Change-Id: I82fd0189da0ead41e87de91d4a8123a968d79fea
-
- 28 Sep, 2015 1 commit
-
-
Alexandre Lision authored
- new: de - updated: fr Change-Id: I3b2ce664cf3c0f1dbe42bc6647451d773ebb69c3
-
- 25 Sep, 2015 1 commit
-
-
Alexandre Lision authored
Must be merged on top of LRC patchset: https://gerrit-ring.savoirfairelinux.com/#/c/2773/ Issue: #80643 Change-Id: I768d8e85bff1f7b944403d74924e9f7ca495dde8
-
- 24 Sep, 2015 3 commits
-
-
Alexandre Lision authored
French is more verbose than English. This implies refactoring some UIs to ease constraints on text widths and adjust some strings. Issue: #80347 Change-Id: I50c419416ab7e2263487679746d2bcba7ed35ac7
-
Alexandre Lision authored
Issue: #80834 Change-Id: I61679f4859f79bdea1f4ac7a6c7a01d2b83f0bfc
-
Alexandre Lision authored
History collection is loaded before starting the UI Issue: #80833 Change-Id: I96d7aa2a7e92f92ee1bcd4ea8d16c9a780d68fba
-
- 23 Sep, 2015 2 commits
-
-
Alexandre Lision authored
when there is only one call with the peer, do not show a child. Issue: #75334 Change-Id: Ia0e9cb381771ca4d1d9282651632333498294c97
-
Alexandre Lision authored
PreferencesScreen.xib -> PreferencesWindow.xib ID has been changed in transifex config file, and on the web platform. Issue: #80347 Change-Id: I4e1e17672064e91f03276eb974b1d7448ee0e9a3
-
- 22 Sep, 2015 2 commits
-
-
Alexandre Lision authored
- use a different window to display preferences. This allows proper window resizing when switching between panels. - remove the Setting button from the main interface (and the toolbar). Issue: #80238 Change-Id: I220bfb3e92cdd426c721b3b5b1b44014a399fb48
-
Alexandre Lision authored
- enable "share by mail" when rechecking your ringID - populate RingID field on first setup in the main window (field was blank) - Hide the "show certificates" button on more cases Issue: #80704 Change-Id: I25109437f7fac4e30535d04906b372641747746f
-
- 21 Sep, 2015 2 commits
-
-
Alexandre Lision authored
This commit overide style for tree items rendering, to fit with wireframes. It adds a new Highlight shadow, new item separator, new Selected style. Items can also have an array of "contextual views" that will be rendered only on mouse hovers events. It also introduce support for Ring official colors. Issue: #79400, #79398 Change-Id: I8d227955f9afe25240b1ece991c57a3cbf996474
-
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
-