aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-24 08:50:16 -0400
committerGitHub <noreply@github.com>2016-06-24 08:50:16 -0400
commitb34a4dc88a3b9d80dbd77bf97de57047f7a8efc0 (patch)
treea533d90e99f044844b905e2b0a32a576b3bae5a7 /ROADMAP
parentCleaning up the lumina FreeBSD makefile. (diff)
parentadding logo file (diff)
downloadlumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.tar.gz
lumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.tar.bz2
lumina-b34a4dc88a3b9d80dbd77bf97de57047f7a8efc0.zip
Merge pull request #234 from q5sys/master
Add keyboard shortcut for showing/hiding hidden files and PCBSD/TrueOS changeover edits
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP4
1 files changed, 2 insertions, 2 deletions
diff --git a/ROADMAP b/ROADMAP
index fb6dfe54..f7ed9964 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -20,7 +20,7 @@ Add network probing functionality (for lumina-fm mainly)
- Will need integration into LuminaOS and possible LuminaUtils
- Will need an OS-specific method of requesting that the system mount the network
drive on the system
- - Use "avahi-browse" on PC-BSD?
+ - Use "avahi-browse" on TrueOS?
Add OS-specific suspend/resume functionality
- Will be integrated into lumina-screensaver primarily
@@ -48,7 +48,7 @@ New Frameworks:
- LuminaThemeEngine library for use by all Qt applications
(binary module/wrapper around the current theme engine functionality)
-PDF Viewing Capabilities (Extremely Low Priority: just created pc-pdfviewer for PC-BSD)
+PDF Viewing Capabilities (Extremely Low Priority: just created pc-pdfviewer for TrueOS)
- Could be a new utility, but would prefer the functionality be put into libLumina
so that lumina-fm can also use it.
- Great for quickly viewing/printing PDF files (since most PDF utilities appear to be DE-specific)
bgstack15