Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-29 | Merge pull request #105 from NiceandGently/master | Martin Wimpress | 4 | -32/+0 | |
remove non-existing mate-feedback links | |||||
2015-06-25 | Merge pull request #104 from monsta/correct-name | Martin Wimpress | 2 | -2/+1 | |
disk usage analyzer: use correct application name, not "Baobab" | |||||
2015-06-25 | remove non-existing mate-feedback links | raveit65 | 4 | -32/+0 | |
2015-06-25 | disk usage analyzer: use correct application name, not "Baobab" | Monsta | 2 | -2/+1 | |
2015-06-24 | Merge pull request #102 from NiceandGently/master | Martin Wimpress | 75 | -3/+24 | |
fix help usage | |||||
2015-06-23 | help: fix broken images | raveit65 | 69 | -0/+0 | |
2015-06-23 | help: fix help link in mate-screenshot | raveit65 | 1 | -1/+1 | |
2015-06-23 | help: add missing images to make files | raveit65 | 2 | -0/+12 | |
2015-06-23 | help: fix help in disk-usage-analyzer | raveit65 | 3 | -2/+11 | |
2015-06-17 | Bump version to 1.10.1mate-utils-1.10.1 | Martin Wimpress | 2 | -1/+6 | |
2015-06-17 | Merge pull request #100 from NiceandGently/master | Martin Wimpress | 10 | -90/+82 | |
fixes for gschema translation | |||||
2015-06-16 | fixes for gschema translation | raveit65 | 10 | -90/+82 | |
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-05-07 | Bump version to 1.10.0mate-utils-1.10.0 | Stefano Karapetsas | 2 | -3/+3 | |
2015-04-06 | Bump version to 1.9.90mate-utils-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-06 | Sync translations with transifex | mate-i18n | 23 | -346/+358 | |
2015-03-13 | baobab, gsearchtool: first connect to settings, then read them. | Monsta | 2 | -13/+13 | |
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-26 | Sync translations with transifex | mate-i18n | 3 | -32/+33 | |
2015-01-25 | Sync translations with transifex | mate-i18n | 90 | -103820/+89971 | |
2015-01-24 | use unique names in desktop files | raveit65 | 3 | -3/+3 | |
Closes https://github.com/mate-desktop/mate-utils/pull/88 | |||||
2015-01-23 | Bump version to 1.9.1mate-utils-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-14 | gsearchtool: safer access to list element's data | Monsta | 1 | -4/+4 | |
g_list_nth_data just returns NULL if either list or element is NULL Closes https://github.com/mate-desktop/mate-utils/pull/87 | |||||
2014-12-29 | mate-screenshot: fix UI load in GTK+3 build | Monsta | 1 | -2/+0 | |
these two events are set up in the code anyway | |||||
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-17 | mate-dictionary: don't free GError more than once | Monsta | 2 | -2/+0 | |
because that error dialog function frees it already | |||||
2014-12-17 | Update required versions in several places | infirit | 2 | -5/+5 | |
2014-12-17 | Revert "bumped deps in README" | infirit | 1 | -2/+2 | |
This reverts commit 45d35479612f207849e0851566fef58ece01eaac. | |||||
2014-12-17 | bumped deps in README | monsta | 1 | -2/+2 | |
2014-12-17 | mate-screenshot: show the actual error message when UI load fails | Monsta | 1 | -4/+7 | |
Closes https://github.com/mate-desktop/mate-utils/pull/81 | |||||
2014-12-16 | fix GTK+3 build | Monsta | 1 | -1/+1 | |
2014-12-16 | gsearchtool: Do not use g_settings_list_schemas | infirit | 1 | -8/+7 | |
2014-12-16 | mate-screenshot: Do not use g_settings_list_schemas | infirit | 1 | -10/+5 | |
2014-12-15 | Revert "mate-screenshot: simplify get_desktop_dir()" | infirit | 1 | -1/+27 | |
This reverts commit 21c397d825cb06890efb0e847c13b9c3c6254db0. | |||||
2014-12-15 | mate-screenshot: simplify get_desktop_dir() | infirit | 1 | -27/+1 | |
2014-12-15 | Fix deprecated functions | infirit | 9 | -7/+37 | |
Remove, now unneeded, gdkkeysyms-compat.h include Always use gtk_combo_box_text_new (since Gtk+ 2.24) Gtk3: do not use gdk_cursor_unref Gtk3: replace gtk_hpaned_new Gtk3: replace gtk_widget_modify_font | |||||
2014-12-15 | Remove deprecated g_thread_init | infirit | 2 | -4/+0 | |
2014-12-15 | mate-dictionary: implicit declaration of g_mkdir | infirit | 1 | -0/+1 | |
2014-12-15 | don't leak memory | Monsta | 4 | -6/+9 | |
2014-12-15 | va_start should be paired with va_end | Monsta | 1 | -0/+1 | |
2014-12-15 | properly NULL-init some vars to avoid logic flaws later | Monsta | 1 | -3/+3 | |
2014-12-15 | zero-init signals array | monsta | 1 | -1/+1 | |
2014-11-13 | Gtk+3: Fix build, closes #77 | infirit | 1 | -1/+1 | |
2014-11-10 | Add missing #include <config.h> to make translations work | infirit | 12 | -3/+45 | |
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]> | |||||
2014-11-10 | mate-screenshot: Several fixes taken from gnome-screenshot | infirit | 3 | -170/+212 | |
Code taken from commits: screenshot: Rewrite event handling in area selection 772b9cc0774468ea21addb85ef843ee8dfef9e00 screenshot: add a workaround to avoid capturing the selection window 745eea03a3092fa055f76132971e3dd2bb4e8737 screenshot: Don't snap the selection 13741db3522aaac8be732567bca00d9c81929b72 | |||||
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 | mate-search-tool: open folder menu item can be misleading | infirit | 2 | -3/+3 | |
Based on gnome-utils commits: 88159d1da89940d062057450e92aa191e364488b b703b0b28e441c15c5416f01670b4b747768e980 From: Dennis Cranston <[email protected]> Gnome Bug: https://bugzilla.gnome.org/show_bug.cgi?id=619499 | |||||
2014-11-10 | appdata: Add necessary markers for translation | infirit | 4 | -12/+12 | |
2014-11-10 | appdata: Fixup spelling of MATE | infirit | 4 | -7/+7 | |
2014-11-10 | appdata: Add autotool bits for appdata | infirit | 9 | -11/+39 | |
2014-11-09 | Update mate-screenshot.appdata.xml | alxpl | 1 | -5/+0 | |