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/48x48 | |
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/48x48')
36 files changed, 41 insertions, 0 deletions
diff --git a/accessx-status/pixmaps/48x48/Makefile.am b/accessx-status/pixmaps/48x48/Makefile.am new file mode 100644 index 00000000..e3d688ee --- /dev/null +++ b/accessx-status/pixmaps/48x48/Makefile.am @@ -0,0 +1,41 @@ +accessx_status_iconsdir = $(iconsdir)/hicolor/48x48/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/48x48/mate-ax-bouncekeys.png b/accessx-status/pixmaps/48x48/mate-ax-bouncekeys.png Binary files differnew file mode 100644 index 00000000..62bccb7c --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-bouncekeys.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-key-base.png b/accessx-status/pixmaps/48x48/mate-ax-key-base.png Binary files differnew file mode 100644 index 00000000..5928b4a5 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-key-base.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-key-inverse.png b/accessx-status/pixmaps/48x48/mate-ax-key-inverse.png Binary files differnew file mode 100644 index 00000000..48037f03 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-key-inverse.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-key-no.png b/accessx-status/pixmaps/48x48/mate-ax-key-no.png Binary files differnew file mode 100644 index 00000000..9a9cb9ec --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-key-no.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-key-none.png b/accessx-status/pixmaps/48x48/mate-ax-key-none.png Binary files differnew file mode 100644 index 00000000..d1f69fe0 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-key-none.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-key-yes.png b/accessx-status/pixmaps/48x48/mate-ax-key-yes.png Binary files differnew file mode 100644 index 00000000..81b70341 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-key-yes.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-slowkeys-no.png b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-no.png Binary files differnew file mode 100644 index 00000000..6478554f --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-no.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-slowkeys-pending.png b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-pending.png Binary files differnew file mode 100644 index 00000000..d12c5710 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-pending.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-slowkeys-yes.png b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-yes.png Binary files differnew file mode 100644 index 00000000..e061e7f1 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-slowkeys-yes.png diff --git a/accessx-status/pixmaps/48x48/mate-ax-slowkeys.png b/accessx-status/pixmaps/48x48/mate-ax-slowkeys.png Binary files differnew file mode 100644 index 00000000..83bc136c --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-ax-slowkeys.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-base.png b/accessx-status/pixmaps/48x48/mate-mousekeys-base.png Binary files differnew file mode 100644 index 00000000..961362a9 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-base.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-default-left.png b/accessx-status/pixmaps/48x48/mate-mousekeys-default-left.png Binary files differnew file mode 100644 index 00000000..ce0f4c36 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-default-left.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-default-middle.png b/accessx-status/pixmaps/48x48/mate-mousekeys-default-middle.png Binary files differnew file mode 100644 index 00000000..dde16fae --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-default-middle.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-default-right.png b/accessx-status/pixmaps/48x48/mate-mousekeys-default-right.png Binary files differnew file mode 100644 index 00000000..fbb44729 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-default-right.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-left.png b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-left.png Binary files differnew file mode 100644 index 00000000..31ee3e5d --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-left.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-middle.png b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-middle.png Binary files differnew file mode 100644 index 00000000..65890a4f --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-middle.png diff --git a/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-right.png b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-right.png Binary files differnew file mode 100644 index 00000000..316bd97d --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-mousekeys-pressed-right.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-alt-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-alt-latched.png Binary files differnew file mode 100644 index 00000000..03243936 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-alt-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-alt-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-alt-locked.png Binary files differnew file mode 100644 index 00000000..7797ce30 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-alt-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-alt-none.png b/accessx-status/pixmaps/48x48/mate-sticky-alt-none.png Binary files differnew file mode 100644 index 00000000..3bf81698 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-alt-none.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-ctrl-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-latched.png Binary files differnew file mode 100644 index 00000000..25ff168d --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-ctrl-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-locked.png Binary files differnew file mode 100644 index 00000000..932cdc50 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-ctrl-none.png b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-none.png Binary files differnew file mode 100644 index 00000000..68a62bc7 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-ctrl-none.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-hyper-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-hyper-latched.png Binary files differnew file mode 100644 index 00000000..66ad7392 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-hyper-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-hyper-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-hyper-locked.png Binary files differnew file mode 100644 index 00000000..5cbe031c --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-hyper-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-hyper-none.png b/accessx-status/pixmaps/48x48/mate-sticky-hyper-none.png Binary files differnew file mode 100644 index 00000000..d307cea0 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-hyper-none.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-meta-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-meta-latched.png Binary files differnew file mode 100644 index 00000000..a0bae1b2 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-meta-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-meta-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-meta-locked.png Binary files differnew file mode 100644 index 00000000..70e20436 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-meta-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-meta-none.png b/accessx-status/pixmaps/48x48/mate-sticky-meta-none.png Binary files differnew file mode 100644 index 00000000..28d66dbe --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-meta-none.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-shift-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-shift-latched.png Binary files differnew file mode 100644 index 00000000..9ce1c6d6 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-shift-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-shift-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-shift-locked.png Binary files differnew file mode 100644 index 00000000..96445b60 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-shift-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-shift-none.png b/accessx-status/pixmaps/48x48/mate-sticky-shift-none.png Binary files differnew file mode 100644 index 00000000..433cc409 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-shift-none.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-super-latched.png b/accessx-status/pixmaps/48x48/mate-sticky-super-latched.png Binary files differnew file mode 100644 index 00000000..a3a642dc --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-super-latched.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-super-locked.png b/accessx-status/pixmaps/48x48/mate-sticky-super-locked.png Binary files differnew file mode 100644 index 00000000..6aaeca79 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-super-locked.png diff --git a/accessx-status/pixmaps/48x48/mate-sticky-super-none.png b/accessx-status/pixmaps/48x48/mate-sticky-super-none.png Binary files differnew file mode 100644 index 00000000..2e46e5f7 --- /dev/null +++ b/accessx-status/pixmaps/48x48/mate-sticky-super-none.png |