summaryrefslogtreecommitdiff
path: root/capplets/default-applications
AgeCommit message (Collapse)AuthorFilesLines
2020-10-04Default applications: Add flac/x-flac format (mime-type) for mediaJorge Maldonado Ventura1-0/+2
2020-09-02default-applications: Set icon-name in ui filerbuj2-52/+52
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj1-3/+4
2020-03-02Do not collect the translation for Iconrbuj1-1/+1
2020-02-06build: use warning flagsrbuj1-0/+1
2019-11-07migrate from intltool to gettextWu Xiaotian2-4/+6
2019-10-02default-applications: Load icons as cairo surfacesVictor Kareh1-43/+60
This helps them render sharply on HiDPI displays.
2019-08-21default-applications: Remove messenger options from ui filerbuj1-56/+0
2019-08-16default-applications: Fix Word Processor top marginrbuj1-1/+0
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