1. 26 Mar, 2019 1 kayıt (commit)
  2. 27 Şub, 2019 1 kayıt (commit)
  3. 22 Şub, 2019 7 kayıt (commit)
  4. 13 Şub, 2019 1 kayıt (commit)
  5. 17 Kas, 2018 1 kayıt (commit)
  6. 07 Kas, 2018 1 kayıt (commit)
  7. 28 Agu, 2018 1 kayıt (commit)
  8. 20 Haz, 2018 1 kayıt (commit)
  9. 19 Nis, 2018 1 kayıt (commit)
  10. 03 Nis, 2018 1 kayıt (commit)
  11. 20 Mar, 2018 1 kayıt (commit)
  12. 14 Mar, 2018 1 kayıt (commit)
  13. 02 Mar, 2018 1 kayıt (commit)
  14. 22 Şub, 2018 1 kayıt (commit)
  15. 23 Eki, 2017 1 kayıt (commit)
  16. 22 Eki, 2017 1 kayıt (commit)
  17. 22 Eyl, 2017 1 kayıt (commit)
  18. 01 Agu, 2017 1 kayıt (commit)
    • Caolán McNamara's avatar
      move resmgr to unotools · b1d829e5
      Caolán McNamara yazdı
      and the vast majority of translations is to the ui language so default
      ctor with that arg
      
      and now drop OModuleResourceClient
      
      Change-Id: I3b85a560ffdfe5f019c2271ac56a5fe4a361522b
      b1d829e5
  19. 21 Tem, 2017 1 kayıt (commit)
    • Caolán McNamara's avatar
      migrate to boost::gettext · 00657aef
      Caolán McNamara yazdı
      * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl
      * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string")
      * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching
        MODULE .mo files
      * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui
        goes from l10n target to normal one, so the res/lang.zips of UI files go away
      * translation via Translation::get(hrc-define-key, imbued-std::locale)
      * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there
        to keep finding the .hrc file uniform) so magic numbers can go away there
      * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation
        mechanism
      * en-US res files go away, their strings are now the .hrc keys in the source code
      * remaining .res files are replaced by .mo files
      * in .res/.ui-lang-zip files, the old scheme missing translations of strings
        results in inserting the english original so something can be found, now the
        standard fallback of using the english original from the source key is used, so
        partial translations shrink dramatically in size
      * extract .hrc strings with hrcex which backs onto
         xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap
      * extract .ui strings with uiex which backs onto
         xgettext --add-comments --no-wrap
      * qtz for gettext translations is generated at runtime as ascii-ified crc32 of
         content + "|" + msgid
      * [API CHANGE] remove deprecated binary .res resouce loader related uno apis
            com::sun::star::resource::OfficeResourceLoader
            com::sun::star::resource::XResourceBundleLoader
            com::sun::star::resource::XResourceBundle
          when translating strings via uno apis
            com.sun.star.resource.StringResourceWithLocation
          can continue to be used
      
      Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
      00657aef
  20. 19 Tem, 2017 1 kayıt (commit)
  21. 15 Tem, 2017 1 kayıt (commit)
    • Armin Le Grand's avatar
      emfplus: create a wmf/emf/emf+ primitive based importer · 83535a28
      Armin Le Grand yazdı
      First steps to organize an importer that can read/interpret
      wmf/emf/emf+ and deliver a primitive representation for
      the content by parsing it. Use the same mechanisms as
      already applied for Svg, so to reuse abilities to keep
      original binary data to allow save again and embedding in
      files and have an implemented replacement bitmap based
      representation. For this, unify the used helper classes
      to handle more than just Svg. For 1st try, add test code
      and static bool switches
      
      Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7
      83535a28
  22. 18 Haz, 2017 1 kayıt (commit)
  23. 15 Haz, 2017 1 kayıt (commit)
  24. 12 Haz, 2017 1 kayıt (commit)
  25. 26 May, 2017 1 kayıt (commit)
  26. 24 May, 2017 1 kayıt (commit)
  27. 19 May, 2017 2 kayıt (commit)
  28. 30 Nis, 2017 1 kayıt (commit)
  29. 25 Nis, 2017 2 kayıt (commit)
  30. 20 Nis, 2017 1 kayıt (commit)
  31. 29 Mar, 2017 1 kayıt (commit)
  32. 28 Mar, 2017 1 kayıt (commit)