Skip to content

Commit

Permalink
Update for release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay V. Shmyrev committed Mar 13, 2006
1 parent 63051a7 commit 43532ba
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 58 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* NEWS, configure.ac, TODO:

Update for release 0.6.0.

2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* shell/ev-view.c: (view_update_range_and_current_page),
Expand All @@ -19,7 +25,7 @@
2006-02-28 Clytie Siddall <clytie@riverland.net.au>

* configure.ac Added lv in ALL_LINGUAS line.

2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>

* NEWS, configure.ac:
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
==============
Evince 0.5.2
==============

Bug Fixes:

* View don't jump on scrolling.
* In presentation mode we scroll by one page.

Translations:

* bg bn da de et fa fr hi hu ja ka pt pt_BR ro ru sv uk vi

==============
Evince 0.5.1
==============
Expand Down
20 changes: 6 additions & 14 deletions NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ SOME RANDOM COMMENTS:
and a page index of 0 is not used.


--

Thoughts on threading:
THOUGHTS ON THREADING:
=====================

* The primary thing we are trying to do is minimize switching pages, as
doing so is slow for backends. Additionally, some operations on the
backend are slow, leaving poor interactivity.

--

Thoughts on selection:
THOUGHTS ON SELECTION:
=====================

* On button_press, we record selection_start, and set in_selection.

Expand All @@ -52,11 +50,5 @@ Thoughts on selection:
doubles, etc. It should be possible to reconstruct it from the
existing EvViewSelection structs, so maybe I don't need it.

Things that can add to the selection:
* C-a/select all
* click-drag
* dbl click
* triple click
* shift-click
* search
* shift-cursor move (later)
* click-drag, dbl click, triple click, shift-click, search, shift-cursor move

2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ]
Evince Optional Backend Libraries
==================================================
DjVuLibre for DjVu viewing [ http://djvulibre.djvuzone.org/ ]
Rar for viewing CBR comics [ http://www.rarsoft.com/ ]
Rar for viewing CBR comics [ http://www.rarsoft.com/ ]
42 changes: 2 additions & 40 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
Hook up recent documents support (though rumors are that it's slow)
See our bugzilla for list of entries we are working at

Fix shadow to be a real shadow -- not the thick bars they are now.

Improve Find system
Display location of results in thumbnails?
Only display thumbnails of pages found?


Improve Printing Support: (libgnomeprintui?)

* Print Page Selection bug 169099
* Print Page Layout bug 166564

Document Properties Dialog for document meta-data bug 164843

Add some code to sanity check documents, including:

* n_pages > 0
* size of each page > (0,0)

------- TODONE ------- (move finished TODO items here)

Create a TODO list
Create a project page (http://www.gnome.org/projects/evince/)
Encrypted PDF support
Improve Find system
Find Next/Previous don't go to other pages
Find Next/Previous doesn't focus the results
Improve look of combobox Thumbnails/Index bug 166683
Provide Desktop icon Thumbnailer for Documents bug 163789
Move to three page views:
* Single page (prolly default for some backends)
* Continuous scrolling bug 164597
* Side-by-side continuous scrolling
Make an object that handles the page count.
Move to having three sizing types:
* Free zooming
* constrain to width
* constrain to height
Sidebar improvements for ps/pixbuf, or PDF files without a TOC. bug 164811
http://bugzilla.gnome.org/buglist.cgi?product=evince&bug_status=NEW
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT(evince, 0.5.1)
AC_INIT(evince, 0.5.2)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)

AM_CONFIG_HEADER(config.h)
Expand Down Expand Up @@ -43,7 +43,7 @@ dnl Check dependencies
# SHELL_CFLAGS for shell implementation.
# SHELL_LIBS

POPPLER_REQUIRED=0.5.0
POPPLER_REQUIRED=0.5.1
DBUS_GLIB_REQUIRED=0.33
GTK_REQUIRED=2.6.0
LIBGNOMEUI_REQUIRED=2.6.0
Expand Down

0 comments on commit 43532ba

Please sign in to comment.