summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04fdo#60386 fix l10n of windows shell extensionDavid Tardon1-2/+11
(cherry picked from commit 5e10c8d2b44f38df0a1a805f4ad6b6610eabecdf) Conflicts: shell/CustomTarget_shlxthdl_res.mk Change-Id: I5b4b839b930c294bee6727402dbc47efee7fbcd7 Reviewed-on: https://gerrit.libreoffice.org/2136 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek1-2/+4
Conflicts: desktop/source/app/sofficemain.cxx instsetoo_native/util/openoffice.lst solenv/inc/minor.mk Change-Id: I3e9510067c7173f6c71368e70ba6dfe168c5318e
2012-09-28[SUSE only] add real SUSE EULA (English)Andras Timar1-2/+2
Change-Id: I612e4181bce48658cb0acdfb109eb10ec1aa3774
2012-09-19warning C4100: unreferenced formal parameterMichael Stahl1-2/+4
Change-Id: I0965bb0cf13becd8a55170789f81714919cbbdf2 (cherry picked from commit 9e20e9a7b88d64c521c55bde8b4e5f10578d6ccf) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar1-0/+1
Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-08-27fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2-4/+9
Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6 Signed-off-by: Andras Timar <atimar@suse.com>
2012-08-27fdo#53533: don't seek to bogus offsetFridrich Štrba2-21/+14
Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74 Signed-off-by: Andras Timar <atimar@suse.com>
2012-06-18fix typo: = -> ==David Tardon1-1/+1
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-06-12fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann1-22/+44
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13 (cherry picked from commit 0dded0d18a5945ed5a38623068ba7aa93da39df0)
2012-06-02targeted string re-workNorbert Thiebaud16-108/+98
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius1-22/+22
2012-06-01nuke unused namespaceTakeshi Abe3-9/+3
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-30do not link with cmt by defaultDavid Tardon3-0/+3
It causes linker errors like: libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in msvcrt.lib(MSVCR90.dll) Change-Id: Ia7d9eec8dcbc9cbeb64f121f95c0b83d192bab20
2012-05-30define XML_UNICODE for x64 lib tooDavid Tardon1-0/+8
Change-Id: Idac89f9165058bfa40189ff4c4e8cd4b5bc78b79
2012-05-30do not link with cmt by defaultDavid Tardon3-0/+3
It causes linker errors like: libcmt.lib(crt0dat.obj) : error LNK2005: _amsg_exit already defined in +msvcrt.lib(MSVCR90.dll) ... Change-Id: I54217859a7c4f6535eed5bca50ada68a8d5b095c
2012-05-30fix linking with gconf on release machineDavid Tardon1-1/+0
Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
2012-05-29ensure linking to gobjectCaolán McNamara1-0/+1
Change-Id: Idfe17f54b2f8a2d53bc340f03253270a1b222811
2012-05-30use 64-bit compiler and linker for 64-bit Windows shell extensionsAndras Timar5-5/+5
Change-Id: I4ad94eca4ebbf7d8e989dba5a19296d727111850
2012-05-29WaE: C4099: type name first seen using struct now using classCaolán McNamara1-1/+1
Change-Id: I31772243349f1e3fcbea6b0d0aea9786b19d0fcc
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks5-5/+6
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29remove useless argumentDavid Tardon1-1/+1
Change-Id: I8d5cd9a3ee8a469d4b0154f4423a6c811e3ad369
2012-05-29ensure source files are present before trying to use themDavid Tardon1-0/+4
Change-Id: I8c7608121872976e275d00236539940d797b64c4
2012-05-29fix include pathDavid Tardon1-0/+5
Change-Id: I2857d5831e04227b9ebe12e4689f7d7a25221685
2012-05-29copy header files tooDavid Tardon1-1/+16
Change-Id: I5b3e1cd3a44d8f5ea11b3456516258564899c3f6
2012-05-29copy the source files before trying to use themDavid Tardon3-0/+12
Change-Id: I3252511cd845e6f91d31f5b5858c9122fcab4838
2012-05-29trying to fix shell x64 build on WindowsAndras Timar6-7/+7
Change-Id: Ibf5dffec5f5617d225f6f529566b524ebafc20c2
2012-05-29BUILD_X64 is TRUE not YES, when definedAndras Timar1-1/+1
Change-Id: Ib49f623e3423ce1d7caf64bc97d7ffd72dd50ed7
2012-05-29gbuild: libkdebe1 has to be linked with libkioPetr Mladek1-0/+4
was removed during gbuildisation Change-Id: I0ff6159114bf7f82897bbb88c76fbfe8732098d9
2012-05-29get shell to build for me againCaolán McNamara2-1/+15
Change-Id: Idf2dc8025085e417e7368d77420131ad459544b8
2012-05-29-Werror=deprecated-declarationsStephan Bergmann1-1/+1
g_strcasecmp -> g_ascii_strcasecmp, hopefully the latter is already available in oldest relevant glib. Change-Id: Iac47ebd511672d4ca08d4dc998a536939d4a98c3
2012-05-29partially revert 3ca7b8c296bcda699bcf642db3932b3fdbe7ad06Matúš Kukan6-20/+20
It is not possible to use PRIVATE this way. So, there are still warnings as: LINK : warning LNK4104: export of symbol 'DllCanUnloadNow' should be PRIVATE Change-Id: I9f14dd95b611475ef89914270c931a7115f1f5c8
2012-05-29shell: export more symbols, as privateMatúš Kukan11-53/+33
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
2012-05-29export COM functionsDavid Tardon6-8/+34
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b
2012-05-29shell: change last gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
Change-Id: I51e6db0a6b6da2adf42e3d759865994d8624c192
2012-05-29WaE: declaration of 'index' shadows a global declarationDavid Tardon1-4/+4
Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649
2012-05-29use gb_WinResTarget_use_custom_headersDavid Tardon1-3/+4
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon1-1/+1
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-29set all kde4 libs in configureDavid Tardon1-5/+0
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29localebe need corefoundation tooNorbert Thiebaud1-0/+1
Change-Id: Ie646f3ec0f75516c8defd3fd9306d829386ae9a7
2012-05-29macbe depend on udkapi/offapiNorbert Thiebaud1-0/+5
Change-Id: I4b645167772c612f0b09e7a2918e7d9f85755d22
2012-05-29WaE incomplete cppu::ImplementationEntryNorbert Thiebaud1-1/+1
Change-Id: I152ffd56ae3b95fce87056292e909e9bf5daa9e9
2012-05-29-dl is not good for MACOSX eitherNorbert Thiebaud1-1/+1
Change-Id: I155df3d895fcc1f1bf33286a15cd83357cfdbf05
2012-05-29macbacked.cxx is really and objective c++ source -> rename .mmNorbert Thiebaud2-1/+4
Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4
2012-05-29gbuildize shellDavid Tardon82-2433/+2373
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-14TDE integrationNorbert Thiebaud10-8/+290
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-02Argh, another tweak.Jan Holesovsky1-1/+1
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02Minor comment tweak.Jan Holesovsky1-3/+3
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-04-30and be (not so) ultimately smart in the mailto handlerLuboš Luňák1-2/+2