summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Fix typo in commentVincent Untz1-1/+1
2010-03-19Make icon names with an extension for Icon key a non-fatal errorVincent Untz1-6/+5
2010-03-19Accept chemical/* mime types as valid typesVincent Untz1-1/+6
2010-03-10Handle some exceptions to be a bit more flexibleVincent Untz1-21/+74
2010-03-10Make the invalid mime type error non-fatal for nowVincent Untz1-5/+5
2010-03-10Fix wrong return value in case of errorVincent Untz1-1/+1
2010-03-10Fix warning for X- media types not showingVincent Untz1-1/+2
2010-03-10Handle some fdo media types correctlyVincent Untz1-9/+30
2010-03-10Make some of the new errors non-fatal for nowVincent Untz1-8/+25
2010-03-10Accept empty Categories key as validVincent Untz1-0/+4
2010-03-10Mark the AutostartCondition key as an Application keyVincent Untz1-0/+2
2010-03-10Use g_utf8_strchr instead of strchr to be on the safe sideVincent Untz1-1/+1
2010-03-10Use G_DIR_SEPARATOR instead of '/'Vincent Untz1-1/+1
2010-03-10Handle AutostartCondition keyVincent Untz1-1/+105
2010-03-10Tweak an error stringVincent Untz1-2/+3
2010-03-10Improve one string for translationVincent Untz1-11/+4
2010-03-10Mark all output strings as translatableVincent Untz1-8/+10
2010-03-10Consistent use of quotes in error messagesVincent Untz1-6/+6
2010-03-10Improve error messagesVincent Untz1-4/+8
2010-03-10Update copyrights, and add vim modelinesVincent Untz9-47/+90
2010-03-10Fix indentation and remove trailing spacesVincent Untz5-73/+74
2010-03-10Remove .cvsignore filesVincent Untz1-9/+0
2010-03-10Use git.mk from pango to autogenerate .gitignore filesVincent Untz1-0/+2
2009-01-10add "warning" to the error strings that are output when fixing the desktopVincent Untz1-2/+2
2009-01-10add LXDE in the list of registered OnlyShowIn values.Vincent Untz1-1/+1
2008-12-10fix warning in a commentVincent Untz1-1/+1
2008-04-27Be stricter for the MIME type check. It's actually a bit too strict rightVincent Untz5-96/+287
2008-04-26check that the Comment does not look like the Name of the GenericNameVincent Untz1-8/+51
2008-04-26make a few more structure static, change the way we store data about theVincent Untz2-67/+231
2008-04-26at least one main category must be included in the Categories. Output anVincent Untz1-3/+22
2008-03-06don't unlink the destination file if it's the same as the source file inVincent Untz1-2/+7
2008-02-05Fix crash with really small lines that are invalid, like just "a". Fox bugVincent Untz1-1/+10
2008-01-20don't get the MimeType key from the first start group (which might notVincent Untz2-1/+4
2007-12-14Consider icon names with extensions a warning and not an error for now.Ray Strode1-1/+1
2007-09-01validate the desktop file after modifying its content, but before doingVincent Untz1-9/+10
2007-09-01Don't exit(), but let the main() function do it with a proper errorVincent Untz1-5/+8
2007-09-01require glib 2.8.0 kill (main): directly use g_mkdir_with_parents()Vincent Untz1-23/+1
2007-09-01simplify the code with a macro (parse_options_callback): ifVincent Untz1-67/+44
2007-08-18handle -m too. Fix bug #12018. Patch by Matthias ClasenVincent Untz1-3/+6
2007-08-18Handle X-Foo in environments. Based on patch by Stanislav BrabecVincent Untz1-2/+9
2007-07-27new, checks that the value is either an absolute path to a file, or thatVincent Untz1-1/+51
2007-07-08pass the GError to g_key_file_load_from_file(), so we know when we can'tVincent Untz1-1/+1
2007-06-04add myself update URL of the desktop entry specVincent Untz1-1/+1
2007-06-04check if we have a vendor name before using it (main): fix bug when noVincent Untz1-11/+3
2007-06-04Don't use GKeyFile in the validator, so we really control everything.Vincent Untz2-178/+490
2007-03-15remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz10-2830/+2205
2006-11-07If a desktop file contains "Applications" instead of "Application" makeRay Strode1-2/+2
2006-11-07Print a warning instead of an error if categories aren't defined by theRay Strode1-36/+44
2006-11-07Validate keywords as localestrings instead of strings (red hat bugRay Strode1-1/+1
2006-11-07update categories to match the latest version of the desktop menuRay Strode1-23/+31