[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-12 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #11 from alberto  ---
Another easy fix:

Edit clip (I have ctrl + e shortcut) with a template clip selected should
either open the template dialog or focus the cursor on the clip properties,
where you can change the text of the templates

Right now, it opens the edit title clip dialog for the template

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-10 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #10 from alberto  ---
Im thinking about my last point. Maybe a new mode is needed
normal, insert, overwrite and just insert in hole

The other modes doesnt seem to fit the just insert text in this track workflow

One last easy fix: autoselect the latest title entered in the project bin. This
way you could just entere it in the timeline after creating it by pressing this
new mode shortcut. Notice that just pressing v to insert doesnt work well here
because it moves all other tracks

Thanks again!

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-10 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #9 from alberto  ---
Another easy fixes

Auto select text field in title template dialog and a way to accept without
leaving the keyboard

The idea is to shortcut to enter template (Im using ctrl + t), enter text,
shorcut to accept

Many programs allow to enter new line by using ctrl + enter and enter to
accept. Just an idea. It will probably need some label field in the dialog
explaining it so is not too obscure

alt + o to accept doesnt work either when you are entering text probably
because the text field is grabbing all input

And lastly, having a checkbox saying to auto enter the text in the current
timeline position would be just heavenly :)

The flow to enter text in a video without using the mouse would be almost
completed :)

I can think of a few more fixes like auto adjust title time to the track if
theres a constrain of time in the track. Titles doesnt have a inherent
duration, doesnt make sense not to add it because the default time doesnt fit.
If the constrain is shorter than the default, it should just get smaller.

This last one maybe is a little more complicated. What do you do when you
change the duration of the template? Do you change the ones in the tracks too?
Id say only on those that you didnt change manually, but maybe it requires some
extra thought and some special hints on the create title dialog and the one
entered so you visually know for sure what is manually changed and whats not
and you dont have to guess/remember :)

Thanks for all the effort put into kdenlive!

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-06 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #8 from alberto  ---
Thanks for the fixes!

Still failing with a crash trying to run the 'refactoring_timeline' branch on
bug #384380

Just trying to get those juicy fixes ahead of time ]:)

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-06 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #7 from alberto  ---
(In reply to alberto from comment #6)
> Created attachment 107714 [details]
> build log

wrong bug #

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-06 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #6 from alberto  ---
Created attachment 107714
  --> https://bugs.kde.org/attachment.cgi?id=107714=edit
build log

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-06 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #5 from Jean-Baptiste Mardelle  ---
Git commit c6d155d724764f66a73e1fa5974272ab44b0b057 by Jean-Baptiste Mardelle.
Committed on 06/09/2017 at 08:07.
Pushed by mardelle into branch 'refactoring_timeline'.

Cleanup & rewrite file watcher,
update title clips whenever template changes

M  +1-0src/bin/CMakeLists.txt
M  +6-4src/bin/bin.cpp
M  +2-1src/bin/bin.h
A  +115  -0src/bin/filewatcher.cpp [License: GPL (v2/3)]
A  +61   -0src/bin/filewatcher.hpp [License: GPL (v2/3)]
M  +4-1src/bin/projectclip.cpp
M  +0-59   src/doc/kdenlivedoc.cpp
M  +0-11   src/doc/kdenlivedoc.h
M  +30   -31   src/mltcontroller/producerqueue.cpp
M  +1-3src/project/projectmanager.cpp

https://commits.kde.org/kdenlive/c6d155d724764f66a73e1fa5974272ab44b0b057

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-05 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #4 from Jean-Baptiste Mardelle  ---
Git commit 2f7d9ca4a2dfdb2c860d0a19287dd09928218d2b by Jean-Baptiste Mardelle.
Committed on 05/09/2017 at 17:13.
Pushed by mardelle into branch 'refactoring_timeline'.

Remember last selected title template

M  +7-2src/dialogs/titletemplatedialog.cpp
M  +6-0src/kdenlivesettings.kcfg

https://commits.kde.org/kdenlive/2f7d9ca4a2dfdb2c860d0a19287dd09928218d2b

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-05 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #3 from alberto  ---
Just to make clear my second easy suggestion because I feel I explained why is
complicated, but I didnt explained what is complicated

You have to open/close the project to reload the templates

More integration would be awesome, but an easy workaround I can think of:
- on template save, check if the template is used in the project, if it is,
reload them

At least this way you can do changes on the templates on semi real time which
is good for speed editing :)

Thanks!

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-04 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #2 from alberto  ---
Remember last selected title template!
Thanks!

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-04 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=384340

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 590a83fdc5752cc22884e1901cc8dac62e703ca0 by Jean-Baptiste Mardelle.
Committed on 04/09/2017 at 17:10.
Pushed by mardelle into branch 'Applications/17.08'.

Remember last selected title template

M  +6-1src/dialogs/titletemplatedialog.cpp
M  +6-0src/kdenlivesettings.kcfg

https://commits.kde.org/kdenlive/590a83fdc5752cc22884e1901cc8dac62e703ca0

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

[kdenlive] [Bug 384340] Title Template workflow could be easily sped up a little

2017-09-04 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384340

alberto  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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