summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin
...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
2012-10-27shell: use x64 zlib version hereMatúš Kukan
Change-Id: Ie61966f28b937db7d4997753cc388332dda25f63
2012-10-25gbuildification of expatDavid Ostrovsky
Two different xmlparse libraries are created: ascii_expat_xmlparse and expat_xmlparse. One without -DXML_UNICODE and one with. Source file are duplicated and renamed with gb_UnpackedTarball_set_post_action function to be able to add artifacts twice to gbuild machinery. On windows 64 bit additional two librares are created: expat_xmlparse_x64 and expat_xmltok_x64. That is due the problem with shell/shlxthandler (comment): ------------------------------------------------------ use UNICODE only because shell/shlxthandler doesn't link against ascii_expat_xmlparse ------------------------------------------------------ Include files are delivered to $(OUTDIR)/inc/external/expat now and not to $(OUTDIR)/inc/external any more. set_include call is added in RepositoryExternal.mk. To define dependency between StaticLibrary and ExternalProject new function was introduced: gb_StaticLibrary_use_external_project. Change-Id: I3b3aa40f39ef82c70f6f28790b582c83e48bdf76
2012-10-22drop rdbmaker completelyMatúš Kukan
Change-Id: I313afb391562adae4f91c55480a036c228e0b540
2012-10-18Combine senddoc null and default cases for better mailer selection.David Steele
2012-10-07fix shell build with Win8 SDKPeter Foley
Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3
2012-10-05shell: no need to define XML_UNICODE ...Michael Stahl
... because it is added automatically by the external expat_utf16. Change-Id: Ifdad11b275f7074be6f2e92df2e3c30c7097a5b7
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 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 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-10-02Use prefixTor Lillqvist
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar
Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff
2012-08-27fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba
Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6
2012-08-27fdo#53533: don't seek to bogus offsetFridrich Štrba
Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74
2012-08-25libmerged: add more librariesMatúš Kukan
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-07-23Fixed multiple attachment passing to thunderbird: file:// part needs 'sArno Teigseth
Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264
2012-07-20new does not return nullStephan Bergmann
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13warning C4267: conversion from 'size_t' to 'unsigned long'Michael Stahl
Change-Id: I1d922e5b3c7959022b6f57c33b9a4976a16305f6
2012-07-13warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl
Change-Id: Idd467f2963099e2ae6bb76f405124dfa32c8cc9a
2012-07-13clarify branding in commentMichael Stahl
Change-Id: I3101b9f582861bc88ab694c551e66079f133e3e0
2012-07-13warning C4267: conversion from 'size_t' to 'int'Michael Stahl
Change-Id: Id495b96f6f496f4ae16d9c9a3697f94c7b3f305c
2012-07-13shell: remove dead SaveDebugInfoToFileMichael Stahl
Change-Id: I18655247f0e836cefd2791e1c78cf9f49e396d02
2012-07-13warning C4267: conversion from 'size_t' to 'int'Michael Stahl
Change-Id: I00e5e4f959c351004d8c1181c124cc6a1058b666
2012-07-12warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl
Change-Id: If6cbb99b59b14fc7911c0fe76f44ac21b0db5042
2012-07-12warning C4100: unreferenced formal parameterMichael Stahl
Change-Id: I0965bb0cf13becd8a55170789f81714919cbbdf2
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b
2012-07-09Related: fdo#30763 always fill in default name under GNOMECaolán McNamara
regardless of whether lockdown is in effect. Change-Id: I3c5d3aba89f8cedb6e3e4bd2ecc1af954a953306
2012-07-04removed unnecessary forward declarations of classTakeshi Abe
Change-Id: I0d6aad17c471b6edd584c668dc7ff054090c185c
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-29Remove include guardsThomas Arnhold
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-26enable gnome-mail and xdg-mailPeter Tillemans
Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a
2012-06-22.ulf files don't need executable bitsMichael Stahl
Change-Id: Ie84a08aa0626dffed871200df565e33642f53866
2012-06-22.xml files don't need executable bitsMichael Stahl
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22.cxx files don't need executable bitsMichael Stahl
Change-Id: Ic27d7728025b3d666c0ebaf9ec4cd2006d0c89bf
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-13fix typo: = -> ==David Tardon
Change-Id: Iba320b00bdef3704bdfe1abe2a60b8c767a571ec
2012-06-08fdo#47044: Adapt to different Windows versions' InternetQueryOption behaviorStephan Bergmann
Change-Id: Ia4d1d8f903872e5eefae2d9687866243b9055a13
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5