summaryrefslogtreecommitdiffstats
path: root/menu
AgeCommit message (Collapse)AuthorFilesLines
2007-08-18accept X-Foo for environments in OnlyShowIn/NotShowIn. Fix bug #11564.Vincent Untz2-0/+10
2007-08-18 Vincent Untz <vuntz@gnome.org> * menu-spec.xml: accept X-Foo for environments in OnlyShowIn/NotShowIn. Fix bug #11564.
2007-07-27change sysconfdir/desktop/menus/ to sysconfdir/menus/ in one place. FixVincent Untz2-1/+7
2007-07-27 Vincent Untz <vuntz@gnome.org> * menu-spec.xml: change sysconfdir/desktop/menus/ to sysconfdir/menus/ in one place. Fix bug #8289.
2007-02-07Added secondary menu categories Bumped version to 1.0Waldo Bastian2-8/+127
* Added secondary menu categories * Bumped version to 1.0
2007-02-07KDE Desktop Entry -> Desktop EntryWaldo Bastian1-1/+1
2007-01-19Update test namesWaldo Bastian1-2/+2
2007-01-19Added support for LSB's TET test framework Renamed tests to moreWaldo Bastian88-576/+905
* Added support for LSB's TET test framework * Renamed tests to more meaningful names (see ChangeLog for details)
2006-09-19Make stronger recommendations wrt the minimum required set of supportedWaldo Bastian1-213/+233
categories.
2006-09-19This change codifies how to use different .menu files for differentWaldo Bastian1-13/+52
desktop environments. Some distributions currently already do this. This change will require them to set $XDG_MENU_PREFIX accordingly. They should also check that their distribution picks up the applications-merged directory correctly.
2006-07-13Don't fail if system items bleed through in the testsWaldo Bastian1-4/+16
2006-07-13Add a dirty hack for distros that do the sameWaldo Bastian34-70/+70
2006-07-13Fix .menu file in the how to install a submenu exampleWaldo Bastian1-4/+5
2006-03-29Added example for installing sub-menu.Waldo Bastian2-85/+187
2006-03-21Specify correct Type= for .desktop and .directory files Provide guidanceWaldo Bastian1-6/+27
* Specify correct Type= for .desktop and .directory files * Provide guidance to third party application developers on installation directories
2005-12-29Dont't hardcode /tmp/menutestdirWaldo Bastian29-100/+100
2005-06-02two more testslanius4-0/+78
2005-05-22add testslanius2-0/+40
2005-05-22another onlyunallocated testlanius3-0/+34
2005-04-25add test for recursive inclusion of .menu files. Also know as the "getMark McLoughlin3-0/+69
2005-04-25 Mark McLoughlin <mark@skynet.ie> * tests/u: add test for recursive inclusion of .menu files. Also know as the "get really hosed and eat all the RAM you can find" test.
2005-04-21test s: Test that .desktop files under $HOME correctlyWaldo Bastian8-0/+289
override .desktop files at system level test t: Test order in which <Move> elements are processed
2005-04-13Change semantics and remove restrictions on <Move> element to facilitateWaldo Bastian2-32/+22
menu editing.
2005-03-23Clearify DTD conformance and version compatibilityWaldo Bastian2-16/+33
2005-03-22Test for type attribute in <MergeFile>Waldo Bastian4-0/+130
2005-03-22Added type attribute to <MergeFile> element to facilitate menu-editing.Waldo Bastian3-8/+55
(v0.91)
2005-03-17Additional test for MergeFile outside applications-merged directoryWaldo Bastian2-0/+60
2005-02-24Fixed links to www.freedesktop.orgWaldo Bastian2-7/+11
2005-02-18Make it a bit more difficult in order to catch:Mark McLoughlin2-1/+10
2005-02-18 Mark McLoughlin <mark@skynet.ie> Make it a bit more difficult in order to catch: http://bugzilla.gnome.org/show_bug.cgi?id=167758 Thanks to Chris Lahey for the test case. * tests/o/test: put freecell.desktop in a subdirectory.
2005-02-18test thatMark McLoughlin4-0/+48
2005-02-18 Mark McLoughlin <mark@skynet.ie> * tests/o/result, tests/o/test: test that <And><Category>foo</Category><Not><Category>foo</Category></Not></And> doesn't match anything. * README: add bit about how to test the GNOME impl.
2005-02-18Problem pointed out by Waldo.Mark McLoughlin4-6/+14
2005-02-18 Mark McLoughlin <mark@skynet.ie> Problem pointed out by Waldo. * menutest: don't try and run the "CVS" test :) * tests/m/result, tests/n/result: items in a hidden or deleted menu should be considered allocated.
2005-02-10Slight rewording in example of desktop-file id to make it more obviousWaldo Bastian1-3/+3
2005-02-03What to do with entries that have been included in a menu that is deletedWaldo Bastian2-0/+40
2004-12-13elaboration from Waldo.Mark McLoughlin2-1/+8
2004-12-13 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: elaboration from Waldo.
2004-12-10test the new <OnlyUnallocated> behaviour.Mark McLoughlin3-2/+14
2004-12-08 Mark McLoughlin <mark@skynet.ie> * tests/2/result, tests/2/test: test the new <OnlyUnallocated> behaviour.
2004-12-10make <OnlyUnallocated/> be for entries which don't match any <Include>Mark McLoughlin2-13/+22
2004-12-08 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: make <OnlyUnallocated/> be for entries which don't match any <Include> rule rather than entries which don't appear in any menu.
2004-09-03minor typo - "This specification adds two new fields to desktop entries" -Mark McLoughlin2-1/+6
2004-09-03 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: minor typo - "This specification adds two new fields to desktop entries" - s/two/three/
2004-08-29test for NoDisplay=true behavious in .desktop and .directory files.Mark McLoughlin7-6/+78
2004-08-29 Mark McLoughlin <mark@skynet.ie> * tests/m: test for NoDisplay=true behavious in .desktop and .directory files. * data/hidden.desktop, data/hidden.directory: add. * data/apps.directory: add Type=Directory. * menutest: actually generate a test result if one doesn't exist - makes it easier to write new tests.
2004-05-07fix typo in <Menuname> description. Its inline_header rather thanMark McLoughlin2-3/+8
2004-05-07 Mark McLoughlin <mark@skynet.ie> * menu-spec.xml: fix typo in <Menuname> description. Its inline_header rather than inline_title according to the DTD.
2004-04-18Patch from Ville Skyttä <ville.skytta@iki.fi>Mark McLoughlin2-50/+51
2004-04-18 Mark McLoughlin <mark@skynet.ie> Patch from Ville Skyttä <ville.skytta@iki.fi> * menu-spec.xml: editorial changes and typo fixes.
2004-03-20fix listing of categorieslanius1-1/+0
2004-02-03Fix XML parsing.Waldo Bastian1-1/+1
2004-01-31fix menu.dtdlanius1-5/+6
2004-01-31added name attribute to examplelanius1-2/+3
2003-12-12Correct example in "Legacy Menu Hierarchies"Waldo Bastian2-2/+7
2003-12-12Better testing of LegacyDir supportWaldo Bastian4-2/+47
2003-12-06fixed artheader -> articleinfolanius1-2/+2
2003-11-21Test for relative file handling of <MergeFile>Waldo Bastian2-0/+61
2003-11-21Updated to reflect new organisation of tests.Waldo Bastian1-6/+8
2003-11-09small fix in dtdlanius1-1/+1
2003-11-09small fix in dtdlanius1-1/+1
2003-11-09see changeloglanius3-101/+315
2003-10-30s^Grahpics^Graphics^Waldo Bastian1-5/+5