Commit graph

294069 commits

Author SHA1 Message Date
David Tardon
9617a776b4 don't setup gdb printers for regular installation
If someone wants to use them there, he should just run the
install-gdb-script himself.
2011-09-18 12:03:32 +02:00
Tomas Chvatal
9ffff7631f Fix sandbox violation.
This was once was fixed in 3.4. Can't find the commit so doing it again.
2011-09-18 11:42:53 +02:00
Tomas Chvatal
e76fba39d6 Just return, not return 0; as it is void function. 2011-09-18 11:20:44 +02:00
Tomas Chvatal
a7d38f57cc Revert "Remove once again the INSTALLDIR feature"
This reverts commit bf0ea5c4ee.

Those variables are used in bin/distro-install-*.
Unable to find any issue with both distro-install and dev-install so
reverting.
If something really does break it needs fixing. Reverting this is not
an option.
2011-09-18 11:04:29 +02:00
Peter Foley
0a9486e8f3 fix cross-compilation failure after gbuildization of desktop 2011-09-17 21:52:15 -04:00
Peter Foley
1e928fd948 don't try to cat a non existent Jar manifest 2011-09-17 18:54:32 -04:00
Caolán McNamara
27ba6af823 m4 is a real pain with [], fixes missing themes/icons 2011-09-17 23:20:47 +01:00
Caolán McNamara
ec303dfe52 charset arg doesn't exist anymore, fixes helpex 2011-09-17 23:20:47 +01:00
Caolán McNamara
6c033b649d drop makefile.mk 2011-09-17 23:20:47 +01:00
Caolán McNamara
bca6b33e57 reformat so that numbers are correct 2011-09-17 23:20:46 +01:00
Caolán McNamara
f20bafad82 ditch ByteString::Expand 2011-09-17 23:20:46 +01:00
Caolán McNamara
98f84dfaef simplify this 2011-09-17 23:20:46 +01:00
Caolán McNamara
32b2e810ad use read_uInt8s_AsOString and comphelper::string::padToLength
which allows us to simplify the read in DTable.cxx quite a bit
2011-09-17 23:20:46 +01:00
Caolán McNamara
76092149d0 add a pad and truncate 2011-09-17 23:20:45 +01:00
Caolán McNamara
ba3ac57713 memcpy is of the same length as preceding memset 2011-09-17 23:20:45 +01:00
Bjoern Michaelsen
7fff462959 check make 3.81 for bug 20033 and only disable parallelism if needed 2011-09-17 22:28:35 +02:00
Julien Nabet
02d811071c fdo #37007 Add Math symbol "There does not exist". 2011-09-17 20:38:27 +02:00
Ivan Timofeev
c62fc469aa fdo#38391: don't crash while dropping texture 2011-09-17 19:35:50 +01:00
Tomas Chvatal
1dfe0e7c8d Env.Set.sh -> Env.Host.sh 2011-09-17 18:57:43 +02:00
David Tardon
7104795811 actually create the flag after run 2011-09-17 14:59:09 +02:00
Tomas Chvatal
6a1e292d16 Whitespace once again.
Vim tends to replace 8 spaces with 1 tab, must reconfigure...
2011-09-17 12:57:29 +02:00
Tomas Chvatal
d0c339682a Fix whitespace in last commit, add safeguards for the with-theme values. 2011-09-17 12:56:18 +02:00
Tomas Chvatal
7b502808db Make --with-theme actually work. 2011-09-17 12:46:21 +02:00
Stephan Bergmann
b03f220061 Force JVM into interpreted mode when running under Valgrind, to avoid false error reports. 2011-09-17 10:59:17 +02:00
Stephan Bergmann
fefbf4014c Removed non-ASCII commentary noise. 2011-09-17 10:59:17 +02:00
Andras Timar
c7c120d360 add name and description of KeyID langpack/helppack 2011-09-17 10:18:20 +02:00
Andras Timar
27c5d661ff do not build key id pseudolanguage for release builds 2011-09-17 10:18:20 +02:00
Andras Timar
c907a667c2 build multi language dev-installer on windows 2011-09-17 10:18:19 +02:00
Andras Timar
5b465d8770 cleanup: don't use German as fallback language 2011-09-17 10:18:19 +02:00
Andras Timar
a705aec511 add KeyID option to Language dropdown box 2011-09-17 10:18:18 +02:00
Andras Timar
1066677fd5 add a new helper script: addkeyid2pot.pl
It adds key IDs to pot entries in the form of #. type comments.
In Pootle the translator can search for strings using the key IDs.
2011-09-17 10:18:18 +02:00
Andras Timar
81da24399e rewrite keyidGen.pl
it creates 4 letter key IDs (same as in pot/po files)
2011-09-17 10:18:17 +02:00
Andras Timar
8c49b1eb73 remove former key id language code 'kid' 2011-09-17 10:18:17 +02:00
Andras Timar
7796200888 add qtz (key id pseudolanguage) to langlist.mk 2011-09-17 10:18:16 +02:00
Andras Timar
9683ab6c7e remove unused BrOffice files 2011-09-17 10:18:16 +02:00
Andras Timar
2dbfcccc6f change key id pseudolanguage code from kid to qtz
kid is language code of Koshin. It is better to use a code
from the ISO 639 private range.
2011-09-17 10:18:15 +02:00
Kohei Yoshida
568e1b9794 When pasting from other apps, fall back on Fragment span.
We need to handle fragment span in case the HTML span is not provided
by the source application.  According to the MS spec it is allowed.

The old code assumed that the source app would always provide an
HTML span.  Apparently some apps don't, and only provides a fragment
span.
2011-09-17 00:05:16 -04:00
Tomas Chvatal
c002271610 Fix install for presenter extension. 2011-09-17 05:44:43 +02:00
Tomas Chvatal
0fbd4e60fc Return soon if build with --without-java, as no checks are needed. 2011-09-17 05:29:48 +02:00
Tomas Chvatal
395bb9c3c4 Explicitly state namespace to avoid ambiguous type clash with ICU. 2011-09-17 05:01:20 +02:00
Bjoern Michaelsen
206938c823 another dep needed until we are gbuild-only 2011-09-17 04:46:30 +02:00
Tomas Chvatal
713ec115d5 Enable some extensions by default, describe system-libs better. 2011-09-17 04:20:25 +02:00
Tomas Chvatal
25b90c055a Check for hsqldb only if --with-java is passed. 2011-09-17 03:19:28 +02:00
Julien Nabet
b337edca1a Better management of exception 2011-09-17 01:03:18 +02:00
Julien Nabet
3f15bfa050 Fix 2 bitwiseOnBoolean detected by cppcheck 2011-09-16 23:59:27 +02:00
Bjoern Michaelsen
91a7e5adce fail early when having mixed build/check targets, also escape GNUMAKE correctly 2011-09-16 19:47:37 +02:00
Bjoern Michaelsen
1c604d1477 remove -r hint -- we are enabling it ourselves in gbuild.mk 2011-09-16 19:44:47 +02:00
Bjoern Michaelsen
94f6df2cf7 update gbuild help 2011-09-16 18:56:34 +02:00
Bjoern Michaelsen
581089e9f1 adjust toplevel makefile 2011-09-16 18:56:34 +02:00
Bjoern Michaelsen
980fdaf40d rename all to build in top-level makefile 2011-09-16 18:56:34 +02:00