summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-03rsc with language tagsEike Rathke
Change-Id: I5401a9bcbd1e359ef62e8d667edf6ead1479ce46
2013-04-03test IsoLangEntry table LanguageTag conversionsEike Rathke
Change-Id: Ie56e68459f655a66bf33368cee5e9a99b9dd0141
2013-04-03let IsoLangEntry decide how to form a language tag stringEike Rathke
Change-Id: I868cd8ea0610b6b8dd8155cdc72f7d238f279ef2
2013-04-03correct number of format operands for fprintfEike Rathke
Change-Id: I4fbfd3cacaa87ed1a8faa123a269d82f82ba22da
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist
Change-Id: I10b15141e6a5f93365e1cfa6fbc0c7cc3ea49b15
2013-04-03Remove Mac OS X 10.4 and 10.5 SDK supportTor Lillqvist
Change-Id: Ib47f75f115f3410299890e775784b7c7bbc1316c
2013-04-03autogen.lastrun -> autogen.inputStephan Bergmann
Change-Id: If205ae9eb25882a107fd1cadfab9ec3516d520db
2013-04-03fdo#62890: Fix for the dialog PDF Options, register Digital SignaturesAndreas Mantke
This patch changes the length of the fixed text field "Use this certificate (...)" because in some languages, e.g. German, the translation fits not into the available space. It also changes for the same reason the width of the Select- and the Clear-Button. Change-Id: Ifbba3e40b27d96da4706c8dcdf4d9ab26069a83f Reviewed-on: https://gerrit.libreoffice.org/3157 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-04-03fdo#51916 out of bounds substring accessMiklos Vajna
Change-Id: I7db46ef17b8aed443faa7eb0c13b6ba109242cc1
2013-04-03fdo#51916 testcaseMiklos Vajna
Change-Id: I27ffbab64cfb6763235d4dfd7fb47aa98235274d
2013-04-03fdo#51916 don't try to support nested tables having table styles for nowMiklos Vajna
Change-Id: I4350ce0b791b42ce3c21a61e37d61e3b2063cb6a
2013-04-03fix fdo#40496: don't reset RES_FRAMEDIR attribute.navin patidar
fix regression introduced by bb920862c02047471f0ac5e78358e8d8fd9b93e7 commit discussed here : https://bugs.freedesktop.org/show_bug.cgi?id=40496#c13 choosing correct default alignment for RTL text need some discussion. Change-Id: I2aec9391d076af6d5fbf00ba5bdad030ac0286ed Reviewed-on: https://gerrit.libreoffice.org/3182 Reviewed-by: Lior Kaplan <kaplanlior@gmail.com> Tested-by: Lior Kaplan <kaplanlior@gmail.com>
2013-04-03sal_Bool -> bool.Jan Holesovsky
Change-Id: Ie23ba9e2635d2dee8ad311df956b30e62e76935e
2013-04-03writerfilter: fix silly init causing trivial STL assertion in testMichael Stahl
(regression from 35b75ed510f49ff64cd86b38e228c2b5b9a9f3fc) Change-Id: I4342fd619f4d1f760b8fef2594a67b9fb7cd8f0e
2013-04-03writerfilter: -Werror=sign-compareMichael Stahl
Change-Id: I3fd0dfee676e511fb882d46729c214fbab525651
2013-04-03Resolves: fdo#60663: Adapt hyphenation dialog to HIGHonza Minarik
Change-Id: I1a67a73e6dc6b26bdb84f0594d84a1f5d7e2bca2
2013-04-03convert online updates page to .uiCaolán McNamara
Change-Id: I69e8a1d136df3f8f8daa2d3f5241b74d2b39efdd
2013-04-03Updated coreCaolán McNamara
Project: help 20791d487f493ddd008553e9970a622362ca546c
2013-04-03redland: stop using --with-threads, it supports only POSIX...Michael Stahl
... so it's better to wrap an osl::Mutex around the whole thing in client code. Change-Id: I611aa879e03c11c01fbd215148750a11a285b216
2013-04-03fdo#32082: Do not reset number format in table cells on edit.Jan Holesovsky
When we changed the default to _not_ to recognize the number formats in table cells (commit 334c34e4ec803c65e43abf20edbc6faf7fa95e76), it caused that any edit of a number formatted cell had reset it to text on edit. This was quite unexpected, because when eg. there was a number that contributed to a sum, and it changed to text, the sum changed as if there was a '0' there. To solve this, try hard to retain the number format regardless of the 'Recognize Number Formats' setting when there was a number formatting assigned to the cell. Change-Id: Ib43e0877420d90cdac7a0357d1ef3a549c866fb7
2013-04-03Keep semantics, but improve readibility.Jan Holesovsky
Change-Id: I32c18cb7b080f4847118a2d7e8d77dcd2bbce308
2013-04-03Make autogen.sh prefer to read an autogen.input fileTor Lillqvist
For backward compatibility, an autogen.lastrun file will still be used if it exists and autogen.input does not exist. The recommended workflow is now to keep the configuration parametets in autogen.input which is never written by autogen.sh. Most (?) developers used to treat autogen.lastrun as a valuable parameter file to be edited manually anyway, and not as an ad-hoc backup copy of command-line parameters last used. The name autogen.input better reflects this usage. Change-Id: I7e3c747fa95e9f2f0bc44036419aaab8f4ad01e7 Reviewed-on: https://gerrit.libreoffice.org/3111 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-04-03ooxmlimport: conditional table styles fixedSJacobi
Change-Id: I84f1d7c718dfc120b76364479ca68f63d2549b9f Reviewed-on: https://gerrit.libreoffice.org/3175 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-03redland: clean up libxml2 usageMichael Stahl
- use xml2-config from unpacked dir - rasqal does use libxml2 apparently for utils - redland itself does not use libxml2 directly - no need to put OUTDIR/bin on PATH Change-Id: Ib4481c681d0b188c06217f7bc0d000f15ab82da3
2013-04-03redland: we don't need the raptor features using libxsltMichael Stahl
Change-Id: I6288e7550a10be072ad1665bd03a8e6499bc4033
2013-04-03libxslt: remove usage of dmake remnant XSLTLIBMichael Stahl
Change-Id: Idb5dc8d0036b99a71cd8c1c0e740939074cc1a48
2013-04-03libxml2: remove usage of dmake remnant LIBXML2LIBMichael Stahl
Change-Id: I8a4f298af99f3415b0ef7a3fc5d69642b5b71f62
2013-04-03redland: stop delivering headersMichael Stahl
Change-Id: I6233b68d795660b1dfe1435f06c31f754efbe7f5
2013-04-03Fix Android build of redland and rasqalTor Lillqvist
Instead of bothering to pass in -lxml and -lm so that the test and/or util executables get built, just patch out building them when cross-compiling. Change-Id: Ida38dcdc56675eca6ff9d549ce62b15da8e82f13
2013-04-03Make 10.6 sdk in XCode 4 setup work in configury.Thorsten Behrens
Change-Id: Ia7393d177a24ec6d5e3c25e487a8d5ae96e3c02a
2013-04-03Be more serious with our 10.6 baseline on OSXThorsten Behrens
Change-Id: Ic9e2970a29e387dc85972dc97a66e1dc47913a05
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold
The functionality was removed by fdo#48549. This partially reverts 0f6101cfef4c2e45d9f1f1b3a61ef94799e4526b 0bdf6fc7c71c4c49e6d6f83d56ac953272ad16d5 85cb9084533605657aca0394afe4516058a8e4ef I changed the behavior to always beep, because only the basic macro function is using Beep(). Looks like the Beep macro function didn't even work correctly before the removal, because the default was to not beep for most platforms. So I set the volume from disable (0) to 50% for XBell(). Change-Id: I663ffb7af75d2fd6d2c1f94073e4412d9744de4a Reviewed-on: https://gerrit.libreoffice.org/3124 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-03Easter Bunny brings new redland tarballsMichael Stahl
upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16: - new raptor depends on libxml2 version 2.6.27 and thus will _not_ build against system libxml2 on Mac OS X 10.4/10.5 - stop delivering raptor-config/rasqal-config, set env vars instead (which unfortunately requires patching configures, TODO: upstream that) - remove redundant configure flags - stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux) - disable new rasqal build deps: --with-uuid-library=internal --with-digest-library=internal - disable redland "libltdl" nonsense via --disable-modular - fortunately openssl digest support has been removed too - drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead - drop raptor-1.4.18.autotools.patch: + FreeBSD parts moved to raptor-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - from drop raptor-1.4.18.mingw.patch dropped the part defining parsers to be built, done via --enable-parsers - drop redland/raptor/raptor-1.4.18.cross.patch: the vsnprintf check is now done at runtime, and expat has been removed - drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch: presumably don't need special check for V7BETA since it's released now - drop raptor-1.4.18.rindex.patch, index/rindex no longer used - drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7 - drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9 - drop raptor-1.4.18.{libxml,libxslt}.patch: TODO - drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch: we don't care any more about Sun legal dept. - drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead - drop rasqal-0.9.16.autotools.patch: + FreeBSD parts moved to rasqal-freebsd.patch.1 + Android parts obsolete + MinGW part only for cygwin build - drop redland-1.0.8.autotools.patch: + FreeBSD parts moved to redland-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - drop redland-1.0.8.ooo_build.patch, hopefully not necessary to disable utils build Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a Reviewed-on: https://gerrit.libreoffice.org/3154 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-03fdo#62525: use cow_wrapper for ViewInformation3DThomas Arnhold
Change-Id: I4f304febfedfa4a5a89d996fe276a9413d0ef855
2013-04-03fdo#62525: use cow_wrapper for ViewInformation2DThomas Arnhold
Change-Id: Ide3bce3257c9fed7bbda7276dfb55fa179d74fdd Reviewed-on: https://gerrit.libreoffice.org/3183 Tested-by: Thorsten Behrens <tbehrens@suse.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-03Adapt AS_HELP_STRINGsStephan Bergmann
...to b7b3a90f5a3fc22247e4eb6b12b55f0366c74241 "make gio the default instead of crufty old gnome-vfs." Change-Id: Ia6d250ec567f24d6bec3deb4a3d41a118b29b57d
2013-04-03desktop: add --pidfile switchRiccardo Magliocchetti
Store the soffice.bin pid to a file. Useful with --headless where you may have libreoffice supervised by another process. Change-Id: I6a3c6cb920fc7b8e659a01975b4d457ce5525b17 Reviewed-on: https://gerrit.libreoffice.org/2928 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-03Previous commit inadvertently dropped -BUCRStephan Bergmann
Change-Id: Id92c18119b87da811299b547f43d240557efcacb
2013-04-03Resolves: fdo#61688 SIGABRT with debug build in sortIntoBestTabTraversalOrderTerrence Enger
Change-Id: I28b125405eda3362d0c71a1e1052ef4d3afbcf34
2013-04-03fdo#62525: use cow_wrapper for Sdr3DObjectAttributeThomas Arnhold
Change-Id: I80e378f6a88068f5d3b36c6187b41ab8d968a0c3
2013-04-03fdo#62525: use cow_wrapper for SdrSceneAttributeThomas Arnhold
Change-Id: Iaedb5080f341482c3ac4f4e0548be49801c5f0b2
2013-04-03fdo#62525: use cow_wrapper for SdrLineStartEndAttributeThomas Arnhold
Change-Id: I714011f70ae4c1b9a1dcce5cb3653e918cc742b4
2013-04-03fdo#62525: use cow_wrapper for StrokeAttributeThomas Arnhold
Change-Id: Icf5daca279902b90da98069338638c3ad432e69a
2013-04-03fdo#62525: use cow_wrapper for SdrLineAttributeThomas Arnhold
Change-Id: I62b897bd49ef05a3862cb2cd91c3aa13f621e9fd
2013-04-03fdo#62525: use cow_wrapper for SdrLightingAttributeThomas Arnhold
Change-Id: Ibd6bd31ef78f2e853ff668f64202eff89afb1234
2013-04-03fdo#62525: use cow_wrapper for Sdr3DLightAttributeThomas Arnhold
Change-Id: I9639746d072642d46c3f0766c473425221b1706a
2013-04-03fdo#62525: use cow_wrapper for SdrFillBitmapAttributeThomas Arnhold
Change-Id: Ib8bb849b179be12680c5adae6bf89afc5ad31563
2013-04-03fdo#62525: use cow_wrapper for SdrFillAttributeThomas Arnhold
Change-Id: I827e1edb2c6ec2fc3e16fde6f105063e59d40f66
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann
...does not make sense. Adapted some old-style services accordingly, where the inherited service had been changed to new-style after the fact. Change-Id: I5f3e4ddf99160778a319062a6c84f83529ff177b