forked from sugarlabs/sugar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Adding of screenshot panel for screenshots on pressing
Alt 1
…
…or `PrtSc`
- Loading branch information
Showing
5 changed files
with
363 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@quozl I'm working on completing sugarlabs#675.
So far, pressing the
alt 1
key brings up the screen shot panel but there's a few seconds relapse where a black child window appears on the screen before the screen shot panel comes up and this black child window also shows in the screenshot, yet to ascertain why this is happening.As per your comments some of the issues have already been fixed, some still there.
One regression I noticed though is that once the
alt 1
key is pressed and the screenshot panel comes up, pressing theF1-3
keys don't work.0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wild guess; the instance of ScreenshotPanel is not kept; it is automatically deleted when the function that created it has returned.
Remind me, where's the design for this feature, and has it been updated recently? I don't like not involving everyone else in this kind of change.
0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Original PR here
I plan on involving everyone, I wanted to get your reply on your comments as I'd planned to implement them before sending a PR.
0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://wiki.sugarlabs.org/go/Features/Sugar_Screenshot_Dialog_Popup is the feature page. It doesn't look as recent as the PR you refer to. I think I've replied. Do you have any specific questions?
0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like you to look at the items you listed in the PR - I listed them above too -, and confirm which ones have been ticked off the list.
0d90290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you fix the black child window problem first?