Skip to content
Snippets Groups Projects
  1. Apr 17, 2015
  2. Apr 16, 2015
  3. Apr 13, 2015
  4. 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
  5. Apr 09, 2015
  6. Apr 08, 2015
  7. Apr 06, 2015
  8. Apr 04, 2015
  9. Apr 02, 2015
  10. Apr 01, 2015
  11. Mar 31, 2015
  12. Mar 30, 2015
  13. Mar 27, 2015
  14. Mar 23, 2015
  15. Mar 20, 2015
Loading