Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-22 | A trailing "\0" on an ICON line is unnecessary and causes an error | Tor Lillqvist | |
2011-09-22 | Override internal apache-commons with system-jars. | Tomas Chvatal | |
2011-09-22 | Small refactoring to avoid duplication of source file list | Tor Lillqvist | |
2011-09-22 | This should use a static C/C++ runtime | Tor Lillqvist | |
2011-09-22 | Use libcmtd in a dbgutil MSVC build | Tor Lillqvist | |
2011-09-22 | This is a GUI executable | Tor Lillqvist | |
2011-09-22 | No need to do -D_DEBUG here, done in windows.mk | Tor Lillqvist | |
2011-09-22 | Don't link with msvcrtd if LINKED_LIBS has libcmtd | Tor Lillqvist | |
2011-09-22 | Add libcmtd | Tor Lillqvist | |
2011-09-22 | Fix of localized template name problems in Impress part 2 | Peter 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-22 | Fix the MSVC build of unopkg.com, too | Tor Lillqvist | |
2011-09-22 | Fixed remaining ByteString::SearchAndReplace in dbg level > 1 | Cédric Bosdonnat | |
2011-09-22 | GetBuffer() -> getStr() | Andras Timar | |
2011-09-22 | distro-configs: with-extension-integration -> enable-extension-integration | Miklos Vajna | |
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119 | |||
2011-09-21 | Ensure a failing soffice.bin makes oosplash fail. | Stephan Bergmann | |
2011-09-21 | Improved some error reporting. | Stephan Bergmann | |
2011-09-21 | In ChildStatusProc, calculate a meaningful status for processes killed by a ↵ | Stephan Bergmann | |
signal. | |||
2011-09-21 | Ensure a failing linkoo makes ooinstall fail. | Stephan Bergmann | |
2011-09-21 | Some cppcheck cleaning | Julien Nabet | |
2011-09-21 | include dp_gui_theextmgr.hxx only once | Andras Timar | |
2011-09-21 | fix array initialization and thus windows build | Fridrich Štrba | |
2011-09-21 | remove unused (and buggy) language fallback functionality | Andras 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-21 | Fix windows build | Fridrich Štrba | |
2011-09-21 | Fixes for MSVC build | Caolán McNamara | |
2011-09-21 | Cleaned up sal_textenc, making it work on Mac OS X. | Stephan Bergmann | |
2011-09-21 | Simplify code by letting get_app_path always include a final slash. | Stephan Bergmann | |
2011-09-21 | Correctly use SCP2_OOO_BIN_DIR for libs in basis layer. | Stephan Bergmann | |
2011-09-21 | Directly use version.lst instead of versionlist.mk. | Stephan Bergmann | |
2011-09-21 | Removed unused solenv/inc/version_so.hrc | Stephan Bergmann | |
2011-09-21 | get bean linking under windows | Caolán McNamara | |
2011-09-21 | Header/Footer: refactored the SwEditWin to extend it to page breaks | Cédric Bosdonnat | |
2011-09-21 | Header/Footer: Extracted a few common things to a SwFrameControl class | Cédric Bosdonnat | |
2011-09-21 | Page Break: Fix the line position in side-by-side pages display | Cédric Bosdonnat | |
2011-09-21 | Page Break: decouple it from the text bounding lines painting | Cédric Bosdonnat | |
2011-09-21 | build without glib poppler bindings | Luboš Luňák | |
- there's not configure check for it, only for poppler itself - and it's not actually used anyway | |||
2011-09-21 | WaE: unused variable | Caolán McNamara | |
2011-09-21 | fdo#39430: Implement improved Saving Information Icon in the Status Bar | Dmitry Ashkadov | |
2011-09-21 | Disable also the nss module when using --enable-dbgutil in a Windows build | Tor Lillqvist | |
2011-09-21 | ah, not windows only of course | Caolán McNamara | |
2011-09-21 | get it to link with msvc at least | Caolán McNamara | |
2011-09-21 | set lang to en-US in order l10ntools can extract strings | Andras Timar | |
2011-09-21 | do not localize files in this directory | Andras Timar | |
2011-09-21 | Removed unused some code related to fdo#39430 | Dmitry Ashkadov | |
2011-09-21 | WaE: fall through to final return | Caolán McNamara | |
2011-09-21 | removed redundant null ptr check in sw/source/ui/uni/unomailmarge.cxx l. 630 | Andreu Correa Casablanca | |
2011-09-21 | update list | Caolán McNamara | |
2011-09-21 | Ignore the MSVC vc90.pdb files | Tor Lillqvist | |
2011-09-21 | Bin OS/2 stuff | Tor Lillqvist | |
2011-09-21 | chmod -x | Tor Lillqvist | |
2011-09-21 | Update to match reality | Tor 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. |