Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | HC Cleanup - libs-core | Joseph Powers | |
2010-11-16 | fix this to build again | Caolán McNamara | |
2010-11-16 | replace dp_internal::Noncopyable by boost::noncopyable | David Tardon | |
2010-11-16 | simplify a bit | David Tardon | |
2010-11-16 | simplify bool expression | David Tardon | |
2010-11-16 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |
2010-11-16 | refactor to remove some redundancy | David Tardon | |
2010-11-15 | Set LD_LIBRARY_PATH+JAVA_HOME on OpenBSD. | Robert Nagy | |
OpenBSD does not support $ORIGIN so we have to set LD_LIBRARY_PATH in order to find the shared libs of libreoffice. We also set JAVA_HOME here because it's path is outside of the default ones. NetBSD can probably use this too. | |||
2010-11-15 | Set LD_LIBRARY_PATH+JAVA_HOME on OpenBSD. | Robert Nagy | |
OpenBSD does not support $ORIGIN so we have to set LD_LIBRARY_PATH in order to find the shared libs of libreoffice. We also set JAVA_HOME here because it's path is outside of the default ones. NetBSD can probably use this too. | |||
2010-11-12 | RTL_CONSTASCII_USTRINGPARAM used with nonarray | Caolán McNamara | |
2010-11-12 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core | Jan Holesovsky | |
2010-11-12 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | |
Conflicts: avmedia/source/gstreamer/gstplayer.cxx desktop/source/deployment/gui/dp_gui_extlistbox.cxx sfx2/source/appl/appserv.cxx | |||
2010-11-12 | RTL_CONSTASCII_USTRINGPARAM used with nonarray | Caolán McNamara | |
2010-11-11 | Merge commit 'ooo/OOO330_m14' into libreoffice-3-3 | Jan Holesovsky | |
2010-11-11 | WaE, unused parameters | Caolán McNamara | |
2010-11-11 | WaE, unused argument | Caolán McNamara | |
2010-11-11 | WaE: must retain signature for UNO API, but 1st arg unused now | Caolán McNamara | |
2010-11-11 | remove trailing bracket | Caolán McNamara | |
2010-11-11 | Remove all traces of _HC (high contrast) from libs-core | Sebastian Spaeth | |
This compiles successfully, but is otherwise only lightly tested. | |||
2010-11-08 | Restart soffice.bin when necessary. | Jan Holesovsky | |
In some cases, like when the migration is in progress, or when new extensions are registered, soffice.bin dies with a 'restart' me status. This implements the correct handling of this state in oosplash.bin. | |||
2010-11-08 | Restart soffice.bin when necessary. | Jan Holesovsky | |
In some cases, like when the migration is in progress, or when new extensions are registered, soffice.bin dies with a 'restart' me status. This implements the correct handling of this state in oosplash.bin. | |||
2010-11-08 | use RTL_CONSTASCII_USTRINGPARAM | Gert Faller | |
2010-11-08 | make this a define to keep things simple | Caolán McNamara | |
2010-11-08 | add platform definitions for openbsd | Robert Nagy | |
2010-11-06 | add platform definitions for openbsd | Robert Nagy | |
2010-11-06 | High-Contrast Cleanup Phase #1 | Joseph Powers | |
2010-11-04 | Elide all "SO:" and "OOo:" build.lst prefixes | Niko Rönkkö | |
2010-11-04 | tl88:#i100744# Better exception handling while retrieving information from ↵ | Dirk Voelzke | |
packages | |||
2010-11-03 | Correct symlink in order to be used in SDK and testtool. | Giuseppe Castagno | |
This in order to recognize the application installation path; only for Linux and similar platforms. | |||
2010-11-01 | cleanup makefile | Michael Meeks | |
2010-11-01 | add restart requested tracing | Michael Meeks | |
2010-11-01 | comment disabled extensions import | Michael Meeks | |
2010-11-01 | Further simplify and trace migration code | Michael Meeks | |
2010-11-01 | Simplify migration API, fix typos, and add trace output | Michael Meeks | |
2010-10-31 | use RTL_CONSTASCII_USTRINGPARAM | Joost Eekhoorn | |
2010-10-30 | small startup optimization | Caolán McNamara | |
2010-10-29 | small startup optimizations | Caolán McNamara | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-27 | Fix typo in zipfile dependency | Thorsten Behrens | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | merge vosremoval-reference.diff | Norbert Thiebaud | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-pipe.diff | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-signal patch | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-security patch | Norbert Thiebaud | |
2010-10-25 | micro optimization | Caolán McNamara | |
2010-10-24 | Merge commit 'ooo/OOO330_m12' | Jan Holesovsky | |
Conflicts: desktop/source/app/app.cxx | |||
2010-10-19 | sb134: #i114705# call FlushConfiguration only after all modifications have ↵ | sb | |
been made |