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] Cleaning up Mantis ?

2010-03-31 Thread Albert ARIBAUD
Hugh Tebby a écrit : > Hi everyone, > > I was looking round the Mantis reports and there are 582 reports : > - 129 crash > - 84 major > - 178 minor > - 166 feature requests > - a few "tweaks" and "trivial" > > Some of the reports are nearly two years old, quite a lot are awaiting > an answer fr

[Kdenlive-devel] Cleaning up Mantis ?

2010-03-31 Thread Hugh Tebby
Hi everyone, I was looking round the Mantis reports and there are 582 reports : - 129 crash - 84 major - 178 minor - 166 feature requests - a few "tweaks" and "trivial" Some of the reports are nearly two years old, quite a lot are awaiting an answer from the original reporter. I think some pret

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] MLT Profiles

2010-03-31 Thread Dan Dennedy
On Wed, Mar 31, 2010 at 12:28 PM, John T. Mertz wrote: > Hi Dan, > > I don't disagree with you regarding there being 24p vs 23.976 editing > formats, but afaik there is no 'HDV' format @ 24.000 fps.  All HDV > cameras/decks will record at 23.976 frame rates.  So maybe it is just > the name that is

Re: [Kdenlive-devel] MLT Profiles

2010-03-31 Thread John T. Mertz
Hi Dan, I don't disagree with you regarding there being 24p vs 23.976 editing formats, but afaik there is no 'HDV' format @ 24.000 fps. All HDV cameras/decks will record at 23.976 frame rates. So maybe it is just the name that is throwing me off. In any case, there are already "HD 720p 24fps" a

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] Default title length

2010-03-31 Thread John T. Mertz
Oops wrong thread... Ignore my last mail... On Wed, Mar 31, 2010 at 1:23 PM, John T. Mertz wrote: > Hi Alberto, > > I tried your patch and it is not working for me either.  Then again > that may or may not be a surprise since I do not see this behavior in > Dolphin either, as you reported should

Re: [Kdenlive-devel] Default title length

2010-03-31 Thread John T. Mertz
Hi Alberto, I tried your patch and it is not working for me either. Then again that may or may not be a surprise since I do not see this behavior in Dolphin either, as you reported should work. Keep trying! :) Thanks, -JTM On Wed, Mar 31, 2010 at 9:21 AM, Alberto Villa wrote: > On Wednesday 3

Re: [Kdenlive-devel] MLT Profiles

2010-03-31 Thread Dan Dennedy
2010/3/30 John T. Mertz : > Hi, > Who manages the MLT profiles on the website?  A couple are wrong and should I dont know, but > be deleted or corrected. > The "DV PAL 4:3" MLT profile has a PAL frame size of 720x576, but a definitely should be removed as it is redundant with the official on

Re: [Kdenlive-devel] Default title length

2010-03-31 Thread Alberto Villa
On Wednesday 31 March 2010 16:29:22 John T. Mertz wrote: > On Wed, Mar 31, 2010 at 7:17 AM, Alberto Villa wrote: > > imho - just imho, as a user - if i'm working with frames: > > 1. i set N frames and i want them to be N forever. i don't want the > > program to change them for me. if i want 2 seco

Re: [Kdenlive-devel] Default title length

2010-03-31 Thread John T. Mertz
On Wed, Mar 31, 2010 at 7:17 AM, Alberto Villa wrote: > imho - just imho, as a user - if i'm working with frames: > 1. i set N frames and i want them to be N forever. i don't want the program to > change them for me. if i want 2 seconds, i would work with timecode > 2. it's my responsibility to ta

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] Default title length

2010-03-31 Thread Alberto Villa
On Wednesday 31 March 2010 11:46:19 Till Theato wrote: > the patch adds the ability to set the default duration for titles in the > settings dialog. committed in revision 4365, thanks! -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla A lot of people I know believe in positi

Re: [Kdenlive-devel] Default title length

2010-03-31 Thread Alberto Villa
On Wednesday 31 March 2010 14:56:00 John T. Mertz wrote: > More importantly though is the question how SHOULD it be stored? If > the user works in frame count mode and enters a default duration of 25 > frames (1 second @25fps), then we store it as 25 frames, the resulting > default title duration w

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] Default title length

2010-03-31 Thread John T. Mertz
On a related note... Out of curiousity, how are default title and slideshow duration stored? I.e. As timecode xx:xx:xx:xx or as # of frames? I suspect timecode because of a hack I made to get the DF timecode display working properly for the add slideshow feature. More importantly though is the q

[Kdenlive-devel] Kubuntu 9.10 Qt 4.6 timeline error solution

2010-03-31 Thread tringalinv...@libero.it
I'm using Kubuntu karmic with experimental repository 4.6 Qt libraries, and as for many other users Kdenlive doesn't work properly (for the timeline problem). Seen that sunab2 repository doesn't work, I made a deb file from the original sources and you can find it here: zorbaproject.uuuq.com/up

[Kdenlive-devel] Default title length

2010-03-31 Thread Till Theato
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the patch adds the ability to set the default duration for titles in the settings dialog. Sorry for all the changes in configmisc_ui.ui, it seems that Qt Creator did a lot of clean-ups. Btw., as there are quite a lot of input boxes which should ob