summaryrefslogtreecommitdiff
path: root/gsearchtool
AgeCommit message (Collapse)AuthorFilesLines
2018-12-25tx: sync with transifexraveit65106-7860/+99925
2018-10-06Use make functions for HELP_LINGUASrbuj1-2/+6
2018-10-05Tx: simplify source generation and update themraveit652-793/+0
2018-10-05Replace -Dokumentationsprojekt with Documentation Projectrbuj1-3/+3
2018-09-23tx: update source file for disk-usage-analyzer and search-toolraveit651-2/+2
2018-09-23Fix spelling and grammar mistakesrbuj1-1/+1
2018-09-23search-tool: replace deprecated gtk_menu_popupraveit651-4/+4
2018-09-14Add Catalan screenshotsrbuj1-0/+0
2018-09-13tx: add mate-search-tool to transifexraveit652-0/+793
2018-07-12gsearchtool: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-02-14avoid deprecated GtkStockPablo Barciela4-23/+69
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-5/+1
2017-08-03avoid deprecated gdk_screen_make_display_nameZenWalker1-3/+2
2017-07-28don't use deprecated gtk_show_uriraveit651-0/+5
2017-07-18avoid deprecated gdk_screen_get_numberZenWalker1-4/+4
2017-05-11searchtool & logview: avoid deprecated GtkAlignmentraveit651-5/+2
2017-01-31drop all the ancient changelogsmonsta2-3503/+0
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta5-126/+0
and require mate-panel >= 1.17
2016-11-22fix indent a bit and remove some weird commented codemonsta3-9/+9
2016-11-22gsearchtool: remove win32 & quartz leftovers from libeggmonsta2-12/+0
2016-09-01avoid deprecated gdk_cursor_new ()raveit651-2/+5
2016-08-07GTK+-3 search: avoid deprecated gdk_app_launch_context_new ()raveit651-1/+19
2016-08-06GTK+-3.0 search: port GtkTable to GtkGridraveit651-0/+24
2016-05-30GTK3 searchtool: don't use deprecated gdk_threads_{enter/leave} ()raveit651-1/+12
2016-01-21[GTK+3] gsearchtool: fix deprecated usage of Gtk{H,V}Box, GtkHButtonBoxmonsta2-4/+50
2016-01-21[GTK+3] gsearchtool: fix a couple of deprecationsmonsta2-0/+6
2016-01-21gsearchtool: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-4/+4
2016-01-03drop MateConf migration scriptsMonsta2-31/+0
2015-09-25configure: drop useless --enable-deprecated optionMonsta3-8/+0
2015-09-09More translation fixes for gsettings schemasinfirit1-35/+35
2015-09-09Fixup gettext domain in gsettings schemasinfirit1-1/+1
2015-09-09gsearchtool: move smclient stuff there, move sources to src/ subdirmonsta20-71/+3845
2015-09-09gsearchtool: drop README from libmateui-deprecatedmonsta1-9/+0
2015-07-08help: remove duplicate tags, fix broken buildMonsta1-1/+0
2015-07-07Help: adjust legal stuffraveit651-15/+38
2015-07-07help: fix mate feedback linksraveit651-1/+1
2015-07-07Revert "remove non-existing mate-feedback links"raveit651-0/+6
This reverts commit cd84b3bb31589e53567378d1e7d6b18ed2fa0d55. With docbook help the missing page is there
2015-06-25remove non-existing mate-feedback linksraveit651-6/+0
2015-06-23help: fix broken imagesraveit656-0/+0
2015-06-23help: add missing images to make filesraveit651-0/+2
2015-03-13baobab, gsearchtool: first connect to settings, then read them.Monsta1-5/+5
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-24use unique names in desktop filesraveit651-1/+1
Closes https://github.com/mate-desktop/mate-utils/pull/88
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-16gsearchtool: Do not use g_settings_list_schemasinfirit1-8/+7
2014-12-15don't leak memoryMonsta2-6/+7
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 translationinfirit1-3/+3
2014-11-10appdata: Fixup spelling of MATEinfirit1-2/+2
2014-11-10appdata: Add autotool bits for appdatainfirit2-1/+9
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!