1. 12 Ara, 2012 32 kayıt (commit)
  2. 11 Ara, 2012 8 kayıt (commit)
    • Andras Timar's avatar
      LibreLogo should be an optional module · 31f1a12c
      Andras Timar yazdı
      On Windows it is installed by default, but can be disabled in
      the installer easily.
      
      Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
      31f1a12c
    • Tor Lillqvist's avatar
      WaE: warn_unused_result · 70d0f2cc
      Tor Lillqvist yazdı
      Change-Id: I17c916a751a5bf5ab70bd59d247f865676c9e1e4
      70d0f2cc
    • Zolnai Tamás's avatar
      Skip poheader · dddca20c
      Zolnai Tamás yazdı
      Po headers can be various and they don not
      contain any needed information for merge so
      skip it without any checking.
      
      Change-Id: I6d81b7c85bfdbfd961361d98131ed80ba304e9ba
      dddca20c
    • Michael Stahl's avatar
      mailmerge.py: fix obvious Python 3 issues · 2462391f
      Michael Stahl yazdı
      Change-Id: I796696fbfe1756d625dcabc56c8769bed3d5dbc1
      2462391f
    • Caolán McNamara's avatar
      warn if a .ui has buttons but none of them is set as the default button · 7c294529
      Caolán McNamara yazdı
      can probably only do this for full dialogs rather than .ui snippets
      
      Change-Id: Ic8269e1c909fee3acec6ac06c36b9107cb6ff5db
      7c294529
    • Kohei Yoshida's avatar
      fdo#58149: Recalculate HYPERLINK formula cells on load. · a6790625
      Kohei Yoshida yazdı
      The current implementation of HYPERLINK relies on its result being
      1x2 matrix while only the first element is displayed visibly.  The
      second element stores the URL which is only used when querying for
      the URL (tooltip or launch URL event).
      
      Starting with 4.0 we load cached formula results to avoid full
      recalculation on load.  That unfortuntely ended up breaking the
      HYPERLINK because the result was a simple string value rather than
      a matrix; hence the need to recalculate it on load.
      
      But unlike volatile formula cells, cells with HYPERLINK don't need
      to be recalculated on every cell input change; only once when the file
      is loaded.
      
      P.S. This commit also reverses the logic of bNoProgressBar flag for
      CalcFormulaTree(), to make it easier for human brain to process what
      it means.
      
      Change-Id: I7a24d96d225910b88071a8fe6320f59bf7a47163
      a6790625
    • Caolán McNamara's avatar
      tweak caption strings for frames to be start/end · e9b366c5
      Caolán McNamara yazdı
      rather than above/below seeing as the caption is entered into the frame
      (rather than outside the frame) at either the start or end of the frame
      contents
      
      Change-Id: I633ab6a03e9d47aab72cbade1cd812c8aa6c5a94
      e9b366c5
    • Caolán McNamara's avatar
      titlepage.src is unused now · a0edd406
      Caolán McNamara yazdı
      Change-Id: Ia2846861e103d719e6dd7cc80ddd200d4c69c1a2
      a0edd406