diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 00bb99ac80741fc50ef8a289719373032f2391eb (patch) | |
tree | 3a5a9bf72f942784b38bf77dd66c534662fab5f2 /kmag/TODO | |
download | tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.tar.gz tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmag/TODO')
-rw-r--r-- | kmag/TODO | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/kmag/TODO b/kmag/TODO new file mode 100644 index 0000000..f651880 --- /dev/null +++ b/kmag/TODO @@ -0,0 +1,57 @@ +$Id$ + +Planned features: + +Version 1.0: +- Mouse cursor type configuration +- Right mouse menu +- Configuration dialog +- Translations +- New Icon + +* show cursor +* Put the toolbar at the bottom by default +* Documentation +* KDE3 port +* Mouse cursor show/hide +* Toolbar configuration +* Shortcut configuration +* Maximizing use of the zoomed image display area +* zooming control on toolbar +* on/off rectangle update +* block "garbage" effect when rectangle is outside screen +* Add "Pause" button to pause to the current view +* More cleaner/bare minimal GUI +* Grab window moving with the mouse +* Code cleanup +* New grab-and-move mode for moving zoom area +* Add grabbing and saving of the currently selected area or zoomed area. +* Saving of settings across different instances +* Add printing support +* Always show selected region +* Allow setting of refresh rate +* Copying zoomed image to clipboard on "copy" +* Saving zoomed image to a remote file (via KIO slaves) +* Compilable under KDE 2.x + +Bug Fixing for 1.0: +@ When the zoom area is resized, the zoom display shows garbage outside + the zoomed region +- Sometimes the selection window remains on the screen + => Use overlay to draw the selection window. + +* Zoom selection going out of screen at the bottom edge +* Saved zoomed image always gets saved in home directory + + +Version 2.0: +- Show the exact cursor as on screen +- Advanced view to control everything using spin-boxes +- Block mirrror-to-mirror efect when zoom rectangle intersect KMag window +- Different profiles : for vision-impared & regular users. + +Key: + - : todo + * : done + @ : done, but not released yet (download via CVS) + % : in progress |