Commit Graph

2199 Commits

Author SHA1 Message Date
6c8fd43cd1 [pt-PT] Autocorrect - Added 25 words
Change-Id: I1b542baf0f78ad90caeffca2456ad0c1eaae8a70
Reviewed-on: https://gerrit.libreoffice.org/36566
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-04-21 22:34:57 +02:00
59cf94fac8 tdf#107027 Remove language specific tags in templates
For all templates:
 Modify XML code to:
  Remove Configuration2 directory
  Remove lang specific tags in:
   - settings.xml
   - styles.xml
  Remove printer and grid parameters

Alizarin.otp
 Change names of master slides
 Remove hard coded texts tdf#104087

BrightBlue.otp

DNA.otp
 Remove hard coded texts

Focus.otp
 Remove hard coded texts
 Change text "Your logo here" to "Logo" to be less lang specific

Impress.otp

Inspiration.otp

LushGreen.otp

Metropolis.otp
 Remove hard coded texts

Midnightblue.otp
 Remove Outline frame on page 3

Pencil.otp
 Remove hard coded texts
 Resize title to not overlap picture

Sunset.otp
 Remove hard coded texts
 Set title in bold
 Resize outline text zone to fit in page

Vintage.otp

Vivid.otp
 Remove texts in Notes page
 Remove hard coded texts

Change-Id: If16c6c65e6650c1b6600e6324c0f931009023074
Reviewed-on: https://gerrit.libreoffice.org/36752
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-04-21 10:23:15 +02:00
78869ad9d4 tdf#87538 New standard color palette
Change-Id: Ie8d3ea0e085d0dfaeb0015596bfe4d2eacb6fc0c
Reviewed-on: https://gerrit.libreoffice.org/36202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-04-13 16:43:30 +02:00
bbeb2eac1d Update Croatian autocorr to 2017-3-27
Change-Id: Id140aab63b69e3696b27395faea8bcd7ca5142d0
Reviewed-on: https://gerrit.libreoffice.org/35813
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-03-29 09:33:41 +00:00
dbd0877e12 [pt_PT] Added 11 new words to autocorrect.
Change-Id: Id14a6da3959006a541e26e6e84d6a4eb0b070651
Reviewed-on: https://gerrit.libreoffice.org/35187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-03-24 05:54:16 +00:00
e681749ffa tdf#105040 Notebookbar: added shortcuts toolbox
In the tabbed notebookbar the shortcuts toolbox is introduced.
It is placed before tab labels, after the menu button.
Customization is possible, buttons are loaded from the
newly created toolbar "Notebookbar shortcuts".

NotebookbarTabControl was moved to the sfx module.

Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4
Reviewed-on: https://gerrit.libreoffice.org/35194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-15 15:54:19 +00:00
3063d55b8b Fix typos
Change-Id: I338dacd3cfe915714a9038e1dea4a60d586e9394
Reviewed-on: https://gerrit.libreoffice.org/34806
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-03 07:05:43 +00:00
e5b616bc22 update emoji autocorrect files from po-files
Change-Id: Ib837a679e359ac7f7c1e22f57cdfc0fddbdee931
2017-02-28 15:22:34 +01:00
5b3022860a tdf#99967 Drop Web Wizard
Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab
Reviewed-on: https://gerrit.libreoffice.org/26381
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-02-17 22:21:57 +00:00
cdf4b2bba8 Related: tdf#105672 Load toolbar properties from .ui
- Supports toolbar-style, icon-size, orientation.
- Defaults are:
    toolbar-style = icons only
    icon-size = what's set in Tools > Options... for Sidebar/Notebookbar
    orientation = horizontal
- Remove no longer needed BigToolBox (use toolbar-style=both + icon-size=3 instead).

Change-Id: I185388255a351dfd6719a363b7e399bf36b0b25d
Reviewed-on: https://gerrit.libreoffice.org/34281
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-02-15 00:19:45 +00:00
b192a87149 tdf#105962: added missing controls to avoid crash in impress
Change-Id: I0df6da42b02188f417964afa607ec9ea2c23f8ea
2017-02-14 22:15:48 +01:00
54d5b1828e tdf#105672 framework managed menu button
This adds a menu button that can use a popup menu controller
to manage its menu. It supports 2 cases:

- Use any controller that is registered in Controller.xcu,
  by specifing its .uno command.

- Manage an arbitrary popup menu with MenuBarManager
  (assuming its items have proper .uno commands in their
  MenuItemData::aCommandStr). It means that a menu that
  was defined in a .ui file, can be used inside that .ui
  file without any additional code.

