summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-11-20Remove some unused headers from desktopJoseph Powers
2011-11-18Valgrind: fixed memory leakAugust Sodora
2011-11-16push/pop deprecatedCaolán McNamara
2011-11-16Fixup legacy sleepycat db database usage for packagesMichael Meeks
Previously empty legacy registered_packages.db databases were created unconditionally, at some efficiency and startup cost, despite these being deprectated since before version 3.2. We now handle version mismatches by warning on the console and ignoring these files.
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-16Reduce what we build here for non-DESKTOP OSesTor Lillqvist
2011-11-16What we want is the "filter" function, not "firstword"Tor Lillqvist
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15Introduced LibreOffice-minimal-version extension dependency.Stephan Bergmann
2011-11-15Instead of returning out of function just skip its calling.Tomas Chvatal
2011-11-14remove unused desktop/source/app/copyright_ascii_sun.cNorbert Thiebaud
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-09Revert "oosplash - daemonize to help mutt users recover their sanity"Stephan Bergmann
For one, it leaves detached oosplash processes behind (the forked oosplash instance waits for the soffice.bin child forked from the original oosplash instance in vain). For another, it makes unavailable the soffice.bin exit code. This reverts commits aacf55dbe004ae3cad720002d40dc0e408107fd3 and 62ebb119cfb42adc5e007fb77f68d56b40de2a85.
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann
2011-11-09OpenOffice.org-minimal-version dependency is not branded.Stephan Bergmann
2011-11-09dp_dependencies clean upStephan Bergmann
2011-11-08Properly check sscanf return value.Stephan Bergmann
2011-11-08don't demonize if we are passed an --accept line for UNO remote controlMichael Meeks
2011-11-08oosplash - daemonize to help mutt users recover their sanityMichael Meeks
2011-11-08remove leftover comment regarding removed Mac OSX conditionalChristian Lohmaier
2011-11-08there is no rule for the manifest, so we need to depend on the lib onlyBjoern Michaelsen
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
2011-11-08oosplash: remove redundant mac conditionals - we don't build on OS/XMichael Meeks
2011-11-07add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist
2011-11-04fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules
2011-11-04Further clean up of areas touched by previous commit.Stephan Bergmann
2011-11-04String->OUString, remove unused codeAugust Sodora
2011-11-01WaE: more windows tinderbox warning cleanupMichael Meeks
2011-11-01very,very ugly hack to get the soffice.bin nameBjoern Michaelsen
the previous solution couldnt work: - Packages are toplevel targets, so they need to be in a separate file - However, Packages should not be used here as it interferes with the pattern rules on $(OUTDIR)/bin - replacing those instead with explicit (non-pattern) rules for this exceptional case - depending from the regular target in $(OUTDIR) on the special one - depending from the special target on the $(WORKDIR) one
2011-10-31The -something switches are obsolete, use --something instead.Jan Holesovsky
2011-10-31Improved an OSL_FAIL.Stephan Bergmann
2011-10-26chmod -xTor Lillqvist
2011-10-26WaE: unreferenced formal parameterTor Lillqvist
2011-10-26WaE: unreachable codeTor Lillqvist
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-20Removed spurious "" around multi-word shell arg.Stephan Bergmann
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-11WaE: ISO C90 forbids mixed declarations and codeDavid Tardon
2011-10-08add more component prefixesMatúš Kukan
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann
2011-10-07WaE: win32 cleanupMichael Meeks
2011-10-07cppcheck scope reduction of var in desktop/win32/...setup.cppPierre-André Jacquod
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
2011-10-05cast goneCaolán McNamara
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04verbose error message pleaseCaolán McNamara