Split disco_t -> path_to_object into object_path and object_filename so it is more...
[pandora-libraries.git] / TODO.txt
index 58ebe01..97388cc 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,7 +1,23 @@
 
 Some things to be done..
 
+- put in code to fetch clock speed, and add clock speed handler to pnd_apps_exec
+
+- remove -u's from pnd_apps_exec and pnd_emit_dotdesktop
+
+- replace brute force memcmp() in pnd pnd with a fancy pants CS alg
+
 - review pnd_tinyxml to ensure the PXML_FILENAME is csae insensitive as needed
+- fix pnd_tinyxml.. why does it need 'if ( s )' protection. it assumes some filename weird stuff
+    - why does it need filenames at all for icons/etc?!
+
+- fix is_pxml_valid_app() .. right now it always returns 1!
+
+- make pnd_pndfiles seek of PXML more efficient; fread ( 1, nmemb ) gotta be slow :)
+
+- make accrused PXML from pnd-buffer growable, not locked at 32k/X size
+
+- make sensible override code, so it picks up all fields... or compares fields; not just copies _en
 
 apps/pndnotifyd.c:// TODO: Catch HUP and reparse config
 apps/pndnotifyd.c:// TODO: Should perhaps direct all printf's through a vsprintf handler to avoid redundant "if ! g_daemon_mode"