Skip to content
Snippets Groups Projects
  1. May 22, 2015
  2. May 21, 2015
  3. May 19, 2015
  4. May 17, 2015
  5. May 16, 2015
  6. May 15, 2015
    • Harald Judt's avatar
      Use "Name" column for drag & drop instead of first column (bug #11905) · 1ba30278
      Harald Judt authored
      Instead of simply using the first column for drag & drop and the other
      columns for starting the rubberband selection it is better to use the
      column showing the filenames for this, as the user can change its position.
      1ba30278
    • Harald Judt's avatar
      Update the path entry icon when current file changes · 6c4676ad
      Harald Judt authored
      Example use case this solves: Empty the trash while it is shown as
      current folder.
      6c4676ad
    • Harald Judt's avatar
      Revert changes for restoring the trash in the session client (bug #9513) · 61e52c7d
      Harald Judt authored
      Because we now force-spawn the gvfs trash daemon in main(), this code
      is no longer necessary and can be removed.
      61e52c7d
    • Harald Judt's avatar
      Fix loading the trash bin status at startup (bug #9513) · 2d5567b2
      Harald Judt authored
      If the gvfsd-trash daemon has not spawned and thunar accesses the trash bin
      "trash:///" the first time, then the trash bin does not report the correct
      state. This is probably because the daemon needs some time to spawn and get
      ready.
      
      As a solution, lets reload the trash file in idle when it is first created,
      and then again a bit later after a few seconds have passed. By that time
      the gvfs trash daemon should have spawned and the state is properly set.
      This is only necessary when first loading the file, not when getting it
      from the cache, so we put this into main to be run at startup.
      2d5567b2
    • Harald Judt's avatar
      Turn off building gtk-docs API reference · d1110b89
      Harald Judt authored
      Building it fails starting with gtk-doc-1.22, and there have been
      lots of validity errors with previous versions for some time. Until
      someone comes and fixes it, stop building it.
      d1110b89
    • Harald Judt's avatar
      Use Alt_L instead of F10 to toggle the menubar (bug #10250) · 9283ed8f
      Harald Judt authored
      Other applications like firefox, thunderbird etc. use Alt_L to toggle
      a hidden menubar. This seems to be some kind of standard and is also
      more intuitive because menu mnemonics are triggered by Alt_L too.
      
      The second part of this commit fixes hiding the menubar (if set to
      be invisible).
      
      Of course, the setting still needs to be activated in the view menu or
      via Control + M.
      9283ed8f
  7. May 14, 2015
  8. May 12, 2015
  9. May 09, 2015
  10. May 06, 2015
  11. May 05, 2015
Loading