1884 Commits

Author SHA1 Message Date
Andras Timar
cd41b59eb2 remove mammut -> mamut autocorrection from Hungarian
Mamut, the hairy elephant, is a rare word. People write Mammut
more often, which is a mall in Budapest.

Change-Id: Icce075b70c4839d5ea948ca1862d7f50c7767ad6
2013-03-29 21:50:32 +01:00
Mathias Hasselmann
3799880852 Add builder support for a few dbaui controls
This adds the needed methods and catalog definitions for
dbaui::OGenericAdministrationPage, dbaui::OpenDocumentButton
and dbaui::OpenDocumentListBox.

Change-Id: I5b883c39f1cb9623c357e5ebec1632816547ff03
Reviewed-on: https://gerrit.libreoffice.org/2886
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-24 14:42:41 +00:00
Jacqueline Rahemipour
85889e6909 Fixed templates notes view and master pages
Change-Id: I4aa8d86943ffb6bc1300c5c78ca99d5e2f89f0d0
Reviewed-on: https://gerrit.libreoffice.org/2939
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-23 18:24:54 +00:00
Caolán McNamara
33587489ff add print preview to catalog
Change-Id: I9e2ab2650f1bdb2aba88f8e501174964784c548c
2013-03-15 20:07:55 +00:00
Caolán McNamara
306ebcbcf5 add extra custom widgets to glade catalog
Change-Id: I3ec724037fae49e7e29115e5e4814c48a98e7c0d
2013-03-15 10:14:13 +00:00
Caolán McNamara
4dfbd5d06f add in custom category widgets
Change-Id: I68eea2cee58edc2e6ab164dcccf6a87b271a403a
2013-03-14 21:05:40 +00:00
Mathias Hasselmann
0f972e94a2 Show LibreOffice controls in Glade's tool palette
Glade didn't show any LibreOffice controls in its tool palette
because the catalog didn't have any glade-widget-group element.
This adds a XSLT script to automatically generate such element.

A better version of the script would create separate groups for
each module/namespace, but currently I have no idea how to do
this with libxslt, as it doesn't provide fn::distinct-values().

Change-Id: Iaa3e4b0471b58c48838e000e6d78a73b0c6a4bd3
Reviewed-on: https://gerrit.libreoffice.org/2724
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-14 13:46:42 +00:00
Caolán McNamara
a5e44461f3 add glade placeholder for swuilo-BookmarkCombo
Change-Id: I0a43f444ff131acfcf923fe4f62fef3a3e6a2c98
2013-03-11 07:53:10 +00:00
Winfried Donkers
2d66aad267 some refinements on label configurations in writer
Change-Id: I94ad02972b0fae1327f72a41373f34962452b8ef
Reviewed-on: https://gerrit.libreoffice.org/2473
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-06 14:45:03 +00:00
Caolán McNamara
a9b33fc304 make formula refButton and refEdit loadable from .ui
Change-Id: I2ad13cd8de2c0f8f5672a30c3c1117708368b05f
2013-03-05 14:28:41 +00:00
Zolnai Tamás
7488ad52d7 Add new dialog to Query Design View
In Query Properties Dialog can be set properties like
distinct values and limit.
To open choose Edit\Query Properties.

Steps of implementation:
- Add new slot to Edit menu (menubar.xml): delete the slot of distinct values,
  because it can set in this dialog too
- Separate LimitBox class from limitboxcontroller.cxx (LimitBox.hxx\cxx)
  With it only LimitBox header is included in the dialog source.
- Extend LimitBox class to work with new layout widget (make... and GetOptimalSize())
  and add it to the galde catalog
- Make a class for the new dialog (QueryPropertiesDialog.hxx\cxx) and
  write the .ui file. (querypropertiesdialog.ui)
- Syncronize the two LimitBox (querycontroller.cxx)

Change-Id: Ib84bef5a2ed55030333d6151342b99ff27766538
2013-03-04 19:33:16 +01:00
Caolán McNamara
41be45ec75 add more custom widgets to glade catalog
Change-Id: I1bc651e6f1d51704723386688330fe3d0ccb3429
2013-03-04 16:07:48 +00:00
Caolán McNamara
3ba44a1e25 various efforts to consistently apply HIG rules
Change-Id: Iada517a5addaeacbc83f46e55773ae373098c95e
2013-02-28 14:43:17 +00:00
Olivier Hallot
7ba10e2d31 Convert page format tab page to new widget UI
Notes:
* pageformatpage.ui contains 3 hidden labels to hold strings used in page.cxx
* Paper format (A0,A4,...) left in src file.