This commit uses the new control to fix some currently
non-working buttons in Calc's Notebookbar (but there are
more that can be fixed the same way). It's not clear how
long we will continue to use buttons (instead of
toolboxes) for the Notebookbar, but hopefully this control
will be useful in other places too.

Change-Id: Ie00cde7cd7e39948948960ca2eff76e9db837109
Reviewed-on: https://gerrit.libreoffice.org/34103
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-02-09 22:49:51 +00:00
cf2e9ded20 tdf#87605 Added some new terms
Few important terms added

Change-Id: I40281ff2052a1b0978978b2b1e12e7453e04e1b8
Reviewed-on: https://gerrit.libreoffice.org/33840
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-02-06 14:30:36 +00:00
a7f24b6fe6 update emoji autocorrect files from po-files
Change-Id: Iea4e16a5c0ede574bc9e01bc0953aed9a138243d
2017-01-26 22:47:12 +01:00
aef7612b0c update emoji autocorrect files from po-files
Change-Id: I9f99276e36fbb0293a8ae2dc7dcd49fb75ca3be3
2017-01-16 22:55:48 +01:00
b365d56ed9 update emoji autocorrect files from po-files
Change-Id: Ifc78ba8ae27544e8588c18cd5ba962a9fdeb1497
2017-01-11 15:58:42 +01:00
b98f086693 Added 34 new pt_PT autocorrect words
Change-Id: Ibd2703d651b9af1e9baf7c9a1541acf70d2415da
Reviewed-on: https://gerrit.libreoffice.org/32882
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-01-09 19:24:00 +00:00
d339feac2a tdf#87605 Added term 'Gerrit' to technical dictionary.
Change-Id: I1c296a00acd91e5da49953e5adb250497ff0e520
Reviewed-on: https://gerrit.libreoffice.org/32433
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-12-29 04:46:49 +00:00
10ef8042eb tdf#87605 Update technical dictionary
Added new technical terms in extras/source/wordbook/technical.dic

Change-Id: I3144c959b04335e69cd3ad9780b6cc11eb0ab0d9
Reviewed-on: https://gerrit.libreoffice.org/32347
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-12-25 07:31:11 +00:00
1597730ac1 tdf#87605 Added 'ANSI' to technical dictionary
Updated the technical dictionary at extras/source/workbook/technical.dic

Change-Id: Iadd62acf24cbec3ec7782e4d31f14297d8702bbb
Reviewed-on: https://gerrit.libreoffice.org/32383
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-12-24 08:20:26 +00:00
036c1f445a Update of autocorrection rules, especially WordExceptList.xml
Change-Id: Ib82b63acca23bec06ea4d8b11ec2ae49a985d745
Reviewed-on: https://gerrit.libreoffice.org/31707
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kruno <kruno.se@gmx.com>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-12-23 18:33:19 +00:00
765826abca tdf#87538 New standard color palette, tdf#104052 Add LibreColour HLC palette
New standard palette; contribution from Christoph Schaefer, freieFarben e.V.

Change-Id: I36cfb3983e28caad0994f9a81e5bc230e8a675e8
Reviewed-on: https://gerrit.libreoffice.org/32116
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: V Stuart Foote <vstuart.foote@utsa.edu>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-12-19 15:18:48 +00:00
5bd30fea44 fix svxlo-ColorListBox->svxcorelo-SvxColorListBox glade catalog
Change-Id: Ia007045c71e85fcca2afeacec6ef77d5f0b633f1
2016-12-15 09:31:46 +00:00
841ef7154b tdf#104050 - Add Breeze palette
Amendment to gerrit 31012; makefile adjusted

Change-Id: I89b339e49e190f4269a2950799436e94f0aee665
Reviewed-on: https://gerrit.libreoffice.org/31481
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-12-13 18:37:23 +00:00
a4dc0ce392 tdf#104047 - Remove dispensable palettes
cmyk, palette, gallery, web, scribus are obsolete

Change-Id: I7f8a4cb3ccb44e148783c79076e02dc6af933d2d
Reviewed-on: https://gerrit.libreoffice.org/31477
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-12-13 18:31:19 +00:00
9841942508 tdf#80196 - another attempt at renaming to tonal.soc and adjusting names
now for 5.4.0 master and dropping abreviations

Change-Id: I72dbbab2688709e8266be93b40040c4c6c970d55
Reviewed-on: https://gerrit.libreoffice.org/31217
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-12-01 08:38:51 +00:00
b8283bc46b Cleanup OpenSymbol vertical metrics
OS/2 sTypoDescender should be -ve not positive, and the hhea and OS/2
values should agree. Also OS/2 usWinAscent/Descent should be big enough
for any glyph in the font.

