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