summaryrefslogtreecommitdiff
path: root/gsearchtool
AgeCommit message (Collapse)AuthorFilesLines
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!
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.22infirit1-9/+6
2014-07-01Drop support for Gtk+ < 2.24infirit1-6/+0
2014-07-01Drop support for Glib < 2.36infirit1-4/+0
2014-05-01Use DISABLE_DEPRECATED variable for deprecationinfirit1-1/+1
2014-04-30gsearchtool: Add GTK3 supportStefano Karapetsas3-14/+34
2014-04-26Fix several hyphens-used-as-minus-sign issues on two of the man pagesMike Gabriel1-1/+1
Closes https://github.com/mate-desktop/mate-utils/issues/64
2014-04-26Add keywords key to .desktop filesStefano Karapetsas1-0/+1
Closes https://github.com/mate-desktop/mate-utils/issues/63
2014-02-24gsearchtool: Fix search history entrydcharlespyle1-1/+2
Fixes problem of search history entries not showing up on the combobox in mate-search-tool
2014-01-06Merge pull request #56 from infirit/masterStefano Karapetsas1-1/+1
Remove MATE from category in dor desktop files.
2014-01-06Remove MATE from category in dor desktop files.infirit1-1/+1
* QA Notice: This package installs one or more .desktop files that do not * pass validation. * * /usr/share/applications/mate-dictionary.desktop: error: value "MATE;GTK;Office;Dictionary;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-screenshot.desktop: error: value "GTK;MATE;Utility;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-search-tool.desktop: error: value "MATE;GTK;Utility;Core;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" * /usr/share/applications/mate-system-log.desktop: error: value "GTK;MATE;System;Monitor;" for key "Categories" in group "Desktop Entry" contains an unregistered value "MATE"; values extending the format should start with "X-" *
2014-01-06Fix makefiles for make distStefano Karapetsas1-1/+1
2013-11-05Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-6/+6
2013-08-03Use yelp-tools instead of mate-doc-utilsinfirit20-71/+69
2013-06-15Fix incorrect FSF addressesDan6-6/+6
2013-02-18Update makefile for automake 1.13Dan Mashal1-1/+1
2013-02-18Update makefiles for automake 1.13Dan Mashal1-1/+1
2013-01-03Remove mate-search-tool mateconf schemaBrent Hull1-393/+0
2013-01-03Port mate-search-tool to gsettings (based on GNOME patch, but restoring caja ↵Brent Hull12-603/+590
date-format preference)
2012-11-18fixed incorrect fsf addresses.Steve Zesch8-10/+10
2012-10-02add support for older glib versionsStefano Karapetsas1-1/+5