Skip to content
  1. Jun 06, 2018
  2. Mar 19, 2018
  3. Jan 21, 2018
  4. Dec 31, 2017
  5. Dec 05, 2017
  6. Nov 25, 2017
  7. Nov 15, 2017
  8. Nov 13, 2017
  9. Nov 11, 2017
  10. Nov 08, 2017
  11. Oct 19, 2017
  12. Sep 13, 2017
  13. Sep 05, 2017
  14. Aug 08, 2017
  15. Aug 03, 2017
  16. Jul 26, 2017
  17. Jun 16, 2017
    • Ting-Wei Lan's avatar
      backend: Use constructor to setup gettext · 145e9625
      Ting-Wei Lan authored
      To ensure the translation data are loaded from the correct prefix even
      if libintl and gnome-online-accounts are installed in different
      prefixes, we must call bindtextdomain and bind_textdomain_codeset
      before translating messages.
      
      To keep the code clean, gconstructor.h from GLib is copied to support
      running code when the library is loaded, so we can have a constructor
      to call gettext functions.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=760440
      145e9625
  18. Jun 12, 2017
  19. May 29, 2017
  20. May 09, 2017
  21. Apr 20, 2017
  22. Apr 13, 2017
  23. Apr 08, 2017
  24. Mar 30, 2017
  25. Mar 27, 2017
  26. Mar 25, 2017
  27. Mar 22, 2017