~ubuntu-branches/ubuntu/gutsy/digikam/gutsy

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2007-06-22 16:14:36 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622161436-4h445xv9vo4q2p9q
Tags: 2:0.9.2~beta3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: don't depend on libgphoto2-2-dev.
    Kubuntu's KDE finds the libgphoto plugins without the .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                to start download dialog
40
40
                ditto for unmounting in usm case 
41
41
 
42
 
* Compatibility with little cms version 1.16 which provides improvements
43
 
 
44
 
------------------------------------------------------------------------------------
45
 
LATER 0.9.1 TODO LIST
46
 
------------------------------------------------------------------------------------
47
 
 
48
 
* Port project to CMake (see: http://dot.kde.org/1151688350 for notice)
49
 
  Port to QT4/KDE4.
 
42
------------------------------------------------------------------------------------
 
43
LATER 0.9.2 TODO LIST
 
44
------------------------------------------------------------------------------------
 
45
 
 
46
* Port project to CMake:
 
47
    http://dot.kde.org/1151688350
 
48
    http://techbase.kde.org/Development/Tutorials/CMake
 
49
    http://techbase.kde.org/Development/Tutorials/KDE4_Porting_Guide#CMake
 
50
    http://www.cmake.org/Wiki/CMake_Useful_Variables
 
51
 
 
52
* Port to QT4/KDE4.
50
53
  Overview documentation
51
54
    http://techbase.kde.org/Development/Tutorials/KDE4_Porting_Guide 
52
55
 
64
67
   - Writing Metadata into TIFF file like JPEG (Exiv2).
65
68
   - Writing Metadata to DNG format (=TIFF see above)
66
69
   - Writing Metadata to JPEG 2k files like JPEG (Exiv2).
 
70
   - Support of XMP metadata (http://dev.robotbattle.com/bugs/view.php?id=463)
67
71
 
68
72
* Database:
69
73
   - New database interface to suport remote repository and others DB backend than sqlite.