Bug 348630 - 2015-06-03 git master - project bin missing sort options.
Summary: 2015-06-03 git master - project bin missing sort options.
Status: VERIFIED WAITINGFORINFO
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-03 12:29 UTC by Evert Vorster
Modified: 2024-01-06 13:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
fritzibaby: Brainstorm+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2015-06-03 12:29:07 UTC
The project bin does not allow me to add columns and do sorting on them. 

As I work with footage from different cameras, I usually like to sort on date/time to merge the clips easily. In Applications 15.04 I was able to add date/time column in the project bin, and do sorting on that, rather than clip name.
Comment 1 Jean-Baptiste Mardelle 2015-06-03 22:13:49 UTC
Git commit 555119fe9555597ce08ee9904eaafcf1b886c6eb by Jean-Baptiste Mardelle.
Committed on 03/06/2015 at 22:12.
Pushed by mardelle into branch 'master'.

Add date & description(useless for now) columns

M  +5    -1    src/bin/abstractprojectitem.cpp
M  +6    -5    src/bin/abstractprojectitem.h
M  +41   -2    src/bin/bin.cpp
M  +7    -0    src/bin/bin.h
M  +2    -0    src/bin/projectclip.cpp
M  +29   -10   src/bin/projectitemmodel.cpp
M  +2    -0    src/bin/projectitemmodel.h
M  +5    -0    src/bin/projectsortproxymodel.cpp
M  +2    -0    src/mltcontroller/clipcontroller.cpp
M  +5    -1    src/mltcontroller/clipcontroller.h

http://commits.kde.org/kdenlive/555119fe9555597ce08ee9904eaafcf1b886c6eb
Comment 2 Evert Vorster 2015-06-04 07:48:24 UTC
It's fixed now. I am able to sort on various attributes now. Thanks!
Comment 3 Evert Vorster 2015-07-28 06:53:55 UTC
Hi there. 

Ah, I did not want to open a new bug for this, but it should be a straightforward fix.
The date field is now present, but it does not actually read the date/time from the time stamps on either the file or the metadata contained within. 
To be honest, I can't find a way to read a timestamp from the metadata on a video clip. Is it even recorded?
Once we actually get accurate date/time in here, then my life will be loads easier. 
:)
Comment 4 emohr 2024-01-06 13:08:18 UTC
Hi Evert. I think this is implemented now. 

I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you.