summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-28The "pre-cleaning" is fairly pointless now when we fill the whole screenTor Lillqvist
Change-Id: I85a2ee8af9615222c33b36e3d7d08e5821a66a43
2013-02-28Bin some repetitive verbose loggingTor Lillqvist
Change-Id: I5c2ee005094ec3fdf1ebc766b0760a1f73b2682f
2013-02-28sal_Bool to boolTakeshi Abe
Change-Id: I78955b1a7aba864e83c5c5869f389809be0e76e0
2013-02-28drop/fix #define suffixed with semicolonTakeshi Abe
Change-Id: I0569586cf558d5ab487da4cf8ede24507ec84035
2013-02-28coverity#982642: add missing breakMarkus Mohrhard
Change-Id: Iba7cfec5fa1aa9e3a6a3f1e57b8732989238d608
2013-02-28coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard
Change-Id: I68f43d07798ccb3fc3a5ab438992ac74f4cd262a
2013-02-28make sure that this coverity report is really a false positiveMarkus Mohrhard
Change-Id: I2ae6312c533bf2dbfcd5fa691c5acaaee61fe8b2
2013-02-27fix: BUILDDIR is not always SRCDIRNorbert Thiebaud
Change-Id: I6028fe295e467aa448d8503097be0c80a42908ed
2013-02-28fix typoDavid Tardon
Change-Id: I6c824dccee8c0af0edb2f6fce7d47079894f7af4
2013-02-28remove dmake, build.pl, deliver.pl and zipdep.plBjoern Michaelsen
This is writing history: LibreOffice builds in ONE non-recursive make process with full dependencies. We will now be able to really move forward without the old build system. A big 'Thank you!' goes out to everyone contributing to solenv/gbuild, especially: - David Tardon - Norbert Thiebaud - Tor Lillqvist - Michael Stahl - Matúš Kukan - Stephan Bergmann - Luboš Luňák - Caolán McNamara - Mathias Bauer - Jan Holesovsky - Peter Foley - Andras Timar - Hans-Joachim Lankenau and all the heroes migrating all the modules of LibreOffice to gbuild. By explicit request this commit has to be completed with this quote: I say we take off and nuke the entire site from orbit. It's the only way to be sure. Hold on a second. This installation has a substantial dollar value attached to it. They can bill me. Change-Id: I72fa17cfb24fae00ca78cfe0eb5782c1788d2dcc Reviewed-on: https://gerrit.libreoffice.org/2445 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Niko Rönkkö <ronkko@iki.fi> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-28fdo#38838,UniString,String_to_OUStringelixir
Change-Id: I024a2de18fe3c22be0860b62a862ede992e12c1e Reviewed-on: https://gerrit.libreoffice.org/2303 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28Use more logial directory structureTor Lillqvist
The package is org.libreoffice.experimental.desktop so put the source file in src/org/libreoffice/experimental/desktop. Change-Id: I08660962dbd44eb48da0c966e218f49287ab5ca7
2013-02-28Some keys need special handlingTor Lillqvist
Change-Id: Ic2d2d3889d1facbf0042a946fdaf9acd472d0f94
2013-02-28Handle touch eventsTor Lillqvist
Change-Id: I9c9d200731df9ba48ee61f7c97692ed9b9f06648
2013-02-27odk: pull idl files directly from udkapi/offapiMatúš Kukan
Change-Id: I6832fadd0f469f1920580ec1beed9abe085f9bb9 Reviewed-on: https://gerrit.libreoffice.org/2437 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2013-02-27Resolves: fdo#61241 force area page to size itself for max visible controlsCaolán McNamara
Change-Id: I2d67ce71528786ef300ab83ee1e5b1cad6b4abe8
2013-02-27Use config_$(gb_Side), not config_hostTor Lillqvist
Change-Id: I174f6bec7770ee029e5c452781f1de995c21e625
2013-02-27Copy also udkversion.mk to config_build when cross-compilingTor Lillqvist
Change-Id: I785ef3591b873b208b9b3b4de1deff04e0721213
2013-02-27gbuild: add dependencies on makedepend to rules that use itMichael Stahl
Change-Id: I25d23cd9a526b0d0be37ea0a0211e407266e6475
2013-02-27Need all config_host/*.in files for the BUILD platform configuryTor Lillqvist
Change-Id: Iac9040ac6df1d45bd949559555a2e675bc92ab78
2013-02-27Remove unused assignmentsJulien Nabet
See http://nabble.documentfoundation.org/Question-cppcheck-reports-on-svx-source-svdraw-svdoedge-cxx-Bezier-curve-td4025235.html Change-Id: Ic091d2b84254679462cc796032a01e815538af26
2013-02-27Bump android remote version to 1.0.4+, version code to 6Petr Mladek
Change-Id: I7af423bab5885570c3651199e313ed4414c8461e
2013-02-27get installed fonts etc. using SalGraphicsLuboš Luňák
This avoids the use of the "generic" Unix-specific PrintFontManager class at the expense of somewhat more clumsy code. Change-Id: I4e6cdcdba4f16d5a3b9d56c3c4972b34339495cf
2013-02-27make OutputDevice::ImplGetGraphics() return the SalGraphics*Luboš Luňák
Currently it returns int, meaning to be actually a bool returning whether the call was successful. The pointer can work the same way, but moreover allows access to SalGraphics* also from outside of the class (otherwise I don't see much point in the method being public). To be used by code for embedded fonts handling for getting a list of fonts etc. Change-Id: I64f2acd61c1ce2f6c2e1e4aeac3f2af97c3198de
2013-02-27We need the spell library as soon as we have some text in WriterTor Lillqvist
Change-Id: Ice3eb23f57069043c0c971fce5dfe22aa95c3870
2013-02-27Send text input to the LO codeTor Lillqvist
Change-Id: I28070fb1a8b85c9737d2a78a8a713243ce47dde9
2013-02-27vcl: re-add FontSelectPattern ctor needed on WNTMichael Stahl
(was removed in 875c997c7da116402509d0bd75e8c15a66a40529) Change-Id: I84836056acb3b40bada837347d296d2b60c9a1e3
2013-02-27Remove unused parts and simplifyJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-quot-bContainsDate-quot-not-read-in-templateremoteview-cxx-sfx2-td4032416.html Change-Id: I2369d728e431d5e802871fc0a173aacc90079798
2013-02-27setup_native: add missing dependency on packageMatúš Kukan
Also correct some package names. They were quite random, I wonder if it was working and they are needed for something. Change-Id: I5080f1f7eda967b602b6fac667018e11aec5a521
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
Change-Id: I132723457e02d6b3b9fa24d7d41ac621b03ef7b1
2013-02-27TypoStephan Bergmann
Change-Id: Icac6db07f9a963187282eb9b437bcc6dc85b52a1
2013-02-27#c708928# avoid double free errorHerbert Dürr
2013-02-27sw: get rid of no longer needed TOOLS_CONSTASCII_STRINGPARAM defineMiklos Vajna
Change-Id: I595907d345c0438858e53ca76fbb2ae7d79743e6
2013-02-27remove solenv/inc/udkversion.mkMichael Stahl
Change-Id: I57280e4488c89c5289c5c51e5dbc43deb82c7483
2013-02-27remove odk/CustomTarget_include.mk and package udkversion.mk in salMichael Stahl
Change-Id: Iab7335bc440484a6c01700ae36d1e004f8e96be7
2013-02-27move generation of udkversion.mk to configureMichael Stahl
Change-Id: Id2f047686e2ba3ac2d8242d9b47abad751679759
2013-02-27sal: get rid of CustomTarget_generated.mkMichael Stahl
Change-Id: I2347f60ef922d32201beda47e59e0b345d07a3b1
2013-02-27move generation of sal/udkversion.h to configureMichael Stahl
Change-Id: I401dc6b3dcea933d1f186a8618e7c86ccd21430e
2013-02-27sal: use typesizes.h in MSVC build tooMichael Stahl
The types.h header defined the alignments to be 1 for MSVC, while configure set them to 2/4/8. It appears the alignment are only used in very few implementation details, so nothing should break by changing the values. Change-Id: I56ce85e0607159f0a4f653dd03480533b0adba07
2013-02-27move generation of sal/typesizes.h to configureMichael Stahl
Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc
2013-02-27fdo#53985 DOCX import: don't try to set empty PageDescNameMiklos Vajna
Regression from 50cb1667020494906afaacb68d4163d1eda527cf. Change-Id: Ie04d5ad37555ed4cfeb34ccb8dc021675fbd25ea
2013-02-27pack .cfg and .tree filesDavid Tardon
Change-Id: I2a7936c9c71d65482281816720b20b920c2e3e74
2013-02-27actually pack the help jarDavid Tardon
Change-Id: Iec3ca941d16cdfd52711a3effb96c865cbd24069
2013-02-27make sure that outdir existsDavid Tardon
Change-Id: Id481219cae8af1cea90dbc0f1d28f6a6483927d8
2013-02-27move instsetoo_native to gbuildBjoern Michaelsen
Change-Id: Ie4deddc426356636b76ad4fc27552c6d3a1dd815 Reviewed-on: https://gerrit.libreoffice.org/2429 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-02-27tolerence -> toleranceMiklos Vajna
Change-Id: Ibf2c03eb8f55c26060b83cda8c29376c110cf822
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac
Removed several unused methods. Could not remove ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() and ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods). Should Test::test1Table1Page() really be removed? (test class) Conflicts: unusedcode.easy Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f
2013-02-27we need system libcmis 0.3.1 nowBjoern Michaelsen
Change-Id: I6919a7630f1afc1524cf2f21482f40fc9aebf0c6
2013-02-27also move --enable swiches to m4/ for extensionsBjoern Michaelsen
Change-Id: I72df67fae5fd78cd9d3f69d4be218c866b4b881d
2013-02-27Updated coreCaolán McNamara
Project: help 280514d881bb3bd272120e54d776025addcd2a35