You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2007/08/23 20:09:24 UTC

svn commit: r569095 - /xmlgraphics/fop/trunk/

Author: vhennebert
Date: Thu Aug 23 11:09:21 2007
New Revision: 569095

URL: http://svn.apache.org/viewvc?rev=569095&view=rev
Log:
Blocked revisions 562947,563927,567303 via svnmerge

................
  r562947 | vhennebert | 2007-08-05 21:58:39 +0200 (dim, 05 aoû 2007) | 59 lines
  
  Blocked revisions 556991,556997,557337,557541,557630,557649-557650,559087,562053,562140,562172,562383 via svnmerge
  
  ........
    r556991 | vhennebert | 2007-07-17 19:53:50 +0200 (mar, 17 jui 2007) | 5 lines
    
    - Compute the height of already handled rows progressively in TableStepper
    - Give this information to the ActiveCell constructor. This allows to:
      - avoid passing the row-group to the constructor
      - avoid re-computing it for each cell starting on the current row
  ........
    r556997 | vhennebert | 2007-07-17 19:57:40 +0200 (mar, 17 jui 2007) | 2 lines
    
    Store the index of the last spanned row, instead of the starting row. That latter information isn't really needed.
  ........
    r557337 | adelmelle | 2007-07-18 19:37:14 +0200 (mer, 18 jui 2007) | 4 lines
    
    * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal of some @author tags
    * Additional code cleanup: removal of unused imports (mainly in the fo.flow package)
  ........
    r557541 | vhennebert | 2007-07-19 11:57:10 +0200 (jeu, 19 jui 2007) | 2 lines
    
    Use an iterator instead of get(index) to iterate over the list of Knuth elements
  ........
    r557630 | vhennebert | 2007-07-19 16:13:01 +0200 (jeu, 19 jui 2007) | 2 lines
    
    Rename endRow into the more meaningful endRowIndex
  ........
    r557649 | vhennebert | 2007-07-19 16:55:04 +0200 (jeu, 19 jui 2007) | 2 lines
    
    Code cleanup and javadocs
  ........
    r557650 | vhennebert | 2007-07-19 17:01:20 +0200 (jeu, 19 jui 2007) | 2 lines
    
    Style only: correct indentation
  ........
    r559087 | vhennebert | 2007-07-24 17:37:05 +0200 (mar, 24 jui 2007) | 2 lines
    
    Testcases for conditional spaces inside table-cells.
  ........
    r562053 | vhennebert | 2007-08-02 11:27:42 +0200 (jeu, 02 aoû 2007) | 2 lines
    
    Clean up the handling of startIndent
  ........
    r562140 | vhennebert | 2007-08-02 17:37:17 +0200 (jeu, 02 aoû 2007) | 2 lines
    
    First step at introducing a layout manager for a row-group
  ........
    r562172 | vhennebert | 2007-08-02 18:26:36 +0200 (jeu, 02 aoû 2007) | 2 lines
    
    Move the handling of breaks back in TableContentLM
  ........
    r562383 | vhennebert | 2007-08-03 10:19:58 +0200 (ven, 03 aoû 2007) | 5 lines
    
    Clean up:
    - organize imports
    - javadoc for getBreakBefore/After
    - loop no longer necessary when calling TableCellLM.getNextKnuthElements
  ........
................
  r563927 | vhennebert | 2007-08-08 18:14:40 +0200 (mer, 08 aoû 2007) | 10 lines
  
  Blocked revisions 558045 via svnmerge
  
  ........
    r558045 | adelmelle | 2007-07-20 18:48:55 +0200 (ven, 20 jui 2007) | 5 lines
    
    Slight correction: 
    - make NumberProperty, EnumProperty, EnumNumber and StringProperty final, so instanceof suffices in the check for equality
    - instead of subclassing NumberProperty, make EnumNumber implement the Numeric interface
  ........
................
  r567303 | vhennebert | 2007-08-18 19:46:11 +0200 (sam, 18 aoû 2007) | 2 lines
  
  Tweak the javadoc task to make it use a 1.4 JDK. Uses the same javahome.jdk14 property as for Forrest.
................

Modified:
    xmlgraphics/fop/trunk/   (props changed)

Propchange: xmlgraphics/fop/trunk/
------------------------------------------------------------------------------
--- svnmerge-blocked (original)
+++ svnmerge-blocked Thu Aug 23 11:09:21 2007
@@ -1 +1 @@
-/xmlgraphics/fop/branches/fop-0_94:563956,567294,567297
+/xmlgraphics/fop/branches/fop-0_94:562947,563927,563956,567294,567297,567303



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org