summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-27travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-05-16typing-break: avoid deprecated 'g_type_class_add_private'Wu Xiaotian1-6/+2
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 filesrbuj38-475/+396
2019-05-10[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-09add icon for the font viewer windowtamplan1-1/+3
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-19travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-19control-center: Fix memory leakrbuj2-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-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 clangrbuj4-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-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-23pre-bump versionraveit652-1/+3
2019-03-23Use icons provided by themes and remove not used iconsrbuj44-3824/+6
2019-03-23help: update copyrightraveit651-1/+1
2019-03-16yaml use lower boolean stringsWu Xiaotian1-6/+6
2019-03-16github releaseWu Xiaotian1-11/+28
2019-03-13Travis: use github links for downloading tarballsraveit651-3/+3
2019-03-13fix typoWu Xiaotian1-1/+1
2019-03-13[ci] Enable Clang Static AnalyzerWu Xiaotian1-13/+72
2019-03-10add installation instructionssakib1-1/+3
2019-02-25release 1.22.0v1.22.0raveit652-1/+19
2019-02-25tx: sync with transifexraveit6513-49/+181
2019-02-16Prepare for docker-build 0.1.1 merge into masterWu Xiaotian1-14/+13
Please see mate-desktop/mate-dev-scripts#13
2019-02-10Typo fixrbuj1-1/+1
2019-02-09tx: sync with transifexraveit65249-15932/+23980
2019-02-08add archlinux build on travis-ciWu Xiaotian1-34/+71
2019-02-08tx: update resources for transifexraveit652-113/+153
2019-02-08fixed distcheck fail on debianWu Xiaotian28-66/+35
2019-02-03enable travis for all branchesWu Xiaotian1-3/+3
2019-02-03Add -Werror=format-security and show make distcheck failed with colorWu Xiaotian1-5/+6
2019-02-03script keep silent and distcheck always return 0Wu Xiaotian1-16/+15
2019-02-03add missing dependency package git code of mate-menus for debian/ubuntuWu Xiaotian1-1/+3
2019-02-03use the git code of mate-menusWu Xiaotian1-4/+6
2019-02-03Initialize travis supportWu Xiaotian1-0/+159
2019-02-02eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg'Pablo Barciela1-4/+55
2019-02-02Update MCC helprbuj1-12/+40
Introduce &appname; macro Change help title from "Control Ceter" to "MATE Control Center Manual" Change a date, from "2006-03" to March 2006, in metadata intro section: Introduce mate-control-center-to-start subsection surrund a paragraph with note tag matecc-interface section (Usage): Add two tips: left pane & preference tool description preference tools are grouped single click to open a preference tool
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
2019-01-01Fix the runtime warning about gtk_widget_destroy.Wu Xiaotian1-8/+29
2019-01-01Fixed number of cols error after reload menus.Wu Xiaotian1-3/+3
After install/uninstall applications, each category of applications display as one long line.
2019-01-01Fixed crash when install/remove application.Wu Xiaotian1-4/+17
Fixed issue #403 If m-c-c is open, install/uninstall application, m-c-c is crash.
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-19disable deprecation warnings for distcheckraveit651-1/+2