- 26 Oct, 2015 1 commit
-
-
Stepan Salenikovich authored
Set the style of the text we want to be a lighter color using the "dim-label" class instead of setting the color to gray explicitly. This will make it compatible with alternative themes where gray might not work. Change-Id: I63814649463fe7ed9449e09f3bac87b2832b75e7 Tuleap: #41
-
- 25 Oct, 2015 1 commit
-
-
Julien Grossholtz authored
Share screen area and share screen are not translated. Add them to the translation system. Change-Id: Ia37b791c2c445a7fb447110c2cc99d686088c535 Tuleap: #45
-
- 22 Oct, 2015 2 commits
-
-
Stepan Salenikovich authored
This ensures that the text color is properly inverted against the selection color for better visibility. Change-Id: I2fdacecf1ff2eac0dfd8a376cd915b0da66a2ab7 Tuleap: #41
-
Stepan Salenikovich authored
Fix mistake in how the rows reordered array is calculated which causes the client to freeze and crash. Issue: #80698 Change-Id: I5a6881c5cae7940fc7cec84b4f4b25f5cb277811
-
- 21 Oct, 2015 9 commits
-
-
Stepan Salenikovich authored
Issue: #80698 Change-Id: I6af0987923891bee23de3b027581394e4bdd688e
-
Stepan Salenikovich authored
Issue: #80698 Change-Id: Ia12160b812f5cb118bf4cac99292ad837cb69d5d
-
Stepan Salenikovich authored
Older gcc produces an error during compilation if the array is initialized with "int array[x] = {};" Issue: #80698 Change-Id: I8be213327cc15e1fff8548a21fdfa47a00b49ceb
-
Stepan Salenikovich authored
This will scroll the treeview to show the selection when, for example, a new incoming call is automatically selected. Issue: #80698 Change-Id: I518bfbabfea527f930b635a21895dbca60c07eb2
-
Stepan Salenikovich authored
This is to automatically select the incoming call in the smartview as it is selected in the CallModel. Issue: #80698 Change-Id: I749c65afe6da21ede530846c5ab5ca6894ccccc7
-
Stepan Salenikovich authored
Adds RecentContactsView, aka "smart view". Removes the CallsView and the FrequentContactsView from the main window. Issue: #80698 Change-Id: I07adcdf7fb735eb9b9f89c7e4170057c356500ac
-
Stepan Salenikovich authored
Use gtk_tree_model_rows_reordered(), instead of deleting and then re-inserting the moved rows, when possible to handle the rowsMoved signal as this will keep the slection in the GtkTreeView when one of the moved rows is selected. It also prevents us from having to re-insert all the children recursively. However, the old technique must be kept as this API doesn't handle the case when the parent node of the moved rows changes. Issue: #80698 Change-Id: I8c7924f8c25a425958adcc6d6bf1554f32dabf20
-
Stepan Salenikovich authored
On rowsMoved and modelReset recursively insert all the existing children of the top nodes. This is because rowsMoved is handled by deleting all of the moved rows during the rowsAboutToBeMoved signal and then re-inserting them on the rowsMoved signal. In this case, any children of the moved rows must be re-inserted as well. Issue: #80698 Change-Id: Ice7c8d453039acd91a55652c802fdf3e427f96e0
-
Stepan Salenikovich authored
The stamp is used to mark the GtkTreeIter as valid. Issue: #80698 Change-Id: I1f0d9ad0c655682573a948184287342967e35664
-
- 14 Oct, 2015 2 commits
-
-
Guillaume Roguez authored
add ru, uk update de, fr, lt Change-Id: I11bffb635685ae6dc6f0302420c03ab4029a8f32
-
Guillaume Roguez 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: Iac4611c5170c8a9b7ad4cdd60241977ace136dba
-
- 13 Oct, 2015 1 commit
-
-
Stepan Salenikovich authored
For systems running gtk+ >= 3.16 there seems to be a segfault which happens very often, but not quite systematically at the begining or during the animation process of the GtkStack when it is switching between calls in progress. Getting rid of the GtkStack widget as the container, and thus the transition animations seems to prevent this bug. This patchset modifies the GtkStack with a simple GtkFrame until a better fix can be found. Issue: #81596 Change-Id: I1bc571150fbffb3df9bf206622b31f21a8cf7c74
-
- 02 Oct, 2015 1 commit
-
-
Guillaume Roguez authored
- updated: ar, fr Change-Id: I44eb91d7ad68c960411c26f00448ca9b2087d14e
-
- 01 Oct, 2015 1 commit
-
-
Guillaume Roguez authored
- new: ar - updated: fr, de, lt Change-Id: I7e70f36b2bbe539e8fb9c40c06d09350188743e8
-
- 30 Sep, 2015 2 commits
-
-
Stepan Salenikovich authored
Issue: #80846 Change-Id: I78b296501032af956a3eb24954659c5f5b5824a6
-
Stepan Salenikovich authored
Set the "width-chars" property to the length of the placeholder text so that it is fully displayed, unless it is longer than 50 chars (the English version is currently 31 chars long). This also moves the placeholder text from the .ui file into code so that a comment can be added to the translation. Issue: #80819 Change-Id: I0870b5505f276f16efab8d7ca1d250e29393dde6
-
- 29 Sep, 2015 1 commit
-
-
Stepan Salenikovich authored
Set the labels of the Frequent, Contacts, and History tabs to expand to improve the look on the Unity theme as Unity seems to ignore the "tab-fill" and "tab-expand" GtkNotebook properties. Issue: #80819 Change-Id: I5b93adbb4577518fbdae286faf0113069710fef4
-
- 28 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
- new: de - update: fr, lt Change-Id: Iaf174214e41437e210a67ce1b4607accab4cad60
-
- 25 Sep, 2015 7 commits
-
-
Stepan Salenikovich authored
We do not need to show the RingID at the bottom of the main window when the welcome view is visible since it already shows the RingID. Issue: #80846 Change-Id: I9df9f896d2e809972cfbd2eae42ed726405ccd65
-
Stepan Salenikovich authored
It also shows the RingID if a RING account exists. This replaces the empty "placeholder" view. Issue: #80846 Change-Id: Ia42684d2ca0c2613416dd131625b5a83c3faeb78
-
Stepan Salenikovich authored
This code might be re-used elsewhere. Issue: #80846 Change-Id: I5dd8036896ce94efca02514a06f3257ce20a7768
-
Stepan Salenikovich authored
Issue: #80846 Change-Id: Ifd23ac301c95867a5efc5643f683ee01d17eeaec
-
Stepan Salenikovich authored
Create avatar with two symbolic people to distinguish a conference. Issue: #79076 Change-Id: Ie6b4b33af4d8fae2a188c23cb7cb5877bb64f199
-
Stepan Salenikovich authored
Place the frequent contacts, contacts, and history tree views in separate tabs in a GtkNotebook. This simplifies the structure of the code replacing the GtkStack and manual switching between the views. This also removes the comboboxes which control the sorting of the contacts and the history as they are not very useful and are somewhat buggy. This purpose of this patch is primarily in preparation of replacing the calls tree view (which shows the CallModel) and the frequent contacts view by the the "smart view", a tree view which will show the RecentModel. Issue: #80698 Change-Id: I76b2f6c1fcfe9fa82dba65104d928abc9df0b895
-
Stepan Salenikovich authored
Remove 5px border around the main window. Add 10px border around the search entry. This follows the look of the mockup. Issue: #80819 Change-Id: Icde011803a4add4e45b11bad0b0498bde2bcb40d
-
- 24 Sep, 2015 4 commits
-
-
Stepan Salenikovich authored
As per the design mockup, but "RingID" is changed to "number" since we also support SIP. Issue: #80819 Change-Id: I4efb66387150f7229157a0756ef3dbefd1bc4fc2
-
Stepan Salenikovich authored
The custom font size of the autocompletion drop down is too big now that the search entry is not in the header. Issue: #80819 Change-Id: I59b05a01e747db5a4a78659366f1fa0d759a0a7a
-
Stepan Salenikovich authored
The custom font size is too big now that the entry is not in the header of the window. Issue: #80819 Change-Id: Ieb6baa525b4a2ff7bcc1e54a03467da165323276
-
Stepan Salenikovich authored
As per the new design mockup. Issue: #80819 Change-Id: I8a168ef281e5ede7c8c47ac37779794696452339
-
- 21 Sep, 2015 1 commit
-
-
Stepan Salenikovich authored
Translation template is updated to reflect slight modifications in the code. Issue: #80555 Change-Id: I74172992987656a4f70a95317d24bdede631bd5a
-
- 18 Sep, 2015 5 commits
-
-
Guillaume Roguez authored
Change-Id: I79a27bf72474f3b39f2e55258bb20512c7f0e356
-
Stepan Salenikovich authored
Use the --restore-last-window-state option in the autostart .desktop file in order to autostart the client in the same state as when it was quit. The use case is that if users log-out with their client in a hidden state, when they log back in, it should still be hidden. Issue: #78993 Change-Id: I43e5c27e14749dde9cc851f29560f88263d6c9a8
-
Stepan Salenikovich authored
Note that for glib 2.40 until 2.45, they will not be translated due to glib bug: https://bugzilla.gnome.org/show_bug.cgi?id=750322 Issue: #78993 Change-Id: Ib674036a478f600569e3733ba6ea39f26ec94472
-
Stepan Salenikovich authored
--restore-last-window-state, -r If the primary instance of the client is launched with this option it will check whether or not the main window was hidden when the client was last quit and restore the same state. This patch also adds the "window-state-hidden" GSetting to keep track of this window state" Issue: #78993 Change-Id: If87776003652535aa6860f0065f07bfb8cd5b673
-
Stepan Salenikovich authored
gettext is optional for compiling translations Issue: #78928 Change-Id: Ie8d3200ab88afa4526fa9ab337658c360f3b35e0
-
- 17 Sep, 2015 1 commit
-
-
Guillaume Roguez authored
Translation update for: fr Change-Id: I8d59f8d7acdcf433914e03952ffd4258620329b1
-