summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/DESIGN
authorzecke <zecke>2004-03-22 23:32:41 (UTC)
committer zecke <zecke>2004-03-22 23:32:41 (UTC)
commit428b687982966dc2efabaf6dbcc55ad0ea30aa10 (patch) (unidiff)
tree86da20abd2e4b97a59dc32e17996bde5ee74cc91 /noncore/graphics/opie-eye/DESIGN
parent7ce623c6351646ce738a81e103632d73c5454ecc (diff)
downloadopie-428b687982966dc2efabaf6dbcc55ad0ea30aa10.zip
opie-428b687982966dc2efabaf6dbcc55ad0ea30aa10.tar.gz
opie-428b687982966dc2efabaf6dbcc55ad0ea30aa10.tar.bz2
Initial Check in of the Eye Of Zilla. This ImageViewer features
Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display
Diffstat (limited to 'noncore/graphics/opie-eye/DESIGN') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/DESIGN22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/DESIGN b/noncore/graphics/opie-eye/DESIGN
new file mode 100644
index 0000000..b3943df
--- a/dev/null
+++ b/noncore/graphics/opie-eye/DESIGN
@@ -0,0 +1,22 @@
1The Design of the Eye Caramba Opie Image Viewer.
2
3It consists out of several Parts:
4
51.) A interface for Getting Information, Files and Requesting Pixmap and the Full Image
62.) A ImageCache which uses the current Interface to request the Pixmap in the given side
7 (the gui will listen to the slot and insert the image )
83.) A small library which gives the Image Info and Pixmap. Internally it'll have a forked slave
9 to do the actual work. It'll also write thumbnails.
104.) The Interface parts are designed for stuff like FileSystem View or Digi Cam support which would
11 read thumbnail from different locations
12
13
14
15TODO:
16 - Special QIconListViewItem painting routines to include BEAM,Rename,Delete,Rotate buttons
17 - Create SlideShows
18 -Add from View. Will ask to add to a slide show
19 -And special slideshow widget for the order
20 -Save in Config within AppDir of eyecaramba
21
22