-
Notifications
You must be signed in to change notification settings - Fork 11
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
Port to Python 3 #10
Merged
Merged
Port to Python 3 #10
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7830940
Remove unused telepathy import
quozl fa96ab2
Remove unused dbus imports
quozl e43647d
Remove unused sugar3 presence imports
quozl 6925993
Remove sharing
quozl 666da4c
Limit participants
quozl b716840
Fix Collabwrapper import
JuiP 5603702
Run 2to3
JuiP 3a268e3
Remove Unwanted Code and files
JuiP 60d5892
More python3 specific changes
JuiP 25d07b1
Port GObject to GLib
JuiP 11a76c3
Fix PyGIWarnings
JuiP 0854a6e
Update Screenshots and delete .pyc files
JuiP 83e334b
Added README.md
JuiP 8c4b49f
Fix Pango-Warning
Saumya-Mishra9129 901c3d4
Updated sprites.py
JuiP cefec22
Fix vertical toolbar expansion
JuiP 3f7a927
Disable sharing button
JuiP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.pyc | ||
*~ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Recall Activity | ||
=============== | ||
|
||
The Recall Activity is a series of three memory games, each of increasing difficulty. | ||
|
||
How to use? | ||
=============== | ||
Recall is not a part of Sugar Desktop but can be added. Refer to the following links- | ||
|
||
* [How to Get Sugar on sugarlabs.org](https://sugarlabs.org/), | ||
* [How to use Sugar](https://help.sugarlabs.org/), and; | ||
* [How to use Recall](https://wiki.sugarlabs.org/go/Activities/Recall) | ||
|
||
<img src="screenshots/en/2.png" width="75%" title="Recall Activity"> | ||
<img src="screenshots/en/3.png" width="75%" title="Recall Activity"> | ||
The first game prompts the learner to observe which images are repeated in the grid. It starts easy, with just three images, but as more images are added, it becomes more challenging. | ||
The second game prompts the user to identify the image which had not appeared in the grid. Again, it starts easy, with just three images to remember, but gets very challenging as the number of images increases. | ||
The third game (an "n-back"-style game) shows images in sequence and prompts the learner to recall which image came earlier. First is asked for the image that was present just previously; then two-previously,... up to six previously. | ||
<img src="screenshots/en/4.png" width="75%" title="Recall Activity"> | ||
<img src="screenshots/en/5.png" width="75%" title="Recall Activity"> | ||
|
||
How to upgrade? | ||
=============== | ||
On Sugar Desktop systems; | ||
|
||
* [Use My Settings,](https://help.sugarlabs.org/my_settings.html) [Software Update](https://help.sugarlabs.org/my_settings.html#software-update) | ||
* [Use Browse to open ](https://activities.sugarlabs.org/)activities.sugarlabs.org Search for Recall, then download |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@JuiP, I guess; we could remove this instance of
self.max_participants
if its possible to. then this PR would be perfect!