Commit graph

1664 commits

Author SHA1 Message Date
Thomas Arnhold
a097e080b8 Kill dtwm/cde 2011-07-22 01:22:07 +02:00
Andras Timar
fd28b6ae32 remove language attributes from styles.xml fdo#38257 2011-06-20 22:18:53 +02:00
Andras Timar
8db47655c7 remove url_transfer.htm
They were used by the Insert -> Hyperlink -> Internet dialog but
the contents were out of date and functionality can be explained
by a tooltip as well.
2011-06-17 21:57:34 +02:00
Michael Muench
3eb3b8205a replace OpenOffice.org and StarOffice references with LibreOffice
Signed-off-by: Andras Timar <atimar@suse.com>
2011-06-16 10:24:01 +02:00
Tor Lillqvist
2317baf734 Drop %_EXT% which was always empty 2011-06-03 13:26:15 +03:00
Andras Timar
1e73670e83 replace StarOffice icons to LibreOffice icons in Web Wizard fdo#33229 2011-05-29 23:32:47 +02:00
Jan Holesovsky
b06c861fa2 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	extras/source/wordbook/makefile.mk
	extras/source/wordbook/oracle.dic
2011-05-27 20:39:41 +02:00
Jan Holesovsky
668382d57e Remove duplicate autocorrect files. 2011-05-04 15:00:08 +02:00
Andras Timar
9532a61405 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:17 +02:00
Andras Timar
c6326754f3 remove unused letter wizard targets 2011-04-25 20:49:35 +02:00
Jan Holesovsky
0caa8c4487 Merge commit 'ooo/DEV300_m106' into libreoffice-3-4 2011-04-22 15:12:43 +02:00
Caolán McNamara
538a42bd83 fix broken .ott archives
(cherry picked from commit 7de0b88ce2)
2011-04-16 20:55:27 +01:00
Caolán McNamara
7de0b88ce2 fix broken .ott archives 2011-04-16 20:40:59 +01:00
Julien Nabet
757aa0a8e4 Change some identifiers but above all, add 1 book about LibreOffice. 2011-04-16 18:05:51 +02:00
Julien Nabet
6dd5212a01 Updating biblio.odb 2011-04-16 00:03:13 +02:00
Clio
2056f718b5 Improvements for custom shapes signet, puzzle and heart 2011-04-01 13:54:59 +03:00
Francisco Saito
9406cd63a3 drop bogus executable flag from odf files 2011-03-29 21:43:57 +01:00
Ivo Hinkelmann
3f2d526479 CWS-TOOLING: integrate CWS extras340 2011-03-29 13:28:05 +02:00
Andras Timar
c8b0ae5e88 remove localized palettes
they will be localized within the standard l10n framework
2011-03-26 15:37:01 +01:00
va
a4daf44849 #i116270# Clean-up oracle.dic 2011-03-22 16:30:21 +01:00
va
1415695245 #i112962# Remove standard.dic 2011-03-22 16:13:33 +01:00
va
629455cb22 #i112962# Remove standard.dic 2011-03-22 16:12:17 +01:00
va
0f5e457269 #i112962# Remove standard.dic 2011-03-22 16:08:43 +01:00
va
648662b984 #i96706# Added Croatian AutoCorrection File 2011-03-22 15:52:39 +01:00
va
d533b4e5b6 #i108806# Added Dutch (Belgium) AutoCorrection File 2011-03-22 13:50:55 +01:00
va
0cab3da506 #i108049# Added Lithuanian AutoCorrection File 2011-03-22 13:40:22 +01:00
Jan Holesovsky
c428e1e084 Merge remote-tracking branch 'origin/integration/dev300_m101' 2011-03-17 17:00:41 +01:00
Ivo Hinkelmann
f0d7607ff2 test123l10n04: #i107099# fixed italian file 2011-03-15 16:27:21 +01:00
Andras Timar
a683e66475 remove "Libre" from color names, see design@ mailing list
http://www.mail-archive.com/design@libreoffice.org/msg01165.html
2011-03-14 10:38:41 +01:00
Norbert Thiebaud
34a046f346 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* commit 'ooo/DEV300_m101':
  impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows
  impress202: #i35600# fixed some shape outlines (flower shape)
  impress202: #i35600# fixed heart + puzzle shape..

