summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2012-05-29get shell to build for me againCaolán McNamara
Change-Id: Idf2dc8025085e417e7368d77420131ad459544b8
2012-05-29-Werror=deprecated-declarationsStephan Bergmann
g_strcasecmp -> g_ascii_strcasecmp, hopefully the latter is already available in oldest relevant glib. Change-Id: Iac47ebd511672d4ca08d4dc998a536939d4a98c3
2012-05-29partially revert 3ca7b8c296bcda699bcf642db3932b3fdbe7ad06Matúš Kukan
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úš Kukan
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
2012-05-29export COM functionsDavid Tardon
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b
2012-05-29shell: change last gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I51e6db0a6b6da2adf42e3d759865994d8624c192
2012-05-29WaE: declaration of 'index' shadows a global declarationDavid Tardon
Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649
2012-05-29use gb_WinResTarget_use_custom_headersDavid Tardon
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-29set all kde4 libs in configureDavid Tardon
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29localebe need corefoundation tooNorbert Thiebaud
Change-Id: Ie646f3ec0f75516c8defd3fd9306d829386ae9a7
2012-05-29macbe depend on udkapi/offapiNorbert Thiebaud
Change-Id: I4b645167772c612f0b09e7a2918e7d9f85755d22
2012-05-29WaE incomplete cppu::ImplementationEntryNorbert Thiebaud
Change-Id: I152ffd56ae3b95fce87056292e909e9bf5daa9e9
2012-05-29-dl is not good for MACOSX eitherNorbert Thiebaud
Change-Id: I155df3d895fcc1f1bf33286a15cd83357cfdbf05
2012-05-29macbacked.cxx is really and objective c++ source -> rename .mmNorbert Thiebaud
Change-Id: I0e0ed02f08358b2caeddbaad7d511c7ec70e68b4
2012-05-29gbuildize shellDavid Tardon
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-16removed unused constant rtl::OUStringTakeshi Abe
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-14TDE integrationNorbert Thiebaud
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-02Argh, another tweak.Jan Holesovsky
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02Minor comment tweak.Jan Holesovsky
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-04-30and be (not so) ultimately smart in the mailto handlerLuboš Luňák
2012-04-30be even smarter in the mailto handler :)Luboš Luňák
2012-04-30Add a comment why we do what we do ;-)Jan Holesovsky
Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73
2012-04-30fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail ↵David Steele
program found
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24Reduce chatterTor Lillqvist
2012-04-23s/OpenOffice/LibreOffice/Andras Timar
2012-04-22WaE: initialization of pointer to null from a constant boolean expressionTor Lillqvist
2012-04-19Don'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.
2012-04-13fix library link order to work with link --as-neededPetr Mladek
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
2012-04-05shell: fix silly flags from 2c5a817591Michael Stahl
2012-03-27typo fixAndras Timar
2012-03-27replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-23.txt files don't need executable bitsMichael Stahl
2012-03-23.component files don't need executable bitsMichael Stahl
2012-03-23.h files don't need executable bitsMichael Stahl
2012-03-23.c files don't need executable bitsMichael Stahl
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-22WaE: ignoring lockf return valueCaolán McNamara
2012-03-21Appease valgrindFridrich Štrba
2012-03-21Call inflateInit2 instead of inflateInit for the zip streamFridrich Štrba
2012-03-21chmod -xTor Lillqvist
2012-03-21Remove unused defineFridrich Štrba
2012-03-19Missing includeStephan Bergmann
2012-03-19Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba