summaryrefslogtreecommitdiff
path: root/capplets/appearance/theme-installer.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-28appearance: Fix compilation warnings replace deprecated functionszhuyaliang1-18/+27
g_pattern_match_string has been deprecated since GLib 2.70
2019-05-08Fix grammar mistakerbuj1-1/+1
Reported by translators
2019-04-12Remove dead store detected by clangrbuj1-5/+1
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; ^ ~~~~~~~~~~
2018-02-12avoid deprecated GtkStockPablo Barciela1-4/+4
2018-02-12Remove 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-02-09theme-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-01-23theme-installer.c: missing g_object_unref in mate_theme_install_realZhang Xianwei1-0/+2
Object should be free when use g_file_new_for_path. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-18remove unneeded +x attribute after last commitmonsta1-0/+0
2018-01-16Support the theme compression package for installing XZ formatZhang Xianwei1-0/+8
This closes #320. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10Remove useless duplication in mate_theme_install_realZhang Xianwei1-4/+0
Handle Case THEME_MATE | THEME_MARCO | THEME_GTK should be same, so remove useless duplication. Signed-off-by: Zhang Xianwei <[email protected]>
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-7/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-06-17GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} ()raveit651-0/+4
2014-11-28don't leak memoryMonsta1-0/+2
2014-04-27Add support for metacity-theme-2.xmlStefano Karapetsas1-0/+7
Closes https://github.com/mate-desktop/mate-control-center/issues/92
2014-02-12MATE Foundation doesnt existStefano Karapetsas1-1/+1
2012-10-23migrate appearance applet to gsettingsStefano Karapetsas1-11/+19
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+801