Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-19 | desktop file: add missing hints for translators | raveit65 | 1 | -0/+1 | |
2019-10-22 | build: introduce RELEASE_YEAR variable for mate-about dialog | rbuj | 3 | -2/+14 | |
Test 1: ./autogen.sh --prefix=/usr cat mate-about/mate-about.h make && sudo make install Test 2: mkdir builddir meson setup builddir --prefix=/usr cat builddir/mate-about/mate-about.h sudo ninja -C builddir install | |||||
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-05-22 | treewide: add meson build | Marty E. Plummer | 1 | -0/+39 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-08 | Use mate-desktop icon instead of mate for mate-about | rbuj | 1 | -1/+1 | |
2019-04-04 | i18n: port from intltool to gettext | Marty E. Plummer | 3 | -6/+4 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-04 | mate-about: subdir mate-version.xml.in.in | Marty E. Plummer | 2 | -2/+15 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-03-22 | Make translatable the program name in mate about dialog | rbuj | 2 | -2/+2 | |
2019-03-22 | Make translatable the copyright info in mate about dialog | rbuj | 2 | -5/+4 | |
2019-03-21 | GEN png icons from hicolor_apps_scalable_mate.svg | rbuj | 1 | -1/+1 | |
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-02-08 | Fixed make distcheck fail on debian. | Wu Xiaotian | 2 | -5/+3 | |
2019-01-03 | update copyright to 2019 | Wu Xiaotian | 1 | -1/+1 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-08-26 | mate-about: remove remains of libunique references | monsta | 1 | -2/+2 | |
2017-08-26 | mate-about: switch to GtkAboutDialog | monsta | 3 | -15/+13 | |
2017-01-06 | mate-about: Update copyright year | Stefano Karapetsas | 1 | -1/+1 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 2 | -42/+0 | |
2016-11-20 | fix indent a bit | monsta | 2 | -22/+18 | |
2016-02-28 | mate-about: Update copyright year | Stefano Karapetsas | 1 | -1/+1 | |
2015-09-14 | Fix missing icons on GTK3 with custom icon theme | Balló György | 2 | -13/+2 | |
2015-08-24 | Define max/min version of GLib | infirit | 1 | -1/+1 | |
This warns us of using symbols like g_assert_null not available in GLib 2.36 | |||||
2015-01-27 | mate-about: Update copyright year | Stefano Karapetsas | 1 | -1/+1 | |
2015-01-21 | mate-about: Add an empty row between MATE and GNOME contributors | Stefano Karapetsas | 1 | -0/+1 | |
2015-01-13 | mate-about: Update MATE contributors | Stefano Karapetsas | 1 | -0/+2 | |
2014-12-16 | Revert "Revert "Drop support for Glib < 2.36"" | infirit | 1 | -4/+0 | |
This reverts commit a0a0a16fb72bb7b592d23ce29ca52c7d63c2e40b. | |||||
2014-12-16 | Revert "Drop support for Glib < 2.36" | infirit | 1 | -0/+4 | |
This reverts commit 6a0c8a93e30243232d63487c09ccb15a93755265. | |||||
2014-11-05 | mate-about: Add MATE Slackware maintainers | Stefano Karapetsas | 1 | -0/+2 | |
2014-11-05 | mate-about: Add Google Summer of Code students | Stefano Karapetsas | 1 | -0/+5 | |
2014-10-08 | Change mate-about's program icon to official MATE desktop icon | Nachanon Vetjasit | 2 | -3/+3 | |
Closes https://github.com/mate-desktop/mate-desktop/issues/132 | |||||
2014-06-05 | Drop support for Glib < 2.36 | infirit | 1 | -4/+0 | |
2014-05-03 | mate-about: Use spaces, not tabs | Stefano Karapetsas | 2 | -740/+740 | |
2014-05-03 | Remove libunique usage | Stefano Karapetsas | 2 | -50/+9 | |
2014-04-23 | mate-about: Use MateAboutDialog | Stefano Karapetsas | 3 | -23/+16 | |
2014-03-17 | mate-about: MATE is the continuation of GNOME 2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-13 | mate-about: Update year in copyright | Stefano Karapetsas | 1 | -1/+1 | |
2013-10-19 | mate-about: Update contributors | Stefano Karapetsas | 1 | -1/+7 | |
2013-10-03 | mate-about: Add headers between MATE and GNOME devs | Stefano Karapetsas | 1 | -0/+2 | |
2013-07-30 | mate-about: Try to use 'mate' as icon, if available in icon theme | Stefano Karapetsas | 2 | -16/+11 | |
Deleted old code because now we require GTK 2.24 | |||||
2013-05-13 | mate-about: Fix g_type_init deprecation in glib 2.36 | Stefano Karapetsas | 1 | -0/+2 | |
2013-05-08 | Fix previous hackering commit | Stefano Karapetsas | 3 | -144/+33 | |
2013-05-08 | fixed g_type_init() deprecation | Perberos | 3 | -33/+144 | |
added Not without my gnu | |||||
2013-04-01 | Remove gnucatmate-desktop-1.6.0 | Stefano Karapetsas | 5 | -87/+3 | |
2013-03-31 | mate-about: Fix email address | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-14 | Add some MATE contributors in about window | Stefano Karapetsas | 1 | -2/+14 | |
2013-02-07 | mate-about: Update copyright | Stefano Karapetsas | 1 | -1/+2 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 2 | -4/+4 | |
2012-10-18 | remove MATE from Categories in .desktop files | Nelson Marques | 1 | -1/+1 | |
2012-10-18 | mate-aboud: code improvements | Stefano Karapetsas | 3 | -110/+40 | |
disable gnucat by default install gnucat pixmaps only if enabled translate some spanish comments dropped support for old glib version (now minimun version is increased) add "translator-credits" msgid to show translators | |||||
2012-10-17 | Update mate-about/mate-about.h | Perberos | 1 | -1/+1 | |
missing comma | |||||
2012-10-16 | Update mate-about/mate-about.h | Perberos | 1 | -0/+1 | |
adding artist |