summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-16renamed --enable-bluetooth to --enable-sdremote-bluetoothEnrico Weigelt, metux ITS
The current configure option --enable-bluetooth is a bit misleading, it doesn't really tell what it's actually for. Therefore renamed it, so it's more clear that it's an sdremote backend using bluetooth. Change-Id: Ia8b46ee001ea112b80521baa502dcab2bb7e83aa Reviewed-on: https://gerrit.libreoffice.org/1086 Reviewed-by: Rene Engelhard <rene.engelhard.re@googlemail.com> Tested-by: Rene Engelhard <rene.engelhard.re@googlemail.com>
2012-11-16n#780277: select field when clicking it instead of having cursor before itCédric Bosdonnat
Change-Id: I93d623b62e9357a71bfca3403cc98092ef58c7e4
2012-11-16CMIS: added OpenDataSpace default URLCédric Bosdonnat
Change-Id: Ief298ad4ce724a31edfba977609358893bf4365d
2012-11-16use LanguageTag::reset()Eike Rathke
Change-Id: I592cb042465ceda960a0b34dfe3eb6d669868acf
2012-11-16added LanguageTag::reset() methodsEike Rathke
Change-Id: Id78a989ab981d658dd8f331b030e00ce201c8bc9
2012-11-16add a script to generate the source tarball post submoduleNorbert Thiebaud
To simplify things, we generate the source tarball with all the submodules included. so building from source should now be: wget the tarball and untar cd into the resulting directory ./autogen.sh + make Change-Id: Ie8e65a81309cf11728c5144c9001f7d96670f815
2012-11-16need more coffeeEike Rathke
Change-Id: I0ca6898de11e42a36453e3f0fae8d86d84c9352f
2012-11-16correct include order and include languagetag.hxxEike Rathke
Change-Id: If7b7d10765faba62907eca35f77b8e8d4a1e9391
2012-11-16fixed java classpath parameter (required for gcj)Enrico Weigelt, metux ITS
Change-Id: I0ad426a8791ab514978e01914f9f797b45d0c79a Reviewed-on: https://gerrit.libreoffice.org/1073 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-16merge failureEike Rathke
Change-Id: I5c716353b231d9c36972bce8c99d9c3c3e74b1e4
2012-11-16converted to use LanguageTagEike Rathke
Change-Id: I25c5d965d953146e91903cf2ff8e6b58f978ad20
2012-11-16template pack installerBjoern Michaelsen
- so this adds a button to the templates dialog to install https://launchpad.net/ubuntu/+source/libreoffice-templates/0.1.20120814-0ubuntu2 which is packed from http://cgit.freedesktop.org/libreoffice/templates - could be packed and used like that on other distros - disabled when service is not available Change-Id: I55d5bada25693070aae5e5f9e0e77bf8aa52e982 Reviewed-on: https://gerrit.libreoffice.org/1071 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-11-16return const reference for getBcp47() and getLocale()Eike Rathke
And use the rtl::Static pattern for statics. Change-Id: I80d8cc0a4a35771f86bec27edf41224d71cdea14
2012-11-16README.cross: update Android arm configure optionsMiklos Vajna
Change-Id: Ibcd1890f4ac82ef0548e90842604748027811b5d
2012-11-16Revert "WaE: unused parameter 'argc' and 'argv'"Tor Lillqvist
Nah, just don't bother using --enable-werror with an old system cppunit that has the unused argc and argv in CPPUNIT_PLUGIN_IMPLEMENT(). This reverts commit 7e6689e3ed8972871718f6f8d06968efde264612. This reverts commit 07b6dc8610785026860f6dfcf6aab1c4ad1f45f2.
2012-11-16WaE: unused parameter 'argc' and 'argv'Tor Lillqvist
Change-Id: I2276dffa8c241cb22ac11134387904a1eccb48af
2012-11-15Make GetParent() const-correct.Kohei Yoshida
const method should return const pointer if it points to an object held internally & prefer taking const pointer as a method argument if possible. Change-Id: I4dc8c31d55aa0054ea6db521be9ad45fefef8d07
2012-11-15ui part for conditional date formatsMarkus Mohrhard
Change-Id: I96893aaa016e6947d354aac4d7bc88da693095da
2012-11-15implement remaining conditional date formatsMarkus Mohrhard
Change-Id: I0a514f305367f556be2fea6650afb63bff4c5a8c
2012-11-15implement date cond format import from OOXMLMarkus Mohrhard
Change-Id: I4c0fc2dad8510260ee58848f99736c91ae58c57e
2012-11-15initial work for date conditional formatsMarkus Mohrhard
Change-Id: Ifba8a4061e898a031004c20222e78eb825f07e4e
2012-11-15String to OUStringMarkus Mohrhard
Change-Id: I32f35a34f031b1905b1b3955d6a8e6804bd4ce23
2012-11-15remove strange commentsMarkus Mohrhard
Change-Id: I307ac354550119f87e7eee0d747b36715c9e0ccc
2012-11-15Fix GLIB_MAJOR/MINOR_VERSION checksStephan Bergmann
Change-Id: Iae16aad5adef480c941846dc9fb298b3a6dd9582
2012-11-15LanguageTag getters with optional bResolveSystem parameterEike Rathke
Added bResolveSystem=true parameter to getBcp47(), getLocale() and getLanguageType(). Other get...() and is...() methods now always resolve to system locale. Change-Id: I2d9718b8bd36aac5e047afd6921d462e52c6a235
2012-11-15Store tree list entry items in ptr_vector & const correct-ness.Kohei Yoshida
Change-Id: I0e02b9ceb98f26a2b130ec978a992fcf889e718a
2012-11-15Rename SvLBoxItem::IsA() to GetType(), and mark that const.Kohei Yoshida
Change-Id: I542835154e40b25d68fc3995d911810e26e30501
2012-11-15glib / dbus version checks strangely ommitted from the merge.Michael Meeks
2012-11-15Updated coreAndras Timar
Project: help fa665d0f817d7446b290a16434411d6af0ad6f91 typo fix
2012-11-15Updated coreAndras Timar
Project: help ff39701b0e841035089929ab7811c7431ab9b39b format Basic code examples
2012-11-15There is no GLIB_AVAILABLE_IN_2_28 in GLib 2.28Tor Lillqvist
Change-Id: Ief126965cf02283cdb7b5f65ccf9fca28b4f9a40
2012-11-15WaE: unused parameter 'argc' and 'argv'Tor Lillqvist
Change-Id: Idb3c4e4be025b78288fb6c705181d7f7a88c2c9f
2012-11-15Windows: Draw the horizontal line between the toolbar and view shell again.Jan Holesovsky
This is necessary after I have removed the 'special' border of the view shell. Change-Id: Ie29d60fbff0c6c38ed285ba30eb948ef83c43827
2012-11-15Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)Stephan Bergmann
...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
2012-11-15Replace medDebug with sal/log.hxx functionalityStephan Bergmann
Change-Id: I30bf94043b5b638260704629356d010c8ea6b4e0
2012-11-15Revert "use intrinsict to inline InterlockCount() on Windows too"Luboš Luňák
This reverts commit 5ae27819974e3492b6f4d33fa51ef2a9d77b5ce5. The commit breaks smoketest on Windows, for reasons unknown: C:/cygwin/home/tinderbox/tinderbox-master-build-libreoffice/smoketest/smoketest.cxx(197) : error : Assertion Test name: `anonymous namespace'::Test::test assertion failed - Expression: connection_.isStillAlive() I can't see why the commit should matter, given that the functions should be equivalent according to my reading of the docs. And debugging this on Windows is pain squared, so I can't even figure out what is going wrong where. Feel free to try your luck. Note that when debugging this, the code triggering this seems to be run only if SOLAR_JAVA and JAVA_HOME are set, so 'make verbose=t' and running just the command without this hides the problem.
2012-11-15-Werror=overloaded-virtualStephan Bergmann
Change-Id: Ic444c979d4975198d9818d7257c85cd44639fda7
2012-11-16Drop unused #includeTakeshi Abe
Change-Id: Ibbeb1e154b2d4829b853dc4c47ef6bf5b6955470
2012-11-16Delete arrayTakeshi Abe
Change-Id: Ia02e936ace65e576f9df086d4608e514f3b0001e
2012-11-15Fix linkoo to work with MinGW again.Jan Holesovsky
Change-Id: I26bcc8f2026872729f5f4658c46c3226df3749f7
2012-11-15Bin leftover debugging printoutTor Lillqvist
Change-Id: I9ff9f53cedb34ff896104b39322edab91aa5cbdc
2012-11-15Fix packconfig.pl when WITH_LANG=ALLFridrich Štrba
Change-Id: Id293760fdc60d79790380d0cbee259b5b1cdd2da
2012-11-15Bin use of UTF-16 expat variant in the Windows shell extensionTor Lillqvist
Thus we can drop that variant completely. Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c
2012-11-15WaE: 'const' type qualifier on return type has no effectTor Lillqvist
Change-Id: I06cc8b77e49ec2a22534e1f45d93dfa0d0a0689f
2012-11-15Revert "Don't bail out when you don't find uiconfig translations"Fridrich Štrba
The can is only kicked further and it fails in packaging of languagepacks, so revert and investigate more This reverts commit c7be4968e8f7f8b3c9c88d0cccfca6cff8e44e14.
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-15improve junit test failure messages around CLSID.Michael Meeks
2012-11-15gtk-a11y: unwind re-enterancy / lifecycle hazard at least a little.Michael Meeks
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks
This reverts commit d3794d2d8ab2ee3f8118d61538bb753335b37f23. Conflicts: bridges/source/cpp_uno/cc50_solaris_intel/except.cxx bridges/source/cpp_uno/cc50_solaris_sparc/except.cxx bridges/source/cpp_uno/gcc3_ios_arm/except.cxx bridges/source/cpp_uno/gcc3_linux_arm/except.cxx bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
2012-11-15Revert "sb140: #i116785# avoid ring-ref that keeps ref counted objects alive ↵Michael Meeks
forever" This reverts commit bb157a42865a2d591f378577c4cfb7c731e18a08.