1. 01 Jun, 2015 - 1 commit
  2. 20 May, 2015 - 1 commit
  3. 11 May, 2015 - 1 commit
  4. 08 May, 2015 - 2 commits
  5. 04 May, 2015 - 1 commit
  6. 23 Apr, 2015 - 1 commit
  7. 20 Apr, 2015 - 1 commit
  8. 07 Apr, 2015 - 2 commits
  9. 03 Mar, 2015 - 2 commits
  10. 02 Mar, 2015 - 1 commit
  11. 13 Feb, 2015 - 2 commits
  12. 11 Feb, 2015 - 1 commit
  13. 06 Feb, 2015 - 1 commit
    • Jan Arve Saether's avatar
      Fix regression from Qt4 with layout direction · dc511a94
      Jan Arve Saether authored
      
      In order to resolve Right-to-Left layout from the translation file, we
      used to check if the result of QApplication::tr("QT_LAYOUT_DIRECTION")
      was the string "RTL".
      
      During modularization this changed context (using the wrong
      QCoreApplication::tr()), but the translation files didn't change.
      
      It turns out that it didn't make much sense to use that context,
      since the layout direction can only be changed on the QGuiApplication.
      
      We therefore have changed the context to QGuiApplication (in qtbase),
      and we must therefore update the relevant translation files.
      
      Change-Id: Iacea23da32a3d4128c259d7e8aad1823801dfd5f
      Task-number: QTBUG-43447
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      dc511a94
  14. 19 Jan, 2015 - 3 commits
  15. 16 Jan, 2015 - 1 commit
  16. 12 Dec, 2014 - 1 commit
  17. 30 Nov, 2014 - 1 commit
  18. 26 Nov, 2014 - 1 commit
    • Lasse Liehu's avatar
      Remove Finnish translation of most QML error messages · 355ab7a5
      Lasse Liehu authored
      
      Reasons:
      * Searching translated QML error messages in Finnish with
        a search engine probably won't return many results,
        making troubleshooting harder.
      * Localized error messages in stderr or error logs like
        .xsession-errors or systemd journal make reporting bugs harder.
      * These messages are meant only for software developers and Finnish
        localization of Qt is targeted for localizing Qt-based applications,
        not developer tools.
      * Practically all Finnish-speaking developers using Qt can be expected
        to know enough English when it comes to these error messages.
        End users won't understand them anyway.
      * There doesn't exist much material about Qt in Finnish and
        the translations of some technical terms aren't that obvious
        or established.
      
      Some error messages are still translated. Those are thought to be
      useful for people other than developers and for those who might not
      know enough English to understand the error message in English, but
      who are able to solve the problem given the localized error message.
      
      Change-Id: I3663825fb028b27edcb05b86620e53f7e3289f24
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
      355ab7a5
  19. 11 Nov, 2014 - 4 commits
  20. 09 Oct, 2014 - 1 commit
  21. 07 Oct, 2014 - 4 commits
  22. 06 Oct, 2014 - 1 commit
  23. 02 Oct, 2014 - 1 commit
  24. 10 Sep, 2014 - 1 commit
  25. 08 Sep, 2014 - 1 commit
  26. 05 Sep, 2014 - 1 commit
  27. 04 Sep, 2014 - 1 commit
  28. 29 Aug, 2014 - 1 commit