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

Add setting for frame trigger size, fixes #4835 #602

Merged
merged 1 commit into from Nov 3, 2015

Conversation

samdroid-apps
Copy link
Contributor

Replaces #601

When sugar is run inside a window, the frame trigger is a very small
target to hit. This can be improved by making the trigger area bigger,
however it is only needed in some environments, not those where sugar
is fullscreen.

Ticket URL https://bugs.sugarlabs.org/ticket/4835

When sugar is run inside a window, the frame trigger is a very small
target to hit.  This can be improved by making the trigger area bigger,
however it is only needed in some environments, not those where sugar
is fullscreen.

Ticket URL  <https://bugs.sugarlabs.org/ticket/4835>
@samdroid-apps samdroid-apps added this to the 0.108 Features milestone Nov 2, 2015
@quozl
Copy link
Contributor

quozl commented Nov 2, 2015

Reviewed.

@godiard
Copy link
Contributor

godiard commented Nov 2, 2015

@quozl, please feel free to merge when you have reviewed. I see in your comments you are even pushing some of these changes in olpc images. Looks like @tchx84 and me will not have time for test and review in the short time (at least).

@quozl
Copy link
Contributor

quozl commented Nov 2, 2015

@godiard, thanks, but there is no merge button for me. I've not been inducted as a Sugar Labs maintainer. I'm fine with forking, it's how I can bypass the comparatively slow review and merge process when a deadline is at hand. I'm responsible for merging my fork back once the rest of the universe catches up. I'm expecting @samdroid-apps and @i5o will merge. My "Reviewed" comments on pull requests are my record-keeping; if they are too noisy, sorry.

@i5o
Copy link
Contributor

i5o commented Nov 3, 2015

A admin of the organization in github should add @quozl as committer...

I will merge

i5o added a commit that referenced this pull request Nov 3, 2015
Add setting for frame trigger size, fixes #4835
@i5o i5o merged commit cc53fbb into sugarlabs:master Nov 3, 2015
def get_trigger_size():
settings = Gio.Settings('org.sugarlabs.frame')
edge_delay = settings.get_int('edge-delay')
return edge_delay
Copy link
Contributor

Choose a reason for hiding this comment

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

get_trigger_size reads a setting 'edge-delay', perhaps this should be 'trigger-size'?

@samdroid-apps samdroid-apps deleted the frame-trigger-size-try3 branch November 26, 2015 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants