~smartboyhw/ubuntu/raring/calligra/2.6.0-0ubuntu1

« back to all changes in this revision

Viewing changes to words/part/author/TODO

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-10-23 21:09:16 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20121023210916-m82w6zxnxhaxz7va
Tags: 1:2.5.90-0ubuntu1
* New upstream alpha release (LP: #1070436)
  - Add libkactivities-dev and libopenimageio-dev to build-depends
  - Add kubuntu_build_calligraactive.diff to build calligraactive by default
  - Add package for calligraauthor and move files that are shared between
    calligrawords and calligraauthor to calligrawords-common
* Document the patches
* Remove numbers from patches so they follow the same naming scheme as
  the rest of our patches.
* calligra-data breaks replaces krita-data (<< 1:2.5.3) (LP: #1071686)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This file describes short and long term tasks that we want to do in
 
2
Author
 
3
 
 
4
 
 
5
Legend
 
6
------
 
7
 
 
8
* Main issue
 
9
+ Sub issue
 
10
- Sub sub issue
 
11
 
 
12
[DONE]    Main issue is done
 
13
[Done]    Sub issue is done
 
14
[done]    Sub sub issue is done
 
15
 
 
16
[name]    <name> is assigned to this task
 
17
 
 
18
 
 
19
================================================================
 
20
 
 
21
 
 
22
Short term issues
 
23
-----------------
 
24
 
 
25
 
 
26
Fix known bugs / misfeatures
 
27
 * ...
 
28
 
 
29
 
 
30
 
 
31
Before release of 2.6
 
32
---------------------
 
33
 
 
34
EPUB2 export
 
35
 * Add missing metadata to epub2 filter
 
36
    + Book ID (ISBN)
 
37
    + Language
 
38
    + other ...
 
39
 * Get book id + language from metadata in the filter
 
40
 * Add to metadata dialog in words/author
 
41
 * Some way to add a book cover image.
 
42
 
 
43
MOBI export
 
44
 * Investigate the mobi file format
 
45
 * Create a MobiFile class like EpubFile
 
46
 * Create a exportmobi plugin like exportepub2 (can use same directory)
 
47
 
 
48
Word count in the status bar
 
49
 * Add field to status bar
 
50
 * Configuration dialog on what to show
 
51
    + Add to current config dialog in the docker? Or special in the sb?
 
52
 
 
53
Distraction free writing mode (DFM)
 
54
 * Design the feature
 
55
    + Write feature description                                         [Done]
 
56
    + Start a discussion on the forum                                   [ingwa]
 
57
 * GUI
 
58
    + Decide if QML is ok (should only be affected by Qt version)
 
59
    + Investigate full-screen mode and/or presentation mode
 
60
        --> Only a property on the main window
 
61
    + Special status bar that slides / fades in.
 
62
       - word count
 
63
       - Exit DFM
 
64
    + Keyboard shortcuts (10?) to allow simple styling with keyboard
 
65
      only interaction.
 
66
       - GUI for configuration (is this needed?)
 
67
 * Implementation
 
68
    + Class KoTextDocument(?) with exact same API as QTextDocument
 
69
       - Store several QTextDocuments in it to allow different styling
 
70
       - Actions / commands are duplicated to all of them.
 
71
 
 
72
Annotations
 
73
 * Design the feature
 
74
    + Write feature description                                         [Done]
 
75
    + Start a discussion on the forum                                   [ingwa]
 
76
 * Engine
 
77
    + Load / Save notes
 
78
    + Change text infrastructure to use QTextCursor instead of
 
79
      inserted special characters. (Boemann knows more about this)
 
80
 * GUI
 
81
    + View notes
 
82
    + Edit notes
 
83
    + Add new comment to existing note not written by yourself.
 
84
    + Create notes
 
85
 
 
86
Important bugs for our usecases
 
87
 * Does spellchecking work well?  No, it doesn't
 
88
 
 
89
 
 
90
Long term issues
 
91
----------------
 
92
 
 
93
Future releases
 
94
 
 
95
 
 
96
General features also useful in Words
 
97
 * Web view
 
98
 * Master documents
 
99
 * Outline mode
 
100
 * Change Tracking
 
101
 * Advanced search (nepomuk)
 
102
 * cross-references
 
103
 * bookmarks
 
104
 * Import of epub?
 
105
 * export of other formats
 
106
    - MOBI
 
107
    - DAISY?
 
108
    - Wiki
 
109
 
 
110
Special Feauters for Authors
 
111
 * Word count in the status bar?
 
112
 * Visibility in styles
 
113
 * Virtual clipboard [editing phase]
 
114
 * Integration with braindump [research phase]
 
115
 * Book Front page design
 
116
 
 
117
Features for textbooks
 
118
 * Multimedia 
 
119
    - video
 
120
    - soundclips
 
121
 * Mathematical formulas
 
122
 * Animations
 
123
 * 3D obects
 
124
 
 
125
Integration with other external programs
 
126
 * Plume Creator (keep track of scenes
 
127
 * Zanshin (todo app)
 
128
 * ...
 
129
 
 
130