summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-15#i124422# fix implicit conversions to pointer from bool/int32Herbert Dürr
implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. Notes: prefer: 99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e
2014-05-15#i124422# fix comparisons between pointers and bools or integersHerbert Dürr
comparing pointers with bools or integers is not a good idea and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. Notes: prefer: b63524d269a792e20777a91e4ed7e8ceae7ff55f
2014-05-15#i124896# remove obsoleted sal-module-internal custom STL allocatorHerbert Dürr
The SAL module avoided the heavy dependency on the stlport4-libraries by using a custom allocator for its internal STL containers. With stlport4 removed these dependencies are gone and the SAL-internal custom allocator is obsoleted. Since the custom allocator results in build problems with clang>=3.4 or xcode>=5.1 it is time to remove it for good. Notes: merged as: a908e4eb41b83d051232f9e551e779e77c9a9c4f
2014-05-15#i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr
in AV Foundation the most accurate media asset duration is available when the AVPlayerItem's status changes to AVPlayerItemStatusReadyToPlay. There already is an observer for this, but the upper layers expect getDuration() to be synchronous and to return within a reasonable time. Since returning an approximation is sufficient using the AVAsset's duration as fallback is fine. Notes: merged as: 75c804c1be8acf4c3fc9935b81e696918f33fd9d
2014-05-13#i124875# pre-register the Mac AVFoundation componentHerbert Dürr
Notes: prefer: 1d065071361400b1cb614248e2f414678518a971
2014-05-13#i124800# reenable pre-registration of the quicktime componentHerbert Dürr
Notes: prefer: fd792b7a2942951d3f4c87e45d8e760a15f66474
2014-05-12#i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr
FrameGrabber used to load its own copy of a movie. Since multimedia content is often very data-intensive this should and can be avoided by using the movie asset already available in the Player. Notes: merged as: 754380524d6b9f3b5f49629ac8b3ad392cc5173c
2014-05-12#i124875# avoid avmedia build problems with multiple active backendsHerbert Dürr
in the dmake build environment active header and source files with the same name result in problems when in the same project. The Quicktime and MacAVF files have been renamed so that both can be active concurrently. Notes: reject: this duplication is to allow dmake to build things that have the same filename
2014-05-12#i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr
Notes: merged as: f3b314413336eb60e66886f48b56149bb586d830
2014-05-08#i124422# adjust include path for libc++ headers to the selected XCode folderHerbert Dürr
While XCode5's xcode-select supports the -p and --print-path options, XCode4 officially only knows -print-path. XCode4 seems to tolerate --print-path though (tested on XCode4.6), so this can be universally used. Patch-by: Thorsten Wagner <thorsten.wagner.4@gmail.com> Review-by: Herbert Duerr <hdu@apache.org> Notes: ignore: aoo
2014-05-08#i27364# set line count of dropdown to 9 for document list of navigator on ↵Tsutomu Uchino
Writer Notes: merged as: 3915e0034d6d0f96dcb37af51dad5eab490eef8c
2014-05-06#i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr
because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile <arielch@apache.org> Notes: merged as: bdb3f642973b7c7b9ce8bdae1344e4ab520f942a
2014-05-06#i124823# fix the calculation of leading metrics for CoreTextHerbert Dürr
Notes: merged as: f4ea8c2f73034cd43aca4262994e8a9aaa118b0a
2014-04-30Fix build with gcc on FreeBSD-i386.Pedro Giffuni
There is an issue building the bridges module with newer versions of gcc. Merge a local workaround for gcc used in amd64 (r1424178) to fix the build. Reference: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187218 Notes: prefer: 551898cdd21f323df0222a96ff4dde3ecf38da2d
2014-04-30i124783 - Fix wrong CPU string for MacOSX x86_64Ariel Constenla-Haile
Notes: prefer: 0e40013d909c5b28f9d37cf7370fceed1a6ae891
2014-04-30Add extension descriptionAriel Constenla-Haile
Notes: merged as: f03d98a999d08e21a6d1774090e58fa6d928f013
2014-04-30Add support for MacOSX x86_64Ariel Constenla-Haile
Notes: merged as: d1f6b72e3781336ab5ff2a40f84354271cb75a34
2014-04-30117749: remove unused local variableOliver-Rainer Wittmann
patch by: caolanm@redhat.com Notes: prefer: 9dca6f15fc1a6c938b8d5b7de46e38083ad6d125
2014-04-29Fix build after too happy script renamed a function.Pedro Giffuni
The spelling issue is real but we can't really start renaming functions in the API. Reported by: arielch Notes: prefer: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403
2014-04-29Small typo.Pedro Giffuni
Notes: prefer: d911673a64250ece50f6ca5578385adabcae5e5d
2014-04-29Many spelling fixes: some more files.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. Did I mention this is more important than translating German comments? ;) Notes: merged as: 4d878a080907211f827bdf42184e98075a4ad0f5
2014-04-29Many spelling fixes: directories r* - z*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
2014-04-29Many spelling fixes: directory qadevOOo.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: f2023b24fff8705f18cada2b5303d9db1793bb8d
2014-04-29Many spelling fixes: directories h* - p*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403
2014-04-29Many spelling fixes: directories a* - g*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd
2014-04-29dummy commit for debugging the ASF/AOO-buildbotsHerbert Dürr
Notes: ignore: aoo
2014-04-28i124760 ensure that only the created object is selectedArmin Le Grand
Notes: merged as: e34c437d2e98753159c9bd82516386143d707d93
2014-04-28124674: Toolbarmanager: correct show/hide of toolbars (correction of fix for ↵Oliver-Rainer Wittmann
issue 124355); correct consideration of hidden toolbars; Notes: prefer: 986644335c3f9e99ec3c6bebc0b75cca0acdf79b
2014-04-25i124703 adapt coordinate range from ms relative control points to aoo ↵Armin Le Grand
relative control points Notes: merged as: c764a3d978beb2e6197a8d3f7df53d81ebf72467
2014-04-25124451: WW8 import - application of index entry template patternsOliver-Rainer Wittmann
-- do not propagate tab stops of unused paragraph styles -- do not propagate default tab stops Notes: merged as: af907213a26efc05bac2a02ab286a0f14aff3352
2014-04-25https://issues.apache.org/ooo/show_bug.cgi?id=116796Steve Yin
Added "IsBackgroundObjectsVisible" property support for sd OOXML importing Notes: prefer: 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fb
2014-04-24drop tar.gz src releaseJürgen Schmidt
Notes: ignore: aoo
2014-04-23i124686 reuse already set font for interpreting the MetaFile action ↵Armin Le Grand
META_TEXTRECT_ACTION correctly Notes: merged as: 7cf38082fd797b316d0f8b3e8227244362755efd
2014-04-23i124686 give empty constructed default font a default heightArmin Le Grand
Notes: merged as: 121aac37673c1a8142db01e26e50be6de7b36987
2014-04-22i71056 also create TabSpace's fill characters if usedArmin Le Grand
Notes: prefer: 793905906980e77a9853a8dd01fab95b65ca4f02
2014-04-22i63399 add to clipboard as URL only when no fill and no line style, just a ↵Armin Le Grand
simple URL Notes: merged as: e735b48e2107a0ee1a9553a6bc4d09d1d176b370
2014-04-22#124701# bring back moz bootstrap to find profileJürgen Schmidt
Notes: prefer: 207313157688d79cb0d53e920a03423c81a7bc23
2014-04-18i124706 - Consider the toolbar alignment when executing the PopupMenuAriel Constenla-Haile
Notes: merged as: d8db205e7fdedddee10ac81a32a28df1e0ad6c56
2014-04-17i124638 support for DrawingLayre FillStyle for GraphicFrames and ↵Armin Le Grand
EmbeddedObjectFrames in Writer Notes: merged as: 4a0b5e569d070c286daefb0fdfe45c0dd15d241c
2014-04-16Issue 124661 - crash when loading and re-saving attached ppt file with a ↵Steve Yin
single customshape Notes: merged as: b827f6f81f6a8f6d8046a278a18acb69e780afba
2014-04-15i124682: Use the right upgrade code for lanaguage sets.Andre Fischer
Notes: ignore: aoo
2014-04-15Issue 124661 - crash when loading and re-saving attached ppt file with a ↵Steve Yin
single customshape check the equation array element number. If the number is greater than 128, the equation array will not be imported. Notes: merged as: b827f6f81f6a8f6d8046a278a18acb69e780afba
2014-04-15i124638 As a first step, avoid crash when a TabPage is not found for a ↵Armin Le Grand
TabDialog, assert this Notes: prefer: 6e61ecd09679a66060f932835622821d39e92f01
2014-04-15#124680# update pyhton from 2.7.5 to 2.7.6Jürgen Schmidt
Notes: ignore: obsolete
2014-04-11i124661 secure possible out of bound access to stl vector contentArmin Le Grand
Notes: merged as: af2a70abc089e3280f458c9f0942c6b7971cee81
2014-04-11#i124657# #i124617# restore lost comment markersHerbert Dürr
Notes: prefer: a321be22907c47e2e378c494f0de9f3f68af5167
2014-04-10i124631 - Fix two DefaultFullNameAriel Constenla-Haile
Patch by: Irek Khaziev <khazirek@mail.ru> Notes: merged as: 339b33dc02ad49892fd04bd0955def1dc3f27db9
2014-04-10i124629 - UNO Wizard - avoid crash by removing unneeded referenceAriel Constenla-Haile
Notes: merged as: 78d015849cda869e1ed5411a9cc1db912eab2f57
2014-04-10Use high-contrast imageAriel Constenla-Haile
Notes: prefer: a4fb4f90ec11664ceb0b0348aa8b01671dd6ac2d
2014-04-10i124608 when exporting selection, use selection boundrect as svg canvasArmin Le Grand
Notes: merged as: f864c09a9d6bc2c28b30b32c6a0825b5628826b2