Skip to content
Snippets Groups Projects
  1. Jun 01, 2024
  2. May 05, 2024
  3. Apr 12, 2024
  4. Mar 29, 2024
  5. Mar 28, 2024
    • Fatih Uzunoğlu's avatar
      qml: use qsTr() instead of I18n.qtr() for translation · c2205d23
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      I18n module was intending to provide translation through vlc_gettext().
      I'm not sure why QTranslator was not the way chosen before, because it
      directly offers this and using qsTr() has the advantage of better integration.
      
      Translation is handled in a lower abstraction level through QJSEngine
      (see QJSEngine::TranslationExtension) as opposed to using custom a QML type
      through QQmlEngine.
      
      Thanks to that, the `org.videolan.vlc` module import can be eliminated
      in some files.
      c2205d23
  6. Mar 09, 2024
  7. Feb 02, 2024
  8. Jan 25, 2024
  9. Dec 23, 2023
  10. Oct 20, 2023
  11. Oct 10, 2023
  12. Oct 09, 2023
  13. Sep 02, 2023
  14. Jul 28, 2023
  15. Jun 05, 2023
  16. May 23, 2023
  17. May 11, 2023
  18. Mar 30, 2023
  19. Feb 28, 2023
  20. Feb 10, 2023
  21. Feb 04, 2023
  22. Jan 30, 2023
  23. Jan 28, 2023
  24. Jan 27, 2023
  25. Dec 22, 2022
  26. Dec 15, 2022
  27. Oct 21, 2022
Loading