- 12 Nov, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: Icc9702adc6175eab4b4b3b0aceefa1004fedf11c
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: I5ce8f86371ac870a0be34098473f88c71214ff3d
-
- 26 Dec, 2018 1 commit
-
-
Vladimir Stoiakin authored
Change-Id: Ief3d0ad0d7ce6299c738dbfab80a1d3baa8242b0
-
- 12 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: Ida3f87a0c61195e60bc6e8630d9c50edf18f14cc
-
- 10 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I4babe53e4a5c462ab53df509a9a6c197785af269
-
- 07 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I7b8e5a2d08ecbdcb9baba84e6df811c1012299db Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 05 Dec, 2018 1 commit
-
-
Philippe Gorley authored
Change-Id: I30996659ce276647c216e69e5392ea8e7214ac6e Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 27 Sep, 2018 1 commit
-
-
Hugo Lefeuvre authored
Change-Id: Ic2c21f958d6d3aad5e6f686b7f657b70c53e1040
-
- 24 Jul, 2018 1 commit
-
-
Hugo Lefeuvre authored
Change-Id: Iacc77f28f77fef4da0a315063b1d8abe3ef9ed99 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 05 Jul, 2018 1 commit
-
-
Sébastien Blin authored
Link the account settings page to the new models in LRC. ** Summary changes ** + Link AvatarManipulation to new models and change the size of the widget + Redo the account combobox selector to show the avatar + Add the ability to see disabled accounts and linked conversations + Redo the whole accounts settings page and reorganize settings + Link the username registration widgets to new LRC + Add the ability to create SIP accounts from the wizard Change-Id: I43b15d1279ce1e3c8dee97b46fa6317aba272635 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 31 Jan, 2018 1 commit
-
-
Guillaume Roguez authored
Change-Id: Ifb26147e6faf37f5ac4f5ffac582ee069902d382 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 19 Jul, 2017 1 commit
-
-
Guillaume Roguez authored
Change-Id: I33ca01c957d3058c10081555637be835d5cb4446
-
- 17 May, 2017 1 commit
-
-
Stepan Salenikovich authored
There are a few issues with filtering by the file name extension: - more than just .jpg and .png are supported; svg images and other formats work as well - on GNU/Linux, the file extension does not dictate the file type; you can rename a .svg to .jpg and it will still work correctly - many file types have multiple extension names, eg: .jpeg or .JPG There is also no need to filter by the name, because if the file type is not supported, it will simply not work if the user tries selecting it as the avatar image and a simple warning will be logged. Change-Id: If7c95b8bbcbf4c45ac02c43a7788d5a7915b2670 Reviewed-by:
Nicolas Jäger <nicolas.jager@savoirfairelinux.com>
-
- 14 Apr, 2017 1 commit
-
-
Stepan Salenikovich authored
Many users don't complete the avatar creation process because its not evident you must verify the area selection after taking the photo. In this case, we assume they wanted to verify and use the area they selected even if they didn't click the checkmark. Change-Id: I6c502ed8406096c8d4af149aadd00a9f6c7a404c Tuleap: #1441
-
- 15 Sep, 2016 1 commit
-
-
Stepan Salenikovich authored
The crop area was not being set correctly when selecting an image from a file. Also the crop area needs to be re-set (re-initialized) each time a new image is used because otherwise it behaves weirdly if the new image is smaller than the previous. Change-Id: Ieef9b3f537567f3823dbd9f4cb18667c80d740c7 Tuleap: #917
-
- 14 Sep, 2016 2 commits
-
-
Stepan Salenikovich authored
In the case the a new photo was taken, the return (undo) button would get stuck in an infinite loop when trying to return from edit state to photo state and then from photo state to current state. In this case it would keep going between the edit and photo state instead of going back to the current state. Change-Id: I7550b3fa0bdcdb3d5d373911fae56f46c09eaef8 Tuleap: #917
-
Stepan Salenikovich authored
CcCropArea code is taken from gnome-control-center code. It is used to crop avatar images in the control center and in gnome contacts. Using it unifies the interface more with other gnome programs and also gets rid some of the small bugs in the previous implementation. Now instead of creating a new selection each time, the user simply moves and resizes one selection. Change-Id: I764e958cf9e5e6f1aadd754ddd1ad5d542415365 Tuleap: #917
-
- 15 Aug, 2016 1 commit
-
-
Stepan Salenikovich authored
On some systems, when opening the camera to take a new picture for the avatar, the result is a black image. The log also outputs "bad dawable". It seems the VideoWidget doesn't like being a page directly in a GtkStack. Instead we put it in a GtkFrame which does not get destroyed. This seems to fix the issue. Change-Id: Ia3796ad3b3f02947619c2b0ba57ad4b54e30552e Tuleap: #840
-
- 03 Aug, 2016 1 commit
-
-
Stepan Salenikovich authored
Changes interface to mimick the one in Gnome Contacts: - no more trash or export buttons - the first choice is to take a photo or import - adds return/undo buttons during selection process Change-Id: I432f4bad48c1379f6fb26569edea32a24cbb98e9 Tuleap: #840
-
- 06 Jun, 2016 2 commits
-
-
Nicolas Jager authored
- sets name and photo to profile. - adds avatar selection dialog. - allows to take a photo as avatar. - allows to choose a picture from disk as avatar. - alter photo/picture to 100x100px. - allows to save avatar on the computer. - handles some case if no webcam can be set by lrc. Tuleap: #655 Change-Id: Ib88b66596e83c3e3bf1e38d272ccffbca402a2bc