Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-22 | travis: update config for new travis validation | raveit65 | 1 | -147/+3 | |
2019-12-04 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-05 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-24 | make 'rsvg-convert' optional | Pablo Barciela | 1 | -4/+0 | |
2019-07-04 | CI: don't exclude .gmo files from tarball | raveit65 | 1 | -1/+0 | |
gettext needs .gmo files to install .mo locale | |||||
2019-06-22 | CI: remove debug line | raveit65 | 1 | -1/+0 | |
2019-06-22 | CI: fix make distcheck to remove .gmo files | raveit65 | 1 | -0/+2 | |
2019-06-22 | CI: use autotoools for creating the tarball again | raveit65 | 1 | -4/+2 | |
2019-06-16 | CI: fix meson distcheck | raveit65 | 1 | -0/+2 | |
2019-06-02 | Travis CI: Fix icon name | Pablo Barciela | 1 | -1/+1 | |
the icon name was changed since the commit: https://github.com/mate-desktop/mate-desktop/commit/d83bccb64d612034be471c0724edd129519c3584 and it was moved with the commit: https://github.com/mate-desktop/mate-desktop/commit/6109546780fde4bc8e9986c3f258960a5fdd76bf | |||||
2019-06-01 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-27 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -6/+8 | |
2019-05-27 | travis: use ninja dist for release | raveit65 | 1 | -2/+2 | |
2019-04-23 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-12 | travis: add meson dependency | raveit65 | 1 | -0/+4 | |
2019-04-11 | [ci] run after_script when use autotools | Wu Xiaotian | 1 | -3/+5 | |
2019-04-11 | enable meson build on travis | Wu Xiaotian | 1 | -1/+1 | |
2019-04-04 | .travis.yml: add autopoint to debian | Marty E. Plummer | 1 | -0/+1 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-03-31 | github release | raveit65 | 1 | -10/+27 | |
2019-03-21 | GEN png icons from hicolor_apps_scalable_mate.svg | rbuj | 1 | -0/+4 | |
Update icon cache and avoid conflict with mate theme: PNG icons are created if they are not present in icon folder. To remove png icons: cd icons; make clean-png-icons $ cat test.py import gtk screen = gtk.gdk.screen_get_default() icon_theme = gtk.icon_theme_get_for_screen(screen) print icon_theme.lookup_icon("mate-desktop", 16, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 22, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 24, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 32, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 48, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 128, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 16, 0).get_filename() print icon_theme.lookup_icon("mate", 22, 0).get_filename() print icon_theme.lookup_icon("mate", 24, 0).get_filename() print icon_theme.lookup_icon("mate", 32, 0).get_filename() print icon_theme.lookup_icon("mate", 48, 0).get_filename() print icon_theme.lookup_icon("mate", 128, 0).get_filename() print icon_theme.lookup_icon("mate", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 1000, 0).get_filename() $ python test.py /usr/share/icons/hicolor/16x16/apps/mate-desktop.png /usr/share/icons/hicolor/22x22/apps/mate-desktop.png /usr/share/icons/hicolor/24x24/apps/mate-desktop.png /usr/share/icons/hicolor/32x32/apps/mate-desktop.png /usr/share/icons/hicolor/48x48/apps/mate-desktop.png /usr/share/icons/hicolor/128x128/apps/mate-desktop.png /usr/share/icons/hicolor/scalable/apps/mate-desktop.svg /usr/share/icons/mate/16x16/apps/mate.png /usr/share/icons/mate/22x22/apps/mate.png /usr/share/icons/mate/24x24/apps/mate.png /usr/share/icons/mate/32x32/apps/mate.png /usr/share/icons/mate/48x48/apps/mate.png /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svgT | |||||
2019-03-13 | [ci] Enable Clang Static Analyzer | Wu Xiaotian | 1 | -7/+68 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -1/+3 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-08 | use archlinux/base image | Wu Xiaotian | 1 | -10/+4 | |
2019-02-03 | Initialize travis support | Wu Xiaotian | 1 | -0/+111 | |