1. 12 Haz, 2013 30 kayıt (commit)
  2. 11 Haz, 2013 10 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