summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dung out berkeleydb gnumake / configure bits ...Michael Meeks2012-11-2126-2079/+3
|
* re-base on ALv2 code. Includes:Michael Meeks2012-11-21415-11597/+5809
| | | | | | | | | | | | | | | | | | | | | Patch contributed by Herbert Duerr: #i118662# remove berkeleyDB from module xmlhelp (author=orwitt) http://svn.apache.org/viewvc?view=revision&revision=1213188 #i119141# remove ISCII converter for now http://svn.apache.org/viewvc?view=revision&revision=1306246 make exceptions for cppunittester verbose http://svn.apache.org/viewvc?view=revision&revision=1174831 Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Patch contributed by Oliver-Rainer Wittmann 88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 drop OS/2 code, remove in-line assembler ARM atomics, and obsolete armarch header.
* Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks2012-11-212-245/+429
| | | | | | | | This reverts commit 2d5dd9a9604aeb5fd4e347d7a46acc11da9985a5. Conflicts: sal/inc/rtl/bootstrap.h sal/rtl/source/bootstrap.cxx
* Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2012-11-213-364/+132
| | | | | | | | | | This reverts commit 8c015fbb85f00fe1cc82e00ea1771ad9fba821d2. Conflicts: sal/osl/unx/file_url.cxx sal/osl/unx/makefile.mk sal/prj/build.lst sal/qa/osl/getsystempathfromfileurl/test-getsystempathfromfileurl.cxx
* mingwport34: i#117493: mingw port of i109096tono2012-11-211-1/+1
| | | | | | WCHAR is not compatible with sal_Unicode in mingw Conflicts: sal/osl/w32/module.cxx
* Xlib import via generic pkg-configEnrico Weigelt, metux ITS2012-11-2121-2222/+6
| | | | | | | | | | | | | | Generic importing Xlib+friends via pkg-config, instead of scanning through a list of directories. This is very helpful for non-standard installation pathes and crosscompiling, as the generic pkg-config infrastructure will handle it all. Also dropping the obsolete bundled Xext headers. Conflicts: vcl/prj/build.lst Change-Id: I6ee381030ff9f1d2d83062a17ab55ad3d847a4c6
* udkapi.rdb could never be used anyway as it is not mentioned in any rc file?Tor Lillqvist2012-11-211-1/+0
| | | | Change-Id: I5897f3d7e8d3d16481c644ee688bcf001d1b7b8c
* KDESalGraphics: fix CTRL_LISTNODE drawing in expanded stateIvan Timofeev2012-11-211-1/+1
| | | | Change-Id: Ia70f1b3e2afb459bf91748f9e4ba0a0cbde74260
* KDESalGraphics: transparent background for some widgets, fdo#55952Ivan Timofeev2012-11-211-0/+5
| | | | Change-Id: Iea8537b0d69efaa7323c739c614272f6525435dd
* String -> OUStringIvan Timofeev2012-11-216-70/+67
| | | | Change-Id: I23e0181c1aefc9efbac81216a18cdd7042a7679e
* remove from Packages_scripts the removed scriptsCaolán McNamara2012-11-211-3/+0
| | | | | | since 4a51910761b1f528cc21a4d0cc7035108d46aa63 Change-Id: I17b670769da4ac1c91dabda2aa3d42c458c12135
* fix build on ppcCaolán McNamara2012-11-212-0/+11
| | | | Change-Id: I4b09aa9eeb2c34d19043148144383ad4e37a8d10
* dropped dead code from svgEnrico Weigelt, metux ITS2012-11-218-48/+0
| | | | | | | Change-Id: I73244d54f182f44c08a942dee95ff11b53a24f5a Reviewed-on: https://gerrit.libreoffice.org/1078 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* remove 3 unused Perl scripts from l10ntoolsAndras Timar2012-11-214-581/+0
| | | | Change-Id: Ie2e8fa776b5a7a7293498607fe55dcdfce273594
* remove qtz temporarily, until it works again reliablyAndras Timar2012-11-213-3/+2
| | | | Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
* get ICU_DATA_SUBSET_ZIP into ooo.lst when cross-compilingMatúš Kukan2012-11-211-2/+6
| | | | Change-Id: I73ef1e331f3cec8e2769b177ec1767cf35fcb817
* VclContainer: use transparent backgroundIvan Timofeev2012-11-211-0/+1
| | | | | | | | | | see http://lists.freedesktop.org/archives/libreoffice/2012-November/040587.html, screenshot at [3]. Change-Id: Iaf72b3734564301244365773f05c6df01a6dea62 Reviewed-on: https://gerrit.libreoffice.org/1143 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Moved buttons for consistency and improved widget spacingAlexander Wilms2012-11-218-136/+15
| | | | Change-Id: Ia4faf04589503b1f299b3b53770f82b5d19fcd25
* We don't need the library search path anymoreTor Lillqvist2012-11-212-43/+6
| | | | | | | As we don't use any dlopen() etc wrappers now with just one single DSO, we have no use for the library search path either. Change-Id: Ifaf11c4785a90fe5c7dafb3310bc7933ea31238c
* Fix build for old gccThorsten Behrens2012-11-212-2/+5
| | | | | | | Workaround extra temporaries created by gcc-4.0 on mac - since here PoHeader has private copy ctor. Change-Id: I6faf99f78c11452f6adf6f1f18e1ceda9e23e7a2
* Enable storing some files gzipped in the .apkTor Lillqvist2012-11-213-16/+100
| | | | | | | | | | | | | | | We gzip them separately in the Makefile and the gzipped result will be stored without (further) compression in the .apk. Use this to store the ttf font files. Shaves off a bit .apk size. This might seem a bit odd way to do it, why not store these files in the normal Zip compressed fashion in the .apk? It seems hard to tell Ant (based on path, not extension) what files to compress and what not, so we have to keep telling it to not (further) compress any files at all. Change-Id: I0d40d8811e6c9df6b28c285845b1db225507f5d4
* UnityMenu: ensure ENABLE_GMENU_INTEGRATION is actually ever setThorsten Behrens2012-11-214-5/+12
| | | | Change-Id: I6b7dfd5dd80f45c216c9ec240a390b6434a12672
* SvtURLBox derives from ComboBox not EditCaolán McNamara2012-11-212-8/+3
| | | | | | | | | so should use ComboBox in .src file once that's done we can remove the dummy Edit's which seem to exist only to get the right size/position onto the SvtURLBox. All of this removes the resource assert spew on loading the built-in filepicker Change-Id: I9e6249bc34ee563fc73784c46bb733901d4d55d6
* deliver also .so.<version> librariesLuboš Luňák2012-11-212-0/+2
| | | | | | Otherwise dynamic loader doesn't find them there. Change-Id: Idabec8e0fca48562164d90f5d0afdf3ebf5615cb
* UnityMenu: don't build when ENABLE_GMENU_INTEGRATION is not onThorsten Behrens2012-11-214-1/+18
| | | | Change-Id: Iba9e6c3d2483a20ed3ec33b85b4c5f78830fd2f6
* Fix install-gdb-printers for Mac OS XStephan Bergmann2012-11-211-2/+2
| | | | Change-Id: I685d277806e757fc6247f34d4db7386955dab7b7
* add regression test for CVE-2012-3755Caolán McNamara2012-11-211-0/+0
| | | | Change-Id: I68352532016a9db370ddd6e69e4efe962763f001
* bump xmlfilter settings dialog for new helpidsCaolán McNamara2012-11-213-3/+1
| | | | Change-Id: If15ba82db3910bf0948f6dd4ed984a05e68a6080
* remove OUSTR defineCaolán McNamara2012-11-211-13/+11
| | | | Change-Id: I7b78fa23760af3641dcaf47bc90a995ae215404b
* xslt dialog is supposed to be a modeless dialogCaolán McNamara2012-11-214-24/+24
| | | | | | and fix the lifecycle to die at the right time Change-Id: Ibe8f683ed162500a93e02a56d8607bd2ee431ded
* make the word count dialog the right size with disabled CJK word countingCaolán McNamara2012-11-213-16/+29
| | | | | | | | | we want to hide the CJK word count features unless CJK UI is enabled, or if there are CJK chars in the word count. We want the dialog to fit to the best size, so force the dialog to resize after it's visible (like a vclexpander) if in non-CJK mode and some CJK chars appear in the document. Change-Id: I328dcf2b111d5c5f527757ca11695ce4e9c43353
* Updated coreCaolán McNamara2012-11-211-0/+0
| | | | | Project: help bfe8b1eea5e372ff7198d841caa20c72a57610e0 update xml filter settings dialog helpids to .ui
* scp2: more cairo fixesMatúš Kukan2012-11-212-9/+4
| | | | Change-Id: Icaaf0c8355d992fcf652c275ea1ebff98f6d3d58
* Uploading libvisio 0.0.21 releaseFridrich Štrba2012-11-213-33/+1
| | | | | | We can now open ALL Visio file-formats that ever existed Change-Id: Icfe91421c8ddbba206e2cc0ce59bf718883e5477
* Improve gbuild help text with PARALLELISM env var.Thorsten Behrens2012-11-211-0/+3
| | | | Change-Id: I30c9700127d04aee200386c94307a45da41b0025
* Fix datasource choices offered by the Address Book wizardStephan Bergmann2012-11-212-7/+41
| | | | | | | | ...as at least on Linux, availability of Mozilla/Thunderbird is independend of WITH_MOZILLA/--enable-mozilla now. This fix might not be perfect yet, see the TODO comment in the code. Change-Id: Ie5343a23187648f5e56d82753b6c222e6da7ec54
* Use subset of ICU data in a bundled ICUTor Lillqvist2012-11-214-1/+17
| | | | Change-Id: I71673271ec3e10d16f17f5640cbf6a90a1bfb9f4
* scp2: adapt after cairo/pixman gbuildificationMiklos Vajna2012-11-211-2/+2
| | | | Change-Id: I812326e602b5a864cf4e5502ed8a943da801a014
* Fix fdo#57353 correct moveTo handling for emf path recordingThorsten Behrens2012-11-211-0/+6
| | | | | | | | A moveTo following an existing path really should create a new subpath, not add to the existing one. It's the equivalent of lifting the pen. Change-Id: I196ca9435f8b4225837add964aec7afceb1d6d88
* Fix submodulesStephan Bergmann2012-11-213-0/+0
| | | | | | | 4c543284b5d4076a1478e6a113724f9353341d6a "Added Tango icons" had erroneously rolled their heads back. Change-Id: Ic6a31e894a7bd2c880ea2537d3bd1fa7b90001c1
* we use gtk only for unix guiLuboš Luňák2012-11-211-1/+1
| | | | Change-Id: Id783d15cd18a101ef137df0bbf59e472d4a0a490
* cairo will be tested for with guibase unx even without gtkLuboš Luňák2012-11-211-4/+0
| | | | Change-Id: I0f433e1fc42e3aff955867d8af3e4c1935794b7b
* "newtrans.1.0" -> "translations"Stephan Bergmann2012-11-211-1/+1
| | | | Change-Id: Ib14f6087bd4123202cf2bffe79c82421a38c1c36
* dirent.h doesn't exist on windowsLuboš Luňák2012-11-211-9/+18
| | | | Change-Id: Id2afa8a9ef944285a34f51cd685cd0ff5a9b6041
* pywizards: fix daily build. it failed when importing collectionsXisco Fauli2012-11-211-2/+2
| | | | Change-Id: I74ec9b1562ed9f06a871b4da926129500d54df41
* pyfax: replace xrangeXisco Fauli2012-11-211-4/+4
| | | | Change-Id: Id43dd5adb33e2c037c529e5af75bf920258b3fd9
* pyfax: fix a mistakeXisco Fauli2012-11-211-2/+2
| | | | Change-Id: I2d046f3227edabe35f82fb2c42633a0d553dad81
* pyfax: exceptions are python3 compatibleXisco Fauli2012-11-2116-347/+106
| | | | Change-Id: Ife2a935b25928db154756494798a5e9b619f902a
* Remove duplicate filesAlexander Wilms2012-11-212-0/+0
| | | | Change-Id: Ice14df71c98a1d80b221558e90af56a0559b39bf
* Added Tango iconsAlexander Wilms2012-11-2148-4542/+39127
| | | | Change-Id: Id7d24e91dbf66f20af4fdd979b7a187f1ee0aaf7