Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jul 17, 2018
  3. Jul 16, 2018
  4. Jul 09, 2018
  5. May 07, 2018
  6. Apr 30, 2018
  7. Apr 09, 2018
  8. Mar 05, 2018
  9. Feb 26, 2018
  10. Feb 19, 2018
  11. Feb 12, 2018
  12. Feb 05, 2018
  13. Feb 01, 2018
  14. Jan 29, 2018
  15. Jan 22, 2018
  16. Jan 15, 2018
  17. Dec 18, 2017
  18. Dec 11, 2017
  19. Dec 04, 2017
  20. Nov 28, 2017
    • Anthony Léonard's avatar
      build: fix build on Fedora >26 · ac1eaae7
      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: default avatarOlivier Soldano <olivier.soldano@savoirfairelinux.com>
      ac1eaae7
  21. Nov 20, 2017
  22. Nov 06, 2017
  23. 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
  24. Oct 23, 2017
  25. Oct 16, 2017
  26. Oct 09, 2017
  27. Oct 04, 2017
  28. Sep 25, 2017
  29. Sep 20, 2017
  30. Sep 18, 2017
  31. Sep 11, 2017
  32. Sep 08, 2017
    • Olivier SOLDANO's avatar
      Fix first wizard hangup · 2100f1c4
      Olivier SOLDANO authored and Andreas Traczyk's avatar Andreas Traczyk committed
      
      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: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
      2100f1c4
Loading