summaryrefslogtreecommitdiff
path: root/capplets/default-applications
AgeCommit message (Collapse)AuthorFilesLines
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias1-2/+6
2019-06-25[ci] add gla11y in docker containerWu Xiaotian1-1/+1
2019-06-22capplets: Remove the macro MATELOCALEDIR where it's not requiredrbuj1-2/+1
2019-06-18Remove trailing whitespacesrbuj1-13/+13
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-06-15Add orca to Visual combo box if availablerbuj2-3/+13
Fixes #270
2019-06-15Add support for checking .ui accessibility with gla11ySamuel Thibault1-1/+5
2019-06-13Populate initial messenger list with irc scheme handler appsrbuj1-2/+22
2019-06-13Set default icq/irc/ircs/sip/xmpp scheme handlerrbuj1-0/+5
2019-06-13Change the icon for instant messaging applicationrbuj9-1/+27
Icons pulled from https://pagure.io/im-chooser/blob/master/f/data
2019-06-13default-applications: Add a widget for a default messenger applicationrbuj2-0/+53
Requires https://github.com/mate-desktop/mate-desktop/pull/393
2019-06-08Revert icon-name for imageviewer_imagerbuj1-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-13Fix the icon sizes in Preferred Applications selectorLaurent Napias1-5/+8
Fixes https://github.com/mate-desktop/mate-control-center/issues/358
2019-05-11capplets: Use gresources for UI filesrbuj3-15/+39
2019-03-31default-applications: Improve UI accessibilityColomban Wendling1-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-08fixed distcheck fail on debianWu Xiaotian2-2/+2
2019-02-02default-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.
2018-12-10default-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: Add a widget for a default calculator applicationZhang Xianwei3-0/+132
Fix https://github.com/mate-desktop/mate-control-center/issues/291 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
2017-03-01mate-default-applications-properties.ui: avoid deprecated widgetsraveit651-1161/+1357
2016-01-13remove a few unused variablesmonsta1-1/+0
2014-06-06Move all manpages into thier own man directoryinfirit2-27/+1
2014-06-06Several man pages have grammar errors, fixes #101infirit1-2/+2
Patch by Mike Gabriel <[email protected]>
2014-06-06Add keywords to dot desktop files, close #102.infirit1-0/+1
Patch by Mike Gabriel <[email protected]>
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: Remove unused variablesStefano Karapetsas1-49/+0
2014-05-16default-applications: Add support for office applicationsStefano Karapetsas3-2/+286
2014-05-16default-applications: Simplify ui fileStefano Karapetsas1-624/+13
2014-03-09default-applications: Fix 'run at start' checkboxes for accessibility appsStefano Karapetsas2-15/+28
2014-03-09default-applications: Add support for accessibility applicationsStefano Karapetsas3-4/+74
2014-01-24default-applications: Add GTK3 supportStefano Karapetsas1-1/+0
2013-10-26default applications: fix capplet nameWolfgang Ulbrich1-1/+1
2013-07-30Fixes for make dist and make distcheckStefano Karapetsas1-2/+2
2013-07-30default-applications: Add manpageStefano Karapetsas3-2/+28
Rename also desktop file for MATE
2013-06-04Update default-applications.desktop.in.inWolfgang Ulbrich1-1/+1
this will moved mate-about-me to personal category
2013-05-18Fix pkgconfig files pathStefano Karapetsas1-1/+1
Closes #47 (https://github.com/mate-desktop/mate-control-center/issues/47)
2013-03-25change INCLUDES to AM_CPPFLAGS for automake-1.13raveit1-1/+1
2013-02-16default-applications: Allow to set default terminal emulatorStefano Karapetsas2-72/+125
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-11-04default-applications: remove old mateconf keys declarationsStefano Karapetsas1-61/+0
2012-10-22remove mateconf from default-applicationsStefano Karapetsas3-125/+1
2012-08-09Removed MATE Categories key in *.desktop files.Steve Zesch2-9/+1
2012-08-02Fixed incorrect fsf address.Steve Zesch2-2/+2
2012-05-13wrong mimetype on videoPerberos1-1/+1
2012-05-13wrong mimetype on media and videoPerberos1-2/+2
2012-05-13re-coding default applicationsPerberos9-2633/+254
2012-03-06Update capplets/default-applications/mate-default-applications.xml.inPerberos1-0/+9
2011-12-06adding support for video playersPerberos4-8/+130
2011-12-06adding support for select text editor and file managerPerberos7-151/+535