aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-01-18 13:21:23 -0500
committerKen Moore <moorekou@gmail.com>2016-01-18 13:21:23 -0500
commitcc3d5d8cb9a3c54481bd69867ca9d13abb6a95a0 (patch)
tree9a83dfed7fcfcf23391a9e3a05b2ce68e9a3ef7e
parentAdjust the Linux/Fedora build options a bit: Now Linux systems will use /usr ... (diff)
parentUpdate the Roadmap for Lumina (diff)
downloadlumina-cc3d5d8cb9a3c54481bd69867ca9d13abb6a95a0.tar.gz
lumina-cc3d5d8cb9a3c54481bd69867ca9d13abb6a95a0.tar.bz2
lumina-cc3d5d8cb9a3c54481bd69867ca9d13abb6a95a0.zip
Merge branch 'master' of github.com:pcbsd/lumina
-rw-r--r--ROADMAP4
1 files changed, 4 insertions, 0 deletions
diff --git a/ROADMAP b/ROADMAP
index 30af3cf5..fb6dfe54 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -31,6 +31,10 @@ Redesign the lumina-open dialog (specifically, the widget used to browse the ava
-----------------------------------------
TO-DO (medium projects)
-----------------------------------------
+Better Search Algorithms:
+ - implement keyword search and tagging ability
+ - general improvements to finding more relavent files
+
Abstraction (move into libLumina):
- lumina-fm bookmarks? (possibly integrate into the favorites)
- Plugins (desktop and panel): this allows lumina-config to more easily probe/utilize
bgstack15