summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-22A trailing "\0" on an ICON line is unnecessary and causes an errorTor Lillqvist
2011-09-22Override internal apache-commons with system-jars.Tomas Chvatal
2011-09-22Small refactoring to avoid duplication of source file listTor Lillqvist
2011-09-22This should use a static C/C++ runtimeTor Lillqvist
2011-09-22Use libcmtd in a dbgutil MSVC buildTor Lillqvist
2011-09-22This is a GUI executableTor Lillqvist
2011-09-22No need to do -D_DEBUG here, done in windows.mkTor Lillqvist
2011-09-22Don't link with msvcrtd if LINKED_LIBS has libcmtdTor Lillqvist
2011-09-22Add libcmtdTor Lillqvist
2011-09-22Fix of localized template name problems in Impress part 2Peter Rabi
Template entries now appear in the correct word order in their representation in SfxDocumentTemplates. That makes template listboxes in a few dialogs work as expected. Contributed under license LGPLv3+/MPL.
2011-09-22Fix the MSVC build of unopkg.com, tooTor Lillqvist
2011-09-22Fixed remaining ByteString::SearchAndReplace in dbg level > 1Cédric Bosdonnat
2011-09-22GetBuffer() -> getStr()Andras Timar
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-09-21Ensure a failing soffice.bin makes oosplash fail.Stephan Bergmann
2011-09-21Improved some error reporting.Stephan Bergmann
2011-09-21In ChildStatusProc, calculate a meaningful status for processes killed by a ↵Stephan Bergmann
signal.
2011-09-21Ensure a failing linkoo makes ooinstall fail.Stephan Bergmann
2011-09-21Some cppcheck cleaningJulien Nabet
2011-09-21include dp_gui_theextmgr.hxx only onceAndras Timar
2011-09-21fix array initialization and thus windows buildFridrich Štrba
2011-09-21remove unused (and buggy) language fallback functionalityAndras Timar
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module.
2011-09-21Fix windows buildFridrich Štrba
2011-09-21Fixes for MSVC buildCaolán McNamara
2011-09-21Cleaned up sal_textenc, making it work on Mac OS X.Stephan Bergmann
2011-09-21Simplify code by letting get_app_path always include a final slash.Stephan Bergmann
2011-09-21Correctly use SCP2_OOO_BIN_DIR for libs in basis layer.Stephan Bergmann
2011-09-21Directly use version.lst instead of versionlist.mk.Stephan Bergmann
2011-09-21Removed unused solenv/inc/version_so.hrcStephan Bergmann
2011-09-21get bean linking under windowsCaolán McNamara
2011-09-21Header/Footer: refactored the SwEditWin to extend it to page breaksCédric Bosdonnat
2011-09-21Header/Footer: Extracted a few common things to a SwFrameControl classCédric Bosdonnat
2011-09-21Page Break: Fix the line position in side-by-side pages displayCédric Bosdonnat
2011-09-21Page Break: decouple it from the text bounding lines paintingCédric Bosdonnat
2011-09-21build without glib poppler bindingsLuboš Luňák
- there's not configure check for it, only for poppler itself - and it's not actually used anyway
2011-09-21WaE: unused variableCaolán McNamara
2011-09-21fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov
2011-09-21Disable also the nss module when using --enable-dbgutil in a Windows buildTor Lillqvist
2011-09-21ah, not windows only of courseCaolán McNamara
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar
2011-09-21do not localize files in this directoryAndras Timar
2011-09-21Removed unused some code related to fdo#39430Dmitry Ashkadov
2011-09-21WaE: fall through to final returnCaolán McNamara
2011-09-21removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630Andreu Correa Casablanca
2011-09-21update listCaolán McNamara
2011-09-21Ignore the MSVC vc90.pdb filesTor Lillqvist
2011-09-21Bin OS/2 stuffTor Lillqvist
2011-09-21chmod -xTor Lillqvist
2011-09-21Update to match realityTor Lillqvist
But actually, I would really love it if we could get rid of this version.lst file. Surely we can put this information, if it has to be hardcoded somewhere, in the same minor.mk that already contains version information (and which, unlike this file, actually has been kept updated by us). Or alternatively, get rid of minor.mk and use just this file. Best of all would be to just use the version number from the AC_INIT in configure.in, wouldn't it? Isn't that the normal thing to do? Also, I don't see what hardoced version timestamps as in this file are useful for. If such a timestamp corresponds one-to-one with a version number, the information clearly is redundant? A *build* timestamp is another thing, that might be more useful if file timestamps or package timestamps don't give enough information.