summaryrefslogtreecommitdiff
path: root/capplets/default-applications/mate-da-capplet.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10Fix the icon sizes in Preferred Applications selector1.20Laurent Napias1-4/+7
Fixes https://github.com/mate-desktop/mate-control-center/issues/358 (squashed 4a3d516c04e1c87e89e6ac5015c8ace0575729cd + 4962557c6f6af249bc3bf8b99baacbed473a16b4 for 1.20 branch)
2019-05-31default-applications: Use more common icon names for Office documentsColomban Wendling1-2/+2
"x-office-document" and "x-office-spreadsheet" are more common MIME icon names than their counterparts without the "x-" prefix. The latter seems not to even be available in "MATE" icon theme, but only in "Faenza" icon theme. The "x-"-prefixed variant on the other hand is available even in theme providing the unprefixed ones, meaning it will sill work with these. On my machine with not many themes, but only standard-ish ones: ```console $ find /usr/share/icons/ -name office-document.* | wc -l 8 $ find /usr/share/icons/ -name x-office-document.* | wc -l 54 ``` Thus, using the prefixed variant seems like a better choice.
2019-05-31default-applications: Fix assertion failture on g_icon_to_stringZhang Xianwei1-6/+10
Prevent runtime failture on g_icon_to_string in fill_combo_box by catching the NULL case See https://github.com/mate-desktop/mate-control-center/pull/398#issuecomment-445047978 Signed-off-by: Zhang Xianwei <[email protected]>
2018-12-07default-applications: Use the selected word processor for RTF as wellColomban Wendling1-0/+1
2017-12-25Enable default broswer setting support for text/htmlcxy_uestc1-0/+1
2016-01-13remove a few unused variablesmonsta1-1/+0
2014-05-16default-applications: Fix word and spreadsheet editors listsStefano Karapetsas1-2/+2
https://github.com/mate-desktop/mate-control-center/commit/097271c479a329cdc53cb0be03e1d8b819344624#commitcomment-6347305
2014-05-16default-applications: Add support for office applicationsStefano Karapetsas1-0/+58
2014-03-09default-applications: Fix 'run at start' checkboxes for accessibility appsStefano Karapetsas1-9/+15
2014-03-09default-applications: Add support for accessibility applicationsStefano Karapetsas1-4/+67
2013-02-16default-applications: Allow to set default terminal emulatorStefano Karapetsas1-60/+110
Translated Spanish comments Fix some small issues
2013-02-13default-applications: Fix image viewer iconStefano Karapetsas1-2/+2
Closes https://github.com/mate-desktop/mate-control-center/issues/36
2012-08-02Fixed incorrect fsf address.Steve Zesch1-1/+1
2012-05-13wrong mimetype on videoPerberos1-1/+1
2012-05-13wrong mimetype on media and videoPerberos1-2/+2
2012-05-13re-coding default applicationsPerberos1-1087/+225
2011-12-06adding support for video playersPerberos1-2/+82
2011-12-06adding support for select text editor and file managerPerberos1-57/+247
2011-12-05adding support for image viewers on default applications (please, check the ↵Perberos1-227/+303
list of image viewers and fill it!)
2011-12-05fixing xdg issue with web browsers and email clients on default ↵Perberos1-268/+357
applications.\n Adding useless file-manager,instant-message, text-editor tabs for future use.
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+970