summaryrefslogtreecommitdiff
path: root/mate-about
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Use mate-desktop icon instead of mate for mate-aboutrbuj1-1/+1
2019-04-04i18n: port from intltool to gettextMarty E. Plummer3-6/+4
Signed-off-by: Marty E. Plummer <[email protected]>
2019-04-04mate-about: subdir mate-version.xml.in.inMarty E. Plummer2-2/+15
Signed-off-by: Marty E. Plummer <[email protected]>
2019-03-22Make translatable the program name in mate about dialogrbuj2-2/+2
2019-03-22Make translatable the copyright info in mate about dialogrbuj2-5/+4
2019-03-21GEN png icons from hicolor_apps_scalable_mate.svgrbuj1-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-08Fixed make distcheck fail on debian.Wu Xiaotian2-5/+3
2019-01-03update copyright to 2019Wu Xiaotian1-1/+1
2018-01-09update copyright year to 2018monsta1-1/+1
2017-08-26mate-about: remove remains of libunique referencesmonsta1-2/+2
2017-08-26mate-about: switch to GtkAboutDialogmonsta3-15/+13
2017-01-06mate-about: Update copyright yearStefano Karapetsas1-1/+1
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-42/+0
2016-11-20fix indent a bitmonsta2-22/+18
2016-02-28mate-about: Update copyright yearStefano Karapetsas1-1/+1
2015-09-14Fix missing icons on GTK3 with custom icon themeBalló György2-13/+2
2015-08-24Define max/min version of GLibinfirit1-1/+1
This warns us of using symbols like g_assert_null not available in GLib 2.36
2015-01-27mate-about: Update copyright yearStefano Karapetsas1-1/+1
2015-01-21mate-about: Add an empty row between MATE and GNOME contributorsStefano Karapetsas1-0/+1
2015-01-13mate-about: Update MATE contributorsStefano Karapetsas1-0/+2
2014-12-16Revert "Revert "Drop support for Glib < 2.36""infirit1-4/+0
This reverts commit a0a0a16fb72bb7b592d23ce29ca52c7d63c2e40b.
2014-12-16Revert "Drop support for Glib < 2.36"infirit1-0/+4
This reverts commit 6a0c8a93e30243232d63487c09ccb15a93755265.
2014-11-05mate-about: Add MATE Slackware maintainersStefano Karapetsas1-0/+2
2014-11-05mate-about: Add Google Summer of Code studentsStefano Karapetsas1-0/+5
2014-10-08Change mate-about's program icon to official MATE desktop iconNachanon Vetjasit2-3/+3
Closes https://github.com/mate-desktop/mate-desktop/issues/132
2014-06-05Drop support for Glib < 2.36infirit1-4/+0
2014-05-03mate-about: Use spaces, not tabsStefano Karapetsas2-740/+740
2014-05-03Remove libunique usageStefano Karapetsas2-50/+9
2014-04-23mate-about: Use MateAboutDialogStefano Karapetsas3-23/+16
2014-03-17mate-about: MATE is the continuation of GNOME 2Stefano Karapetsas1-1/+1
2014-01-13mate-about: Update year in copyrightStefano Karapetsas1-1/+1
2013-10-19mate-about: Update contributorsStefano Karapetsas1-1/+7
2013-10-03mate-about: Add headers between MATE and GNOME devsStefano Karapetsas1-0/+2
2013-07-30mate-about: Try to use 'mate' as icon, if available in icon themeStefano Karapetsas2-16/+11
Deleted old code because now we require GTK 2.24
2013-05-13mate-about: Fix g_type_init deprecation in glib 2.36Stefano Karapetsas1-0/+2
2013-05-08Fix previous hackering commitStefano Karapetsas3-144/+33
2013-05-08fixed g_type_init() deprecationPerberos3-33/+144
added Not without my gnu
2013-04-01Remove gnucatmate-desktop-1.6.0Stefano Karapetsas5-87/+3
2013-03-31mate-about: Fix email addressStefano Karapetsas1-1/+1
2013-03-14Add some MATE contributors in about windowStefano Karapetsas1-2/+14
2013-02-07mate-about: Update copyrightStefano Karapetsas1-1/+2
2012-11-18fixed incorrect fsf addresses.Steve Zesch2-4/+4
2012-10-18remove MATE from Categories in .desktop filesNelson Marques1-1/+1
2012-10-18mate-aboud: code improvementsStefano Karapetsas3-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-17Update mate-about/mate-about.hPerberos1-1/+1
missing comma
2012-10-16Update mate-about/mate-about.hPerberos1-0/+1
adding artist
2012-10-16fixing some deprecated variable name on configure filePerberos1-1/+1
2012-10-12mate-about: add nelson and clem as authorsStefano Karapetsas1-0/+2
2012-10-12mate-about: put MATE authors as firstStefano Karapetsas1-5/+6
add Rowen as artist
2012-07-31Added copyleft compatible gnucatSpaghetti4-2/+86