summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2019-06-19time-admin: shortcuts, images & shared code for buttonsrbuj4-63/+56
- Add & enable mnemonic accelerator keys - Show Save/Close button icons in Time/Date manager window - Remove DialogAddButtonWithIconName from shares
2019-06-18common: Remove capplet-stock-iconsrbuj7-189/+16
2019-06-18time-admin: Remove po-timezonesrbuj79-226739/+464
2019-06-18Remove trailing whitespacesrbuj23-321/+321
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 Thibault17-23/+219
2019-06-14Do not reload NTP and modify the button arrangement when starting the servicezhuyaliang3-41/+5
2019-06-14Authentication to add modification timezhuyaliang2-19/+56
2019-06-14Use default color to set label and remove the maximum buttonzhuyaliang3-8/+8
2019-06-14use Makefile pkgdatadirzhuyaliang3-9/+11
2019-06-14g_date_time_unref datetimezhuyaliang1-0/+1
2019-06-14Display the correct time when selecting the time zonezhuyaliang4-19/+8
2019-06-14Memory leak: g_error_free(error);zhuyaliang3-15/+9
2019-06-14Modify mate-time-admin.desktop.in file formatzhuyaliang1-4/+2
2019-06-14enable to build time-admin for mate-control-centerzhuyaliang1-1/+3
2019-06-14add time-admin source codezhuyaliang13-0/+2567
2019-06-14add timezone translation files for time-adminzhuyaliang71-0/+226730
2019-06-14add image resources for time-admin appletzhuyaliang93-0/+128
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-13Add instant messenger keybinding into mate-keybinding-propertiesrbuj1-0/+2
Requires https://github.com/mate-desktop/mate-settings-daemon/pull/278
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-12appearance.ui (cursor size scale)Laurent Napias1-787/+793
Add Adjudtement to change value by left/right arrows
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-16file-transfer-dialog.c: avoid deprecated 'g_type_class_add_private'Wu Xiaotian1-6/+2
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 filesrbuj37-475/+380
2019-05-08Fix grammar mistakerbuj1-1/+1
Reported by translators
2019-05-06Migrate from dbus-glib to GDBusWu Xiaotian1-54/+89
mate-appearance-properties: capplets/appearance/theme-util.c
2019-05-02Use system data dirs to locate key bindingsJosé Romildo Malaquias2-22/+39
2019-04-12Use GtkSeparatorMenuItem in Apparence previewrbuj1-2/+2
It adds two menu item separators, before and after of Print menu item. Test: Run mate-appearance-properties Select Interface tab Clic on File menu item
2019-04-12Remove dead store detected by clangrbuj3-7/+3
marco-window-manager.c:408:17: warning: Value stored to 'i' is never read i = 0; ^ ~ theme-installer.c:813:3: warning: Value stored to 'filename' is never read filename = old_folder; ^ ~~~~~~~~~~
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-03-31Use keyboard device icon like in other hardware devicesrbuj2-2/+2
Accessibility: Add support for high contrast themes
2019-03-23Use icons provided by themes and remove not used iconsrbuj43-3823/+6
2019-02-10Typo fixrbuj1-1/+1
2019-02-08fixed distcheck fail on debianWu Xiaotian21-18/+18
2019-02-02eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg'Pablo Barciela1-4/+55
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.
2019-01-03mate-display-properties: Migrate from dbus-glib to GDBusWu Xiaotian1-71/+80
2018-12-30capplets/mouse: .svg files instead .png in doubleclick artworkPablo Barciela9-7/+510
2018-12-30capplets/mouse: New doubleclick artwork with mate logoPablo Barciela4-1/+1
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
2018-12-05keybindings: Add a key binding to toggle the microphone's mute statusZhang Xianwei1-0/+2
Provided additional "mic-mute" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/253 Signed-off-by: Zhang Xianwei <[email protected]>
2018-12-03keybindings: Add some key bindings to control volume quietlyZhang Xianwei1-0/+6
Provided three new key bindings to volume control: "volume-mute-quiet" "volume-down-quiet" "volume-up-quiet" For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/252 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-24Account for NULL error when we see G_IO_STATUS_EOFAlexander Pyhalov1-2/+4
2018-11-17update hint for mouse double-clickAbu Sakib1-1/+1