Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread John T. Mertz
Alberto, Take a look at this patch I made based on your first one. I'm not sure if it's the proper way to do it, but it works for me. -JTM On Wed, Mar 31, 2010 at 3:21 PM, John T. Mertz wrote: > I don't think its blocking them. I think the headers are set first, > then the recalled settings ar

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread John T. Mertz
I don't think its blocking them. I think the headers are set first, then the recalled settings are set after the headers have been set, overwriting them. On 3/31/10, Alberto Villa wrote: > On Wednesday 31 March 2010 22:39:30 John T. Mertz wrote: >> In mainwindow.cpp, line 1429 (might be slightly

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread Alberto Villa
On Wednesday 31 March 2010 22:39:30 John T. Mertz wrote: > In mainwindow.cpp, line 1429 (might be slightly off of the svn head): > > m_projectList->setHeaderInfo(state); > > This restores the old saved state of the headers, so any new header > options set in projectlist.cpp will never take effect

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread John T. Mertz
Ah hah! I found the culprit. :oD In mainwindow.cpp, line 1429 (might be slightly off of the svn head): m_projectList->setHeaderInfo(state); This restores the old saved state of the headers, so any new header options set in projectlist.cpp will never take effect. Commenting out this line made th

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread John T. Mertz
Hi Alberto, As I said in the other (wrong) thread, I tried your patch and it is not working for me either. Thanks, -JTM On Wed, Mar 31, 2010 at 8:03 AM, John T. Mertz wrote: > On Wed, Mar 31, 2010 at 7:10 AM, Alberto Villa wrote: >> >> On Wednesday 31 March 2010 00:00:05 John T. Mertz wrote: >

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread John T. Mertz
On Wed, Mar 31, 2010 at 7:10 AM, Alberto Villa wrote: > > On Wednesday 31 March 2010 00:00:05 John T. Mertz wrote: > > I tried dolphin as you suggested but was only able to turn columns > > on/off, but I could not reorder them. > > that's strange, i'm able to do that Maybe it is the version I am

Re: [Kdenlive-devel] Bin columns

2010-03-31 Thread Alberto Villa
On Wednesday 31 March 2010 00:00:05 John T. Mertz wrote: > I tried dolphin as you suggested but was only able to turn columns > on/off, but I could not reorder them. that's strange, i'm able to do that > For example, the default display might have these columns: > Clip Name | IN | OUT | Start | E

Re: [Kdenlive-devel] Bin columns

2010-03-30 Thread John T. Mertz
Hi alberto, Yes, 'Bin View' refers to the project assets list (I.e. Video files, titles, etc). Traditionally the project 'bin' and all subfolders within it are called 'bins'. In other apps such as Final Cut Pro, Avid, and Adobe, there is usually a lot of clip metadata available to display as colu

Re: [Kdenlive-devel] Bin columns

2010-03-30 Thread Alberto Villa
On Tuesday 30 March 2010 22:13:14 John T. Mertz wrote: > I'm trying to implement some new columns for the bin view. One thing I > noticed in adding new columns is that columns in the QTableWidget > cannot be rearranged. This is fairly important if/when kdenlive starts > to (hopefully) support the m

[Kdenlive-devel] Bin columns

2010-03-30 Thread John T. Mertz
I'm trying to implement some new columns for the bin view. One thing I noticed in adding new columns is that columns in the QTableWidget cannot be rearranged. This is fairly important if/when kdenlive starts to (hopefully) support the many metadata fields used in most NLEs. I like to set up custom