1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
2009-08-09 Felix Riemann <friemann@gnome.org>
* Makefile.am:
Add support for Automake 1.11's silent build rules.
2009-07-25 Felix Riemann <friemann@gnome.org>
* Makefile.am:
Merge per-plugin Makefiles into a single one. This makes it possible
to build the plugins in parallel.
2009-04-10 Felix Riemann <friemann@svn.gnome.org>
* reload/eog-reload-plugin.c:
Make reload action available from the scrollview's context menu.
2009-04-10 Felix Riemann <friemann@svn.gnome.org>
* reload/eog-reload-plugin.c: (impl_activate),
(eog_reload_plugin_class_init):
Update reload plugin to be independent of the five predefined
menu slots. Also remove unneeded hook.
2009-03-16 Claudio Saavedra <csaavedra@igalia.com>
* NEWS: Updates for 2.26.0
2009-03-03 Felix Riemann <friemann@svn.gnome.org>
* 2.25.92 version marker.
2009-02-28 Felix Riemann <friemann@svn.gnome.org>
* reload/eog-reload-plugin.c: Use 'R' as shortcut key. The old one is
needed elsewhere.
2009-02-16 Felix Riemann <friemann@svn.gnome.org>
* 2.25.91 version marker.
2009-02-03 Felix Riemann <friemann@svn.gnome.org>
* 2.25.90 version marker.
2008-12-15 Felix Riemann <friemann@svn.gnome.org>
* 2.25.3 version marker.
2008-12-01 Felix Riemann <friemann@svn.gnome.org>
* 2.25.2 version marker.
2008-11-03 Felix Riemann <friemann@svn.gnome.org>
* 2.25.1 version marker.
2008-09-22 Felix Riemann <friemann@svn.gnome.org>
* 2.24.0 version marker.
2008-09-09 Claudio Saavedra <csaavedra@igalia.com>
* 2.23.92 version marker.
2008-09-07 Felix Riemann <friemann@svn.gnome.org>
* reload/eog-reload-plugin.c: (reload_cb): Adapt reload plugin to the
latest API changes regarding image reloading. This turns this plugin
pretty much into a boilerplate plugin. Part of bug #548392.
2008-09-02 Claudio Saavedra <csaavedra@igalia.com>
* 2.23.91 version marker.
2008-08-21 Claudio Saavedra <csaavedra@igalia.com>
* fullscreen/Makefile.am: Fix a comment.
2008-07-19 Felix Riemann <friemann@svn.gnome.org>
* 2.23.90 version marker.
2008-08-19 Claudio Saavedra <csaavedra@igalia.com>
* plugins/fullscreen/Makefile.am:
* plugins/reload/Makefile.am:
* plugins/statusbar-date/Makefile.am:
Use plugin_LDADD to set the appropriate libraries instead of
plugin_LDFLAGS. Fixes bug #548202 (Paul).
2008-07-21 Felix Riemann <friemann@svn.gnome.org>
* 2.23.5 version marker.
2008-06-16 Lucas Rocha <lucasr@gnome.org>
* 2.23.4.1 version marker.
2008-06-16 Lucas Rocha <lucasr@gnome.org>
* 2.23.4 version marker.
2008-06-12 Felix Riemann <friemann@svn.gnome.org>
* fullscreen/Makefile.am:
* reload/Makefile.am:
* statusbar-date/Makefile.am:
Remove libtool versioning scheme from plugins.
2008-06-03 Lucas Rocha <lucasr@gnome.org>
* 2.23.3 version marker.
2008-05-12 Felix Riemann <friemann@svn.gnome.org>
* 2.23.2 version marker.
2008-04-21 Lucas Rocha <lucasr@gnome.org>
* 2.23.1 version marker.
2008-03-20 Claudio Saavedra <csaavedra@gnome.org>
* statusbar-date/eog-statusbar-date-plugin.c: (impl_activate): Request
a wider size, to give place for the human readable date.
2008-03-20 Claudio Saavedra <csaavedra@gnome.org>
* statusbar-date/eog-statusbar-date-plugin.c: (impl_deactivate):
Disconnect the signal handler on plugin deactivation.
2008-03-20 Claudio Saavedra <csaavedra@gnome.org>
* statusbar-date/eog-statusbar-date-plugin.c: (statusbar_set_date),
(selection_changed_cb), (impl_activate), (impl_deactivate): Do some refactoring
to allow to set the date during plugin activation.
2008-03-20 Claudio Saavedra <csaavedra@gnome.org>
* statusbar-date/eog-statusbar-date-plugin.c:
(selection_changed_cb): Remove unnecessary checks
for HAVE_EXIF.
2008-03-20 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
* Makefile.am: Add statusbar-date plugin conditionally on
libexif presence.
* statusbar-date/Makefile.am:
* statusbar-date/eog-statusbar-date-plugin.c: (free_window_data),
(selection_changed_cb), (eog_statusbar_date_plugin_init),
(eog_statusbar_date_plugin_finalize), (impl_activate),
(impl_deactivate), (impl_update_ui),
(eog_statusbar_date_plugin_class_init):
* statusbar-date/eog-statusbar-date-plugin.h:
* statusbar-date/statusbar-date.eog-plugin.desktop.in:
Added a plugin to show the EXIF date on the statusbar. This fixes
bug #466566.
|