[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2024-05-15 Thread Kamil Dudka
https://bugs.kde.org/show_bug.cgi?id=466836

Kamil Dudka  changed:

   What|Removed |Added

 CC||kdu...@redhat.com

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-10-13 Thread Ganton
https://bugs.kde.org/show_bug.cgi?id=466836

Ganton  changed:

   What|Removed |Added

 CC||ku...@gmx.com

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-09-08 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=466836

--- Comment #9 from Oded Arbel  ---
(In reply to Andrew Shark from comment #2)
> The Gwenview has also a "Date" sorting, but it is not clear what date. Date
> of file creation in file system? Date from some field in EXIF? Some other
> date? I could not recognize that by trying to sort by some date fields with
> dolphin. This also need clarification.

The sort by date option in Gwenview - and to the best of my understanding the
only thing it can do when it wants to sort by the file manager's "date" sorting
- is to sort by the file system's "modified date". Nothing else makes much
sense - IMHO.

This new commit -
https://invent.kde.org/graphics/gwenview/-/commit/6545c47de9fdf830739737c52cbeaa2ce6a6411c
- adds metadata fields for "created date" and "accessed date" - which, in my
opinion, only exemplifies how much these fields are useless and serve only to
confuse and do not add much information:
* "accessed date" is always "now", because you just accessed the file to show
it in gwenview (or thumbnail it or anything). "accessed date" is pretty much
useless unless you have some non-interactive process that only scans directory
listing.
* "created date" is the time the file was physically created on the file system
- which can be newer than "modified date" (for example when copying the file
from another storage medium), or can be unset (some file systems don't have
that feature).
* "exif date" is optional and a lot of images do not have it - or even being
able to store it, so sorting by that is going to be hit and miss (and that is a
lot of miss). A good image importer might set the file info modified date
according to the EXIF data, which is what I actually expect from all digital
cameras and everything that generates EXIF date fields.

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-09-08 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=466836

--- Comment #8 from Oded Arbel  ---
Please note that the recent change is not a fix for the "select sort by option
does not track dolphin", its just about making sure the sorting according to
the file manager sort mode continues to be tracked when changing directories.

I think what we're missing here is a new "Sort by" sub-menu option of "File
manager ()". I'll see about working on that next.

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-09-07 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=466836

--- Comment #7 from Méven Car  ---
Git commit 18b905d34cbd012870fffecba623844384e30048 by Méven Car, on behalf of
Oded Arbel.
Committed on 08/09/2023 at 07:43.
Pushed by meven into branch 'master'.

Sync sort order with file manager not only on initial launch

If we obey the file manager sort mode, we should track that when navigating to
other folders.

Also make sure that if the user chooses a sorting mode themselves - we stop
tracking the file manager sort mode.
Related: bug 36059, bug 443168

M  +1-0app/browsemainpage.cpp
M  +10   -0app/gvcore.cpp
M  +5-0app/gvcore.h
M  +63   -48   app/mainwindow.cpp
M  +1-0app/mainwindow.h

https://invent.kde.org/graphics/gwenview/-/commit/18b905d34cbd012870fffecba623844384e30048

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-23 Thread Oded Arbel
https://bugs.kde.org/show_bug.cgi?id=466836

Oded Arbel  changed:

   What|Removed |Added

 CC||o...@geek.co.il

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466836

Andrew Shark  changed:

   What|Removed |Added

 Blocks||473661


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=473661
[Bug 473661] Meta bug for sorting possibilities
-- 
You are receiving this mail because:
You are watching all bug changes.

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466836

--- Comment #6 from Andrew Shark  ---
Looks like date is messy (a mix of EXIF data and file date), see Bug 242332

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466836

Andrew Shark  changed:

   What|Removed |Added

 CC||m...@markpreston.me

--- Comment #5 from Andrew Shark  ---
*** Bug 457718 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466836

Andrew Shark  changed:

   What|Removed |Added

 CC||ad...@xakeps.dk

--- Comment #4 from Andrew Shark  ---
*** Bug 465617 has been marked as a duplicate of this bug. ***

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread John Miller
https://bugs.kde.org/show_bug.cgi?id=466836

John Miller  changed:

   What|Removed |Added

 CC||neuromance...@yahoo.com

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

[gwenview] [Bug 466836] Add a sort option "As in Dolphin" in the available sorting options; Sorting is not followed Dolphin in some cases.

2023-08-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=466836

Andrew Shark  changed:

   What|Removed |Added

Summary|Add a sort option "As in|Add a sort option "As in
   |Dolphin" in the available   |Dolphin" in the available
   |sorting options |sorting options; Sorting is
   ||not followed Dolphin in
   ||some cases.

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