summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* build: Update all Makefile.am to more recent standardsVincent Untz2010-09-201-8/+8
* Sort mime types alphabetically in update-desktop-database cacheVincent Untz2010-09-101-1/+10
* Rework help of all toolsVincent Untz2010-09-103-67/+69
* Always output values as lists in the cache from update-desktop-databaseVincent Untz2010-09-101-3/+1
* If -q and -v are passed to update-desktop-database, ignore -vVincent Untz2010-09-101-1/+1
* Fix typo in commentVincent Untz2010-03-191-1/+1
* Make icon names with an extension for Icon key a non-fatal errorVincent Untz2010-03-191-6/+5
* Accept chemical/* mime types as valid typesVincent Untz2010-03-191-1/+6
* Handle some exceptions to be a bit more flexibleVincent Untz2010-03-101-21/+74
* Make the invalid mime type error non-fatal for nowVincent Untz2010-03-101-5/+5
* Fix wrong return value in case of errorVincent Untz2010-03-101-1/+1
* Fix warning for X- media types not showingVincent Untz2010-03-101-1/+2
* Handle some fdo media types correctlyVincent Untz2010-03-101-9/+30
* Make some of the new errors non-fatal for nowVincent Untz2010-03-101-8/+25
* Accept empty Categories key as validVincent Untz2010-03-101-0/+4
* Mark the AutostartCondition key as an Application keyVincent Untz2010-03-101-0/+2
* Use g_utf8_strchr instead of strchr to be on the safe sideVincent Untz2010-03-101-1/+1
* Use G_DIR_SEPARATOR instead of '/'Vincent Untz2010-03-101-1/+1
* Handle AutostartCondition keyVincent Untz2010-03-101-1/+105
* Tweak an error stringVincent Untz2010-03-101-2/+3
* Improve one string for translationVincent Untz2010-03-101-11/+4
* Mark all output strings as translatableVincent Untz2010-03-101-8/+10
* Consistent use of quotes in error messagesVincent Untz2010-03-101-6/+6
* Improve error messagesVincent Untz2010-03-101-4/+8
* Update copyrights, and add vim modelinesVincent Untz2010-03-109-47/+90
* Fix indentation and remove trailing spacesVincent Untz2010-03-105-73/+74
* Remove .cvsignore filesVincent Untz2010-03-101-9/+0
* Use git.mk from pango to autogenerate .gitignore filesVincent Untz2010-03-101-0/+2
* add "warning" to the error strings that are output when fixing the desktopVincent Untz2009-01-101-2/+2
* add LXDE in the list of registered OnlyShowIn values.Vincent Untz2009-01-101-1/+1
* fix warning in a commentVincent Untz2008-12-101-1/+1
* Be stricter for the MIME type check. It's actually a bit too strict rightVincent Untz2008-04-275-96/+287
* check that the Comment does not look like the Name of the GenericNameVincent Untz2008-04-261-8/+51
* make a few more structure static, change the way we store data about theVincent Untz2008-04-262-67/+231
* at least one main category must be included in the Categories. Output anVincent Untz2008-04-261-3/+22
* don't unlink the destination file if it's the same as the source file inVincent Untz2008-03-061-2/+7
* Fix crash with really small lines that are invalid, like just "a". Fox bugVincent Untz2008-02-051-1/+10
* don't get the MimeType key from the first start group (which might notVincent Untz2008-01-202-1/+4
* Consider icon names with extensions a warning and not an error for now.Ray Strode2007-12-141-1/+1
* validate the desktop file after modifying its content, but before doingVincent Untz2007-09-011-9/+10
* Don't exit(), but let the main() function do it with a proper errorVincent Untz2007-09-011-5/+8
* require glib 2.8.0 kill (main): directly use g_mkdir_with_parents()Vincent Untz2007-09-011-23/+1
* simplify the code with a macro (parse_options_callback): ifVincent Untz2007-09-011-67/+44
* handle -m too. Fix bug #12018. Patch by Matthias ClasenVincent Untz2007-08-181-3/+6
* Handle X-Foo in environments. Based on patch by Stanislav BrabecVincent Untz2007-08-181-2/+9
* new, checks that the value is either an absolute path to a file, or thatVincent Untz2007-07-271-1/+51
* pass the GError to g_key_file_load_from_file(), so we know when we can'tVincent Untz2007-07-081-1/+1
* add myself update URL of the desktop entry specVincent Untz2007-06-041-1/+1
* check if we have a vendor name before using it (main): fix bug when noVincent Untz2007-06-041-11/+3
* Don't use GKeyFile in the validator, so we really control everything.Vincent Untz2007-06-042-178/+490