summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-21Media player/VLC instance initializing.Minh Ngo2-5/+25
+ implementing some methods in vlcplayer Change-Id: I9b9ca9ecd56f85b73fb7e79fcab5fc2968bd20fb
2013-06-13build the new modules, and close a couple of namespaces.Michael Meeks2-1/+6
Change-Id: I04bc100310f886cd07eb1440a37028a2e52d879e
2013-06-13Initial player/manager patterns for the vlc moduleMinh Ngo5-1/+247
Change-Id: I600c3b273343906fbaed18629f425ce5b590b92e
2013-05-29trivial build fix.Michael Meeks1-1/+1
Change-Id: I6c5254e2087fed0664255619f080741f8ffb2a6e
2013-05-29initial vlc component build / conditionals and hookup.Michael Meeks10-0/+176
Change-Id: I12e4a368e18a58099160ee65eebe837744e11378
2013-05-29initial configure pieces for VLC detection.Michael Meeks2-0/+29
Change-Id: I1001d7f87c3e3194c04ea9d1ef97a87898f891ea
2013-05-29some Worksheet.Change supportNoel Power1-0/+22
Change-Id: I91203e74d54adba17a20ef7b7d835d9ac49855be
2013-05-29i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.ViewPedro Giffuni2-29/+56
not working correctly. Patch by: lihuiibm Reviewed by: Chen Peng
2013-05-29WaE: unreachable codeTor Lillqvist1-3/+0
Change-Id: I86080d7849b58f39623c22494992b2d84d9ed6de
2013-05-29optimization fix to UNO bridge's callVirtualMethod() for generic x86_64Herbert Dürr1-2/+4
if the pCallStack variable is optimized out then any assumptions of the method's inlined assembler about stack layout collapse. Adding a pseudo dependency to the pCallStack variable solves that problem (cherry picked from commit 254359b9ed96152091b8f7a74a3442cf6c553e04) Conflicts: bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx Change-Id: I5ba7713c2630bb3ecc4343632e796c38541bcd0e
2013-05-29Related: #i122378# avoid non-iterator bound std::transform()Herbert Dürr1-7/+7
in some build environments the use of std::transform() with plain pointers as input iterators results in many warnings about how unsafe such a construct is. The warnings could be suppressed e.g. on MSVC with the SCL_SECURE_NO_WARNINGS define. Open coding the construct makes it cleaner and more debugable though. (cherry picked from commit a599e5242751057537c3de6eb58ceff2a173580e) Conflicts: comphelper/inc/comphelper/namedvaluecollection.hxx Change-Id: I3233116bfb862f6cda038541ffecac492623611c
2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann1-2/+3
Change-Id: I949a5cf0cb2f4595db7d25103f7caf51b861e8ec
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold22-27/+27
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-05-29import RTF_BACKGROUNDMiklos Vajna5-1/+62
That destination contains a whole shape, but the only interesing detail of it is the fill color, which is the page background color. Change-Id: I9527db8954c48c980f8734c9bbeaa6ccd3c48fbc
2013-05-29Reinstate settting of vsarch which is used a few lines belowTor Lillqvist1-0/+6
Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae
2013-05-29Related: #i119628# Arrow shape changed is save doc file by AOOJianyuan Li1-7/+4
Reported by: Yan Ji Review by: sunying Patch by: Jianyuan Li (cherry picked from commit 43ff744cb9411b13860c3c57f7a052a6ab56001e) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I88ab49daa7b82b573eaf6a22eb4a2ce97b871027 Signed-off-by: Xisco Fauli <anistenis@gmail.com>
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
Change-Id: I4606b4b1e26303ebba501276a176b2fb66bf9e37
2013-05-28Related: #i122208# const SC containers cannot provide non-const iteratorsHerbert Dürr3-5/+6
(cherry picked from commit c6f4bbfa54bd0fbef6bbc048cbd930c2781b2137) Conflicts: sc/source/core/data/bcaslot.cxx Change-Id: I774235d445192833031f99211639f23116e37bb4
2013-05-28<SwDrawTextShell> - remove self-destructing call to ↵Oliver-Rainer Wittmann2-2/+0
<SwView::AttrChangedNotify(..)> - remove superfluous slot invalidation (cherry picked from commit 2ff25b11b2c9e187f3ed26daeba3b5619289ecc1)
2013-05-28Related: #i121715# find official JRE>=7 on OSXHerbert Dürr1-0/+1
(cherry picked from commit a3eded9728647bde4af68b9f3c75a51dc0676fc7) Conflicts: jvmfwk/distributions/OpenOfficeorg/javavendors_macosx.xml jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx Change-Id: I5ec6aa62147f9b3fb3e5142fbc2658c0b54f21b8
2013-05-28WaE: illegal character encoding in string literalTor Lillqvist1-1/+1
Change-Id: Ic1a85b48363b2596ebfe225dc76332068229cb96
2013-05-28Bypass the type_info generation when using libc++ for gcc3_macosx_intel, tooTor Lillqvist1-0/+9
(It causes linker errors, type_info destructor not found and a few others. Possibly this is a bug in Apple's libc++abi?) Change-Id: I50bc97c8e061ff47d4ff16f31d37cfe3b4f5a010
2013-05-28Remove icon property from commands without iconAriel Constenla-Haile2-15/+0
(cherry picked from commit 76f5fa8ed67bfcd162de49a74b2f4484935d55b2) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I72d3f6ae382793943084235a8e8112bba509e694
2013-05-28drop ludicrously old msg_filter fooCaolán McNamara1-78/+0
Change-Id: Ie53c9acd51a53fbb11f0735739edbf18551a620b
2013-05-28Resolves: #i122387# Use the right tool box for font color in text sidebarAndre Fischer4-3/+52
(cherry picked from commit 08159967126946849906827ceadd802053d132c0) Conflicts: sfx2/inc/sfx2/sidebar/EnumContext.hxx Change-Id: If40d3dee7c11e4ea6b01d40d713280e1dc19484d Unname unused argument to prevent compiler warnings. (cherry picked from commit f68dfc2cc8754d9cf72ae1b09f119e683ad44124) Change-Id: I6450c6e46d5971abc871ed378d2ad6307e8f7a3e
2013-05-28Resolves: #i122332# Don't change sidebar context when switching...Andre Fischer14-85/+139
to other application window (cherry picked from commit 604502e2a4b53f35aedbf0205598a9b691c0d532) Conflicts: sd/source/ui/view/drviewsa.cxx sfx2/inc/sfx2/shell.hxx sfx2/source/control/shell.cxx svx/inc/svx/sidebar/SelectionAnalyzer.hxx svx/inc/svx/sidebar/SelectionChangeHandler.hxx Change-Id: Id3c427e02714ef0d6686a78094e2f7f3b390a693
2013-05-28Resolves: #i120589# Improved detection of missing perl modulesAndre Fischer1-2/+15
(cherry picked from commit 39ca53381a03676402d3a8c27c05b8400888118e) Conflicts: configure.in Change-Id: I2f5d18c98693daa29a19345f56faaf7d1ae3c34a
2013-05-28make 64-bit shell extensions work, put 64-bit VC runtime in the same dirAndras Timar4-58/+66
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
2013-05-28Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand1-1/+2
(cherry picked from commit 68e5157012bc54ad4ce9bcd644cc163d5662ff67) Change-Id: I2cbdc2a228884dff8000206ced4a5d8930dd6339
2013-05-28Related: #i120515# do not create undo action when in Init()Armin Le Grand1-1/+2
(cherry picked from commit 1c02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101) Change-Id: I57cbc1a19f18d71a27fb87086375b22755443675
2013-05-28Resolves: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand4-46/+85
(see #i120498#) for sw (cherry picked from commit fb2580f1c8ae0cd1418c257823dc2d735607655f) Conflicts: sw/source/core/draw/dview.cxx sw/source/core/inc/UndoManager.hxx sw/source/core/undo/docundo.cxx Change-Id: I9970377d66f1104448a2ee7e4fb1cf82bf559cd8
2013-05-28Related: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand3-1/+18
(see #i120498#) for sc (cherry picked from commit 472c175d1bb809db1dc997d9712d6ecb3fbe731c) Conflicts: sc/source/core/data/document.cxx sc/source/ui/view/drawview.cxx Change-Id: I4ae171807b80e3f6c9f44028bd04dfac9338e627
2013-05-28Related: #i120498# fixed error with half text edit undoneArmin Le Grand4-27/+73
extended as preparation for #i120515# (cherry picked from commit ddd9492911585313faf1769f88323a8421bf93db) Conflicts: svx/inc/svx/sdrundomanager.hxx svx/inc/svx/svdedxv.hxx Change-Id: I50272a5719ee6e6a1a7fd1bafe9d94f480b1dbf5
2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand15-27/+318
when editing texts in graphic objects and/or tables (cherry picked from commit a096725779b210c7a2706e72596fd7c80e049fdd) Conflicts: editeng/inc/editeng/editeng.hxx editeng/inc/editeng/editund2.hxx editeng/inc/editeng/outliner.hxx editeng/source/editeng/editundo.cxx editeng/source/editeng/impedit.hxx editeng/source/outliner/outliner.cxx sd/source/core/undo/undomanager.cxx sd/source/ui/view/drviewse.cxx svx/Library_svxcore.mk svx/Package_inc.mk svx/inc/svx/svdedxv.hxx svx/source/svdraw/svdedxv.cxx Change-Id: I40e3ef2dff681f9b6f2f6b5d35507071f8110533 Comment unused variable pNewEditUndoManager to silence the compiler (cherry picked from commit 568655083af7830e7b9edf56ef862ddf9a99003b) Change-Id: Ib7179ee6c34ce03a75942978831c3a55968f161f Removed unused variable (cherry picked from commit 0bbde4414badfd40234de4a4c9f750194f5d1d5e) Change-Id: I39e7f25426e8e7d1367102d603b0f6c84d96622f
2013-05-28pause notifications while undoing to keep a11y out until we're doneCaolán McNamara1-1/+8
Block them together and announce after undoing that all is done. This stops a11y trampling in before we're actually finished, querying for the new text, which unsets the invalid flags as the new layout is now up-to-date, but unfortunately results in the view not redrawing as the layout is apparently valid and doesn't need to be redrawn. To reproduce, enter a drawing rectangle in draw, enter some text, and (without leaving edit more) press ctrl-z. The text appears to not change. But the model has changed except the view didn't get to hear about it because a11y swooped in between that model change and the view checking to see if the model changed. And the format update there unsets the model-changed flag. Change-Id: If2552ef3680b9bd64a2e28a3e9cdbb9e2d45f329
2013-05-28do not localize whitespace-only stringsAndras Timar1-14/+14
Change-Id: Ie13a80afd0df6972488b8e7f8629a1c4bc840afb
2013-05-28fdo#64451 Add "Find All" to the Find bar.Andrzej J.R. Hunt14-2/+190
Change-Id: I7a5f2881d2aa77f2d5c6c302c8eac1162b194bcf Reviewed-on: https://gerrit.libreoffice.org/4016 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28fdo#63323 fix the comment position when the mouse over cellFaisal M. Al-Otaibi1-0/+4
fix the X position when the sheet are RTL. Change-Id: I9b38a840fb17a70e1ba60d46b8c83b7e498501e1 Reviewed-on: https://gerrit.libreoffice.org/4069 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-05-28Bypass dynamic type_info generation for now when using libc++Tor Lillqvist1-0/+9
The type_info crack is even harder in the libc++ (with Clang, on OS X) case, sigh. Punt for now and let's see what happens... Change-Id: I17c3a4d9d933acfbf554649c9ec8b6fb5213f2f0
2013-05-28Enable optionally using libc++ on OS X (when targeting 10.7 or later)Tor Lillqvist2-2/+37
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-28Optional pyuno module should have its own services/pyuno.rdbStephan Bergmann5-3/+25
...this e.g. changes the error message when trying to register an extension that contains an (actively registered) Python component but no pyuno is installed from "Binary URP bridge disposed during call" to a less frightening "The service com.sun.star.loader.Python cannot be instantiated." Change-Id: I10f2b36b11395559ee95ce659878222b5ea99c11
2013-05-28Error out if <prex.h> is included when compiling for OS XTor Lillqvist1-0/+4
The X11 headers are present in the OS X SDK (because OS X does have an X11 server, even though I think it might be a separate download and install on demand nowadays), but we don't want to include them even if it would be harmless. Change-Id: I48011d7e1d2cd6398fc7b4cba8ec8100addc053b
2013-05-28UNX does not imply X11Tor Lillqvist1-2/+2
We really need some feature test macro that would be equivalent to using X11. Change-Id: I0c1f9b487b4feab3b7d4641e898f9fdf0144065b
2013-05-28Added pretty printers for writerfilter OOXML tokenizerCédric Bosdonnat3-1/+93
Change-Id: I0fa2cb8d24cd6862ab1d88ad8ccc033c70bbfa44
2013-05-28SmartPtr pretty printer now behaves according to set print object valueCédric Bosdonnat1-2/+7
Change-Id: Ie8a092b7d91e0f379c7102c3aa12da8eb7666840
2013-05-28n#816593: Floating table width import fix: adjust the frame widthCédric Bosdonnat3-3/+21
Change-Id: I8212bc5981418f6cbd514bf5002e6a5dbdf53152
2013-05-28Better verification of bad idxdict inputStephan Bergmann1-1/+11
...see dictionaries comits df423c53829faa96f46acd71887fd0f8697c49e9 "fix Lithuanian thesaurus" and 9b6407dadc64e10e7117d8551917b46105ecc6c8 "Fix more thesauri." Change-Id: I6ddc41fce4e3f68d80d05af3320c835b98908fcb
2013-05-28Updated coreStephan Bergmann1-0/+0
Project: dictionaries 9b6407dadc64e10e7117d8551917b46105ecc6c8
2013-05-28Fix editing text in draw object undo regressionCaolán McNamara1-4/+4
Regression since 6e29f56895cd38aa7dee85112370a7cfc0d24632 and 28d2a0c162b477a013c7c51c19a94fb08b55b276 pText1 can legally be NULL Change-Id: I0d54f4aeaa18834c32daeabad43776bc4f68088b
2013-05-28fix emf transparency handling (bnc#820385)Luboš Luňák2-5/+29
46e53913e9dcc84ffed8fb5f1b4959c70c7e5649 fixed some transparency emf problems on X11, it however did it by implementing alpha support in X11SalBitmap only and made generic code rely on it. Now it doesn't work at least on Windows, after reverting it works on Windows but not on X11. As I have no idea what the real problem is, at least keep both code paths. Change-Id: I2f2cf247becfcd777b4f3d129efe4d6a5d641f7b