summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-12-12Do build Executable_soffice.bin also for Android, for nowTor Lillqvist
2011-12-12Do build Library_deploymentmisc also for non-desktop OSes, for nowTor Lillqvist
2011-12-11Remove ByteStringJulien Nabet
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-08Fix Windows buildTor Lillqvist
2011-12-08Remove unnecessary includesAugust Sodora
2011-12-07Remove testtoolloaderAugust Sodora
2011-12-07link icons to soffice.bin fdo#42979Andras Timar
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-07'copyright text to see as text in the soffice binary' deletedAndras Timar
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
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