Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -13/+13 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-15 | Add orca to Visual combo box if available | rbuj | 1 | -2/+10 | |
Fixes #270 | |||||
2019-06-13 | Populate initial messenger list with irc scheme handler apps | rbuj | 1 | -2/+22 | |
2019-06-13 | Set default icq/irc/ircs/sip/xmpp scheme handler | rbuj | 1 | -0/+5 | |
2019-06-13 | Change the icon for instant messaging application | rbuj | 1 | -1/+1 | |
Icons pulled from https://pagure.io/im-chooser/blob/master/f/data | |||||
2019-06-13 | default-applications: Add a widget for a default messenger application | rbuj | 1 | -0/+47 | |
Requires https://github.com/mate-desktop/mate-desktop/pull/393 | |||||
2019-06-08 | Revert icon-name for imageviewer_image | rbuj | 1 | -1/+1 | |
The icon-name should be "image-x-generic" (imageviewer_image), like "audio-x-generic" (media_player_image) and "video-x-generic" (video_image). Those icons (imageviewer_image, media_player_image, video_image) are the generic mime types which can be opened using its preferred application. | |||||
2019-05-13 | Fix the icon sizes in Preferred Applications selector | Laurent Napias | 1 | -5/+8 | |
Fixes https://github.com/mate-desktop/mate-control-center/issues/358 | |||||
2019-05-11 | capplets: Use gresources for UI files | rbuj | 1 | -8/+1 | |
2019-02-02 | default-applications: Use more common icon names for Office documents | Colomban Wendling | 1 | -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. | |||||
2018-12-10 | default-applications: Fix assertion failture on g_icon_to_string | Zhang Xianwei | 1 | -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-07 | default-applications: Add a widget for a default calculator application | Zhang Xianwei | 1 | -0/+49 | |
Fix https://github.com/mate-desktop/mate-control-center/issues/291 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-07 | default-applications: Use the selected word processor for RTF as well | Colomban Wendling | 1 | -0/+1 | |
2017-12-25 | Enable default broswer setting support for text/html | cxy_uestc | 1 | -0/+1 | |
2016-01-13 | remove a few unused variables | monsta | 1 | -1/+0 | |
2014-05-16 | default-applications: Fix word and spreadsheet editors lists | Stefano Karapetsas | 1 | -2/+2 | |
https://github.com/mate-desktop/mate-control-center/commit/097271c479a329cdc53cb0be03e1d8b819344624#commitcomment-6347305 | |||||
2014-05-16 | default-applications: Add support for office applications | Stefano Karapetsas | 1 | -0/+58 | |
2014-03-09 | default-applications: Fix 'run at start' checkboxes for accessibility apps | Stefano Karapetsas | 1 | -9/+15 | |
2014-03-09 | default-applications: Add support for accessibility applications | Stefano Karapetsas | 1 | -4/+67 | |
2013-02-16 | default-applications: Allow to set default terminal emulator | Stefano Karapetsas | 1 | -60/+110 | |
Translated Spanish comments Fix some small issues | |||||
2013-02-13 | default-applications: Fix image viewer icon | Stefano Karapetsas | 1 | -2/+2 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/36 | |||||
2012-08-02 | Fixed incorrect fsf address. | Steve Zesch | 1 | -1/+1 | |
2012-05-13 | wrong mimetype on video | Perberos | 1 | -1/+1 | |
2012-05-13 | wrong mimetype on media and video | Perberos | 1 | -2/+2 | |
2012-05-13 | re-coding default applications | Perberos | 1 | -1087/+225 | |
2011-12-06 | adding support for video players | Perberos | 1 | -2/+82 | |
2011-12-06 | adding support for select text editor and file manager | Perberos | 1 | -57/+247 | |
2011-12-05 | adding support for image viewers on default applications (please, check the ↵ | Perberos | 1 | -227/+303 | |
list of image viewers and fill it!) | |||||
2011-12-05 | fixing xdg issue with web browsers and email clients on default ↵ | Perberos | 1 | -268/+357 | |
applications.\n Adding useless file-manager,instant-message, text-editor tabs for future use. | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+970 | |