1. 08 Sep, 2018 - 1 commit
  2. 07 Sep, 2018 - 1 commit
  3. 03 Sep, 2018 - 1 commit
  4. 31 Aug, 2018 - 1 commit
  5. 23 Aug, 2018 - 4 commits
  6. 22 Aug, 2018 - 3 commits
  7. 20 Aug, 2018 - 1 commit
  8. 18 Aug, 2018 - 1 commit
  9. 09 Aug, 2018 - 1 commit
  10. 08 Aug, 2018 - 4 commits
  11. 07 Aug, 2018 - 1 commit
    • Paul Wicking's avatar
      Doc: Fix erroneous link · ffcacbaa
      Paul Wicking authored
      
      Add qualifier to the link so that the auto-linker links to the correct
      location, here the QML type and not QDoc's \row command.
      
      Task-number: QTBUG-59445
      Change-Id: I84b3cbf60203b4ee0be9b75c67c58ff990d5611b
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      ffcacbaa
  12. 31 Jul, 2018 - 1 commit
  13. 30 Jul, 2018 - 1 commit
  14. 28 Jul, 2018 - 4 commits
    • Kai Koehne's avatar
      photoviewer: Use QLocale::uiLanguages() for finding translations · 1a82dd56
      Kai Koehne authored
      
      Now that we ship en translations, we can use the
      QTranslator::load(QLocale, ...) overload to correctly find translated
      files.
      
      See 785b12a4d126 for the corresponding change in qtdeclarative/5.11.
      
      Task-number: QTBUG-69196
      Change-Id: Ic7f7a2c70763f0c7200782d6e46644f2b3f7f3ef
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      1a82dd56
    • Kai Koehne's avatar
      photoviewer: Add en translation dummy · 6126fcfb
      Kai Koehne authored
      
      We endorse using QTranslator::install(const QLocale&...), because
      it tries loading translations from all QLocale::uiLanguages() instead
      of the commonly used QLocale::system().name() setup.
      
      Anyhow, the first method requires an English translation - otherwise
      a second favorite language might be used.
      
      Pave the way to making the switch by adding (empty) English translations
      to our examples. EXTRA_TRANSLATIONS, in contrast to TRANSLATIONS, makes
      sure that lupdate is not executed for this file.
      
      Task-number: QTBUG-69196
      Change-Id: Ie5e64c3499cc38fe5db4ab7dee68f0616be353cb
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      6126fcfb
    • Kai Koehne's avatar
      photoviewer: Fix translations · 2f06030e
      Kai Koehne authored
      It doesn't make any sense to put .ts files into resources,
      because QTranslator can only parse compiled .qm files.
      Therefore the application does not load any translations
      at all. This error was introduced in 70ce5f4d
      
      , when
      the example was imported from qtdeclarative.
      
      Anyhow, the previous version of the example in qtdeclarative
      required the user to run lrelease manually, which is ugly
      and made the example unfit for automatic testing.
      
      Instead, use the new capabilities of qmake to compile
      and embed translation files automatically.
      
      Change-Id: Ic02171bfc9994ece3da658b69f0de0a27cb39cc5
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      2f06030e
    • Qt Forward Merge Bot's avatar
      Merge remote-tracking branch 'origin/5.11' into dev · aacaab19
      Qt Forward Merge Bot authored
      Change-Id: Ia21a71faaecf70059aa56667f5196ca20934a228
      aacaab19
  15. 26 Jul, 2018 - 1 commit
  16. 24 Jul, 2018 - 1 commit
    • Paul Wicking's avatar
      Doc: Fix broken external link to Apple Developer page · 0fd9a726
      Paul Wicking authored
      
      Change link target so that it points to a location that is less prone
      to change in the future. The original document is gone, and the
      Apple Developer site has undergone major restructuring in the years
      since. By pointing the user to the main landing page, our link will
      likely work also in the future, even if Apple decides to redesign their
      Apple Developer site.
      
      Task-number: QTBUG-60494
      Change-Id: Icff92dcbbe202bc5e2e46ba44eabac610f9b1899
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      0fd9a726
  17. 21 Jul, 2018 - 1 commit
  18. 20 Jul, 2018 - 2 commits
  19. 19 Jul, 2018 - 2 commits
  20. 16 Jul, 2018 - 4 commits
  21. 14 Jul, 2018 - 1 commit
  22. 13 Jul, 2018 - 1 commit
  23. 09 Jul, 2018 - 1 commit
  24. 29 Jun, 2018 - 1 commit