- Jul 30, 2018
-
-
Jenkins authored
Change-Id: I53d0299733ccde959ad25dcb0b389fd3543586d4
-
- Jul 23, 2018
-
-
Jenkins authored
Change-Id: If209d085d9460993726690adbb08dc36952750e7
-
- Jul 17, 2018
-
-
Change-Id: I2af7e58987f1613172f5079a951635b41ddc293a Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 16, 2018
-
-
Change-Id: I8382198635dc63bbd8f90ee7ab29800d3d2ac7fc
-
Change-Id: I89ae89896de79add8acbfe584cfb4dc9c583b774 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 09, 2018
-
-
Jenkins authored
Change-Id: Ib315591719ac485c64275f1511286ec605040031
-
- May 07, 2018
-
-
Jenkins authored
Change-Id: Icb633e9a70695a30a073957d3c25bc8b6a205f68
-
- Apr 30, 2018
-
-
Jenkins authored
Change-Id: I890c49e055fe22a49bd4295a32b5dc2219ae8b23
-
- Apr 09, 2018
-
-
Jenkins authored
Change-Id: I98db591e4ba44323271bdee60ecb367138ee7f98
-
- Mar 05, 2018
-
-
Jenkins authored
Change-Id: I68d13198ee718399725c5f00a91e40cbdb7941ac
-
- Feb 26, 2018
-
-
Jenkins authored
Change-Id: I2359e0d17bd99652a7469a2e6524666021c43801
-
- Feb 19, 2018
-
-
Jenkins authored
Change-Id: I8f4c12ad56b0e2c8da1561d5a4bb79091ec02bc6
-
- Feb 12, 2018
-
-
Jenkins authored
Change-Id: Ib2a025f6b131028897a88b2dcaa395f8d2a336e5
-
- Feb 05, 2018
-
-
Jenkins authored
Change-Id: Iba3a716817ca2028506ca4556f9d9cd64d999606
-
- Feb 01, 2018
-
-
* new name * version numbers are now based on release date. Change-Id: I456a594667a7c086d8a126cb5534711401ef86de Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jan 29, 2018
-
-
Jenkins authored
Change-Id: Ib0ee94562ef9eee4fdd6ce76b2dd25e5569834b8
-
- Jan 22, 2018
-
-
Jenkins authored
Change-Id: I7a5c2884e6165a013e2bc6903d68046bf60f333c
-
- Jan 15, 2018
-
-
Jenkins authored
Change-Id: I51865ec828be3d3e217fce748f9077e8355a1d9a
-
- Dec 18, 2017
-
-
Jenkins authored
Change-Id: I2bd45602547789a054298c695d104df3e65d7ad6
-
- Dec 11, 2017
-
-
Jenkins authored
Change-Id: Ibc28ee4812531038a37225d42965225aaf940a96
-
- Dec 04, 2017
-
-
Jenkins authored
Change-Id: I5c8bae489388f96dc0c2645b2dcc86c0d27328a9
-
- Nov 28, 2017
-
-
Anthony Léonard authored
Default QMake configuration in mingw packages has changed since Fedora 26 and some modifications are required in order to make the ring client able to compile on it: - GDI32 lib is now explicitely linked in our project file. It was previously done automatically by QMake "win32-g++" spec. - libpcre16-0.dll has been replaced by libpcre2-16-0.dll as a Qt dependency and must be shipped instead of the former one. - Dockerfile is updated for Fedora 27. With this patch, the client shouldn't be able to compile anymore on Fedora <26. Moreover, if building with "ring-project" facilities, a patch is also required in that repository modifying the QMake selected spec from "win32-g++" to "mingw-w64-g++". Change-Id: I367312e66d790d82d6aa1aaa1ad3560e1abaca96 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Nov 20, 2017
-
-
Jenkins authored
Change-Id: Iaa61301ca78b2d779a89c33ae08fa579250db893
-
- Nov 06, 2017
-
-
Jenkins authored
Change-Id: I1f0b1e644421a38cbca6c31a424d967587dfdab5
-
- Oct 24, 2017
-
-
Anthony Léonard authored
For some reason the account linked to a call is sometimes a nullptr. This situation induces crashes when we try to initialize some part of the UI according to attributes of the account. This problem is circumvented by checking if account is null or not and initializing the ui to a fallback state. A complete fix would require modifying parts of the LRC which are due to disappear at the end of the ongoing refactoring process. Change-Id: Iccedab793f56d69083688b595cd651b18f18f2c7 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Oct 23, 2017
-
-
Jenkins authored
Change-Id: Ic971aa878f47dc62a9b573a8cb9d1396d005f7f2
-
- Oct 16, 2017
-
-
Jenkins authored
Change-Id: I90e23272602d16e37751555f81cdf0bed03b299e
-
- Oct 09, 2017
-
-
Jenkins authored
Change-Id: I21d682ec7b78253e4cff40fab049b607a0c4e974
-
- Oct 04, 2017
-
-
Olivier SOLDANO authored
the user was prompted positively for not setting a password, it is now possible to have no password without uncumberment Change-Id: I4f62ee8c29ff3c73757e4080a0342be71d1a6add Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
add the ui to change password of an account in account details. Change-Id: Ib7ccfb6632bd01bc6bcf9d84a23b90785a20038c Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
Add the possibility to import an account from a file in the wizard. By side effect, refactoring of account creation in the win32 client. Change-Id: I275577e094e45a6b87ec27e533af39c85e963137 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
the button triggering the file selection now stays in a correct shape when canceling the selection Change-Id: I4384f3f815ec6ded857cf1e2d2b8901ae1f7f27d Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Sep 25, 2017
-
-
Jenkins authored
Change-Id: Id917cae69fb9fe6cbfe05f4b3164d00bf573a639
-
- Sep 20, 2017
-
-
Olivier SOLDANO authored
Most of the UI was lacking tooltips for accessibility. This patch is a roundup of all the fields, buttons, and selectors, for setting up a first stone to build upon. Change-Id: I63f5e9aa1c5e96c61fd04540df50895579bb293d Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
Change the tab name to Audio/Video as it is not only managing video. Add comments and set default values for comboboxes. Change-Id: Id5fc796af5fa9c1c21777e38c6579fe627e1b0ba Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
change to 1 day from 7 days. Change-Id: Ibd75fd000517bbddced5bc4adf7dedf59909f6f2 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Sep 18, 2017
-
-
Jenkins authored
Change-Id: I94e9608d5f88091a73cba5986dbfa8f0ee78495c
-
Olivier SOLDANO authored
To reflect the fact that it is possible to not set a password for an account, the wizard now offers the choice to disable the password. The action is made positive by providing a checkbox to do so, hence avoiding non encrypted accounts on misclicks. Change-Id: Ie2c552423484ef42926cdf989e62e61cebeda878 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Sep 11, 2017
-
-
Change-Id: I05fc9e8e8453e2b118925b28f70cba00f36ba29a
-
Anthony Léonard authored
Project file and nsis script are both modified to include correct libraries and install paths for SQLite support. This database is not used by the client itself but by LRC as its new storage backend. It is thus required to ship some Qt and SQLite DLLs with Ring. Change-Id: I7d9c3065485bf6cbfc73a1edcca3fa816233e394 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-