Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | 1 | -0/+0 | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | 7 | -7/+7 | |
2010-12-05 | fix comment | David Tardon | 1 | -1/+1 | |
2010-12-05 | refactor duplicate code | David Tardon | 1 | -48/+20 | |
2010-12-03 | fix types.rdb pagein as well | Michael Meeks | 1 | -1/+2 | |
2010-12-03 | get pagein filenames right to accelerate startup | Michael Meeks | 1 | -5/+30 | |
2010-12-03 | callcatcher: drop big pile of uncalled and uncallable code | Caolán McNamara | 20 | -968/+3 | |
2010-12-03 | remove some archaic ByteStrings | Caolán McNamara | 1 | -11/+11 | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | 1 | -2/+2 | |
2010-11-25 | disable multiple migrations via MIGRATED stamp file | Michael Meeks | 2 | -9/+29 | |
If we fail to auto-migrate, this can cause lots of pain - since people are unaware of where the migration occurs from. Thus - before we start migrating, we create a 'MIGRATED' stamp file in the source of that, and if this is present next migration, we simply don't migrate - fixed for Mechtilde. | |||||
2010-11-25 | avoid duplicate code | David Tardon | 1 | -3/+1 | |
2010-11-25 | remove unused headers | David Tardon | 2 | -8/+4 | |
2010-11-25 | refactor duplicate code | David Tardon | 1 | -75/+59 | |
2010-11-25 | comment out unused arguments | David Tardon | 1 | -10/+6 | |
2010-11-25 | remove unused code | David Tardon | 1 | -8/+1 | |
2010-11-25 | move unnecessary includes to .cxx | David Tardon | 2 | -4/+19 | |
2010-11-25 | cppcheck: use ++i instead of i++ | Joseph Powers | 1 | -51/+51 | |
2010-11-25 | start quickstarter on every launch if configured to use it | Caolán McNamara | 3 | -4/+25 | |
2010-11-25 | Only start the quick-starter on restart, don't install it forever | Caolán McNamara | 1 | -2/+1 | |
2010-11-24 | fix invalid XML | David Tardon | 2 | -4/+4 | |
2010-11-23 | cppcheck: uninitialized member variable | Caolán McNamara | 1 | -1/+1 | |
2010-11-21 | change the way to hide warning so that it doesn't trigger cppcheck warnings | Norbert Thiebaud | 1 | -3/+3 | |
2010-11-20 | RTL_CONSTASCII_USTRINGPARAM improvements | Julien Nabet | 1 | -1/+1 | |
2010-11-20 | use RTL_CONSTASCII_STRINGPARAM | David Tardon | 1 | -2/+2 | |
2010-11-20 | remove redundant code | David Tardon | 1 | -32/+1 | |
2010-11-20 | simplify bool expression | David Tardon | 1 | -5/+2 | |
2010-11-20 | fix comments | David Tardon | 3 | -16/+5 | |
2010-11-20 | replace code repetition by a loop | David Tardon | 1 | -22/+14 | |
2010-11-20 | remove unused code | David Tardon | 2 | -43/+1 | |
2010-11-16 | HC Cleanup - libs-core | Joseph Powers | 2 | -7/+1 | |
2010-11-16 | fix this to build again | Caolán McNamara | 4 | -12/+4 | |
2010-11-16 | replace dp_internal::Noncopyable by boost::noncopyable | David Tardon | 1 | -33/+5 | |
2010-11-16 | simplify a bit | David Tardon | 1 | -13/+4 | |
2010-11-16 | simplify bool expression | David Tardon | 1 | -4/+2 | |
2010-11-16 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 1 | -0/+14 | |
2010-11-16 | refactor to remove some redundancy | David Tardon | 1 | -21/+23 | |
2010-11-15 | Set LD_LIBRARY_PATH+JAVA_HOME on OpenBSD. | Robert Nagy | 2 | -0/+28 | |
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 | 2 | -0/+28 | |
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 | 2 | -2/+2 | |
2010-11-12 | Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core | Jan Holesovsky | 2 | -2/+2 | |
2010-11-12 | Merge remote branch 'origin/libreoffice-3-3' | Jan Holesovsky | 2 | -29/+43 | |
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 | 2 | -2/+2 | |
2010-11-11 | Merge commit 'ooo/OOO330_m14' into libreoffice-3-3 | Jan Holesovsky | 2 | -29/+43 | |
2010-11-11 | WaE, unused parameters | Caolán McNamara | 1 | -2/+2 | |
2010-11-11 | WaE, unused argument | Caolán McNamara | 1 | -1/+1 | |
2010-11-11 | WaE: must retain signature for UNO API, but 1st arg unused now | Caolán McNamara | 1 | -1/+1 | |
2010-11-11 | remove trailing bracket | Caolán McNamara | 1 | -1/+1 | |
2010-11-11 | Remove all traces of _HC (high contrast) from libs-core | Sebastian Spaeth | 11 | -79/+25 | |
This compiles successfully, but is otherwise only lightly tested. | |||||
2010-11-08 | Restart soffice.bin when necessary. | Jan Holesovsky | 4 | -30/+58 | |
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 | 4 | -30/+58 | |
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. |