]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Bug 558084 – simplify drag data handling
[evince.git] / ChangeLog
index 319aefa3b130e05700bdad29cf98c48eced17755..530c485fd2569274514b2c607fe666256968d894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2009-01-18  Christian Persch  <chpe@gnome.org>
+
+       * libview/ev-view.c: (ev_view_drag_data_get),
+       (ev_view_drag_motion), (ev_view_update_primary_selection),
+       (clear_link_selected):
+       * shell/ev-sidebar-attachments.c:
+       (ev_sidebar_attachments_drag_data_get),
+       (ev_sidebar_attachments_get_property),
+       (ev_sidebar_attachments_init):
+       * shell/ev-window.c: Update drag handling code to use the
+       gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
+       hardcoding the targets lists. Bug #558084.
+
+2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/Makefile.am:
+       * libdocument/ev-backend-marshal.c:
+       * libdocument/ev-backend-marshalers.list:
+       * libdocument/ev-document.c:
+
+       Remove unused marshalers stuff from libdocument.
+       
+2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * po/POTFILES.in:
+
+       Update for the current source tree.
+       
+2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * Makefile.am:
+       * libdocument/Makefile.am:
+       * libview/Makefile.am:
+       * libview/ev-job-scheduler.[ch]:
+       * libview/ev-jobs.[ch]:
+       * libview/ev-page-cache.[ch]:
+       * libview/ev-pixbuf-cache.[ch]:
+       * libview/ev-timeline.[ch]:
+       * libview/ev-transition-animation.[ch]:
+       * libview/ev-view-accessible.[ch]:
+       * libview/ev-view-marshal.list:
+       * libview/ev-view.[ch]:
+       * shell/Makefile.am:
+
+       Move EvView specific code to a libeviview library so that it can
+       be embbeded in other applications. Based on patches by Tomeu
+       Vizoso. Fixes bug #567751.
+       
+2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
+       * shell/ev-window.c: (ev_window_load_job_cb),
+       (ev_window_load_job_cb), (ev_window_open_uri),
+       (ev_window_reload_local), (ev_window_dispose):
+
+       Remove dest, mode and search_string from EvJobLoad since they are
+       not really needed by the job, but for the window.
+       
 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-view.c: (ev_view_drag_data_received),