X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FTODO;h=cabcc9a6a6f4325bece9131aaf425cc5c69f0daf;hb=64fbee630efe4a6a731bcc7b68855d933946b050;hp=8323a095b19711d834026c7a4c126099b88c7fb0;hpb=a78b442e4b673ac29d7dd29cfb2c9bca6f07130a;p=xournal.git diff --git a/src/TODO b/src/TODO index 8323a09..cabcc9a 100644 --- a/src/TODO +++ b/src/TODO @@ -1,23 +1,17 @@ List of features to be implemented (not in any particular order) ---------------------------------------------------------------- - -- map tools to stylus buttons (maybe: btn click on toolbar item affects - the corresponding tool; tool switching cleaner than for eraser) -- move selection to another page by drag-drop - (should apply to vertspacer when origin moves to another page, - but in the up direction only do so when all the stuff fits on prev page) - (SEE ALSO FEATURE REQUEST 1472482 and reply to it - optional behavior too?) +- xoj2pdf on command line +- load images as bg if given on command-line (as with PDF on commandline) +- load PDF pages only on demand (create empty pixmaps at first if can + parse PDF geometry ourselves, else try pdfinfo ??) +- de-map space key from button bar - lasso selection tool -- prefs file, save prefs - flatten (incl undo/redo...) - enabled only if nlayers>1 - resize selection - text tool, font chooser, default font - color chooser (papercolor, pen color); maybe more default colors -- printing: print-to-PDF? (with & without pdf background to merge) - opacity issue for highlighter strokes (maybe print them below ?) - save gnome printer settings (throughout a session, and on disk) - (maybe a separate config file .xournal/gnome-print-settings) -- file print-options, own print-to-ps/pdf +- printing: print-options, save printer settings (throughout a session, + and on disk) (maybe a separate config file .xournal/gnome-print-settings) - help index - pressure sensitivity - insert images (screen capture or from file or from clipboard), @@ -25,3 +19,19 @@ List of features to be implemented (not in any particular order) - more pen/highlighter shapes (chisel) - convert to/from Jarnal format; to/from MS Journal format??? - recalibration upon screen resize / compensation for miscalibration +- find a better behavior for vertical space tool across page boundaries ? +- key mappings (pgup/dn for full page, up/dn for scroll) + (customize secondary mappings for tablet button use ?) +- copy/paste of an entire page (beware if PDF bg is not compatible!) +- simple drawing tools: rectangles, ellipses +- option to save all annotated files within the .xoj +- non-antialiased version for handhelds +- customize autogenerated save file names +- optimize speed in hand tool (process groups of motion events)? + (setting 1 pixel min threshold doesn't help -- look at GTK+ scrollbar code?) +- layer dialog box to set visibility status of each layer regardless of + which layer is being edited +- display corruption on scroll down when bottom of window is obscured?? + (probably a gnomecanvas or X bug -- expose event generated for wrong + region, or not processed?) +- bitmap preview for document icon in desktop environments?