Commit graph

14635 commits

Author SHA1 Message Date
David Tardon
b5f1bb9317 added modules must be removed from tail_build's deps too 2011-04-27 07:55:38 +02:00
Andras Timar
f3abf31526 modify/delete wordbook files for good
* extras/source/wordbook/lang/*/soffice.dic: deleted
  These files were in old binary format and almost all
  language files were replicas of the en-US file. There
  were two exceptions: German and Slovenian. André Schnabel
  checked the German word list and he said that they can be
  deleted. Martin Srebotnjak checked the Slovenian word list
  and he asked me to keep those words -> sl.dic
* extras/source/wordbook/oracle.dic: deleted
  It was not used in the build. It contained Oracle brand
  names, etc.
* extras/source/wordbook/standard.dic: deleted
  It was built and delivered, but not packaged. It was an
  empty dictionary file which would be created anyway when
  the user creates a new empty dictionary.
* extras/source/wordbook/technical.dic:
  Entries were sorted so it will be easier to add new words.
  Some entries were added from lang/en-US/soffice.dic.
* extras/source/wordbook/sl.dic: added Slovenian words
* extras/source/wordbook/en-US.dic: added English words
* extras/source/wordbook/en-GB.dic: added English words
* scp2/source/ooo/ :
  These wordbook files should not depend on the UI language.
  They should not be in language packs but they all should
  be installed for every language like spell checker
  dictionaries.
* officecfg/registry/ :
  Paths adjusted, so application looks for wordbook files
  in the right directory.
  I enabled all dictionaries by default in Linguistic.xcs.
2011-04-26 20:39:58 +02:00
Andras Timar
382eea66dd fix typos in messages 2011-04-26 20:20:33 +02:00
Petr Mladek
6ad7cdc5a9 lo-commit-stat: add --rev-list option
+ use "git log" again to get weekly commit logs
+ use "git rev-list" only with --rev-list option; useful to list differences
  between branches
2011-04-26 20:20:16 +02:00
Petr Mladek
a38a0f4b20 lo-commit-stat: allow to list commits between branches
use "git rev-list --pretty=medium" instead of "git log"
to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3
to generate list of changes that are in 3.4 but not in 3.3
2011-04-26 20:17:55 +02:00
Petr Mladek
33a8400565 lo-commit-stat: detect mismatch of branches between repos 2011-04-26 20:03:01 +02:00
Tor Lillqvist
b3f8d9a9b8 Kill Sun-specific stclient_wrapper 2011-04-26 18:32:27 +03:00
Michael Meeks
c6709a7b64 hush unused parameter error 2011-04-26 14:57:14 +01:00
Cyril Roelandt
3e7b2bfce6 Fixing prototypes in soltools/mkdepend/ . 2011-04-26 14:57:14 +01:00
Michael Meeks
b41e01d92f initial uglification 2011-04-26 14:57:14 +01:00
Norbert Thiebaud
5152fda248 migrated the external fetched packages to our own infrastructure 2011-04-26 08:01:29 -05:00
Tor Lillqvist
97bfc27b4b Kill BrOffice, fdo#36262 2011-04-26 14:27:20 +03:00
Petr Mladek
877fcc829f do not enable BrOffice branding by default (fdo#36262) 2011-04-26 14:27:17 +03:00
Petr Mladek
1adcd87548 Disable BrOffice branding for official builds (fdo#36262) 2011-04-26 14:27:15 +03:00
Andras Timar
e55e6230dd ignore generated ooo.lst 2011-04-26 10:29:31 +02:00
Andras Timar
32352e1ce8 put L10N_MODULE definition to set_soenv instead of settings.mk
and remove alternative l10n locations from settings.mk
2011-04-26 10:27:13 +02:00
Andras Timar
a765a3e7c3 fix L10N_MODULE path on Windows 2011-04-26 09:24:59 +02:00
Kohei Yoshida
865e1f6ca7 Move it up a bit more to get it to build with --disable-mozilla. 2011-04-25 21:24:46 -04:00
Dimitri Duc
7f5b4deaba Fixed incorrect bracket format. 2011-04-25 20:53:28 -04:00
Hanno Meyer-Thurow
86dad78a82 Update '--disable-python' to disable only Python UNO API.
* configure.in:
2011-04-25 21:50:05 +02:00
Francois Tigeot
adac311d01 Remove Ultrix support 2011-04-25 14:03:27 +02:00
Francois Tigeot
92bee75069 Remove OS/2 code. 2011-04-25 08:05:22 +02:00
Norbert Thiebaud
c6134b9de6 add reportdesign in tail_build 2011-04-24 16:09:57 -05:00
Norbert Thiebaud
21c1322462 we need to generate ooo.lst before we use it.... 2011-04-24 12:30:48 -05:00
libo32
fb7a9c379b Remove already integrated fonts from extra fonts 2011-04-24 16:19:54 +02:00
Kalman Szalai - KAMI
8898e7a9c4 Add copy and extract for extras and few extensions 2011-04-24 16:19:54 +02:00
Kalman Szalai - KAMI
64f481b032 Add download support to a few extension in bootstrap 2011-04-24 16:19:54 +02:00
Kalman Szalai - KAMI
73b7e19ab8 Add initial configure and download stuffs for extra things
OxygenOffice related
2011-04-24 16:19:54 +02:00
David Tardon
854a20a74d do not try to check removed files 2011-04-24 12:07:57 +02:00
David Tardon
dc825f76d6 depend on the used components 2011-04-24 09:49:15 +02:00
David Tardon
8dd571ddb7 depend on udkapi.rdb too 2011-04-24 09:48:09 +02:00
Norbert Thiebaud
7c1026ab3f create a pseudo-module tail_build to take advantage of gbuild features
gbuild allow for multiple 'module' to be build as one Makefile.
This help with parallelism.
This module build all the 'tail' end module. these that are not
dependencies or other dmake-based module, and that pseudo module
is declared as a dependency of postprocess instead of the individual
modules it 'group'
2011-04-23 21:14:25 -05:00
Norbert Thiebaud
364dbc666a harmonize OGLTrans.uno library name on MacOs with the rest of the world 2011-04-23 15:25:20 -05:00
David Tardon
54ebdf3c21 move common UNO stuff to CppunitTest 2011-04-23 21:07:58 +02:00
David Tardon
fac629fbdd add class for creating service rdbs 2011-04-23 21:07:58 +02:00
Norbert Thiebaud
d27e7801fa tweak the delivered MacOS's name of OGLTrans to make instsetoo_native happy 2011-04-23 10:50:20 -05:00
Norbert Thiebaud
40ce81a033 add support, in gbuild, for objective/C (in addition to objective/C++) 2011-04-23 10:35:37 -05:00
Francois Tigeot
788568c584 Remove Sequent support 2011-04-22 20:04:02 +02:00
Francois Tigeot
d97ff3e736 Temporary fix for a LD_LIBRARY_PATH not propagated issue. 2011-04-22 20:01:28 +02:00
Maxime Côté
3f897ecb3d Easy hack Improve git pre-commit hook
Change of the function check_and_fix_whitespace() to check only file with the extension listed (c|cpp|cxx|h|hrc|hxx|idl|inl|java|map|mk|MK|pmk|pl|pm|sdi|sh|src|tab|xcu|xml)
2011-04-22 11:19:31 +02:00
David Tardon
38b89de958 sd has some images in imagelst subdir... 2011-04-21 20:50:30 +02:00
David Tardon
4594ffdf24 add pck to the delivery dirs 2011-04-21 20:50:29 +02:00
David Tardon
d90ba18ac0 list one target per line 2011-04-21 20:50:29 +02:00
David Tardon
ab77c99818 gbuildize reportdesign 2011-04-21 20:50:28 +02:00
David Tardon
423fd5baaa gbuildize formula 2011-04-21 20:50:28 +02:00
David Tardon
ad773c4cc3 gbuildize slideshow 2011-04-21 20:50:28 +02:00
David Tardon
98d8b2b999 gbuildize sd 2011-04-21 20:50:27 +02:00
Bjoern Michaelsen
9b15ef7581 enable CHECKOBJECTOWNER by default now, warn instead of error 2011-04-21 18:30:43 +02:00
Noel Power
2d4d06ff48 fix master install
add missing libraries doctoko ooxml resourcemodel
2011-04-20 18:37:43 +01:00
Luboš Luňák
190d20d74e don't link soffice.bin and stuff back into src tree
This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again,
removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake.
With the linking it's possible that soffice.bin becomes the wrapper
script that ends up calling itself recursively.
2011-04-20 16:14:29 +02:00