summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2012-06-18fix typo: = -> ==David Tardon
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 1b0d64e7ac9225826368126d67a1381f823e3ed3) Signed-off-by: Eike Rathke <erack@redhat.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
2012-06-12fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13 (cherry picked from commit 0dded0d18a5945ed5a38623068ba7aa93da39df0) Conflicts: shell/source/backends/wininetbe/wininetbackend.cxx Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-05-09Don't check for ORBit < 2.8Ross Burton
ORBit 2.8 was released in 2003 so let's assume that this isn't being used. Also the assumption is that it's coming in through GConf, which isn't true with GConf 3 onwards, released July 2011. Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-03Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
(cherry-picked from commit d4b67611c421ebe9b75284106fe389b434419961) Conflicts: extensions/source/update/check/updatecheck.cxx filter/source/xsltdialog/xmlfiltertestdialog.cxx sfx2/source/view/viewsh.cxx shell/source/unix/exec/shellexec.cxx Replaced master's new MSG_ERR_NO_ABS_URI_REF with re-using RID_SECURITY_WARNING_NO_HYPERLINKS, to avoid introducing new resources into the LO 3.5 series that require localization. New css.system.SystemShellExecuteFlags.URIS_ONLY remains @since LibreOffice 3.6. Officially, new features are only added when bumping the minor revision number, not the micro one (but backporting does not hurt here). Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2011-11-29tkr41: #117828# office crash fixed . (null pointer) + add unit testmst
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105)
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from shellNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27s/infomation/information/Korrawit Pruegsanusak
2011-11-26Bypass more stuff on non-desktop OSes and enforce "lib" prefix for AndroidTor Lillqvist
2011-11-24upstream open-url-support-iceanimals.diff from libreoffice/buildBjoern Michaelsen
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-15fdo#42865: shell: no mapfileMichael Stahl
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE symbol in librecentfile.so, build it with hidden visibility.
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann
2011-10-07cppcheck reduce scope of var in shell/...gconfaccess.cxxPierre-André Jacquod
2011-10-06Undo basis/brand split: move some auxiliary executables from basis to brand.Stephan Bergmann
2011-10-05Removed dead code.Stephan Bergmann
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26cppcheck: unused variablesKorrawit Pruegsanusak
2011-09-23Undo basis/brand split: move dynamic libraries from basis to brand.Stephan Bergmann
2011-09-17Better management of exceptionJulien Nabet
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-08-31Work around compilation errors with mingw-w64 and --enable-debugTor Lillqvist
2011-08-22Make a dbgutil build of the Explorer extension succeedTor Lillqvist
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk. Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging msvcprt.lib when building the Explorer extension. Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag in the diagnosing functions from sal. We don't link the Explorer extension with sal. As such it might not make much sense to actually *use* a shell extension built with assertions in the C++ library, against the debugging C/C++ runtime. You don't want assertions to fire in Explorer, do you? On the other hand, one could be debugging an Explorer extension remotely. Maybe even locally, I don't know if some lower levels of Windows get upset if Explorer is unresponsive due to being debugged, or something. But anyway, the main point for now is to make an --enable-dbgutil build succeed. Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in *all* makefiles in shell.
2011-08-22chmod -xTor Lillqvist
2011-08-22No need to mention msvcprt.lib here, wntmsc.mk does thatTor Lillqvist
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use msvcprtd.lib.
2011-08-22Move Win32-only code under source/win32 for clarityTor Lillqvist
2011-08-22Drop OS/2 linesTor Lillqvist
2011-08-08Cleanup/remove CommandLine-related methods in lngconvex.Jan Holesovsky
2011-07-23No need for lngconvex for non-desktop OSesTor Lillqvist
2011-07-22Kill dtwm/cdeThomas Arnhold
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-05Hardcode browser list: remove netscape, add chromeFrancois Tigeot
2011-07-04Update the hardcoded list of browsersFrancois Tigeot
2011-06-27Bypass for MinGW for nowTor Lillqvist
2011-06-24use sal_uInt16 instead of USHORT on unixMichael Meeks
2011-06-24Do build and deliver lngconvex on Unix, tooTor Lillqvist
2011-06-24Attempt to make this build with MinGWTor Lillqvist
2011-06-17ause130: #i117218# don't export INCLUDE in a local makefile.mkHans-Joachim Lankenau
2011-06-17ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist
2011-06-12Don't build this for iOS or Android eitherTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-21Drop OS2Tor Lillqvist
2011-05-18remove dead codeDavid Tardon
2011-04-28Include <osl/diagnose.h> for OSL_ENSURE etcTor Lillqvist
No idea why this include is suddenly needed.
2011-04-21SAL_CALL wasn't present for component_getFactoryJulien Nabet
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-19Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} insteadChristina Rossmanith