Merge lp:~nagos/openshot/nagos into lp:openshot/1.4
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~nagos/openshot/nagos | ||||
Merge into: | lp:openshot/1.4 | ||||
Diff against target: |
218 lines (+89/-18) 5 files modified
openshot/classes/clip.py (+27/-0) openshot/classes/track.py (+7/-8) openshot/windows/MainGTK.py (+36/-0) openshot/windows/glade/Main.glade (+14/-0) openshot/windows/preferences.py (+5/-10) |
||||
To merge this branch: | bzr merge lp:~nagos/openshot/nagos | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jonathan Thomas | Pending | ||
Review via email: mp+20318@code.launchpad.net |
Unmerged revisions
- 210. By Vladimir Yakovlev
-
Last changes from main branch
- 209. By Vladimir Yakovlev
-
Bug with overlaying clips
- 208. By Vladimir Yakovlev
-
New feature to remove empty spaces in project. Space removed from all tracks without destroying transitions and relative position of clips.
Now it in project menu.Plus proper clips compare thry __cmp__ without compare_clip. All sort/min/max work simply like sort([clip1,clip2])
- 207. By Vladimir Yakovlev
-
Snap razor position only if Snap kep enabled
- 206. By Vladimir Yakovlev
-
Enable/Disable of video/audio now work only with arrow key. Now you can slice clip in position of audio button.
- 205. By Vladimir Yakovlev
-
openshot/
openshot_ render. py now executable - 204. By Vladimir Yakovlev
-
Rounding splitting position.
Split track on video position if clicked in 10 pixels around. - 203. By Vladimir Yakovlev
-
Some more av format translations
- 202. By Vladimir Yakovlev
-
No need to compare categories by name in on_icvCategorie
s_selection_ changed, left icon list is not sortable. - 201. By Vladimir Yakovlev
-
AV Formats localization
New feature to remove empty spaces in project. Space removed from all tracks without destroying transitions and relative position of clips.
Now it in project menu.
Plus proper clips compare thru __cmp__ without compare_clip. All sort/min/max work simply like sort([clip1,clip2])
Snap of razor. If you click in 10 pixels away from playhead, clip will be divided in playhead position. Snap button enable/disable this feature.
BUG:518504 Tabs in preferences can't be switched in localised version.
Enable/disable audio/video buttons now can be clicked only with arrow cursor. Without it clit divided in two with disabled audio.
Minor localisation strings.