[dolphin] [Bug 360624] Implement "Invert Filter" option

2020-11-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360624

sowi...@dukun.de changed:

   What|Removed |Added

 Status|NEEDSINFO   |ASSIGNED
 Resolution|WAITINGFORINFO  |---

--- Comment #10 from sowi...@dukun.de ---
Reset the status to ASSIGNED. Not sure if that is correct though.

If I find enough time during the Christmas holidays I'll try to do it myself.
Shouldn't be too difficult, but that's what tuxflo thought too… :) I'll keep in
mind to ask at #KDE-devel in case of trouble.

Tuxflo's workaround works splendidly btw, so in case you think this wouldn't
get merged anyway, please let me know.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2020-11-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=360624

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2020-10-26 Thread Justin
https://bugs.kde.org/show_bug.cgi?id=360624

Justin  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Status|ASSIGNED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Justin  ---
(In reply to tuxflo from comment #7)
> Hey there!
> After finally setting up the build environment and digging into the code I
> found out that its not as easy as I thought. I managed to get the Invert
> function working but I'm not able to connect the function to a new created
> button. Since I'm currently writing my Diploma thesis my time to spend on
> this feature is currently limited, maybe I'll implement the feature after
> finishing my thesis.
> 
> Meanwhile I also found a way to simulate the behavior without changing
> dolphin, by using a regular expression: one could view all files that don't
> include "iso" by entering [^iso]* to the Filterbar. Also if you just want to
> select some filtered files you can use the filter normally, select the
> files, then clear the filter and use the "Control->Invert Selection" from
> the menubar or using the shortcut Ctrl+Shift+A

If you're still interested in implementing this jump in #KDE-devel either via
Matrix or IRC and ask around, I'm sure others would be happy to assist.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-27 Thread tuxflo
https://bugs.kde.org/show_bug.cgi?id=360624

--- Comment #7 from tuxflo  ---
Hey there!
After finally setting up the build environment and digging into the code I
found out that its not as easy as I thought. I managed to get the Invert
function working but I'm not able to connect the function to a new created
button. Since I'm currently writing my Diploma thesis my time to spend on this
feature is currently limited, maybe I'll implement the feature after finishing
my thesis.

Meanwhile I also found a way to simulate the behavior without changing dolphin,
by using a regular expression: one could view all files that don't include
"iso" by entering [^iso]* to the Filterbar. Also if you just want to select
some filtered files you can use the filter normally, select the files, then
clear the filter and use the "Control->Invert Selection" from the menubar or
using the shortcut Ctrl+Shift+A

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-14 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=360624

Julian Schraner  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #6 from Julian Schraner  ---
It's great to hear that you'd like to implement this feature! Regarding the UI:
Please join us in the #kde-vdg (our Visual Design group) channel via Matrix or
IRC . We'll be happy to help you with all your UI/UX questions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360624

--- Comment #5 from sowi...@dukun.de ---
Great that someone want to try to implement this!

I suggest to go with a checkbox (called 'invert' or 'invert filter') if you
intend to only implement this. That way every user immediately sees the new
feature without having to learn a new grammar. But if you want to do more, like
extended globbing, full regexes or advanced searches like proposed in the
second reply, the checkbox would be redundant. In that case make sure to
properly document the syntax :-)

In case of extended globbing, there are two variants:
bash: !(pattern)
zsh: ^pattern

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-12 Thread tuxflo
https://bugs.kde.org/show_bug.cgi?id=360624

--- Comment #4 from tuxflo  ---
Hi Julian!
My intention was not to yell "when do we get this feature", but just to ask if
someone is already has that on his or her work in progress table.
I took a short look into the dolphin source code and it seems that it might be
not too complicated for me to implement that feature on my own (as you
suggested).
What kind of symbol would be good to indicate that the current filter should be
inverted? My first thought was, to add a ! in front of the search items. Any
other ideas? Or should there be a new button that inverts the result?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-11 Thread Julian Schraner
https://bugs.kde.org/show_bug.cgi?id=360624

Julian Schraner  changed:

   What|Removed |Added

 CC||juliquad...@gmail.com

--- Comment #3 from Julian Schraner  ---
Hello tuxflo and thanks for your comment. As KDE is a community project, we
cannot (and do not want to) decide what the developers should work on. A good
way to raise the visibility of an issue is to vote on it (there should be a
link next to the "Importance" field). You are of course also more than welcome
to implement the feature yourself. Have a nice day!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2018-09-10 Thread tuxflo
https://bugs.kde.org/show_bug.cgi?id=360624

tuxflo  changed:

   What|Removed |Added

 CC||flo.hen...@gmail.com

--- Comment #2 from tuxflo  ---
I'm looking for the same feature! This bug is here for 2 years now, so any
updates on that issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 360624] Implement "Invert Filter" option

2016-11-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360624

stu109...@mail.uni-kiel.de changed:

   What|Removed |Added

 CC||stu109...@mail.uni-kiel.de

--- Comment #1 from stu109...@mail.uni-kiel.de ---
I like the idea.

Maybe one could extend the search/filter functionality even further with other
keywords. An example for such a thing is the advanced search in windows 7
explorer
(http://www.howtogeek.com/73065/learn-the-advanced-search-operators-in-windows-7/).
The syntax to search stuff that does not contain some text in its name, is to
write a minus in front of it (just like in google, youtube, etc.).
So it would be -jpg in your use case.

-- 
You are receiving this mail because:
You are watching all bug changes.