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