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

[Feature] Tamagtochi Widget #852

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2019

  1. Tamagtochi Widget

    Add Tamagotchi widget code. The XO icon responds/changes according to changes in number of journal entries, battery status, and disk status. Please use https://github.com/Hrishi1999/sugar-artwork/tree/tamagotchi-widget to test this feature.
    Hrishi1999 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4036c42 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    8ff8f8f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. add a gsettings key for XO widget

    Added `variable-buddy-icon` to schema `org.sugarlabs`. It's set to false by default. Enabling it will enabled the variable appearance of buddyicon.
    Hrishi1999 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    740eea4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. get battery stats using org.sugarlabs.power schema

    'battery-present' and 'battery-level' keys will be used to set the value from extensions.deviceicon.battery. Those values will be now used in buddyicon, that removes duplicate code from buddyicon.
    Hrishi1999 committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ab6af7d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. remove unused imports

    Hrishi1999 committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    bc53861 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    d13e9d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. connect to datastore signals

    Instead of calling a datastore query every 60 seconds, instead connect 'Updated' and 'Deleted' signals and maintain a count,
    Hrishi1999 committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    46736b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Configuration menu
    Copy the full SHA
    196a93b View commit details
    Browse the repository at this point in the history