Skip to content
Snippets Groups Projects
  1. Apr 12, 2011
    • Raphael Kubo da Costa's avatar
      Fix directory navigation in Dolphin::Terminal. · 0f53ff1a
      Raphael Kubo da Costa authored
      When navigating in Dolphin it attempts to keep any open Terminal (F4)
      in sync by changing the directory in the shell.  It does this by
      sending a "^C; cd $DIRECTORY" however shells under FreeBSD treat "^C"
      as a literal string and not SIGINT.  Fix this by sending SIGINT to the
      shell instead of "^C".
      
      It appears Linux does not exhibit this behaviour.
      
      Patch originally written by David Naylor, from the KDE-FreeBSD team.
      
      REVIEW: 101096
      CCMAIL: naylor.b.david@gmail.com
      2 tags
      0f53ff1a
  2. Apr 05, 2011
  3. Mar 12, 2011
    • Peter Penz's avatar
      Details view optimization · cb6af032
      Peter Penz authored
      Constructing a KColorScheme object is very expensive because of a number
      of tint computations. When scrolling a big list more than 30 % of the
      time was spent here. Instead, we can precompute and store the inactive
      text color. (see https://git.reviewboard.kde.org/r/100826/)
      
      Thanks to Samuel Rødal for the patch!
      cb6af032
  4. Mar 03, 2011
  5. Feb 28, 2011
    • Peter Penz's avatar
      Fix issue that wrong directory is shown · f35ae1a5
      Peter Penz authored
      Commit 680009b5 resulted in a regression when switching from a view in the column-mode to a view in the icon- or details-mode: The wrong content has been shown. This patch reverts commit 680009b5 and solves the performance-issue in combination with previews by triggering the preview-generation in a queued way.
      f35ae1a5
  6. Feb 13, 2011
    • Peter Penz's avatar
      Improve performance when turning on the preview mode · ce69bb06
      Peter Penz authored
      If a change from a directory with disabled previews is done to a directory with enabled previews, also previews are generated for the previous directory as the preview-generator still contains the not updated directory lister. Because of this it is important to apply the view-properties after the directory-lister has been updated.
      v4.6.1
      ce69bb06
  7. Feb 12, 2011
  8. Feb 09, 2011
  9. Feb 07, 2011
  10. Feb 06, 2011
  11. Feb 05, 2011
  12. Feb 04, 2011
  13. Feb 03, 2011
  14. Feb 02, 2011
  15. Jan 31, 2011
  16. Jan 30, 2011
  17. Jan 27, 2011
  18. Jan 23, 2011
  19. Jan 20, 2011
  20. Jan 19, 2011
  21. Jan 18, 2011
  22. Jan 17, 2011
  23. Jan 16, 2011
  24. Jan 15, 2011
  25. Jan 08, 2011
  26. Jan 06, 2011
  27. Jan 01, 2011
  28. Dec 19, 2010
Loading