[Bug 201592] New: Sorting images in queue in Batch queue manager

classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 201592] New: Sorting images in queue in Batch queue manager

Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

           Summary: Sorting images in queue in Batch queue manager
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

I would like to have possibilty to sort images in batch queue manager. Right
now the images in queue are sorted according to order in which it was put in
queue. This is not very comfortable to use so some possiblity for changing
order of images would come handy.

It's very useful for example when exporting images for slideshow - I fix order
in batch queue manager and using the rename function to hardcode this order in
to the image file name.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201592] Sorting images in queue in Batch queue manager

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=201592


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Batch Queue Manager
            Version|unspecified                 |1.0.0-beta3




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201592] Sorting images in queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.0.0-beta3                 |1.0.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 201592] Sorting images in queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2010-03-11 15:31:16 ---
Any volunteer to implement a model to BQM QueueListView class ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue in Batch queue manager

Shourya Singh Gupta
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

Shourya Singh Gupta <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #2 from Shourya Singh Gupta <[hidden email]> ---
Yes. I would like to volunteer. What are the possible ways you suggest, in
which I can implement a model to BQM QueueListView class ?

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue in Batch queue manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #3 from Gilles Caulier <[hidden email]> ---
It can be simple.

Look like this view is based on standard Qt listview.There is nothing special
about model-view here in digiKam code. We use model provided by parent class.

You must write a model class as it's already do in other list view digiKam code
where a sort is available, as for ex, AlbumTreeView which support sort stuff
(recently improved by Mohamed through this bug :

https://bugs.kde.org/show_bug.cgi?id=227530

Look code from patch to get inspiration, and check current implementation to
see how finally it's coded.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mohammed.ahmed.anwer@gmail.
                   |                            |com
            Summary|Sorting images in queue in  |Sorting images in queue
                   |Batch queue manager         |from Batch Queue Manager

--- Comment #4 from Gilles Caulier <[hidden email]> ---
Mohamed,

Another task about sorting items, here in BQM queue where list of items to
process is visible.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #5 from Gilles Caulier <[hidden email]> ---
Git commit 07b17955b2895d3b4410abc729bad47557875f3b by Mohamed Anwer.
Committed on 03/09/2014 at 15:12.
Pushed by mohamedanwer into branch 'master'.

Enabling Sorting by columns BUG:201592 FIXED-IN:"4.3.0"

M  +2    -1    utilities/queuemanager/views/queuelist.cpp

http://commits.kde.org/digikam/07b17955b2895d3b4410abc729bad47557875f3b

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #6 from Gilles Caulier <[hidden email]> ---
Git commit 5206d0b05aaf6663895199e96a9c4d24abd1e3a8 by Mohamed Anwer.
Committed on 03/09/2014 at 16:10.
Pushed by mohamedanwer into branch 'master'.

Adding default sorting column for BQM

M  +1    -0    utilities/queuemanager/views/queuelist.cpp

http://commits.kde.org/digikam/5206d0b05aaf6663895199e96a9c4d24abd1e3a8

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #7 from Gilles Caulier <[hidden email]> ---
Mohamed,

Form origianl whish, we can read : "...some possiblity for changing order of
images..."

Are you sure that your last commit are enough to solve this file ? List is now
sort following filenames in acsending order. User cannot change order manually
in this list.

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Mohamed
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

--- Comment #8 from Mohamed <[hidden email]> ---
Mr Gilles,

Try to click on the column header you want to sort by it -File name for
example-, The order will toggle

Thanks.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

Gilles Caulier-4
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |4.3.0
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/07b17955b2895d3b4410abc
                   |                            |729bad47557875f3b

--- Comment #9 from Gilles Caulier <[hidden email]> ---
yes i know, but it think Michal want a free order of list contents, as you can
re-order items as he want...

I close the file. We will see Michal feedback...

Gilles

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 201592] Sorting images in queue from Batch Queue Manager

bugzilla_noreply
In reply to this post by Michal Thoma
https://bugs.kde.org/show_bug.cgi?id=201592

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|BatchQueueManager           |BatchQueueManager-Workflow

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel