- 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>
-
- Sep 08, 2017
-
-
when closing the first wizard without creating an account was resulting in a hang up of the application. this was due to a exit(0) called in the middle of nowhere. This patch revises a bit the architecture to allow the information to reach the main and close the app correctly. (passing by return values because signals do not work without objects). Change-Id: I8d4b1bcdcf2646342fd7015509ef7773ca4b09d1 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
simplifies the mainwindow ui stacked widget removes the progamatic construction and replaces it with the designer QML. Also factorises the code of slidepage in Utils.h for a consistent page switching at all levels of UI. Change-Id: I75ee29b0b93de63978262db4da04dc6c96e0942e Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Sep 04, 2017
-
-
Jenkins authored
Change-Id: I165b773980b1f43536742bba552e19211760857c
-
- Aug 29, 2017
-
-
Anthony Léonard authored
This patch is meant to be used with corresponding LRC patch fixing DLL symbols export/import. With LRC_IMPORT defined, Q_DECL_IMPORT is automatically specified on every class of LRC which are, respectively, declared Q_DECL_EXPORT during LRC build. One exception is AccountSerializationAdapter which is exported from the client and not LRC. This patch fixes new style's connect() (functor-based) which were not possible at all with signals introduced with LRC. Especially, it enables connecting signals with lambda's and compile-time checking of signals connection. Change-Id: Ie4f68038b2ba1a524c7a63126fcb0660e3d8cd85 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Aug 28, 2017
-
-
Jenkins authored
Change-Id: Ib7ab770c9f43e41c16fda6a6c8a21900853d40fd
-
- Aug 25, 2017
-
-
Guillaume Roguez authored
* Move private members imgSize_ and fallbackAvatar() from PixBufManipulator class, to the .cpp file and make them static const. * Add an alias to current fallbackAvatar() implementation as we have two way to call it. * rename imgSize_ to mark the constant usage. Change-Id: I339cdad837f0694049dc6c8191721801e73f63c8
-
The validity on the contact method pointer was not checked in the decorationRole getter in pixbufmanipulator, hence sometimes leading to segfault. Change-Id: I3b43381285511cae58f94d8023ca6ed3b76e85c7 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Aug 23, 2017
-
-
Olivier SOLDANO authored
when sip account had no messages received nor sent, the layout of the display was broken. Also removes debug outputs that were left in the code. Change-Id: Ic49144de5810d99cebfff13b3a0427534d0071ca Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
SIP should not be able to message outside of calls (causes crash), this patch disables the instant messaging input field in case of a SIP account. Change-Id: I64e421fea56ecec44f19caa812554ae864c7ced2 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
when the register your username checkbox is not ticked, disable the text entry field. Also clear some redundant labels and fix migration string asking for password. Change-Id: I30de073eb90da47ced1b54cbfebe2f7a10e8ebb5 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Aug 21, 2017
-
-
Jenkins authored
Change-Id: I71b61852afbaff4017937e741498f4d333058f18
-
- Aug 15, 2017
-
-
Olivier SOLDANO authored
the namespace Interfaces was wrapping PixbufManipulator for no apparent reason, removed the wrapping. Change-Id: I2deb2e35513407777898e1d08712788f2cce97ca Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
photoboothwidget was created to integrate the dialog inside the account creation wizard. the widget is now reused as the core of the photobooth dialog used in the profile configuration. Change-Id: I794d7964195bc468452f2f1e63fe1b157baaab97 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
When switching to messaging page the focus is automatically set to the text input. Change-Id: I7b01f0e25186e87b260bd82e273f4ea52f31c51d Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
The transfer button is not usable on Ring calls so it needed to be hidden. Change-Id: Ifb4ca4c3c447f36f10d848ef3f74d27bd98e7c22 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Aug 14, 2017
-
-
Jenkins authored
Change-Id: Ibb755b35edded70a8757d2cac65c5dfab43c3cdc
-
- Aug 07, 2017
-
-
Anthony Léonard authored
Change-Id: Ib33384646231e738535c4d2df8e5340f23da1da9
-
Jenkins authored
Change-Id: If93553156f18c5153303f432fe88930b10a3aaeb
-
- Aug 03, 2017
-
-
Jenkins authored
Change-Id: I782bb4a24397f317a99ebf8258a71598c81e6c0e Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
Olivier SOLDANO authored
add a contextual menu entry to delete a contact from the smartlist, and change the comportment of the add to contact menu action setup so as to make it disappear when the person is already added as a contact. Change-Id: I05039b5bc0a5892b80c8e61b45ea813c9889fcad Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Aug 02, 2017
-
-
Anthony Léonard authored
Default avatar displayed for new contacts is replaced by a more modern color circle with a capital letter inside. The color palette used is the same as in the GNOME client. It comes from the material.io website and is a 16 color subset of the full one proposed by Google. The letter is the first one of the bestName() corresponding to the current item. The “Segoe UI” font is used as recommended by Windows design guidelines. Change-Id: I4c8c5729a77c0ff52d18de33c8e2fb8b5b1d7a88 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
Olivier SOLDANO authored
the first page of new ring account creation was provided a photobooth to set a profile photo. However this functionality was only accessible by clicking on the placeholder avatar, making it a practically hidden functionality. this patch makes the photobooth appear directly on this page. Change-Id: I1273efe3bd70d9db78e09e0592c5023421ffcd5a Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Jul 27, 2017
-
-
If an id was displayed in double (if bestName == bestId) the bestId is now hidden. Change-Id: I562d7b1812cda1594fca01cb5bf0d413f4cb478f Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Olivier SOLDANO authored
remove the button as it is not very useful now and will be useless with the homepage removal. Change-Id: I568b09e25819dbaf551f5a033d624407853b1f03 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Jul 25, 2017
-
-
Jenkins authored
Change-Id: I2aac515b6830a183e89353a7ee8b32db77dfb45d Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Jul 20, 2017
-
-
The API of registeredNameFound was changed in the LRC resulting in a signal not beeing connected in the account wizard. The slot receiving the signal is updating the registered name search status. Change-Id: Ide79a4d070aa6f0ab34054208c39a42527831ed9 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Jenkins authored
Change-Id: I1793faff057399712e365d2453a840142bd2d40d
-