summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update README to stop saying there's no docVincent Untz2010-09-101-2/+1
|
* Add HACKING, update READMEVincent Untz2010-09-081-3/+48
|
* small improvementsVincent Untz2007-09-011-3/+8
| | | | | | 2007-09-01 Vincent Untz <vuntz@gnome.org> * README: small improvements
* remove mention of desktop-menu-tool kill, was useless and deprecatedVincent Untz2007-03-151-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
* change to only warn about invalid keys, don't die (enum_keys): removeHavoc Pennington2003-05-011-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
* some stuff that should have been commited a while agoHavoc Pennington2002-05-211-1/+6
|
* initial importHavoc Pennington2002-05-061-0/+1