summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-2/+2
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara1-8/+12
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-72/+0
2011-11-27remove pch from the include listNorbert Thiebaud27-27/+0
2011-11-27remove include of pch header in desktopNorbert Thiebaud109-208/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-6/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud28-56/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-3/+3
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-22Upon startup, do not unnecesarily instantiate component service factories.Stephan Bergmann1-35/+37
Discovered by Michael Meeks <michael.meeks@suse.com>.
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann1-1/+0
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar2-2/+2
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-9/+9
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-20Remove some unused headers from desktopJoseph Powers2-113/+0
2011-11-18Valgrind: fixed memory leakAugust Sodora1-0/+6
2011-11-16push/pop deprecatedCaolán McNamara1-2/+9
2011-11-16Fixup legacy sleepycat db database usage for packagesMichael Meeks6-38/+38
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 Thiebaud1-4/+4
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 Lillqvist1-9/+14
2011-11-16What we want is the "filter" function, not "firstword"Tor Lillqvist1-4/+4
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann1-4/+1
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 Bergmann7-72/+95
2011-11-15Instead of returning out of function just skip its calling.Tomas Chvatal1-3/+2
2011-11-14remove unused desktop/source/app/copyright_ascii_sun.cNorbert Thiebaud1-10/+0
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann12-377/+73
* 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 Bergmann1-2/+2
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann11-174/+73
2011-11-09Revert "oosplash - daemonize to help mutt users recover their sanity"Stephan Bergmann3-27/+14
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 Bergmann7-1/+1
2011-11-09OpenOffice.org-minimal-version dependency is not branded.Stephan Bergmann2-15/+7
2011-11-09dp_dependencies clean upStephan Bergmann4-89/+93
2011-11-08Properly check sscanf return value.Stephan Bergmann1-1/+2
2011-11-08don't demonize if we are passed an --accept line for UNO remote controlMichael Meeks3-17/+26
2011-11-08oosplash - daemonize to help mutt users recover their sanityMichael Meeks1-0/+4
2011-11-08remove leftover comment regarding removed Mac OSX conditionalChristian Lohmaier1-2/+1
2011-11-08there is no rule for the manifest, so we need to depend on the lib onlyBjoern Michaelsen1-2/+2
- 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 Meeks2-18/+0
2011-11-07add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks1-1/+5
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist1-1/+0
2011-11-04fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks1-5/+5
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 Bergmann4-136/+135
2011-11-04String->OUString, remove unused codeAugust Sodora3-43/+36
2011-11-01WaE: more windows tinderbox warning cleanupMichael Meeks1-0/+1
2011-11-01very,very ugly hack to get the soffice.bin nameBjoern Michaelsen1-5/+17
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 Holesovsky7-7/+7
2011-10-31Improved an OSL_FAIL.Stephan Bergmann1-2/+7
2011-10-26chmod -xTor Lillqvist186-0/+0
2011-10-26WaE: unreferenced formal parameterTor Lillqvist1-2/+2
2011-10-26WaE: unreachable codeTor Lillqvist1-0/+4
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-2/+2