summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-08-26oops, out-by-one idiocyCaolán McNamara
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-22regoptions (etc.) now unused post registration-removalCaolán McNamara
2011-08-22ditch product registration implementationCaolán McNamara
2011-08-19print fatal UNO exceptions' text in a friendly way from OpenClients failuresMichael Meeks
2011-08-19fdo#37206 toggle default config to false for crash-reporter installedCaolán McNamara
2011-08-18registered but uninstalled database drivers break address book wizardCaolán McNamara
among other things undoubtedly. The idea was IIRC to drop adabas support, so lets not register the uninstalled components, and while we're at it not build it either.
2011-08-17use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTSCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-15add a jdk 1.5-alike string replace to comphelper::stringCaolán McNamara
2011-08-08explicitly call XDesktop::terminate on early "restart" exitCaolán McNamara
Too many things create an XDesktop and too many things depend on it explicitly having terminate called on it to allow the office on early-restart after updating extensions to exit without config items etc not getting flushed.
2011-08-08why create a com.sun.star.util.PathSubstitution and not use itCaolán McNamara
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-30Some cppcheck cleaningJulien Nabet
2011-07-22Remove unused env XENVIRONMENTThomas Arnhold
2011-07-22windres is pickyTor Lillqvist
2011-07-21windres is pickyTor Lillqvist
2011-07-21We don't ship the rebase executables so bin the sources tooTor Lillqvist
2011-07-21Header filename case sensitivity fixesTor Lillqvist
2011-07-21product code of latest vcredist_x64.exeAndras Timar
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148 ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-20Splash screen fix for multi-head on Linux (fdo#33214)Josh Heidenreich
Uses xinerama to get the size of the primary screen
2011-07-13oosplash.bin - handle EINTR and failed reads more elegantlyMichael Meeks
2011-07-13null the display pointer after closing the display, fixes fdo#37579Michael Meeks
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-12Do not pass the request for command line help to oosplashMichal Svec
- both of these work now: 'libreoffice -h' and 'libreoffice --help' - added two more options: 'libreoffice -V' and 'libreoffice --version' - all of these options work even if there are instances running - there's no 1s delay between startup and actual output
2011-07-07Remove unused bChechOkMatúš Kukan
MacOSX 10.6.7 Intel no-moz was failing because of this
2011-07-07Remove socomp library related codeMatus Kukan
2011-07-07Remove productregistration.jar library related codeMatus Kukan
2011-07-02Remove accidentally kept unused filesMatus Kukan
2011-06-30build id isn't massively helpful hereCaolán McNamara
2011-06-27valgrind: fix leaksCaolán McNamara
2011-06-26Close file descriptorThomas Arnhold
2011-06-24valgrind --log-file=valgrind.log does not work well with --trace-children=yesPetr Mladek
redirect output of the stdout and stderr
2011-06-24vagrind -> valgrindCaolán McNamara
2011-06-23Make .rc files compatible with the MinGW windresTor Lillqvist
2011-06-22use --trace-children-skip=*/java with valgrind >= 3.6Petr Mladek
thanks Caolan for hint
2011-06-22remove the obsolete valgring support in the soffice wrapperPetr Mladek
2011-06-22add --backtrace, --strace, and --valgring option to soffice wrapperPetr Mladek
the change is only for Linux; it will help users to provide the needed debug info; thanks Kendy for the idea
2011-06-21update product code of vcredist_x64.exeAndras Timar
2011-06-21catch by const referenceCaolán McNamara
2011-06-20fix fdo#37110 --quickstart shouldn't show start centerRobert Nagy
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17Related: rhbz#702833 addEventListener without removeEventListenerCaolán McNamara
2011-06-17add GLIBCXX_FORCE_NEW for memcheckCaolán McNamara
2011-06-13default config location has changed, look in old config dir when migratingNoel Power
A previous patch (boostrap:25bd2eec77ed774a37d1cddd0d72312e23d5e9fd) changed the default configuration directory location ( on unix ) When evaluating user configurations for migration we need to search the old default config dir and not the new default config directory,
2011-06-09disable splash build completely for MacMichael Meeks
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-06-01tweak these a bit to allow better templateCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-coreJan Holesovsky