Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEMO#218 Top and bottom bars now autohide #15

Closed
wants to merge 1 commit into from

Conversation

faenil
Copy link
Member

@faenil faenil commented Oct 13, 2012

Top and bottom bars will autohide every Y seconds of user inactivity.
Y is currently set to 2.5secs

Top and bottom bars will autohide every Y seconds of user inactivity.
Y is currently set to 2.5secs
Timer {
id: toolbarAutohideTimer
interval: 2500
running: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using running: !appWindow.fullscreen instead, and removing the start/stop logic in the mouse area (leave restart)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@faenil
Copy link
Member Author

faenil commented Oct 13, 2012

just noticed that the bars hide even when:

  1. the user is pinching
  2. a sheet is open

And this is not what we want...

I'm going to have a look at how that can be fixed

@faenil
Copy link
Member Author

faenil commented Oct 14, 2012

I think I'd better wait for @vranki to finish the refactoring/restructuring before wasting time thinking how to hack this in the current structure

@rburchell
Copy link
Contributor

what's happening with this PR?

@faenil
Copy link
Member Author

faenil commented Dec 1, 2012

this has been left here for too long, I'll make a new one and close this one ;)

@faenil faenil closed this Dec 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants