1 -------------------------------------------------------------------
2 Thu May 17 18:01:16 CEST 2007 - uwe
4 - Bugfix: No selection of branches while editing heading
5 - Bugfix: geometry of selection box gets updated while setting scroll or
7 - Bugfix: Possible segfault when redoing deleteChilds()
9 -------------------------------------------------------------------
10 Mon May 7 09:37:29 CEST 2007 - uwedr
13 - Bugfix: autosave timeout now read from settings file
14 - Bugfix: Settings for historywindow correclty read now
15 - Bugfix: Closing property window toggle corresponding button
17 -------------------------------------------------------------------
18 Thu Apr 26 10:34:48 CEST 2007 - uwe
20 - Feature: Editing of frame attributes in branch property window
22 - Feature: number of undo/redo levels can be changed in settings
23 - Feature: branch property window settings are saved
24 - Bugfix: Unscroll all childs has saveState now
25 - Bugfix: Invisible selection after switching mapeditor
27 -------------------------------------------------------------------
28 Tue Apr 10 15:18:39 CEST 2007 - uwedr
31 - Feature: Added basic macros and documentation
33 -------------------------------------------------------------------
34 Sat Mar 31 10:59:55 CEST 2007 - uwe
37 - Feature: Color of selection can be changed now
38 - Feature: Pen and brush for frames can be set
39 - Bugfix: For frames the links always were drawn at bottom of heading
40 - Bugfix: BranchPropertyWindow updates when selection is changed
42 -------------------------------------------------------------------
43 Mon Mar 6 22:10:26 CET 2007 - uwe
46 - Feature: Simple Editor for scripts
47 - Feature: Added syntax highlighting for editor
49 -------------------------------------------------------------------
50 Tue Feb 20 22:16:09 CET 2007 - uwe
53 - Bugfix: Crash when trying to temporary link to floatimage
55 -------------------------------------------------------------------
56 Mon Feb 17 16:32:53 CET 2007 - uwedr
59 - Feature: Unscroll all now only affects selected subtree
60 - Bugfix: Drawing error when temporary linking subtrees
61 - Bugfix: Import of KDE Bookmarks
62 - Bugfix: Export to KDE Bookmarks
63 - Bugfix: Export to XHTML
64 - Bugfix: Drag and Drop of URLs now only creates one branch
66 -------------------------------------------------------------------
67 Wed Feb 07 17:27:31 CET 2007 - uwedr
70 - Feature: Using a new class to select objects
71 - Bugfix: Remember last directory before ASCII/LaTeX export
72 - Bugfix: Editing in NoteEditor now updates actions (save) again
73 - Bugfix: Deleting last branch automatically unscrolls parent now
74 - Bugfix: Scroll/Unscroll has undo/redo now
76 -------------------------------------------------------------------
77 Fri Jan 19 22:53:27 CET 2007 - uwe
80 - Feature: New Frame format
81 - Feature: New vym file format to support new frames
82 - Bugfix: xml-parsing code simplified
83 - Bugfix: Fixed pretty annoying repositioning of view after editing a
84 heading. (don't call show() before positioning in heading...)
85 - Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
86 - Bugfix: Save PNG images with quality 100 to workaround image problems
87 - Bugfix: Remember last directory before XML export
89 -------------------------------------------------------------------
90 Thu Jan 11 16:05:49 CET 2007 - uwedr
93 - Feature: Properties dialog for branches instead of context menu entries
95 -------------------------------------------------------------------
96 Wed Jan 10 19:48:32 CET 2007 - uwe
99 - Bugfix: move branch up/down calls scene()->update() now => much faster
100 - Bugfix: Relinking of floatimages undo/redo
102 -------------------------------------------------------------------
103 Tue Jan 2 19:30:50 CET 2007 - uwedr
106 - Bugfix: printing scales correctly again
107 - Bugfix: Drag & Drop (basically) works again
108 - Bugfix: Crash caused by BranchObj::getLastSelected
109 - Bugfix: Signal handling by changes in TextEditor: Much faster now
111 -------------------------------------------------------------------
112 Thu Dec 21 14:13:13 CET 2006 - uwedr
115 - Bugfix: printing is working again
117 -------------------------------------------------------------------
118 Mon Dec 11 12:31:46 CET 2006 - uwedr
121 - Bugfix: move up/down to next subtree is working again
123 -------------------------------------------------------------------
124 Mon Dec 6 22:48:07 CET 2006 - uwe
127 - Bugfix: Flags are working again
128 - Bugfix: Floatimages have correct select box again
130 -------------------------------------------------------------------
131 Wed Nov 29 13:48:35 CET 2006 - uwedr
134 - Bugfix: Image format is saved with floatimage
135 - Feature: Only one history window for all editors. State is saved.
136 - Feature: Canvas ported to QT 4.2 GraphicsView
137 - Feature: Options to use AntiaAliasing and smooth pixmap
139 - Feature: Thick links use polygons now, less objects in scene
141 -------------------------------------------------------------------
142 Thu Nov 16 14:41:44 CET 2006 - uwedr
144 - Bugfix: New recent file handling, fixes crash on Mac OS X
146 -------------------------------------------------------------------
147 Tue Nov 14 10:00:12 CET 2006 - uwedr
149 - Feature: Modifier Modes now change cursor when CTRL is pressed
151 -------------------------------------------------------------------
152 Fri Nov 10 10:28:55 CEST 2006 - uwe
154 - Feature: vym opens spanish documentation, if locale is es*
155 - Bugfix: Position of floatimages is saved again
156 - Bugfix: Position of floatimages survives adjustCanvasSize()
157 - Bugfix: Adding branch to scrolled branch unscroll the former
158 - Bugfix: More undo commands (removed saveStateComplete)
160 -------------------------------------------------------------------
161 Tue Oct 24 17:24:22 CEST 2006 - uwedr
164 - Feature: More undo commands (and fixes there)
166 -------------------------------------------------------------------
167 Mon Oct 16 14:41:03 CEST 2006 - uwedr
169 - Feature: Code simplification
171 -------------------------------------------------------------------
172 Thu Sep 14 12:01:28 CEST 2006 - uwedr
175 - Feature: Note Editor completly based on QT4 now.
177 -------------------------------------------------------------------
178 Wed Sep 13 16:43:09 CEST 2006 - uwedr
181 - Feature: New History window, All designer elements ported to QT4
182 - Bugfix: No more hopping around of floats, when canvas is resized
183 (by using relative positions for mainbranches. This might
184 confuse parsing 1.8.56 documents with vym <= 1.8.1
186 -------------------------------------------------------------------
187 Wed Sep 6 09:48:12 CEST 2006 - uwedr
189 - Bugfix: Mac - XSL stylesheets are found
190 - Bugfix: Mac - fonts are scaling
191 - Bugfix: Mac - hand cursor is shown correctly
193 -------------------------------------------------------------------
194 Tue Sep 5 15:38:20 CEST 2006 - uwedr
197 - Bugfix: Undo/Redo moving floatimages
198 - Bugfix: Shortcuts for scrolling branches/removing branch
199 - Bugfix: update-bookmarks script is not only executed, but
201 - Feature: Findwindow ported to QT4
203 -------------------------------------------------------------------
204 Tue Sep 5 09:55:55 CEST 2006 - uwedr
206 - Bugfix: More undo/redo (move of floatimages, relinking of branches)
208 -------------------------------------------------------------------
209 Thu Aug 31 13:54:30 CEST 2006 - uwedr
211 - Bugfix: More undo/redo commands
212 - Bugfix: Actions updated after moving a branch now
213 - Bugfix: vym refuses to start if vymTmpDir can't be created
215 -------------------------------------------------------------------
216 Wed Aug 30 14:14:56 CEST 2006 - uwedr
219 - Bugfix: Editing headings now works both on Mac and Linux
221 -------------------------------------------------------------------
222 Mon Aug 28 13:15:35 CEST 2006 - uwe
225 - Feature: Opening of all URLs in a subtree
226 - Feature: Opening of all vymLinks in a subtree
228 -------------------------------------------------------------------
229 Tue Aug 15 13:39:42 CEST 2006 - uwedr
232 - Feature: Changed format of configuration file a bit (new file anyway
233 with introduction of QT4)
234 - Feature: Toolbar Layout is saved now
236 -------------------------------------------------------------------
237 Thu Jul 27 14:28:54 CEST 2006 - uwedr
239 - Bugfix: Floatimages internally are saved as png, preserving the alpha
242 -------------------------------------------------------------------
243 Thu Jul 13 10:39:26 CEST 2006 - uwedr
245 - Bugfix: Fixed broken check for non-existent OO-export configuration
247 -------------------------------------------------------------------
248 Tue Jul 4 12:32:28 CEST 2006 - uwedr
250 - Feature: Moved floats in XML Export, e.g. XHTML shows floatimages at
251 beginning of export now
253 -------------------------------------------------------------------
254 Mon July 10 16:53:29 CEST 2006 - uwedr
257 - Feature: Beginning of QT4 port
259 -------------------------------------------------------------------
260 Thu June 1 16:53:29 CEST 2006 - uwedr
263 - Feature: Opening of tabs in Firefox or Mozilla
264 - Feature: Documentation is up to date now
265 - Bugfix: No more duplicate xLinks
266 - Bugfix: Saving original filename of floatimages finally works
267 - Bugfix: Positioning of floatimages while adjusting canvas size (also
268 optimized code a bit)
270 -------------------------------------------------------------------
271 Tue May 9 10:05:52 CEST 2006 - uwedr
274 - Bugfix: Right click e.g. on URL Flag opened URL _and_ context menu
275 - Bugfix: Deleting selection works also if Delkey is disabled.
277 -------------------------------------------------------------------
278 Mon May 8 10:29:25 CEST 2006 - uwedr
280 - Bugfix: Exclusive flags did not work properly.
281 - Bugfix: Wrong icon in texteditor for text underline
282 - Bugfix: Changed screenshots in docu to represent new look
283 - Bugfix: Fixed z-plane of floatimage. Images did hide flags.
285 -------------------------------------------------------------------
286 Mon Apr 24 11:59:22 CEST 2006 - uwedr
288 - Bugfix: wrong paths in XHTML export (#168033), caused by wrong
291 -------------------------------------------------------------------
292 Mon Apr 10 13:23:02 CEST 2006 - uwedr
294 - Feature: More icons
296 -------------------------------------------------------------------
297 Fri Mar 31 14:18:38 CEST 2006 - uwe
299 - Feature: New environment variable VYMHOME
301 -------------------------------------------------------------------
302 Thu Mar 30 11:00:21 CEST 2006 - uwedr
305 - Feature: New icons. Icons and flags are not longer linked statically.
307 -------------------------------------------------------------------
308 Tue Mar 28 21:54:31 CEST 2006 - uwe
311 - Feature: Konqueror can open URLs in new tabs now.
313 -------------------------------------------------------------------
314 Thu Mar 23 13:26:46 CET 2006 - uwedr
317 - Bugfix: Problem with vymlinks pointing to higher directories (#159770)
318 - Bugfix: All exports support hiding of objects now
319 - Bugfix: exportDir in XHTML export is correctly saved in map and
320 defaults to current directory
322 -------------------------------------------------------------------
323 Wed Mar 15 11:43:02 CET 2006 - uwedr
326 - Bugfix: Workaround QT problem, where QT writes invalid XML code by not
327 escaping & in fontnames
328 - Feature: Hide Export Flag lets you hide objects in exports
329 - Feature: Floatimages now are basically ornamented objects. They could
330 have e.g. an URL later
331 - Feature: On error the XML Parser shows the line which is causing the
334 -------------------------------------------------------------------
335 Wed Mar 8 13:58:40 CET 2006 - uwedr
337 - Bugfix: Images preview in filedialog works again. Seemed to be a QT
338 issue when multiple fileselections were allowed.
340 -------------------------------------------------------------------
341 Mon Mar 6 15:02:57 CET 2006 - uwedr
343 - Feature: Added export to Taskjuggler. xslt by Matt.
345 -------------------------------------------------------------------
346 Wed Mar 1 22:29:47 CET 2006 - uwe
348 - Bugfix: Canvas Size corrected when flag is toggled
350 -------------------------------------------------------------------
351 Wed Mar 1 15:38:11 CET 2006 - uwedr
354 - Feature: Include Images Horizontalls
356 -------------------------------------------------------------------
357 Tue Feb 21 17:17:48 CET 2006 - uwedr
359 - Feature: rudimentary import mmaps
361 -------------------------------------------------------------------
362 Tue Feb 14 21:10:26 CET 2006 - uwe
365 - Feature: Import KDE bookmarks
366 - Feature: Own class xsltproc for doing xml transformations
368 -------------------------------------------------------------------
369 Tue Jan 31 16:54:52 CET 2006 - uwedr
372 - Bugfix: Hide Include Images Horizontally (not implemented yet)
373 - Bugfix: Include Images Vertically was not read from saved file
375 -------------------------------------------------------------------
376 Tue Jan 25 16:07:53 CET 2006 - uwedr
379 - Feature: Export to Open Office 2.x (Open Document) basically works
380 - Feature: Export to XHTML uses smaller icon for URLs now
382 -------------------------------------------------------------------
383 Wed Jan 18 13:29:52 CET 2006 - uwedr
385 - Feature: Multiple File selection while loading maps and images
387 -------------------------------------------------------------------
388 Tue Jan 3 12:20:08 CET 2006 - uwe
390 - Feature: Small optimization in zip/unzip functions
392 -------------------------------------------------------------------
393 Mon Jan 2 21:03:05 CET 2006 - uwe
395 - Feature: FATE support for URLs
397 -------------------------------------------------------------------
398 Wed Dec 28 12:09:59 CET 2005 - uwe
401 - Feature: Added idAttr to BranchObj::saveToDir
402 - Bugfix: FloatObjects now use hideLinkIfUnselected, no more drawing
403 errors, if FO is selected (undefined link)
404 - Bugfix: FloatImages don't get lost during save after they have been
405 relinked to new parent
406 - Bugfix: Editing heading of mapcenter now also corrects position
408 -------------------------------------------------------------------
409 Mon Oct 10 13:18:29 CEST 2005 - uwedr
411 - Bugfix: Copy/Paste was currently not possible for images. Now
412 completly rewrote mechanism. Instead of invisible map now XML import
413 is used (Multiple clipboards should be not difficult now)
415 -------------------------------------------------------------------
416 Mon Oct 3 10:33:09 CEST 2005 - uwe
418 - Bugfix: Added small fix from Khaled Ahmed needed for display of
421 -------------------------------------------------------------------
422 Mon Sep 12 21:39:38 CEST 2005 - uwedr
425 - Feature: Currently 15 levels of undo (GUI to set value still missing)
426 - Feature: Experimental LaTeX Export (without headers and opions so far)
428 -------------------------------------------------------------------
429 Sun Sep 5 10:26:15 CEST 2005 - uwedr
432 - Feature: Link of a branch can be hidden, if object is not selected
433 - Bugfix: Zoomed map no longer "jumps around" when branch is selected
435 - Bugfix: TextEditor now has grey background again, if it is empty
436 - Bugfix: BranchObj no longer need to connect to TextEditor, BranchObj
437 is no longer a QOBJECT
439 -------------------------------------------------------------------
440 Thu Sep 1 12:26:24 CEST 2005 - uwedr
442 - Bugfix: Some minor changes so that translations use arguments now
443 instead of several calls to tr()
445 -------------------------------------------------------------------
446 Tue Aug 30 13:38:31 CEST 2005 - uwedr
448 - Bugfix: Fixed pasting vymlinks: Pasting a branch to a target in
449 another map caused vym to go into an endless loop, if the vymlink of the
450 branch pointed to the new map.
451 - Bugfix: Invisible floatimages (which have a scrolled parent) no longer
454 -------------------------------------------------------------------
455 Fri Aug 19 09:12:49 CEST 2005 - uwedr
457 - Feature: added debian subdirectory created by Steffen Joeris
458 - Feature: added license to new aboutwindow
460 -------------------------------------------------------------------
461 Tue Aug 16 19:22:56 CEST 2005 - jhilmer
463 - Bugfix: Fixed link handling in aboutdialog.
465 -------------------------------------------------------------------
466 Tue Aug 16 12:25:09 CEST 2005 - uwedr
468 - Feature: Added keyboard shortcut to reset zoom factor
469 - Bugfix: Added "..." to menu entries leading to another dialog
470 - Bugfix: The setting option "Delete Key" is working again
471 - Bugfix: A branch moved from left side to right had wrong orienation
473 -------------------------------------------------------------------
474 Tue Aug 2 09:59:24 CEST 2005 - uwedr
476 - Bugfix: Heading sizes now correct after moving e.g. mainbranch to
479 -------------------------------------------------------------------
480 Mon Aug 1 22:40:29 CEST 2005 - jhilmer
482 - Bugfix: Problems with closing of note editor when text was modified.
483 - Feature: Added subscript and superscript to note editor
485 -------------------------------------------------------------------
486 Thu Jul 28 11:57:38 CEST 2005
489 - Bugfix: Frames didn't become invisible if scrolled
491 -------------------------------------------------------------------
492 Thu Jul 28 11:57:38 CEST 2005
495 - Bugfix: if selection changed before undo, undo worked on wrong
497 - included math.h again to enable compiling with gcc4
499 -------------------------------------------------------------------
500 Mi Jul 27 17:27:14 CEST 2005
502 - Bugfix: if selection changed before undo, undo worked on wrong branch
504 -------------------------------------------------------------------
505 Mon Jul 25 22:22:21 CEST 2005
507 - Bugfix: changed MapEditor::undo and ::saveState to also save selection
509 -------------------------------------------------------------------
510 Di Jul 19 16:42:31 CEST 2005
513 - Feature: Drag and Drop also for .vym and files (Jakob Hilmer)
514 - Feature: More speedup on moving/relinking branches
516 -------------------------------------------------------------------
518 Mi Jul 13 11:44:10 CEST 2005
520 - Drag and Drop also for URLs
522 -------------------------------------------------------------------
523 Di Jul 12 20:56:09 CEST 2005
527 -------------------------------------------------------------------
528 Mon Jul 4 21:13:42 CEST 2005
531 - Bugfix: TextEditor doesn't get minimized in KDE any longer (KDE-bug?)
533 -------------------------------------------------------------------
534 Tue Jun 14 11:43:44 CEST 2005
536 - Feature: printer name is saved in vymrc now
537 - Feature: added image drag/drop (by Jakob Hilmer)
538 - Bugfix: Importing map into new map now has correct (empty) filename
540 -------------------------------------------------------------------
544 - Feature: Dramatic speedup in some operations
545 (e.g. move branch up/down) due to extended
547 -------------------------------------------------------------------
551 - Feature:Changed default pdf-reader for Mac OSX
552 - Bugfix: xLinks stopped working in 1.6.6
553 - Bugfix: drawing error when using modModeCopy
554 - Bugfix: replaced lrint by qRound for BSD port
556 -----------------------------------------------------------
560 - Feature: Exclusive standard flags
562 -----------------------------------------------------------
566 - Feature: removing a branch and keeping its childs
567 - Feature: removing childs of a branch
568 - Feature: insert branch and make selection its child
569 - Feature: restructured branch context menu
570 in a basic version (straight line)
571 - Feature: New shortcuts for use on Mac OS X
572 - Feature: Importing directories generates vymlinks now
573 - Bugfix: Changing linkstyle now automatically redraws all
575 - Bugfix: Paste icon is disabled if clipboard is empty
577 -----------------------------------------------------------
581 - Feature: xLinks (connection between 2 branches) works
582 in a basic version (straight line)
584 -----------------------------------------------------------
588 - Bugfix: Saving of selection to a vym part (.vyp)
589 - Bugfix: Closing the noteeditor by closing its window now
590 also toggles the responding toolbar button. &
592 -----------------------------------------------------------
596 - Feature: Introduced Modifier modes: color, link, copy
597 - Feature: Linking branches is basically possible, though it can't be
600 -----------------------------------------------------------
604 - Feature: Optimized moving of branches: much faster especially
606 - Bugfix: Segfault when loading vym part
607 - Bugfix: ugly unitialized lines, when temporary drawn link
608 was moved from a temporary parent back to canvas
610 -----------------------------------------------------------
614 - Feature: Added saving of xhtml settings in map
616 -----------------------------------------------------------
620 - Feature: Added Import of maps with two modes:
622 - Feature: Added export of part of maps
623 - Feature: Added joining of paragraphs in text editor
624 - Feature: Optimized undo: Only relevant parts are saved, which
625 dramatically improves e.g. moving branches up/down in most maps
626 - Bugfix: QTextEdit generates invalid XML code, which could lead to a
627 parse error, if font name contains a \& (#62283)
628 - Bugfix: Wrong order of mainbranches in Export
629 - Bugfix: zip archive was not deleted before save, which could lead to
630 much bigger files, e.g. when working on older \vym maps or deleted
632 - Bugfix: Printing in Texteditor
633 - Bugfix: Wrong URLs in xhtml output
634 - Bugfix: Segfault fixed at Cursor left/right in empty map
636 -----------------------------------------------------------
640 - Feature: More options in xhtml export: external scripts
642 -----------------------------------------------------------
646 - Public release of all changes since 1.4.1
647 - Feature: New function to replace paragraphs in note editor
648 by linebreaks, this makes pasted text much nicer
649 - Feature: New option to toggle exporting of of floatimages
650 - Feature: z-plane of floatimages can be set (manually only)
651 - Bugfix: Wrong ordering of branches, if mainbranch is exactly left of
654 -----------------------------------------------------------
658 - Feature: New Export to XHTML (by Thomas Schraitle)
660 - Bugfix: spaces and dots in filenames
661 - Bugfix: Error message if xsltproc is not installed
663 -----------------------------------------------------------
667 - Feature: New file format: notes are saved as part of the .xml file
668 - Feature: Note Editor supports Rich Text now.
669 - Feature: Parser now also nows {\tt standardflag} (all letters lowercase)
671 -----------------------------------------------------------
675 - Feature: Correct handling of font size in Heading
677 -----------------------------------------------------------
681 - Selecting with cursor now works between subtrees
682 - Bugfix: vymLink was set to temporary dir in 1.4.3
684 -----------------------------------------------------------
688 - Optimisation: Reduced canvas objects by only creating objects for used
690 - Better visualization of moving branch above/below target
691 - Find Window informs with dialog, if the search failed
692 - System Flags are clickable now
693 - Reworked CSS and XST stylsheets (comments, indent, browser
695 - vymLinks are shown in statusbar
696 - current directory is save
697 - Rewritten load/save to improve multimap handling and unzipped files
698 - Bugfix: vymLinks don't get deleted when Cancel is pressed
699 - Bugfix: Fixed a bunch of bugs in XSL for HTML export
700 - Bugfix: More toolbar buttons disabled, if action not possible
701 - Bugfix: Renaming .vymfile now works
702 - Bugfix: mapChanged set when toggling flags
703 - Bugfix: CTRL-N was used twice
704 - Bugfix: Del didn't work on floatimage
706 -----------------------------------------------------------
708 - Bugfix: Float image could not be deleted
710 -----------------------------------------------------------
714 - Bugfix: Color of branch not saved
715 - Bugfix: wrong path at HTML export
716 - Bugfix: map is not save with special characters in path
718 -----------------------------------------------------------
722 - Ask for confirmation before opening
723 a map in multiple editors
724 - Save state of note editor (visible/minimized)
726 - Author and Comment is saved in map
727 - Stats are shown in Edit MapInfo
728 - Changes for OS X port (QCursor, QContextMenuEvent)
729 - Bugfix: Fonts from note editor are save now
730 - Bugfix: invisible image when parent is scrolled
731 - Bugfix: Segfault pressing "enter" for floatimage
732 - Bugfix: Images can't be outside of exported area
734 - Bugfix: Filenames with blanks
735 - Bugfix: Old maplink is shown when editing maplink
736 - Bugfix: always show cursor while editing heading
738 -----------------------------------------------------------
743 - Export to any of QTs image formats
744 - Also right side of selection is always visible now.
746 -----------------------------------------------------------
750 - Load last maps in file menu
751 - save last image path for loading
752 - Also export standard flags to dir.
754 -----------------------------------------------------------
758 - Enabled <br> in headings as manual linebreak
759 - Heading can be copied to URL
760 - Bugfix: GIFs are automatically converted to PNG now
762 -----------------------------------------------------------
766 - Add and move branches above/below selection, Texteditor copy all,
768 -----------------------------------------------------------
772 - Export to directory, changed naming in .vym
774 -----------------------------------------------------------
778 - Bugfix: Check if map can be saved at all
780 -----------------------------------------------------------
784 - Select image format before saving image
786 -----------------------------------------------------------
790 - Selecting mainbranches by up/down
791 - Export ASCII (experimental)
792 - Each map can be saved individually at quit
793 - Bugfix: Opening VymLink crashes QT
794 - Bugfix: 50\% less objects on canvas
795 - Bugfix: Ignoring LANG, now always written as UTF8
797 -----------------------------------------------------------
801 - Sort Mainbranches by angle to y-axis
802 - Import directory structure
803 - Bugfix: Set FrameType of MapCenter while loading map
805 -----------------------------------------------------------
809 - Jump to another vym map
810 - Mainbranches are alwas ordered clockwise
812 -----------------------------------------------------------
816 - Change frame types in context menu
818 -----------------------------------------------------------
822 - Copy / Paste and save Floatimages
824 -----------------------------------------------------------
828 - Closing vym in KDE now asks for save, too
829 - Context menu for branches
830 - Selection is saved in .vym file
832 -----------------------------------------------------------
836 - URLs to external links can be added
837 - All actions are deactived if not possible
839 -----------------------------------------------------------
843 - Images: Can be loaded, saved, relinked to other parents
845 -----------------------------------------------------------
849 - Zoom: Reset and finer steps shrinking/enlarging
851 -----------------------------------------------------------
855 - Editing of links (style and color)
857 -----------------------------------------------------------
861 - Bugfix: LineEdit when adding branch has correct position again.
863 -----------------------------------------------------------
867 - Scrolled parts are automatically unscrolled when selected and scrolled
869 - Bugfix: Save flag is updated when multiple maps are opened
870 - Bugfix: Moving of branches is faster and more accurat when adding to
873 -----------------------------------------------------------
877 - Bugfix: Remember filename of note in noteeditor
879 -----------------------------------------------------------
883 - Find Text also in Notes.
885 -----------------------------------------------------------
889 - Bugfix: Correct setting and positioning when relinking branches
891 -----------------------------------------------------------
895 - Scroll mode added (folding of subtrees).
896 - Bugfix: Wrong position of linedit in zoomed view
898 -----------------------------------------------------------
902 - Added clear button in find window, bugfixes
904 -----------------------------------------------------------
908 - Links can be colored with color of heading
910 -----------------------------------------------------------
914 - Improved visualization of linking to new branch
916 -----------------------------------------------------------
921 - Selection always stays in view
923 -----------------------------------------------------------
927 - Find function scrolls to result now
928 - Bugfix: Adding branch with midmouse
929 - Bugfix: multiple repositioning of map, when noteeditor was changed
931 - New Linestyles (still hardcoded)
933 -----------------------------------------------------------
937 - First public stable release
939 -----------------------------------------------------------
941 - added quick color picker (CTRL + Left Mouse) ?
943 -----------------------------------------------------------
945 - added automatic canvas resizer, removed manual resizing of canvas
946 - added settings option to paste text into new branch
949 - Choose and switch between fixed and variable width fonts
951 - Fixed segfault caused by undo and a call of updateNoteFlag of note
953 - Added settings menu to configure autoselect and autoedit mode
954 - autoedit and autoselect mode
955 - Fixed ugly display problem with QT Palette (Klaas Freitag)
956 - Reduced temporary directories from 4 to 1
957 - Added wordwrap in printing of notes
958 - New toolbar buttons in texteditor
959 - Set background color
960 - Fixed bug: Flags in toolbar not updated when selecting map center
962 -----------------------------------------------------------
964 - No more segfault, when an object is deleted while being edited
965 - Keep focus constant when zooming in/out
966 - Export as png graphic
967 - Keep Center of map where it is while zooming
968 - Added Standard Flags (Smiley, Hook, Stopsign, ...)
969 - MDI: Multi Document Interface enables working on several maps
971 - Enabled creating a new map via argument on commandline
972 - Changed file extension from .mmap to .vym
973 - noteeditor changes color, if empty or nothing is selected
974 - Changes in NoteEditor window are recognized by main window, too, thus
975 preventing loosing data when quitting the program.
977 -----------------------------------------------------------
979 - New rendering engine: Faster, no flickering
981 -----------------------------------------------------------
983 - Changed printing to use maximum space on paper
984 - Note editor is hidden, too, when mapeditor is minimized
985 - New (compressed) file format
987 -----------------------------------------------------------
989 - Size of map is saved
990 - Multi Line Headings
991 - Reworked Rendering Engine: Much faster now.
992 - Reworked Undo: Much faster now.
993 - Enabled moving of map center
994 - Multi-line headings
996 -----------------------------------------------------------
1001 -----------------------------------------------------------
1003 - Moving view of map improved:
1004 - New handling (acrobat reader style)
1006 - Several tools to color a map
1008 -----------------------------------------------------------
1010 - Inital version, basic map layout
1011 - Data is stored in XML