summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2011-12-21WaE: hInstance arg unused under mingw32Caolán McNamara
2011-12-21autocorrection migration never actually usedCaolán McNamara
2011-12-21AutocorrectionMigration is not constructableCaolán McNamara
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot
Part XIII Module desktop
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-16add version suffix (beta1) to about dialogPetr Mladek
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-15Removed extra semicolonsJesse
2011-12-14Fix the soffice.sh wrapper's -h / --version.Michal Svec
2011-12-14regpathhelper: unused, so we've got to have two of themCaolán McNamara
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