summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-12-06Make dialogs fail with an exception in headless tests.Stephan Bergmann
2011-12-06remove sources of setup.exeAndras Timar
2011-12-06catch exception by constant referenceTakeshi Abe
2011-12-04code cleanup of Windows quickstarterAndras Timar
2011-12-04remove StarOffice-only fileAndras Timar
2011-12-04-quickstart -> --quickstart, etc.Andras Timar
2011-12-02remove unused OOo Windows iconsAndras Timar
2011-12-02A trailing 0 on an ICON line is unnecessary and causes an errorAndras Timar
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan
2011-12-01Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵Andras Timar
fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed.
2011-11-30temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914Andras Timar
It is puzzling that Executable_soffice.bin.mk contains the line $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES)) yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags. I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it prevails. I guess MinGW will be still affected. It really should be fixed correctly by a gbuild expert.
2011-11-30fix license headerAndras Timar
2011-11-29set gb_PARTIALBUILD in CustomTargetsBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Fix for fdo39748, part IIOlivier Hallot
Code clenup Improvement on extension list box size calculation
2011-11-28Fix for bug fdo39748, Easy-hack Cleanup extension list.Olivier Hallot
This patch introduces 3 new check box in the extension manager GUI to allow selection of extension type to display: bundled, shared or user. Dialog is automatically updated upon toggling checkbox. On toggling each checkbox, the extension list is recreated from scratch and packages are added to the list depending on the checkmark state. Initial state is all checks marked.
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in desktopNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
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 Bergmann
Discovered by Michael Meeks <michael.meeks@suse.com>.
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann
2011-11-22fix VERSIONINFO section of win32 executables fdo#30798Andras Timar
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* 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 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