Large change, to support multiple applications within a single PXML.xml file.
authorskeezix <skeezix@flotsam-vm.(none)>
Mon, 1 Mar 2010 03:52:09 +0000 (22:52 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Mon, 1 Mar 2010 03:52:09 +0000 (22:52 -0500)
commit0b54a848982a5985c285e42ac5057745503d1a49
tree901f059562195952b135ff3f1c7074a0dde527c2
parent4c32ce280f9257e80c0b8203981da431c626d972
Large change, to support multiple applications within a single PXML.xml file.
genpxml script was updated to generate properly formed new XML
test apps were updated to comply
pnd_run will attempt to run all subapps right now, for lack of a better idea :)
pndnotifyd will generate all the icons and .desktop files for all subapps, and it should all work
20 files changed:
apps/pnd_info.c
apps/pnd_run.c
apps/pndnotifyd.c
apps/pndvalidator.c
include/pnd_discovery.h
include/pnd_pxml.h
include/pnd_pxml_names.h
include/pnd_tinyxml.h
include/pnd_utility.h
lib/pnd_desktop.c
lib/pnd_discovery.c
lib/pnd_pxml.c
lib/pnd_tinyxml.cpp
lib/pnd_utility.c
test/rawpxmltest.c
testdata/apps/sampleappX/PXML.xml [new file with mode: 0644]
testdata/apps/sampleappX/PXML.xml.bak2 [new file with mode: 0644]
testdata/apps/sampleappX/program.exe [new file with mode: 0644]
testdata/apps/sampleappX/zeldaicon.png [new file with mode: 0644]
testdata/scripts/genpxml.sh