author | zecke <zecke> | 2004-11-12 17:13:38 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-11-12 17:13:38 (UTC) |
commit | a4b09be869f18dbd79b641afb065ca088889374c (patch) (unidiff) | |
tree | 8e0f728cc8da0bb732196fb0383aea72ba389655 | |
parent | 790b6606eeec871bf68092b99f9c10bec084fe17 (diff) | |
download | opie-a4b09be869f18dbd79b641afb065ca088889374c.zip opie-a4b09be869f18dbd79b641afb065ca088889374c.tar.gz opie-a4b09be869f18dbd79b641afb065ca088889374c.tar.bz2 |
Give credit to Rajko Albrecht for making Opie Eye rock
-rw-r--r-- | noncore/graphics/opie-eye/TODO | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/noncore/graphics/opie-eye/TODO b/noncore/graphics/opie-eye/TODO index 8dbf35e..67b054d 100644 --- a/noncore/graphics/opie-eye/TODO +++ b/noncore/graphics/opie-eye/TODO | |||
@@ -1,19 +1,21 @@ | |||
1 | Todo for Opie-Eye | 1 | Todo for Opie-Eye |
2 | 2 | ||
3 | 1.) Extend BigScreen classes to have something like a combined OSplitter and OWidgetStack. | 3 | 1.) Extend BigScreen classes to have something like a combined OSplitter and OWidgetStack. |
4 | On small screens one could toggle this Widget into the View but on BigScreen it would | 4 | On small screens one could toggle this Widget into the View but on BigScreen it would |
5 | be a full widget -> OToggleSplitter | 5 | be a full widget -> OToggleSplitter |
6 | 6 | ||
7 | 2.) Write a Image Info Widget which uses the cache to get the thumb and the slave to get | ||
8 | the info and display it. Make use of OKeyConfigManager to manager keys for up and down | ||
9 | and left and right to switch between views and go from one image to the next. it would | ||
10 | emit signals (alwin) | ||
11 | |||
12 | 3.) Write Image Display component(zecke) | ||
13 | |||
14 | 4.) make the cache tunable at runtime | 7 | 4.) make the cache tunable at runtime |
15 | 5.) fix config gui | 8 | 5.) fix config gui |
16 | 6.) more Configuration | ||
17 | 7.) 2 column mode on big screen | 9 | 7.) 2 column mode on big screen |
18 | 8.) 2/4 pix without info on a row | 10 | 8.) 2/4 pix without info on a row |
19 | 9.) Performance | 11 | 9.) Performance |
12 | |||
13 | Done: | ||
14 | 2.) Write a Image Info Widget which uses the cache to get the thumb | ||
15 | and the slave to get the info and display it. Make use of | ||
16 | OKeyConfigManager to manager keys for up and down and left and right | ||
17 | to switch between views and go from one image to the next. it would | ||
18 | emit signals (alwin) | ||
19 | |||
20 | 3.) Write Image Display component (alwin) | ||
21 | 6.) more Configuration (alwin) | ||