Change-Id: If22c62558f1644e5f25baffeb3d04b921ec0fe8b
Reviewed-on: https://gerrit.libreoffice.org/2432
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-27 12:01:16 +00:00
Caolán McNamara
307c8cdd59 reluctantly support NumericBox as a custom widget
Change-Id: I7bbd8032953a6573e8f480d4c7a992b178f310f3
2013-02-27 10:05:46 +00:00
Caolán McNamara
ffea6fc98f add more custom widgets to glade catalog
Change-Id: I1158bf00bfb7e0eabe28e56c3e8430c6b2c68939
2013-02-24 23:17:19 +00:00
Caolán McNamara
6c68f2c8ed wrap max-width-chars in a custom widget to avoid it getting dropped silently
Change-Id: I7ccbd4b2e1aebc84a59bb9000e7322c8aa62ffd7
2013-02-22 16:56:01 +00:00
Julien Nabet
1443a9f7ab [Uu]sefull -> [Uu]seful
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22 11:12:33 +01:00
Caolán McNamara
321bd3a06e more custom widgets for glade catalog
Change-Id: I9637244a7f117496feeb879618a28ba55ced84f4
2013-02-22 10:03:08 +00:00
Caolán McNamara
c6db0c0848 add some more custom widgets to the glade catalog
Change-Id: Ieb6e282225c7e7a94c93653c009400d1f77f657f
2013-02-22 09:03:50 +00:00
Joan Montane
860663f22a fdo#61138 add Catalan autocorrection data
Change-Id: I5f28e8968bc993c2f5b545919f1a26929038f882
2013-02-22 09:30:55 +01:00
Caolán McNamara
4870fc155f add SvxSimpleTableContainer to glade catalog
Change-Id: I81f6022602caf9f2b23a7de70f297bb5360a9397
2013-02-21 16:46:12 +00:00
Andras Timar
c4a00457a8 convert Turkish AutoText files from old binary to zipped XML
I wonder when the support of old binary format was discontinued, but
at least in LibreOffice 3.6 it did not work. I converted the files with
OpenOffice.org 1.0.3.
t Please enter the commit message for your changes. Lines starting

Change-Id: Ie68371b613ab0464eefe909d083dbb8567623a2b
2013-02-21 15:59:17 +01:00
Caolán McNamara
d48d8c5da8 add a glade catalog so glade can manage our custom widgets
export GLADE_CATALOG_SEARCH_PATH=install/share/glade

distro maintainers can link/move this to
/usr/share/glade/catalogs

Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
2013-02-21 10:53:15 +00:00
Matúš Kukan
d1f7124c4b Get Labels.xcu out of configuration data.
Modify the file format, install separately into share/labels,
and parse it using xmlreader when needed.
Saves time on startup and reduces pointless configurarion size.
2013-02-14 09:35:03 +00:00
Andras Timar
b66299d5b0 remove Basque autotext files, they were in English
Change-Id: I01d30f2cc714e0b2e283e738abd7955919c070d2
2013-02-12 08:29:42 +01:00
Caolán McNamara
d3f397ed41 add new author to font copyright list and regenerate .ttf
Change-Id: I725043c00bd3dd924ac022859bbf5957dc2450b7
2013-01-18 15:05:30 +00:00
Mathias Hasselmann
4603460987 Resolves: fdo#44718 Add Unicode 2034 (Triple Prime) to OpenSymbol
This adds glyphs for prime (U+2032), double prime (U+2033)
and triple prime (U+2034).

Change-Id: I73297209f0410db607c1ae4787ba15c3ac08133f
Reviewed-on: https://gerrit.libreoffice.org/1679
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-18 15:01:47 +00:00
Samuel Mehrbrodt
0a51d18b5a fdo#59396 Remove duplicate footer entries in "BrightBlue" Impress template
This also removes an English text in the Master page: "Click here to edit..." and replaces it with a placeholder

It would be nice to have this in 4.0 branch also.

Change-Id: I1aadc20aa9916e40bbaf1b6f66ec58dfd02a35bb
Reviewed-on: https://gerrit.libreoffice.org/1725
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-01-17 16:25:38 +00:00
Cédric Bosdonnat
3be15a0514 Removed horizontal rule ugly 1990 thing
Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c

Conflicts:
	sw/source/ui/misc/insrule.cxx
2012-11-24 00:58:04 +01:00
Alexander Wilms
b9c98414ec Added Tango colors to palette 2012-11-06 15:30:09 +01:00
Olivier Hallot
3f3da5dff9 Update in Brazilian autocorrection
Change-Id: Ifcd7410f659a76ac34f18bb561b2eaffa6ecbd3d
Reviewed-on: https://gerrit.libreoffice.org/724
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-09-30 15:10:22 +00:00
Olivier Hallot
a763ba4656 Autocorrection improvements for pt-BR
Change-Id: I55d48590333e7d60fdc34c44c4c9102be6c52f08
Reviewed-on: https://gerrit.libreoffice.org/674
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-09-24 16:07:10 +00:00
Olivier Hallot
9cf615b68f Update acor_pt-PT.dat and fix fdo#54362
Update and fix autocorrection entry for pt-BR, add entries in WordExceptList and add SentenceExceptList (borrowed from pt-PT)

