summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-04ported liblangtag build to wntmsciEike Rathke
2012-06-04added liblangtag for BCP 47 language tagsEike Rathke
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04Improve error reportingStephan Bergmann
Change-Id: Ib8017f950f414601676b54c36425a0592b4cc395
2012-06-04do not export INCLUDE for MSVC, avoids problems long LO build pathLuboš Luňák
INCLUDE is used by MSVC (http://msdn.microsoft.com/en-us/library/kezkeayy.aspx) and make somehow (not sure why) exports the INCLUDE that gbuild uses, which (again, not sure why) causes MSVC to report a misleading error about incorrect argument. There actually does not appear to be any (unreasonably) low path length limit on Windows. Change-Id: I9329eb668f7a710ec69c8b5262b855f346ed01d2
2012-06-04fdo#50680: lcms2 should use GNUMAKE for solarisLionel Dricot
Module lcms2 is now using $GNUMAKE instead of the hardcoded "make" in order to allow compilation under Solaris Change-Id: If4b3395e2b255f6199971792988c242dc5c13a69
2012-06-04module icc removal was a bit too harsh in configure.inNorbert Thiebaud
re-instated lines that were accidentally wiped out in configure.in Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3
2012-06-04fdo#50631: Fix the bounding box of rotated glyphs on MacOSX.Norbert Thiebaud
Similarly to Ifb04d4a8e485182c5ef2771025b06832bfd75ae0 (commit ac25f124858b79e302adcc533d6a658d5c529394), we need to rotate the bounding box of glyphs on MacOSX too. Additionally, round the position up, and convert the size more straight-forward way. Change-Id: Idf7a077836e65072795c6d98d61925ce62ee35b7
2012-06-04libcmis: fix for windows buildCédric Bosdonnat
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
2012-06-04fdo#46112: fix Calc ODF border line import:Michael Stahl
There are 2 problems here: - the border widths are tripled on import, because that is effectively what SetWidth does for DOUBLE borders; set a divisor of 3 similar to e2ffb71305c5f085eec6d396651c76d6daee3406 - the 3 individual line widths are ignored and the 3 lines end up with the same width, while older versions had numerous pre-defined border styles with asymmetric line widths; fix this by always guessing the width from the 3 parts for DOUBLE lines Change-Id: Ibdde7e034e25433835765330e81db0825efd9eb8
2012-06-04fdo#50169: skip the rest of the loop in case of wrong indexMichael Stahl
Presumably that is what Martin wanted to do in the previous patch. Change-Id: I64f1da88c1802a27cf974aa6abc15b014b56126d
2012-06-04fdo#50169: add another index checkMartin Hosken
Change-Id: I974ac27ee17219ce3f8a7e5641dbb0098da18f8e
2012-06-04nuke unused definesTakeshi Abe
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-04fdo#46378: Lanczos3 resampling of images added to Bitmap.Tomaz Vajngerl
Current resampling methods for images are FAST and INTERPOLATE. FAST is used where speed of resampling is required, on the other hand INTERPOLATE resampling is used when we need quality. For example INTERPOLATE resampling method is used at PDF export. INTERPOLATE resampling uses bilinear interpolation which is known to be lower quality as other modern (and slower) resampling algorithms such as Lanczos, Mitchell or BiCubic resampling. This change adds Lanczos resampling to the Bitmap class and enables Lanczos resampling in PDF export. Lanczos3 resampling is implmented using separable convolution with which it is also possible to easily add other resampling methods like BiCubic just by changing the kernel function. Change-Id: I8dff5b65753b09dffd5bc34f2343d9818efb3e58
2012-06-04fdo#50628 fix resource file nameDavid Tardon
Change-Id: I17df8114983a06f7a58df30821873ecd4387cec0
2012-06-04fdo#50630 set correct path to images' module dirDavid Tardon
Change-Id: Iabaf8f41e82fb7c2f881057bedb4c7757dcf1bce
2012-06-04Updated libcmis to 0.2.1Cédric Bosdonnat
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat
Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
2012-06-04fpicker: folder creation dialog fixesCédric Bosdonnat
Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73
2012-06-04fpicker: Added CMIS protocol for Experimental featuresCédric Bosdonnat
Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c
2012-06-04CMIS UCP: fixed a few bugs to show repo in fpickerCédric Bosdonnat
Change-Id: I21a38adda013b8e75bf3a6ba91d70014461ea596
2012-06-04CMIS UCP: if the URL has no object id, assume we want the root folderCédric Bosdonnat
Change-Id: I6cc330f20222d4448d2267151d49f354068f54f3
2012-06-04CMIS UCP: implemented delete command for foldersCédric Bosdonnat
Change-Id: Iba1c5bf10c235ebd26108be944b88096f0ee84bd
2012-06-04CMIS UCP: Implemented delete command for documentsCédric Bosdonnat
Change-Id: I34c90f4675e461f461bad7e81c23da56463f0a24
2012-06-04CMIS UCP: implemented folder case for open commandCédric Bosdonnat
Change-Id: Id0997cd99d7d80c975de3d46670a1fa8b3d602a3
2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat
This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
2012-06-04libcmis: updated to 0.2.0Cédric Bosdonnat
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
2012-06-04libcmis: removing unused gmake scripts to avoid maintaining themCédric Bosdonnat
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
2012-06-04sal_uInt32 -> cmsUInt32NumberFridrich Štrba
Change-Id: I2d16ab0c75221cd7ce3e602d9f830b597433411b
2012-06-04Find the internal lcms2 headerFridrich Štrba
Change-Id: I9ee6b40f28ffb5cc557cdcfff49287bd2e4b0fe2
2012-06-04Make sure all the required headers are thereJesús Corrius
2012-06-04Make sure the symbols are foundJesús Corrius
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
2012-06-04Move the AppUserModelID code to the launcherJesús Corrius
2012-06-04Bypass scripting in one more place when DISABLE_SCRIPTINGTor Lillqvist
Change-Id: I37ec7fa799e6a8e3162c4dfb2ec92aeccfc57df1
2012-06-04Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist
Change-Id: I968ecece624fa7a951699b1958e8c20300ecc78a
2012-06-04Unbreak stuff on iOS a bit after bootstrapping changesTor Lillqvist
Change-Id: I0d2ebfc9aa78a9fed057b853d54797a88218c587
2012-06-04Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)Tor Lillqvist
Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4
2012-06-04scatterbrain forgot to amend the previous commitIvan Timofeev
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
2012-06-04remove the border from the options dialog, use just a separator insteadIvan Timofeev
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
2012-06-04Fix call of getLengthJulien Nabet
Change-Id: I5fb5bc5016bd2779643ecfcf2df40e00c4741a2c
2012-06-04Hyperlinks/Fields wrapping feature.Muthu Subramanian
* Known issue: If the hyperlink wraps the next content is always from the new line! :( * Pending: Creation of unit test case for this.
2012-06-03targeted string re-work (ii)Olivier Hallot
Further simplification of d8e3eb234b729e9b3d9b8d81abd27f228fd06687 Change-Id: I2fa695e236cb6dc3be66fc57e7fae167cc368904
2012-06-03targeted string re-work (ii)Olivier Hallot
further cleanup of aa062d1b735f3ebef00fe64c74240240d3912722 Change-Id: Ibadaa736b3e8919b1ca1b21fe2ac7acedb7a673b
2012-06-03Targeted string rework (ii)Olivier Hallot
Further cleanup on top of 2f1a1c529694c1fec6d3b02930f8226c7b2bccd9 Change-Id: If348a0985ea92e4dafc450402053d43f77a0f58f
2012-06-03Import X errorbars.Rafael Dominguez
Change-Id: I069271ad1c0f2fc5ec0854d6fb13aa0dc25be01d
2012-06-03Export errorbars attributes and styles to XML.Rafael Dominguez
- Instead of exporting the errorbar data to the series in a global way now each errorbar has its own attributes depending on their user settings, so we can have different data for each type bar (only when using ODF 1.2 extended) and still keeping it backward compatible with old formats.
2012-06-03Map errorbars properties from chart2 API to xml.Rafael Dominguez
2012-06-03fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does not exist.David Ostrovsky
Change-Id: If2d21c3f04459a4cee1ebb748ddc885915063b31