summaryrefslogtreecommitdiff
path: root/capplets/default-applications/mate-da-capplet.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-31mate-da-capplet: fix memory leakrbuj1-0/+1
2021-11-20Use a blank line at mostrbuj1-1/+0
2021-11-11Fix build warnings about missing field initializerrbuj1-1/+3
2021-03-19default-applications: use gtk_builder_new_from_resourcerbuj1-16/+1
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 filerbuj1-44/+0
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj1-3/+4
2019-10-02default-applications: Load icons as cairo surfacesVictor Kareh1-43/+60
This helps them render sharply on HiDPI displays.
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias1-2/+6
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 availablerbuj1-2/+10
Fixes #270
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 applicationrbuj1-1/+1
Icons pulled from https://pagure.io/im-chooser/blob/master/f/data
2019-06-13default-applications: Add a widget for a default messenger applicationrbuj1-0/+47
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 filesrbuj1-8/+1
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 Xianwei1-0/+49
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
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