Conflicts:
	extras/source/palettes/standard.soc
2011-03-09 23:53:37 -06:00
Fridrich Štrba
7e2f583b3f extras needs xsltproc for multilanguage build 2011-02-24 15:58:10 +01:00
Kalman Szalai - KAMI
7a7c28cf9d Start using technical.dic instead of oracle.dic (fdo#31798)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-24 19:19:59 +01:00
Kalman Szalai - KAMI
589686740c Color palette update
Remove LibreOffice colors from standard.soc
Update LibreOffice.soc file

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-10 13:52:13 +01:00
Caolán McNamara
0a4365afa3 Resolves: fdo#32897 strip out template language tags 2011-01-10 09:49:49 +00:00
Rene Engelhard
38f7677546 technical.dic: more words from deb#425791
+dpkg
+rpm
+gcc
+gcj
+gij
+GPS
+spamassassin
+Xen
+uname
+Ogg
+Vorbis
+FLAC
2011-01-09 19:03:44 +01:00
Rene Engelhard
a364db6c09 add {Free,Open,Net}BSD to technical.dic 2011-01-09 18:20:38 +01:00
Rene Engelhard
f787e4a378 technical.dic: add endian(ness), Kerberos, debootstrap, userspace 2011-01-08 16:10:04 +01:00
Rene Engelhard
053f10b104 technical.dic: add squeeze and wheezy 2011-01-08 16:09:19 +01:00
Kalman Szalai - KAMI
684475f275 Revert "Remove oracle.dic file."
This reverts commit 6e280b46a6.
2011-01-08 15:13:04 +01:00
Kalman Szalai - KAMI
abc9f398b2 Updates for technical.dic
* Technological company names
* Services
* Special words
2011-01-08 14:50:08 +01:00
Kalman Szalai - KAMI
6e280b46a6 Remove oracle.dic file.
One of the user dictionaries is named "oracle"
https://bugs.freedesktop.org/show_bug.cgi?id=31798

Please remove the Oracle wordbook from the product. First, we don't care about
Oracle reserved words. Second it prevents some local to get some words
corrected like Éducation in French.
2011-01-08 12:23:28 +01:00
Kalman Szalai - KAMI
00d3e2fd80 Standard color palette updates
Following the colors described at:
http://wiki.documentfoundation.org/Marketing/Branding#Colors
2011-01-08 12:23:28 +01:00
Kalman Szalai - KAMI
7fbdfd0a0d Creating technical.dic based on src/*.dic 2011-01-06 15:32:37 +01:00
Vladimir Glazunov
380bc7149a CWS-TOOLING: integrate CWS impressdefaults1 2011-01-05 13:23:59 +01:00
Michael Meeks
60eb5a4986 make impress templates language neutral to save space 2010-12-13 20:12:56 +01:00
Andras Timar
f094055057 Fixed a few issues in hu templates (OOO-105) 2010-12-12 22:23:34 +01:00
Kalman Szalai - KAMI
762d520177 Adding delzip files for extras (part 2) 2010-11-30 19:36:40 +01:00
Kalman Szalai - KAMI
b03ee26745 Adding delzip files for extras (part 1) 2010-11-30 19:36:12 +01:00
Christian Lippka ORACLE
f14e4435dc impressdefaults1: #i113015# #i113017# new defaults for shape filling, outline and shadows 2010-11-30 16:49:41 +01:00
Kalman Szalai - KAMI
a4a243eca6 Adds OxygenOffice extras as configurable optional
Introduces:
 --enable-extra-gallery  - for additional galleries
 --enable-extra-template - for additional templates
 --enable-extra-sample   - for additional samples
 --enable-extra-font     - for additional fonts
 configure options.
2010-11-30 14:48:44 +01:00