README.txt
author insilmaril
Fri, 09 Apr 2010 14:24:04 +0000
changeset 846 f0fe7c36ec5c
parent 828 fac2248e2afa
permissions -rw-r--r--
Version 1.13.3 and added treeeditor.png
     1 VYM - View Your Mind - 1.10.0  (c) 2007 by Uwe Drechsel
     2 ======================================================
     3 
     4 
     5 
     6 Documentation
     7 -------------
     8 
     9 The complete documentation of vym is available as PDF document in
    10 english and spanish. It can be accessed directly from vym if a PDF
    11 viewer is installed. It also can be downloaded from the vym site at
    12 Sourceforge:
    13 
    14 https://sourceforge.net/projects/vym/
    15 
    16 
    17 Versioning scheme
    18 -----------------
    19 
    20 Beginning with this version of vym (1.10.0) the versioning is similar to
    21 that of the Linux Kernel:
    22 
    23 Odd versions (like 1.9, 1.11, ...) are developer versions, the stable
    24 "public" ones will have 1.10 or 1.12.
    25 
    26 
    27 Questions and feedback
    28 ----------------------
    29 
    30 Please direct questions to the mailinglist first: 
    31 
    32 	vym-forum@lists.sourceforge.net
    33 
    34 
    35 
    36 Changelog since 1.8.1
    37 ---------------------
    38 
    39 - Feature: Restructured internal handling of XML based maps
    40 - Feature: Switched from QSimpleTextItem to QTextItem for Freemind
    41   support
    42 - Feature: Import of Freemind maps
    43 - Feature: Extended fileformat with object IDs to ease export from
    44            tomboy to vym
    45 - Feature: Completed german translation
    46 - Feature: Center on selection with "."
    47 - Feature: Most important exports can be scripted now
    48 - Feature: Creating new map with selection as MapCenter
    49 - Feature: Simple export to CSV spreadsheet
    50 - Feature: Copy from past steps in history to current one
    51 - Feature: Editing of frame attributes in branch property window
    52 - Feature: autosave
    53 - Feature: number of undo/redo levels can be changed in settings 
    54 - Feature: branch property window settings are saved
    55 - Feature: Added basic macros and documentation
    56 - Feature: Color of selection can be changed now
    57 - Feature: Pen and brush for frames can be set
    58 - Feature: Simple Editor for scripts
    59 - Feature: Added syntax highlighting for editor
    60 - Feature: Unscroll all now only affects selected subtree 
    61 - Feature: Modifier Modes now change cursor when CTRL is pressed 
    62 - Feature: vym opens spanish documentation, if locale is es*
    63 - Feature: New Frame format
    64 - Feature: Properties dialog for branches instead of context menu entries
    65 - Feature: Only one history window for all editors. State is saved.
    66 - Feature: Canvas ported to QT 4.2 GraphicsView
    67 - Feature: Options to use AntiaAliasing and smooth pixmap
    68            transformations
    69 - Feature: Thick links use polygons now, less objects in scene  
    70 - Feature: More undo commands (and fixes there)
    71 - Feature: Note Editor completly based on QT4 now.
    72 - Feature: Opening of all URLs in a subtree
    73 - Feature: Opening of all vymLinks in a subtree
    74 - Feature: Changed format of configuration file a bit (new file anyway
    75            with introduction of QT4)
    76 - Feature: Toolbar Layout is saved now
    77 - Feature: Moved floats in XML Export, e.g. XHTML  shows floatimages at
    78 
    79 - Bugfix: Added missing standard flag (one of the smileys got lost)
    80 - Bugfix: Wrong parsing of relative positions after load of
    81           previously zoomed map
    82 - Bugfix: Smother parabel links (Alexander Rettig)
    83 - Bugfix: Workaround for wrong XML generated by QT with in QRichText
    84           list items
    85 - Bugfix: No output from <span> tags in ASCII export any longer
    86 - Bugfix: Don't ask for directory in XML-based exports like
    87           KDE-bookmarks
    88 - Bugfix: auto-select/auto-edit new branches
    89 - Bugfix: Visibility of BranchProperty window is saved now 
    90 - Bugfix: Undo/Redo dropping images into map
    91 - Bugfix: Undo/Redo of copy/paste steps
    92 - Bugfix: NoteEditor now appears on first click (not 2nd)
    93 - Bugfix: Disable autosave while there are redos available
    94 - Bugfix: After changing link color, that color is applied to all links
    95           now
    96 - Bugfix: Pasting of FIOs
    97 - Bugfix: No selection of branches while editing heading
    98 - Bugfix: geometry of selection box gets updated while setting scroll or
    99           hide flag
   100 - Bugfix: Possible segfault when redoing deleteChilds()		  
   101 - Bugfix: autosave timeout now read from settings file
   102 - Bugfix: Settings for historywindow correclty read now
   103 - Bugfix: Closing property window toggle corresponding button
   104 - Bugfix: Unscroll all childs has saveState now
   105 - Bugfix: Invisible selection after switching mapeditor
   106 - Bugfix: For frames the links always were drawn at bottom of heading 
   107 - Bugfix: BranchPropertyWindow updates when selection is changed
   108 - Bugfix: Crash when trying to temporary link to floatimage 
   109 - Bugfix: Drawing error when temporary linking subtrees
   110 - Bugfix: Import of KDE Bookmarks
   111 - Bugfix: Export to KDE Bookmarks
   112 - Bugfix: Export to XHTML
   113 - Bugfix: Drag and Drop of URLs now only creates one branch
   114 - Bugfix: Remember last directory before  ASCII/LaTeX export
   115 - Bugfix: Editing in NoteEditor now updates actions (save) again
   116 - Bugfix: Deleting last branch automatically unscrolls parent now
   117 - Bugfix: Scroll/Unscroll has undo/redo now
   118 - Bugfix: xml-parsing code simplified
   119 - Bugfix: Fixed pretty annoying repositioning of view after editing a
   120           heading. (don't call show() before positioning in heading...)
   121 - Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
   122 - Bugfix: Save PNG images with quality 100 to workaround image problems
   123 - Bugfix: Remember last directory before XML export
   124 - Bugfix: move branch up/down calls scene()->update() now => much faster
   125 - Bugfix: Relinking of floatimages undo/redo
   126 - Bugfix: printing scales correctly again
   127 - Bugfix: Drag & Drop (basically) works again
   128 - Bugfix: Crash caused by BranchObj::getLastSelected
   129 - Bugfix: Signal handling by changes in TextEditor: Much faster now
   130 - Bugfix: printing is working again
   131 - Bugfix: move up/down to next subtree is working again
   132 - Bugfix: Flags are working again
   133 - Bugfix: Floatimages have correct select box again
   134 - Bugfix: Image format is saved with floatimage
   135 - Bugfix: New recent file handling, fixes crash on Mac OS X 
   136 - Bugfix: Position of floatimages is saved again 
   137 - Bugfix: Position of floatimages survives adjustCanvasSize()
   138 - Bugfix: Adding branch to scrolled branch unscroll the former 
   139 - Bugfix: More undo commands (removed saveStateComplete)
   140 - Bugfix: No more hopping around of floats, when canvas is resized 
   141           (by using relative positions for mainbranches. This might 
   142 		  confuse parsing 1.8.56 documents with vym <= 1.8.1
   143 - Bugfix: Mac - XSL stylesheets are found 
   144 - Bugfix: Mac - fonts are scaling
   145 - Bugfix: Mac - hand cursor is shown correctly
   146 - Bugfix: Undo/Redo moving floatimages
   147 - Bugfix: Shortcuts for scrolling branches/removing branch
   148 - Bugfix: update-bookmarks script is not only executed, but
   149           also found now...
   150 - Bugfix: More undo/redo (move of floatimages, relinking of branches) 
   151 - Bugfix: More undo/redo commands
   152 - Bugfix: Actions updated after moving a branch now
   153 - Bugfix: vym refuses to start if vymTmpDir can't be created
   154 - Bugfix: Editing headings now works both on Mac and Linux
   155   beginning of export now
   156 - Bugfix: Floatimages internally are saved as png, preserving the alpha 
   157           channel
   158 - Bugfix: Fixed broken check for non-existent OO-export configuration 
   159