summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment
Commit message (Expand)AuthorAgeFilesLines
* Cleanly remove components from rdb again that fail during live insertionStephan Bergmann2013-03-041-4/+18
* Merge tag 'libreoffice-3.6.5.2' into suse-3.6Petr Mladek2013-03-041-1/+29
|\
| * Resolves: fdo#51638 In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann2012-12-073-0/+49
| * fdo#57224: Preserve disabled-state across reinstallDeployedExtensionsStephan Bergmann2012-11-211-1/+29
* | Resolves: fdo#51638 In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann2012-12-213-0/+49
* | [mono] cli-mono-common.diff: add mono supportPetr Mladek2012-10-131-0/+10
|/
* fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann2012-08-297-12/+18
* fdo#53006: And detect LO downgrading scenarios...Stephan Bergmann2012-08-131-0/+7
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-138-105/+13
* fdo#53006: Remove user/extensions/bundled cache after upgradeStephan Bergmann2012-08-104-7/+5
* Check for ComponentPackageImpl::isRegistered_ in the current rdbStephan Bergmann2012-08-101-81/+16
* warning C4702: unreachable codeMichael Stahl2012-08-091-0/+6
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-7/+3
* targeted string re-workNorbert Thiebaud2012-06-024-18/+18
* nuke unused namespaceTakeshi Abe2012-06-017-8/+0
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-161-1/+2
* Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann2012-05-021-4/+6
* make ResId::toString a non-static memberCaolán McNamara2012-04-303-27/+23
* Do not accidentally instantiate other exts when removing exts at startupStephan Bergmann2012-04-266-11/+14
* Improved error reportingStephan Bergmann2012-04-261-2/+2
* callcatcher: remove freshly unused codeCaolán McNamara2012-04-251-21/+0
* Force ExtensionManager resync when the implementation changesStephan Bergmann2012-04-244-5/+8
* Unused sDataFolderURLStephan Bergmann2012-04-231-1/+0
* New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann2012-04-201-223/+182
* Do all of componentLiveInsertion/Removal at the root contextStephan Bergmann2012-04-181-64/+73
* Improved debug outputStephan Bergmann2012-04-181-1/+1
* Improved commentStephan Bergmann2012-04-181-2/+1
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-083-12/+7
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-066-67/+19
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-5/+5
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-8/+8
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-056-7/+7
* reorganize trickier staticsCaolán McNamara2012-04-021-3/+3
* fdo#47963 do not increase height of checkboxesDavid Tardon2012-04-021-3/+0
* removed duplicate includes in desktop / editengTakeshi Abe2012-03-302-4/+0
* fix buildLuboš Luňák2012-03-291-1/+1
* desktop: unwind hideous StrTitle mess a littleMichael Meeks2012-03-2911-57/+52
* remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara2012-03-281-3/+3
* match DB_ENV creation flags to DB creation flagsCaolán McNamara2012-03-232-3/+6
* Take a meg off our memory footprintCaolán McNamara2012-03-231-1/+48
* DbEnv argument is always NULLCaolán McNamara2012-03-233-13/+8
* make ResId->OUString the primary routeCaolán McNamara2012-03-201-29/+26
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-162-2/+2
* desktop: move lockfile.cxx to libdeploymentmiscMichael Stahl2012-03-122-0/+326
* fix smoketest - need to check read-only-ness of non-existent pathsMichael Meeks2012-03-121-8/+15
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-12/+6
* Fix sense of r/o detection code, and clean upStephan Bergmann2012-03-091-18/+14
* fdo#40607 - osl_syncFile having written, and avoid doing that on startMichael Meeks2012-03-091-32/+32
* Also bypass definitions of functions not used on Android or iOSTor Lillqvist2012-03-021-2/+3
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-015-25/+25