]> git.donarmstrong.com Git - xournal.git/blob - src/TODO
focus and other patches
[xournal.git] / src / TODO
1 List of features to be implemented (not in any particular order)
2 ----------------------------------------------------------------
3
4 - collaborative editing (see discussion with Erik Demaine)
5 - porting to Win32 and MacOS; merge Nokia port
6 - multiple-scenario undo history
7
8 - collaborative: allow non-x86 endianness (for ints, for floats?)
9 - collaborative: have an initial undo item = contents of the initial
10   xoj file + attachments for bitmap, pdf, and ps backgrounds
11
12 - cleanup of undo history (keep track of refcounts, delete old undo)
13   save-and-clear-undo ?
14
15 - RandR / recalibration awareness?
16   (e.g. if xinput events are far away from core events, re-query geometry?)
17    or see if removing the GTK bugfix would help? -- e.g. by recalling an
18    internal gtk init function?
19
20 DONE: fix GTK+ 2.16/2.17 XInput issues with scrollbars and menus
21 DONE: fix bug 2826845 (shape recognizer accel doesn't work in fullscreen mode)
22 DONE: bug affecting resize zone in statusbar
23 DONE: page spinbutton wide enough for 3 digits; avoid "deprecated" warning
24 DONE: edit->paste command should refresh toolbar to unselect color/thickness
25       (so can repaint sel)
26 DONE: cursor doesn't reset properly after selection operation if primary
27       tool is select mode (stays with arrow cursor instead of pointer)
28 DONE: device with "eraser" at the end of its name is of type ERASER
29       (Edward Yang)
30 DONE: fix_xinput_coords() replaces buggy xinput events by core pointer 
31       coordinates
32 DONE: use poppler to render PDF backgrounds (after patches contributed
33       by Mike Ter Louw and Bob McElrath)
34 DONE: gettext internationalization (contributed by David Planella)
35 DONE: Catalan translation (by David Planella); French translation
36 DONE: fix unresponsiveness to button events in text edition box (GTK+ 2.17)
37       and segfaults when dragging text or using Layers combobox (GTK+ 2.17)
38 DONE: Esc leaves text box if editing; and leaves fullscreen mode
39 DONE: package our own copy of the ttsubset library (to remove a dependency
40       on libgnomeprint), and create TT subfonts in memory
41 DONE: use gtk-print instead of libgnomeprint
42 DONE: remove deprecated "antialias bg" option
43 DONE: fix fix_xinput_coords so it works ok without ENABLE_XINPUT_BUGFIX ?
44 DONE: disable ctrl-left/right accelerators during text edition
45 DONE: custom color chooser button (after a patch contributed by Alex Ray)
46 DONE: remember last used directory (after a patch contributed by Lu Zhihe)
47 DONE: discard Alt-click and Control-click events
48 DONE: option to have buttons *toggle* the tool rather than act as tool
49        (ie button 2 causes button 1 to map to tool 2) [Dylan Thurston]
50 DONE: patch to fix focus + allow up/dn in single page mode (Bob McElrath)
51       also comment out contents of reset_focus() ? (tracker patch #2494022)
52 DONE: patch to fix underscores in MRU filename display (Bob McElrath)
53 DONE: patch to avoid tiny file dialogs (Bob McElrath)
54
55 (go through Patches tracker and take the good stuff... now at 2009-05-09)
56
57 - paper color chooser (see tracker 2083103)
58 - prerelease: update help file (remove references to pdftoppm/libgnomeprint
59   & update to poppler/gtkprint)
60 - REMOVE BINARY INSTALLER (poppler breaks ABI all the time)
61    but add a configure script (+ Makefile.in, etc ?)
62 - document config options into manual file?
63 - PDF bg memory usage throttling / delete oldest pdf backgrounds
64 - replace ttsubset by something more modern? (eg. from cairo ?)
65 - auto-hide patch from ~/prog/src/xournal-autohide/ ?
66      (check for cpu usage; handle BOTH edges
67       and only (un)hide stuff at the correct edge!)
68 ** remove reset_focus() and calls to it, after enough testing.
69    check if we should call reset_recognizer() in some of those places
70    (e.g., undo/redo?)
71 ** if bg pdf not found in absolute path, look in path of xoj file before
72    prompting user.
73 ** UI update (Bob McElrath) -- eliminating status bar, compact layout,
74    "compact interface" by default; themes, with line in config file
75    to load pixmaps from pixmaps/$THEME/ (see Jan 9, 2009 emails)
76 ** autosave patch (Edward Yang) (fix: optional only, w/ menu + cfgfile
77    entries; fix: should clean up autosave.xoj.bg* files too; config interval)
78 - horizontal mode instead of dual-view / multicolumn ?
79 - patch (ikim@physics.wisc.edu): multicolumn mode + LASSO SELECTION
80 - patch: ortho/snap (revised Apr 13 2009)
81 ** FIXME: get_pressure_multiplier() should access correct members
82    of event struct, like xinput_coords()
83 ** FIX RECOGNIZER BUG: for single-segment strokes (e.g. single click),
84    I_xx and I_yy = 0, sometimes -0 -> Rad = nan (should I_xx = abs(...) ?)
85    also Det = division by 0, should return 0 if ixx + iyy = 0.
86    (MAYBE: fix inertia calc: integrate dm over each segment rather than  dm.pt[i])
87 - new recognizer icon (andruk on patches tracker)
88 - recognizer: if variable-width, associate average width
89 - recognizer should snap to existing recognized geometric shapes
90
91 - improve recognizer: two passes for polygons (low tolerance, then higher)
92   to better detect elongated rectangles? (if low tolerance recognizer
93   doesn't get a rectangle, then use higher tolerance for everything else,
94   since otherwise there's too much risk of splitting a segment into 2)
95 - snap-to-grid (also for ruler & recognizer vertices)
96   and maybe also snap-to-vertices (option for ruler and recognizer)?
97 - config option: config save current tool options instead of default ones
98
99 - "new page before/after" on a PDF bg page should ask: same page, other page of
100   PDF file, default paper
101 - bug in truetype subset generation w/ Adobe 9, see if gtk-print any better?
102
103 - drag-and-drop, copy-paste text & images directly into xournal
104 - proximity detection: eraser proximity switches mapping? 
105   proximity out removes cursor until next motionnotify?
106
107 - render page to bitmap: for export, preview, and copy-paste
108     (render using libart, see how gnomecanvas does it?)
109     NO: render using Cairo !!! then can switch to GtkPrint as well.
110     (copy-paste: config option to render only current layer or all below?)
111 - cut-and-paste of selection into other apps (as bitmap; as SVG?)
112 - navigation sidebar with bitmap page previews
113 - bitmap preview for document icon in desktop environments?
114 - "organizer" side panel (hierarchy of notes), cf. gjots
115 - see iRex code for generic viewer + PDF plugin including caching,
116   throttling etc. (Marcel Hendrickx email of Sep 11 '09) 
117
118 - allow toolbar to go vertical
119 - toolbar buttons should react to button 2/3 click to modify settings
120   for that tool?
121
122 - paste text directly into xournal, from xournal?
123     (instead of starting a text item and pasting into/from it)
124 - insert links (to URLs; within document/to other xoj? hand mode navigates)
125 - increase width of spinPageNo to fit 3 digits
126 - should escape '_' to '__' in MRU menu entries (else become mnemonics)
127 - a command + keyboard shortcut to switch mappings (1<->2, 1<->3, 2<->3)
128      (A. Rechnitzer Sept 11, 2007)
129 - modify encoding of TrueType font subsets or provide cmap so pdf text
130   can be extracted
131
132 - smoothing of strokes (for users without tablets / with deficient drivers)
133 - lasso tool
134 - add config option to limit total memory usage for PDF bitmaps
135 - ability to select entire page for copy-paste (as bitmap / reorder xournal)
136 - copy/paste of an entire page (beware if PDF bg is not compatible!)
137 - rewrite printing using GtkPrint + Cairo as GnomePrint replacement
138    (keep GnomePrint option for compatibility with GTK+ <2.10)
139 - insert images (screen capture or from file or from clipboard), 
140   not as full-page backgrounds (new ITEM type)
141
142 - convert to/from Jarnal format; to/from MS Journal format???
143 - export as SVG, as bitmap (use Cairo for this)
144 - improved PDF viewer features (search text, hyperlink, page borders...)
145    (using full poppler api ?)
146
147 - use system paper size as default (/etc/papersize)
148 - autoload *.pdf.xoj if present when opening *.pdf ???
149 - sticky notes (anchor visually text box to a bg location)
150 - use relative paths for bg documents (e.g. annotated PDF)
151 - flush display queue when drawing over a slow X server?
152 - more paper customization (in particular, 1/2 inch graph paper)
153     (2 custom papers with settings in config file? 
154      a folder with blank PDF or xoj papers and quick-access?)
155     (also: engineering paper; isometric paper -- Dan Ott  Sep 4 '09)
156 - option to map a button to a context menu (incl. tool selection, ...)
157 - option to map a button to "undo"
158 - xournal_page-shadow.diff (Martin Kiefel Feb 5 2007)
159 - xoj2pdf on command line
160 - 'insert blank page after' command (more useful in PDF annot !)
161 - load images as bg if given on command-line (as with PDF on commandline)
162 - lasso selection tool (see shoffsta patch)
163      (http://shoffsta.afraid.org/Projects/Xournal/)
164 - flatten (incl undo/redo...) - enabled only if nlayers>1
165 - color chooser (papercolor, pen color); maybe more default colors
166   cf. ojb patch #2083103 adds paper color chooser
167 - printing: print-options, save printer settings (throughout a session,
168    and on disk) (maybe a separate config file .xournal/gnome-print-settings)
169 - help index
170 - option for highlighter to be always at bottom of its layer
171 - more pen/highlighter shapes (chisel)
172 - slanted tip pens (calligraphy)
173 - toolbar buttons to access custom preset tools (e.g. text or pen with settings)
174 - text boxes with opaque background
175 - recalibration upon screen resize / compensation for miscalibration
176     (use ConfigureNotify event and XInput? cf "Bugs" tracker 08/2007)
177 - find a better behavior for vertical space tool across page boundaries ?
178    config options? 1) when there's not enough space at bottom of page:
179                        - resize the page
180                        - move stuff to next page
181                        - move stuff to a new page
182                    2) when moving to another page:
183                        - move everything
184                        - move only what doesn't fit (??? looks hard)
185    option for vert space tool to also move the background??
186    (PDF: cut-and-crop by running PDF code twice with 2 different clipboxes?)
187 - option to save all annotated files within the .xoj
188 - non-antialiased version for handhelds
189 - customize autogenerated save file names 
190 - layer dialog box to set visibility status of each layer regardless of
191   which layer is being edited
192 - option to link layer creation and visibility status for all pages
193   (Eric Borghs 04/15/08)
194 - display corruption on scroll down when bottom of window is obscured??
195   (probably a gnomecanvas or X bug -- expose event generated for wrong
196   region, or not processed?)
197 - autosave at a regular interval in a given location
198 - keep only a few pages of a PDF file in memory at any given time; generate
199   pages by parsing pdf info rather than generating bitmaps for all of them.
200 - win32 port (Matteo Abrate)
201 - snap-to-grid tool? (Matteo Abrate)
202 - EPOS 7/24/07: Thumbnails pane
203 - EPOS: Connect to EPOS api which sends A4 mapped points
204 - EPOS: Cut and Paste into OpenOffice applications and the GIMP (as bitmap??)
205 - EPOS: Export pages to pictures in the Jpg and Png formats.
206 - EPOS: Rotate Ink in custom angle.
207 - handwriting recognition???? (cellwriter?) unlikely. we don't have grids
208   see galileon comment on 2008-07-29 to tracker #1925309: word recognizer
209 - handwritten stroke search in document (see cellwriter?)
210   (correlate inertia-normalized strokes in lift to unit cotangent bundle?)
211 - option: export to PDF with incremental pages for successive layers
212     (for presentations) (Daniel Brugarth 8/18/07)
213 - Samuel Hoffstaetter: lasso, gettext localization, sidebar thumbnails, ...
214 - YoYo Siska patch for desktop mode ??
215 - Vivek Ayer: rotate paper wrt screen (for environments where display
216   rotation doesn't work): gnome_canvas_item_affine_relative(canvas->root, ...)
217   would rotate all but text items (still need to modify scroll bbox, and
218   adjust event coordinates by inverse rotation).
219 - rotate PDF background pages (individually wrt each other, see #2099935)
220 - switch to libglade, and allow customization of key shortcuts (accels)