Change-Id: I5b38b8a072aefb28ce52710c0b4570123ee1bc12
Reviewed-on: https://gerrit.libreoffice.org/667
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-09-21 16:04:31 +00:00
Olivier Hallot
f0b7b2e30f Change Calc templates fonts
Replace non free fonts from Calc templates with open, LibreOffice-packaged  fonts.
Albany - Liberation Sans
Thorndale - Liberation Serif
Cumberland - liberation Mono
Imprint MT Shadow - Linux Libertine G
Sheffield - Liberation Sans

Change-Id: I52946adf884f360e8a2359db65a58fd4d4269293
Reviewed-on: https://gerrit.libreoffice.org/499
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-08-28 13:25:40 +00:00
Andras Timar
90083b70f5 localize spreadsheet style template names runtime
Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
2012-08-25 16:14:58 +02:00
Istvan Turi
1b7c88ab4d translate fax/letter/agenda/report templates runtime
Instead of distributing bazillions of localized templates, that
contain only a few translatable strings, we try to localize them
runtime. This is the initial patch that does the heavy-lifting.
It has some rough edges, but the feature will be polished by
freezing of LibreOffice 3.7.

Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
2012-08-24 21:53:39 +02:00
David Tardon
ce34d0d17b drop unused files
Change-Id: Iba94cd9a6faf3578201761bf8c8ae9b1f437f57e
2012-08-24 13:22:06 +02:00
David Tardon
a39f11a276 gbuildize extras
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a
2012-08-24 13:22:05 +02:00
Andras Timar
e155a555c9 remove unused soffice.html
Change-Id: I877080c8fdc3dcd9a7018cfd3dd8d2cbec09dc8f
2012-08-24 00:18:05 +02:00
Andras Timar
9fceed463b fdo#52978 remove hardcoded page width/height
Change-Id: I3af89440ce6305e24941b905c67d18b769b46a21
2012-08-24 00:16:50 +02:00
Istvan Turi
1b0f7ee1e0 idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)
idxexample.odt will be localized through the standard l10n
framework, i.e. with use of .po files, because now strings
are read from resources.

html.stw is language independent now, defaults for different
scripts are handled in the code.

Change-Id: Ie20cafc6191721a959b33e2559b9866e3762a146
2012-08-16 17:45:36 +02:00
Caolán McNamara
109209c4f1 make all autocorrection manifest.xml have the same style
now that these are stored unpacked we can see that there are
a) a bunch of CVS dirs listed in some of the manifest.xml's
b) some missing media-types for some .xml files
c) various additional useless MANIFEST.MF files
c) wild inconsistency in style

Change-Id: I5ba3955470bf479f1b7ce2a4f243c600dcc38b8f
2012-08-15 13:37:41 +01:00
Bence Babati
7a8763dad3 fdo#49527 unzip autocorrect files, store contents in git
Change-Id: I3fa844bbfe0a80d824a3edb47615d828988f2200
2012-08-13 17:04:22 +02:00
Michael Meeks
cf342fe928 re-base on ALv2 code. Includes:
reportbuilder, license file not needed.
    Patch contributed by Armin Le Grand
    http://svn.apache.org/viewvc?view=revision&revision=1305814
    Adapting extras/ to our wordbook setup.
2012-07-18 15:00:25 +01:00
Stefan Knorr (astron)
4eb1376755 Fix typo in template name: "VIntage" to "Vintage"
Verify via File – Properties ... – Description or via the
Template Chooser

Change-Id: I6a635ef4d08af72cd2563fc722e80d7f48a8a2b3
2012-07-16 08:36:46 +02:00
Alexander Wilms
728efa237e modernize the default set of Impress templates (masterpages)
Merged changes from Stefan Knorr (astron) <heinzlesspam at gmail dot com>,
Bjoern Michaelsen <bjoern dot michaelsen at canonical dot com>, and
Petr Mladek <pmladek at suse dot cz>

Change-Id: I942f747aadc897b73d97b2047e267d752580aa33
Signed-off-by:  Petr Mladek <pmladek@suse.cz>
Signed-off-by:  Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-07-04 15:02:49 +02:00
Caolán McNamara
a77b96a8e8 ditch wizards schedule module
a) it doesn't work
b) isn't connected up to any menus
c) is arbitrarily localized to big 12 nations
d) out of date wrt public holidays in those anyway

Change-Id: I4a16490b3ae84c6e5dbe0774ea8eb0000ed6dc3d
2012-06-25 16:24:58 +01:00
Raimundo Moura
37faf82afa Updated autorrection for pt-BR
Change-Id: I81ebb1773efa71606a24a29f02517fe4c2f75ccf
2012-06-16 16:28:49 -03:00
Andras Timar
ea08541bd6 Revert "Revert "Remove ugly symbols""
This reverts commit e74c007e25d05e49d94a94d9b024076faa02c8d0.
2012-06-05 16:03:55 +02:00