Bug 427768

Summary: Select all unselected
Product: [Applications] kid3 Reporter: Chris <okotok1>
Component: generalAssignee: Urs Fleisch <ufleisch>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: macOS (DMG)   
OS: macOS   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Chris 2020-10-15 16:46:14 UTC
In kid3, it would be nice t be able to change the selected items to all the ones that aren't selected. For example if I have a list of 20 songs and I have the first ten elected in order to change the ID3, sometimes I want to change the selected items to the other ten songs to work with those. As it is now, I have to start selecting from the beginning every time I switch from one group to the other.
Comment 1 Urs Fleisch 2020-10-18 18:05:12 UTC
Git commit dca577f475e821e9dcb3d9e0b032ebef8882e5e5 by Urs Fleisch.
Committed on 18/10/2020 at 17:55.
Pushed by ufleisch into branch 'master'.

New function Edit/Invert Selection

M  +3    -0    src/app/kde/kdemainwindow.cpp
M  +2    -1    src/app/kde/kid3ui.rc
M  +8    -0    src/app/qt/kid3mainwindow.cpp
M  +29   -0    src/core/model/kid3application.cpp
M  +5    -0    src/core/model/kid3application.h

https://invent.kde.org/multimedia/kid3/commit/dca577f475e821e9dcb3d9e0b032ebef8882e5e5
Comment 2 Urs Fleisch 2020-10-19 07:52:39 UTC
I have implemented this. Have a look at version git20201018 in https://sourceforge.net/projects/kid3/files/kid3/development/. The function is available in menu Edit/Invert Selection.