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