Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 1 | -2/+6 | |
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 1 | -1/+1 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 1 | -2/+1 | |
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 | 2 | -3/+13 | |
Fixes #270 | |||||
2019-06-15 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 1 | -1/+5 | |
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 | 9 | -1/+27 | |
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 | 2 | -0/+53 | |
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 | 3 | -15/+39 | |
2019-03-31 | default-applications: Improve UI accessibility | Colomban Wendling | 1 | -361/+231 | |
Replace plain labels with frames as those properly group and label their contents for assistive technologies. There are no visual changes. | |||||
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 2 | -2/+2 | |
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 | 3 | -0/+132 | |
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 | |
2017-03-01 | mate-default-applications-properties.ui: avoid deprecated widgets | raveit65 | 1 | -1161/+1357 | |
2016-01-13 | remove a few unused variables | monsta | 1 | -1/+0 | |
2014-06-06 | Move all manpages into thier own man directory | infirit | 2 | -27/+1 | |
2014-06-06 | Several man pages have grammar errors, fixes #101 | infirit | 1 | -2/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 1 | -0/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
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: Remove unused variables | Stefano Karapetsas | 1 | -49/+0 | |
2014-05-16 | default-applications: Add support for office applications | Stefano Karapetsas | 3 | -2/+286 | |
2014-05-16 | default-applications: Simplify ui file | Stefano Karapetsas | 1 | -624/+13 | |
2014-03-09 | default-applications: Fix 'run at start' checkboxes for accessibility apps | Stefano Karapetsas | 2 | -15/+28 | |
2014-03-09 | default-applications: Add support for accessibility applications | Stefano Karapetsas | 3 | -4/+74 | |
2014-01-24 | default-applications: Add GTK3 support | Stefano Karapetsas | 1 | -1/+0 | |
2013-10-26 | default applications: fix capplet name | Wolfgang Ulbrich | 1 | -1/+1 | |
2013-07-30 | Fixes for make dist and make distcheck | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-30 | default-applications: Add manpage | Stefano Karapetsas | 3 | -2/+28 | |
Rename also desktop file for MATE | |||||
2013-06-04 | Update default-applications.desktop.in.in | Wolfgang Ulbrich | 1 | -1/+1 | |
this will moved mate-about-me to personal category | |||||
2013-05-18 | Fix pkgconfig files path | Stefano Karapetsas | 1 | -1/+1 | |
Closes #47 (https://github.com/mate-desktop/mate-control-center/issues/47) | |||||
2013-03-25 | change INCLUDES to AM_CPPFLAGS for automake-1.13 | raveit | 1 | -1/+1 | |
2013-02-16 | default-applications: Allow to set default terminal emulator | Stefano Karapetsas | 2 | -72/+125 | |
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-11-04 | default-applications: remove old mateconf keys declarations | Stefano Karapetsas | 1 | -61/+0 | |
2012-10-22 | remove mateconf from default-applications | Stefano Karapetsas | 3 | -125/+1 | |
2012-08-09 | Removed MATE Categories key in *.desktop files. | Steve Zesch | 2 | -9/+1 | |
2012-08-02 | Fixed incorrect fsf address. | Steve Zesch | 2 | -2/+2 | |
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 | 9 | -2633/+254 | |
2012-03-06 | Update capplets/default-applications/mate-default-applications.xml.in | Perberos | 1 | -0/+9 | |
2011-12-06 | adding support for video players | Perberos | 4 | -8/+130 | |
2011-12-06 | adding support for select text editor and file manager | Perberos | 7 | -151/+535 | |