Age | Commit message (Expand) | Author | Files | Lines |
2010-03-19 | Fix typo in comment | Vincent Untz | 1 | -1/+1 |
2010-03-19 | Make icon names with an extension for Icon key a non-fatal error | Vincent Untz | 1 | -6/+5 |
2010-03-19 | Accept chemical/* mime types as valid types | Vincent Untz | 1 | -1/+6 |
2010-03-10 | Handle some exceptions to be a bit more flexible | Vincent Untz | 1 | -21/+74 |
2010-03-10 | Make the invalid mime type error non-fatal for now | Vincent Untz | 1 | -5/+5 |
2010-03-10 | Fix wrong return value in case of error | Vincent Untz | 1 | -1/+1 |
2010-03-10 | Fix warning for X- media types not showing | Vincent Untz | 1 | -1/+2 |
2010-03-10 | Handle some fdo media types correctly | Vincent Untz | 1 | -9/+30 |
2010-03-10 | Make some of the new errors non-fatal for now | Vincent Untz | 1 | -8/+25 |
2010-03-10 | Accept empty Categories key as valid | Vincent Untz | 1 | -0/+4 |
2010-03-10 | Mark the AutostartCondition key as an Application key | Vincent Untz | 1 | -0/+2 |
2010-03-10 | Use g_utf8_strchr instead of strchr to be on the safe side | Vincent Untz | 1 | -1/+1 |
2010-03-10 | Use G_DIR_SEPARATOR instead of '/' | Vincent Untz | 1 | -1/+1 |
2010-03-10 | Handle AutostartCondition key | Vincent Untz | 1 | -1/+105 |
2010-03-10 | Tweak an error string | Vincent Untz | 1 | -2/+3 |
2010-03-10 | Improve one string for translation | Vincent Untz | 1 | -11/+4 |
2010-03-10 | Mark all output strings as translatable | Vincent Untz | 1 | -8/+10 |
2010-03-10 | Consistent use of quotes in error messages | Vincent Untz | 1 | -6/+6 |
2010-03-10 | Improve error messages | Vincent Untz | 1 | -4/+8 |
2010-03-10 | Update copyrights, and add vim modelines | Vincent Untz | 9 | -47/+90 |
2010-03-10 | Fix indentation and remove trailing spaces | Vincent Untz | 5 | -73/+74 |
2010-03-10 | Remove .cvsignore files | Vincent Untz | 1 | -9/+0 |
2010-03-10 | Use git.mk from pango to autogenerate .gitignore files | Vincent Untz | 1 | -0/+2 |
2009-01-10 | add "warning" to the error strings that are output when fixing the desktop | Vincent Untz | 1 | -2/+2 |
2009-01-10 | add LXDE in the list of registered OnlyShowIn values. | Vincent Untz | 1 | -1/+1 |
2008-12-10 | fix warning in a comment | Vincent Untz | 1 | -1/+1 |
2008-04-27 | Be stricter for the MIME type check. It's actually a bit too strict right | Vincent Untz | 5 | -96/+287 |
2008-04-26 | check that the Comment does not look like the Name of the GenericName | Vincent Untz | 1 | -8/+51 |
2008-04-26 | make a few more structure static, change the way we store data about the | Vincent Untz | 2 | -67/+231 |
2008-04-26 | at least one main category must be included in the Categories. Output an | Vincent Untz | 1 | -3/+22 |
2008-03-06 | don't unlink the destination file if it's the same as the source file in | Vincent Untz | 1 | -2/+7 |
2008-02-05 | Fix crash with really small lines that are invalid, like just "a". Fox bug | Vincent Untz | 1 | -1/+10 |
2008-01-20 | don't get the MimeType key from the first start group (which might not | Vincent Untz | 2 | -1/+4 |
2007-12-14 | Consider icon names with extensions a warning and not an error for now. | Ray Strode | 1 | -1/+1 |
2007-09-01 | validate the desktop file after modifying its content, but before doing | Vincent Untz | 1 | -9/+10 |
2007-09-01 | Don't exit(), but let the main() function do it with a proper error | Vincent Untz | 1 | -5/+8 |
2007-09-01 | require glib 2.8.0 kill (main): directly use g_mkdir_with_parents() | Vincent Untz | 1 | -23/+1 |
2007-09-01 | simplify the code with a macro (parse_options_callback): if | Vincent Untz | 1 | -67/+44 |
2007-08-18 | handle -m too. Fix bug #12018. Patch by Matthias Clasen | Vincent Untz | 1 | -3/+6 |
2007-08-18 | Handle X-Foo in environments. Based on patch by Stanislav Brabec | Vincent Untz | 1 | -2/+9 |
2007-07-27 | new, checks that the value is either an absolute path to a file, or that | Vincent Untz | 1 | -1/+51 |
2007-07-08 | pass the GError to g_key_file_load_from_file(), so we know when we can't | Vincent Untz | 1 | -1/+1 |
2007-06-04 | add myself update URL of the desktop entry spec | Vincent Untz | 1 | -1/+1 |
2007-06-04 | check if we have a vendor name before using it (main): fix bug when no | Vincent Untz | 1 | -11/+3 |
2007-06-04 | Don't use GKeyFile in the validator, so we really control everything. | Vincent Untz | 2 | -178/+490 |
2007-03-15 | remove mention of desktop-menu-tool kill, was useless and deprecated | Vincent Untz | 10 | -2830/+2205 |
2006-11-07 | If a desktop file contains "Applications" instead of "Application" make | Ray Strode | 1 | -2/+2 |
2006-11-07 | Print a warning instead of an error if categories aren't defined by the | Ray Strode | 1 | -36/+44 |
2006-11-07 | Validate keywords as localestrings instead of strings (red hat bug | Ray Strode | 1 | -1/+1 |
2006-11-07 | update categories to match the latest version of the desktop menu | Ray Strode | 1 | -23/+31 |