Age | Commit message (Collapse) | Author |
|
... and also fix the print functions that shouldn't output a newline.
Change-Id: Ifd866cb33b3ef9a2e83625ed03d5cb836c1ba56b
|
|
Change-Id: I735005f2e311abf7b64cce6b67002fe6e0d60281
|
|
Apparently somebody found it a good idea to remove the getBugTasks()
method. Also the darn thing won't run on Python 3. So apparently it's
mostly unmaintained, except that functions that we need are removed.
For future reference: it can be installed on non-Ubuntu systems by:
pip install -v --user launchpadlib
Change-Id: Ib7b0a46011dffcfe091f5bb73ed19b9dc311046c
|
|
Change-Id: I27cf30c62122ea191c852a1a298a40ef64d35ba9
|
|
Change-Id: I928eb1baa7390301036585d84895f44eb4c38d20
|
|
... on https://www.iana.org/assignments/media-types/application
Also fix up the common_noncore_mimetypes while there.
Change-Id: I66eb74b0906a10893a771b7136b5f6ebda938ee6
|
|
Change-Id: I97df3f949da7403e46951cf159a9fc1fca4cc23f
|
|
Set the flag explicitly, otherwise it's broken for me.
Change-Id: Iedcbe610ca266bb9fd9b39b8accd274888ab2f15
|
|
Change-Id: Ia19608118ae129c56846941508c4cca5c9020c8d
|
|
Add <path_to_libo>/bin to your path.
After full LO compile, the LO Java artifacts can be installed in the local
Maven repository:
mvn.py -a install -v 4.2.0 -s juh:jar:<path_to>/juh.jar
mvn.py -a install -v 4.2.0 -s jurt:jar:<path_to>/jurt.jar
mvn.py -a install -v 4.2.0 -s ridl:jar:<path_to>/ridl.jar
mvn.py -a install -v 4.2.0 -s unoil:jar:<path_to>/unoil.jar
With the artifacts installed this way, it is now possible
to consume LO artifacts from custom pom.xml:
[...]
<properties>
<LibreOffice-Version>4.2.0</LibreOffice-Version>
</properties>
[...]
<dependencies>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>juh</artifactId>
<version>${LibreOffice-Version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>jurt</artifactId>
<version>${LibreOffice-Version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>ridl</artifactId>
<version>${LibreOffice-Version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.libreoffice</groupId>
<artifactId>unoil</artifactId>
<version>${LibreOffice-Version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Change-Id: I2ad982ae23c78242ed8f1ac4c88c6be424cc7a0d
Reviewed-on: https://gerrit.libreoffice.org/6453
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
|
|
Change-Id: I883acce26266b304e83bf898f86da12549a112e5
|
|
because the script detects those as "used in other files"
Change-Id: Ifacb337338e60a194047689c16254154c867b606
|
|
The include guard gets generated based on the path of the header file.
INCLUDED_FOO_BAR_HXX for global headers in include/
INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else.
See fdo#68849.
Change-Id: Ia250e7c99cef3cb5bb0f9d4dc758ef2da3eec0a8
Reviewed-on: https://gerrit.libreoffice.org/6386
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ie3d94cef7570f943c1e07ef2a6b239df26be04bb
|
|
It was just somethinbg I did while I was working on the
LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from
several conversions.
Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
|
|
- you can now do "make unusedheaders" to look for headers that seem to be used
- also renamed the script in ./bin to follow the conventions there
Change-Id: Ia9487af02effd05bfbc5c3f5c04b928a407b0fa4
|
|
Change-Id: I9b0ec2b00c11f7f09cd37273bbbcb856d1c7c862
Reviewed-on: https://gerrit.libreoffice.org/6238
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
It is a (file:) URL anyway, and LO seems to take care of creating the
directory as neded.
Change-Id: I19dd7b67cfe2f77cea14e882c1142fadde2fbdaa
|
|
Change-Id: I97ef9ba6a3082403a76612cf99e46a0d19c9643e
|
|
Change-Id: Id7f122a2d129d70192e8bc493b0bd2423558187b
|
|
I have to check it myself every time, I never remember which parameters are
URLs and which plain pathnames.
Change-Id: If2c33ef62653f4675db6c6b0947a1630d5a7cb80
|
|
Not really for general use yet. Just a hack on top of test-bugzilla-files.py.
Change-Id: Iaac2c4b76e499988bc94056bf464bd230dabd9c1
|
|
Change-Id: Ibeed303ca4b8812cf7deafa1d1ad06f59a73cf8d
|
|
Change-Id: I3b7ca808b8e2ac4723c1f26e6190c4875e88936e
|
|
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
|
|
Change-Id: Iacad0141a72a12e67e5cc33b2e2196b74a240e81
|
|
Change-Id: Ic283d4d15154308a441905d095096c3e11f50477
|
|
Change-Id: I9b2a2ae1e8d74df701b4a2fcf28460759a95d639
|
|
Change-Id: I1f20dbc690be23c013c26c0a37b8d6eceef0f51d
|
|
Change-Id: I44f7df6e5f816cfcf7a44c6c4c76e80924237d45
Reviewed-on: https://gerrit.libreoffice.org/4955
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I98e803bee37359405f0e06a62c063fbe9da82ea0
|
|
Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
|
|
Change-Id: I1b1905a3eb7ab116eaaed5db37cff8e2bbe7456f
|
|
Change-Id: I6936d79d6a05005b74cd551c1255b42a9be36bd1
|
|
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913
Reviewed-on: https://gerrit.libreoffice.org/4601
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I8b2cc796e04091cfddcb7a5c3a57beafe59c7b40
|
|
Change-Id: I0ca0edf4fc8f19adb1859eb4a679fee6480ea295
|
|
Change-Id: I15030064d7b3d380a1b62866019e4f9b6177c180
|
|
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>
|
|
Change-Id: I2d7a52b396a46f1f6546b92eb5612958a2cb7397
|
|
Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd
|
|
|
|
* 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
f4ebb99de6e93f6d38e7b0486d66e99a196b1f6e
* fixes/hotfixes some other insanities that would break on the move
Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a
|
|
|
|
Change-Id: Ib8e442740a421d3ed86202813e97aa0239fb2299
|
|
Change-Id: Id9279b7e0dea2231db12997e571fe13ae240b914
|
|
|
|
Change-Id: Ice1a1dca6eb20057b428761469cc7f8a6db213b4
|