Bug 366066 - Timeline minimum width is too long on Dual-Monitors
Summary: Timeline minimum width is too long on Dual-Monitors
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-25 02:27 UTC by Steve
Modified: 2016-07-25 22:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Bug dual screen (772.11 KB, image/png)
2016-07-25 19:02 UTC, stiven guillaume
Details
Min-Width-kdenlive-with-timeline.png (1.47 MB, image/png)
2016-07-25 19:07 UTC, Steve
Details
Min-Width-kdenlive-without-timeline.png (2.43 MB, image/png)
2016-07-25 19:08 UTC, Steve
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve 2016-07-25 02:27:11 UTC
From GIT today 16.11.70

After I save/close/and reopen a project, the timeline widget (found under view/timeline) sizes to a minimum of bigger than 1 monitor.

If I disable the second monitor, the timeline widget will allow resizing smaller than the monitor.

Using 2 monitors, after i open the project and it will not fit on 1 monitor, I can disable the timeline widget (view/timeline) and resize the project to fit on 1 monitor. Re-enable the timeline and the project auto resizes larger than 1 monitor.


Reproducible: Always

Steps to Reproduce:
Start with a 2 monitor setup
1. Add a 24 minute video clip to the timeline
2. Save the project and close kdenlive
3. open kdenlive and the project

Actual Results:  
The kdenlive window will not allow resize to fit on 1 monitor

Expected Results:  
kdenlive should allow me to resize the width very small

The work around is to disable the second monitor and use only 1 monitor. The drawback is the project monitor widget is very small for a multitrack view.
Comment 1 stiven guillaume 2016-07-25 17:44:13 UTC
Got the same since upgrade to 16.07.80
Comment 2 Jean-Baptiste Mardelle 2016-07-25 18:46:19 UTC
Sorry I don't understand the problem. How are placed the monitors ? Could you attach a screenshot of your workspace to help me understand?
Comment 3 stiven guillaume 2016-07-25 19:02:39 UTC
Created attachment 100295 [details]
Bug dual screen
Comment 4 stiven guillaume 2016-07-25 19:03:26 UTC
I attached a screenshot. See the size, unresizeable of the window
Comment 5 Steve 2016-07-25 19:07:00 UTC
Created attachment 100296 [details]
Min-Width-kdenlive-with-timeline.png
Comment 6 Steve 2016-07-25 19:08:48 UTC
Created attachment 100297 [details]
Min-Width-kdenlive-without-timeline.png

I have attached 2 images showing minimum width of kdenlive with and without the timeline widget
Comment 7 Jean-Baptiste Mardelle 2016-07-25 20:11:37 UTC
Git commit 68c0477b84038e77beb0badcfba93667f229ca1d by Jean-Baptiste Mardelle.
Committed on 25/07/2016 at 20:11.
Pushed by mardelle into branch 'Applications/16.08'.

Fix delete guide hard to reach from timeline ruler on low zoom
Related: bug 366068
Change timline size policy

M  +1    -1    src/mainwindow.cpp
M  +1    -2    src/timeline/customruler.cpp
M  +8    -5    src/timeline/customtrackview.cpp
M  +5    -1    src/timeline/customtrackview.h

http://commits.kde.org/kdenlive/68c0477b84038e77beb0badcfba93667f229ca1d
Comment 8 Jean-Baptiste Mardelle 2016-07-25 20:14:51 UTC
Thanks for your screenshots. I cannot reproduce, it might depend on the Qt/KDE Frameworks version. I reverted a recent change that might fix the issue, please test whenever you can.
Comment 9 Steve 2016-07-25 20:37:13 UTC
I just tested and the problem is still present.
Comment 10 Steve 2016-07-25 20:39:37 UTC
I am running Opensuse Tumbleweed 64bit
KDE Plasma 5.7.0
KDE Frameworks 5.24.0
QT 5.6.1
Kernel 4.6.3-1
Comment 11 Jean-Baptiste Mardelle 2016-07-25 21:58:47 UTC
Git commit 0bdcee3f687ee1ac655bce896c0a6833fa88ea13 by Jean-Baptiste Mardelle.
Committed on 25/07/2016 at 21:56.
Pushed by mardelle into branch 'Applications/16.08'.

Fix timeline cannot be properly resized

M  +6    -6    src/ui/timeline_ui.ui

http://commits.kde.org/kdenlive/0bdcee3f687ee1ac655bce896c0a6833fa88ea13
Comment 12 Steve 2016-07-25 22:31:27 UTC
You fixed it!

Thanks