tex/vym.changelog
author insilmaril
Tue, 16 Aug 2005 14:25:43 +0000
changeset 151 4b2e70fbacec
parent 146 1b52ff19aad5
child 153 47cd4ae30000
permissions -rw-r--r--
a few minor bugs fixed
     1 -------------------------------------------------------------------
     2 Tue Aug 16 12:25:09 CEST 2005 - uwe
     3 
     4 - Feature: Added keyboard shortcut to reset zoom factor
     5 - Bugfix: Added "..." to menu entries leading to another dialog
     6 - Bugfix: The setting option "Delete Key" is working again
     7 - Bugfix: A branch moved from left side to right had wrong orienation
     8 
     9 -------------------------------------------------------------------
    10 Tue Aug  2 09:59:24 CEST 2005 - uwe
    11 
    12 -  Bugfix: Heading sizes now correct after moving e.g. mainbranch to 
    13    a branch
    14 
    15 -------------------------------------------------------------------
    16 Mon Aug  1 22:40:29 CEST 2005 - jhilmer
    17 
    18 - Bugfix: Problems with closing of note editor when text was modified.
    19 - Feature: Added subscript and superscript to note editor
    20 	
    21 -------------------------------------------------------------------
    22 Thu Jul 28 11:57:38 CEST 2005 
    23 
    24 - Version 1.7.3
    25 - Bugfix: Frames didn't become invisible if scrolled
    26 
    27 -------------------------------------------------------------------
    28 Thu Jul 28 11:57:38 CEST 2005 
    29 
    30 - Version 1.7.2
    31 - Bugfix: if selection changed before undo, undo worked on wrong
    32   branch
    33 - included math.h again to enable compiling with gcc4  
    34 
    35 -------------------------------------------------------------------
    36 Mi Jul 27 17:27:14 CEST 2005
    37 
    38 - Bugfix: if selection changed before undo, undo worked on wrong branch
    39 
    40 -------------------------------------------------------------------
    41 Mon Jul 25 22:22:21 CEST 2005
    42 
    43 - Bugfix: changed MapEditor::undo and ::saveState to also save selection
    44 
    45 -------------------------------------------------------------------
    46 Di Jul 19 16:42:31 CEST 2005
    47 
    48 - Version: 1.7.1
    49 - Feature: Drag and Drop also for .vym and files (Jakob Hilmer)
    50 - Feature: More speedup on moving/relinking branches
    51 
    52 -------------------------------------------------------------------
    53 
    54 Mi Jul 13 11:44:10 CEST 2005 
    55 
    56 - Drag and Drop also for URLs
    57 
    58 -------------------------------------------------------------------
    59 Di Jul 12 20:56:09 CEST 2005
    60 
    61 - Version: 1.7.0
    62 
    63 -------------------------------------------------------------------
    64 Mon Jul  4 21:13:42 CEST 2005 
    65 
    66 - Version: 1.6.9
    67 - Bugfix: TextEditor doesn't get minimized in KDE any longer (KDE-bug?)
    68 
    69 -------------------------------------------------------------------
    70 Tue Jun 14 11:43:44 CEST 2005
    71 
    72 - Feature: printer name is saved in vymrc now
    73 - Feature: added image drag/drop (by Jakob Hilmer)
    74 - Bugfix: Importing map into new map now has correct (empty) filename 
    75 
    76 -------------------------------------------------------------------
    77 2005-06-07 
    78 
    79 - Version: 1.6.8
    80 - Feature: Dramatic speedup in some operations 
    81 				(e.g. move branch up/down) due to extended 
    82 				undo engine
    83 -------------------------------------------------------------------
    84  2005-05-27 
    85  
    86 - Version: 1.6.7	
    87 - Feature:Changed default pdf-reader for Mac OSX 
    88 - Bugfix: xLinks stopped working in 1.6.6
    89 - Bugfix: drawing error when using modModeCopy
    90 - Bugfix: replaced lrint by qRound for BSD port
    91 		
    92 -----------------------------------------------------------
    93  2005-05-23
    94 
    95 - Version 1.6.6	
    96 - Feature: Exclusive standard flags		
    97 
    98 -----------------------------------------------------------
    99 2005-05-19 
   100 
   101 - Version: 1.6.5
   102 - Feature: removing a branch and keeping its childs
   103 - Feature: removing childs of a branch
   104 - Feature: insert branch and make selection its child
   105 - Feature: restructured branch context menu	
   106            in a basic version (straight line)
   107 - Feature: New shortcuts  for use on Mac OS X
   108 - Feature: Importing directories generates vymlinks now 
   109 - Bugfix: Changing linkstyle now automatically redraws all
   110 	      links again
   111 - Bugfix: Paste icon is disabled if clipboard is empty 
   112 		
   113 -----------------------------------------------------------
   114 2005-04-15
   115 
   116 - Version: 1.6.4	
   117 - Feature: xLinks (connection between 2 branches) works
   118            in a basic version (straight line)	
   119 
   120 -----------------------------------------------------------
   121 2005-03-30
   122 
   123 - Version: 1.6.3
   124 - Bugfix: Saving of selection to a vym part (.vyp)
   125 - Bugfix: Closing the noteeditor by closing its window now
   126           also toggles the responding toolbar button. &
   127 
   128 -----------------------------------------------------------
   129 2005-03-24
   130 
   131 - Version: 1.6.2	
   132 - Feature: Introduced Modifier modes: color, link, copy 
   133 - Feature: Linking branches is basically possible, though it can't be
   134            edited/saved yet 
   135 
   136 -----------------------------------------------------------
   137 2005-01-30
   138 
   139 - Version: 1.6.1	 
   140 - Feature: Optimized moving of branches: much faster especially 
   141            with huge subtrees					
   142 - Bugfix: Segfault when loading vym part 
   143 - Bugfix: ugly unitialized lines, when temporary drawn link 
   144           was moved from a temporary parent back to canvas		  
   145 
   146 -----------------------------------------------------------
   147 2004-12-14  
   148 
   149 - Version: 1.6.0 	 
   150 - Feature: Added saving of xhtml settings in map 
   151 
   152 -----------------------------------------------------------
   153 2004-12-13  
   154 
   155 - Version: 1.5.2 	 
   156 - Feature: Added Import of maps with two modes: 
   157            add/replace						
   158 - Feature: Added export of part of maps		 
   159 - Feature: Added joining of paragraphs in text editor		 
   160 - Feature: Optimized undo: Only relevant parts are saved, which
   161            dramatically improves e.g. moving branches up/down in most maps  
   162 - Bugfix: QTextEdit generates invalid XML code, which could lead to a
   163           parse error, if font name contains a \&     
   164 - Bugfix: Wrong order of mainbranches in Export	   
   165 - Bugfix: zip archive was not deleted before save, which could lead to
   166   much bigger files, e.g.  when working on older \vym maps or deleted
   167   images   
   168 - Bugfix: Printing in Texteditor         
   169 - Bugfix: Wrong URLs in xhtml output				  
   170 - Bugfix: Segfault fixed at Cursor left/right in empty map  
   171 
   172 -----------------------------------------------------------
   173 2004-10-01 
   174 
   175 - Version: 1.5.1
   176 - Feature: More options in xhtml export: external scripts 	 
   177 
   178 -----------------------------------------------------------
   179 2004-09-26 
   180 
   181 - Version: 1.5.0 	 
   182 - Public release of all changes since 1.4.1      	 
   183 - Feature: New function to replace paragraphs in note editor
   184    	by linebreaks, this makes pasted text much nicer 
   185 - Feature: New option to toggle exporting of of floatimages 
   186 - Feature: z-plane of floatimages can be set (manually only) 
   187 - Bugfix: Wrong ordering of branches, if mainbranch is exactly left of
   188   center 
   189 
   190 -----------------------------------------------------------
   191 2004-09-24 
   192 
   193 - Version: 1.4.7 	 
   194 - Feature: New Export to XHTML (by Thomas Schraitle)	 
   195 - Bugfix: vymLink	
   196 - Bugfix: spaces and dots in filenames	 
   197 - Bugfix: Error message if xsltproc is not installed 
   198 
   199 -----------------------------------------------------------
   200 2004-09-15	
   201 
   202 - Version: 1.4.6 	 
   203 - Feature: New file format: notes are saved as part of the .xml file
   204 - Feature: Note Editor supports Rich Text now.
   205 - Feature: Parser now also nows {\tt standardflag} (all letters lowercase)
   206 
   207 -----------------------------------------------------------
   208 2004-08-23	
   209 
   210 - Version: 1.4.5 	 
   211 - Feature: Correct handling of font size in Heading			 
   212 
   213 -----------------------------------------------------------
   214 -----------------------------------------------------------
   215 -----------------------------------------------------------
   216 -----------------------------------------------------------
   217 -----------------------------------------------------------
   218 2004-07-29	
   219 
   220 - Version: 1.4.4 	 
   221 - Selecting with cursor now works between subtrees	 
   222 - Bugfix: vymLink was set to temporary dir in 1.4.3	 
   223 
   224 -----------------------------------------------------------
   225 2004-07-19  
   226 
   227 - Version: 1.4.3 	 
   228 - Optimisation: Reduced canvas objects by only creating objects for used
   229   flags		 
   230 - Better visualization of moving branch above/below target		
   231 - Find Window informs with dialog, if the search failed
   232 - System Flags are clickable now		
   233 - Reworked CSS and XST stylsheets (comments, indent, browser
   234   compatibility)						
   235 - vymLinks are shown in statusbar		
   236 - current directory is save			
   237 - Rewritten load/save to improve multimap handling and unzipped files
   238 - Bugfix: vymLinks don't get deleted when Cancel is pressed						
   239 - Bugfix: Fixed a bunch of bugs in XSL for HTML export             
   240 - Bugfix: More toolbar buttons disabled, if action not possible             
   241 - Bugfix: Renaming .vymfile now works		
   242 - Bugfix: mapChanged set when toggling flags		
   243 - Bugfix: CTRL-N was used twice		
   244 - Bugfix: Del didn't work on floatimage 
   245 
   246 -----------------------------------------------------------
   247 - Version: 1.4.2 	 
   248 - Bugfix: Float image could not be deleted  
   249 
   250 -----------------------------------------------------------
   251 2004-05-25  
   252 
   253 - Version: 1.4.1 	 
   254 - Bugfix: Color of branch not saved	 
   255 - Bugfix: wrong path at HTML export	             
   256 - Bugfix: map is not save with special characters in path   
   257 
   258 -----------------------------------------------------------
   259 2004-05-17 
   260 
   261 - Version: 1.4.0 	 
   262 - Ask for confirmation before opening 
   263 				a map in multiple editors			 
   264 - Save state of note editor (visible/minimized) 
   265 - Export to HTML						 
   266 - Author and Comment is saved in map	 
   267 - Stats are shown in Edit MapInfo		 
   268 - Changes for OS X port (QCursor, QContextMenuEvent)	 
   269 - Bugfix: Fonts from note editor are save now			
   270 - Bugfix: invisible image when parent is scrolled		
   271 - Bugfix: Segfault pressing "enter" for floatimage	
   272 - Bugfix: Images can't be outside of exported area
   273 				anymore. 
   274 - Bugfix: Filenames with blanks		 
   275 - Bugfix: Old maplink is shown when editing maplink 
   276 - Bugfix: always show cursor while editing heading  
   277 
   278 -----------------------------------------------------------
   279 2004-04-16 
   280 
   281 - Version: 1.3.5 	 
   282 - Export map to dir					 
   283 - Export to any of QTs image formats	 
   284 - Also right side of selection is always visible now. 
   285 
   286 -----------------------------------------------------------
   287 2004-04-07 
   288 
   289 - Version: 1.3.4 	 
   290 - Load last maps in file menu          
   291 - save last image path for loading	 
   292 - Also export standard flags to dir.	 
   293 
   294 -----------------------------------------------------------
   295 2004-03-26 
   296 
   297 - Version: 1.3.3 	 
   298 - Enabled <br> in headings as manual linebreak	 
   299 - Heading can be copied to URL		
   300 - Bugfix: GIFs are automatically converted to PNG now
   301 
   302 -----------------------------------------------------------
   303 2004-03-26 
   304 
   305 - Version: 1.3.2 	 
   306 - Add and move branches above/below selection, Texteditor copy all, 
   307 
   308 -----------------------------------------------------------
   309 2004-03-25 
   310 
   311 - Version: 1.3.1 	 
   312 - Export to directory, changed naming in .vym 
   313 
   314 -----------------------------------------------------------
   315 2004-03-23 
   316 
   317 - Version: 1.3.0 	 
   318 - Bugfix: Check if map can be saved at all 
   319 
   320 -----------------------------------------------------------
   321 2004-03-22 
   322 
   323 - Version: 1.2.12	 
   324 - Select image format before saving image	 
   325 
   326 -----------------------------------------------------------
   327 2004-03-18 
   328 
   329 - Version: 1.2.11	
   330 -		Selecting mainbranches by up/down	 
   331 -		Export ASCII (experimental)						
   332 -		Each map can be saved individually at quit		
   333 -		Bugfix: Opening VymLink crashes QT				
   334 -		Bugfix: 50\% less objects on canvas				
   335 -		Bugfix: Ignoring LANG, now always written as UTF8
   336 
   337 -----------------------------------------------------------
   338 2004-03-16 
   339 
   340 - Version: 1.2.10	
   341 - Sort Mainbranches by angle to y-axis 
   342 - Import directory structure						
   343 - Bugfix: Set FrameType of MapCenter while loading map 
   344 
   345 -----------------------------------------------------------
   346 2004-03-12 
   347 
   348 - Version: 1.2.9	
   349 - Jump to another vym map		         
   350 - Mainbranches are alwas ordered clockwise        
   351 
   352 -----------------------------------------------------------
   353 2004-03-03 
   354 
   355 - Version: 1.2.8	 
   356 - Change frame types in context menu   
   357 
   358 -----------------------------------------------------------
   359 2004-02-25 
   360 
   361 - Version: 1.2.7	
   362 - Copy / Paste and save Floatimages  
   363 
   364 -----------------------------------------------------------
   365 2004-02-24 
   366 
   367 - Version: 1.2.6	 
   368 - Closing vym in KDE now asks for save, too	 
   369 - Context menu for branches					  
   370 - Selection is saved in .vym file				  
   371 
   372 -----------------------------------------------------------
   373 2004-02-18 
   374 
   375 - Version: 1.2.5	 
   376 - URLs to external links can be added 
   377 - All actions are deactived if not possible  
   378 
   379 -----------------------------------------------------------
   380 2004-02-16 
   381 
   382 - Version: 1.2.4	 
   383 - Images: Can be loaded, saved, relinked to other parents
   384 
   385 -----------------------------------------------------------
   386 2004-01-27  
   387 
   388 - Version: 1.2.3	 
   389 - Zoom: Reset and finer steps shrinking/enlarging	 
   390 
   391 -----------------------------------------------------------
   392 2004-01-27 
   393 
   394 - Version: 1.2.2	 
   395 - Editing of links (style and color)	 
   396 
   397 -----------------------------------------------------------
   398 2004-01-27 
   399 
   400 - Version: 1.2.1	
   401 - Bugfix: LineEdit when adding branch has correct position again.								 
   402 
   403 -----------------------------------------------------------
   404 2004-01-23 
   405 
   406 - Version: 1.2.0	 
   407 - Scrolled parts are automatically unscrolled when selected and scrolled
   408   again later.				 
   409 - Bugfix: Save flag is updated when multiple maps are opened 
   410 - Bugfix: Moving of branches is faster and more accurat when adding to
   411   mapcenter 
   412 
   413 -----------------------------------------------------------
   414 2003-12-04 
   415 
   416 - Version: 1.1.7	 
   417 - Bugfix: Remember filename of note in noteeditor	 
   418 
   419 -----------------------------------------------------------
   420 2003-12-02 
   421 
   422 - Version: 1.1.6	 
   423 - Find Text also in Notes.	 
   424 
   425 -----------------------------------------------------------
   426 2003-11-07 
   427 
   428 - Version: 1.1.5	
   429 - Bugfix: Correct setting and positioning when relinking branches	 
   430 
   431 -----------------------------------------------------------
   432 2003-11-03 
   433 
   434 - Version: 1.1.4	 
   435 - Scroll mode added (folding of subtrees).		 
   436 - Bugfix: Wrong position of linedit in zoomed view 
   437 
   438 -----------------------------------------------------------
   439 2003-10-09  
   440 
   441 - Version: 1.1.3	 
   442 -		Added clear button in find window, bugfixes     
   443 
   444 -----------------------------------------------------------
   445 2003-10-07  
   446 
   447 - Version: 1.1.2	 
   448 - Links can be colored with color of heading      
   449 
   450 -----------------------------------------------------------
   451 2003-09-26  
   452 
   453 - Version: 1.1.1	 
   454 - Improved visualization of linking to new branch 
   455 
   456 -----------------------------------------------------------
   457 2003-09-25  
   458 
   459 - Version: 1.1.0	 
   460 - Find Function							
   461 - Selection always stays in view		  
   462 
   463 -----------------------------------------------------------
   464 2003-09-18
   465 
   466 - Version: 1.0.1	 
   467 - Find function scrolls to result now	 
   468 - Bugfix: Adding branch with midmouse	  
   469 - Bugfix: multiple repositioning of map, when noteeditor was changed
   470   (speedup)	 
   471 - New Linestyles (still hardcoded)			 
   472 
   473 -----------------------------------------------------------
   474 2003-09-16 	 	
   475 
   476 - Version: 1.0.0	 
   477 - First public stable release			 
   478 
   479 -----------------------------------------------------------
   480 - Version: 0.9.0	 
   481 - added quick color picker (CTRL + Left Mouse)  ?	 
   482 
   483 -----------------------------------------------------------
   484 - Version: 0.8.0	 
   485 - added automatic canvas resizer, removed manual resizing of canvas  
   486 - added settings option to paste text into new branch	 
   487 - simplified code	 
   488 - Added heart flag	 
   489 - Choose and switch between fixed and variable width fonts 
   490 - note editor		 
   491 - Fixed segfault caused by undo and a call of updateNoteFlag of note
   492   editor	 
   493 - Added settings menu to configure autoselect and autoedit mode	 
   494 - autoedit and autoselect mode	 
   495 - Fixed ugly display problem with QT Palette (Klaas Freitag) 
   496 - Reduced temporary directories from 4 to 1	 
   497 - Added wordwrap in printing of notes	 
   498 - New toolbar buttons in texteditor	 
   499 - Set background color	 
   500 - Fixed bug: Flags in toolbar not updated when selecting map center	  
   501 
   502 -----------------------------------------------------------
   503 - Version: 0.7.0	 
   504 - No more segfault, when an object is deleted while being edited  
   505 - Keep focus constant when zooming in/out  
   506 - Export as png graphic  
   507 - Keep Center of map where it is while zooming  
   508 - Added Standard Flags (Smiley, Hook, Stopsign, ...)  
   509 - MDI: Multi Document Interface enables working on several maps
   510   simultanously  
   511 - Enabled creating a new map via argument on commandline  
   512 - Changed file extension from .mmap to .vym  
   513 - noteeditor changes color, if empty or nothing is selected  
   514 - Changes in NoteEditor window are recognized by main window, too, thus
   515   preventing loosing data when quitting the program.   
   516 
   517 -----------------------------------------------------------
   518 - Version: 0.6.0	
   519 - New rendering engine: Faster, no flickering   
   520 
   521 -----------------------------------------------------------
   522 - Version: 0.5.0	 
   523 -  Changed printing to use maximum space on paper  
   524 -  Note editor is hidden, too, when mapeditor is minimized  
   525 -  New (compressed) file format  
   526 
   527 -----------------------------------------------------------
   528 - Version: 0.4.0     
   529 - Size of map is saved  
   530 - Multi Line Headings   
   531 - Reworked Rendering Engine: Much faster now.  
   532 - Reworked Undo: Much faster now.  
   533 - Enabled moving of map center  
   534 - Multi-line headings   
   535 
   536 -----------------------------------------------------------
   537 - Version: 0.3.0
   538 - Introduced Undo  
   539 - Fixed some bugs    
   540 
   541 -----------------------------------------------------------
   542 - Version: 0.2.0     
   543 - Moving view of map improved:  
   544 - New handling (acrobat reader style)  
   545 - New mousepointer  
   546 - Several tools to color a map  
   547 
   548 -----------------------------------------------------------
   549 - Version: 0.1.0  
   550 - Inital version, basic map layout   
   551 - Data is stored in XML