Age | Commit message (Collapse) | Author | Files | Lines |
|
that I don't want to try fixing just yet
Change-Id: I18fc427ef7d2ed652bb7ffb911fc892833cbefd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118153
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I5cc1d8730378c709582ee9927f63c13f0795866b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116523
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I82cb41518524949bbd578778724b92d9ebcecad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116139
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: Ia69ce6a7be9f995dc919b91e4a3a56375e1c4c96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115908
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I283457e47b919411455afac209e78e508139f9af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115498
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I66d39f3c4500ca75da62f023c80c8fe2851636a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115376
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
with some CPPUNIT stuff that is being deliberately leaked
Change-Id: I7e3e3090877394f05e5bc9f270c456de7e7c57f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115333
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
which seems to be leaking deliberately and we don't really care
about leaks in this tool
Change-Id: I6b6630fb64f905037efc043ea81c5cdc5a3207a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93644
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: Ie004a2fd3b5f2654541b0bcec0d4d7dae312598f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93451
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I39418b70040c34ade39f5e35ea700792f25418ab
Reviewed-on: https://gerrit.libreoffice.org/82545
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
* 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
|
|
Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
|
|
Change-Id: I89da499ee654b0803c3485227641e4d97db8ec60
Reviewed-on: https://gerrit.libreoffice.org/23171
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I8451bc5a754332a4cbfaa721324e8256271de05e
|
|
Change-Id: I48af7bbb78f33035e6b8369eb460a6fdf5fc96b4
|
|
Change-Id: I2a276a6932ea1a36323f4c117e6caabaff9f0168
|
|
These are not built with Asan/Lsan and therefore are most likely false
positives.
Change-Id: I76ae7e4d023ab6401a34b61dbc9a05bc75327253
|
|
Most likely show up since 9c9f0ea2c38929d133b0fe2faf616ecab17e07c9
Change-Id: I9d097c1098edc626db67171893411363e13d7941
|
|
Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043
|
|
Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
|
|
Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5
|
|
from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt
Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931
|