]> git.donarmstrong.com Git - xournal.git/blob - src/TODO
dc0975c2b31df8af5b39bce789584ea5908c36b8
[xournal.git] / src / TODO
1 List of features to be implemented (not in any particular order)
2 ----------------------------------------------------------------
3 - hand tool bug: upon page change, keeps scrolling till end of document
4 - paste text directly into xournal, from xournal?
5     (instead of starting a text item and pasting into/from it)
6 - internationalization / translation of interface
7 - fix: & in bgpdf file name must be quoted to & in save_journal()
8 - integration into desktop environment (document icons/previews? 
9        mime type? click on xoj opens it? list app in start menu?)
10 - rewrite printing using GtkPrint + Cairo as GnomePrint replacement
11    (keep GnomePrint option for compatibility with GTK+ <2.10)
12 - xournal_page-shadow.diff (Martin Kiefel Feb 5 2007)
13 - "organizer" side panel (hierarchy of notes), cf. gjots
14 - xoj2pdf on command line
15 - 'insert blank page after' command (more useful in PDF annot !)
16 - load images as bg if given on command-line (as with PDF on commandline)
17 - load PDF pages only on demand (create empty pixmaps at first if can
18    parse PDF geometry ourselves, else try pdfinfo ??)
19    (and config option to limit total memory usage for PDF bitmaps)
20    --- switch to poppler lib instead of pdftoppm
21 - lasso selection tool (see shoffsta patch)
22      (http://shoffsta.afraid.org/Projects/Xournal/)
23 - flatten (incl undo/redo...) - enabled only if nlayers>1
24 - resize selection
25 - color chooser (papercolor, pen color); maybe more default colors
26 - printing: print-options, save printer settings (throughout a session,
27    and on disk) (maybe a separate config file .xournal/gnome-print-settings)
28 - help index
29 - pressure sensitivity
30 - insert images (screen capture or from file or from clipboard), 
31   not as full-page backgrounds (new ITEM type)
32 - more pen/highlighter shapes (chisel)
33 - convert to/from Jarnal format; to/from MS Journal format???
34 - recalibration upon screen resize / compensation for miscalibration
35     (use ConfigureNotify event and XInput? cf "Bugs" tracker 08/2007)
36 - find a better behavior for vertical space tool across page boundaries ?
37    config options? 1) when there's not enough space at bottom of page:
38                        - resize the page
39                        - move stuff to next page
40                        - move stuff to a new page
41                    2) when moving to another page:
42                        - move everything
43                        - move only what doesn't fit (??? looks hard)
44    option for vert space tool to also move the background??
45    (PDF: cut-and-crop by running PDF code twice with 2 different clipboxes?)
46 - copy/paste of an entire page (beware if PDF bg is not compatible!)
47 - simple drawing tools: rectangles, ellipses
48 - option to save all annotated files within the .xoj
49 - non-antialiased version for handhelds
50 - customize autogenerated save file names 
51 - layer dialog box to set visibility status of each layer regardless of
52   which layer is being edited
53 - display corruption on scroll down when bottom of window is obscured??
54   (probably a gnomecanvas or X bug -- expose event generated for wrong
55   region, or not processed?)
56 - bitmap preview for document icon in desktop environments?
57 - autosave at a regular interval in a given location
58 - keep only a few pages of a PDF file in memory at any given time; generate
59   pages by parsing pdf info rather than generating bitmaps for all of them.
60 - win32 port (Matteo Abrate)
61 - snap-to-grid tool? (Matteo Abrate)
62 - option to auto-save preferences on exit (Michele Codutti)
63 - EPOS 7/24/07: Thumbnails pane
64 - EPOS: Connect to EPOS api which sends A4 mapped points
65 - EPOS: Cut and Paste into OpenOffice applications and the GIMP (as bitmap??)
66 - EPOS: Export pages to pictures in the Jpg and Png formats.
67 - EPOS: Rotate Ink in custom angle.
68 - option: export to PDF with incremental pages for successive layers
69     (for presentations) (Daniel Brugarth 8/18/07)
70 - render page to bitmap: for export, preview, and copy-paste
71 - cut-and-paste of selection into other apps (as bitmap)
72 - Lukasz Kaiser 8/15/07 shapes patch (approximate stroke by geometric shapes)
73   (make it an optional mode of the pen, like the ruler)
74   (rewrite without gsl dependency?)
75   (config file should be in share/...)
76   (disconnected shapes: add timestamps to strokes?)
77 - Samuel Hoffstaetter: lasso, gettext localization, sidebar thumbnails, ...
78 - left-hand patch: Uwe Winter 8/27/07 (xournal-lefthand.patch)