summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05docs: Remove Autotools info from README and update stale linksHans Petter Jansson1-16/+6
2020-06-18doc: Update installation instructionsHans Petter Jansson1-3/+11
2010-09-10Update README to stop saying there's no docVincent Untz1-2/+1
2010-09-08Add HACKING, update READMEVincent Untz1-3/+48
2007-09-01small improvementsVincent Untz1-3/+8
2007-09-01 Vincent Untz <vuntz@gnome.org> * README: small improvements
2007-03-15remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz1-2/+0
2007-03-15 Vincent Untz <vuntz@gnome.org> * README: remove mention of desktop-menu-tool * acconfig.h: kill, was useless and deprecated * src/eggintl.h: kill, was useless since quite some time * autogen.sh: * configure.in: updated because of src/desktop_file.h removal * src/Makefile.am: updated for file removals/additions * src/desktop_file.[ch]: removed. We don't use this anymore (it was based on GnomeDesktopItem which nobody maintains and is too complex for what we need) * keyfileutils.[ch]: new, contains some useful functions based on GKeyFile * src/install.c: updated for changes (GnomeDesktopFile -> GKeyFile) (process_one_file): ditto also, improves a bit the --help output * src/validate.[ch]: pretty much a rewrite. This is based on GKeyFile for now, but it'll be moved to a small parser soon, so we are not limited because of the GKeyFile parser. The validator verifies more things, warns about usage of deprecated stuff, and contains some other nice improvements. It probably contains some bugs, though. * src/validator.c: updated (well, rewritten, since it's only the main() function). We also now have some command line arguments: --warn-kde to warn about usage of KDE reserved stuff --no-warn-deprecated to not warn about usage of deprecated stuff
2003-05-01change to only warn about invalid keys, don't die (enum_keys): removeHavoc Pennington1-0/+2
2003-05-01 Havoc Pennington <hp@redhat.com> * src/validate.c: change to only warn about invalid keys, don't die (enum_keys): remove warning about Icon field with no .png extension (desktop_file_validate): fix to reset fatal_error_occurred on each call * src/gen-compat-tree.c: hook up the new menu code, so we can start debugging * src/validate.c: allow GenericName, StartupNotify, StartupWMClass * src/menu-parser.c: got it compiling, most code should be there, untested
2002-05-21some stuff that should have been commited a while agoHavoc Pennington1-1/+6
2002-05-06initial importHavoc Pennington1-0/+1