The new option "-L" allows to print out potential candidates for translation
combined with the number of lines found like "-l" - but only if there was a
positive result (i.e., a file that needs checking).
This leads to a much more compact representation helping people to find the
few files that still need translations.
Change-Id: Iad554eb6ce5b062e96774d9488c54105679b7c4b
With slightly different semantics:
Instead of pointing at a previous checkout,
point at base directory of all repos.
Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee
And move striplanguagetags.sh to bin/ - possibly it's used.
Change-Id: I68e23ef543f4e26f617d9860681273234ec9174c
Reviewed-on: https://gerrit.libreoffice.org/4239
Reviewed-by: Mathias M <matm@gmx.fr>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
* ignores (for now) modules:
- sal
* these might or might not consider themselves too special for their own
good and break by the move
* these modules use Package_<module>_odk_headers.mk instead and stay
untouched:
- cppu
- cppuhelper
- sal
- salhelper
* these modules have an inc/ subdir, but no Package_inc.mk
- accessibility
- autodoc
- bridges
- idlc
- pyuno
- svgio
- unodevtools
- xmlsecurity
this should not hurt the move
* these folders are in solver/ with generated headers:
- oovbaapi
- offapi
- udkapi
- officecfg
- systools
- external
- oox
- svx (sdi)
- sfx2 (sdi)
- writerfilter
* these likely can be cleaned up still after the move:
- dbaccess
- npsdk
- sd
- helpcompiler
* should work with xmlscript after commit
f4ebb99de6
* fixes/hotfixes some other insanities that would break on the move
Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a
Induce the module name from the library name. Report the libraries that can
not be mapped to a module. Make the resulting module dependency graph unique.
Add diagnostic options:
--help
--verbose
--version
Add convenience options (primary for caching):
--from-file
--to-file
Add output option
--output
Provide a manual page with hints how to hack on it.
Change-Id: Ib5c029c6ea197ca4f66fe6958ecbc3f78452c603
Add --bugs-changelog option to print the list of bugs in the style
of SUSE changelog
Optimized the code to check bugzilla only once when you generate
more logs.
Change-Id: I56eeda92628422f1b649c0fd71ae9146aeaa85c9
because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets
Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
Under Linux dlsym will search other locations and find them if they exist
elsewhere, but not under windows, so its easy to put the wrong lib name in if
developing under Linux because it'll generally work anyway.
So add a script: bin/verify-custom-widgets-libs which can be used under Linux
to verify that the required factory methods exist in the right lib.
Change-Id: Ic30f8da5acc4712684a7a25fbfb003e8b21cb867
Add --cherry option that filters commits using the "git cherry" command.
Note that you need to pass git arguments for "git cherry". It means
"old-branch-or-tag" "new-branch-or-tag".
Change-Id: Iea67d0ead205c66112791cb0444fa183c7fa6e9b