1. 12 Haz, 2013 9 kayıt (commit)
  2. 11 Haz, 2013 31 kayıt (commit)
    • Kohei Yoshida's avatar
      Add a comment clarifying the intent of the code that may look like a bug. · a8e52f12
      Kohei Yoshida yazdı
      Change-Id: Idd340f939bcfbe6bb8cf2f589662ea8691e1606c
      a8e52f12
    • Tomaž Vajngerl's avatar
      fdo#55315 Added simple Trie lookup tree for autocomplete words storage · af3916f8
      Tomaž Vajngerl yazdı
      Added simple Trie lookup tree which is more tailored to what is needed
      in autocomplete implementation, but still has the speed of the
      LatinLookupTree that has been used till now. As the implementation
      is much simpler it should be more managable and easier fixable.
      
      For now two actions: insert (word) and findSuggestions are supported.
      Acttion findSuggestion returns all words in a list for a searched
      sub-word, it also fixes fdo#62945.
      
      Change-Id: I63b69c30d28b4e1c465c2122ebc537f7f75a033a
      af3916f8
    • Armin Le Grand's avatar
      Made conversion from BitmapColor to Color more explicit... · 49a02786
      Armin Le Grand yazdı
      by using operator Color()
      
      (cherry picked from commit 08275c12)
      
      Change-Id: I26350c3d47e37064b5a8674f75c9822753994a17
      
      Corrected color conversion from BitmapColor to Color
      
      (cherry picked from commit b0b8e385)
      49a02786
    • Jürgen Schmidt's avatar
      Related: #i122483# correct library path · c3359bd7
      Jürgen Schmidt yazdı
      (cherry picked from commit f6c713b7)
      
      Change-Id: I327d9946d139aaf3347c42e8b565a8de635b5ed1
      c3359bd7
    • Jürgen Schmidt's avatar
      Related: #i122483# set correct classpath, include unoil.jar · 95ada2d6
      Jürgen Schmidt yazdı
      (cherry picked from commit d8a72483)
      
      Change-Id: Iaf4d90a111c5adf15817c7c1360e4bfad0ee9148
      95ada2d6
    • Caolán McNamara's avatar
      Related: #i121194# adapt template dialog code · 04c2e4f5
      Caolán McNamara yazdı
      we probably should remove the Bitmaps and use Graphics
      exlusively, but for now do a simple brute force conversion
      
      Change-Id: I0cdcb7d86f9304fd09f7e2c6aa7acdcec3785ae5
      04c2e4f5
    • Armin Le Grand's avatar
      Resolves: #i121194# Better support for graphic fill styles... · 37aa7d81
      Armin Le Grand yazdı
      which are not bitmaps (svg, metafiles, ..)
      
      (cherry picked from commit 7a652a2b)
      
      Conflicts:
      	drawinglayer/Library_drawinglayer.mk
      	drawinglayer/Package_inc.mk
      	drawinglayer/inc/drawinglayer/attribute/fillgraphicattribute.hxx
      	drawinglayer/inc/drawinglayer/attribute/sdrfillattribute.hxx
      	drawinglayer/inc/drawinglayer/attribute/sdrfillgraphicattribute.hxx
      	drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
      	drawinglayer/inc/drawinglayer/primitive2d/fillgraphicprimitive2d.hxx
      	drawinglayer/inc/drawinglayer/primitive2d/polypolygonprimitive2d.hxx
      	drawinglayer/inc/drawinglayer/primitive3d/textureprimitive3d.hxx
      	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
      	drawinglayer/inc/drawinglayer/texture/texture.hxx
      	drawinglayer/inc/drawinglayer/texture/texture3d.hxx
      	drawinglayer/source/attribute/fillbitmapattribute.cxx
      	drawinglayer/source/attribute/sdrfillattribute.cxx
      	drawinglayer/source/attribute/sdrfillgraphicattribute.cxx
      	drawinglayer/source/primitive2d/fillbitmapprimitive2d.cxx
      	drawinglayer/source/primitive2d/graphicprimitive2d.cxx
      	drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx
      	drawinglayer/source/processor2d/canvasprocessor.cxx
      	svx/inc/svx/sdr/primitive2d/sdrattributecreator.hxx
      	svx/source/sdr/contact/objectcontacttools.cxx
      	vcl/inc/vcl/graph.hxx
      
      unused file _vclmetafileprocessor2d.cxx deleted, was added by error
      
      (cherry picked from commit ed0d53f8)
      
      Conflicts:
      	drawinglayer/source/processor2d/_vclmetafileprocessor2d.cxx
      
      Corrected canvasProcessor usage
      
      (cherry picked from commit 7903c33f)
      
      Conflicts:
      	svx/source/sdr/contact/objectcontacttools.cxx
      
      Change-Id: I80008050b98dafc92fde043524843c13a75fe22c
      d2fa667d7c127b4d735334e56093d1d4553b0a5b
      e20c60c7d6472da1295a162d9a629be998861f62
      37aa7d81
    • Andras Timar's avatar
      Updated core · e72e1c11
      Andras Timar yazdı
      Project: translations  6f51f560aeead852a1add0250e068192477967e9
      e72e1c11
    • Noel Power's avatar
      squash some excel fileformat warnings ( and protected mode opening ) · 79435222
      Noel Power yazdı
      some attributes should not be exported for some controls, their
      very presence triggers the dreaded nag dialog ( promising doom
      & death if you open the file )
      
      Change-Id: I974ac94f75ee95ab54ca19bd5cd31952a66b20e5
      79435222
    • Michael Meeks's avatar
      canvas unit test - tolerate canvas non-creation: really no X server... · 58b8211f
      Michael Meeks yazdı
      Change-Id: Id8be7bc4ad454e7e246e412803e4d672a921c08e
      58b8211f
    • Marcos Paulo de Souza's avatar
      fdo#60924 autoinstall - gbuild/scp2: add calc module · cb548bc7
      Marcos Paulo de Souza yazdı
      Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
      cb548bc7
    • Matúš Kukan's avatar
      Repository.mk: make this file a bit more readable & consistent · 6141dbba
      Matúš Kukan yazdı
      Change-Id: Ibfca283cdf89fdb4eded06dde2b2f30b05df6882
      6141dbba
    • Stephan Bergmann's avatar
      -Werror=shadow · c36348f2
      Stephan Bergmann yazdı
      ...shadowing typedef in include/vcl/salnativewidgets.hxx
      
      Change-Id: Ibca5c99bb783d1788e6528ff7ccd0994af069adb
      c36348f2
    • Miklos Vajna's avatar
      abi#4817 attempt to access an element in an empty container · a4fee33b
      Miklos Vajna yazdı
      Change-Id: Ic51ef8b3db182dd34195c9bb808170d20953d406
      a4fee33b
    • Miklos Vajna's avatar
      writerfilter: move the RTF tests to slowcheck · e75a8b8e
      Miklos Vajna yazdı
      These now take around 5sec here, which is slow enough to be annoying --
      if you have to wait for it after every partial build.
      
      Change-Id: I795fefcd79889aca7b00a5b3d408ee3488b13b03
      e75a8b8e
    • Luboš Luňák's avatar
      fix and simplify getting files from the KDE4 file dialog · 03f66610
      Luboš Luňák yazdı
      - Fix multiple selection handling.
      - The "double click selection KDE4 bug" does not exist (anymore?) as far
        as I can tell.
      - Apparently it's not true that multiselect needs the first item in the list
        to be the directory.
      - KFileDialog can already give full URLs.
      
      Change-Id: I5bb651902fb6c1d75af40b78bf32c79b004b7358
      03f66610
    • Luboš Luňák's avatar
      ugly workaround for external leading with symbol fonts (bnc#823626) · f235df85
      Luboš Luňák yazdı
      I'd much rather find the code using external leading in Writer's layout,
      but this font rendering and layout stuff is so complicated.
      
      Change-Id: Iaf58af387a6727eb18f5a9d1613de3ae30d7c35e
      f235df85
    • Luboš Luňák's avatar
      hack for reading properly textencoding for opensymbol from old LO · 47f218fc
      Luboš Luňák yazdı
      Which did it because of bullet font not having it correctly
      (fixed in 44c133ef).
      
      Change-Id: I6992de03816661cf6970140eb35816e26cf0e612
      47f218fc
    • Jan Holesovsky's avatar
      sidebar: Remove the setPosSizePixel hack. · 9e851b69
      Jan Holesovsky yazdı
      Change-Id: I3c074f0860bf9cb384a7189038a214199a2d7222
      9e851b69
    • Jan Holesovsky's avatar
      dialcontrol: Make it always fit a square. · 3d0a22e8
      Jan Holesovsky yazdı
      Change-Id: I37e1d694a5e92b75bd68310f74671897887a60e1
      3d0a22e8
    • Matúš Kukan's avatar
      better conditions for registering executables · e78fe7af
      Matúš Kukan yazdı
      Change-Id: I197b5e35ee8e7b80f6bba3e59c811ab4261c489c
      e78fe7af
    • pje335_NL's avatar
      fdo#65199 mutible names for the same option. · d330f3a2
      pje335_NL yazdı
      Change-Id: Ib17c323b5a9a2dba5e3d32d8a1a418167a7e7fe5
      Reviewed-on: https://gerrit.libreoffice.org/4222Reviewed-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
      Tested-by: 's avatarMiklos Vajna <vmiklos@suse.cz>
      d330f3a2
    • Michael Meeks's avatar
      add cppcanvas unit test makefile I forgot. · e1a40290
      Michael Meeks yazdı
      Change-Id: Ic56a61d6c71870620ad2cda7899da8d0252dfc11
      e1a40290
    • Miklos Vajna's avatar
      abi#3241 fix crash on RTF import · a1762795
      Miklos Vajna yazdı
      The problem was that SwTxtFmtColl::IsAssignedToListLevelOfOutlineStyle()
      returned true, because the style name started with "header". However,
      there were no real assignment, so
      SwTxtFmtColl::GetAssignedOutlineStyleLevel() returned -1 later, which
      resulted in a (valid) assertion failure.
      
      Fix this by handling -1 outline level as not assigned.
      
      Change-Id: I522f75002cf064ce7bc4da949683ac4e5ff4ec72
      a1762795
    • Michael Meeks's avatar
      create a cairo canvas unit test, if only I could use the XCanvas API. · eb5e3e3a
      Michael Meeks yazdı
      Change-Id: I3b0fdbe92db751e59ecb3f3b59f27e160b3ca226
      eb5e3e3a
    • Michael Meeks's avatar
      Allow --headless to be disabled for unit tests. · 02ee2611
      Michael Meeks yazdı
      Change-Id: I9f2a97715dc0d7fc5905afb1b908de97acdafc57
      02ee2611
    • Michael Meeks's avatar
      protect against exception during construction. · 2b2f00e0
      Michael Meeks yazdı
      Change-Id: Ied19ddc28dc8413a35ee7b7269cd6c6f22ca9a91
      2b2f00e0
    • Michael Meeks's avatar
      Cairo canvas fixes · 7cf2b580
      Michael Meeks yazdı
      + Move BitmapEx construction from an XBitmapCanvas into BitmapEx
        where (arguably) it will be easier to re-factor later, treat a
        mask fetch failure as if we have no mask
      + Teach the cairo canvas to return a non-pre-multiplied RGB +
        separate Alpha BitmapEx when it can to avoid unpleasantness with
        the underlying X resources.
      + Add tentative code-path to convert 32bit color Bitmaps into
        24bit color, to avoid confusing X
      
      Change-Id: Iaf6998c796aea6d73c57bed2bc03152d9636d5f5
      7cf2b580
    • Michael Meeks's avatar
      Revert "fix canvas bitmap rendering (argb32 pixmaps) fixes color in n#780830" · 03b4c0e0
      Michael Meeks yazdı
      This reverts commit 46e53913.
      
      Conflicts:
      	vcl/inc/salbmp.hxx
      	vcl/source/gdi/gdimtf.cxx
      	vcl/unx/generic/gdi/salgdi2.cxx
      
      Change-Id: Ifa893b687c724ea71655aa4e084a44858695073e
      03b4c0e0
    • Michael Meeks's avatar
      Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ... · 056c7b46
      Michael Meeks yazdı
      This reverts commit 22f63477.
      
      Conflicts:
      	canvas/source/cairo/cairo_canvasbitmap.cxx
      
      Change-Id: Ib266050ebc6eaca4fbd36ed013ac95a1b4b9d316
      056c7b46
    • Stephan Bergmann's avatar
      Lock Solar Mutex in rptui::OSectionWindow::_propertyChanged · 85165a18
      Stephan Bergmann yazdı
      <https://bugs.freedesktop.org/show_bug.cgi?id=65478#c4> "REPORTBUILDER: Crash by
      following case 2 from fdo#61725 + click cancel" comment 4 discusses a scenario
      that leads to a fired DbgTestSolarMutex assertion in --enable-dbgutil builds at:
      
      0  0x0000003c80635ba5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:63
      1  0x0000003c80637358 in __GI_abort () at abort.c:90
      2  0x0000003c8062e972 in __assert_fail_base (fmt=0x3c807793e8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=file@entry=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=line@entry=1747, function=function@entry=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:92
      3  0x0000003c8062ea22 in __GI___assert_fail (assertion=0x7fcbe332a8b8 "ImplGetSVData()->mpDefInst->CheckYieldMutex()", file=0x7fcbe332a880 "lo/core/vcl/source/app/dbggui.cxx", line=1747, function=0x7fcbe332b250 <ImplDbgTestSolarMutex()::__PRETTY_FUNCTION__> "void ImplDbgTestSolarMutex()") at assert.c:101
      4  0x00007fcbe2bb5ea8 in ImplDbgTestSolarMutex () at lo/core/vcl/source/app/dbggui.cxx:1747
      5  0x00007fcbe4053783 in DbgFunc (nAction=15, pParam=0x0) at lo/core/tools/source/debug/debug.cxx:1119
      6  0x00007fcbe2e75465 in DbgTestSolarMutex () at lo/core/include/tools/debug.hxx:295
      7  0x00007fcbe2e9b213 in OutputDevice::ImplGetGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:554
      8  0x00007fcbe2e9af4c in OutputDevice::ImplHasMirroredGraphics (this=0x1ca8e98) at lo/core/vcl/source/gdi/outdev.cxx:511
      9  0x00007fcbe3163f1f in Window::ImplPosSizeWindow (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:3286
      10 0x00007fcbe31737c1 in Window::setPosSizePixel (this=0x1ca8e98, nX=127, nY=1199, nWidth=2318, nHeight=13, nFlags=15) at lo/core/vcl/source/window/window.cxx:7181
      11 0x00007fcbe314fa59 in Window::SetPosSizePixel (this=0x1ca8e98, rNewPos=Point = {...}, rNewSize=Size = {...}) at lo/core/vcl/source/window/window2.cxx:1717
      12 0x00007fcb8e0cfd2c in rptui::lcl_setScrollBar (_nNewValue=2318, _aPos=Point = {...}, _aSize=Size = {...}, _rScrollBar=...) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:38
      13 0x00007fcb8e0d0b41 in rptui::OScrollWindowHelper::ResizeScrollBars (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:169
      14 0x00007fcb8e0d0c72 in rptui::OScrollWindowHelper::Resize (this=0x1ca8cb0) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:182
      15 0x00007fcb8e0d0665 in rptui::OScrollWindowHelper::setTotalSize (this=0x1ca8cb0, _nWidth=1186, _nHeight=464) at lo/core/reportdesign/source/ui/report/ScrollHelper.cxx:110
      16 0x00007fcb8e0cefba in rptui::OReportWindow::notifySizeChanged (this=0x1ca96c0) at lo/core/reportdesign/source/ui/report/ReportWindow.cxx:255
      17 0x00007fcb8e0d3920 in rptui::OSectionWindow::_propertyChanged (this=0x21688a0, _rEvent=...) at lo/core/reportdesign/source/ui/report/SectionWindow.cxx:127
      18 0x00007fcbe7271dfb in comphelper::OPropertyChangeMultiplexer::propertyChange (this=0x7fcb8c1f2668, _rEvent=...) at lo/core/comphelper/source/property/propmultiplex.cxx:154
      19 0x00007fcbe6b0be20 in cppu::PropertySetMixinImpl::BoundListeners::notify (this=0x7fff42dd9780) at lo/core/cppuhelper/source/propertysetmixin.cxx:399
      20 0x00007fcb8ed52b50 in reportdesign::OSection::set<unsigned int> (this=0x7fcbd0199020, _sProperty="Height", _Value=@0x7fff42dd9804: 0, _member=@0x7fcbd0199170: 0) at lo/core/reportdesign/source/core/inc/Section.hxx:96
      21 0x00007fcb8ed4e2e2 in reportdesign::OSection::setHeight (this=0x7fcbd0199020, _height=0) at lo/core/reportdesign/source/core/api/Section.cxx:255
      22 0x00007fcbd42877de in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, unsigned int, double*, unsigned int) () from lo/core/solver/unxlngx6/installation/opt/ure/lib/libgcc3_uno.so
      23 0x00007fcbd428681a in cpp_call (pThis=0x202ea90, aVtableSlot=..., pReturnTypeRef=0x711840, nParams=1, pParams=0x7fff42dd9bc0, pUnoReturn=0x0, pUnoArgs=0x7fff42dd9c80, ppUnoExc=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:237
      24 0x00007fcbd4286fa8 in bridges::cpp_uno::shared::unoInterfaceProxyDispatch (pUnoI=0x202ea90, pMemberDescr=0x1e28590, pReturn=0x0, pArgs=0x7fff42dd9c80, ppException=0x7fff42dd9d48) at lo/core/bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:368
      25 0x00007fcb9d498480 in jni_uno::Bridge::call_uno (this=0x1609c90, jni=..., pUnoI=0x202ea90, member_td=0x1e28590, return_type=0x711840, nParams=1, pParams=0x7fff42dd9e80, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:262
      26 0x00007fcb9d4993ec in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call (jni_env=0x1aec1d8, jo_proxy=0x7fff42dda1f0, bridge_handle=23108752, jo_method=0x7fff42dda1d8, jo_args=0x7fff42dda1d0) at lo/core/bridges/source/jni_uno/jni_java2uno.cxx:589
      27 0x00007fcba5011f90 in ?? ()
      28 0x00000005ff211500 in ?? ()
      29 0x0000000000000000 in ?? ()
      
      Change-Id: Id8f043b87227b589a9d79beaa94006aab3d9ad9d
      85165a18