Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | time-admin: Remove po-timezones | rbuj | 81 | -226740/+465 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 41 | -420/+420 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2019-06-16 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+42 | |
2019-06-16 | tx: sync with transifex | raveit65 | 51 | -468/+5819 | |
2019-06-16 | Travis CI: update current build requires | raveit65 | 1 | -12/+18 | |
2019-06-15 | bump require of m-s-d and m-d | raveit65 | 1 | -2/+2 | |
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 | 19 | -23/+227 | |
2019-06-14 | Do not reload NTP and modify the button arrangement when starting the service | zhuyaliang | 3 | -41/+5 | |
2019-06-14 | Add Travis compilation verification dependencies | zhuyaliang | 1 | -0/+3 | |
2019-06-14 | Authentication to add modification time | zhuyaliang | 3 | -21/+59 | |
2019-06-14 | Use default color to set label and remove the maximum button | zhuyaliang | 3 | -8/+8 | |
2019-06-14 | use Makefile pkgdatadir | zhuyaliang | 3 | -9/+11 | |
2019-06-14 | g_date_time_unref datetime | zhuyaliang | 1 | -0/+1 | |
2019-06-14 | Display the correct time when selecting the time zone | zhuyaliang | 4 | -19/+8 | |
2019-06-14 | Memory leak: g_error_free(error); | zhuyaliang | 3 | -15/+9 | |
2019-06-14 | Modify mate-time-admin.desktop.in file format | zhuyaliang | 1 | -4/+2 | |
2019-06-14 | enable to build time-admin for mate-control-center | zhuyaliang | 3 | -1/+13 | |
2019-06-14 | add time-admin source code | zhuyaliang | 13 | -0/+2567 | |
2019-06-14 | add timezone translation files for time-admin | zhuyaliang | 71 | -0/+226730 | |
2019-06-14 | add image resources for time-admin applet | zhuyaliang | 93 | -0/+128 | |
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 | Add instant messenger keybinding into mate-keybinding-properties | rbuj | 1 | -0/+2 | |
Requires https://github.com/mate-desktop/mate-settings-daemon/pull/278 | |||||
2019-06-13 | Change the icon for instant messaging application | rbuj | 10 | -1/+28 | |
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-12 | appearance.ui (cursor size scale) | Laurent Napias | 1 | -787/+793 | |
Add Adjudtement to change value by left/right arrows | |||||
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-06-06 | libslab: avoid deprecated g_type_class_add_private | Wu Xiaotian | 5 | -65/+55 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-27 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-16 | typing-break: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -6/+2 | |
2019-05-16 | file-transfer-dialog.c: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -6/+2 | |
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 | 38 | -475/+396 | |
2019-05-10 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-09 | add icon for the font viewer window | tamplan | 1 | -1/+3 | |
2019-05-08 | Fix grammar mistake | rbuj | 1 | -1/+1 | |
Reported by translators | |||||
2019-05-06 | Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -54/+89 | |
mate-appearance-properties: capplets/appearance/theme-util.c | |||||
2019-05-02 | Use system data dirs to locate key bindings | José Romildo Malaquias | 2 | -22/+39 | |
2019-04-19 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-19 | control-center: Fix memory leak | rbuj | 2 | -1/+3 | |
Reported by clang: control-center.c:84:2: warning: Potential leak of memory pointed to by 'action' g_slist_free(key_list); ^~~~~~~~~~~~ | |||||
2019-04-12 | Use GtkSeparatorMenuItem in Apparence preview | rbuj | 1 | -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-12 | Remove dead store detected by clang | rbuj | 4 | -8/+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-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-03-31 | Use keyboard device icon like in other hardware devices | rbuj | 2 | -2/+2 | |
Accessibility: Add support for high contrast themes | |||||
2019-03-23 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 44 | -3824/+6 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-16 | yaml use lower boolean strings | Wu Xiaotian | 1 | -6/+6 | |