summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-10Fix the icon sizes in Preferred Applications selector1.20Laurent Napias1-4/+7
Fixes https://github.com/mate-desktop/mate-control-center/issues/358 (squashed 4a3d516c04e1c87e89e6ac5015c8ace0575729cd + 4962557c6f6af249bc3bf8b99baacbed473a16b4 for 1.20 branch)
2019-05-31add icon for the font viewer windowtamplan1-1/+3
2019-05-31Fix grammar mistakerbuj1-1/+1
Reported by translators
2019-05-31control-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-05-31Use 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-05-31default-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-05-31default-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]>
2019-05-31Account for NULL error when we see G_IO_STATUS_EOFAlexander Pyhalov1-2/+4
2019-05-25travis: use Debian Buster which has 1.20Pablo Barciela1-1/+1
2019-05-21travis: use f28 and disable archlinuxraveit651-2/+2
2019-03-10add Travis-CI supportraveit651-0/+152
2019-02-08tx: update resources for transifexraveit651-29/+29
2019-02-08fixed distcheck fail on debianWu Xiaotian28-66/+35
2019-02-03tx: update resource file for transifexraveit652-47/+82
2019-02-03Update 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-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.
2018-12-19release 1.20.4v1.20.4raveit652-1/+14
2018-12-19tx: sync with transifexraveit65236-2799/+264370
2018-12-19disable deprecation warnings for distcheckraveit651-1/+2
2018-12-07default-applications: Use the selected word processor for RTF as wellColomban Wendling1-0/+1
2018-11-27typing-break: Make images larger and load as surfaceVictor Kareh7-69/+100
2018-11-18[1.20] transifex: update mate-control-center.potPablo Barciela1-5/+5
2018-11-18update hint for mouse double-clickAbu Sakib1-1/+1
2018-11-18keybindings: double click instead one click to edit keyboard shortcutsPablo Barciela1-1/+2
Closes https://github.com/mate-desktop/mate-control-center/issues/390
2018-10-06tx: update translation help sourceraveit651-46/+86
2018-10-06Fix spelling and grammar mistakesrbuj11-30/+30
2018-10-06legal.xmlrbuj3-26/+97
2018-10-06Use make functions for HELP_LINGUASrbuj1-2/+20
2018-10-04tx: add m-c-c user-guide to transifex configraveit653-1/+1920
2018-06-14release 1.20.3v1.20.3raveit652-1/+7
2018-06-14sync with transifexraveit65140-28631/+138580
2018-05-07display-capplet: add css name for scrollarearaveit651-0/+2
This makes it possible to fix visual glitches in themes
2018-04-26Change cursor-size to 24pxVictor Kareh2-8/+4
The MATE cursor theme does not have an 18px cursor size, so having a 18px as the default setting does not make sense. Using 24px looks better in modern displays and allows for proper HiDPI scaling.
2018-03-27release 1.20.2v1.20.2raveit652-1/+5
2018-03-27Scale cursor size for HiDPI when changing themesVictor Kareh1-0/+4
2018-03-26Bump version to 1.20.1v1.20.1Martin Wimpress2-1/+7
2018-03-23tx: update resource fileraveit651-111/+119
2018-03-23Add auto-detect toggle switchVictor Kareh4-142/+202
Currently if a user changes the DPI, there is no way to reset it back to the auto-detected value from Xserver (which we store as 0 in gsettings). Adding this toggle solves that issue. I also removed a deprecated [GtkHandleBox](https://developer.gnome.org/gtk3/stable/GtkHandleBox.html) and all its associated code.
2018-03-23Remove useless parameter in mate_theme_install_realZhang Xianwei1-3/+0
filetype is not used in mate_theme_install_real, remove it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-18Fix screen geometry to account for rotation when snapping.Brent Bradburn1-0/+2
2018-03-16tx: add makepot and .pot filesraveit652-0/+2818
2018-03-13theme-util.c: fix segfault on attempt to delete custom themeZhang Xianwei1-2/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/334 Signed-off-by: Zhang Xianwei <[email protected]>
2018-03-11theme-installer.c: add tips when reinstall a existed themeZhang Xianwei1-0/+51
When ~/.themes/theme-name is existed, reinstalling the same theme will be failed. Add tips when reinstall a existed theme to fix it. Signed-off-by: Zhang Xianwei <[email protected]>
2018-03-11transifex: set minimum_perc = 1raveit651-0/+1
2018-03-11transifex: add type PO to client config fileraveit651-0/+1
2018-02-06update NEWS for 1.20 releasev1.20.0raveit651-0/+2
2018-02-06sync with transifexraveit652-7/+7
2018-02-06Scale font DPI for HiDPI displaysVictor Kareh1-12/+28
Automatically scales up the font DPI when loading the GtkSpinner and down-scale when saving it. The result is that the user gets the correct DPI showing in the Appearance > Fonts > Details app, while gsettings stores the down-scaled DPI.