After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 603738 - automatically hide the main toolbar when in fullscreen view
automatically hide the main toolbar when in fullscreen view
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal enhancement
: 0.91
Assigned To: Jean-François Fortin Tam
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-03 22:02 UTC by Jean-François Fortin Tam
Modified: 2012-10-15 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2009-12-03 22:02:00 UTC
I noticed that gedit 2.28 now has a built-in fullscreen mode, and this mode has a very nice* slide-in/out toolbar when you hit the upper edge of the screen.

I'm suggesting to do the same with PiTiVi's main toolbar (but not the timeline toolbar). The reason I'm thinking about this is that
- Currently, our fullscreen mode isn't that different from simply maximizing the window
- We can hypothesize that users who activate fullscreen mode to do so because they either 
a) are in a critical need of space 
b) want to "focus" on the timeline editing workflow 
c) both A and B. 

Therefore the main toolbar would be seldom used (if that's indeed how the fullscreen mode is used).

*: (I wonder if they did that with cairo)
Comment 1 Jean-François Fortin Tam 2010-01-11 16:49:39 UTC
Actually, in fullscreen mode, we could also have the timeline toolbar "autohide" à la gedit, too.
Comment 2 Jean-François Fortin Tam 2012-10-10 18:52:19 UTC
Got a fix for this in my "toolbars-cleanup" branch.
Comment 3 Jean-François Fortin Tam 2012-10-15 16:40:37 UTC
commit e63d15844af7e0d30e3b42b026f22fde67f0d742
Author: Jean-François Fortin Tam <nekohayo@gmail.com>
Date:   Thu Oct 11 01:04:26 2012 -0400

    Hide the menubar in fullscreen mode

commit 3ee3ea592be5ff10e8dd8ac6041b570f4b49944b
Author: Jean-François Fortin Tam <nekohayo@gmail.com>
Date:   Wed Oct 10 14:47:29 2012 -0400

    Auto-hide and show the main toolbar in fullscreen mode
    
    Fixes bug #603738