Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-25 | tx: sync with transifex | raveit65 | 13 | -49/+181 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -14/+13 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-10 | Typo fix | rbuj | 1 | -1/+1 | |
2019-02-09 | tx: sync with transifex | raveit65 | 249 | -15932/+23980 | |
2019-02-08 | add archlinux build on travis-ci | Wu Xiaotian | 1 | -34/+71 | |
2019-02-08 | tx: update resources for transifex | raveit65 | 2 | -113/+153 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 28 | -66/+35 | |
2019-02-03 | enable travis for all branches | Wu Xiaotian | 1 | -3/+3 | |
2019-02-03 | Add -Werror=format-security and show make distcheck failed with color | Wu Xiaotian | 1 | -5/+6 | |
2019-02-03 | script keep silent and distcheck always return 0 | Wu Xiaotian | 1 | -16/+15 | |
2019-02-03 | add missing dependency package git code of mate-menus for debian/ubuntu | Wu Xiaotian | 1 | -1/+3 | |
2019-02-03 | use the git code of mate-menus | Wu Xiaotian | 1 | -4/+6 | |
2019-02-03 | Initialize travis support | Wu Xiaotian | 1 | -0/+159 | |
2019-02-02 | eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' | Pablo Barciela | 1 | -4/+55 | |
2019-02-02 | Update MCC help | rbuj | 1 | -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-02 | default-applications: Use more common icon names for Office documents | Colomban Wendling | 1 | -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-03 | mate-display-properties: Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -71/+80 | |
2019-01-01 | Fix the runtime warning about gtk_widget_destroy. | Wu Xiaotian | 1 | -8/+29 | |
2019-01-01 | Fixed number of cols error after reload menus. | Wu Xiaotian | 1 | -3/+3 | |
After install/uninstall applications, each category of applications display as one long line. | |||||
2019-01-01 | Fixed crash when install/remove application. | Wu Xiaotian | 1 | -4/+17 | |
Fixed issue #403 If m-c-c is open, install/uninstall application, m-c-c is crash. | |||||
2018-12-30 | capplets/mouse: .svg files instead .png in doubleclick artwork | Pablo Barciela | 9 | -7/+510 | |
2018-12-30 | capplets/mouse: New doubleclick artwork with mate logo | Pablo Barciela | 4 | -1/+1 | |
2018-12-19 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-12-10 | default-applications: Fix assertion failture on g_icon_to_string | Zhang Xianwei | 1 | -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-07 | default-applications: Add a widget for a default calculator application | Zhang Xianwei | 3 | -0/+132 | |
Fix https://github.com/mate-desktop/mate-control-center/issues/291 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-12-07 | default-applications: Use the selected word processor for RTF as well | Colomban Wendling | 1 | -0/+1 | |
2018-12-05 | release 1.21.2v1.21.2 | raveit65 | 1 | -0/+24 | |
2018-12-05 | tx: sync with transifex | raveit65 | 250 | -22493/+284637 | |
2018-12-05 | require mate-settings-daemon-1.21.2 | raveit65 | 1 | -1/+1 | |
2018-12-05 | keybindings: Add a key binding to toggle the microphone's mute status | Zhang Xianwei | 1 | -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-03 | keybindings: Add some key bindings to control volume quietly | Zhang Xianwei | 1 | -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-30 | require m-s-d 1.21.1 due to new control-center key in schema | monsta | 1 | -1/+1 | |
2018-11-24 | Account for NULL error when we see G_IO_STATUS_EOF | Alexander Pyhalov | 1 | -2/+4 | |
2018-11-19 | typing-break: replace deprecated gdk_error_trap functions | Wu Xiaotian | 1 | -3/+7 | |
2018-11-18 | transifex: update mate-control-center.pot | Pablo Barciela | 1 | -37/+37 | |
2018-11-17 | update hint for mouse double-click | Abu Sakib | 1 | -1/+1 | |
2018-11-17 | keybindings: double click instead one click to edit keyboard shortcuts | Pablo Barciela | 1 | -1/+2 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/390 | |||||
2018-11-15 | mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style' | Pablo Barciela | 1 | -1/+0 | |
2018-11-01 | added search option for mate-font-viewer | sakib | 1 | -2/+70 | |
fix incompatible pointer issue | |||||
2018-10-31 | Load avatar-default as default image | yetist | 1 | -16/+12 | |
First show UI with avatar-default, after user loaded, show user image. | |||||
2018-10-31 | for accounts service support | yetist | 1 | -7/+8 | |
2018-10-17 | keybindings: Add a key binding to launch settings | Zhang Xianwei | 1 | -0/+2 | |
Provided additional "control-center" key binding. For reference: https://github.com/mate-desktop/mate-settings-daemon/pull/244 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-11 | pre-bump version | lukefromdc | 2 | -1/+3 | |
2018-10-11 | Depend on mate-desktop 1.21.2 due to new gschema key | lukefromdc | 1 | -1/+1 | |
2018-10-06 | tx: update translation sources | raveit65 | 2 | -48/+88 | |
2018-10-06 | Fix spelling and grammar mistakes | rbuj | 11 | -30/+30 | |
2018-10-06 | legal.xml | rbuj | 3 | -26/+97 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -2/+20 | |
2018-10-04 | tx: add m-c-c user-guide to transifex config | raveit65 | 4 | -29/+1952 | |
2018-09-30 | Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock | Colomban Wendling | 2 | -0/+24 | |