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

Improving slightly the appindicators. #4814

Closed
wants to merge 16 commits into from
Closed

Improving slightly the appindicators. #4814

wants to merge 16 commits into from

Commits on Nov 10, 2015

  1. Resize the icons in the same way.

    - Resize the status indicator and the app indicator icons in the same way.
    - Do not redisplay status icons in a panel change (just resize it).
    lestcape committed Nov 10, 2015
    Copy the full SHA
    0ebbf08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    733fbd9 View commit details
    Browse the repository at this point in the history
  3. Fix for working.

    lestcape committed Nov 10, 2015
    Copy the full SHA
    87af745 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Dinamically enable and disable appindicator. Hard code the blacklist …

    …inside the api, to remove the GDbus interface of a blacklisted appindicator.
    lestcape committed Nov 11, 2015
    Copy the full SHA
    c87138d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    91cf91e View commit details
    Browse the repository at this point in the history
  3. Add shortcut support.

    lestcape committed Nov 11, 2015
    Copy the full SHA
    8cc5b1d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6b545e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Encapsulate the blacklist functionality inside the manager. Reorganiz…

    …e the position of starting, to allow the access to the systray in the initialization.
    lestcape committed Nov 12, 2015
    Copy the full SHA
    031a6ad View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. Can be decided the behavior for the indicators menu (right click or l…

    …eft click). Add support for label (to the right side of the icon) if somehow is possible. Add support for tooltip, showing the indicator tooltip property or otherwise if is not possible will be displayed the title property as a tooltip.
    lestcape committed Nov 14, 2015
    Copy the full SHA
    ab09e94 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    233d07f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2015

  1. Used only the title as a tooltips, because the real tooltips are in h…

    …tml format. Fix an invalid code and return St.Icon instead of Clutter.Actor in the pixmap construction to be possible apply the style-class property.
    lestcape committed Dec 20, 2015
    Copy the full SHA
    cfccfca View commit details
    Browse the repository at this point in the history
  2. Remove the test code.

    lestcape committed Dec 20, 2015
    Copy the full SHA
    0d22e7f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2016

  1. Do not cache all icons on gio, build a new icon if the tvtime is grea…

    …ter than one with the same id in our internal cache. Merge the status icons and indicator icon in the same Clutter.BoxLayout, for handle the space in a better way. The icons do not allow a theme directly now, as St.Icon not apply the style_class when we set the content for a Clutter.Image, but use gio is worse. Check the status inside the initialization, and prevent show the indicators in a passive state. Do not think that all indicators icons have the height = width, so get the better width for the required height.
    lestcape committed Jan 2, 2016
    Copy the full SHA
    1bef2e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    083ebbc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Copy the full SHA
    c2bc95b View commit details
    Browse the repository at this point in the history
  2. Remove head tag.

    lestcape committed Sep 13, 2016
    Copy the full SHA
    226bcca View commit details
    Browse the repository at this point in the history