Browser - Categories, Category Sets - add Delete unused, rearrange controls

Reported bugs that have been closed and/or resolved

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
User avatar
user0
XnThusiast
Posts: 2414
Joined: Sat May 09, 2015 9:37 am

Browser - Categories, Category Sets - add Delete unused, rearrange controls

Post by user0 »

XnViewMP 1.8.6 64bit
Windows11 (24H2), display resolution 3840x2160, win scaling 150%


Browser - Categories, Category Sets pane

Suggestion
browser_categories_sets_add_delete_unused_rearange_controls.png
browser_categories_sets_add_delete_unused_rearange_controls.png (26.76 KiB) Viewed 295 times
  • Categories
    • add 'Delete unused (empty) Categories..'
      command to delete cats that have not assigned to any image (have no records in TagsTree table), eg

      Code: Select all

      DELETE FROM Tags 
      WHERE NOT EXISTS (
          SELECT 1 FROM TagsTree WHERE TagsTree.TagID = Tags.TagID
      );
    • rename 'Clear' to 'Delete'
      imo:
      - Clear - to clear temporary data, eg output list or terminal with cls
      - Remove - to remove data from the list w/o deleting data itself, eg add/remove files to/from the list
      - Delete - to delete original data, eg delete file/metadata or Category from list (as you may not have file with this cat anymore, so it will not be reimported)
  • Category Sets
    - move Layout controls to the bottom
    - move 'Manager..' button to the right and shorten label to '...'






Example
  • DxO
    other_apps_keywords_DxO.png
    other_apps_keywords_DxO.png (70.66 KiB) Viewed 305 times





Related
Last edited by user0 on Sun Mar 23, 2025 3:23 pm, edited 1 time in total.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Browser - Categories, Category Sets - add Delete unused, rearrange controls

Post by xnview »

See issue for current status and some details.
Pierre.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Browser - Categories, Category Sets - add Delete unused, rearrange controls

Post by xnview »

This problem is supposed to be fixed in XnView MP 1.8.7. Please check and confirm the bug fix here.
Pierre.
User avatar
user0
XnThusiast
Posts: 2414
Joined: Sat May 09, 2015 9:37 am

Re: Browser - Categories, Category Sets - add Delete unused, rearrange controls

Post by user0 »

done in 187
Post Reply