Skip to content
Snippets Groups Projects
  1. Nov 20, 2017
  2. Nov 06, 2017
  3. Oct 24, 2017
    • Anthony Léonard's avatar
      check if account is not null in video ui init · 9cc075b5
      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: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      9cc075b5
  4. Oct 23, 2017
  5. Oct 16, 2017
  6. Oct 09, 2017
  7. Oct 04, 2017
  8. Sep 25, 2017
  9. Sep 20, 2017
  10. Sep 18, 2017
  11. Sep 11, 2017
  12. Sep 08, 2017
  13. Sep 04, 2017
  14. Aug 29, 2017
    • Anthony Léonard's avatar
      define LRC_IMPORT for DLL import on win32 · 7039480c
      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: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      7039480c
  15. Aug 28, 2017
  16. Aug 25, 2017
  17. Aug 23, 2017
  18. Aug 21, 2017
  19. Aug 15, 2017
  20. Aug 14, 2017
  21. Aug 07, 2017
  22. Aug 03, 2017
  23. Aug 02, 2017
    • Anthony Léonard's avatar
      modernize avatar placeholder · 3d920d81
      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: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      3d920d81
    • Olivier SOLDANO's avatar
      change account creation wizard photobooth · 3dad1751
      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: default avatarAnthony Léonard <anthony.leonard@savoirfairelinux.com>
      3dad1751
Loading