Changeset 176

Show
Ignore:
Timestamp:
05/12/06 09:49:49 (2 years ago)
Author:
jordi
Message:

Updated the README with the need of poppler's glib wrapper as requirement instead of cairo support and removed the statement of code based on glib wrapper... since now it's used.

Added the NEWS items for the upcomming version of ePDFView.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r113 r176  
     1    epdfview 0.1.4 
     2    ============== 
     3 
     4    New features 
     5 
     6        * Support cross-references links. 
     7        * Search text. 
     8 
     9    Interface improvements 
     10 
     11        * Dialogs can have an alternative button order (LoneFox). 
     12        * Show a wait cursor while loading the document. 
     13        * Show a wait label while rendering a page. 
     14        * Resize the page while waiting for the updated rendered page on 
     15          changing zoom. 
     16        * Add a shortcut for "Show Outline" and renamed to "Show Index". 
     17        * Remove help menu icon. 
     18 
     19    Code changes 
     20 
     21        * The presenters are now IDocument's observers and waits for  
     22          notifications messages from it. 
     23        * Most time expensive operations are now handled in a separate 
     24          thread. 
     25        * Implemented a rendered page cache to speed up the interface. 
     26 
     27    Bug fixes 
     28 
     29        * The Zoom to Width and Zoom to Fit options works correctly even 
     30          if the document's pages have different sizes. 
     31         
     32     
    133    epdfview 0.1.3 
    234    ============== 
     
    4678        * Can reload the same file. 
    4779 
    48     Inteface improvements 
     80    Interface improvements 
    4981 
    5082        * The status, tool and side bars can be shown or hidden from 
  • trunk/README

    r51 r176  
    99    This software is licensed under the GNU General Public License (GPL). 
    1010 
    11     Parts of the code have been based on Poppler's glib interface, which is 
    12 copyright (C) 2004, Red Hat, Inc. 
    13  
    1411 
    1512    Requirements 
     
    1714     
    1815    GTK+ version 2.6.0 or higher ( http://www.gtk.org/ ) 
    19     Poppler version 0.5.0 with Cairo support ( http://poppler.freedesktop.org/ ) 
     16    Poppler version 0.5.0 with glib bindings ( http://poppler.freedesktop.org/ ) 
    2017    CppUnit to run the test suite ( http://cppunit.sourceforge.net/ ) 
     18    Doxygen to build the documentation ( http://www.stack.nl/~dimitri/doxygen/ )