Skip to content
Snippets Groups Projects
  1. May 03, 2015
    • Harald Judt's avatar
      Restore selection only when rows-reordered signal is received (bug #11855) · 8ed38783
      Harald Judt authored
      Commit 4d19f45f "Restore selection on row changes too (bug #9886)"
      forced the file selection to be restored on row changes, which has the
      negative side effect that the view will also scroll to the selected
      file(s) whenever such a change happens, e.g. when thumbnailing finishes.
      
      The better fix is to listen to the rows-reordered signal which no view
      listens to at the moment. This commit implements this.
      8ed38783
  2. May 01, 2015
  3. Apr 27, 2015
  4. Apr 24, 2015
  5. Apr 22, 2015
  6. Apr 21, 2015
  7. Apr 20, 2015
  8. Apr 19, 2015
    • Harald Judt's avatar
      Improve drag & drop and selecting in the details view (bug #11605) · bb9fe8ad
      Harald Judt authored
      When using the left mouse button, clicking on the first column of an item
      will select it or initiate dragging, but rubber banding is deactivated.
      For the other columns, only rubber banding will be possible and dragging
      be disabled.
      
      When using the right mouse button, clicking on the first column of an
      item will always select it and pop up the context menu of the item.
      Clicking on another column of an unselected item will unselect all
      items and show the menu of the folder, while clicking on another
      column of a selected item will show the context menu for that item
      (or those items).
      
      An extensive explanation has been added to the thunar docs in the wiki:
      http://docs.xfce.org/xfce/thunar/working-with-files-and-folders
      bb9fe8ad
  9. Apr 18, 2015
  10. Apr 17, 2015
  11. Apr 16, 2015
  12. Apr 13, 2015
  13. Apr 11, 2015
    • Harald Judt's avatar
      Fix updating custom actions (bug #11749) · d19eccf8
      Harald Judt authored
      https://developer.gnome.org/gtk3/stable/GtkUIManager.html#gtk-ui-manager-insert-action-group
      
      "Inserts an action group into the list of action groups associated with manager.
       Actions in earlier groups hide actions with the same name in later groups.
       If pos is larger than the number of action groups in manager, or negative,
       action_group will be inserted at the end of the internal list."
      
      Always keep the window actions (group "ThunarActions") at the top of the
      internal list of the GTK UI manager, so that they appear earlier. This
      way, the shortcuts will not be lost, and the custom actions for the
      context menu created by ThunarStandardView will work properly nonetheless.
      
      Also update the UI manager immediately after inserting the action group,
      otherwise GClosure warnings will spawn on stdout:
      "g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers <
       CLOSURE_MAX_N_INOTIFIERS' failed
       unable to remove uninstalled invalidation notifier"
      d19eccf8
    • Harald Judt's avatar
      Update rows on changes of case-sensitive and folders-first settings · 1873ca91
      Harald Judt authored
      This is analogous to 02baccc0.
      1873ca91
  14. Apr 09, 2015
  15. Apr 08, 2015
Loading