Change-Id: Iad201f268f4e030565795e858a5a42937328ec80
Reviewed-on: https://gerrit.libreoffice.org/31060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2016-11-23 09:04:15 +00:00
7e99596e87 update emoji autocorrect files from po-files
Change-Id: Iac50196233f1d99eea4f5adcb57b576cbab018b1
2016-11-23 01:49:34 +01:00
37a14c5e35 Add the missing Adobe Symbol Encoding glyphs
Copied from SymbolNeu font which is metric compatible with Microsoft’s
Symbol font, from:
http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/croscorefonts-1.23.0.tar.gz

With the following license:
Licensed under the Apache License, Version 2.0

This fixes the original issue that was fixed in:

commit 8556cd881270823865662e9a7700da58d11c2785
Author: Miklos Vajna <vmiklos@collabora.co.uk>
Date:   Thu Mar 6 09:48:54 2014 +0100

    cp#1000039 DOC import: ignore symbol charset of the symbol font

Which was reverted in:

commit d8c386593e42e1f0cce52d052b1009c59e75afa2
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Nov 17 15:03:39 2016 +0200

    tdf#103944: Fix symbol font remapping

No test this time, as I don’t think we can currently test which glyph
ended up being used (or the visual rendering of the document).

Change-Id: I82aef00862502fbe69d94a228307b8cff97ab336
Reviewed-on: https://gerrit.libreoffice.org/30961
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-11-22 09:45:07 +00:00
5c12939540 tdf#80196 - Standardized color palette normalized by graytone
mathematically generated colors, attachment 101316 attachment 104623
authored by Wade D. Peterson contributed CC0 in the public domain

Change-Id: I06b1b58b1c9e8cf2ef15e581fcf148b74ed36301
Reviewed-on: https://gerrit.libreoffice.org/31061
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-22 09:22:36 +00:00
2bea44c420 Revert "tdf#80196 - Standardize color palette using mathematically generated colors"
This reverts commit 6f3bf1cdc48b62caec1e54a6aa6db41b4a56d1c4.

Change-Id: Id077d1603ff2a5c82ba56b700b5e1fdfa637c877
Reviewed-on: https://gerrit.libreoffice.org/31054
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-22 09:21:25 +00:00
728c9a0d47 Revert "tdf#104052 - Add LibreColor palette"
Unfortunately contributed under Creative Commons Attribution-NoDerivatives 4.0; let's revert for now to prevent confusion, hopefully the author will re-license.

This reverts commit 100dfb680d068e9c7e45b2147888a6c30f31276c.

Change-Id: I1c8fc09abfd1acaef185bbe0e87e593d8d2a0352
Reviewed-on: https://gerrit.libreoffice.org/31042
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
2016-11-21 14:06:06 +00:00
e92f098ae5 tdf#104052 - Add LibreColor palette
Artwork by Christoph Schaefer, dtp studio oldenburg

Change-Id: Ibb512b4de154bdc2bb25dcbd60bdb77d0203ffe8
Reviewed-on: https://gerrit.libreoffice.org/31025
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-21 07:59:37 +00:00
494cdeda97 tdf#104051 - Refresh Tango palette
Color names updated

Change-Id: I9fe3eec9f33dcdaadbc995a35a064256dbdc5e42
Reviewed-on: https://gerrit.libreoffice.org/31013
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-21 07:57:10 +00:00
6f3bf1cdc4 tdf#80196 - Standardize color palette using mathematically generated colors
Artwork by Wade D. Peterson & Owen Genat; attachment 105128

Change-Id: Ib4adf859ec08d9ac5f078941fa9bef4d304260a9
Reviewed-on: https://gerrit.libreoffice.org/31011
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-21 07:56:47 +00:00
e0d48f8de1 tdf#104050 - Add Breeze palette
New palette based on https://community.kde.org/KDE_Visual_Design_Group/HIG/Color
with some newly introduced color names

Change-Id: I48afbfd0bfa449dba5d3c59fd880d0657130cc00
Reviewed-on: https://gerrit.libreoffice.org/31012
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-21 07:56:18 +00:00
1f04be242b tdf#104048 Refresh html palette
Palette was recreated based on https://en.wikipedia.org/wiki/Web_colors

Change-Id: I9fa7261f01e8abad16dd0279693a8e7a27ed1ec8
Reviewed-on: https://gerrit.libreoffice.org/31010
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-21 07:53:49 +00:00
7a072614b2 Typos
Change-Id: Iff293841047a945107033ed81d4e81fb8bbe67b8
2016-11-19 16:37:18 +02:00
0fce641f55 Minor changes to simplify editing in FontForge
Show glyph in the final font order, and use a bigger view size. No
functional changes.

Change-Id: I28b1ba00adccb9f7599f393395b5504d2b86f473
2016-11-18 13:40:51 +02:00
af98ce2927 Update README to reflect reality
Change-Id: I0cedea64cb95261b2c31272533da69cb1f0f2820
2016-11-18 13:40:50 +02:00
c6ec65395c chmod -x
Change-Id: Ie07ef2f9e9f6d0b31b513afa913b79d9c641e4f1
2016-11-17 12:35:52 +02:00
64a708cba9 Revert "Reverts a commit series that cripple windows ci."
with addition of...

- svxlo-SvxColorListBox
+ svxcorelo-SvxColorListBox

This reverts commit db380aab1063e8a5e40111c40ee9f7921aa82601.

Change-Id: I3af7aa0abb1a430bce64188244404fcbd480b128
Reviewed-on: https://gerrit.libreoffice.org/30598
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-11-07 21:04:50 +00:00
db380aab10 Reverts a commit series that cripple windows ci.
Revert "SvxShadowTabPage::Construct was removed"
 f9a2c1c12ecad833c63b894c89d6008907477eb5.
Revert "replace OColorPopup with SvxColorWindow"
 f300754bb1c6a347c92bb9548be7a65237176542.
Revert "drop AutoColorInvalid/SID_ATTR_AUTO_COLOR_INVALID"
 347c2c334589b18cc62af292674bb3df1dd54b71.
Revert "replace last ColorLB use with a listbox of colors"
 604b35bf55351751a396e34dcca3f85e75860fd5.
Revert "simplify, its just a vector of colors"
 351a97ce6bda3075677b59fa1387ba3d1ab17d7a.
Revert "replace user draw with an Image of the color"
 df738e0f8ceedb4bad756960be14d9c41adc165d.
Revert "strip down to the used pieces"
 commit 08d6cd788f2584ce10ab8fa10665245e953c59d9.
Revert "move now combined ColorLB to location of last user"
 a19b18ad7c9eb0197c10e6d7e451ec4542e4bc9e.
Revert "fold ColorListBox and ColorLB together"
 a989a0b1f2b425f05b58d0e44ce2de31c842ed65.
Revert "move ColorListBox beside sole thing that uses it"
 760a198e697f3070a5e0e029e4eff7be220eb9cd.
Revert "extensions leaks out details of Color Selector, patch it up"
 8bea644d6117a49405e6426dc97214220fc869d1.
Revert "inherit FillAttrLB from ListBox not ColorListBox"
 d2ce812f1d3a7a2aad89ca0bd11948b63d2db7b0.
Revert "unify color selectors"
 43bc3031483d172eccd72c3804e2d4fc2ef37de4.
2016-11-05 13:42:40 -05:00
43bc303148 unify color selectors
Note: this removes the use of auto-color from writer's asian text grid, because
its always invisible as far as I can see in practice.

Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e
2016-11-04 17:14:26 +00:00
33bc51a605 Added 22 pt_PT autocorrect words
Change-Id: Ida1f8f836e1c5772771fb4ca3c90982b98326778
Reviewed-on: https://gerrit.libreoffice.org/30473
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-11-01 18:07:59 +00:00
090e666c12 Added 20 words to autocorrect pt_PT.
Change-Id: I504de5175c7563c2b81b765786fd1b57da16202b
Reviewed-on: https://gerrit.libreoffice.org/30328
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-27 13:56:03 +00:00
184e0d1090 tdf#95387 UI: "Custom Animation" probably should be called just "Animation"
modified some .ui

Change-Id: I95657829251b91ff07a750945eddf213bc82e3c5
Reviewed-on: https://gerrit.libreoffice.org/30150
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-10-21 20:04:19 +00:00
0e93a80534 Added 38 words to autocorrect pt_PT.
Change-Id: I501c9a08cabfa0075fc472b5141052379e634e86
Reviewed-on: https://gerrit.libreoffice.org/30152
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-21 18:50:16 +00:00
0ae76ce8ba tdf#103317 remove single master simple gradient templates
Change-Id: Ifb0a1fc11a5cc497a90496ca8afc60e2271f9ec3
Reviewed-on: https://gerrit.libreoffice.org/30021
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-10-19 13:32:02 +00:00
c01b15514e Update autocorrect for Croatian
Change-Id: I23254c546ddffc080a4239be103618c4b4514095
Reviewed-on: https://gerrit.libreoffice.org/29985
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-18 21:41:14 +00:00