Skip to content
Snippets Groups Projects
  1. Aug 02, 2018
  2. Jul 30, 2018
  3. Jul 23, 2018
  4. Jul 17, 2018
  5. Jul 16, 2018
  6. Jul 09, 2018
  7. May 07, 2018
  8. Apr 30, 2018
  9. Apr 09, 2018
  10. Mar 05, 2018
  11. Feb 26, 2018
  12. Feb 19, 2018
  13. Feb 12, 2018
  14. Feb 05, 2018
  15. Feb 01, 2018
  16. Jan 29, 2018
  17. Jan 22, 2018
  18. Jan 15, 2018
  19. Dec 18, 2017
  20. Dec 11, 2017
  21. Dec 04, 2017
  22. 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
  23. Nov 20, 2017
  24. Nov 06, 2017
  25. 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
  26. Oct 23, 2017
  27. Oct 16, 2017
  28. Oct 09, 2017
  29. Oct 04, 2017
  30. Sep 25, 2017
  31. Sep 20, 2017
Loading