1. 17 Agu, 2015 17 kayıt (commit)
  2. 16 Agu, 2015 1 kayıt (commit)
  3. 15 Agu, 2015 2 kayıt (commit)
  4. 14 Agu, 2015 2 kayıt (commit)
    • Stephan Bergmann's avatar
      tdf#92446: Revert apparently bogus attempt at fixing a memory leak · c79c5d80
      Stephan Bergmann yazdı
      6b4c596b "Fix memory leak for BASIC sub (as well
      as void function)," from just looking at the few lines of code in isolation, and
      their revision history, looked like a plausible and effective approach to fix
      the leaks reported by CppunitTest_basci_vba when run under lsan.
      
      However, tdf#92446 indicates that that innocent-looking change had rather dire
      consequences.  So revert it and leave a fix for the memory leak to somebody who
      actually understands all this code.
      
      Change-Id: Ic81b1c14a1cfb07c6ec4415cc26b2f826adbc8ca
      (cherry picked from commit 9d094b9f)
      c79c5d80
    • Jan Holesovsky's avatar
      tdf#80866, bnc#835985: Better solution to the original bnc# bug. · c59fba26
      Jan Holesovsky yazdı
      The behavior was confusing from the user point of view - the "Default" meant
      the handout layout (that by default is 6 slides per page), not any kind of
      default.  And it looked like the orientation does not work.
      
      Let's provide better wording instead of "Default" at least.
      
      The ideal would be also to disable the "Order" when "According to layout" is
      chosen.   Unfortunately it is not easily possible, as the enabling/disabling
      is controlled by the UIControlOptions's mnDependsOnEntry, and that allows only
      one value; and we'd need "everything but the 0" there.
      
      Change-Id: Ife98c421bf8f52506a7dc32caea6af6c24ef17c6
      Reviewed-on: https://gerrit.libreoffice.org/17696Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
      Tested-by: 's avatarJan Holesovsky <kendy@collabora.com>
      c59fba26
  5. 13 Agu, 2015 13 kayıt (commit)
  6. 12 Agu, 2015 5 kayıt (commit)