~ubuntu-branches/ubuntu/hardy/eog/hardy-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-18 10:45:35 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918104535-3w6ucfpgd93mqygk
Tags: 2.20.0-0ubuntu1
* New upstream version
  New features:
  - Complete rewrite of application core which means more stable, 
    maintanable, faster image viewer for GNOME 
  - New plugin system which allows developers to extend EOG's UI
    and behavior. Python support is available.
  - Editable application toolbar
  - New image collection pane with on-demand thumbnail loading, 
    polished look, and continuous scrolling side buttons.
  - Side Pane to be extended by plugins
  - New image properties dialog which replaces the image info sidepane
  - Single instance D-Bus-based activation support
  - Revamped error/warning UI 
  - "Open with" support to quickly open images on other applications
  - Mouse scrollwheel improvements: HIG compliancy and zoom factor setting
  - General UI polishing 
  - Command line options for fullscreen, slideshow and image collection
    disabling
  - Display EXIF MakerNotes
  - XMP Support 
  Misc improvements/fixes:
  - Small refactorings in metadata readers
  Bug fixes:
  - #354352, Show incomplete images
  - #394803, Fails to load .svgz 
  - #440254, Eog crashes when opening an image with invalid unicode 
    as filename (LP: #126974)
  - #447063, eog hangs when opening SVG files that include external images
    (LP: #119603)
  - #459665, opened images should take as much screen space as possible
  - #465583, thumbnails badly rotated (autorotation enabled)
  - #470521, some image is rendered with a wrong rotation
  - #471530, Confusing PyGtk configure failure message
  - #474642, ./configure is semi-broken
  - #474710, eog crashes when you try to open this .jpg file 
    (it works fine on Vista/XP) (LP: #138730)
  - #474931, factore out some code in the metadata consumer
  New and updated translation
  New and updated manual translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-09-17  Lucas Rocha  <lucasr@gnome.org>
 
2
 
 
3
        * NEWS: Update for 2.20.0
 
4
 
 
5
2007-09-10  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
6
 
 
7
        * src/eog-image.c: (eog_image_size_prepared),
 
8
        (eog_image_set_exif_data): Emit "size-prepared" only after we have both
 
9
        the dimensions and the exif data (for images which could be 
 
10
        autorotated). Fixes bug #459665.
 
11
 
 
12
2007-09-10  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
13
 
 
14
        * src/eog-window.c: Fix build error.
 
15
 
 
16
2007-09-10  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
17
 
 
18
        * src/eog-window.c: (eog_window_cmd_about): Updated the authors array.
 
19
 
 
20
2007-09-10  Lucas Rocha  <lucasr@gnome.org>
 
21
 
 
22
        * configure.ac: better pygtk detection error reporting. 
 
23
        Fixes bug #471530 (Paolo Borelli).
 
24
 
 
25
2007-09-10  Luca Ferretti  <elle.uca@libero.it>
 
26
 
 
27
        * configure.in: remove help/it from AC_OUTPUT (moved to
 
28
        gnome-doc-utils)
 
29
 
 
30
2007-09-10  Lucas Rocha  <lucasr@gnome.org>
 
31
 
 
32
        * src/eog-util.c (eog_util_make_valid_utf8): correctly commented out
 
33
        code chunk that adds new string for translation.
 
34
 
 
35
2007-09-09  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
36
 
 
37
        * src/eog-metadata-reader.c: (+eog_metadata_reader_get_next_block),
 
38
        (eog_metadata_reader_consume): Factore out some common code for 
 
39
        the different metadata sources in the matadata consumer. 
 
40
        Fixes bug #474931.
 
41
 
 
42
2007-09-09  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
43
 
 
44
        * src/eog-metadata-reader.c: (eog_metadata_reader_consume): Copy only 
 
45
        the remaining bytes of EXIF/XMP data if these are smaller than the 
 
46
        buffer that's being consumed. Fixes bug #474710.
 
47
 
 
48
2007-09-09  Lucas Rocha  <lucasr@gnome.org>
 
49
 
 
50
        * src/eog-util.c (eog_util_make_valid_utf8): import implementation of
 
51
        this function from 2.18 in order to fix problems on handling non-utf8
 
52
        image captions correctly. Fixes bug #440254.
 
53
 
 
54
2007-09-09  Lucas Rocha  <lucasr@gnome.org>
 
55
 
 
56
        * src/eog-image-jpeg.c (init_transform_info): take the
 
57
        auto-orientation into account before saving image.
 
58
        * src/eog-image-private.h: added "trans_autorotate" attribute.
 
59
        * src/eog-image.c (eog_image_dispose, eog_image_init,
 
60
        eog_image_needs_transformation,
 
61
        eog_image_apply_transformations, eog_image_real_autorotate,
 
62
        eog_image_reset_modifications): create separate instance of
 
63
        EogTransform for the auto-orientation in order to avoid wrong
 
64
        orientation of thumbnails. Fixes bug #465583.
 
65
 
 
66
2007-09-08  Felix Riemann  <friemann@svn.gnome.org>
 
67
 
 
68
        * src/eog-transform.c: (eog_transform_apply): Limit progress reporting
 
69
        during transformation. This should avoid slowdowns due to unnecessary
 
70
        progressbar updates when transforming large images.
 
71
 
 
72
2007-09-07  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
73
 
 
74
        * src/eog-window.c: (eog_window_run_fullscreen),
 
75
        (eog_window_stop_fullscreen): Build correctly without dbus.
 
76
        Fixes bug #474642 (Martin Olsson).
 
77
 
 
78
2007-09-07  Felix Riemann  <friemann@svn.gnome.org>
 
79
 
 
80
        * data/eog.schemas.in:
 
81
        * src/eog-config-keys.h:
 
82
        Remove two obsoleted/unused GConf keys.
 
83
 
 
84
2007-09-07  Felix Riemann  <friemann@svn.gnome.org>
 
85
 
 
86
        * data/eog.schemas.in: Remove obsoleted GConf key.
 
87
 
 
88
2007-09-07  Felix Riemann  <friemann@svn.gnome.org>
 
89
 
 
90
        * data/eog.schemas.in: Use the same keyname in application and schema.
 
91
 
 
92
2007-09-06  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
 
93
 
 
94
        * src/eog-properties-dialog.c: Actually build without libexif.
 
95
 
 
96
2007-09-06  Felix Riemann  <friemann@svn.gnome.org>
 
97
 
 
98
        * src/eog-application.c: (eog_application_get_uri_window):
 
99
        Avoid a critcal warning when loading an image into an empty window.
 
100
 
 
101
2007-09-05  Lucas Rocha  <lucasr@gnome.org>
 
102
 
 
103
        * src/eog-image (eog_image_update_exif_data): reset EXIF orientation
 
104
        when the image modified in order to behave as expected by the user
 
105
        when the image is loaded again. Fixes bug #470521.
 
106
 
 
107
2007-09-05  Lucas Rocha  <lucasr@gnome.org>
 
108
 
 
109
        * src/eog-image.c (eog_image_real_load): do not set error if the image
 
110
        was partially loaded when closing pixbuf loader. Fixes bug #354352.
 
111
 
 
112
2007-09-05  Lucas Rocha  <lucasr@gnome.org>
 
113
 
 
114
        * src/eog-image.c (+eog_image_get_file_info,
 
115
        eog_image_real_load): force mime type on pixbuf loader in order to
 
116
        to recognize less usual image format like compressed SVG images.
 
117
        Fixes bug #394803 (Matthias Clasen, Felix Riemann).
 
118
 
 
119
2007-09-04  Lucas Rocha  <lucasr@gnome.org>
 
120
 
 
121
        * src/eog-image-private.h: added threadsafe_format private attribute.
 
122
        * src/eog-image.c (+eog_image_pre_size_prepared,
 
123
        eog_image_size_prepared, eog_image_real_load): detect non-threadsafe
 
124
        loaders and disable any possible asyncronous task that could bring
 
125
        deadlocks to image loading process. 
 
126
        Fixes bug #449409 and bug #447063 (Felix Riemann). 
 
127
 
 
128
2007-09-04  Lucas Rocha  <lucasr@gnome.org>
 
129
 
 
130
        * src/eog-jobs.c (eog_job_thumbnail_run): added safety checks in case
 
131
        thumbnail loading fails.
 
132
        * src/eog-list-store.c (eog_list_store_dispose,
 
133
        eog_list_store_get_icon, eog_list_store_init,
 
134
        eog_job_thumbnail_cb): use "image-missing" icon in case thumbnail
 
135
        loading fails.
 
136
 
 
137
2007-09-04  Lucas Rocha  <lucasr@gnome.org>
 
138
 
 
139
        * configure.in: post release version bump.
 
140
 
1
141
2007-09-04  Lucas Rocha  <lucasr@gnome.org>
2
142
 
3
143
        * NEWS: Update for 2.19.92