summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Bump version to 1.9.1mate-utils-1.9.1Stefano Karapetsas2-2/+2
2015-01-14gsearchtool: safer access to list element's dataMonsta1-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-29mate-screenshot: fix UI load in GTK+3 buildMonsta1-2/+0
these two events are set up in the code anyway
2014-12-29set resize grip in the code nowinfirit1-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-29mate-disk-usage-analyzer: fix UI load in GTK+3 buildMonsta1-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-17mate-dictionary: don't free GError more than onceMonsta2-2/+0
because that error dialog function frees it already
2014-12-17Update required versions in several placesinfirit2-5/+5
2014-12-17Revert "bumped deps in README"infirit1-2/+2
This reverts commit 45d35479612f207849e0851566fef58ece01eaac.
2014-12-17bumped deps in READMEmonsta1-2/+2
2014-12-17mate-screenshot: show the actual error message when UI load failsMonsta1-4/+7
Closes https://github.com/mate-desktop/mate-utils/pull/81
2014-12-16fix GTK+3 buildMonsta1-1/+1
2014-12-16gsearchtool: Do not use g_settings_list_schemasinfirit1-8/+7
2014-12-16mate-screenshot: Do not use g_settings_list_schemasinfirit1-10/+5
2014-12-15Revert "mate-screenshot: simplify get_desktop_dir()"infirit1-1/+27
This reverts commit 21c397d825cb06890efb0e847c13b9c3c6254db0.
2014-12-15mate-screenshot: simplify get_desktop_dir()infirit1-27/+1
2014-12-15Fix deprecated functionsinfirit9-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-15Remove deprecated g_thread_initinfirit2-4/+0
2014-12-15mate-dictionary: implicit declaration of g_mkdirinfirit1-0/+1
2014-12-15don't leak memoryMonsta4-6/+9
2014-12-15va_start should be paired with va_endMonsta1-0/+1
2014-12-15properly NULL-init some vars to avoid logic flaws laterMonsta1-3/+3
2014-12-15zero-init signals arraymonsta1-1/+1
2014-11-13Gtk+3: Fix build, closes #77infirit1-1/+1
2014-11-10Add missing #include <config.h> to make translations workinfirit12-3/+45
Based on gnome-utils commit: 95edffa91ed559515d659187baba6ec7806b251b From: Kjartan Maraas <[email protected]>
2014-11-10mate-screenshot: Several fixes taken from gnome-screenshotinfirit3-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-10Fix typo (G_TYPE_INSTANCE_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE)infirit1-1/+1
Based on gnome-utils commit: 0bf63957d9ea7055b56332d567966701db99ccb5 From: Piotr Eljasiak <[email protected]>
2014-11-10mate-search-tool: open folder menu item can be misleadinginfirit2-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-10appdata: Add necessary markers for translationinfirit4-12/+12
2014-11-10appdata: Fixup spelling of MATEinfirit4-7/+7
2014-11-10appdata: Add autotool bits for appdatainfirit9-11/+39
2014-11-09Update mate-screenshot.appdata.xmlalxpl1-5/+0
2014-11-09Create mate-search-tool.appdata.xmlalxpl1-0/+33
(Should this have been placed in the data folder?) 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-11-09Create mate-screenshot.appdata.xmlalxpl1-0/+32
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-11-09Create mate-disk-usage-analyzer.appdata.xmlalxpl1-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-11-09Create mate-dictionary.appdata.xmlalxpl1-0/+32
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-12Sync translations with transifexmate-i18n5-121/+123
2014-07-03Remove has_separator properties from ui filesmate-utils-1.9.0Stefano Karapetsas2-2/+0
2014-07-03gsearchtool: Fix format-security warningStefano Karapetsas1-2/+2
2014-07-01Replace deprecated GTK_WIDGET_SET_FLAGSinfirit1-1/+1
2014-07-01GDK_KEY_* was introduced in Gtk+ 2.22infirit6-37/+22
2014-07-01Remove deprecated gtk_dialog_set_has_separatorinfirit1-3/+0
2014-07-01Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possibleinfirit3-32/+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-01Drop support for Gtk+ < 2.24infirit4-16/+1
2014-07-01Drop deprecated g_type_init, type initialized automatically.infirit2-8/+0
2014-07-01Drop support for Glib < 2.36infirit7-55/+2
2014-05-01Fix copy/paste error in deprecated config optioninfirit1-3/+3
2014-05-01Use DISABLE_DEPRECATED variable for deprecationinfirit6-9/+6
2014-05-01Add configure option to en/disable deprecationsinfirit1-0/+9
2014-04-30Sync translations with transifexmate-i18n4-235/+229
2014-04-30Update NEWSStefano Karapetsas1-0/+3