textrendering/textformatting/group/app-framework_form.history.xml
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <relnotes name="Text Formatting">
       
     3   <purpose>
       
     4     Formatted text display.
       
     5   </purpose>
       
     6   
       
     7   <defect number="PDEF120239" title="Cursor moves incorrectly on text have LTR text + ZWJ + RTL text" revision="024">
       
     8    Added code to handle ZWJ in several functions.
       
     9   </defect>
       
    10   
       
    11   <defect number="PDEF120440" title="Partial rendering in non-visible edwin" revision="023">
       
    12    Added extra conditions in CTextView::DrawL()
       
    13   </defect>
       
    14   
       
    15   <defect number="PDEF117993" title="Partial rendering when text view is invisible" revision="022">
       
    16    Added extra conditions in CTextView::DrawTextSupportL()
       
    17   </defect>
       
    18 
       
    19   <defect number="INC116810" title="Pointer contact in right half of an editor character results in incorrect cursor" revision="021">
       
    20    Suggested licensee to use another API, changed incode document to describe behaviour of API correctly. 
       
    21   </defect>
       
    22 
       
    23   <defect number="DEF117410" title="TTEXTVIEW2 contain restricted word " revision="020">
       
    24    Correction in the test code
       
    25   </defect>
       
    26 
       
    27   <defect number="PDEF118443" title="Marathi Input: Incorrect cursor behaviour is observed" revision="019">
       
    28    Added some condition checking inside TmChunk::TruncateIfNeeded() to ensure the overlapping flag be set correctly.
       
    29   </defect>
       
    30 
       
    31   <defect number="PDEF115165" title="Document pos rect from CTextLayout::GetLineRectL() incorrect with RTL text" revision="018">
       
    32    Updated CTextLayout::GetLineRectL() to work correctly with RTL, LTR and Bidi text
       
    33   </defect>
       
    34 
       
    35   <defect number="DEF114211" title="Form tbandformat tests are unnecessarily exporting header files." revision="017">
       
    36    Removed header files in question from the bld.inf file.
       
    37   </defect>
       
    38   
       
    39   <defect number="PDEF113755" title="App-My buddies Panic with Form 1200" revision="016">
       
    40    Added new condition check in CTextView::SetSelectionVisibility to prevent panic
       
    41   </defect>
       
    42   
       
    43   <defect number="DEF113396" title="Invalid paragraph style may be used in RTmStyle::GetRParagraphStyleInfoL" revision="015">    
       
    44   </defect>
       
    45 
       
    46   <defect number="DEF113053" title="Missing description for constants in enumeration TFormPanic" revision="014">    
       
    47   </defect>
       
    48 
       
    49   <defect number="PDEF110821" title="Arabic - Greyed-out highlighted text in UIQ" revision="013">    
       
    50   </defect>
       
    51 
       
    52  <defect number="PDEF110753" title="Documentation is incorrect for app-framework_form CTextView::SetViewRect " revision="012">    
       
    53   </defect>
       
    54 
       
    55   <minorchange revision="011">
       
    56    Updated the documentation for SetViewRect to increase clarity in the setting of its parameter value. 
       
    57   </minorchange>
       
    58 
       
    59   <defect number="PDEF108443" title="Two same content pages are printed when contact fields are exactly one page long" revision="010">
       
    60     
       
    61   </defect>
       
    62 
       
    63   <defect number="PDEF107440" title="Editor doesn't auto-wrap tabulator character" revision="009">
       
    64     Fixed error in wrapping of TAB characters
       
    65   </defect>
       
    66 
       
    67   <deliverystep number="557" name="Filename policy changes" osproject="Oghma" revision="008">
       
    68     <milestone project="GT0329" number="3.11"/>
       
    69     <preq number="1182" title="GNU Make-based build system">
       
    70     Updating the component source files to comply with the Symbian filename policy.
       
    71   </preq>
       
    72   </deliverystep>
       
    73 
       
    74   <minorchange revision="007">
       
    75     Symbian OS v9.3 component branched from common codeline
       
    76   </minorchange>
       
    77 
       
    78   <defect number="PDEF101617" title="FORM always splits chunks at ZWJ character" revision="006">
       
    79     Fixed errors in chunk splitting for ZWJ characters
       
    80   </defect>
       
    81 
       
    82   <defect number="PDEF101464" title="AVKON CAknQueryDialog panics when trying to display a Hindi text" revision="005">
       
    83     Fixed panic caused by incorrect handling of ZWJ character
       
    84   </defect>
       
    85 
       
    86   <defect number="DEF100383" title="error in tbandformat sampletext.h" revision="004">
       
    87     fix typo in test code and enable displaying text box in tbandformattestcases
       
    88   </defect>
       
    89 
       
    90   <defect number="INC099424" title="FORM should use one consistent method of drawing." revision="003">
       
    91     Disabled implicit redraws until an external draw has been executed. After an external draw implicit redraws will always occur.
       
    92   </defect>
       
    93 
       
    94   <defect number="INC092725" title="RF S60 3.2 Help: Touch and scrolling a topic down closing the program" revision="002">
       
    95     A panic was introduced because a misuse of the API was going undetected. Panic now changed to Leave so that customers can trap, analyse and conditionally continue.
       
    96   </defect>
       
    97 
       
    98   <defect number="PDEF099618" title="CTextLayout::GetLineRectL() without SetRect() causes Panic" revision="001">
       
    99     Updated API documentation for three functions GetLineRectL(), SetBandHeight() and SetWrapWidth(). No changes to code were made.
       
   100   </defect>
       
   101 </relnotes>