Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-21 | [GTK+3] fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -2/+66 | |
2016-01-21 | baobab: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 2 | -7/+7 | |
2016-01-03 | baobab: don't take ancient mateconf dir into account | Monsta | 1 | -2/+1 | |
2016-01-03 | drop MateConf migration scripts | Monsta | 2 | -12/+0 | |
2015-09-25 | configure: drop useless --enable-deprecated option | Monsta | 1 | -1/+0 | |
2015-09-09 | More translation fixes for gsettings schemas | infirit | 1 | -2/+2 | |
2015-08-31 | baobab: remove useless code | Monsta | 1 | -4/+0 | |
2015-08-31 | baobab: fix indentation | Monsta | 1 | -6/+6 | |
2015-07-07 | Help: adjust legal stuff | raveit65 | 1 | -9/+31 | |
2015-07-07 | help: fix mate feedback links | raveit65 | 1 | -1/+1 | |
2015-07-07 | Revert "remove non-existing mate-feedback links" | raveit65 | 1 | -0/+8 | |
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there | |||||
2015-07-07 | fix merge conflicts in help translations | Monsta | 1 | -1/+1 | |
2015-07-07 | baobab: show correct help page in prefs dialog | Monsta | 1 | -1/+1 | |
2015-06-29 | Merge pull request #105 from NiceandGently/master | Martin Wimpress | 1 | -8/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 1 | -8/+0 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 2 | -2/+1 | |
2015-06-23 | help: fix broken images | raveit65 | 20 | -0/+0 | |
2015-06-23 | help: fix help in disk-usage-analyzer | raveit65 | 3 | -2/+11 | |
2015-06-16 | fixes for gschema translation | raveit65 | 2 | -17/+14 | |
taken from: https://github.com/mate-desktop/eom/commit/a2055e1 - bumped required intltool version to 0.50.1 - renamed and corrected gschema xml for proper intltool usage - sorted lines in po/POTFILES.in (as requested in the header) | |||||
2015-03-13 | baobab, gsearchtool: first connect to settings, then read them. | Monsta | 1 | -8/+8 | |
fixes the issue with GLib >= 2.43, https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 Closes https://github.com/mate-desktop/mate-utils/pull/94 | |||||
2015-01-24 | use unique names in desktop files | raveit65 | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-utils/pull/88 | |||||
2014-12-29 | set resize grip in the code now | infirit | 1 | -1/+4 | |
The ui fails to load on Gtk+ 3.14 but we do want to enable the resize grip in Gtk+ 2 | |||||
2014-12-29 | mate-disk-usage-analyzer: fix UI load in GTK+3 build | Monsta | 1 | -2/+0 | |
since both properties seem to do nothing in GTK+2 build as well, I guess it's ok to remove them completely. | |||||
2014-12-15 | don't leak memory | Monsta | 1 | -0/+1 | |
2014-11-10 | Add missing #include <config.h> to make translations work | infirit | 2 | -0/+8 | |
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]> | |||||
2014-11-10 | Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE) | infirit | 1 | -1/+1 | |
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5 From: Piotr Eljasiak <[email protected]> | |||||
2014-11-10 | appdata: Add necessary markers for translation | infirit | 1 | -3/+3 | |
2014-11-10 | appdata: Fixup spelling of MATE | infirit | 1 | -1/+1 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 2 | -2/+7 | |
2014-11-09 | Create mate-disk-usage-analyzer.appdata.xml | alxpl | 1 | -0/+36 | |
An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs. It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well. Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well. Thanks! | |||||
2014-07-03 | Remove has_separator properties from ui filesmate-utils-1.9.0 | Stefano Karapetsas | 1 | -1/+0 | |
2014-07-01 | Remove deprecated gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2014-07-01 | Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible | infirit | 1 | -4/+0 | |
gdk_x11_set_sm_client_id | Since 2.24 gdk_x11_display_get_xdisplay | Since 2.2 GDK_DISPLAY_XDISPLAY | Since always GDK_WINDOW_XID | Since always gdk_window_get_screen | Since 2.24 gdk_x11_window_foreign_new_for_display | Since 2.24 gdk_window_get_width | Since 2.24 gdk_window_get_height | Since 2.24 | |||||
2014-07-01 | Drop support for Gtk+ < 2.24 | infirit | 1 | -2/+0 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 3 | -36/+0 | |
2014-05-01 | Use DISABLE_DEPRECATED variable for deprecation | infirit | 1 | -0/+1 | |
2014-04-26 | Add keywords key to .desktop files | Stefano Karapetsas | 1 | -0/+1 | |
Closes https://github.com/mate-desktop/mate-utils/issues/63 | |||||
2014-01-17 | baobab: Fix GTK3 support | Stefano Karapetsas | 1 | -3/+22 | |
2014-01-17 | baobab: Add GTK3 support | Stefano Karapetsas | 3 | -8/+63 | |
2013-11-06 | Correct name in about dialog | infirit | 1 | -1/+1 | |
2013-08-03 | Use yelp-tools instead of mate-doc-utils | infirit | 23 | -82/+80 | |
2013-06-15 | Fix incorrect FSF addresses | Dan | 1 | -1/+1 | |
2013-04-30 | Use mate-disk-usage-analyzer icon instead of baobab | Stefano Karapetsas | 2 | -2/+2 | |
2013-04-29 | change installation path of mate-disk-usage-analyzer icon to hicolor | raveit | 5 | -6/+6 | |
2013-02-18 | Update makefiles for automake 1.13 | Dan Mashal | 1 | -1/+1 | |
2013-02-09 | baobab: Fix missing static void keywords | Stefano Karapetsas | 1 | -0/+1 | |
2012-12-24 | mate-disk-usage-analyzer: Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+12 | |
2012-11-18 | Merge branch 'master' of github.com:mate-desktop/mate-utils | Steve Zesch | 14 | -425/+308 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 4 | -8/+8 | |
2012-11-18 | Fix some issues with Makefile.am after Gsettings conversion | Brent Hull | 1 | -3/+4 | |