Skip to content
Snippets Groups Projects
  1. Dec 23, 2020
    • Nils Kvist's avatar
      Add action to toggle sort direction (#130) · 4907c9a5
      Nils Kvist authored and Alexander Schwinn's avatar Alexander Schwinn committed
      This adds a menu item under "Arrange Items" sub-menu to toggle the sort
      direction (Ascending/Descending) on the currently sorting column for all views.
      4907c9a5
    • Nils Kvist's avatar
      Use sort menu as well for detailed view (#139) · aeef7c58
      Nils Kvist authored and Alexander Schwinn's avatar Alexander Schwinn committed
      Add "Arrange Items" sub-menu to details view (listview).
      
      Changes the behavior if one selects an action that is already applied.
      Sort order (Ascending/Descending) will get toggled if the currently
      active sort attribute is chosed.
      
      Previously the Arrange Items sub-menu was specific to icon-view.
      This means that all the functions where static in abstract-icon-view.c .
      Here I have moved all those functions to standard-view (which is the parent class of all views),
      now all views will inherit the menu, actions and functions related to sorting.
      This is why the line count is 100 lines less is more.
      
      Fix !39
      aeef7c58
    • Andre Miranda's avatar
      Add support to created date in file properties · 607bd892
      Andre Miranda authored and Alexander Schwinn's avatar Alexander Schwinn committed
      Fixes #209
      607bd892
  2. Dec 22, 2020
  3. Dec 20, 2020
  4. Dec 19, 2020
  5. Dec 16, 2020
  6. Dec 15, 2020
  7. Dec 14, 2020
  8. Dec 13, 2020
  9. Dec 12, 2020
  10. Dec 09, 2020
  11. Dec 08, 2020
  12. Dec 07, 2020
  13. Dec 06, 2020
  14. Dec 04, 2020
  15. Dec 02, 2020
  16. Nov 30, 2020
  17. Nov 28, 2020
  18. Nov 27, 2020
  19. Nov 26, 2020
  20. Nov 23, 2020
  21. Nov 20, 2020
  22. Nov 19, 2020
  23. Nov 17, 2020
  24. Nov 16, 2020
  25. Nov 09, 2020
Loading