]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Small rework of sidebar pages handling. See bug #164811 for details
[evince.git] / ChangeLog
index 7e829279a8148b9d1dd14702754cbd107faf1817..3d59e83398e776358452928c15abc3ca85936bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,76 @@
-2005-04-18  Marco Pesenti Gritti <mpg@redhat.com>
+2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
-       * ps/ps-document.c: (get_page_orientation):
+       * po/POTFILES.in:
+       
+       ev-sidebar-thumbnails now has translatable labels
+       
+       * shell/Makefile.am:
+       * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
+       (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
+       (ev_sidebar_links_page_iface_init):
+       * shell/ev-sidebar-links.h:
+       * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
+       (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
+       (ev_sidebar_page_get_label):
+       * shell/ev-sidebar-page.h:
+       * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
+       (ev_sidebar_thumbnails_set_document),
+       (ev_sidebar_thumbnails_support_document),
+       (ev_sidebar_thumbnails_get_label),
+       (ev_sidebar_thumbnails_page_iface_init):
+       * shell/ev-sidebar-thumbnails.h:
+       * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
+       (ev_sidebar_set_document):
+       * shell/ev-sidebar.h:
+       * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
+       
+       Small rework of sidebar code. Now sidebar pages should implement
+       EvSidebarPage interface. That makes page management in EvSidebar
+       easier. See bug #164811 for details
+
+2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/ev-application.c: (ev_application_open):
+       * shell/ev-document-types.c:
+       
+       Fix build error and small problem with application exit
+
+2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * thumbnailer/Makefile.am:
+       * thumbnailer/evince-thumbnailer-djvu.schemas:
+       * thumbnailer/evince-thumbnailer-dvi.schemas:
+       
+       Conditionally install schemas for djvu/dvi thumbnailer
+
+2005-04-18  David Malcolm  <dmalcolm@redhat.com>
+
+       * shell/ev-document-types.h: 
+       * shell/ev-document-types.c: 
+       New files, handling the mapping from mimetypes to backends
+       
+       * shell/ev-window.c: 
+       * thumbnailer/evince-thumbnailer.c:     
+       Use the ev-document-types code
+       
+       * shell/Makefile.am: 
+       Added new convenience library libevbackendfactory_la, containing
+       the new mimetype->backend logic; moved the backends into it.
+
+       * thumbnailer/Makefile.am:
+       Make the thumbnailer link with the libevbackend.la convenience
+       library, rather than having a duplicate of the backend logic here.
+
+2005-04-18  Paolo Borelli  <pborelli@katamail.com>
+
+       * shell/ev-stock-icons.c: constify some vars.
+       * shell/ev-window.c: ditto.
+
+2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * ps/ps-document.c (get_page_orientation):
 
-       Respect document orientation
+       Respect document orientation 
 
 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>