Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-16 | Reduce what we build here for non-DESKTOP OSes | Tor Lillqvist | |
2011-11-16 | What we want is the "filter" function, not "firstword" | Tor Lillqvist | |
2011-11-15 | Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION. | Stephan Bergmann | |
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively. | |||
2011-11-15 | Introduced LibreOffice-minimal-version extension dependency. | Stephan Bergmann | |
2011-11-15 | Instead of returning out of function just skip its calling. | Tomas Chvatal | |
2011-11-14 | remove unused desktop/source/app/copyright_ascii_sun.c | Norbert Thiebaud | |
2011-11-14 | Simplified 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-14 | Removed comphelper -> unotools processfactory.hxx duplication. | Stephan Bergmann | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-09 | Revert "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-09 | OOo reference version for extension dependencies is still at 3.4. | Stephan Bergmann | |
2011-11-09 | OpenOffice.org-minimal-version dependency is not branded. | Stephan Bergmann | |
2011-11-09 | dp_dependencies clean up | Stephan Bergmann | |
2011-11-08 | Properly check sscanf return value. | Stephan Bergmann | |
2011-11-08 | don't demonize if we are passed an --accept line for UNO remote control | Michael Meeks | |
2011-11-08 | oosplash - daemonize to help mutt users recover their sanity | Michael Meeks | |
2011-11-08 | remove leftover comment regarding removed Mac OSX conditional | Christian Lohmaier | |
2011-11-08 | there is no rule for the manifest, so we need to depend on the lib only | Bjoern Michaelsen | |
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect | |||
2011-11-08 | oosplash: remove redundant mac conditionals - we don't build on OS/X | Michael Meeks | |
2011-11-07 | add soffice.bin generation to the desktop/ module rule to fix win32 | Michael Meeks | |
2011-11-05 | Drop unnecessary inclusions of <sal/main.h> | Tor Lillqvist | |
2011-11-04 | fix Win32 manifest linking: get dependencies the right way around | Michael Meeks | |
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules | |||
2011-11-04 | Further clean up of areas touched by previous commit. | Stephan Bergmann | |
2011-11-04 | String->OUString, remove unused code | August Sodora | |
2011-11-01 | WaE: more windows tinderbox warning cleanup | Michael Meeks | |
2011-11-01 | very,very ugly hack to get the soffice.bin name | Bjoern Michaelsen | |
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-31 | The -something switches are obsolete, use --something instead. | Jan Holesovsky | |
2011-10-31 | Improved an OSL_FAIL. | Stephan Bergmann | |
2011-10-26 | chmod -x | Tor Lillqvist | |
2011-10-26 | WaE: unreferenced formal parameter | Tor Lillqvist | |
2011-10-26 | WaE: unreachable code | Tor Lillqvist | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-20 | Removed spurious "" around multi-word shell arg. | Stephan Bergmann | |
2011-10-20 | Undo basis/brand split: moved ini files from basis program/ to brand program/. | Stephan Bergmann | |
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis. | |||
2011-10-11 | WaE: ISO C90 forbids mixed declarations and code | David Tardon | |
2011-10-08 | add more component prefixes | Matúš Kukan | |
2011-10-07 | Undo basis/brand split: merge basis share/ into brand share/. | Stephan Bergmann | |
2011-10-07 | WaE: win32 cleanup | Michael Meeks | |
2011-10-07 | cppcheck scope reduction of var in desktop/win32/...setup.cpp | Pierre-André Jacquod | |
2011-10-05 | remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb | Michael Meeks | |
2011-10-05 | cast gone | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | verbose error message please | Caolán McNamara | |