Skip to content
Snippets Groups Projects
  1. Oct 09, 2017
  2. Oct 04, 2017
  3. Sep 25, 2017
  4. Sep 20, 2017
  5. Sep 18, 2017
  6. Sep 11, 2017
  7. Sep 08, 2017
  8. Sep 04, 2017
  9. 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
  10. Aug 28, 2017
  11. Aug 25, 2017
  12. Aug 23, 2017
  13. Aug 21, 2017
  14. Aug 15, 2017
  15. Aug 14, 2017
  16. Aug 07, 2017
  17. Aug 03, 2017
  18. 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
  19. Jul 27, 2017
  20. Jul 25, 2017
  21. Jul 20, 2017
Loading