Skip to content
Snippets Groups Projects
  1. Feb 07, 2011
    • Jannis Pohlmann's avatar
      Use a timeout/idle to request thumbnails in ThunarStandardView. · 834e6455
      Jannis Pohlmann authored
      This is the second part of redesigning how thumbnails are requested in
      Thunar. Each ThunarStandardView now has a ThunerThumbnailer object.
      On scroll and resize events and whenever a new directory has finished
      loading, ThunarStandardView now schedules a timeout or idle handler
      (depending on the situation) to request thumbnails for all visible items
      of the view.
      
      This timeout/idle handler is rescheduled whenever the user starts
      or continues scrolling or resizing. This avoids sending requests while
      the user is scrolling and its important to not have D-Bus interfere with
      the Thunar main loop. We now have a much more responsive thumbnailing
      and scrolling experience!
      
      Requests are also dropped by each view when a directory is closed/left.
      This means that we no longer generate thumbnails the user is not
      interested in any more.
      
      This commit also uses the proper D-Bus method for cancelling thumbnail
      requests (it's called "Dequeue", not "Unqueue").
      
      The properties dialog is updated to match changes in the
      ThunarThumbnailer API.
      834e6455
    • Jannis Pohlmann's avatar
      Refactor ThunarThumbnailer and implement unqueue. · f19df728
      Jannis Pohlmann authored
      This commit also drops ThunarThumbnailer in ThunarIconFactory and adds
      it to ThunarPropertiesDialog. There will be one ThunarThumbnailer for
      each ThunarStandardView soon in order to bring back normal thumbnail
      generation.
      f19df728
  2. Jan 30, 2011
  3. Jan 29, 2011
  4. Jan 26, 2011
    • Jannis Pohlmann's avatar
      Ship stock_folder-{copy,move}.png with Thunar itself (bug #6851). · 8f7a02c1
      Jannis Pohlmann authored
      These icons were part of older gnome-icon-theme releases but have now
      disappeared. There are no useful equivalents in the icon naming
      specification or the GTK+ stock icons (well, there is GTK_STOCK_COPY,
      but no appropriate replacement for "stock_folder-move"), so for now it's
      best to ship the icons ourselves, I think.
      8f7a02c1
  5. Jan 24, 2011
  6. Jan 23, 2011
  7. Jan 21, 2011
  8. Jan 20, 2011
  9. Jan 18, 2011
  10. Jan 16, 2011
  11. Jan 15, 2011
  12. Jan 12, 2011
  13. Jan 10, 2011
  14. Jan 09, 2011
  15. Jan 07, 2011
  16. Jan 06, 2011
    • forfolias's avatar
      l10n: add greek translation · 703aa651
      forfolias authored
      New status: 1 message complete with 0 fuzzies and 292 untranslated.
      
      Transmitted-via: Transifex (translations.xfce.org).
      703aa651
  17. Jan 03, 2011
  18. Jan 02, 2011
  19. Jan 01, 2011
  20. Dec 29, 2010
  21. Dec 28, 2010
Loading