- Aug 14, 2018
-
-
- fixes a known Qt bug present on macOS and windows that prevents rendering of widgets when a QGraphicsOpacityEffect with an opacity of 1.0 is attached. Change-Id: Ib287e9c48b66d699c427165f8c5ce7a55558b307
-
Change-Id: I9b7ef4b3a8b5557a1f27ea1a53b0e7e9c1eaff0e
-
- Aug 13, 2018
-
-
Jenkins authored
Change-Id: I828df04fb974a67596ddb77f8c65ac75b8e6eca3
-
- Aug 03, 2018
-
-
Andreas Traczyk authored
Change-Id: I32718d19f1f28e41aa6bf9d631bf461af036c18b Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Aug 02, 2018
-
-
Change-Id: I1a6e823121cf3268049c123e07653da4e424eec9
-
Andreas Traczyk authored
This reverts commit 72bd4505. Reason for revert: wrong patch reverted Change-Id: I86baf0dcd62ed4a08bff8d8b60d7418bea1aa14a
-
Adrien Béraud authored
This reverts commit d7e41445. Reason for revert: breaks the release build Change-Id: Ieee7165a7c3197c39d596ac4d9fb310eacb2178d
-
Update Media->media to follow lrc changes Change-Id: I0863bc4f2cb8973b19642a404bd12aa3295cf644 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 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>
-