-
Notifications
You must be signed in to change notification settings - Fork 7
Python3 and other fixes #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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
4b46f3a
Fix noisy logs
JuiP 8a37c39
Fix Gtk-WARNING: Can't set a target list till gtk_drag_set() is called
JuiP b501048
Run 2to3
JuiP 00e5df3
update exec and replace statvfs with disk_usage as statvfs is removed…
JuiP 97fdd0f
sugarpycha: change callable to isinstance and more changes
JuiP 6dcec36
flake8 fix
JuiP c02848e
Fix traceback when no object is selected in _object_chooser
JuiP aa9065c
Fetch translations and delete empty translations
JuiP 3699390
refresh pot file
JuiP 12d739d
Add .flake8, not added in flake8 fix
JuiP fcd40b6
Added Screenshots
JuiP a428d4e
Rename screenshots
JuiP cfa54d5
Update README.md
JuiP c813d97
demote logging
JuiP 1f1bb36
Update exec and use os.statvfs instead of shutil.disk_usage
JuiP 4d4eb12
Added line chart
JuiP ef16be6
Added improvements:
JuiP 8181469
Flake8 fix for E501: line too long
JuiP a7f1b91
Changes to ObjectChooser
JuiP 14f0084
More Changes
JuiP 137edbd
Added end of line marker
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 hidden or 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,10 @@ | ||
| [flake8] | ||
|
|
||
| # E402 module level import not at top of file | ||
| # gi.require_version() is required before later imports | ||
|
|
||
| ignore = E402, E501 | ||
|
|
||
| #E501 line too long | ||
| #readers.py definition of TACAT, TAPAL, TASCORE can't be shortened | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
| @@ -1,15 +1,23 @@ | ||
| # AnalyzeJournal Activity # | ||
| AnalyzeJournal Activity | ||
| =============== | ||
| This Activity charts data from the Sugar Journal and gives you a visual representation of Disk usage, Activity usage and Turtle data usage using a vertical bar chart, a horizontal bar chart or a pie chart. | ||
JuiP marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| This Activity charts data from the Sugar Journal: | ||
|
|
||
| 1. free space | ||
| 2. activity usage | ||
| 3. turtle block usage | ||
|
|
||
| This activity gives you the possibility to graphically, the journal usage. | ||
|
|
||
| ### To Know more about AnalyzeJournal and Sugar, Please refer to ### | ||
JuiP marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| How to use? | ||
| =============== | ||
| AnalyzeJournal Activity 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/) | ||
| * [Download AnalyzeJournal](https://activities.sugarlabs.org/en-US/sugar/addon/4545) | ||
|
|
||
| <img src="Screenshots/2.png" width="75%" title="AnalyzeJournal Activity"> | ||
|
|
||
| First select Disk usage, Activity usage or Turtle data (the one you wish to see the graphical represenation of) and then click on the type of chart you wish to see. You can also save the chart dispayed as an image by clicking on 'save as image'. | ||
JuiP marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 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 [activities.sugarlabs.org](https://activities.sugarlabs.org/) Search for Paths, then download | ||
JuiP marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.