tex/vym.changelog
author insilmaril
Mon, 11 Jun 2007 09:40:59 +0000
changeset 500 d8c245d582a3
parent 499 4b7989874d12
child 504 731728086341
permissions -rw-r--r--
Disabling autosave while we are back in time
     1 -------------------------------------------------------------------
     2 Mon June 6 18:01:16 CEST 2007 - uwe
     3 
     4 - Feature: Creating new map with selection as MapCenter
     5 - Feature: Simple export to CSV spreadsheet
     6 - Bugfix: Disable autosave while there are redos available
     7 - Bugfix: After changing link color, that color is applied to all links
     8           now
     9 - Bugfix: Pasting of FIOs
    10 - Bugfix: No selection of branches while editing heading
    11 - Bugfix: geometry of selection box gets updated while setting scroll or
    12           hide flag
    13 - Bugfix: Possible segfault when redoing deleteChilds()		  
    14 
    15 -------------------------------------------------------------------
    16 Mon May  7 09:37:29 CEST 2007 - uwedr
    17 
    18 - Version: 1.8.72
    19 - Bugfix: autosave timeout now read from settings file
    20 - Bugfix: Settings for historywindow correclty read now
    21 - Bugfix: Closing property window toggle corresponding button
    22 
    23 -------------------------------------------------------------------
    24 Thu Apr 26 10:34:48 CEST 2007 - uwe
    25 
    26 - Feature: Editing of frame attributes in branch property window
    27 - Feature: autosave
    28 - Feature: number of undo/redo levels can be changed in settings 
    29 - Feature: branch property window settings are saved
    30 - Bugfix: Unscroll all childs has saveState now
    31 - Bugfix: Invisible selection after switching mapeditor
    32 
    33 -------------------------------------------------------------------
    34 Tue Apr 10 15:18:39 CEST 2007 - uwedr
    35 
    36 - Version: 1.8.71
    37 - Feature: Added basic macros and documentation
    38 
    39 -------------------------------------------------------------------
    40 Sat Mar 31 10:59:55 CEST 2007 - uwe
    41 
    42 - Version: 1.8.70
    43 - Feature: Color of selection can be changed now
    44 - Feature: Pen and brush for frames can be set
    45 - Bugfix: For frames the links always were drawn at bottom of heading 
    46 - Bugfix: BranchPropertyWindow updates when selection is changed
    47 
    48 -------------------------------------------------------------------
    49 Mon Mar  6 22:10:26 CET 2007 - uwe
    50 
    51 - Version: 1.8.69
    52 - Feature: Simple Editor for scripts
    53 - Feature: Added syntax highlighting for editor
    54 
    55 -------------------------------------------------------------------
    56 Tue Feb 20 22:16:09 CET 2007 - uwe
    57 
    58 - Version: 1.8.68
    59 - Bugfix: Crash when trying to temporary link to floatimage 
    60 
    61 -------------------------------------------------------------------
    62 Mon Feb 17 16:32:53 CET 2007 - uwedr
    63 
    64 - Version: 1.8.67
    65 - Feature: Unscroll all now only affects selected subtree 
    66 - Bugfix: Drawing error when temporary linking subtrees
    67 - Bugfix: Import of KDE Bookmarks
    68 - Bugfix: Export to KDE Bookmarks
    69 - Bugfix: Export to XHTML
    70 - Bugfix: Drag and Drop of URLs now only creates one branch
    71 
    72 -------------------------------------------------------------------
    73 Wed Feb 07 17:27:31 CET 2007 - uwedr
    74 
    75 - Version: 1.8.66
    76 - Feature: Using a new class to select objects
    77 - Bugfix: Remember last directory before  ASCII/LaTeX export
    78 - Bugfix: Editing in NoteEditor now updates actions (save) again
    79 - Bugfix: Deleting last branch automatically unscrolls parent now
    80 - Bugfix: Scroll/Unscroll has undo/redo now
    81 
    82 -------------------------------------------------------------------
    83 Fri Jan 19 22:53:27 CET 2007 - uwe
    84 
    85 - Version: 1.8.65
    86 - Feature: New Frame format
    87 - Feature: New vym file format to support new frames
    88 - Bugfix: xml-parsing code simplified
    89 - Bugfix: Fixed pretty annoying repositioning of view after editing a
    90           heading. (don't call show() before positioning in heading...)
    91 - Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
    92 - Bugfix: Save PNG images with quality 100 to workaround image problems
    93 - Bugfix: Remember last directory before XML export
    94 
    95 -------------------------------------------------------------------
    96 Thu Jan 11 16:05:49 CET 2007 - uwedr
    97 
    98 - Version: 1.8.65
    99 - Feature: Properties dialog for branches instead of context menu entries
   100 
   101 -------------------------------------------------------------------
   102 Wed Jan 10 19:48:32 CET 2007 - uwe
   103 
   104 - Version: 1.8.64
   105 - Bugfix: move branch up/down calls scene()->update() now => much faster
   106 - Bugfix: Relinking of floatimages undo/redo
   107 
   108 -------------------------------------------------------------------
   109 Tue Jan  2 19:30:50 CET 2007 - uwedr
   110 
   111 - Version: 1.8.64
   112 - Bugfix: printing scales correctly again
   113 - Bugfix: Drag & Drop (basically) works again
   114 - Bugfix: Crash caused by BranchObj::getLastSelected
   115 - Bugfix: Signal handling by changes in TextEditor: Much faster now
   116 
   117 -------------------------------------------------------------------
   118 Thu Dec 21 14:13:13 CET 2006 - uwedr
   119 
   120 - Version: 1.8.63
   121 - Bugfix: printing is working again
   122 
   123 -------------------------------------------------------------------
   124 Mon Dec 11 12:31:46 CET 2006 - uwedr
   125 
   126 - Version: 1.8.61
   127 - Bugfix: move up/down to next subtree is working again
   128 
   129 -------------------------------------------------------------------
   130 Mon Dec  6 22:48:07 CET 2006 - uwe
   131 
   132 - Version: 1.8.61
   133 - Bugfix: Flags are working again
   134 - Bugfix: Floatimages have correct select box again
   135 
   136 -------------------------------------------------------------------
   137 Wed Nov 29 13:48:35 CET 2006 - uwedr
   138 
   139 - Version: 1.8.60
   140 - Bugfix: Image format is saved with floatimage
   141 - Feature: Only one history window for all editors. State is saved.
   142 - Feature: Canvas ported to QT 4.2 GraphicsView
   143 - Feature: Options to use AntiaAliasing and smooth pixmap
   144            transformations
   145 - Feature: Thick links use polygons now, less objects in scene  
   146 
   147 -------------------------------------------------------------------
   148 Thu Nov 16 14:41:44 CET 2006 - uwedr
   149 
   150 - Bugfix: New recent file handling, fixes crash on Mac OS X 
   151 
   152 -------------------------------------------------------------------
   153 Tue Nov 14 10:00:12 CET 2006 - uwedr
   154 
   155 - Feature: Modifier Modes now change cursor when CTRL is pressed 
   156 
   157 -------------------------------------------------------------------
   158 Fri Nov 10 10:28:55 CEST 2006 - uwe
   159 
   160 - Feature: vym opens spanish documentation, if locale is es*
   161 - Bugfix: Position of floatimages is saved again 
   162 - Bugfix: Position of floatimages survives adjustCanvasSize()
   163 - Bugfix: Adding branch to scrolled branch unscroll the former 
   164 - Bugfix: More undo commands (removed saveStateComplete)
   165 
   166 -------------------------------------------------------------------
   167 Tue Oct 24 17:24:22 CEST 2006 - uwedr
   168 
   169 - Version: 1.8.58
   170 - Feature: More undo commands (and fixes there)
   171 
   172 -------------------------------------------------------------------
   173 Mon Oct 16 14:41:03 CEST 2006 - uwedr
   174 
   175 - Feature: Code simplification
   176 
   177 -------------------------------------------------------------------
   178 Thu Sep 14 12:01:28 CEST 2006 - uwedr
   179 
   180 - Version: 1.8.57
   181 - Feature: Note Editor completly based on QT4 now.
   182 
   183 -------------------------------------------------------------------
   184 Wed Sep  13 16:43:09 CEST 2006 - uwedr
   185 
   186 - Version: 1.8.56
   187 - Feature: New History window, All designer elements ported to QT4
   188 - Bugfix: No more hopping around of floats, when canvas is resized 
   189           (by using relative positions for mainbranches. This might 
   190 		  confuse parsing 1.8.56 documents with vym <= 1.8.1
   191 
   192 -------------------------------------------------------------------
   193 Wed Sep  6 09:48:12 CEST 2006 - uwedr
   194 
   195 - Bugfix: Mac - XSL stylesheets are found 
   196 - Bugfix: Mac - fonts are scaling
   197 - Bugfix: Mac - hand cursor is shown correctly
   198 
   199 -------------------------------------------------------------------
   200 Tue Sep  5 15:38:20 CEST 2006 - uwedr
   201 
   202 - Version: 1.8.55
   203 - Bugfix: Undo/Redo moving floatimages
   204 - Bugfix: Shortcuts for scrolling branches/removing branch
   205 - Bugfix: update-bookmarks script is not only executed, but
   206           also found now...
   207 - Feature: Findwindow ported to QT4
   208 
   209 -------------------------------------------------------------------
   210 Tue Sep  5 09:55:55 CEST 2006 - uwedr
   211 
   212 - Bugfix: More undo/redo (move of floatimages, relinking of branches) 
   213 
   214 -------------------------------------------------------------------
   215 Thu Aug 31 13:54:30 CEST 2006 - uwedr
   216 
   217 - Bugfix: More undo/redo commands
   218 - Bugfix: Actions updated after moving a branch now
   219 - Bugfix: vym refuses to start if vymTmpDir can't be created
   220 
   221 -------------------------------------------------------------------
   222 Wed Aug 30 14:14:56 CEST 2006 - uwedr
   223 
   224 - Version: 1.8.54
   225 - Bugfix: Editing headings now works both on Mac and Linux
   226 
   227 -------------------------------------------------------------------
   228 Mon Aug 28 13:15:35 CEST 2006 - uwe
   229 
   230 - Version: 1.8.53
   231 - Feature: Opening of all URLs in a subtree
   232 - Feature: Opening of all vymLinks in a subtree
   233 
   234 -------------------------------------------------------------------
   235 Tue Aug 15 13:39:42 CEST 2006 - uwedr
   236 
   237 - Version: 1.8.52
   238 - Feature: Changed format of configuration file a bit (new file anyway
   239   with introduction of QT4)
   240 - Feature: Toolbar Layout is saved now
   241 
   242 -------------------------------------------------------------------
   243 Thu Jul 27 14:28:54 CEST 2006 - uwedr
   244 
   245 - Bugfix: Floatimages internally are saved as png, preserving the alpha 
   246           channel
   247 
   248 -------------------------------------------------------------------
   249 Thu Jul 13 10:39:26 CEST 2006 - uwedr
   250 
   251 - Bugfix: Fixed broken check for non-existent OO-export configuration 
   252 
   253 -------------------------------------------------------------------
   254 Tue Jul  4 12:32:28 CEST 2006 - uwedr
   255 
   256 - Feature: Moved floats in XML Export, e.g. XHTML  shows floatimages at
   257   beginning of export now
   258 
   259 -------------------------------------------------------------------
   260 Mon July 10 16:53:29 CEST 2006 - uwedr
   261 
   262 - Version: 1.8.50
   263 - Feature: Beginning of QT4 port
   264 
   265 -------------------------------------------------------------------
   266 Thu June 1 16:53:29 CEST 2006 - uwedr
   267 
   268 - Version: 1.7.18
   269 - Feature: Opening of tabs in Firefox or Mozilla
   270 - Feature: Documentation is up to date now
   271 - Bugfix: No more duplicate xLinks
   272 - Bugfix: Saving original filename of floatimages finally works
   273 - Bugfix: Positioning of floatimages while adjusting canvas size (also
   274           optimized code a bit)
   275 
   276 -------------------------------------------------------------------
   277 Tue May  9 10:05:52 CEST 2006 - uwedr
   278 
   279 - Version: 1.7.17
   280 - Bugfix: Right click e.g. on URL Flag opened URL _and_ context menu 
   281 - Bugfix: Deleting selection works also if Delkey is disabled.
   282 
   283 -------------------------------------------------------------------
   284 Mon May  8 10:29:25 CEST 2006 - uwedr
   285 
   286 - Bugfix: Exclusive flags did not work properly. 
   287 - Bugfix: Wrong icon in texteditor for text underline
   288 - Bugfix: Changed screenshots in docu to represent new look
   289 - Bugfix: Fixed z-plane of floatimage. Images did hide flags.
   290 
   291 -------------------------------------------------------------------
   292 Mon Apr 24 11:59:22 CEST 2006 - uwedr
   293 
   294 - Bugfix: wrong paths in XHTML export (#168033), caused by wrong
   295           vymBaseDir
   296 
   297 -------------------------------------------------------------------
   298 Mon Apr 10 13:23:02 CEST 2006 - uwedr
   299 
   300 - Feature: More icons 
   301 
   302 -------------------------------------------------------------------
   303 Fri Mar 31 14:18:38 CEST 2006 - uwe
   304 
   305 - Feature: New environment variable VYMHOME 
   306 
   307 -------------------------------------------------------------------
   308 Thu Mar 30 11:00:21 CEST 2006 - uwedr
   309 
   310 - Version: 1.7.15
   311 - Feature: New icons. Icons and flags are not longer linked statically.
   312 
   313 -------------------------------------------------------------------
   314 Tue Mar 28 21:54:31 CEST 2006 - uwe
   315 
   316 - Version: 1.7.13
   317 - Feature: Konqueror can open URLs in new tabs now.
   318 
   319 -------------------------------------------------------------------
   320 Thu Mar 23 13:26:46 CET 2006 - uwedr
   321 
   322 - Version: 1.7.12
   323 - Bugfix: Problem with vymlinks pointing to higher directories (#159770)
   324 - Bugfix: All exports support hiding of objects now
   325 - Bugfix: exportDir in XHTML export is correctly saved in map and
   326   defaults to current directory
   327 
   328 -------------------------------------------------------------------
   329 Wed Mar 15 11:43:02 CET 2006 - uwedr
   330 
   331 - Version: 1.7.11
   332 - Bugfix: Workaround QT problem, where QT writes invalid XML code by not
   333   escaping & in fontnames
   334 - Feature: Hide Export Flag lets you hide objects in exports
   335 - Feature: Floatimages now are basically ornamented objects. They could
   336   have e.g. an URL later
   337 - Feature: On error the XML Parser shows the line which is causing the
   338            error
   339 
   340 -------------------------------------------------------------------
   341 Wed Mar  8 13:58:40 CET 2006 - uwedr
   342 
   343 - Bugfix: Images preview in filedialog works again. Seemed to be a QT
   344   issue when multiple fileselections were allowed. 
   345 
   346 -------------------------------------------------------------------
   347 Mon Mar  6 15:02:57 CET 2006 - uwedr
   348 
   349 - Feature: Added export to Taskjuggler. xslt by Matt. 
   350 
   351 -------------------------------------------------------------------
   352 Wed Mar  1 22:29:47 CET 2006 - uwe
   353 
   354 - Bugfix: Canvas Size corrected when flag is toggled 
   355 
   356 -------------------------------------------------------------------
   357 Wed Mar  1 15:38:11 CET 2006 - uwedr
   358 
   359 - Version: 1.7.10
   360 - Feature: Include Images Horizontalls
   361 
   362 -------------------------------------------------------------------
   363 Tue Feb 21 17:17:48 CET 2006 - uwedr
   364 
   365 - Feature: rudimentary import mmaps 
   366 
   367 -------------------------------------------------------------------
   368 Tue Feb 14 21:10:26 CET 2006 - uwe
   369 
   370 - Version 1.7.9
   371 - Feature: Import KDE bookmarks
   372 - Feature: Own class xsltproc for doing xml transformations
   373 
   374 -------------------------------------------------------------------
   375 Tue Jan 31 16:54:52 CET 2006 - uwedr
   376 
   377 - Version 1.7.8
   378 - Bugfix: Hide Include Images Horizontally (not implemented yet) 
   379 - Bugfix: Include Images Vertically was not read from saved file
   380 
   381 -------------------------------------------------------------------
   382 Tue Jan 25 16:07:53 CET 2006 - uwedr
   383 
   384 - Version 1.7.7
   385 - Feature: Export to Open Office 2.x (Open Document) basically works 
   386 - Feature: Export to XHTML uses smaller icon for URLs now
   387 
   388 -------------------------------------------------------------------
   389 Wed Jan 18 13:29:52 CET 2006 - uwedr
   390 
   391 - Feature: Multiple File selection while loading maps and images
   392 
   393 -------------------------------------------------------------------
   394 Tue Jan  3 12:20:08 CET 2006 - uwe
   395 
   396 - Feature: Small optimization in zip/unzip functions
   397 
   398 -------------------------------------------------------------------
   399 Mon Jan  2 21:03:05 CET 2006 - uwe
   400 
   401 - Feature: FATE support for URLs 
   402 
   403 -------------------------------------------------------------------
   404 Wed Dec 28 12:09:59 CET 2005 - uwe
   405 
   406 - Version 1.7.6
   407 - Feature: Added idAttr to BranchObj::saveToDir 
   408 - Bugfix: FloatObjects now use hideLinkIfUnselected, no more drawing
   409   errors, if FO is selected (undefined link)
   410 - Bugfix: FloatImages don't get lost during save after they have been
   411   relinked to new parent  
   412 - Bugfix: Editing heading of mapcenter now also corrects position  
   413 
   414 -------------------------------------------------------------------
   415 Mon Oct 10 13:18:29 CEST 2005 - uwedr
   416 
   417 - Bugfix: Copy/Paste was currently not possible for images. Now
   418   completly rewrote mechanism. Instead of invisible map now XML import
   419   is used (Multiple clipboards should be not difficult now) 
   420 
   421 -------------------------------------------------------------------
   422 Mon Oct  3 10:33:09 CEST 2005 - uwe
   423 
   424 - Bugfix: Added small fix from Khaled Ahmed needed for display of 
   425   arabic languages 
   426 
   427 -------------------------------------------------------------------
   428 Mon Sep 12 21:39:38 CEST 2005 - uwedr
   429 
   430 - Version 1.7.5
   431 - Feature: Currently 15 levels of undo (GUI to set value still missing)
   432 - Feature: Experimental LaTeX Export (without headers and opions so far)
   433 
   434 -------------------------------------------------------------------
   435 Sun Sep  5 10:26:15 CEST 2005 - uwedr
   436 
   437 - Version 1.7.4
   438 - Feature: Link of a branch can be hidden, if object is not selected
   439 - Bugfix: Zoomed map no longer "jumps around" when branch is selected
   440   or moved.
   441 - Bugfix: TextEditor now has grey background again, if it is empty
   442 - Bugfix: BranchObj no longer need to connect to TextEditor, BranchObj
   443   is no longer a QOBJECT
   444 
   445 -------------------------------------------------------------------
   446 Thu Sep  1 12:26:24 CEST 2005 - uwedr
   447 
   448 - Bugfix: Some minor changes so that translations use arguments now
   449   instead of several calls to tr()
   450 
   451 -------------------------------------------------------------------
   452 Tue Aug 30 13:38:31 CEST 2005 - uwedr
   453 
   454 - Bugfix: Fixed pasting vymlinks: Pasting a branch to a target in
   455   another map caused vym to go into an endless loop, if the vymlink of the
   456   branch pointed to the new map.
   457 - Bugfix: Invisible floatimages (which have a scrolled parent) no longer
   458   can be selected  
   459 
   460 -------------------------------------------------------------------
   461 Fri Aug 19 09:12:49 CEST 2005 - uwedr
   462 
   463 - Feature: added debian subdirectory created by Steffen Joeris
   464 - Feature: added license to new aboutwindow
   465 
   466 -------------------------------------------------------------------
   467 Tue Aug 16 19:22:56 CEST 2005 - jhilmer
   468 
   469 - Bugfix: Fixed link handling in aboutdialog.
   470 
   471 -------------------------------------------------------------------
   472 Tue Aug 16 12:25:09 CEST 2005 - uwedr
   473 
   474 - Feature: Added keyboard shortcut to reset zoom factor
   475 - Bugfix: Added "..." to menu entries leading to another dialog
   476 - Bugfix: The setting option "Delete Key" is working again
   477 - Bugfix: A branch moved from left side to right had wrong orienation
   478 
   479 -------------------------------------------------------------------
   480 Tue Aug  2 09:59:24 CEST 2005 - uwedr
   481 
   482 -  Bugfix: Heading sizes now correct after moving e.g. mainbranch to 
   483    a branch
   484 
   485 -------------------------------------------------------------------
   486 Mon Aug  1 22:40:29 CEST 2005 - jhilmer
   487 
   488 - Bugfix: Problems with closing of note editor when text was modified.
   489 - Feature: Added subscript and superscript to note editor
   490 	
   491 -------------------------------------------------------------------
   492 Thu Jul 28 11:57:38 CEST 2005 
   493 
   494 - Version 1.7.3
   495 - Bugfix: Frames didn't become invisible if scrolled
   496 
   497 -------------------------------------------------------------------
   498 Thu Jul 28 11:57:38 CEST 2005 
   499 
   500 - Version 1.7.2
   501 - Bugfix: if selection changed before undo, undo worked on wrong
   502   branch
   503 - included math.h again to enable compiling with gcc4  
   504 
   505 -------------------------------------------------------------------
   506 Mi Jul 27 17:27:14 CEST 2005
   507 
   508 - Bugfix: if selection changed before undo, undo worked on wrong branch
   509 
   510 -------------------------------------------------------------------
   511 Mon Jul 25 22:22:21 CEST 2005
   512 
   513 - Bugfix: changed MapEditor::undo and ::saveState to also save selection
   514 
   515 -------------------------------------------------------------------
   516 Di Jul 19 16:42:31 CEST 2005
   517 
   518 - Version: 1.7.1
   519 - Feature: Drag and Drop also for .vym and files (Jakob Hilmer)
   520 - Feature: More speedup on moving/relinking branches
   521 
   522 -------------------------------------------------------------------
   523 
   524 Mi Jul 13 11:44:10 CEST 2005 
   525 
   526 - Drag and Drop also for URLs
   527 
   528 -------------------------------------------------------------------
   529 Di Jul 12 20:56:09 CEST 2005
   530 
   531 - Version: 1.7.0
   532 
   533 -------------------------------------------------------------------
   534 Mon Jul  4 21:13:42 CEST 2005 
   535 
   536 - Version: 1.6.9
   537 - Bugfix: TextEditor doesn't get minimized in KDE any longer (KDE-bug?)
   538 
   539 -------------------------------------------------------------------
   540 Tue Jun 14 11:43:44 CEST 2005
   541 
   542 - Feature: printer name is saved in vymrc now
   543 - Feature: added image drag/drop (by Jakob Hilmer)
   544 - Bugfix: Importing map into new map now has correct (empty) filename 
   545 
   546 -------------------------------------------------------------------
   547 2005-06-07 
   548 
   549 - Version: 1.6.8
   550 - Feature: Dramatic speedup in some operations 
   551 				(e.g. move branch up/down) due to extended 
   552 				undo engine
   553 -------------------------------------------------------------------
   554  2005-05-27 
   555  
   556 - Version: 1.6.7	
   557 - Feature:Changed default pdf-reader for Mac OSX 
   558 - Bugfix: xLinks stopped working in 1.6.6
   559 - Bugfix: drawing error when using modModeCopy
   560 - Bugfix: replaced lrint by qRound for BSD port
   561 		
   562 -----------------------------------------------------------
   563  2005-05-23
   564 
   565 - Version 1.6.6	
   566 - Feature: Exclusive standard flags		
   567 
   568 -----------------------------------------------------------
   569 2005-05-19 
   570 
   571 - Version: 1.6.5
   572 - Feature: removing a branch and keeping its childs
   573 - Feature: removing childs of a branch
   574 - Feature: insert branch and make selection its child
   575 - Feature: restructured branch context menu	
   576            in a basic version (straight line)
   577 - Feature: New shortcuts  for use on Mac OS X
   578 - Feature: Importing directories generates vymlinks now 
   579 - Bugfix: Changing linkstyle now automatically redraws all
   580 	      links again
   581 - Bugfix: Paste icon is disabled if clipboard is empty 
   582 		
   583 -----------------------------------------------------------
   584 2005-04-15
   585 
   586 - Version: 1.6.4	
   587 - Feature: xLinks (connection between 2 branches) works
   588            in a basic version (straight line)	
   589 
   590 -----------------------------------------------------------
   591 2005-03-30
   592 
   593 - Version: 1.6.3
   594 - Bugfix: Saving of selection to a vym part (.vyp)
   595 - Bugfix: Closing the noteeditor by closing its window now
   596           also toggles the responding toolbar button. &
   597 
   598 -----------------------------------------------------------
   599 2005-03-24
   600 
   601 - Version: 1.6.2	
   602 - Feature: Introduced Modifier modes: color, link, copy 
   603 - Feature: Linking branches is basically possible, though it can't be
   604            edited/saved yet 
   605 
   606 -----------------------------------------------------------
   607 2005-01-30
   608 
   609 - Version: 1.6.1	 
   610 - Feature: Optimized moving of branches: much faster especially 
   611            with huge subtrees					
   612 - Bugfix: Segfault when loading vym part 
   613 - Bugfix: ugly unitialized lines, when temporary drawn link 
   614           was moved from a temporary parent back to canvas		  
   615 
   616 -----------------------------------------------------------
   617 2004-12-14  
   618 
   619 - Version: 1.6.0 	 
   620 - Feature: Added saving of xhtml settings in map 
   621 
   622 -----------------------------------------------------------
   623 2004-12-13  
   624 
   625 - Version: 1.5.2 	 
   626 - Feature: Added Import of maps with two modes: 
   627            add/replace						
   628 - Feature: Added export of part of maps		 
   629 - Feature: Added joining of paragraphs in text editor		 
   630 - Feature: Optimized undo: Only relevant parts are saved, which
   631            dramatically improves e.g. moving branches up/down in most maps  
   632 - Bugfix: QTextEdit generates invalid XML code, which could lead to a
   633           parse error, if font name contains a \&  (#62283)   
   634 - Bugfix: Wrong order of mainbranches in Export	   
   635 - Bugfix: zip archive was not deleted before save, which could lead to
   636   much bigger files, e.g.  when working on older \vym maps or deleted
   637   images   
   638 - Bugfix: Printing in Texteditor         
   639 - Bugfix: Wrong URLs in xhtml output				  
   640 - Bugfix: Segfault fixed at Cursor left/right in empty map  
   641 
   642 -----------------------------------------------------------
   643 2004-10-01 
   644 
   645 - Version: 1.5.1
   646 - Feature: More options in xhtml export: external scripts 	 
   647 
   648 -----------------------------------------------------------
   649 2004-09-26 
   650 
   651 - Version: 1.5.0 	 
   652 - Public release of all changes since 1.4.1      	 
   653 - Feature: New function to replace paragraphs in note editor
   654    	by linebreaks, this makes pasted text much nicer 
   655 - Feature: New option to toggle exporting of of floatimages 
   656 - Feature: z-plane of floatimages can be set (manually only) 
   657 - Bugfix: Wrong ordering of branches, if mainbranch is exactly left of
   658   center 
   659 
   660 -----------------------------------------------------------
   661 2004-09-24 
   662 
   663 - Version: 1.4.7 	 
   664 - Feature: New Export to XHTML (by Thomas Schraitle)	 
   665 - Bugfix: vymLink	
   666 - Bugfix: spaces and dots in filenames	 
   667 - Bugfix: Error message if xsltproc is not installed 
   668 
   669 -----------------------------------------------------------
   670 2004-09-15	
   671 
   672 - Version: 1.4.6 	 
   673 - Feature: New file format: notes are saved as part of the .xml file
   674 - Feature: Note Editor supports Rich Text now.
   675 - Feature: Parser now also nows {\tt standardflag} (all letters lowercase)
   676 
   677 -----------------------------------------------------------
   678 2004-08-23	
   679 
   680 - Version: 1.4.5 	 
   681 - Feature: Correct handling of font size in Heading			 
   682 
   683 -----------------------------------------------------------
   684 2004-07-29	
   685 
   686 - Version: 1.4.4 	 
   687 - Selecting with cursor now works between subtrees	 
   688 - Bugfix: vymLink was set to temporary dir in 1.4.3	 
   689 
   690 -----------------------------------------------------------
   691 2004-07-19  
   692 
   693 - Version: 1.4.3 	 
   694 - Optimisation: Reduced canvas objects by only creating objects for used
   695   flags		 
   696 - Better visualization of moving branch above/below target		
   697 - Find Window informs with dialog, if the search failed
   698 - System Flags are clickable now		
   699 - Reworked CSS and XST stylsheets (comments, indent, browser
   700   compatibility)						
   701 - vymLinks are shown in statusbar		
   702 - current directory is save			
   703 - Rewritten load/save to improve multimap handling and unzipped files
   704 - Bugfix: vymLinks don't get deleted when Cancel is pressed						
   705 - Bugfix: Fixed a bunch of bugs in XSL for HTML export             
   706 - Bugfix: More toolbar buttons disabled, if action not possible             
   707 - Bugfix: Renaming .vymfile now works		
   708 - Bugfix: mapChanged set when toggling flags		
   709 - Bugfix: CTRL-N was used twice		
   710 - Bugfix: Del didn't work on floatimage 
   711 
   712 -----------------------------------------------------------
   713 - Version: 1.4.2 	 
   714 - Bugfix: Float image could not be deleted  
   715 
   716 -----------------------------------------------------------
   717 2004-05-25  
   718 
   719 - Version: 1.4.1 	 
   720 - Bugfix: Color of branch not saved	 
   721 - Bugfix: wrong path at HTML export	             
   722 - Bugfix: map is not save with special characters in path   
   723 
   724 -----------------------------------------------------------
   725 2004-05-17 
   726 
   727 - Version: 1.4.0 	 
   728 - Ask for confirmation before opening 
   729 				a map in multiple editors			 
   730 - Save state of note editor (visible/minimized) 
   731 - Export to HTML						 
   732 - Author and Comment is saved in map	 
   733 - Stats are shown in Edit MapInfo		 
   734 - Changes for OS X port (QCursor, QContextMenuEvent)	 
   735 - Bugfix: Fonts from note editor are save now			
   736 - Bugfix: invisible image when parent is scrolled		
   737 - Bugfix: Segfault pressing "enter" for floatimage	
   738 - Bugfix: Images can't be outside of exported area
   739 				anymore. 
   740 - Bugfix: Filenames with blanks		 
   741 - Bugfix: Old maplink is shown when editing maplink 
   742 - Bugfix: always show cursor while editing heading  
   743 
   744 -----------------------------------------------------------
   745 2004-04-16 
   746 
   747 - Version: 1.3.5 	 
   748 - Export map to dir					 
   749 - Export to any of QTs image formats	 
   750 - Also right side of selection is always visible now. 
   751 
   752 -----------------------------------------------------------
   753 2004-04-07 
   754 
   755 - Version: 1.3.4 	 
   756 - Load last maps in file menu          
   757 - save last image path for loading	 
   758 - Also export standard flags to dir.	 
   759 
   760 -----------------------------------------------------------
   761 2004-03-26 
   762 
   763 - Version: 1.3.3 	 
   764 - Enabled <br> in headings as manual linebreak	 
   765 - Heading can be copied to URL		
   766 - Bugfix: GIFs are automatically converted to PNG now
   767 
   768 -----------------------------------------------------------
   769 2004-03-26 
   770 
   771 - Version: 1.3.2 	 
   772 - Add and move branches above/below selection, Texteditor copy all, 
   773 
   774 -----------------------------------------------------------
   775 2004-03-25 
   776 
   777 - Version: 1.3.1 	 
   778 - Export to directory, changed naming in .vym 
   779 
   780 -----------------------------------------------------------
   781 2004-03-23 
   782 
   783 - Version: 1.3.0 	 
   784 - Bugfix: Check if map can be saved at all 
   785 
   786 -----------------------------------------------------------
   787 2004-03-22 
   788 
   789 - Version: 1.2.12	 
   790 - Select image format before saving image	 
   791 
   792 -----------------------------------------------------------
   793 2004-03-18 
   794 
   795 - Version: 1.2.11	
   796 -		Selecting mainbranches by up/down	 
   797 -		Export ASCII (experimental)						
   798 -		Each map can be saved individually at quit		
   799 -		Bugfix: Opening VymLink crashes QT				
   800 -		Bugfix: 50\% less objects on canvas				
   801 -		Bugfix: Ignoring LANG, now always written as UTF8
   802 
   803 -----------------------------------------------------------
   804 2004-03-16 
   805 
   806 - Version: 1.2.10	
   807 - Sort Mainbranches by angle to y-axis 
   808 - Import directory structure						
   809 - Bugfix: Set FrameType of MapCenter while loading map 
   810 
   811 -----------------------------------------------------------
   812 2004-03-12 
   813 
   814 - Version: 1.2.9	
   815 - Jump to another vym map		         
   816 - Mainbranches are alwas ordered clockwise        
   817 
   818 -----------------------------------------------------------
   819 2004-03-03 
   820 
   821 - Version: 1.2.8	 
   822 - Change frame types in context menu   
   823 
   824 -----------------------------------------------------------
   825 2004-02-25 
   826 
   827 - Version: 1.2.7	
   828 - Copy / Paste and save Floatimages  
   829 
   830 -----------------------------------------------------------
   831 2004-02-24 
   832 
   833 - Version: 1.2.6	 
   834 - Closing vym in KDE now asks for save, too	 
   835 - Context menu for branches					  
   836 - Selection is saved in .vym file				  
   837 
   838 -----------------------------------------------------------
   839 2004-02-18 
   840 
   841 - Version: 1.2.5	 
   842 - URLs to external links can be added 
   843 - All actions are deactived if not possible  
   844 
   845 -----------------------------------------------------------
   846 2004-02-16 
   847 
   848 - Version: 1.2.4	 
   849 - Images: Can be loaded, saved, relinked to other parents
   850 
   851 -----------------------------------------------------------
   852 2004-01-27  
   853 
   854 - Version: 1.2.3	 
   855 - Zoom: Reset and finer steps shrinking/enlarging	 
   856 
   857 -----------------------------------------------------------
   858 2004-01-27 
   859 
   860 - Version: 1.2.2	 
   861 - Editing of links (style and color)	 
   862 
   863 -----------------------------------------------------------
   864 2004-01-27 
   865 
   866 - Version: 1.2.1	
   867 - Bugfix: LineEdit when adding branch has correct position again.								 
   868 
   869 -----------------------------------------------------------
   870 2004-01-23 
   871 
   872 - Version: 1.2.0	 
   873 - Scrolled parts are automatically unscrolled when selected and scrolled
   874   again later.				 
   875 - Bugfix: Save flag is updated when multiple maps are opened 
   876 - Bugfix: Moving of branches is faster and more accurat when adding to
   877   mapcenter 
   878 
   879 -----------------------------------------------------------
   880 2003-12-04 
   881 
   882 - Version: 1.1.7	 
   883 - Bugfix: Remember filename of note in noteeditor	 
   884 
   885 -----------------------------------------------------------
   886 2003-12-02 
   887 
   888 - Version: 1.1.6	 
   889 - Find Text also in Notes.	 
   890 
   891 -----------------------------------------------------------
   892 2003-11-07 
   893 
   894 - Version: 1.1.5	
   895 - Bugfix: Correct setting and positioning when relinking branches	 
   896 
   897 -----------------------------------------------------------
   898 2003-11-03 
   899 
   900 - Version: 1.1.4	 
   901 - Scroll mode added (folding of subtrees).		 
   902 - Bugfix: Wrong position of linedit in zoomed view 
   903 
   904 -----------------------------------------------------------
   905 2003-10-09  
   906 
   907 - Version: 1.1.3	 
   908 -		Added clear button in find window, bugfixes     
   909 
   910 -----------------------------------------------------------
   911 2003-10-07  
   912 
   913 - Version: 1.1.2	 
   914 - Links can be colored with color of heading      
   915 
   916 -----------------------------------------------------------
   917 2003-09-26  
   918 
   919 - Version: 1.1.1	 
   920 - Improved visualization of linking to new branch 
   921 
   922 -----------------------------------------------------------
   923 2003-09-25  
   924 
   925 - Version: 1.1.0	 
   926 - Find Function							
   927 - Selection always stays in view		  
   928 
   929 -----------------------------------------------------------
   930 2003-09-18
   931 
   932 - Version: 1.0.1	 
   933 - Find function scrolls to result now	 
   934 - Bugfix: Adding branch with midmouse	  
   935 - Bugfix: multiple repositioning of map, when noteeditor was changed
   936   (speedup)	 
   937 - New Linestyles (still hardcoded)			 
   938 
   939 -----------------------------------------------------------
   940 2003-09-16 	 	
   941 
   942 - Version: 1.0.0	 
   943 - First public stable release			 
   944 
   945 -----------------------------------------------------------
   946 - Version: 0.9.0	 
   947 - added quick color picker (CTRL + Left Mouse)  ?	 
   948 
   949 -----------------------------------------------------------
   950 - Version: 0.8.0	 
   951 - added automatic canvas resizer, removed manual resizing of canvas  
   952 - added settings option to paste text into new branch	 
   953 - simplified code	 
   954 - Added heart flag	 
   955 - Choose and switch between fixed and variable width fonts 
   956 - note editor		 
   957 - Fixed segfault caused by undo and a call of updateNoteFlag of note
   958   editor	 
   959 - Added settings menu to configure autoselect and autoedit mode	 
   960 - autoedit and autoselect mode	 
   961 - Fixed ugly display problem with QT Palette (Klaas Freitag) 
   962 - Reduced temporary directories from 4 to 1	 
   963 - Added wordwrap in printing of notes	 
   964 - New toolbar buttons in texteditor	 
   965 - Set background color	 
   966 - Fixed bug: Flags in toolbar not updated when selecting map center	  
   967 
   968 -----------------------------------------------------------
   969 - Version: 0.7.0	 
   970 - No more segfault, when an object is deleted while being edited  
   971 - Keep focus constant when zooming in/out  
   972 - Export as png graphic  
   973 - Keep Center of map where it is while zooming  
   974 - Added Standard Flags (Smiley, Hook, Stopsign, ...)  
   975 - MDI: Multi Document Interface enables working on several maps
   976   simultanously  
   977 - Enabled creating a new map via argument on commandline  
   978 - Changed file extension from .mmap to .vym  
   979 - noteeditor changes color, if empty or nothing is selected  
   980 - Changes in NoteEditor window are recognized by main window, too, thus
   981   preventing loosing data when quitting the program.   
   982 
   983 -----------------------------------------------------------
   984 - Version: 0.6.0	
   985 - New rendering engine: Faster, no flickering   
   986 
   987 -----------------------------------------------------------
   988 - Version: 0.5.0	 
   989 -  Changed printing to use maximum space on paper  
   990 -  Note editor is hidden, too, when mapeditor is minimized  
   991 -  New (compressed) file format  
   992 
   993 -----------------------------------------------------------
   994 - Version: 0.4.0     
   995 - Size of map is saved  
   996 - Multi Line Headings   
   997 - Reworked Rendering Engine: Much faster now.  
   998 - Reworked Undo: Much faster now.  
   999 - Enabled moving of map center  
  1000 - Multi-line headings   
  1001 
  1002 -----------------------------------------------------------
  1003 - Version: 0.3.0
  1004 - Introduced Undo  
  1005 - Fixed some bugs    
  1006 
  1007 -----------------------------------------------------------
  1008 - Version: 0.2.0     
  1009 - Moving view of map improved:  
  1010 - New handling (acrobat reader style)  
  1011 - New mousepointer  
  1012 - Several tools to color a map  
  1013 
  1014 -----------------------------------------------------------
  1015 - Version: 0.1.0  
  1016 - Inital version, basic map layout   
  1017 - Data is stored in XML