~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
2
 
 
3
        * NEWS:
 
4
        * configure.ac:
 
5
        
 
6
        Update for release 0.9.2
 
7
 
 
8
2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
9
 
 
10
        * shell/ev-view.c: (ev_view_form_field_text_save),
 
11
        (ev_view_form_field_choice_save):
 
12
 
 
13
        Fix a crash when closing whith a form widget visible.
 
14
 
 
15
2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
16
 
 
17
        * shell/ev-view.c: (ev_view_form_field_button_create_widget):
 
18
 
 
19
        Update also the region of the current selected button when
 
20
        clicking on another button if they are radio buttons.
 
21
 
 
22
2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
23
 
 
24
        * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
 
25
        (dispose_cache_job_info), (job_finished_cb), (move_one_job),
 
26
        (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
 
27
        (ev_pixbuf_cache_get_link_mapping),
 
28
        (ev_pixbuf_cache_get_image_mapping),
 
29
        (ev_pixbuf_cache_get_form_field_mapping),
 
30
        (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
 
31
        * shell/ev-view.c: (ev_view_form_field_get_region),
 
32
        (ev_view_form_field_button_create_widget),
 
33
        (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
 
34
        (job_finished_cb):
 
35
 
 
36
        Redraw only form field region instead of the whole page when
 
37
        reloading a page to show changes on the form field.
 
38
 
 
39
2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
40
 
 
41
        * shell/ev-view.c: (ev_view_form_field_choice_save):
 
42
 
 
43
        Fix selection of first item in list form fields.
 
44
 
 
45
2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
46
 
 
47
        * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
 
48
        (ev_pixbuf_cache_reload_page),
 
49
        (ev_pixbuf_cache_get_form_field_mapping):
 
50
 
 
51
        Some refactoring to avoid duplicated code.
 
52
 
 
53
2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
 
54
 
 
55
        * configure.ac:
 
56
        * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
 
57
        (ev_form_field_from_poppler_field),
 
58
        (pdf_document_forms_get_form_fields),
 
59
        (pdf_document_forms_form_field_text_get_text),
 
60
        (pdf_document_forms_form_field_text_set_text),
 
61
        (pdf_document_forms_form_field_button_set_state),
 
62
        (pdf_document_forms_form_field_button_get_state),
 
63
        (pdf_document_forms_form_field_choice_get_item),
 
64
        (pdf_document_forms_form_field_choice_get_n_items),
 
65
        (pdf_document_forms_form_field_choice_is_item_selected),
 
66
        (pdf_document_forms_form_field_choice_select_item),
 
67
        (pdf_document_forms_form_field_choice_toggle_item),
 
68
        (pdf_document_forms_form_field_choice_unselect_all),
 
69
        (pdf_document_forms_form_field_choice_set_text),
 
70
        (pdf_document_forms_form_field_choice_get_text),
 
71
        (pdf_document_document_forms_iface_init):
 
72
        * libdocument/Makefile.am:
 
73
        * libdocument/ev-form-field.[ch]:
 
74
        * libdocument/ev-document-forms.[ch]:
 
75
        * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
 
76
        (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
 
77
        (add_job), (ev_pixbuf_cache_reload_page),
 
78
        (ev_pixbuf_cache_get_form_field_mapping):
 
79
        * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
 
80
        * shell/ev-view-private.h:
 
81
        * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
 
82
        (ev_view_handle_cursor_over_xy),
 
83
        (ev_view_get_form_field_at_location),
 
84
        (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
 
85
        (ev_view_form_field_button_create_widget),
 
86
        (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
 
87
        (ev_view_form_field_text_create_widget),
 
88
        (ev_view_form_field_choice_save),
 
89
        (ev_view_form_field_choice_changed),
 
90
        (ev_view_form_field_choice_create_widget),
 
91
        (ev_view_handle_form_field), (ev_view_size_allocate),
 
92
        (ev_view_realize), (draw_end_presentation_page),
 
93
        (ev_view_button_press_event), (ev_view_remove_all),
 
94
        (ev_view_motion_notify_event), (ev_view_key_press_event),
 
95
        (ev_view_enter_notify_event), (highlight_find_results),
 
96
        (draw_loading_text), (draw_one_page), (ev_view_destroy),
 
97
        (ev_view_class_init), (page_changed_cb),
 
98
        (on_adjustment_value_changed), (ev_view_set_presentation),
 
99
        (merge_selection_region), (ev_view_set_cursor),
 
100
        (ev_view_reset_presentation_state):
 
101
        
 
102
        Merge evince-forms branch.
 
103
 
 
104
2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
 
105
 
 
106
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
 
107
 
 
108
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
 
109
        This script also updates itself from libegg
 
110
 
 
111
        * cut-n-paste/toolbar-editor/egg*:
 
112
        Run update-toolbareditor-from-libegg.sh so we are in sync again with
 
113
        libegg
 
114
 
 
115
2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
 
116
 
 
117
        * shell/ev-window.c:
 
118
        
 
119
        Adds a nice icon to page action during toolbar editing.
 
120
        See bug #452872.
 
121
 
 
122
2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
123
 
 
124
        * data/evince-toolbar.xml:
 
125
        * shell/ev-window.c:
 
126
        
 
127
        Let user add a presentation and fullscreen icons on toolbar.
 
128
        See bug #449734.
 
129
 
 
130
2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
 
131
 
 
132
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
 
133
 
 
134
        new script to keep in sync with toolbareditor in libegg
 
135
 
 
136
        * cut-n-paste/toolbar-editor/*: 
 
137
 
 
138
        Run update-toolbareditor-from-libegg so we are in sync again. 
 
139
        Fixes bug #452850.
 
140
        
 
141
 
 
142
2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
 
143
 
 
144
        * shell/ev-sidebar-links.c: (job_finished_callback):
 
145
 
 
146
        Do not connect selection changed signal more than once. Fixes bug
 
147
        #349433.
 
148
 
 
149
2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
150
 
 
151
        * shell/ev-window.c: (ev_window_view_sidebar_cb):
 
152
 
 
153
        Do not change sidebar chrome flag when pressing F9 key in
 
154
        presentation mode.
 
155
 
 
156
2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
157
 
 
158
        * backend/pdf/ev-poppler.cc:
 
159
        (pdf_document_thumbnails_get_dimensions):
 
160
 
 
161
        Make sure thumbnails width and height is not <= 0. Fixes a crash
 
162
        with some pdf documents which have really small pages.
 
163
 
 
164
2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
 
165
 
 
166
        * shell/main.c: (main):
 
167
 
 
168
        Fixes program description translation issue.
 
169
        Bug #450148.
 
170
 
 
171
2007-06-21  Cesar Fernandez  <cesar@pk2.org>
 
172
 
 
173
        * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
 
174
 
 
175
        Do not change current page when returning from black/white mode
 
176
        in presentation. Fixes bug #415032.
 
177
 
1
178
2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
179
 
3
180
        * NEWS: