Commit Graph

1934 Commits

Author SHA1 Message Date
6c6463124d update emoji autocorrect files from po-files
Change-Id: I94e04257d2157efa2a01144e42098067bc13a288
2015-10-18 02:07:01 -05:00
240d1f289c tdf#93957 fix Emoji pattern of horizontal ellipsis
Typing :.: (one ASCII dot between colons) will enter the Unicode
horizontal ellipsis (U+2026: …) instead of the bad :…: (the
requested Unicode character between colons).

Note: the pattern :...: (three ASCII dots between colons) was
originally intended for the horizontal ellipsis, but that
collides with .*... pattern (default in English and in several
other languages, meaning: replace word ending three ASCII dots).

Change-Id: I97632ff81e04ab9e53026da425b82a2541db0eb1
2015-09-11 01:07:03 +02:00
6e88d63829 update emoji autocorrect entries from po-files
Change-Id: I92b5d2f0c66541735a1c186d3c35c9a8390c91ca
2015-09-03 19:39:48 +02:00
b14680fbdd tdf#93233 fix clockface emoji entries
this fixes the template only - the actual autocorrect entries for en-US
will be processed on next translation merge

Change-Id: Ib898897e448914ca334d7c34a45e18f787a8aa14
2015-09-02 14:35:25 +02:00
3fac8cf4f9 add sfxlo-TemplateLocalView to glade catalog
Change-Id: Ia73125ba2e547f87c1f28bdc917333346a01a251
2015-09-01 10:39:20 +01:00
26f3a64703 Remove bogus ligatures from OpenSymbol font
http://nabble.documentfoundation.org/Bogus-ligatures-in-OpenSymbol-font-tp4157549.html

Change-Id: Ic9da9f9234dfc945324f38407df4094eb91038c8
Reviewed-on: https://gerrit.libreoffice.org/17913
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-22 15:54:06 +00:00
75a8b1cf84 tdf#93302: Fix OpenSymbol %phi and %varphi glyphs
The glyphs for %phi and %varphi symbols were swapped in commit
81001f2c89e5932a8bfde26aacb9277b59146dff (back in 2009), as part of
https://bz.apache.org/ooo/show_bug.cgi?id=105084 (see the document
attached there), but no justification was given.

Given the shape of the symbols after that change contradicts the ones in
the Unicode code charts and other popular math fonts, I simply swapped
them back.

Change-Id: I0133a3d07df932f144ec5900103e11e27f174a5e
Reviewed-on: https://gerrit.libreoffice.org/17822
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-18 19:45:01 +00:00
d4d207090c update emoji autocorrect entries from po-files
Change-Id: I1f6b78d79eed76538bd7999a5a38198ce1e27d57
2015-08-12 17:44:27 +02:00
8552e92873 update emoji autocorrect entries from po-files
Change-Id: Ia3931f3cac13894ccd51772312110367194e19c6
2015-07-31 01:47:29 +02:00
fa8089e109 update emoji autocorrect entries from po-files
Change-Id: I0d97689ec299dfb4e6400eee40d85b5abea1ab11
2015-07-24 19:46:21 +02:00
ab777c9cec add Slovenian Emoji shortcodes
As a po file, Slovenian translation was in git in time, but not
in the requested AutoCorrect XML.

Change-Id: I6387ff6388963c1f020c7a82e721fd103153bbea
2015-07-21 02:36:23 +02:00
578969c51c add localized Emoji short names
Change-Id: I023dc4200f93f61cb58f96931a8073ad3838d3d9
2015-07-16 04:14:18 +02:00
4a91d5ee95 Add translation support for short names of Emoji and other symbols
See also https://wiki.documentfoundation.org/Emoji

Change-Id: Ifd534bca1cd0dce017b9e5a9335f4ee52df1c8da
2015-06-01 11:11:51 +02:00
c4318b8c19 add Greek small letters to the technical spelling dictionary
Greek upper case letters have already been ignored during
spell checking, so there is no reason to avoid the small ones,
especially because they are frequently used in scientific and
technical writings.

Change-Id: I128fe8c51b7e9802c18fc282674998741c8e4fb2
2015-05-22 18:46:45 +02:00
2b5d533651 AutoCorrect: Emoji support (hu)
Change-Id: Ic2ad51b0ce496d28ba94b31302c7abb21a1c59a7
2015-05-20 12:45:17 +02:00
d3c12e22aa AutoCorrect: Emoji support (en-US)
Modern graphical operating systems have default Unicode 6 support
with several Emojis and other useful special characters. Using
their short names within colons (de facto web standard), now it's
possible to insert them immediately.

For example:

⌨️ -> ⌨ (U+2328)
📷 -> 📷 (U+1F4F7)

Change-Id: I189609983281bcfc223cfd39678e92200b826c89
2015-05-20 12:45:16 +02:00
e658cb4d5c Clipart - PNG files optimized.
Lossless optimisation of PNG image files in clipart Gallery.
Total saving of 887 KB !
Used ImageOptim.com and custom tools ('pngslim').

- Arrows: Saved ~44KB out of 189KB. ~23% per file on average (up to 38%).
- Computers: Saved ~17KB out of 242KB. ~7% per file on average (up to 11%).
- Education: Saved ~142KB out of 804KB. ~18% per file on average (up to 36%).
- Environment: Saved ~197KB out of 1.3MB. ~14% per file on average (up to 23%).
- Finance: Saved ~67KB out of 695KB. ~10% per file on average (up to 37%).
- People: Saved ~280KB out of 2.7MB. ~10% per file on average (up to 15%).
- Transportation: Saved ~141KB out of 1MB. ~14% per file on average (up to 15%).

Change-Id: I1812ae84e5672d49a7798dc44f518c1d6cd70ec1
Note: These should ultimately be replaced with original (/improved) SVG vector artwork.
Signed-off-by: Andrew <dent.ace@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/15669
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-07 23:35:45 +00:00
9a5361df8c add some missing glade prototypes
Change-Id: Iff936ca81c594b588b0dd8b66970fa6135a4c53e
2015-05-05 17:21:57 +01:00
25d200bf44 add some default style presets to templates
Change-Id: If7051720b09b8472d1866ddecbb547d321539423
2015-04-22 12:41:15 +09:00
d68cf40b7a Add "eg." and "ie." to the English sentence exception lists
"eg." and "ie." are frequent informal alternatives of "e.g."
and "i.e.", (e.g., see http://en.wiktionary.org/wiki/eg),
but these word forms weren't in the sentence
exception list, resulting unnecessary automatic
capitalization of the next words, "eg. Here."
Avoiding double trouble, this capitalization is disabled now,
like in the case of "i.e." and "e.g.".

Change-Id: I86819ae62967de3fe4ea5d032972b3ad30f059f2
2015-04-20 01:56:07 +02:00
f73928ce61 Presentation template.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: I80424ee605f34e2ffeed36a0a8356fa611e3d222
2015-01-07 22:38:33 +01:00
422881d2e6 Presentation template.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: Id8301c73cd7038250cf3b3ed16bf0d69959e9066
2015-01-07 22:38:33 +01:00
38147313e3 Presentation templates.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: I26a28df61ac6f5a25af28fed137a3bfb17704c30
2015-01-07 22:38:32 +01:00
ff03e6b969 Template for CV / Resume.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: If92cf96a8336465f519235db1a995743e6514614
2015-01-07 22:38:32 +01:00
ad54d3cca7 Template for CV.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: Ib823f7cf8743517efff8c91731065d4f56eefcc0
2015-01-07 22:38:32 +01:00
d203729bbe Template for business cards.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: Ia2e2e69fcd2cb8c51feb8e3de4250da000950e67
2015-01-07 22:38:32 +01:00
ff74315731 Templates for business letters.
Contributed under CC0, chosen by the Design team for inclusion.

Change-Id: I810367ade9662de3ae694704528e3302264afa49
2015-01-07 22:38:31 +01:00
11d0c28601 convert RID_SVXFLOAT_3D docking window to .ui
This is an epic dialog with lots of moving parts

Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f
2014-12-30 15:43:39 +00:00
e95ae3278b fdo#86511: Fix the RGB value of 'Sky blue 1' color.
Change-Id: Ib64149f49072a51debff5b7c3c874a2b69f7dfc6
2014-12-04 17:10:56 +01:00
8505c7970a fdo#86557: svx: fix crash when creating new "XML Form Document"
Strangely it doesn't crash on Linux.

(regression from 713735fc89b9e0222d8b62d051153da6932b3ebd)

Change-Id: Ie29c795f5edec7d8fdf949027359c0c509edb15c
2014-11-27 21:58:15 +01:00
892a7be963 Resolves: fdo#83010 remove svx::WrapField
in favour of a wrap property on NumericField

Change-Id: I62c6bdb69a16f37ae6018a2fe41070fb18dbe4a0
2014-09-25 17:20:31 +01:00
5911154175 Start Center Template Manager Tweaks
Template Manager and the related Start Center view has same
transparent highlight color as Recent Documents. Also Template
thumbnail containers should have the same size as Recent Docs view.

Change-Id: I22e417a5c5ca5a849577d5a438a193371368fe24
Reviewed-on: https://gerrit.libreoffice.org/11467
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-25 12:28:41 +00:00
dca88d025f Revert "Add svxlo-SvxColorValueSet to the glade catalog"
This reverts commit 9df22b4ac0f97346701d0284abc74499310e660f.
2014-09-18 09:51:55 +03:00
9df22b4ac0 Add svxlo-SvxColorValueSet to the glade catalog
Change-Id: I2f6e9e7dbca3b2cd8a7d712c5516b526ddda83b8
2014-09-17 10:19:59 +02:00
a0afc27c45 remove trailing space
Change-Id: I9fd2912af105b4363560b19ac18e1576ecc80a8c
2014-08-31 12:32:27 +01:00
34827767b1 fdo#83037 fix autocorrect collisions of short and long ASCII arrows
Now single --> character sequences will be replaced with single
arrows again, not with a dash plus arrow:

--> -> →

Only the short variants will be replaced within words:

File->Open ->  File→ Open
File-->Open ->  File-→ Open

Change-Id: Idf58f96cd3299799bcb2be0f86c0ebe8937c70ae
2014-08-26 11:26:09 +02:00
3067d228cd TAB_WIZ_TYPE_SELECT and TAB_WIZ_NAME_MATCHING conversion to .ui
Conflicts:
	dbaccess/UIConfig_dbaccess.mk
	dbaccess/source/ui/misc/WizardPages.src

Change-Id: I1a628dd6220f3f180cc01353380fe4aa7e166cf4
Reviewed-on: https://gerrit.libreoffice.org/10776
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-08-06 13:15:04 +00:00
b3b6361c55 fdo#81571 autocorrect doesn't need space before (c), (r), (tm)...
Also ->, -->, <-, <-- arrows are replaced within text, eg. A->B->C

Change-Id: I4abf804d3e9c6b2b06ed3cb274a1919346e06573
2014-08-01 19:43:37 +02:00
e6caeefce4 Converted RID_SVX_MDLG_HANGULHANJA to Widget Layout.
Also, removed the unused hrc/src files.

Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c
Reviewed-on: https://gerrit.libreoffice.org/10595
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-07-29 11:59:06 +00:00
03fe3215e3 PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .ui
Change-Id: Iea5105cc33b436e9c0728df799b1ceb63f20e46e
Reviewed-on: https://gerrit.libreoffice.org/10579
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-07-28 12:34:26 +00:00
e153510659 Convert RID_SVX_MDLG_HANGULHANJA_EDIT to Widget Layout.
Change-Id: I63d61a9caeb356e6b5bd340c1f9a5415869a91a1
Reviewed-on: https://gerrit.libreoffice.org/10518
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-25 09:19:09 +00:00
bfdacadec9 Convert DLG_TEMPLATE_INFORMATION to .ui
Change-Id: I66469c17a46c1157b8e3801c0dc2b252c569a4bd
Reviewed-on: https://gerrit.libreoffice.org/10213
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 15:05:36 +00:00
de8648c3c8 Convert RID_CUI_DIALOG_COLORPICKER to .ui
Conflicts:
	extras/source/glade/libreoffice-catalog.xml.in

Change-Id: I161681859c924cc97afa9886b80005e70fa2a87c
Reviewed-on: https://gerrit.libreoffice.org/10210
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 14:39:28 +00:00
713735fc89 RID_SVX_XFORMS_TABPAGES conversion to .ui
Change-Id: I0f3647e95b2150eb8753aa333eeb492fee76bd2a
Reviewed-on: https://gerrit.libreoffice.org/10192
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 08:18:23 +00:00
4bbf35572d RID_SVXDLG_IMAP conversion to .ui
Change-Id: I6d0ecb693177436a47d1115cdab6d5ec20254f4f
Reviewed-on: https://gerrit.libreoffice.org/10105
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-09 09:54:57 +00:00
554a613172 Convert RID_CONDFORMAT to .ui
Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e
2014-07-08 16:14:45 +01:00
da36ded02c fix autotext
Change-Id: I3d8fb6e48bb5d9550ecbcb6f07eb7c83564903f7
2014-07-04 10:38:04 +01:00
26890920b7 Related fdo#77603: update Spanish autocorrection patterns.
I copied a bunch of patterns from the corresponding French file, and added a few common misspellings.

Change-Id: Ic429121b001100f127e81e173e629dfcb5ccab0f
Reviewed-on: https://gerrit.libreoffice.org/10061
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-04 09:04:39 +00:00
e9dd058ccd Build all l10n AutoText
- Remove .bau files
- Unzip .bau
- Add missing mimetype files
- Remove trailing spaces and tabs
- Change directory names of standard/FN/Object 1 to standard/FN/Object_1
- Add files to project (3800 files)
- Remove non-UTF8 characters in sk/template/HLB and sk/template/HRB
- Move user autotext in CustomTarget to a sub directory "user" to avoid
  conflict with shared autotext
- Change all META-INF/manifest.xml to add DOCTYPE line and complete
  manifest tag
- Add AllLangCustomTarget_autotextshare.mk
- Make relative path for office.dtd and Manifest.dtd in xml file
- Correct pl/standard/ZO/atevent.xml and pl/template/PT1/atevent.xml

Caolan's dream: https://bugs.freedesktop.org/show_bug.cgi?id=40499#c36

Change-Id: I17486cd88f380976990291a7d12969cc7751fb84
Reviewed-on: https://gerrit.libreoffice.org/9954
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-02 11:22:27 +00:00
a5cc3ce566 Convert DLG_COLLECTION_VIEW to .ui
Conflicts:
	include/svtools/fileview.hxx
	svtools/source/contnr/fileview.cxx

Change-Id: I78b590410ec4e55eeecd2da8ab79738f05e403b5
Reviewed-on: https://gerrit.libreoffice.org/9981
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-02 08:47:13 +00:00