boiko (Gustavo Pichorim Boiko)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Nov 8 2017, 7:56 PM (336 w, 1 d)
Availability
Available

Recent Activity

Mar 16 2018

boiko committed R158:c74e7908942c: Summary: Make it possible to drag multiple clips to the timeline (authored by boiko).
Summary: Make it possible to drag multiple clips to the timeline
Mar 16 2018, 1:19 PM
boiko closed D8928: Summary: Make it possible to drag multiple clips to the timeline.
Mar 16 2018, 1:19 PM

Mar 14 2018

boiko updated the diff for D8928: Summary: Make it possible to drag multiple clips to the timeline.
  • Move the multiple clip insertion to TimelineFunctions
  • Use the GroupType::Selection when grouping clips while inserting
  • Remove unused group ID from QML.
Mar 14 2018, 12:49 PM

Mar 5 2018

boiko updated the diff for D8928: Summary: Make it possible to drag multiple clips to the timeline.
  • Remove unused group ID from QML.
Mar 5 2018, 1:06 PM

Feb 27 2018

boiko updated the diff for D8928: Summary: Make it possible to drag multiple clips to the timeline.
  • Move the multiple clip insertion to TimelineFunctions
  • Use the GroupType::Selection when grouping clips while inserting
Feb 27 2018, 6:04 PM

Feb 22 2018

boiko added a comment to D8928: Summary: Make it possible to drag multiple clips to the timeline.

Oh, my bad sorry. I should have given some feedback on this diff. Since I was rather stressed with the perspective of a 18.04 launch and there was no activity on this since november, I fixed the problem in this commit on the 2nd of february :
https://cgit.kde.org/kdenlive.git/commit/?h=refactoring_timeline&id=5ecd42394298cad227613e2db4711fa837f148c0

Feb 22 2018, 1:46 PM

Feb 21 2018

boiko added a comment to T7128: Refactoring Blockers.

Hi, I see that "Insert several clips" is marked as done, is that counting on my changes or was that already done by someone else?
I am asking just to know if my branch is still relevant (I basically addressed all the comments, just didn't have the time yet to write tests) or if I should close/remove it.

Feb 21 2018, 2:15 PM · Kdenlive
boiko updated the diff for D8928: Summary: Make it possible to drag multiple clips to the timeline.
  • Move the multiple clip insertion to TimelineFunctions
Feb 21 2018, 2:07 PM
boiko updated the diff for D8928: Summary: Make it possible to drag multiple clips to the timeline.
  • Merge branch 'refactoring_timeline' of git://anongit.kde.org/kdenlive
  • Merge branch 'refactoring_timeline' of git://anongit.kde.org/kdenlive into drag_multiple
  • Move the multiple clip insertion to TimelineFunctions
Feb 21 2018, 1:22 PM

Nov 22 2017

boiko committed R158:251f545ca40d: Use the thumb producer form project clip in ThumbJob (authored by boiko).
Use the thumb producer form project clip in ThumbJob
Nov 22 2017, 12:21 PM
boiko closed D8808: Use the thumb producer form project clip in ThumbJob.
Nov 22 2017, 12:21 PM
boiko added a comment to D8808: Use the thumb producer form project clip in ThumbJob.

I think I do have commit access, I never used phabricator before so I was not sure if I had to merge manually, or if it had a "Merge" button like github does.

Nov 22 2017, 11:48 AM
boiko added a comment to D8928: Summary: Make it possible to drag multiple clips to the timeline.

I will fix the unordered_set instantiation and add unit tests, thanks for reviewing.

Nov 22 2017, 11:27 AM

Nov 21 2017

boiko created D8928: Summary: Make it possible to drag multiple clips to the timeline.
Nov 21 2017, 8:02 PM

Nov 17 2017

boiko added a comment to T7128: Refactoring Blockers.

@alcinos one more question: So, I insert the first clip, and in order to insert the next one I need to adjust the position accordingly. How can I do that? I mean, how can I fetch the duration of the clip I just added in order to increment the position

Nov 17 2017, 5:13 PM · Kdenlive

Nov 14 2017

boiko added a comment to T7128: Refactoring Blockers.

@alcinos It does make sense. I got a bit lost in all those timeline classes, but soon they will be familiar :)

Nov 14 2017, 8:56 PM · Kdenlive
boiko added a comment to T7128: Refactoring Blockers.

Not directly. The code you are writing will probably be sitting in the timeline qml, and you don't have direct access to groupmodel from there (it is not advisable anyways to access it directly). Rather use requestClipsGroup/requestClipsUngroup from timelineModel.

Nov 14 2017, 4:53 PM · Kdenlive
boiko added a comment to T7128: Refactoring Blockers.

@boiko sounds good. You have to insert clips using the appropriate function of the timelinemodel, and then group them while the user is dragging (to make sure they all move together) and finally ungroup when the user release them. Let me know if anything goes wrong

Nov 14 2017, 4:43 PM · Kdenlive
boiko added a comment to T7128: Refactoring Blockers.

So, I will try to fix the "Insert several clips" item, ok?

Nov 14 2017, 1:30 PM · Kdenlive
boiko added a comment to T7128: Refactoring Blockers.

Could you guys please let me know which items you are working on? I would like to help on these blocker items but want to avoid duplicated efforts.

Nov 14 2017, 11:51 AM · Kdenlive
boiko added a comment to T7078: Bin.

Changing it to use the thumbProducer did the trick, thanks for the hint.
I have sent a phabricator differential, but bear with me as it is my first time using phabricator :)

Nov 14 2017, 12:23 AM · Kdenlive
boiko created D8808: Use the thumb producer form project clip in ThumbJob.
Nov 14 2017, 12:20 AM

Nov 13 2017

boiko added a comment to T7078: Bin.

So, any hints on where/what/how I could debug that? I can certainly dig the code myself, but any pointers on exactly what could have caused it would speed things up :)

Nov 13 2017, 12:22 PM · Kdenlive

Nov 10 2017

boiko added a comment to T7078: Bin.

Using latest kdenlive from refactoring_timeline, when I try to add a JPEG file to the project bin, I get a crash with the following backtrace:
https://paste.kde.org/phutyhwd7

Nov 10 2017, 6:17 PM · Kdenlive