Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-16 | add version suffix (beta1) to about dialog | Petr 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-15 | Removed extra semicolons | Jesse | |
2011-12-14 | Fix the soffice.sh wrapper's -h / --version. | Michal Svec | |
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-12 | Do build Executable_soffice.bin also for Android, for now | Tor Lillqvist | |
2011-12-12 | Do build Library_deploymentmisc also for non-desktop OSes, for now | Tor Lillqvist | |
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-12-11 | The common_build stuff is surely obsolete | Tor Lillqvist | |
2011-12-10 | enhance VersionInfo resource of Windows excutables | Andras 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-08 | Fix Windows build | Tor Lillqvist | |
2011-12-08 | Remove unnecessary includes | August Sodora | |
2011-12-07 | Remove testtoolloader | August Sodora | |
2011-12-07 | link icons to soffice.bin fdo#42979 | Andras Timar | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-07 | 'copyright text to see as text in the soffice binary' deleted | Andras Timar | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-06 | Make dialogs fail with an exception in headless tests. | Stephan Bergmann | |
2011-12-06 | remove sources of setup.exe | Andras Timar | |
2011-12-06 | catch exception by constant reference | Takeshi Abe | |
2011-12-04 | code cleanup of Windows quickstarter | Andras Timar | |
2011-12-04 | remove StarOffice-only file | Andras Timar | |
2011-12-04 | -quickstart -> --quickstart, etc. | Andras Timar | |
2011-12-02 | remove unused OOo Windows icons | Andras Timar | |
2011-12-02 | A trailing 0 on an ICON line is unnecessary and causes an error | Andras Timar | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-12-01 | Revert "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-30 | temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914 | Andras 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-30 | fix license header | Andras Timar | |
2011-11-29 | set gb_PARTIALBUILD in CustomTargets | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | Fix for fdo39748, part II | Olivier Hallot | |
Code clenup Improvement on extension list box size calculation | |||
2011-11-28 | Fix 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-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header in desktop | Norbert Thiebaud | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-23 | Changed 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-22 | Upon startup, do not unnecesarily instantiate component service factories. | Stephan Bergmann | |
Discovered by Michael Meeks <michael.meeks@suse.com>. | |||
2011-11-22 | Remove no longer necessary "(void) x; // avoid warnings". | Stephan Bergmann | |
2011-11-22 | fix VERSIONINFO section of win32 executables fdo#30798 | Andras Timar | |
2011-11-22 | New 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-20 | Remove some unused headers from desktop | Joseph Powers | |
2011-11-18 | Valgrind: fixed memory leak | August Sodora | |
2011-11-16 | push/pop deprecated | Caolán McNamara | |
2011-11-16 | Fixup legacy sleepycat db database usage for packages | Michael 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. |