summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-11Build Library_vclplug_svp for Android, tooTor Lillqvist
2011-12-11Don't bother with a freetype2 subdirectory for headers after allTor Lillqvist
2011-12-10String->OUStringAugust Sodora
2011-12-10Avoid use of preprocessorAugust Sodora
2011-12-11Download and build FreeType and fontconfig for AndroidTor Lillqvist
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something.
2011-12-10use PACKAGEVERSION as the base of MSI ProductVersionAndras Timar
Formerly PRODUCTVERSION was used but that did not contain the microversion digit. It is better to have it in MSI ProductVersion, because a higher build number of a lower microversion looked newer from the MSI point of view, and update failed. MSI ProductVersion is now major.minor.micro.build, e.g. 3.6.1.1206 (build number is taken from minor.mk)
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-10fix build with MSVCAndras Timar
2011-12-10sw: tweak comment translations:Michael Stahl
5aff8df5 and ed870efe
2011-12-10solenv: pimp the gdb nodes array pretty printerMichael Stahl
2011-12-10cairo: fix RPATH:Michael Stahl
The cairo configure script is called with -Wl,-rpath,"12345ORIGIN" with funny results so tweak the quoting so that the $$ makes it through...
2011-12-10Remove unnecessary includesAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10String->OUStringAugust Sodora
2011-12-10fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external ↵Eike Rathke
references
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
Part III Module basic
2011-12-10catch exception by constant referenceTakeshi Abe
2011-12-10Fix for fdo43460 Part II getLength to isEmptyOlivier Hallot
Part II Module basctl
2011-12-10Avoid use of the preprocessorAugust Sodora
2011-12-10fdo#43467: Infer number format from formula result if appropriate.Kohei Yoshida
In case the data source has a formula cell, the number format may be inferred from the formula result in case the cell format is General. Also, 1) no need to use UNO API in the API implementation. Let use the internal API here. 2) this method didn't take into account the hidden cells. TODO: We need to handle number formats for external ref data properly.
2011-12-09install-gdb-printers for --disable-linkooStephan Bergmann
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot
Part I Modules unoControl, accessibility and avmedia
2011-12-09rtf import: Check for the first run even when getting \parCédric Bosdonnat
2011-12-09horrendous hack to stubify a libraryMichael Meeks
We dump the library's symbols we're trying to stubify, and then assemble another library that looks just like it, except with all of it's innards sucked out. We also use pkgconfig to find all the relevant dependencies and to build an entire library tree.
2011-12-09fixed fdo#37349 present Catalan (Valencian) as selectable UI languageEike Rathke
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This should not escape to document content therefor internally a replacement to ca-ES is done for all locale attribution. For the UI localization to be distinguishable under Tools->Options->LanguageSettings->UserInterface this needed a special handling to allow Catalan (Valencian) again.
2011-12-09fdo#38545: Show/hide anchor when the anchoring status changes.Kohei Yoshida
Setting a page-anchored object to cell-anchored didn't show the anchor immediately until you unselect the object and re-select it. Same for the cell-anchored to page-anchored direction. This commit fixes it.
2011-12-09Build the postgresql driver by default on 32-bit Windows tooFridrich Štrba
2011-12-09do nothing in buildpl stage for debugrunBjoern Michaelsen
2011-12-09fdo#36874: Label PRINTING misplaced on paper sheetWinfried Donkers
2011-12-09fdo#39528: do not lose height of tree list box in NavigatorIvan Timofeev
2011-12-09Use the internal libpq for universal buildsFridrich Štrba
2011-12-09writerfilter: fix build breakersMichael Stahl
2011-12-09impress210: #i116847# added CTRL-ALT-C as shortcut for inserting comments in ↵Christian Lippka ORACLE
calc # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299490586 -3600 # Node ID dc37f2767c97d459067f4206d7fa97f07dcfa32c # Parent 3877d3f525421bfb50bd8e4bf8649277a9b3df6c
2011-12-09gbuild: Output.mk: fix typosMichael Stahl
2011-12-09make SwNode and SwCntntNode abstract base classesLuboš Luňák
2011-12-09svtools: imagemgr.src: use %PRODUCTXMLFILEFORMATNAMEMichael Stahl
Currently on File->Properties we display "LibreOffice 1.0 Text Document" etc. for OpenOffice.org XML format documents, which is wrong: these should not be re-branded.
2011-12-09CppunitTest_sw_macros_test.mk: depends on vbaswobjMichael Stahl
This should fix the spurious segfaults caused by running the test while the library is being overwritten in parallel that cannot be reproduced by just running the test.
2011-12-09connectivity: remove dead DNoException.cxxMichael Stahl
2011-12-09sw: tweak translationsMichael Stahl
cb8b7a86 and 869a0f36
2011-12-09add curl to RepositoryExternal.mkMichael Stahl
2011-12-09Removed useless code due to the move to SAL_INFOCédric Bosdonnat
2011-12-09callcatcher: remove unused code post automation removalCaolán McNamara
2011-12-09Three factories in sot never usedCaolán McNamara
2011-12-09Make link and deliver the postgresql.oxt extension also on windowsFridrich Štrba
2011-12-09Don't misuse CLASSPATH for what goes into the -cp option to javacTor Lillqvist
CLASSPATH is supposed to show where to find the classes needed by Java programs running at build time. The -cp switch to javac tells where to find classes referenced by the code being compiled. These are different things. (But it doesn't seem to have mattered much in our build system.) So use T_CP instead, named in the same fashion as T_CXXFLAGS etc. But... for some reason this change, which as such should be just more or less cosmetic, also fixes a build problem in the "scripting" module on Windows, seen by Noel Grandin (http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/19016 ) and me.
2011-12-09Fix Windows build and delivery of libpqFridrich Štrba
2011-12-09rtl::OUStringBuffer::insert overloaded for char (similar to ::append).Stephan Bergmann
2011-12-09fixed Calc unit-test crashesFridrich Štrba
Wrong offset and count constants caused properties' string array out-of-bounds access.
2011-12-09don't waste localizers' time on unused crashrepAndras Timar