Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-26 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-04-20 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-09 | ci: update build environment | raveit65 | 1 | -8/+9 | |
2020-03-18 | Travis CI: use Ubuntu 20.04 instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-02-25 | Travis CI: Fix build error, add .build.yml | Pablo Barciela | 2 | -76/+75 | |
2020-02-15 | tx: update config | raveit65 | 1 | -2/+2 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+5 | |
2020-01-24 | release 1.23.3v1.23.3 | raveit65 | 2 | -1/+14 | |
2020-01-24 | tx: sync with transifex | raveit65 | 119 | -952/+833 | |
2019-11-30 | add status icons for mobile network connections | raveit65 | 80 | -0/+722 | |
2019-11-29 | rework volume-status icons | raveit65 | 84 | -6809/+45367 | |
and add some missing sources | |||||
2019-11-29 | add vpn network status icons (svg) | raveit65 | 15 | -0/+20007 | |
2019-11-29 | add vpn network status icons | raveit65 | 105 | -0/+0 | |
2019-11-28 | improve previous commit | raveit65 | 14 | -7/+7 | |
2019-11-27 | update network status icons | raveit65 | 166 | -5346/+18988 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-20 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2019-11-20 | tx: update resource for transifex | raveit65 | 1 | -8/+7 | |
2019-11-14 | add network svg icons | raveit65 | 6 | -0/+13779 | |
2019-11-14 | add dropbox-status icons | raveit65 | 53 | -0/+349 | |
2019-11-14 | re-generate network-wired icons from new SVGs | raveit65 | 61 | -1309/+10211 | |
2019-11-11 | add 2 svg sources for nm-applet | raveit65 | 2 | -0/+5054 | |
2019-10-31 | ci: add autopoint | Wu Xiaotian | 1 | -2/+2 | |
2019-10-31 | migrate from intltool to gettext | Wu Xiaotian | 5 | -6/+87 | |
2019-10-12 | release 1.23.2v1.23.2 | raveit65 | 2 | -2/+12 | |
2019-10-12 | tx: sync with transifex | raveit65 | 5 | -10/+10 | |
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-01 | Add mate/256x256/actions/mail-send.png | rbuj | 3 | -8/+173 | |
2019-08-22 | Fix mate/22x22/devices/printer.png | rbuj | 2 | -1/+1 | |
2019-08-21 | Upscale 22x22px icons to 24x24px adding 1px to the edges | rbuj | 314 | -324/+324 | |
Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null | |||||
2019-08-20 | Gen png mimetypes icons from paper-sheets.svg - Mate theme | rbuj | 85 | -0/+516 | |
clean & build: make -C mate/16x16/mimetypes clean-png-icons build-png-icons make -C mate/22x22/mimetypes clean-png-icons build-png-icons make -C mate/24x24/mimetypes clean-png-icons build-png-icons make -C mate/32x32/mimetypes clean-png-icons build-png-icons make -C mate/48x48/mimetypes clean-png-icons build-png-icons make -C mate/256x256/mimetypes clean-png-icons build-png-icons | |||||
2019-08-19 | preferences-system-time.png files are not generated from sources | rbuj | 6 | -6/+0 | |
Test: $ ./autogen.sh --prefix=/usr $ make -C mate clean-png-icons build-png-icons | |||||
2019-07-26 | Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadow | rbuj | 6 | -22/+57 | |
Icons pulled from mate-desktop: https://github.com/mate-desktop/mate-desktop/commit/01c40983fb0c016549158b690fb8a5e54fbe508e cp mate-desktop/icons/16x16/apps/mate-desktop.png mate-icon-theme/mate/16x16/apps/mate-desktop.png cp mate-desktop/icons/22x22/apps/mate-desktop.png mate-icon-theme/mate/22x22/apps/mate-desktop.png cp mate-desktop/icons/24x24/apps/mate-desktop.png mate-icon-theme/mate/24x24/apps/mate-desktop.png cp mate-desktop/icons/32x32/apps/mate-desktop.png mate-icon-theme/mate/32x32/apps/mate-desktop.png cp mate-desktop/icons/48x48/apps/mate-desktop.png mate-icon-theme/mate/48x48/apps/mate-desktop.png cp mate-desktop/icons/scalable/apps/mate-desktop.svg mate-icon-theme/mate/scalable/apps/mate-desktop.svg history | cut -c 8- | |||||
2019-07-03 | release 1.23.1v1.23.1 | raveit65 | 1 | -0/+6 | |
2019-07-03 | tx: sync with transifex | raveit65 | 3 | -2/+33 | |
2019-06-22 | add missing preferences-system-time icon | raveit65 | 13 | -0/+809 | |
Fixes https://github.com/mate-desktop/mate-icon-theme/issues/37 | |||||
2019-06-20 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-06-03 | use folder icon as example | raveit65 | 2 | -2/+2 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-10 | rename mate logo | raveit65 | 6 | -0/+0 | |
fixes https://github.com/mate-desktop/mate-panel/issues/959 | |||||
2019-04-09 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+7 | |
2019-04-09 | sync with transifex | raveit65 | 118 | -123/+123 | |
2019-04-08 | Display the volume status with a better contrast in panels | rbuj | 6 | -5/+5 | |
Upscale 22x22 volume status icons instead of downscale 32x32 | |||||
2019-04-08 | Upgrade svg source files to Inkscape 0.92.4 | rbuj | 206 | -66738/+5590 | |
$ inkscape -V Inkscape 0.92.4 (unknown) $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g' $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g' $ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \; | |||||
2019-04-08 | Gen png icons from source - Mate theme | rbuj | 1221 | -839/+19761 | |
clean & build: make -C mate clean-png-icons make -C mate build-png-icons | |||||
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |
2019-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |