diff options
author | Victor Kareh <[email protected]> | 2018-05-09 12:02:51 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-12 22:23:38 +0200 |
commit | cbc200ff01af3c7ba35475a7c8c83e127f893318 (patch) | |
tree | d267c18760b2b72b7d221582d1f66b5e3068492e /accessx-status/pixmaps/16x16 | |
parent | 2b9d8bf7c7338ed984a3529b06d8551f5fffec88 (diff) | |
download | mate-applets-cbc200ff01af3c7ba35475a7c8c83e127f893318.tar.bz2 mate-applets-cbc200ff01af3c7ba35475a7c8c83e127f893318.tar.xz |
accessx: Convert icons from pixbuf to cairo surfaces
This improves support for HiDPI displays. It also fixes some deprecation
warnings, adds auto-resizing, and updates the main applet icon.
Diffstat (limited to 'accessx-status/pixmaps/16x16')
36 files changed, 41 insertions, 0 deletions
diff --git a/accessx-status/pixmaps/16x16/Makefile.am b/accessx-status/pixmaps/16x16/Makefile.am new file mode 100644 index 00000000..712b483a --- /dev/null +++ b/accessx-status/pixmaps/16x16/Makefile.am @@ -0,0 +1,41 @@ +accessx_status_iconsdir = $(iconsdir)/hicolor/16x16/apps +accessx_status_icons_DATA = \ + mate-ax-key-base.png \ + mate-ax-key-inverse.png \ + mate-ax-key-none.png \ + mate-ax-key-yes.png \ + mate-ax-key-no.png \ + mate-mousekeys-base.png \ + mate-mousekeys-pressed-left.png \ + mate-mousekeys-pressed-middle.png \ + mate-mousekeys-pressed-right.png \ + mate-mousekeys-default-left.png \ + mate-mousekeys-default-middle.png \ + mate-mousekeys-default-right.png \ + mate-sticky-shift-none.png \ + mate-sticky-shift-latched.png \ + mate-sticky-shift-locked.png \ + mate-sticky-ctrl-none.png \ + mate-sticky-ctrl-latched.png \ + mate-sticky-ctrl-locked.png \ + mate-sticky-alt-none.png \ + mate-sticky-alt-latched.png \ + mate-sticky-alt-locked.png \ + mate-sticky-meta-latched.png \ + mate-sticky-meta-locked.png \ + mate-sticky-meta-none.png \ + mate-sticky-hyper-latched.png \ + mate-sticky-hyper-locked.png \ + mate-sticky-hyper-none.png \ + mate-sticky-super-latched.png \ + mate-sticky-super-locked.png \ + mate-sticky-super-none.png \ + mate-ax-slowkeys.png \ + mate-ax-slowkeys-pending.png \ + mate-ax-slowkeys-yes.png \ + mate-ax-slowkeys-no.png \ + mate-ax-bouncekeys.png + +EXTRA_DIST = \ + $(accessx_status_icons_DATA) + diff --git a/accessx-status/pixmaps/16x16/mate-ax-bouncekeys.png b/accessx-status/pixmaps/16x16/mate-ax-bouncekeys.png Binary files differnew file mode 100644 index 00000000..6172c482 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-bouncekeys.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-key-base.png b/accessx-status/pixmaps/16x16/mate-ax-key-base.png Binary files differnew file mode 100644 index 00000000..405d4548 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-key-base.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-key-inverse.png b/accessx-status/pixmaps/16x16/mate-ax-key-inverse.png Binary files differnew file mode 100644 index 00000000..7af0b792 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-key-inverse.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-key-no.png b/accessx-status/pixmaps/16x16/mate-ax-key-no.png Binary files differnew file mode 100644 index 00000000..740dae0f --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-key-no.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-key-none.png b/accessx-status/pixmaps/16x16/mate-ax-key-none.png Binary files differnew file mode 100644 index 00000000..df6aae64 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-key-none.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-key-yes.png b/accessx-status/pixmaps/16x16/mate-ax-key-yes.png Binary files differnew file mode 100644 index 00000000..b305e490 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-key-yes.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-slowkeys-no.png b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-no.png Binary files differnew file mode 100644 index 00000000..8dd5d4e3 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-no.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-slowkeys-pending.png b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-pending.png Binary files differnew file mode 100644 index 00000000..1ce57520 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-pending.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-slowkeys-yes.png b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-yes.png Binary files differnew file mode 100644 index 00000000..14133f0d --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-slowkeys-yes.png diff --git a/accessx-status/pixmaps/16x16/mate-ax-slowkeys.png b/accessx-status/pixmaps/16x16/mate-ax-slowkeys.png Binary files differnew file mode 100644 index 00000000..6e473436 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-ax-slowkeys.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-base.png b/accessx-status/pixmaps/16x16/mate-mousekeys-base.png Binary files differnew file mode 100644 index 00000000..acf034c3 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-base.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-default-left.png b/accessx-status/pixmaps/16x16/mate-mousekeys-default-left.png Binary files differnew file mode 100644 index 00000000..4ab16708 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-default-left.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-default-middle.png b/accessx-status/pixmaps/16x16/mate-mousekeys-default-middle.png Binary files differnew file mode 100644 index 00000000..4a1d5773 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-default-middle.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-default-right.png b/accessx-status/pixmaps/16x16/mate-mousekeys-default-right.png Binary files differnew file mode 100644 index 00000000..72f7aef3 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-default-right.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-left.png b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-left.png Binary files differnew file mode 100644 index 00000000..20333023 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-left.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-middle.png b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-middle.png Binary files differnew file mode 100644 index 00000000..b3162858 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-middle.png diff --git a/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-right.png b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-right.png Binary files differnew file mode 100644 index 00000000..59eb492e --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-mousekeys-pressed-right.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-alt-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-alt-latched.png Binary files differnew file mode 100644 index 00000000..75c51b7d --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-alt-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-alt-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-alt-locked.png Binary files differnew file mode 100644 index 00000000..204629f1 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-alt-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-alt-none.png b/accessx-status/pixmaps/16x16/mate-sticky-alt-none.png Binary files differnew file mode 100644 index 00000000..8747c41f --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-alt-none.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-ctrl-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-latched.png Binary files differnew file mode 100644 index 00000000..bf7351a0 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-ctrl-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-locked.png Binary files differnew file mode 100644 index 00000000..01ba67fe --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-ctrl-none.png b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-none.png Binary files differnew file mode 100644 index 00000000..0b2ae694 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-ctrl-none.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-hyper-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-hyper-latched.png Binary files differnew file mode 100644 index 00000000..a6a9cb99 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-hyper-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-hyper-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-hyper-locked.png Binary files differnew file mode 100644 index 00000000..f7a72997 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-hyper-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-hyper-none.png b/accessx-status/pixmaps/16x16/mate-sticky-hyper-none.png Binary files differnew file mode 100644 index 00000000..d5ae2a6d --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-hyper-none.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-meta-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-meta-latched.png Binary files differnew file mode 100644 index 00000000..c130beaf --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-meta-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-meta-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-meta-locked.png Binary files differnew file mode 100644 index 00000000..08c84f3e --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-meta-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-meta-none.png b/accessx-status/pixmaps/16x16/mate-sticky-meta-none.png Binary files differnew file mode 100644 index 00000000..6df9dc06 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-meta-none.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-shift-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-shift-latched.png Binary files differnew file mode 100644 index 00000000..924d3df5 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-shift-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-shift-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-shift-locked.png Binary files differnew file mode 100644 index 00000000..de6b6b74 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-shift-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-shift-none.png b/accessx-status/pixmaps/16x16/mate-sticky-shift-none.png Binary files differnew file mode 100644 index 00000000..f909f52c --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-shift-none.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-super-latched.png b/accessx-status/pixmaps/16x16/mate-sticky-super-latched.png Binary files differnew file mode 100644 index 00000000..0e7a769e --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-super-latched.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-super-locked.png b/accessx-status/pixmaps/16x16/mate-sticky-super-locked.png Binary files differnew file mode 100644 index 00000000..075b88b7 --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-super-locked.png diff --git a/accessx-status/pixmaps/16x16/mate-sticky-super-none.png b/accessx-status/pixmaps/16x16/mate-sticky-super-none.png Binary files differnew file mode 100644 index 00000000..9855024d --- /dev/null +++ b/accessx-status/pixmaps/16x16/mate-sticky-super-none.png |