README.txt
changeset 545 a7afc473b843
parent 535 e97edeb0dcd3
child 590 eff55addc857
     1.1 --- a/README.txt	Mon Jul 09 10:23:40 2007 +0000
     1.2 +++ b/README.txt	Tue Jul 10 13:20:55 2007 +0000
     1.3 @@ -1,12 +1,148 @@
     1.4 +VYM - View Your Mind - 1.9.0  (c) 2007 by Uwe Drechsel
     1.5 +======================================================
     1.6 +
     1.7 +This is a (stable) beta release of vym 1.10.0
     1.8 +
     1.9 +
    1.10 +
    1.11 +Documentation
    1.12 +-------------
    1.13 +
    1.14  The complete documentation of vym is available as PDF document in
    1.15 -english and spanish. It can be accessed directly from vym if a PDF
    1.16 +english and spanish (1.8.1). It can be accessed directly from vym if a PDF
    1.17  viewer is installed. It also can be downloaded from the vym site at
    1.18  Sourceforge:
    1.19  
    1.20  https://sourceforge.net/projects/vym/
    1.21  
    1.22 +
    1.23 +Versioning scheme
    1.24 +-----------------
    1.25 +
    1.26  Beginning with this version of vym (1.9.0) the versioning is similar to
    1.27  that of the Linux Kernel:
    1.28  
    1.29  Odd versions (like 1.9, 1.11, ...) are developer versions, the stable
    1.30  "public" ones will have 1.10 or 1.12.
    1.31 +
    1.32 +
    1.33 +Questions and feedback
    1.34 +----------------------
    1.35 +
    1.36 +Please direct questions to the mailinglist first: 
    1.37 +
    1.38 +	vym-forum@lists.sourceforge.net
    1.39 +
    1.40 +
    1.41 +
    1.42 +Changelog since 1.8.1
    1.43 +---------------------
    1.44 +
    1.45 +- Feature: Extended fileformat with object IDs to ease export from
    1.46 +           tomboy to vym
    1.47 +- Feature: Completed german translation
    1.48 +- Feature: Center on selection with "."
    1.49 +- Feature: Most important exports can be scripted now
    1.50 +- Feature: Creating new map with selection as MapCenter
    1.51 +- Feature: Simple export to CSV spreadsheet
    1.52 +- Feature: Copy from past steps in history to current one
    1.53 +- Feature: Editing of frame attributes in branch property window
    1.54 +- Feature: autosave
    1.55 +- Feature: number of undo/redo levels can be changed in settings 
    1.56 +- Feature: branch property window settings are saved
    1.57 +- Feature: Added basic macros and documentation
    1.58 +- Feature: Color of selection can be changed now
    1.59 +- Feature: Pen and brush for frames can be set
    1.60 +- Feature: Simple Editor for scripts
    1.61 +- Feature: Added syntax highlighting for editor
    1.62 +- Feature: Unscroll all now only affects selected subtree 
    1.63 +- Feature: Modifier Modes now change cursor when CTRL is pressed 
    1.64 +- Feature: vym opens spanish documentation, if locale is es*
    1.65 +- Feature: New Frame format
    1.66 +- Feature: Properties dialog for branches instead of context menu entries
    1.67 +- Feature: Only one history window for all editors. State is saved.
    1.68 +- Feature: Canvas ported to QT 4.2 GraphicsView
    1.69 +- Feature: Options to use AntiaAliasing and smooth pixmap
    1.70 +           transformations
    1.71 +- Feature: Thick links use polygons now, less objects in scene  
    1.72 +- Feature: More undo commands (and fixes there)
    1.73 +- Feature: Note Editor completly based on QT4 now.
    1.74 +- Feature: Opening of all URLs in a subtree
    1.75 +- Feature: Opening of all vymLinks in a subtree
    1.76 +- Feature: Changed format of configuration file a bit (new file anyway
    1.77 +           with introduction of QT4)
    1.78 +- Feature: Toolbar Layout is saved now
    1.79 +- Feature: Moved floats in XML Export, e.g. XHTML  shows floatimages at
    1.80 +
    1.81 +- Bugfix: auto-select/auto-edit new branches
    1.82 +- Bugfix: Visibility of BranchProperty window is saved now 
    1.83 +- Bugfix: Undo/Redo dropping images into map
    1.84 +- Bugfix: Undo/Redo of copy/paste steps
    1.85 +- Bugfix: NoteEditor now appears on first click (not 2nd)
    1.86 +- Bugfix: Disable autosave while there are redos available
    1.87 +- Bugfix: After changing link color, that color is applied to all links
    1.88 +          now
    1.89 +- Bugfix: Pasting of FIOs
    1.90 +- Bugfix: No selection of branches while editing heading
    1.91 +- Bugfix: geometry of selection box gets updated while setting scroll or
    1.92 +          hide flag
    1.93 +- Bugfix: Possible segfault when redoing deleteChilds()		  
    1.94 +- Bugfix: autosave timeout now read from settings file
    1.95 +- Bugfix: Settings for historywindow correclty read now
    1.96 +- Bugfix: Closing property window toggle corresponding button
    1.97 +- Bugfix: Unscroll all childs has saveState now
    1.98 +- Bugfix: Invisible selection after switching mapeditor
    1.99 +- Bugfix: For frames the links always were drawn at bottom of heading 
   1.100 +- Bugfix: BranchPropertyWindow updates when selection is changed
   1.101 +- Bugfix: Crash when trying to temporary link to floatimage 
   1.102 +- Bugfix: Drawing error when temporary linking subtrees
   1.103 +- Bugfix: Import of KDE Bookmarks
   1.104 +- Bugfix: Export to KDE Bookmarks
   1.105 +- Bugfix: Export to XHTML
   1.106 +- Bugfix: Drag and Drop of URLs now only creates one branch
   1.107 +- Bugfix: Remember last directory before  ASCII/LaTeX export
   1.108 +- Bugfix: Editing in NoteEditor now updates actions (save) again
   1.109 +- Bugfix: Deleting last branch automatically unscrolls parent now
   1.110 +- Bugfix: Scroll/Unscroll has undo/redo now
   1.111 +- Bugfix: xml-parsing code simplified
   1.112 +- Bugfix: Fixed pretty annoying repositioning of view after editing a
   1.113 +          heading. (don't call show() before positioning in heading...)
   1.114 +- Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
   1.115 +- Bugfix: Save PNG images with quality 100 to workaround image problems
   1.116 +- Bugfix: Remember last directory before XML export
   1.117 +- Bugfix: move branch up/down calls scene()->update() now => much faster
   1.118 +- Bugfix: Relinking of floatimages undo/redo
   1.119 +- Bugfix: printing scales correctly again
   1.120 +- Bugfix: Drag & Drop (basically) works again
   1.121 +- Bugfix: Crash caused by BranchObj::getLastSelected
   1.122 +- Bugfix: Signal handling by changes in TextEditor: Much faster now
   1.123 +- Bugfix: printing is working again
   1.124 +- Bugfix: move up/down to next subtree is working again
   1.125 +- Bugfix: Flags are working again
   1.126 +- Bugfix: Floatimages have correct select box again
   1.127 +- Bugfix: Image format is saved with floatimage
   1.128 +- Bugfix: New recent file handling, fixes crash on Mac OS X 
   1.129 +- Bugfix: Position of floatimages is saved again 
   1.130 +- Bugfix: Position of floatimages survives adjustCanvasSize()
   1.131 +- Bugfix: Adding branch to scrolled branch unscroll the former 
   1.132 +- Bugfix: More undo commands (removed saveStateComplete)
   1.133 +- Bugfix: No more hopping around of floats, when canvas is resized 
   1.134 +          (by using relative positions for mainbranches. This might 
   1.135 +		  confuse parsing 1.8.56 documents with vym <= 1.8.1
   1.136 +- Bugfix: Mac - XSL stylesheets are found 
   1.137 +- Bugfix: Mac - fonts are scaling
   1.138 +- Bugfix: Mac - hand cursor is shown correctly
   1.139 +- Bugfix: Undo/Redo moving floatimages
   1.140 +- Bugfix: Shortcuts for scrolling branches/removing branch
   1.141 +- Bugfix: update-bookmarks script is not only executed, but
   1.142 +          also found now...
   1.143 +- Bugfix: More undo/redo (move of floatimages, relinking of branches) 
   1.144 +- Bugfix: More undo/redo commands
   1.145 +- Bugfix: Actions updated after moving a branch now
   1.146 +- Bugfix: vym refuses to start if vymTmpDir can't be created
   1.147 +- Bugfix: Editing headings now works both on Mac and Linux
   1.148 +  beginning of export now
   1.149 +- Bugfix: Floatimages internally are saved as png, preserving the alpha 
   1.150 +          channel
   1.151 +- Bugfix: Fixed broken check for non-existent OO-export configuration 
   1.152 +