Skip to content
Snippets Groups Projects
  1. Jul 01, 2014
  2. Jun 30, 2014
  3. Jun 29, 2014
  4. Jun 27, 2014
  5. Jun 23, 2014
  6. Jun 21, 2014
    • David Faure's avatar
      Don't require a job to handle messageboxes. · 8ae48637
      David Faure authored
      The POP3 ioslave doesn't have a job when it gets here.
      
      This is somewhat of a forwardport of kdelibs.git bbae87dc1be3ae063796a582774bd5642cacdd5d
      but the mechanism was redesigned here (now using a "delegate extension").
      8ae48637
    • David Faure's avatar
      GIT_SILENT fix indentation · 80b3cd92
      David Faure authored
      80b3cd92
    • David Faure's avatar
      Handle unexpected return values here (such as -1). · 8d006964
      David Faure authored
      Patch by Jim Scadden, jims at silentasylum.co.uk
      Forwardported from kdelibs.git 0ded2a069f270507a6c8020688582a47babbcc83
      8d006964
    • Alex Merry's avatar
      Adapt change to NAME_PREFIX behaviour in ecm_add_tests. · 501fc47a
      Alex Merry authored
      NAME_PREFIX now only changes the test name, not the target name.
      501fc47a
    • Frank Reininghaus's avatar
      Make KFileItem a Q_MOVABLE_TYPE · 4b498196
      Frank Reininghaus authored
      The motivation for this change is that this reduces the memory usage of
      a QList<KFileItem> a.k.a. KFileItemList, which is used extensively in
      KCoreDirLister's API and in applications, by 32 bytes per item on a
      64-bit system, and that it may also improve the performance in some
      situations because many memory allocations are saved.
      
      Some changes in KCoreDirListerCache were required because this class
      stores raw pointers to KFileItems and expects that these always remain
      valid. To guarantee that this is the case and that the KFileItems owned
      by KCoreDirListerCache do not move, a new class NonMovableFileItem is
      introduced, which inherits KFileItem, but is not a Q_MOVABLE_TYPE.
      
      A better solution would be to modify KCoreDirListerCache such that it
      does not need the KFileItem pointers any more. The current solution is
      meant as a temporary workaround for this problem, to make it possible
      to make the binary incompatible Q_MOVABLE_TYPE change for KFileItem
      before KF5 is frozen for such changes.
      
      REVIEW: 118775
      4b498196
  7. Jun 20, 2014
  8. Jun 19, 2014
  9. Jun 18, 2014
  10. Jun 17, 2014
  11. Jun 16, 2014
  12. Jun 14, 2014
  13. Jun 12, 2014
  14. Jun 08, 2014
  15. Jun 07, 2014
  16. Jun 06, 2014
  17. Jun 02, 2014
Loading