eog r5016 - in trunk: . bindings bindings/python cut-n-paste/toolbar-editor data data/pixmaps help help/bg plugins plugins/fullscreen plugins/reload plugins/statusbar-date src
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r5016 - in trunk: . bindings bindings/python cut-n-paste/toolbar-editor data data/pixmaps help help/bg plugins plugins/fullscreen plugins/reload plugins/statusbar-date src
- Date: Thu, 19 Feb 2009 15:01:20 +0000 (UTC)
Author: friemann
Date: Thu Feb 19 15:01:20 2009
New Revision: 5016
URL: http://svn.gnome.org/viewvc/eog?rev=5016&view=rev
Log:
2009-02-19 Felix Riemann <friemann svn gnome org>
* cut-n-paste/toolbar-editor/*:
Update to latest toolbareditor from libegg.
* */*.c:
* */Makefile.am:
* configure.ac:
Strip lots of trailing whitespaces from more files
than I am able to list here.
Modified:
trunk/ChangeLog
trunk/ChangeLog-2.18
trunk/ChangeLog-2.6
trunk/README
trunk/bindings/Makefile.am
trunk/bindings/python/Makefile.am
trunk/bindings/python/eog.override
trunk/configure.ac
trunk/cut-n-paste/toolbar-editor/Makefile.am
trunk/cut-n-paste/toolbar-editor/egg-editable-toolbar.c
trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c
trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.c
trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.h
trunk/cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh
trunk/data/Makefile.am
trunk/data/pixmaps/Makefile.am
trunk/help/Makefile.am
trunk/help/bg/Makefile.am
trunk/plugins/Makefile.am
trunk/plugins/fullscreen/Makefile.am
trunk/plugins/fullscreen/eog-fullscreen-plugin.c
trunk/plugins/reload/Makefile.am
trunk/plugins/reload/eog-reload-plugin.c
trunk/plugins/statusbar-date/Makefile.am
trunk/plugins/statusbar-date/eog-statusbar-date-plugin.c
trunk/src/Makefile.am
trunk/src/eog-application.c
trunk/src/eog-exif-util.c
trunk/src/eog-jobs.c
trunk/src/eog-list-store.c
trunk/src/eog-metadata-reader-png.c
trunk/src/eog-window.c
trunk/src/main.c
trunk/src/test-eog-tb.c
trunk/src/zoom.c
Modified: trunk/ChangeLog-2.18
==============================================================================
--- trunk/ChangeLog-2.18 (original)
+++ trunk/ChangeLog-2.18 Thu Feb 19 15:01:20 2009
@@ -5,7 +5,7 @@
2007-03-15 Claudio Saavedra <csaavedra alumnos utalca cl>
- * shell/eog-window.c: (eog_window_open): Fix critical warning when
+ * shell/eog-window.c: (eog_window_open): Fix critical warning when
starting EOG without a file/directory to open. Fixes bug #417196.
2007-03-12 Claudio Saavedra <csaavedra alumnos utalca cl>
@@ -19,8 +19,8 @@
2007-03-12 Claudio Saavedra <csaavedra alumnos utalca cl>
- * libeog/eog-image.c:
- * libeog/eog-image.h:
+ * libeog/eog-image.c:
+ * libeog/eog-image.h:
Build if libexif is not installed. Fixes bug #417684.
@@ -39,7 +39,7 @@
2007-03-05 Lucas Rocha <lucasr gnome org>
* libeog/eog-window.c (+update_image_pos, +image_list_image_removed,
- +image_list_image_added, update_status_bar): update image list position
+ +image_list_image_added, update_status_bar): update image list position
and size and selection when images are externally removed or added.
Based on patch from Claudio Saavedra <csaavedra alumnos utalca cl>.
Fixes bug #414968.
@@ -52,13 +52,13 @@
2007-03-05 Claudio Saavedra <csaavedra alumnos utalca cl>
- * libeog/eog-image-list.c: (-cleanup_dead_files),
- (vfs_monitor_dir_cb): Correctly handle external file removal.
+ * libeog/eog-image-list.c: (-cleanup_dead_files),
+ (vfs_monitor_dir_cb): Correctly handle external file removal.
Fixes bug #399982.
2007-03-04 Claudio Saavedra <csaavedra alumnos utalca cl>
- * shell/eog-window.c: (eog_window_print): Abort the action if
+ * shell/eog-window.c: (eog_window_print): Abort the action if
no image is currently selected (fixes a crasher when trying to print
an already removed image). Fixes bug #414547.
@@ -79,15 +79,15 @@
* src/eog-image-list.c (eog_image_list_add_uris): take other images in
same location into account even for remote URIs (if the image's parent
- URI is a directory) (Fixes bug #364426).
+ URI is a directory) (Fixes bug #364426).
2007-02-17 Claudio Saavedra <csaavedra alumnos utalca cl>
* libeog/eog-image-list.c: (+eog_image_list_has_file),
(vfs_monitor_dir_cb):
- Factorize the code in vfs_monitor_dir_cb () to search for
- a file in a EogImageList and create a eog_image_list_has_file()
+ Factorize the code in vfs_monitor_dir_cb () to search for
+ a file in a EogImageList and create a eog_image_list_has_file()
function to improve readability and reusability.
2007-02-15 Claudio Saavedra <csaavedra alumnos utalca cl>
@@ -120,8 +120,8 @@
2007-02-09 Claudio Saavedra <csaavedra alumnos utalca cl>
* shell/main.c: (check_uri_file_type), (sort_files): Handle
- the case when gnome_vfs_get_file_info_uri () returns
- GNOME_VFS_ERROR_CANCELLED, so we don't say "file not found" if the
+ the case when gnome_vfs_get_file_info_uri () returns
+ GNOME_VFS_ERROR_CANCELLED, so we don't say "file not found" if the
user cancelled the authentication in a remote file open. Fixes
bug #344135.
@@ -141,7 +141,7 @@
* libeog/eog-image.c: (update_exif_data): According to the EXIF specs
Pixel{X,Y}Dimension tags can be either of short or long datatype.
- Respect that. This fixes warnings in Valgrind and wrong values in
+ Respect that. This fixes warnings in Valgrind and wrong values in
images using the short type.
2007-02-03 Felix Riemann <friemann svn gnome org>
@@ -254,18 +254,18 @@
2007-01-05 Claudio Saavedra <csaavedra alumnos utalca cl>
* src/Makefile.am: Add new files.
-
- * src/eog-print-image-setup.c:
- * src/eog-print-image-setup.h:
- New custom widget for the GtkPrint UI to set the image position and
+ * src/eog-print-image-setup.c:
+ * src/eog-print-image-setup.h:
+
+ New custom widget for the GtkPrint UI to set the image position and
size in a printed page.
-
+
* src/eog-print-preview.c:
* src/eog-print-preview.h:
Widget to interactively preview the printing of an image.
-
+
* src/eog-window.c: (eog_window_print_draw_page),
(eog_window_print_create_custom_widget),
(eog_window_print_custom_widget_apply),
@@ -305,7 +305,7 @@
* shell/main.c:
Use custom "eog" named icon instead generic "image-viewer" from
- GNOME icon theme.
+ GNOME icon theme.
2007-01-04 Felix Riemann <friemann svn gnome org>
@@ -327,7 +327,7 @@
* libeog/eog-image-list.c: (eog_image_list_class_init):
* libeog/eog-image-list.h: Remove list-prepared signal as it is
- neither emitted nor used anymore.
+ neither emitted nor used anymore.
* libeog/eog-wrap-list.c: Remove some leftover handler_id variables.
* shell/eog-window.c: (eog_window_init), (eog_window_open): We don't
connect to EogImageList::list-prepared anymore, so there's no need to
@@ -337,8 +337,8 @@
2006-12-27 Claudio Saavedra <csaavedra alumnos utalca cl>
* configure.in: Reformat and add dependence on gnome-icon-theme.
- * shell/eog-window.c: Add hypenation to "Page Set_up" string.
- Use "print-setup" icon from g-i-t. Patch from Thomas Andersen
+ * shell/eog-window.c: Add hypenation to "Page Set_up" string.
+ Use "print-setup" icon from g-i-t. Patch from Thomas Andersen
<phomes gmail com>. Fixes bug #389314.
2006-12-22 Felix Riemann <friemann cvs gnome org>
@@ -363,16 +363,16 @@
2006-12-18 Lucas Rocha <lucasr gnome org>
* eog.glade: simplify preferences dialog label texts (Fixes bug
- #382586).
+ #382586).
2006-12-18 Lucas Rocha <lucasr gnome org>
Support for image auto-rotation based on EXIF orientation (Fixes bug
- #148400). Patch from Kalle Vahlman <zuh iki fi> and
+ #148400). Patch from Kalle Vahlman <zuh iki fi> and
Jef Driesen <jefdriesen hotmail com>
* eog.glade: new check box for image auto orientation.
- * libeog/eog-config-keys.h, eog.schemas.in: new /apps/eog/view/autorotate
+ * libeog/eog-config-keys.h, eog.schemas.in: new /apps/eog/view/autorotate
gconf key.
* libeog/eog-image.[ch]: new eog_image_autorotate () method.
* libeog/eog-transform.[ch]: auto-rotation support.
@@ -448,7 +448,7 @@
* shell/eog-save-as-dialog-helper.c: (prepare_token_options):
Actually use the translated token descriptions
- Hide the non-working ones so the UI doesn't look broken.
+ Hide the non-working ones so the UI doesn't look broken.
Fixes bugs #337642 and #340490.
2006-11-18 Felix Riemann <friemann cvs gnome org>
@@ -468,7 +468,7 @@
* configure.in: Remove art from AC_OUTPUT.
* libeog/eog-collection-item.c: (get_busy_pixbuf): Use "image-loading"
from icon theme instead of shipped icon.
-
+
* macros/*: Remove old and unused macros from CVS.
2006-11-17 Felix Riemann <friemann cvs gnome org>
@@ -490,7 +490,7 @@
2006-11-16 Claudio Saavedra <csaavedra alumnos utalca cl>
- * shell/eog-save-as-dialog-helper.c: Adding back <stdlib.h>, as it is
+ * shell/eog-save-as-dialog-helper.c: Adding back <stdlib.h>, as it is
needed for some machines. Fixes bug #375897.
2006-11-15 Claudio Saavedra <csaavedra alumnos utalca cl>
@@ -499,7 +499,7 @@
2006-11-15 Claudio Saavedra <csaavedra alumnos utalca cl>
- * libeog/eog-scroll-view.c: (paint_rectangle): Make check
+ * libeog/eog-scroll-view.c: (paint_rectangle): Make check
pattern for transparent images a bit lighter. Fixes bug #350183.
2006-11-15 Felix Riemann <friemann cvs gnome org>
@@ -517,7 +517,7 @@
2006-11-14 Claudio Saavedra <csaavedra alumnos utalca cl>
- * configure.in: Remove checks for libgnomeprint{ui} and add checks for
+ * configure.in: Remove checks for libgnomeprint{ui} and add checks for
gtk+-unix-print.
* libeog/eog-config-keys.h: Add lockdown printing macros.
* libeog/eog-image.c: remove unused eog_image_print ().
@@ -571,8 +571,8 @@
* configure.in: Add several help/*/Makefile to AC_OUTPUT.
* help/Makefile.am: Add non g-d-u translations directories to SUBDIRS.
- Add some missing manual translations to the tarballs. This is a
- temporary fix for those manuals which are not yet converted to
+ Add some missing manual translations to the tarballs. This is a
+ temporary fix for those manuals which are not yet converted to
g-d-u. (Fixes bug #363348).
2006-10-18 Claudio Saavedra <csaavedra alumnos utalca cl>
@@ -655,8 +655,8 @@
2006-09-06 Lucas Rocha <lucasr gnome org>
- * shell/main.c: save customized keybindings on application
- shutdown (Fixes bug #324757).
+ * shell/main.c: save customized keybindings on application
+ shutdown (Fixes bug #324757).
2006-09-06 Lucas Rocha <lucasr gnome org>
@@ -686,7 +686,7 @@
2006-09-04 Lucas Rocha <lucasr gnome org>
* libeog/eog-canvas-pixbuf.c: fix infinite loop on canvas group
- destruction (Fixed bug #350569). Patch from Sven
+ destruction (Fixed bug #350569). Patch from Sven
Herzberg <herzi gnome-de org>.
2006-09-04 Lucas Rocha <lucasr gnome org>
@@ -715,7 +715,7 @@
2006-08-10 Lucas Rocha <lucasr gnome org>
* libeog/eog-image-list.c (eog_image_list_add_uris): fix critical
- warning when opening remote images (Fixes bug #350557).
+ warning when opening remote images (Fixes bug #350557).
2006-08-10 Lucas Rocha <lucasr gnome org>
@@ -725,7 +725,7 @@
2006-08-10 Lucas Rocha <lucasr gnome org>
- * eog.desktop.in.in: removed image/x-psd from supported
+ * eog.desktop.in.in: removed image/x-psd from supported
mime-types (Fixes bug #343052).
2006-08-08 Lucas Rocha <lucasr gnome org>
@@ -735,13 +735,13 @@
2006-08-07 Lucas Rocha <lucasr gnome org>
* NEWS: Update for 2.15.91
- * shell/eog-window.c: fix typo on delete confirmation dialog
- message (Fixes bug #350109).
+ * shell/eog-window.c: fix typo on delete confirmation dialog
+ message (Fixes bug #350109).
2006-08-04 Lucas Rocha <lucasr gnome org>
- * libeog/eog-full-screen.c (eog_full_screen_key_press): panning
- around the image with up, down, left, and right keys (Fixes
+ * libeog/eog-full-screen.c (eog_full_screen_key_press): panning
+ around the image with up, down, left, and right keys (Fixes
bug #347174).
2006-08-04 Lucas Rocha <lucasr gnome org>
@@ -752,7 +752,7 @@
2006-08-01 Lucas Rocha <lucasr gnome org>
* libeog/eog-scroll-view.c (image_changed_cb): fix memory leak on
- image transformation (Fixes bug #349434). Patch from Felix
+ image transformation (Fixes bug #349434). Patch from Felix
Riemann <felix hsgheli de>.
2006-07-31 Lucas Rocha <lucasr gnome org>
@@ -779,21 +779,21 @@
* shell/eog-window.c: (eog_window_init), (job_image_load_action),
(job_image_load_finished), (handle_image_selection_changed):
- Add image_lock/unlock methods to ensure that there are no
+ Add image_lock/unlock methods to ensure that there are no
race conditions when loading and unloading images (Fixes bug
#340827). Patch from Callum McKenzie <callum spooky-possum org>.
-
+
2006-07-24 Claudio Saavedra <csaavedra alumnos utalca cl>
* shell/eog-preferences.c: (color_change_cb): Use correct syntax
- to retrieve color string (Fixes bug #347600). Patch from Felix
+ to retrieve color string (Fixes bug #347600). Patch from Felix
Riemann <felix hsgheli de>.
2006-07-13 Lucas Rocha <lucasr gnome org>
* libeog/eog-scroll-view.c (eog_scroll_view_button_press_event,
eog_scroll_view_button_release_event): use middle mouse drag
- to scroll image (Fixes bug #335689). Patch from Wouter
+ to scroll image (Fixes bug #335689). Patch from Wouter
Bolsterlee <uws+gnome xs4all nl>.
2006-07-13 Lucas Rocha <lucasr gnome org>
@@ -814,15 +814,15 @@
* shell/eog-statusbar.c: (eog_statusbar_init): Remove unused variable.
* shell/eog-window.c: (verb_FileOpen_cb): Clean warning.
-
+
Patch from Felix Riemann <felix hsgheli de> (#321267).
2006-06-25 Claudio Saavedra <csaavedra alumnos utalca cl>
- * libeog/eog-full-screen.c: (eog_full_screen_new): Remove call to
+ * libeog/eog-full-screen.c: (eog_full_screen_new): Remove call to
deprecated gdk_pixmap_unref ().
- * libeog/eog-image-jpeg.c: (eog_image_jpeg_save): Clean function and
- replace duplicated code with a call to _save_any_as_jpeg () (#321267).
+ * libeog/eog-image-jpeg.c: (eog_image_jpeg_save): Clean function and
+ replace duplicated code with a call to _save_any_as_jpeg () (#321267).
Patch from Felix Riemann <felix hsgheli de>.
2006-06-10 Francisco Javier F. Serrador <serrador cvs gnome org>
@@ -846,14 +846,14 @@
2006-05-31 Lucas Rocha <lucasr gnome org>
- * libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail
+ * libeog/eog-collection-item.c (set_pixbuf): making sure thumbnail
is at least 1px large (Fixes bug #342817). Patch from
Felix Riemann <felix hsgheli de>.
2006-05-31 Lucas Rocha <lucasr gnome org>
* libeog/eog-image.c (eog_image_get_collate_key): properly sort
- filenames containing numbers (Fixes bug #340957). Patch from
+ filenames containing numbers (Fixes bug #340957). Patch from
Felix Riemann <felix hsgheli de>.
2006-04-21 Lucas Rocha <lucasr gnome org>
@@ -865,19 +865,19 @@
* configure.in, NEWS: Update for 2.15.2
* libeog/eog-full-screen.c (eog_full_screen_key_press,
job_image_load_finished): partial fix for crash when cancelling
- slideshow/fullscreen (#320206). Patch from Claudio Saavedra
- <csaavedra alumnos utalca cl>.
+ slideshow/fullscreen (#320206). Patch from Claudio Saavedra
+ <csaavedra alumnos utalca cl>.
2006-05-19 Lucas Rocha <lucasr gnome org>
* shell/eog-statusbar.c (eog_statusbar_init): set the height of
- progressbar to avoid re-zooming image after loading (Fixes bug #327424).
+ progressbar to avoid re-zooming image after loading (Fixes bug #327424).
2006-05-19 Lucas Rocha <lucasr gnome org>
- * shell/eog-window.c (eog_window_cmd_about): about dialog
+ * shell/eog-window.c (eog_window_cmd_about): about dialog
update (Fixes bug #342103). Patch from Claudio Saavedra
- <csaavedra alumnos utalca cl>.
+ <csaavedra alumnos utalca cl>.
2006-05-19 Wouter Bolsterlee <uws+gnome xs4all nl>
@@ -890,8 +890,8 @@
2006-05-18 Lucas Rocha <lucasr gnome org>
- * shell/eog-window.c (update_ui_visibility),
- libeog/eog-config-keys.h: respect the disable_save_to_disk
+ * shell/eog-window.c (update_ui_visibility),
+ libeog/eog-config-keys.h: respect the disable_save_to_disk
gconf lockdown key (Fixed bug #341862).
2006-05-18 Lucas Rocha <lucasr gnome org>
@@ -931,17 +931,17 @@
2006-03-31 Lucas Rocha <lucasr gnome org>
- * libeog/eog-thumbnail.c (eog_thumb_data_new): avoid setting
+ * libeog/eog-thumbnail.c (eog_thumb_data_new): avoid setting
the error twice (Fixes bug #336652).
2006-03-26 Lucas Rocha <lucasr gnome org>
* libeog/eog-image-list.c (directory_visit_cb): don't include
- hidden images from a directory on image list (Fixes bug #335338).
+ hidden images from a directory on image list (Fixes bug #335338).
2006-03-26 Lucas Rocha <lucasr gnome org>
- * shell/eog-window.c (verb_Print_cb): duplex-printing is off
+ * shell/eog-window.c (verb_Print_cb): duplex-printing is off
by default (Fixed bug #334016).
2006-03-26 Lucas Rocha <lucasr gnome org>
@@ -951,22 +951,22 @@
2006-03-26 Lucas Rocha <lucasr gnome org>
- GOption migration (Fixes bug #335877). Patch from Michael
+ GOption migration (Fixes bug #335877). Patch from Michael
Plump <plumpy skylab org>
* configure.in: remove popt dependencie.
* src/main (main, handle_cmdline_args): use GOption instead of popt.
2006-03-26 Lucas Rocha <lucasr gnome org>
-
+
Keyboard shortcuts revamp (Fixes bug #310455 partly). Patch from
Jaap Haitsma <jaap haitsma org>.
* shell/eog-gtk-ui.xml: Add Home and End as shortcut keys for the first
and last images respectively
- * shell/eog-window.c:
- (action_entries_image) Add Home and End as keyboard shortcuts for the
+ * shell/eog-window.c:
+ (action_entries_image) Add Home and End as keyboard shortcuts for the
first and last images respectively.
(action_entries_collection) Change the keyboard shortcuts of first,
@@ -974,21 +974,21 @@
First was Ctrl+Home now Alt+Home
Last was Ctrl+End now Alt+End
Next was Ctrl+Right now Alt+Right
- Previous was Ctrl+Left now Alt+Left
+ Previous was Ctrl+Left now Alt+Left
(eog_window_key_press) If no scrollbars visible PageDown, Right and Down
show the next image and PageUp, Left and Up show the previous image
- * libeog/eog-scroll-view.{c|h}:
+ * libeog/eog-scroll-view.{c|h}:
Add eog_scroll_view_scrollbars_visible function
(display_key_press_event) Page up/down now scroll 3/4 of the image
- (page) height (Fixes bug #324871). Ctrl PageUp/PageDown scroll
+ (page) height (Fixes bug #324871). Ctrl PageUp/PageDown scroll
left/right
2006-03-23 Lucas Rocha <lucasr gnome org>
- * shell/eog-window (verb_FileOpen_cb): use the directory
+ * shell/eog-window (verb_FileOpen_cb): use the directory
of the currently viewed file as file chooser initial
location (Fixes bug #335653).
@@ -1002,7 +1002,7 @@
2006-03-22 Lucas Rocha <lucasr gnome org>
- * .cvsignore: added gnome-doc-utils.make.
+ * .cvsignore: added gnome-doc-utils.make.
* configure.in: added GNOME_DOC_INIT and
removed help/*/Makefile from AC_OUTPUT.
* Makefile.am: added gnome-doc-utils.make to
@@ -1031,9 +1031,9 @@
* shell/eog-window.c
(eog_window_get_mode): always set to collection mode as there's
- no single/collection dichotomy anymore and to correctly save
+ no single/collection dichotomy anymore and to correctly save
window's geometry.
- (eog_window_init): center the window by default.
+ (eog_window_init): center the window by default.
2006-03-06 Lucas Rocha <lucasr gnome org>
@@ -1059,49 +1059,49 @@
* libeog/eog-image-list.c, libeog/eog-image-private.h,
libeog/eog-image.c (eog_image_dispose, vfs_monitor_dir_cb,
- vfs_monitor_file_cb, eog_image_register_infoview),
+ vfs_monitor_file_cb, eog_image_register_infoview),
libeog/eog-image.h (eog_image_register_infoview),
- libeog/eog-info-view.c (update_data_pages_for_image): fix
- crash when removing images from a directory with images
+ libeog/eog-info-view.c (update_data_pages_for_image): fix
+ crash when removing images from a directory with images
that EOG is watching.
2006-03-02 Lucas Rocha <lucasr gnome org>
* libeog/eog-full-screen.c (disable_screen_saver): make
- EOG gnome-screen-saver if this is present (Fixes
+ EOG gnome-screen-saver if this is present (Fixes
bug #333142). Patch from Oliver Grawert <ogra ubuntu com>
with some fixes.
2006-03-02 Lucas Rocha <lucasr gnome org>
- * libeog/eog-wrap-list.c (handle_canvas_scroll,
+ * libeog/eog-wrap-list.c (handle_canvas_scroll,
eog_wrap_list_construct): mouse scroll wheel make image
switching on collection pane (Fixes bug #331645).
2006-02-27 Lucas Rocha <lucasr gnome org>
- * shell/eog-window.c (eog_window_init): define a minimum
+ * shell/eog-window.c (eog_window_init): define a minimum
window size (Fixes bug #327065).
2006-02-27 Lucas Rocha <lucasr gnome org>
- * libeog/Makefile.am: change libs search paths order to
- make development libs paths have higher priority than X11
- libs search paths (Fixes bug #330708). Patch from
+ * libeog/Makefile.am: change libs search paths order to
+ make development libs paths have higher priority than X11
+ libs search paths (Fixes bug #330708). Patch from
Sylvain Bertrand <sylvain bertrand gmail com>.
2006-02-27 Lucas Rocha <lucasr gnome org>
- * eog-scroll-view.c (eog_scroll_view_zoom_in,
+ * eog-scroll-view.c (eog_scroll_view_zoom_in,
eog_scroll_view_zoom_out): correct handling of zoom
- double precision with mouse wheel (Fixes bug #310833).
+ double precision with mouse wheel (Fixes bug #310833).
Patch from Felix Riemann <felix hsgheli de>.
2006-02-22 Lucas Rocha <lucasr gnome org>
- * libeog/eog-metadata-reader.c: fix 64-bit pointer
+ * libeog/eog-metadata-reader.c: fix 64-bit pointer
truncation (Fixes #331971). Patch from Pascal Hofstee
- <caelian gmail com> and Alexander Nedotsukov
+ <caelian gmail com> and Alexander Nedotsukov
<bland freebsd org>.
2006-02-19 Lucas Rocha <lucasr gnome org>
@@ -1109,7 +1109,7 @@
* libeog/eog-image-list.c, libeog/eog-image.c,
libeog/eog-info-view.c, libeog/eog-job-manager.c,
libeog/eog-job.c, shell/eog-window.c: disable all
- debug messages by default (Fixes bug #331362).
+ debug messages by default (Fixes bug #331362).
2006-02-16 Lucas Rocha <lucasr gnome org>
@@ -1122,12 +1122,12 @@
2006-02-01 Lucas Rocha <lucasr gnome org>
* libeog/eog-image.c: use current locale for images on
- NIS filesystem (Fixes bug #320289). Patch from Takao
+ NIS filesystem (Fixes bug #320289). Patch from Takao
Fujiwara <takao fujiwara sun com>.
2006-01-31 Lucas Rocha <lucasr gnome org>
- * shell/eog-window.c (job_save_image_list,
+ * shell/eog-window.c (job_save_image_list,
job_save_as_image_list): remove g_idle_add calls to avoid
critical warnings when updating save dialog (Fixes
bug #327170).
@@ -1148,8 +1148,8 @@
2006-01-21 Lucas Rocha <lucasr gnome org>
* libeog/eog-image.c: decrease READ_BUFFER_SIZE by 1
- to make it possible to view images from a SMB
- shares (Fixes bug #326104). Solution from Felix
+ to make it possible to view images from a SMB
+ shares (Fixes bug #326104). Solution from Felix
Riemann <felix hsgheli de>.
2006-01-16 Lucas Rocha <lucasr gnome org>
@@ -1159,7 +1159,7 @@
2006-01-16 Lucas Rocha <lucasr gnome org>
* configure.in, NEWS: Update for 2.13.5
- * shell/eog-window.c (show_move_to_trash_confirm_dialog):
+ * shell/eog-window.c (show_move_to_trash_confirm_dialog):
use ngettext for handling plurals (Fixes bug #327106).
2006-01-10 Lucas Rocha <lucasr gnome org>
@@ -1178,12 +1178,12 @@
2006-01-10 Lucas Rocha <lucasr gnome org>
- * libeog/eog-scroll-view.c (paint_rectangle,
+ * libeog/eog-scroll-view.c (paint_rectangle,
set_minimum_zoom_factor, set_zoom, set_zoom_fit,
- eog_scroll_view_get_zoom_is_min, eog_scroll_view_instance_init):
- refresh image section for very small images (Fixes bug #317641).
- Also, the zoom out is locked when the image gets 1px wide. Patch
- from Felix Riemann <felix hsgheli de> with contribution from
+ eog_scroll_view_get_zoom_is_min, eog_scroll_view_instance_init):
+ refresh image section for very small images (Fixes bug #317641).
+ Also, the zoom out is locked when the image gets 1px wide. Patch
+ from Felix Riemann <felix hsgheli de> with contribution from
Claudio Saavedra <csaavedra alumnos utalca cl>.
2006-01-09 Lucas Rocha <lucasr gnome org>
@@ -1191,7 +1191,7 @@
* shell/eog-gtk-ui.xml, shell/eog-window.c: new delete
confirmation dialog that only appears when using Del accel
to remove an image (Fixes bug #322884). Patch from
- Jaap A. Haitsma <jaap haitsma org> with some fixes and
+ Jaap A. Haitsma <jaap haitsma org> with some fixes and
refactoring.
2006-01-07 Lucas Rocha <lucasr gnome org>
@@ -1218,14 +1218,14 @@
shell/recent-files/egg-recent-view-bonobo.c,
shell/recent-files/egg-recent-view-bonobo.h,
shell/recent-files/egg-recent-view-gtk.c,
- shell/recent-files/egg-recent.h: Sync from
+ shell/recent-files/egg-recent.h: Sync from
latest libegg.
2006-01-07 Lucas Rocha <lucasr gnome org>
* shell/eog-window.c: resize window according to the
- image dimensions (Fixes bug #323204). Also, now there's a
- "minimal" window size that will be used if the image is
+ image dimensions (Fixes bug #323204). Also, now there's a
+ "minimal" window size that will be used if the image is
smaller than that.
2005-12-28 Abel Cheung <maddog linuxhall org>
@@ -1239,7 +1239,7 @@
2005-12-13 Lucas Rocha <lucasr gnome org>
- * configure.in: Fix GTK+ dependency version. Now EOG depends on
+ * configure.in: Fix GTK+ dependency version. Now EOG depends on
GTK+ >= 2.7.1 (Fixes bug #324149).
2005-12-12 Tim Gerla <tim gerla net>
@@ -1249,10 +1249,10 @@
2005-12-01 Lucas Rocha <lucasr gnome org>
- * shell/eog-gtk-ui.xml, shell/eog-window.c: add Return
+ * shell/eog-gtk-ui.xml, shell/eog-window.c: add Return
accelerator for Next Image and Shift+Return and Shift+SpaceBar
- accelerators for Previous Image. Split verb_GoPrev_cb into
- four simpler functions (Fixes bug #322593). Patch from
+ accelerators for Previous Image. Split verb_GoPrev_cb into
+ four simpler functions (Fixes bug #322593). Patch from
Jaap A. Haitsma <jaap haitsma org>
2005-12-01 Lucas Rocha <lucasr gnome org>
@@ -1279,7 +1279,7 @@
libeog/uta.c, shell/eog-save-as-dialog-helper.c,
shell/eog-window.c, libeog/Makefile.am: several code
cleanups. Patch from Kjartan Maraas <kmaraas gnome org>.
- * libeog/eog-vertical-splitter.c, libeog/eog-vertical-splitter.h,
+ * libeog/eog-vertical-splitter.c, libeog/eog-vertical-splitter.h,
libeog/eog-horizontal-splitter.c, libeog/eog-horizontal-splitter.h:
removed.
@@ -1290,7 +1290,7 @@
2005-11-17 Lucas Rocha <lucasr cvs gnome org>
- * shell/eog-window.c (verb_HelpAbout_cb): icon in about
+ * shell/eog-window.c (verb_HelpAbout_cb): icon in about
dialog (Fixes bug #321665). Patch from Vincent Noel
<vincent noel gmail com>.
@@ -1298,11 +1298,11 @@
* libeog/eog-wrap-list.c: (eog_wrap_list_select_single),
(eog_wrap_list_key_press_cb): Use one single function when changing
- single selection instead of six too similar ones (Closes #321395).
+ single selection instead of six too similar ones (Closes #321395).
Patch from Claudio Saavedra <csaavedra alumnos utalca cl>.
* libeog/eog-wrap-list.h: Added EogWrapListSelectChange enum and
updated headers as needed.
- * shell/eog-window.c: (verb_Go_cb): Call new function
+ * shell/eog-window.c: (verb_Go_cb): Call new function
eog_wrap_list_select_single () instead old ones.
2005-11-13 Lucas Rocha <lucasr cvs gnome org>
@@ -1316,10 +1316,10 @@
2005-11-13 Lucas Rocha <lucasr cvs gnome org>
- * eog.schemas.in (/apps/eog/ui/image_collection),
- libeog/eog-config-keys.h (EOG_CONF_UI_IMAGE_COLLECTION):
+ * eog.schemas.in (/apps/eog/ui/image_collection),
+ libeog/eog-config-keys.h (EOG_CONF_UI_IMAGE_COLLECTION):
added option for show/hide image collection pane.
- * libeog/eog-full-screen.c (eog_full_screen_key_press):
+ * libeog/eog-full-screen.c (eog_full_screen_key_press):
keybinding for slideshow is now F5.
* libeog/eog-image-list.c, libeog/eog-image-list.h (
eog_image_list_get_initial_pos, compare_uri_cb,
@@ -1334,20 +1334,20 @@
create_items_from_model: new methods to select first and
last images. Use EogImageList initial_pos attribute to
define the first item to select.
- * shell/eog-gtk-ui.xml, shell/eog-window.c (set_window_icon,
+ * shell/eog-gtk-ui.xml, shell/eog-window.c (set_window_icon,
verb_FolderOpen_cb, verb_Go_cb, update_ui_visibility,
eog_window_construct_ui, display_image_data, job_save_image_finished,
update_status_bar), shell/main.c (user_wants_collection,
job_prepare_model_finished, open_uri_list_cb): use image thumbnail
as the window icon (Fixes bug #320245). Patch from Claudio Saavedra
<csaavedra alumnos utalca cl>. EOG UI rework: remove 'Open Folder'
- from 'File' menu; added 'Go' menu with prev/next/first/last image
- operations and next/prev image in toolbar; moved rotation toolbar
- items to the right edge; added an toggle item in 'View' menu to
+ from 'File' menu; added 'Go' menu with prev/next/first/last image
+ operations and next/prev image in toolbar; moved rotation toolbar
+ items to the right edge; added an toggle item in 'View' menu to
show/hide image collection pane; removed 'Open' item from toolbar;
no confirmation when opening more than one image at once (always
open as a collection) (Fixes bug #148643); statusbar show the position
- of current image within a collection, not the number of selected
+ of current image within a collection, not the number of selected
images.
2005-11-10 Lucas Rocha <lucasr cvs gnome org>
@@ -1363,23 +1363,23 @@
2005-11-09 Lucas Rocha <lucasr cvs gnome org>
* shell/eog-window.c (delete_image_real, show_delete_confirm_dialog):
- no confirmation dialog when deleting (moving to trash) a
+ no confirmation dialog when deleting (moving to trash) a
image (Fixes bug #309046).
2005-11-07 Claudio Saavedra <csaavedra alumnos utalca cl>
* shell/eog-window.c: (job_save_image_finished), (set_window_icon),
(display_image_data): Resize image before using it as window icon if
- it is too big (Workaround that fixes bug #320245. See related gtk+
+ it is too big (Workaround that fixes bug #320245. See related gtk+
bug #320909).
2005-11-06 Lucas Rocha <lucasr cvs gnome org>
- * shell/eog-window.c (verb_SetAsWallpaper_cb,
- eog_file_launch_desktop_file, launch_desktop_item,
- update_selection_ui_visibility, handle_image_selection_changed):
- add option to use an image as the desktop wallpaper (Fixes
- bug #140768). Patch from Nirmal Kumar <reach2nirmal gmail com>
+ * shell/eog-window.c (verb_SetAsWallpaper_cb,
+ eog_file_launch_desktop_file, launch_desktop_item,
+ update_selection_ui_visibility, handle_image_selection_changed):
+ add option to use an image as the desktop wallpaper (Fixes
+ bug #140768). Patch from Nirmal Kumar <reach2nirmal gmail com>
with several changes.
* configure.in: added gnome-desktop dependency.
* shell/eog-gtk-ui.xml: new "Set As Wallpaper" Image menu
@@ -1387,8 +1387,8 @@
2005-11-05 Lucas Rocha <lucasr cvs gnome org>
- * libeog/eog-scroll-view.c (display_key_press_event):
- Page Up and Page Down keys scroll images up and
+ * libeog/eog-scroll-view.c (display_key_press_event):
+ Page Up and Page Down keys scroll images up and
down (Fixes bug #152364).
2005-11-03 Lucas Rocha <lucasr cvs gnome org>
@@ -1398,7 +1398,7 @@
2005-11-03 Lucas Rocha <lucasr cvs gnome org>
* shell/eog-gtk-ui.xml, shell/eog-window.c, shell/main.c:
- remove useless "New Window" action item from File menu and
+ remove useless "New Window" action item from File menu and
toolbar as part of UI rework.
2005-11-03 Lucas Rocha <lucasr cvs gnome org>
@@ -1406,7 +1406,7 @@
* libeog/eog-image.c, libeog/eog-scroll-view.c,
libeog/eog-thumbnail.c, shell/eog-preferences.c,
shell/eog-window.c, shell/main.c: several build warning
- fixes (Fixes bug #318020).
+ fixes (Fixes bug #318020).
2005-11-01 Lucas Rocha <lucasr cvs gnome org>
@@ -1428,14 +1428,14 @@
2005-10-30 Lucas Rocha <lucasr cvs gnome org>
- * shell/eog-gtk-ui.xml, shell/eog-window.c: added
- accelerators from numerical keypad for zooming in
- and out (Fixes bug #315183). Patch from Felix Riemann
+ * shell/eog-gtk-ui.xml, shell/eog-window.c: added
+ accelerators from numerical keypad for zooming in
+ and out (Fixes bug #315183). Patch from Felix Riemann
<felix hsgheli de>.
2005-10-30 Lucas Rocha <lucasr cvs gnome org>
- * shell/eog-window.c: make scrollbar buttons work in
+ * shell/eog-window.c: make scrollbar buttons work in
thumbnails pane (Fixes bug #124653). Patch from
Juan Carlos Inostroza <jci tux cl>.
@@ -1444,29 +1444,29 @@
* eog.glade, eog.schemas.in, libeog/eog-config-keys.h,
libeog/eog-full-screen.c, libeog/eog-full-screen.h,
shell/eog-preferences.c, shell/eog-window.c: implement
- a more consistent fullscreen/slide show behavior. Checkbox
- that activate/deactivate the automatic image switching removed
- from preferences (and from gconf schema) because slide show
- always do that. After starting a slide show (F9), the only keys
- the user can use are those that stop the show. Fullscreen (F11)
- can be activated in a single image or collections. On fullscreen
+ a more consistent fullscreen/slide show behavior. Checkbox
+ that activate/deactivate the automatic image switching removed
+ from preferences (and from gconf schema) because slide show
+ always do that. After starting a slide show (F9), the only keys
+ the user can use are those that stop the show. Fullscreen (F11)
+ can be activated in a single image or collections. On fullscreen
mode, the user can use keys to switch to next, previous, first
and last images and exiting fullscreen (Fixes bug #317392).
2005-10-28 Lucas Rocha <lucasr cvs gnome org>
- * shell/eog-window.c: window icon is a thumbnail
+ * shell/eog-window.c: window icon is a thumbnail
of the image (Fixes bug #311720).
2005-10-28 Lucas Rocha <lucasr cvs gnome org>
* eog.desktop.in.in, shell/eog-window.c, shell/main.c:
- use intuitive generic image viewer icon instead of EOG
+ use intuitive generic image viewer icon instead of EOG
icon (Fixes bug #167087).
2005-10-27 Lucas Rocha <lucasr cvs gnome org>
- * libeog/eog-info-view.c: fix width of the information
+ * libeog/eog-info-view.c: fix width of the information
pane that was too small (Fixes bug #313674). Patch
from Ed Catmur <ed catmur co uk>.
@@ -1481,22 +1481,22 @@
2005-10-24 Lucas Rocha <lucasr cvs gnome org>
- * libeog/eog-thumbnail.c: fix crash when adding new
+ * libeog/eog-thumbnail.c: fix crash when adding new
non-image files to a directory eog watches (Fixes bug
- #311925) and when trying to view a PNG image with a
- JPEG extension (Fixes bug #316808). Patch from
+ #311925) and when trying to view a PNG image with a
+ JPEG extension (Fixes bug #316808). Patch from
Callum McKenzie <callum physics otago ac nz>
2005-10-23 Lucas Rocha <lucasr cvs gnome org>
* configure.in: change X development libraries checking to
- work on every platform (Fixes bug #317828). Patch from
+ work on every platform (Fixes bug #317828). Patch from
Christophe Belle <christophe belle bull net>.
2005-10-23 Lucas Rocha <lucasr cvs gnome org>
* shell/eog-window.c, shell/main.c: fix crash when trying
- to view an image from recent list that doesn't exist
+ to view an image from recent list that doesn't exist
anymore (Fixes bug #312448 with contribution from
Claudio Saavedra <csaavedra alumnos utalca cl>).
@@ -1513,7 +1513,7 @@
2005-10-22 Lucas Rocha <lucasr cvs gnome org>
* libeog/eog-image-jpeg.c: fix RGBA->RGB conversion when saving
- PNG images to JPEG (Fixes bug #314742). Patch from Felix Riemann
+ PNG images to JPEG (Fixes bug #314742). Patch from Felix Riemann
<felix hsgheli de>.
2005-10-17 Lucas Rocha <lucasr cvs gnome org>
@@ -1530,7 +1530,7 @@
* libeog/eog-image.c, libeog/eog-wrap-list.c, shell/eog-window.c:
Update window title when saving in another location (Fixes bug #318318).
Asks to overwrite target file instead of source when 'Saving
- as' (Fixes bug #162627 with contribution from Gustavo Noronha).
+ as' (Fixes bug #162627 with contribution from Gustavo Noronha).
Don't crash when removing images from a collection (Fixes bug #313003).
* shell/eog-file-chooser.c: no "Open in new window" option on
save action. Fixes bug #318734.
@@ -1569,14 +1569,14 @@
2005-08-17 Maxim Dziumanenko <mvd mylinux ua>
- * configure.in:
+ * configure.in:
* help/Makefile.am:
* help/uk*:
Added Ukraininian translation of the manual.
2005-08-09 Tim Gerla <tim+gnomebugs gerla net>
- * libeog/eog-job-manager.c: Apply patch from Ross Burton
+ * libeog/eog-job-manager.c: Apply patch from Ross Burton
<ross burtonini com> which stops creating joinable threads
when the threads are never joined. This saves 8M from the
virtual address space for every thread created, and never
@@ -1616,7 +1616,7 @@
* shell/eog-window.c: Renamed "Preview" to "Print Preview"
fixes Bug 310470
- * libeog/eog-image.c, libeog/eog-image.h, libeog/eog-info-view.c,
+ * libeog/eog-image.c, libeog/eog-image.h, libeog/eog-info-view.c,
shell/eog-window.c: Fix for Bug 310463
2005-07-15 Paolo Borelli <pborelli katamail com>
@@ -1630,7 +1630,7 @@
shell/eog-gtk-ui.xml, shell/eog-window.c: Printing support
* libeog/eog-image.c: Bugfix for Bug #310351
* shell/main.c: Patch from Paolo Borelli to address Bug# 310352
-
+
2005-07-14 Ross Burton <ross burtonini com>
* libeog/eog-image.h:
@@ -1762,7 +1762,7 @@
* shell/eog-window.c: Applied patch from Murali k <murali2k5 gmail com>
to change a message string to match tense. Closes bug #164300.
- * libeog/*.c, shell/*.c:
+ * libeog/*.c, shell/*.c:
Apply patch from Kjartan Maraas <kmaraas gnome org>:
config.h has to be the first file included in a .c file and
it must not be included more than once else you get undefined
@@ -1849,12 +1849,12 @@
* MAINTAINERS: Removed myself.
* TODO: Some notes about stuff I've worked on at last.
- My last commit. See also
+ My last commit. See also
http://mail.gnome.org/archives/eog-list/2005-May/msg00001.html
2005-05-10 Jens Finke <jens triq net>
- * libeog/eog-image.c (eog_image_real_load): Check gdk_pixbuf_writer_close
+ * libeog/eog-image.c (eog_image_real_load): Check gdk_pixbuf_writer_close
for errors. Part of the fix for #155553.
2005-04-12 Naveen and Team <naveenchandranv gmail com >
@@ -1866,33 +1866,33 @@
* shell/eog-window.c (verb_HelpAbout_cb): Use GtkAbout dialog.
(raise_and_focus): Removed.
- Based on a patch by Kristof Vansant, fixes #166620.
+ Based on a patch by Kristof Vansant, fixes #166620.
2005-04-11 Jens Finke <jens triq net>
- * eog.glade: Added checkbox to disable auto switching of images in slideshow.
+ * eog.glade: Added checkbox to disable auto switching of images in slideshow.
* eog.schemas.in: New key full_screen/auto_advance
- * shell/eog-preferences.c (check_auto_advance_toggle_cb): Disable spin button
+ * shell/eog-preferences.c (check_auto_advance_toggle_cb): Disable spin button
when unchecked, otherwise enable it.
-
- * libeog/eog-fullscreen.c (eog_full_screen_new): Auto advance of images depend
+
+ * libeog/eog-fullscreen.c (eog_full_screen_new): Auto advance of images depend
on auto_advance gconf key, not whether seconds are greater zero.
2005-04-11 Jens Finke <jens triq net>
* shell/eog-gtk-ui.xml: Added Slideshow item to View menu.
- * shell/eog-window.c (update_ui_visibility): Enable/disable Fullscreen and
+ * shell/eog-window.c (update_ui_visibility): Enable/disable Fullscreen and
Slideshow actions properly.
(get_ui_description_file): New function to ease ui development.
Fixes #161866.
2005-04-05 Jens Finke <jens triq net>
- * libeog/eog-collection-item.c (get_item_image_caption): Escape caption before
+ * libeog/eog-collection-item.c (get_item_image_caption): Escape caption before
setting as markup string in text item. Fixes #164163.
-
+
2005-04-05 Jens Finke <jens triq net>
* libeog/eog-file-selection.c (set_preview_pixbuf),
@@ -1903,7 +1903,7 @@
2005-04-05 Jens Finke <jens triq net>
* help/de/eog-de.omf
- * help/fr/eog-fr.omf: Removed extranous bytes at the start of file.
+ * help/fr/eog-fr.omf: Removed extranous bytes at the start of file.
Fixes #117862.
2005-04-05 Jens Finke <jens triq net>
@@ -1920,12 +1920,12 @@
* configure.in: Added "rw" to ALL_LINGUAS.
2005-03-21 Kristof Vansant <de_lupus pandora be>
-
+
* autogen.sh: Require automake 1.7.
Fixes bug #166854.
2005-03-21 Vincent Noel <vincent noel gmail com>
-
+
* shell/main.c (main): Use gtk_window_set_default_icon.
Fixes bug #167081.
@@ -1933,7 +1933,7 @@
* libeog/eog-image.c (eog_image_real_load): Fix memory leak.
Fixes bug #159575.
-
+
2005-03-21 Danilo Åegan <dsegan gmx net>
* libeog/Makefile.am: s/MARSHAL_SOURCES/MARSHAL_OUTPUT/.
@@ -1955,7 +1955,7 @@
(eog_window_construct_ui): Make short toolbar item labels translatable.
2005-03-18 Jens Finke <jens triq net>
-
+
* libeog/eog-wrap-list.c (add_image): Place item outside visible area until
its final position is determined.
@@ -1981,24 +1981,24 @@
2005-03-14 Jens Finke <jens triq net>
* eog.schemas.in: New keys for saving window geometry.
-
+
* shell/eog-window.c: Save window geometry and restore it on load.
-
- * shell/main.c: Create empty windows more simple.
+
+ * shell/main.c: Create empty windows more simple.
2005-03-14 Jens Finke <jens triq net>
* libeog/eog-image-list.c (eog_image_list_add_uris):
- Joined _add_directory and _add_files functions.
-
+ Joined _add_directory and _add_files functions.
+
* libeog/eog-wrap-list.c: Don't wait for model prepare
signal, create collection items directly when model is set.
* shell/eog-window.c (eog_window_open): Requires an
eog_image_list model object.
-
+
* shell/main.c: Create and prepare EogImageList aka model before
- opening a new EogWindow.
+ opening a new EogWindow.
2005-03-04 Adi Attar <aattar cvs gnome org>
@@ -2027,13 +2027,13 @@
2005-01-10 Jens Finke <jens triq net>
* libeog/eog-image-list.[ch] (eog_image_list_add_directory),
- (eog_image_list_add_files),
+ (eog_image_list_add_files),
* shell/eog-window.[ch] (eog_window_open),
- (eog_window_open_list): Take GnomeVFSURI as argument,
+ (eog_window_open_list): Take GnomeVFSURI as argument,
instead of text uris.
* shell/main.c (sort_files): Create lists of GnomeVFSURI objects.
-
+
* shell/session.c (load_uri_with_role): Adapt to eog_window_open
changes.
@@ -2050,7 +2050,7 @@
* libeog/eog-collection-item.c: Use EogJob and new
thumbnail API for creating thumbnails.
- * libeog/eog-image.[ch]: Moved thumbnail creation to
+ * libeog/eog-image.[ch]: Moved thumbnail creation to
eog_thumbnail.[ch].
(eog_image_load_thumbnail): Removed.
(eog_image_set_thumbnail): New function.
@@ -2100,9 +2100,9 @@
* shell/eog-window.c,
* libeog/eog-info-view.c,
- * libeog/eog-scroll-view.c: Use new data (un)ref
+ * libeog/eog-scroll-view.c: Use new data (un)ref
functions.
-
+
* libeog/eog-image-list.c (eog_image_list_iter_equal):
Don't abort if iter is NULL.
@@ -2112,18 +2112,18 @@
(eog_image_save_as_by_info): Add EogJob to signature.
(eog_image_save): Removed deprecated function.
- * libeog/eog-job.c (eog_job_dispose): Lock mutex when
+ * libeog/eog-job.c (eog_job_dispose): Lock mutex when
freeing user data.
* libeog/eog-save-dialog-helper.[ch]: Splitted dialog update
- process into three new functions
+ process into three new functions
* shell/eog-window.c: Reworked Save and SaveAs functions to
work with new EogJob API.
2004-12-14 Jens Finke <jens triq net>
- * shell/eog-window.c: Use EogJob API for image
+ * shell/eog-window.c: Use EogJob API for image
transformations.
* libeog/eog-image.c (image_transform): Don't emit changed
signal automatically.
@@ -2133,7 +2133,7 @@
2004-12-13 Jens Finke <jens triq net>
* libeog/eog-info-view.c,
- * libeog/eog-scroll-view.c: Ported to new EogJob API.
+ * libeog/eog-scroll-view.c: Ported to new EogJob API.
* shell/eog-window.c: Make it compilable again,
(handle_image_selection_changed): Ported to new EogJob API.
@@ -2141,7 +2141,7 @@
2004-12-13 Jens Finke <jens triq net>
This patch breaks eog. Only the new test
- programs will be build. They outline how the new
+ programs will be build. They outline how the new
EogJob framework should be used.
* libeog/test-eog-job.c,
@@ -2153,10 +2153,10 @@
* libeog/eog-image.c: New image load API,
which is compatible with EogJob framework.
- * libeog/eog-job.[ch]:
+ * libeog/eog-job.[ch]:
Improved job progress framework.
- * libeog/eog-metadata-reader.c
+ * libeog/eog-metadata-reader.c
(eog_metadata_reader_finished): New function.
* libeog/eog-transform.[ch] (eog_transform_apply):
@@ -2168,7 +2168,7 @@
Just to let libeog.a build and allow building of the test programs.
2004-12-07 Jens Finke <jens triq net>
-
+
* libeog/eog-job.[ch]
* libeog/eog-job-manager[ch]: New files.
@@ -2178,7 +2178,7 @@
* libeog/eog-file-selection.c: (eog_file_selection_toggle_button_cb),
(eog_file_selection_add_open_new_window): New functions.
-
+
Add check box to let user decide to open an URI in the same window
or open a new one.
@@ -2195,15 +2195,15 @@
2004-11-29 Jens Finke <jens triq net>
- * NEWS: Updated.
+ * NEWS: Updated.
2004-11-29 Jens Finke <jens triq net>
- * libeog/eog-scroll-view.c (set_zoom_fit): Respect allowed
+ * libeog/eog-scroll-view.c (set_zoom_fit): Respect allowed
min/max zoom factors.
* shell/eog-window.c (eog_window_construct_ui): Set min widget size
- for scroll_view.
+ for scroll_view.
2004-11-28 Dwayne Bailey <dwayne translate org za>
@@ -2227,7 +2227,7 @@
causing a crash on startup. Fixes bug #155241.
2004-10-24 Jens Finke <jens triq net>
-
+
* eog.glade,
* doc/C/eog.sgml,
* libeog/eog-save-as-dialog.c,
@@ -2239,7 +2239,7 @@
2004-10-24 Jens Finke <jens triq net>
* eog.schemas.in,
- * eog-config-keys.h: Added keys for visibility of
+ * eog-config-keys.h: Added keys for visibility of
info view.
* eog-gtk-ui.xml: Added info view toggle.
* eog-window.c (verb_ShowHideAnyBar_cb)
@@ -2250,12 +2250,12 @@
* shell/eog-window.c (eog_window_construct_ui)
(eog_window_new),
- * shell/main.c (create_new_window): Handle error, when
+ * shell/main.c (create_new_window): Handle error, when
ui description file is not found.
- * shell/Makefile.am: Install eog-gtk-ui.xml in <datadir>/eog.
+ * shell/Makefile.am: Install eog-gtk-ui.xml in <datadir>/eog.
2004-10-21 Paolo Borelli <pborelli katamail com>
-
+
* libeog/eog-util.[ch]: New files, copy&pasted code from eel.
* configure.in,
* libeog/eog-image.c,
@@ -2282,7 +2282,7 @@
* shell/main.c: (main): Initialize gnome-authentication-manager.
Fixes #141851.
-2004-10-20 Jens Finke <jens triq net>
+2004-10-20 Jens Finke <jens triq net>
* shell/main.c: s/eel_uri_from_shell_arg/gnome_vfs_uri_from_shell_arg
Patch by Paolo Borelli <pborelli katamail com> - #155841
@@ -2296,10 +2296,10 @@
2004-09-26 Jens Finke <jens triq net>
* libeog/eog-full-screen.c (show_nth_image): New function.
- (prepare_data): Set first_iter always to the first iter of the
+ (prepare_data): Set first_iter always to the first iter of the
image list.
(eog_full_screen_key_press): Enable Pos1 and End keys to switch
- to start/end of the slideshow. Enable PageDown and PageUp keys
+ to start/end of the slideshow. Enable PageDown and PageUp keys
for browsing to next/previous image.
2004-09-26 Jens Finke <jens triq net>
@@ -2310,8 +2310,8 @@
* shell/eog-window.c (save_error): Use eog_image_get_uri_for_display.
2004-09-26 Jens Finke <jens triq net>
-
- This change re-introduce a string from the 2.6 series. Therefore
+
+ This change re-introduce a string from the 2.6 series. Therefore
the po files required an update too. See po/ChangeLog for more details.
* shell/eog-window.c (update_status_bar): New function.
@@ -2329,7 +2329,7 @@
* shell/recent-files: Updated from libegg.
2004-09-18 Jens Finke <jens triq net>
-
+
* shell/eog-window.c (verb_FileExit_cb),
(eog_window_key_press).
* shell/eog-gtk-ui.xml:
@@ -2354,7 +2354,7 @@
- Updates for 2.8, thanks to Angela Boyle and Stuart Ellis
2004-09-12 Jens Finke <jens triq net>
-
+
* configure.in: Bumped version to 2.8.1
* ChangeLog
@@ -2367,7 +2367,7 @@
* configure.in: Bumped version to 2.8.0
2004-09-11 Jens Finke <jens triq net>
-
+
* shell/eog-window.c (verb_SaveAs_cb): Don't unref an image in the single case.
- Fixes #151982
@@ -2385,7 +2385,7 @@
2004-08-26 Jens Finke <jens triq net>
* libeog/eog-collection-item.c (eog_collection_item_destroy): NULL image variable.
-
+
* libeog/eog-image.c (load_emit_signal_done):
* libeog/eog-wrap-list.c (eog_wrap_list_drag_data): Unref image.
@@ -2414,8 +2414,8 @@
* libeog/eog-full-screen.c (eog_full_screen_new): Consider antialiasing setting.
- * shell/eog-window.c (interp_type_changed_cb),
- (transparency_changed_cb),
+ * shell/eog-window.c (interp_type_changed_cb),
+ (transparency_changed_cb),
(trans_color_changed_cb): New functions.
(eog_window_destroy): Remove gconf listeners.
(eog_window_init): Add gconf listeners.
@@ -2440,7 +2440,7 @@
* shell/eog-window.c (show_delete_confirm_dialog): Use ngettext - #149525.
- * shell/main.c: Fixed spelling - #149209.
+ * shell/main.c: Fixed spelling - #149209.
2004-08-02 Christian Rose <menthos menthos com>
@@ -2450,12 +2450,12 @@
* shell/eog-window.c (handle_image_selection_changed): Set image filename
in title.
- (slideshow_hide_cb): New function. Display last slideshow image in main
+ (slideshow_hide_cb): New function. Display last slideshow image in main
window when returning from fullscreen mode.
-
+
2004-07-26 Jens Finke <jens triq net>
- * shell/eog-window.c (verb_FullScreen_cb): Start slideshow with
+ * shell/eog-window.c (verb_FullScreen_cb): Start slideshow with
selected image. If multiple images are selected, display only these.
2004-07-26 Jens Finke <jens triq net>
@@ -2479,12 +2479,12 @@
2004-07-25 Jens Finke <jens triq net>
- * libeog/eog-wrap-list.c (model_image_removed): Force canvas update
- before deleting GnomeCanvasItem.
+ * libeog/eog-wrap-list.c (model_image_removed): Force canvas update
+ before deleting GnomeCanvasItem.
2004-07-25 Jens Finke <jens triq net>
-
- * shell/main.c (show_nonexistent_files): Use format uri for display
+
+ * shell/main.c (show_nonexistent_files): Use format uri for display
for all files. Use ngettext - #148419.
2004-07-25 Jens Finke <jens triq net>
@@ -2492,7 +2492,7 @@
* shell/eog-window.c: Mark main menus for translation.
(eog_window_construct_ui): Set translation domain for ui.
- * eog.glade: Removed dummy strings.
+ * eog.glade: Removed dummy strings.
2004-07-24 Grzegorz Golawski <grzegol pld-linux org>
@@ -2509,8 +2509,8 @@
* configure.in: Removed bonobo related checks.
* libeog/accessible-image-view.c
- * shell/eog-window.c
- * shell/main.c: Removed bonobo includes and remaining
+ * shell/eog-window.c
+ * shell/main.c: Removed bonobo includes and remaining
source references.
* shell/recent-files/Makefile.am,
@@ -2533,7 +2533,7 @@
2004-07-20 Jens Finke <jens triq net>
- * configure.in: Check for libexif = 0.5.12. Don't create Makefiles in
+ * configure.in: Check for libexif = 0.5.12. Don't create Makefiles in
libgpi, collection, viewer and idl directories.
* Makefile.am: Removed libgpi, collection, viewer and idl
@@ -2542,16 +2542,16 @@
* libeog/Makefile.am: Removed CORBA/Bonobo stuff.
* NEWS: Updated.
-
+
2004-07-20 Jens Finke <jens triq net>
- * libeog/eog-image-list.c (list_insert_sorted_private): Create new list
+ * libeog/eog-image-list.c (list_insert_sorted_private): Create new list
if list argument is NULL.
2004-07-13 Jens Finke <jens triq net>
* shell/gtk-shell-ui.xml: Renamed to eog-gtk-ui.xml
-
+
* shell/eog-shell-ui.xml: Removed.
* shell/eog-window.c (eog_window_construct_ui),
@@ -2565,14 +2565,14 @@
(eog_image_list_remove_image),
(remove_image_private): New function.
(add_image_private): Return inserted position.
-
+
* libeog/eog-wrap-list.c (model_image_removed): Implemented.
(do_update): Handle N_ITEMS_CHANGED hint.
* shell/eog-window.c (show_delete_confirm_dialog),
(delete_image_real),
(verb_Delete_cb): New functions.
-
+
* shell/gtk-shell-ui.xml: Delete item added.
2004-07-12 Pawan Chitrakar <pawan nplinux org>
@@ -2590,7 +2590,7 @@
* libeog/eog-file-selection.c: Removed 'overwrite file'-checks.
Now better handled by EogImage.
- * liboeg/eog-image-save-info.c (get_save_file_type_by_uri):
+ * liboeg/eog-image-save-info.c (get_save_file_type_by_uri):
simplified
(eog_image_save_info_from_vfs_uri): New function.
@@ -2646,7 +2646,7 @@
* shell/eog-window.c (eog_window_construct_ui): use
gnome_program_locate_file to locate the xml ui description file.
- * shell/Makefile.am (UI_FILES): correct the name of the xml ui
+ * shell/Makefile.am (UI_FILES): correct the name of the xml ui
description file.
2004-06-02 Jens Finke <jens triq net>
@@ -2666,7 +2666,7 @@
* shell/eog-window.c (transformation_progress_cb),
(apply_transformation),
(verb_FlipHorizontal_cb),
- (verb_FlipVertical_cb),
+ (verb_FlipVertical_cb),
(verb_Rotate90_cb),
(verb_Rotate270_cb),
(verb_Rotate180_cb): New functions.
@@ -2690,7 +2690,7 @@
window state.
* shell/gtk-shell-ui.xml: Added zoom and fullscreen items.
-
+
2004-05-27 Jens Finke <jens triq net>
* shell/eog-window.c (eog_window_open_uri),
@@ -2706,7 +2706,7 @@
is a work in progress and is not fully functional yet again. Use
the BEFORE_GTK_UI_MANAGER_SWITCH tag to checkout the latest
working version.
-
+
* libeog/Makefile.am: Moved eog-wrap-list.[ch],
eog-canvas-pixbuf.[ch], eog-collection-item.[ch] here.
@@ -2714,9 +2714,9 @@
eog-collection-marshal.list.
* shell/Makefile.am: Link with jpegutils.
-
+
* shell/eog-window.c: Made this a GtkWindow, using GtkUIManager
- and related stuff.
+ and related stuff.
* shell/gtk-shell-ui.xml: New file.
@@ -2729,21 +2729,21 @@
2004-05-07 Jens Finke <jens triq net>
* libeog/eog-metdata-reader.[ch]: New files.
-
+
* libeog/Makefile.am (SOURCES): Added new files.
-
+
* libeog/eog-image-private.h: Added attributes for exif/iptc raw data.
-
+
* libeog/eog-image.c (real_image_load): Use EogMetadataReader object for
obtaining image metadata.
(check_for_metadata_img_format): New function.
(load_emit_signal_info_done): Removed InfoDone signal emission.
- (eog_image_load): Always use EOG_IMAGE_LOAD_COMPLETE method
+ (eog_image_load): Always use EOG_IMAGE_LOAD_COMPLETE method
(significantly faster).
(image_changed_cb): Do explicit ExifData* cast.
(eog_image_free_mem_private): Free exif raw data if used.
-
- * collection/eog-collection-view.c (create_user_interface):
+
+ * collection/eog-collection-view.c (create_user_interface):
Create always info view.
2004-04-26 Jens Finke <jens triq net>
@@ -2757,15 +2757,15 @@
2004-04-25 Jens Finke <jens triq net>
* libeog/eog-info-view.c: Reworked this completely. Derived from
- GtkNotebook now with separate pages for file and exif data.
+ GtkNotebook now with separate pages for file and exif data.
* libeog/eog-ifo-view-detail.[ch],
libeog/eog-info-view-file.[ch],
- libeog/eog-info-view-exif.[ch]:
+ libeog/eog-info-view-exif.[ch]:
EogInfoViewDetail is the base class derived from a
GtkTreeView. EogInfoViewFile and EogInfoViewExif implement the
code for viewing file properties resp. EXIF tag information.
-
+
* collection/eog-collection-view.c (create_user_interface): Don't add
notebook with viewport.
@@ -2779,11 +2779,11 @@
* eog-image-private.h: Added load_finished condition
2004-04-23 Jens Finke <jens triq net>
-
+
Faster image loading.
* eog-image-private.h: Removed deprecated loading status fields.
-
+
* eog-image.c (check_load_status): Removed.
(load_emit_signal_progress),
(load_emit_signal_info_done),
@@ -2792,7 +2792,7 @@
(load_emit_signal_done): New.
(real_image_load): Initiate signal emits where appropriate.
(eog_image_load): No more need for check_load_status idle func.
-
+
* configure.in: Bumped version to 2.7.0
-
+
===== 2.7.0 =====
Modified: trunk/ChangeLog-2.6
==============================================================================
--- trunk/ChangeLog-2.6 (original)
+++ trunk/ChangeLog-2.6 Thu Feb 19 15:01:20 2009
@@ -1,7 +1,7 @@
2004-04-21 Jens Finke <jens triq net>
- * libeog/eog-full-screen.c (eog_full_screen_instance_init):
- Check actual monitor/screen size. Fixes xinerama problems
+ * libeog/eog-full-screen.c (eog_full_screen_instance_init):
+ Check actual monitor/screen size. Fixes xinerama problems
in #137137 partially.
2004-04-09 Guntupalli Karunakar <karunakar freedomink org>
@@ -20,18 +20,18 @@
2004-03-22 Jens Finke <jens triq net>
- * configure.in: Updated library requirements.
+ * configure.in: Updated library requirements.
Bumped version to 2.6.0.
* NEWS: Updated.
2004-03-19 Seth Nickell <seth gnome org>
-
+
* libeog/eog-file-selection.c: (eog_file_selection_new):
-
+
If using VFS, allow the file chooser to return non-local
URIs. Fixes a regression caused by GTK+ API change.
-
+
2004-03-22 Jens Finke <jens triq net>
* help/it/eog-it.omf,
@@ -54,7 +54,7 @@
* configure.in: Bumped version to 2.5.91
* NEWS: Updated.
-
+
======= 2.5.90 =======
2004-03-08 Jens Finke <jens triq net>
@@ -74,14 +74,14 @@
2004-03-05 Jens Finke <jens triq net>
Fixes #134981.
-
+
* art/loading.png: New file, borrowed from nautilus.
* art/Makefile.am: Added loading.png to icons data.
* collection/eog-collection-item.c (get_busy_pixbuf): Indicate
busy state by new loading icon.
-
+
2004-03-05 Jens Finke <jens triq net>
* libeog/eog-file-selection.c (eog_folder_selection_new): Removed
@@ -134,7 +134,7 @@
2004-02-19 Jens Finke <jens triq net>
- Fixes bug #134857. Hint by Jan Arne Petersen.
+ Fixes bug #134857. Hint by Jan Arne Petersen.
* shell/recent-files/egg-recent-model.c: Updated from libegg.
@@ -153,7 +153,7 @@
* AUTHORS,
* TODO,
* HACKING: Updated.
-
+
2004-02-19 Alessio Frusciante <algol firenze linux it>
* eog.schemas.in: Fixed some typos.
@@ -182,7 +182,7 @@
Don't lost exif data scroll position when switching to a new image
in collection view. Fixes #123463.
-
+
* libeog/eog-info-view.c (clear_single_row), (clear_values): New
functions.
(set_row_data): New function. Set data for a given treeview path
@@ -212,7 +212,7 @@
2004-02-02 Jens Finke <jens triq net>
Fixes #132263.
-
+
* collection/eog-collection-view.c (have_broken_filenames),
(get_title_from_uri): New function.
(eog_collection_view_get_prop): Obtain title from base_uri.
@@ -230,13 +230,13 @@
* libeog/eog-image.c (eog_image_get_caption): Copy static string
in error case.
-
+
2004-01-29 Jason Leach <leach wam umd edu>
* shell/recent-files/egg-recent-view-gtk.c:
* shell/recent-files/egg-recent-view-gtk.h: Add these to the
repository, egg-recent.h needs them.
-
+
* shell/recent-files/Makefile.am (EGG_RECENT_FILES): Add
egg-recent-view-gtk.[ch] here.
(#132823, Malcolm Tredinnick)
@@ -246,7 +246,7 @@
* libeog/eog-file-selection.c (response_cb): Check for the
existence of the file only if "Save" button is clicked on the
save image dialog. Solves bug #131654
-
+
2004-01-27 Jason Leach <leach wam umd edu>
* shell/recent-files/Makefile.am (regenerate-built-sources): New
@@ -294,7 +294,7 @@
* libeog/uta.c (uta_find_first_glom_rect): Fixed logic typo. Patch
by Dave Jones (davej redhat com), report by Telsa Gwynne, fixes bug
#130924.
-
+
2004-01-09 Roozbeh Pournader <roozbeh sharif edu>
* THANKS: fixed a typo (#130946).
@@ -349,7 +349,7 @@
* libeog/eog-file-selection.c (eog_file_selection_dispose),
(eog_file_selection_finalize), (eog_file_selection_class_init),
- (eog_file_selection_instance_init),
+ (eog_file_selection_instance_init),
(set_preview_label),
(set_preview_pixbuf),
(update_preview_cb),
@@ -367,17 +367,17 @@
* Makefile.am: Added OrigTree.pm from intltool-modules to
EXTRA_DIST - #130062.
- * NEWS: Updated.
-
+ * NEWS: Updated.
+
2003-12-27 Jens Finke <jens triq net>
* collection/eog-collection-item.c (ensure_max_string_width):
- Prefer non-alphanumeric characters for positions to wrap caption.
-
+ Prefer non-alphanumeric characters for positions to wrap caption.
+
2003-12-27 Jens Finke <jens triq net>
Indicate modified images by bold caption in collection view.
-
+
* collection/eog-collection-item.c (image_changed_cb): Update
caption too.
(get_item_image_caption): New function.
@@ -403,7 +403,7 @@
2003-12-21 Jens Finke <jens triq net>
- * libeog/eog-file-selection.c (eog_file_selection_add_filter):
+ * libeog/eog-file-selection.c (eog_file_selection_add_filter):
Added filter which displays 'All Files'.
2003-12-21 Jens Finke <jens triq net>
@@ -498,11 +498,11 @@
2003-12-08 Jens Finke <jens triq net>
Patch by pasupathi duraisamy wipro com - Bug #119469
-
+
* libeog/eog-file-selection.c (replace_file): New function
(response_cb): Check if the file exists and ask user if she wants
to overwrite it.
-
+
2003-12-08 Jens Finke <jens triq net>
Lossless saving for local/unmodified files and local/modified jpeg
@@ -534,7 +534,7 @@
New function.
* jpegutils/*: New files, borrowed from GThumb.
-
+
2003-11-24 Jens Finke <jens triq net>
Display filesize information.
@@ -556,7 +556,7 @@
Select/show the image in the wraplist, that was last viewed in the
slideshow on returning from fullscreen mode. Fixes #118617.
-
+
* collection/eog-collection-view.c (slideshow_hide_cb): New function
(verb_SlideShow_cb): Register for hide signal of the fullscreen widget.
@@ -571,16 +571,16 @@
* libeog/eog-image-list.c (eog_image_list_iter_valid): Check for iter != NULL.
* viewer/eog-image-view.c (verb_FullScreen_cb): Destroy fullscreen
- widget on hide signal.
-
+ widget on hide signal.
+
===== 2.5.0.1 ====
-
+
2003-11-10 Jens Finke <jens triq net>
* configure.in: Bumped version to 2.5.0.1
* NEWS: Updated
-
+
2003-11-06 Breda McColgan <Breda McColgan sun com>
* help/C/eog.xml: Updated for GNOME 2.4.2
@@ -592,7 +592,7 @@
Allow tool-/statusbar hiding. Based on a patch by Kaushal Kumar,
fixes #114231.
-
+
* eog.schemas.in: Added new keys for storing toolbar and statusbar
visibility state.
@@ -625,7 +625,7 @@
2003-11-02 Jens Finke <jens triq net>
Based on a patch by Shivaram Upadhyayula. Fixes #104805.
-
+
* acconfig.h: undef HAVE_SUNKEYSYM_H
* configure.in: Ensure that we link against X libs.
@@ -634,7 +634,7 @@
function.
(eog_full_screen_key_press): Quit on SunXK_F36.
- * viewer/eog-image-view-ui.xml:
+ * viewer/eog-image-view-ui.xml:
* collection/eog-collection-view-ui.xml: Added hidden
slideshow/fullscreen menuitem with SunF36 accel.
@@ -643,15 +643,15 @@
Add callback for hidden fullscreen item on Sun keyboards.
* viewer/Makefile.am: Link against X_LIBS.
-
+
2003-10-29 Jens Finke <jens triq net>
Improved slideshow component: automatic browsing, upscale flag,
endless loop / single run
-
- * eog.glade: Reworked the slideshow preferences page.
+
+ * eog.glade: Reworked the slideshow preferences page.
Rephrased image interpolation text - #122543.
-
+
* eog.schemas.in: New keys in /apps/eog/full_screen: loop,
upscale, seconds.
@@ -673,37 +673,37 @@
* eog-preferences.c (spin_button_changed_cb): New function.
(eog_preferences_show): Connect widgets on slideshow preferences
page.
-
+
2003-10-27 Jens Finke <jens triq net>
Consider eog/window/open_new_window configuration key again. Fixes
long-time bug #91189.
-
+
* eog.schemas.in: Set default of the open_new_window key to false.
* shell/eog-window.c (eog_window_open_list): Deactivate control.
* shell/main.c (open_window): Query open_new_window key to
determine if the current window should be reused or not.
-
+
2003-10-26 Jens Finke <jens triq net>
* collection/eog-collection-view.c (free_image_list): New
function, which releases a list of images returned by
eog_wrap_list_get_selected_images.
(save_image_init_loading): Don't add another ref to an image.
- (verb_SlideShow_cb),
+ (verb_SlideShow_cb),
(save_dlg_response_cb),
(apply_transformation),
(verb_Undo_cb): Free image list.
-
+
2003-10-26 Jens Finke <jens triq net>
* collection/eog-collection-model.[ch]: Removed.
* collection/Makefile.am (SOURCES): Removed eog-collection-mode.[ch].
- * collection/eog-collection-view.c:
+ * collection/eog-collection-view.c:
* collection/eog-wrap-list.c:
Replaced EogCollectionModel with EogImageList.
@@ -719,7 +719,7 @@
* collection/eog-collection-view.c (verb_SlideShow_cb):
* viewer/eog-image-view.c (verb_FullScreen_cb): Adapted to new
EogFullScreen API.
-
+
2003-10-26 Jens Finke <jens triq net>
* libeog/eog-image-private.h: Added EogImageStatus enumeration.
@@ -735,7 +735,7 @@
(real_image_load): Free exif data on cancel.
(eog_image_cancel_load): Don't join thread, this isn't actually
required in the current design.
-
+
2003-10-26 Jens Finke <jens triq net>
* configure.in: We require libexif 0.5.12.
@@ -771,7 +771,7 @@
(eog_image_free_mem): Free image resources and remove image from
cache.
(eog_image_free_mem_private): Only free image resources.
-
+
2003-10-21 Jens Finke <jens triq net>
* collection/Makefile.am: Don't distribute auto-generated files in
@@ -806,7 +806,7 @@
calculation. Adapted to eog_collection_item_size changes.
* collection/eog-collection-view.c (layout_changed_cb): Removed.
-
+
2003-10-12 Jens Finke <jens triq net>
* collection/eog-collection-item.c (set_pixbuf): Added flag wether
@@ -823,7 +823,7 @@
* collection/eog-canvas-pixbuf.c (compute_viewport_affine),
(eog_canvas_pixbuf_point): Free pixbuf.
- * collection/eog-collection-item.c (set_pixbuf): dito.
+ * collection/eog-collection-item.c (set_pixbuf): dito.
2003-10-12 Jens Finke <jens triq net>
@@ -855,13 +855,13 @@
(do_item_rearrangement): Calculate exact height for each row,
align images properly.
(do_update): Handle new ITEM_SIZE_CHANGED update hint.
-
+
2003-10-11 Jens Finke <jens triq net>
* Makefile.am: Changed variable names to fit their purpose better.
* eog.desktop.in: Added X-GNOME-DocPath entry. - #123101
-
+
2003-10-11 Jens Finke <jens triq net>
* collection/eog-collection-view.c (eog_image_view_get_prop): Mark the
@@ -871,7 +871,7 @@
* collection/eog-collection-view.c (eog_image_view_get_prop): Mark
'pixel' for translation - #124196.
-
+
===== gnome-2-4 branch =======
2003-10-03 Jens Finke <jens triq net>
@@ -941,7 +941,7 @@
2003-09-08 Jens Finke <jens triq net>
This patch is approved by the release team.
-
+
* collection/eog-collection-view.c (create_user_interface): Use
gtk_hpaned instead of specialised
eog_horizontal_splitter. Otherwise we will _always_ crash if no
@@ -972,13 +972,13 @@
* Makefile.am: Removed ACLOCAL_AMFLAGS. Fixes bug #120871.
====== 2.3.6 =====
-
+
2003-08-25 Jens Finke <jens triq net>
* configure.in: Bumped version to 2.3.6
* NEWS: Updated.
-
+
2003-08-06 Martin Kretzschmar <m_kretzschmar gmx net>
* libeog/eog-hig-dialog.c (eog_hig_dialog_new): add terminating
@@ -988,7 +988,7 @@
Based on a patch by Gustavo J. A. M. Carneiro
<gustavo users sourceforge net> - #118204.
-
+
* configure.in: Require libbonoboui >= 2.3.3.
* collection/main.c (main),
@@ -1015,7 +1015,7 @@
2003-07-21 Andreas KÃhler <andi5 py gmx net>
Fixes bug #117270.
-
+
* collection/eog-collection-view.c
(eog_collection_view_create_ui),
* viewer/eog-image-view.c (eog_image_view_create_ui): Make
@@ -1023,7 +1023,7 @@
* shell/eog-shell-ui.xml: Added initially hidden separator which
will be shown explicitly if required.
-
+
2003-07-20 Martin Kretzschmar <m_kretzschmar gmx net>
* libeog/eog-hig-dialog.c (eog_hig_dialog_new): Don't print
@@ -1045,7 +1045,7 @@
2003-07-16 Jens Finke <jens triq net>
* shell/eog-window.c (verb_HelpAbout_cb): Don't mark copyright
- string for translation - #117449.
+ string for translation - #117449.
2003-07-14 Jens Finke <jens triq net>
@@ -1109,7 +1109,7 @@
2003-07-06 Jens Finke <jens triq net>
This patch should fix bug #114189.
-
+
* libeog/eog-image.c (real_image_load): Connect to size prepared
signal even for images in non-progressive loading mode.
@@ -1136,7 +1136,7 @@
* libeog/Makefile.am (SOURCES): Added new eog splitter files.
- * libeog/eog-horizontal-splitter.[ch],
+ * libeog/eog-horizontal-splitter.[ch],
* libeog/eog-vertical-splitter.[ch]: Specilised new eog splitters
widgets.
@@ -1189,15 +1189,15 @@
* art/Makefile.am (icons_DATA): Added new icons.
* viewer/eog-image-view-ui.xml: Added menu icons for rotate
- operations.
+ operations.
* viewer/eog-image-view.c (popup_menu_cb): Handle
rotate operations from context menu.
(popup_entries): Added rotate functions.
-
+
2003-06-29 Jens Finke <jens triq net>
- * libgpi/gpi-dialog.glade: Removed atk property strings,
+ * libgpi/gpi-dialog.glade: Removed atk property strings,
they don't seem to be necessary here - #116015.
2003-06-25 Jens Finke <jens triq net>
@@ -1212,7 +1212,7 @@
2003-06-23 Jens Finke <jens triq net>
- * collection/eog-slide-show.[ch],
+ * collection/eog-slide-show.[ch],
* collection/eog-collection-preferences.[ch]: Removed deprecated
files.
@@ -1246,7 +1246,7 @@
(SOURCES): Added eog-save-dialg.[ch].
* collection/eog-collection-view-ui.xml: Added File/Save item.
-
+
* collection/eog-collection-view.c
(save_image_init_loading),
(set_commands_sensitive_state),
@@ -1263,7 +1263,7 @@
* viewer/eog-image-view.c (image_changed_cb): New
function. Notifies bonobo listeners when the image changed.
(load_uri_cb): Connect to image_changed signal.
-
+
2003-06-15 Taneem Ahmed <taneem eyetap org>
* configure.in: Added "bn" to ALL_LINGUAS.
@@ -1271,10 +1271,10 @@
2003-06-12 Jens Finke <jens triq net>
* configure.in: Added check for optional libjpeg.
-
+
* libeog/Makefile.am (SOURCES): Added eog-image-private.h,
eog-image-jpeg.[ch].
-
+
* libeog/eog-image.c (update_exif_data): New function.
(exif_loader_write): Fixed byte skipping computation.
(real_image_load): Update image size in exif data if
@@ -1298,11 +1298,11 @@
* configure.in: Added "is" into ALL_LINGUAS
2003-06-05 Christian Schaller <Uraeus gnome org>
-
+
* GNOME_EOG.server.in.in: Add image/svg+xml to supported mimetype list i
- since just image/SVG isn't the proper mimetype. This tiny fix should
+ since just image/SVG isn't the proper mimetype. This tiny fix should
make the moz-bonobo stuff be able to display SVG files properly
-
+
2003-06-05 Jens Finke <jens triq net>
* Makefile.am (EXTRA_DIST): Removed config.rpath.
@@ -1328,7 +1328,7 @@
2003-05-31 Jens Finke <jens triq net>
Added progress indication.
-
+
* collection/eog-collection-view.c: New property "image/progress".
(image_progress_cb): New function.
(apply_transformation): Setup the progress indication stuff.
@@ -1337,7 +1337,7 @@
(eog_collection_view_construct): Register "image/progress" property.
* collection/eog-collection-view-ui.xml: Added "Undo" mnemonic.
-
+
* libeog/eog-image.c (eog_image_class_init): New signal
"progress".
(check_load_status): Check for progress changes and emit signal if
@@ -1488,7 +1488,7 @@
finished signal if the image is already loaded.
(eog_image_free_mem): Set load status to none.
- * libeog/eog-info-view.c (eog_info_view_set_image):
+ * libeog/eog-info-view.c (eog_info_view_set_image):
* viewer/eog-image-view.c (load_uri_cb):
* collection/eog-collection-model.c (directory_visit_cb):
(real_file_loading): Removed load mode paramter for eog_image_new.
@@ -1512,7 +1512,7 @@
* Makefile.am: Fixed schemas installation based on a patch by
Bobby Kashani <bobk ocf berkeley edu>.
-
+
2003-04-12 Jens Finke <jens triq net>
* shell/eog-window.c (open_uri_list_cleanup),
@@ -1521,7 +1521,7 @@
(eog_window_open_list): Removed debug messages.
(eog_window_construct): Limit list of recent files to 5.
- * shell/main.c (open_window),
+ * shell/main.c (open_window),
(open_uri_list_cb): Removed debug messages.
2003-04-12 Jens Finke <jens triq net>
@@ -1540,7 +1540,7 @@
(eog_window_construct): Setup recent file objects.
(eog_window_open_list): Add file to the list of recently opened
files.
-
+
2003-04-08 Jens Finke <jens triq net>
* collection/GNOME_EOG_Collection.server.in.in: Added
@@ -1563,7 +1563,7 @@
2003-04-07 Mike Lei <mike lei sun com>
- * configure.in: Added Makefile support for docs in
+ * configure.in: Added Makefile support for docs in
help/{de,es,fr,it,sv,ja,ko,zh_CN,zh_TW}
* add docs for above lanuages
@@ -1603,7 +1603,7 @@
(eog_scroll_view_button_press_event): Use cursor_set, set it only
if the image is movable.
(eog_scroll_view_button_release_event): Use cursor_set.
-
+
2003-04-02 Federico Mena Quintero <federico ximian com>
* libeog/eog-image.c (real_image_load): Use a macro rather than a
@@ -1679,7 +1679,7 @@
* shell/eog-preferences.c (eog_preferences_show): Connect
background_radio button.
-
+
2003-03-25 Jens Finke <jens triq net>
* libeog/eog-image.c (real_image_load): Close the
@@ -1715,7 +1715,7 @@
2003-03-20 Jens Finke <jens triq net>
* eog.glade: Set untranslated title for color picker dialog.
-
+
* eog.gladep: Don't output translatable strings in extra file.
* po/POTIFLES.in: Added eog-info-view.c, removed
@@ -1724,7 +1724,7 @@
* po/POTFILES.skip: Removed most of the files in the collection
dir, added GNOME_EOG_Collection.server.in, viewer/eog-image-io.c
-
+
2003-03-20 Jens Finke <jens triq net>
* eog.glade: Higified the preferences dialog and added a
@@ -1732,7 +1732,7 @@
* eog-glade.h: Removed from cvs (we list the glade file in
POTFILES.in directly).
-
+
* eog-preferences.c (key_press_cb): Removed. Ignore ESC key,
fixes #105720.
(eog_preferences_show): Open HIGified glade dialog.
@@ -1764,7 +1764,7 @@
(eog_wrap_list_select_right): Made them public.
* shell/eog-shell-ui-xml: Added placholder for toolbar items.
-
+
2003-03-14 Jens Finke <jens triq net>
* README: Updated.
@@ -1772,7 +1772,7 @@
2003-03-14 Jens Finke <jens triq net>
* libeog/eog-image.c (real_image_load): Guard the exif assertion
- with HAVE_EXIF.
+ with HAVE_EXIF.
2003-03-13 Jens Finke <jens triq net>
@@ -1787,12 +1787,12 @@
* acconfig.h, configure.in: Added check for optional libexif
library.
-
+
* libeog/eog-info-view.[ch]: New widget, displays image
information.
* libeog/Makefile.am (SOURCES): Added eog-info-view.[ch]
-
+
* libeog/eog-image.[ch] (eog_image_dipose): Free exif data.
(eog_image_class_init): New signal loading_info_finished.
(eog_image_instance_init): Init exif attribute.
@@ -1811,7 +1811,7 @@
* collection/eog-collection-view.c (handle_selection_changed):
Feed info view with selected image.
(create_user_interface): Add eog-info-view widget to the ui.
-
+
2003-03-13 Christian Rose <menthos menthos com>
* configure.in: Added "ml" to ALL_LINGUAS.
@@ -1824,7 +1824,7 @@
(eog_collection_view_instance_init): Init new variable.
(handle_selection_changed): Free ressources of the previously
viewed image and store reference the the new one.
-
+
2003-03-11 Jens Finke <jens triq net>
* libeog/eog-image.[ch]: Switched to a thread based loading
@@ -1852,7 +1852,7 @@
use. Assure that it's a proper UTF-8 string.
(eog_image_get_collate_key): New function, returns a key for fast
compare of UTF strings.
-
+
* collection/eog-collection-item.c
(eog_collection_item_construct): Don't free caption string.
@@ -1865,7 +1865,7 @@
* collection/eog-wrap-list.c (ensure_item_is_visible): Removed
debug output.
-
+
* collection/eog-collection-view.c (create_user_interface): Add
frame around the image and wrap list areas.
@@ -1881,7 +1881,7 @@
(eog_wrap_list_select_left),
(eog_wrap_list_select_right): New functions.
(eog_wrap_list_key_press_cb): Handle cursor keys.
- (calculate_item_position),
+ (calculate_item_position),
(do_item_rearrangement): Add padding on the left/upper side.
2003-03-07 Jens Finke <jens triq net>
@@ -1895,7 +1895,7 @@
* collection/eog-wrap-list.c
(model_image_added),
(model_prepared): Set global hint for request_update properly.
-
+
2003-03-07 Jens Finke <jens triq net>
* libeog/eog-wrap-list.c: Reverted previous patch (was quite a bad
@@ -1908,19 +1908,19 @@
* libeog/eog-full-screen.[ch]: Improved the in advance loading of
images. Also frees image data, which is probably not shown
- next.
+ next.
* libeog/eog-scroll-view.c (eog_scroll_view_dispose): Free uta and
remove possibly active idle handler.
* collection/eog-wrap-list.c (eog_wrap_list_get_selected_images):
Just return pointer to internal list.
-
+
* collection/eog-collection-view.c (verb_SlideShow_cb): Consider
selections when assembling the list of images for the slide show.
* viewer/eog-image-view.c (verb_FullScreen_cb): Free list.
-
+
2003-03-07 Jens Finke <jens triq net>
* libeog/eog-image.c (load_image_real): Unref GdkPixbufLoader.
@@ -1960,7 +1960,7 @@
* collection/eog-wrap-list.c (handle_canvas_click): Ensure that
at least always one item is selected.
(eog_wrap_list_size_request): Removed.
- (model_prepared): Select first item by default.
+ (model_prepared): Select first item by default.
* collection/main.c: Include stdlib.h.
@@ -2065,7 +2065,7 @@
2003-03-01 Jens Finke <jens triq net>
Fixed compiler warnings in libeog.
-
+
* libeog/accessible-image-view-factory.h: Declare get type
function for accessible image view _factory_.
@@ -2093,7 +2093,7 @@
(set_zoom): Made static, removed unused variable.
(set_zoom_fit), (eog_scroll_view_set_transparency),
(eog_scroll_view_new): Removed unused variables.
-
+
2003-03-01 Jens Finke <jens triq net>
* libeog/eog-file-selection.c: Use GdkPixbufFormat api for
@@ -2106,13 +2106,13 @@
NULL and header != NULL. Handle case where body is NULL.
2003-02-28 Jens Finke <jens triq net>
-
+
* shell/main.c: Reworked the way file paths are converted to
URIs. This should fix bugs #95561, #104961 and #105192. We have a
single function now which is in charge of this, wether you use the
commandline, the open dialog or dnd. HIGified the error
dialogs. Removed fallbacks if no collection-view is build.
-
+
* shell/eog-window.[ch]: Reworked the file loading. There is now
exactly one function in charge of file loading. This simplifies
the code a lot. Added signals for creating a new window and
@@ -2152,7 +2152,7 @@
* collection/eog-collection-view.c (load_uri_cb): Call
eog_collection_model_add_uri.
-
+
* collection/eog-wrap-list.c:
(compare_item_caption),
(get_item_by_unique_id): Removed.
@@ -2163,7 +2163,7 @@
(handle_item_event): Fixed compiler warnings:
(model_image_added): Connect image event signal, update n_items
attribute, initiate loading.
-
+
2003-02-21 Jens Finke <jens triq net>
* collection/eog-collection-item.[ch]: Oops, forgot to cvs add
@@ -2191,16 +2191,16 @@
* shell/eog-preferences.c (eog_preferences_show):
s/g_strncascecmp/g_strcasecmp.
-
+
2003-02-21 Jens Finke <jens triq net>
Collection makes use of the new EogImage class.
-
+
* collection/eog-collection-item.[ch]: New files. A class for
clickable canvas items.
* collection/eog-wrap-list.[ch]: Make use of EogCollectionItem and
- EogImage objects.
+ EogImage objects.
* collection/eog-collection-view.[ch]: Merged the BonoboControl
interface into it. Splitted the view, so that selected images in
@@ -2214,7 +2214,7 @@
* collection/Makefile.am: Removed libpreview stuff, evolution stuff (not
supported until evo2) and deprecated files from SOURCES.
-
+
* collection/cimage.c,
* collection/cimage.h,
* collection/eog-collection-control.c,
@@ -2252,16 +2252,16 @@
New eog architecture. Moved more stuff into libeog and basically merged
image-view.[ch] and ui-image.[ch]. The result is eog-scroll-view.[ch].
- * libeog/ui-image.[ch],
+ * libeog/ui-image.[ch],
* libeog/image-view.[ch]: Removed.
* libeog/eog-scroll-view.[ch]: New, basic widget for displaying an
EogImage.
- * libeog/eog-image-helper.[ch],
+ * libeog/eog-image-helper.[ch],
* libeog/eog-image.[ch]: Image model, provides all operations on
an image.
-
+
* libeog/eog-full-screen.[ch]: Moved from viewer. Uses a
EogScrollView widget for displaying the image.
@@ -2299,9 +2299,9 @@
adapt_window_size.
* configure.in: Bumped version to 2.3.0.
-
+
=========== branched for Gnome 2.4 development ========================
-
+
2003-02-10 Mohammad DAMT <mdamt bisnisweb com>
* configure.in: Added "id" to ALL_LINGUAS
@@ -2311,7 +2311,7 @@
* configure.in: Added "kn" to ALL_LINGUAS.
2003-02-08 Kang Jeong-Hee <Keizi mail co kr>
-
+
* Makefile.am: Added ACLOCAL_AMFLAGS. bug #102296
2003-01-28 Glynn Foster <glynn foster sun com>
@@ -2328,7 +2328,7 @@
* help/C/eog.xml: updates to the manual for 2.2 and to address bug #103953.
* help/C/eog-C.omf: updating manual release info.
-
+
2003-01-21 Christian Rose <menthos menthos com>
* configure.in: Added "mn" to ALL_LINGUAS.
@@ -2339,9 +2339,9 @@
2003-01-07 Alex Duggan <aldug gnome org>
- * eog.desktop.in: add startup-notification support to
+ * eog.desktop.in: add startup-notification support to
.desktop file. Fixes # 101086
-
+
2003-01-06 Jens Finke <jens triq net>
* configure.in: Bumped to version 1.1.4
@@ -2368,7 +2368,7 @@
2002-11-22 Kjartan Maraas <kmaraas gnome org>
* eog.schemas.in: Fix a small typo.
-
+
2002-11-15 Dmitry G. Mastrukov <dmitry taurussoft org>
* configure.in: Added Belarusian to ALL_LINGUAS.
@@ -2383,11 +2383,11 @@
Removed gnome-print dependency, this isn't supported
in the Gnome2 version yet.
-
+
* configure.in: Removed libgnomeprint dependency. Updated required
library versions. Bumped version to 1.1.1.
- * viewer/eog-image-view.c,
+ * viewer/eog-image-view.c,
* viewer/eog-util.c: Protected print related code with #if
GNOME2_PRINTING_WORKS.
@@ -2398,14 +2398,14 @@
* help/C/eog.xml: fix bug #91027
* help/C/eog-C.omf: update manual date and version number
- * help/C/l10n.txt: new file containing instructions for
+ * help/C/l10n.txt: new file containing instructions for
the L10N team about how to take screenshots for the manual
-
+
2002-10-15 Kjartan Maraas <kmaraas gnome org>
* viewer/eog-image-view-ui.xml: Fix a typo.
* eog.glade: Fix another typo.
-
+
2002-10-14 Jens Finke <jens triq net>
* shell/main.c (make_canonical_uri): Reworked function, calls now
@@ -2444,7 +2444,7 @@
2002-10-10 Jens Finke <jens triq net>
New preference dialog.
-
+
* configure.in: Check for libglade.
* Makefile.am: Added glade related stuff.
@@ -2455,7 +2455,7 @@
* eog.glade,
* eog.gladep,
* eog-glade.h: New glade related files.
-
+
* libeog/image-view.[ch] (paint_rectangle): Consider use_check_pattern variable.
(image_view_set_check_type),
(image_view_set_check_size): Set use_check_pattern variable.
@@ -2483,13 +2483,13 @@
(eog_iamge_view_construct): Adapted to new gconf schema.
Removed ui related properties from property bag.
- * viewer/eog-image-view.h: Adapted gconf keys.
-
+ * viewer/eog-image-view.h: Adapted gconf keys.
+
2002-10-10 Kjartan Maraas <kmaraas gnome org>
* shell/eog-window.c (eog_window_init): Plug a leak.
#95358.
-
+
2002-09-30 Jens Finke <jens triq net>
* NEWS: Updated.
@@ -2497,11 +2497,11 @@
2002-09-30 Jens Finke <jens triq net>
Better HIG compliance.
-
+
* shell/eog-shell-ui.xml: s/New Window/_New/,
s/Contents/_Contents/, removed delimiter between new and open file
entry.
-
+
* viewer/eog-image-view-ctrl-ui.xml: Fixed zoom labels and
shortcuts.
@@ -2510,7 +2510,7 @@
* viewer/eog-image-view.c: Fixed zoom labels and shortcuts in
popup menu.
-
+
2002-09-23 Jens Finke <jens triq net>
* libeog/Makefile.am (SOURCES): Addee eog-pixbuf-util.[ch].
@@ -2590,7 +2590,7 @@
2002-08-20 Jens Finke <jens triq net>
Allow nautilus to use the collection as directory view.
-
+
* collection/GNOME_EOG_Collection.server.in.in: Added PersistFile
interface to list of repo_ids. Reformatted file.
@@ -2641,7 +2641,7 @@
2002-08-18 Jens Finke <jens triq net>
Fixes bug #89513.
-
+
* viewer/eog-image-view-ui.xml: Added F11 as accel for fullscreen
mode.
@@ -2649,7 +2649,7 @@
warning.
(eog_full_screen_key_press): Added F11 to the list of valid keys
to quit the fullscreen view.
-
+
2002-08-17 Jens Finke <jens triq net>
* NEWS: Updated.
@@ -2665,12 +2665,12 @@
* collection/Makefile.am (EXTRA_DIST): Added
eog-collection-marshal.list.
-
- * collection/eog-image-loader-simple.[ch]: New files.
-
+
+ * collection/eog-image-loader-simple.[ch]: New files.
+
* collection/eog-image-loader-preview.[ch]: New files. Image
loader, which utilizes libpreview library.
-
+
* collection/Makefile.am: Added libpreview conditional stuff and
the new files.
@@ -2704,7 +2704,7 @@
* collection/eog-wrap-list.c: Fixed debug message guards.
(do_item_selection_changed_update): Check for item != NULL.
-
+
2002-08-11 Ross Burton <ross burtonini com>
* eog.desktop.in: Add encoding keyword, and fix up Terminal and
@@ -2714,7 +2714,7 @@
* libeog/Makefile.am: Set HAVE_COLLECTION flag, if collection is
enabled.
-
+
* libeog/eog-file-selector.c (is_filename_valid): Check if
filename is a directory.
(eog_file_selection_new): Allow directories on load if we have the
@@ -2723,8 +2723,8 @@
2002-08-13 Jens Finke <jens triq net>
Misc code cleanups. Selection changes don't force the whole item
- to be updated.
-
+ to be updated.
+
* collection/cimage.[ch] (get_unique_id): Removed.
(cimage_instance_init): Set id = 0.
(cimage_new_uri): Use quark from text uri as id. Set caption.
@@ -2778,7 +2778,7 @@
* collection/eog-image-loader.c (scale_image): Use bilinear
scaling.
-
+
2002-08-07 Thomas Meeks <thomas imaginator com>
* doc/C/eog.sgml: Added ICB file support
@@ -2819,18 +2819,18 @@
* collection/eog-wrap-list.c (eog_wrap_list_set_factory): Ref the
factory object.
-
+
2002-08-04 Jens Finke <jens triq net>
* configure.in: Bumped version to 1.1.0 (development version
towards Gnome 2.2)
* NEWS: Updated.
-
+
2002-08-04 Jens Finke <jens triq net>
Fixes #85927.
-
+
* shell/eog-window.c (eog_window_init): ctrl_widget = NULL.
(eog_window_construct): Don't add widget from
bonobo_control_frame.
@@ -2838,12 +2838,12 @@
done yet.
(activate_uri_cb): eog_window_open can handle uri's so don't
extract the path first.
-
+
2002-08-04 Jens Finke <jens triq net>
Drags into an empty window will reuse it instead of opening a new
one.
-
+
* shell/eog-window.c (eog_window_has_contents): Determine empty
windows through availabilty of a control not a widget.
@@ -2869,13 +2869,13 @@
(eog_item_factory_class_init): Added hint parameter to abstract
item update function.
- * collection/eog-wrap-list.c
+ * collection/eog-wrap-list.c
(do_item_changed_update),
(do_item_added_update): Set update hint parameter.
* collection/eog-collection-marshal.list: Changed paramter list
for factory update item marshaller.
-
+
2002-07-29 Federico Mena Quintero <federico ximian com>
Fixes #89372.
@@ -2917,7 +2917,7 @@
2002-07-25 Jens Finke <jens triq net>
Fixes #85190. Makes the UI more HIG compliant.
-
+
* shell/eog-shell-ui.xml: Removed "Close" button from toolbar
added "New" button.
@@ -2929,7 +2929,7 @@
2002-07-25 Jens Finke <jens triq net>
We have a real fullscreen again.
-
+
* viewer/eog-fullscreen-view.c (eog_full_screen_show): Call zoom
to fit.
(eog_full_screen_instance_init): Removed unneccessary window
@@ -2947,13 +2947,13 @@
2002-07-20 Jens Finke <jens triq net>
* collection/.cvsignore: Updated.
-
+
* collection/Makefile.am: use .server.in.in file instead, and
do libexec sed job on it.
* collection/GNOME_EOG_Collection.server.in: Renamed to
*.server.in.in and added libexec prefix dummy.
-
+
2002-07-19 Jens Finke <jens triq net>
* Makefile.am (SUBDIRS): Compile collection if desired.
@@ -2967,7 +2967,7 @@
* collection/eog-collection-control.c
* collection/eog-collection-model.c
* collection/eog-collection-preferences.c
- * collection/eog-collection-view.c
+ * collection/eog-collection-view.c
* collection/eog-warp-list.c: Ported remaining GtkObject stuff to
GObject.
@@ -2975,13 +2975,13 @@
correct pango_context.
* shell/Makefile.am: Enable collection support if desired.
-
+
* shell/eog-window.c (get_collection_control): Load collection
component by iid.
(get_collection_control):
(get_collection_control_list): Define dummy functions of these if
we compile without collection support.
-
+
2002-07-17 Michael Meeks <michael ximian com>
* libeog/Makefile.am: use .server.in.in file instead, and
@@ -2993,11 +2993,11 @@
2002-07-10 Jens Finke <jens triq net>
Fixes #85690.
-
+
* libeog/eog-file-selection.[ch]: New files. An extended
GtkFileSelection dialog, which shows the list of supported file
types.
-
+
* libeog/Makefile.am (SOURCES): Added new files.
* shell/eog-window.c (eog_window_open_dialog): Use new file
@@ -3086,8 +3086,8 @@
2002-06-21 Jens Finke <jens triq net>
- Fixes #72352 and #75713.
-
+ Fixes #72352 and #75713.
+
* libeog/ui-image.c (ui_image_fit_to_screen): Removed.
* shell/eog-window.c (adapt_shell_size_to_control): New function
@@ -3097,7 +3097,7 @@
* viewer/eog-image-view.c (image_set_image_cb): Don't call
ui_image_fit_to_screen.
-
+
2002-06-21 Peteris Krisjanis <pecisk inbox lv>
* configure.in: Added Latvian language support.
@@ -3139,9 +3139,9 @@
2002-06-04 Federico Mena Quintero <federico ximian com>
- * collection/Makefile.am (INCLUDES):
+ * collection/Makefile.am (INCLUDES):
* libeog/Makefile.am (INCLUDES):
- * shell/Makefile.am (INCLUDES):
+ * shell/Makefile.am (INCLUDES):
* viewer/Makefile.am (INCLUDES): Use
$(prefix)/$(DATADIRNAME)/locale for -DGNOMELOCALEDIR. Thanks to
Hidetoshi Tajima <hidetoshi tajima sun com> for pointing it out.
@@ -3203,7 +3203,7 @@
(zoomable_zoom_to_fit_cb): Likewise.
* viewer/eog-full-screen.c (eog_full_screen_button_press_event):
- Removed.
+ Removed.
* shell/eog-window.c (verb_HelpAbout_cb): Add the EOG icon and the
documenters.
@@ -3249,7 +3249,7 @@
(image_view_get_full_screen_zoom): Removed.
(image_view_set_property): Removed handling of the
full_screen_zoom property.
- (image_view_get_property): Likewise.
+ (image_view_get_property): Likewise.
(image_view_class_init): Likewise.
2002-05-29 Jens Finke <jens triq net>
@@ -3261,7 +3261,7 @@
2002-05-28 Federico Mena Quintero <federico ximian com>
- * shell/session.c (session_save):
+ * shell/session.c (session_save):
(session_load): gnome-config expects a section name in addition to
the key name. Fixes #82603.
@@ -3277,7 +3277,7 @@
2002-05-21 Jens Finke <jens triq net>
* configure.in: Bumped version to 0.118.0.
-
+
* NEWS: Updated.
* Released version 0.118.0.
@@ -3328,7 +3328,7 @@
* libeog/GNOME_EOG.server.in: we can load image/svg now
- * viewer/eog-image.c (load_image_from_stream):
+ * viewer/eog-image.c (load_image_from_stream):
(load_image_from_file): support loading svg images (and fix some
memleaks)
@@ -3347,7 +3347,7 @@
* viewer/preferences.c (create_label): Set up the LABEL_FOR and
LABELLED_BY relations.
- * libeog/accessible-image-view.[ch]:
+ * libeog/accessible-image-view.[ch]:
* libeog/accessible-image-view-factory.[ch]: New files with the
accessibility object and factory for the ImageView.
@@ -3360,7 +3360,7 @@
* shell/eog-shell-ui.xml: Changed 'HelpContents' label to
'Contents'. (Hope this is before the string freeze yet :).
Swapped help Contents and About position.
-
+
2002-05-07 Jens Finke <jens triq net>
* shell/session.c (session_save): Use next field to obtain succeeding
@@ -3370,7 +3370,7 @@
Applied slightly edited patch by Ronald Bultje
<rbultje ronald bitfreak net>
-
+
* shell/Makefile.am,
* libeog/Makefile.am,
* viewer/Makefile.am,
@@ -3384,7 +3384,7 @@
2002-04-29 Jens Finke <jens triq net>
* configure.in: bumped version to 0.117.0.
-
+
* NEWS: Added 0.117 entry.
* Released version 0.117.0.
@@ -3401,7 +3401,7 @@
Applied patch from Satyajit Kanungo <satyajit kanungo wipro com>.
This fixes bug #79156.
-
+
* shell/eog-window.c (verb_HelpContent_cb): New function.
* shell/eog-shell-ui.xml: Added Help Contents menu item.
@@ -3422,8 +3422,8 @@
* collection/eog-image-loader.c (eog_image_loader_class_init): Use
g_signal_new.
-
- * collection/eog-wrap-list.c
+
+ * collection/eog-wrap-list.c
(eog_wrap_list_class_init): Signal fixes.
(eog_wrap_list_set_model): Cast model to GObject.
@@ -3458,7 +3458,7 @@
* GNOME_EOG_Collection.oaf.in: Renamed to
GNOME_EOG_Collection.server.in
-
+
* .cvsignore: Ignore GNOME_EOG_Collection.server and
eog-collection-marshal.[ch].
@@ -3467,7 +3467,7 @@
2002-04-19 Jens Finke <jens triq net>
* collection/Makefile.am,
- * collection/*.c,
+ * collection/*.c,
* collection/*.h: Ported to Gnome2 so that it at least compiles.
2002-04-17 Federico Mena Quintero <federico ximian com>
@@ -3561,7 +3561,7 @@
2002-04-12 Jens Finke <jens triq net>
Applied patch from Alexander Larsson.
-
+
* libeog/image-view.c (image_view_class_init): Removed
deprecated gtk signal stuff.
@@ -3594,7 +3594,7 @@
* viewer/eog-image-view-ui.xml: Removed all the redundant words
from the menu, added accel to "Save As"
-
+
2002-04-10 Iain Holmes <iain ximian com>
* viewer/preferences.c (create_label): Take a widget that will be
@@ -3610,7 +3610,7 @@
* NEWS: Updated.
* Released version 0.115.0.
-
+
2002-03-24 Jens Finke <jens triq net>
* configure.in: Bumped version to 0.115.0
@@ -3618,7 +3618,7 @@
2002-03-21 Jens Finke <jens triq net>
This patch fixes most of the issues in bug #73805.
-
+
* shell/eog-preferences.[ch]: Switched to GtkDialog as parent
class, which makes it more HIG conform.
@@ -3627,13 +3627,13 @@
present it to the user. Otherwise create a new one.
(verb_HelpAbout_cb): Added translator credits placeholder.
(eog_window_init): Initialize pref_dlg attribute.
-
+
2002-03-21 Jens Finke <jens triq net>
* viewer/preferences.c (create_label): New function.
(create_preferences_page): Align lables to the right, added
row and column spacings.
-
+
2002-03-19 Jens Finke <jens triq net>
* shell/eog-window.c (eog_window_open): Pop up error dialog if the
@@ -3654,7 +3654,7 @@
* configure.in: Bumped version to 0.114.0.
* NEWS: updated
-
+
* Released version 0.114.0
2002-03-12 Jens Finke <jens triq net>
@@ -3668,11 +3668,11 @@
This patch should fix bug #74083. It makes gconf consistently the
model for all preference settings.
- * eog.schemas (check_size), (dither): Changed default.
+ * eog.schemas (check_size), (dither): Changed default.
- * eog-image-view.[ch]
+ * eog-image-view.[ch]
(listener_Interpolation_cb),
- (listener_Dither_cb),
+ (listener_Dither_cb),
(listener_CheckType_cb),
(listener_CheckSize_cb): Removed the bonobo property bag stuff,
replaced it with a call to gconf.
@@ -3695,7 +3695,7 @@
changes to these properties. Take care of all ui updates.
(eog_image_view_construct): Initialize gconf, set image view
properties to gconf stored values.
-
+
* preferences.c: Use gconf for retrieving and setting the values
in the preference dialog. Simplified the code.
@@ -3714,7 +3714,7 @@
image file specified on the command line. But again the string/ui
freeze prohibits an adapted dialog to these changes.
(main): Removed commented out oaf_init call.
-
+
2002-03-10 John Fleck <jfleck inkstain net>
* omf-install/Makefile.am
@@ -3731,13 +3731,13 @@
* help/C/figures/eog_start_window.png
* omf-install/Makefile.am
* xmldocs.make
-
+
change
* Makefile.am
* configure.in
adding new docs from Sun
-
-
+
+
2002-03-05 Jens Finke <jens triq net>
* libeog/image-view.c (image_view_destroy): Use g_object_unref to
@@ -3749,7 +3749,7 @@
* viewer/eog-image.c (load_image_from_stream): Use g_object_unref
to free pixbuf loader.
(load_image_from_file): Free pixbuf loader.
-
+
2002-03-04 Jens Finke <jens triq net>
* HACKING: Added explicit rules for the spec file and build fixes.
@@ -3767,7 +3767,7 @@
2002-03-02 Jens Finke <jens triq net>
- * viewer/eog-control.c (preferred_zoom_levels):
+ * viewer/eog-control.c (preferred_zoom_levels):
* libeog/image-view.c (MAX_ZOOM_FACTOR): Define consistent zoom
range from 1 to 2000 percent.
@@ -3775,7 +3775,7 @@
Made the zooming work correctly if you use both the '+','-' Keys and
the toolbar buttons.
-
+
* viewer/eog-control.c: Renamed max_preferred_zoom_levels to
n_zoom_levels to give it a meaningfull name.
(zoomable_set_zoom_level_cb): Don't store zoom level privatly.
@@ -3786,7 +3786,7 @@
zoom level.
(eog_control_construct): Don't initialise private zoom level
attribute (it's no longer there), use n_zoom_levels variable.
-
+
2002-02-28 Jens Finke <jens triq net>
* MAINTAINERS: Added myself with Federico's permission.
@@ -3818,14 +3818,14 @@
This patch fixes bug #72069. The image viewer component should now
integrate smoothly into Nautilus.
-
+
* shell/eog-shell-ui.xml: Made the placeholder compatible with
nautilus. Added a 'View' submenu which is hidden by default and
added new placeholders into it.
* shell/eog-window.c (add_control_to_ui): Show 'View' menu.
- * viewer/eog-image-view-ctrl-ui.xml:
+ * viewer/eog-image-view-ctrl-ui.xml:
* viewer/eog-image-view-ui.xml: Adaptions to changes in
eog-shell-ui.xml, fixed indention.
@@ -3833,7 +3833,7 @@
This fixes bug #72228. Due to the string freeze we can't add a
more verbose error dialog.
-
+
* shell/eog-window.c (get_viewer_control): Use g_warning instead
of g_error.
(eog_window_open): Check if the control object could be created
@@ -3895,7 +3895,7 @@
* viewer/eog-image-view.c: remove unused eog_image_view_signals
array. The zero length array breaks the build with Forte CC.
-
+
2002-02-14 Jens Finke <jens triq net>
* viewer/eog-image-view-ctrl-ui.xml: Define labels for the zoom
@@ -3911,7 +3911,7 @@
a Property_Control interface and enable/disable preference menu
item according to this check. This fixes the useability issue in
bug #70833.
-
+
2002-02-14 Jens Finke <jens triq net>
* libeog/image-view.c (image_view_expose): Always repaint
@@ -3931,7 +3931,7 @@
menu items.
* viewer/eog-image-view-ctrl-ui.xml: New file.
-
+
2002-02-10 Jens Finke <jens triq net>
* shell/eog-shell-ui.xml: Added drag'n'drop popup definition.
@@ -3943,7 +3943,7 @@
(eog_window_drag_data_received): Use bonobo to create popup menu,
this ensures it get translated.
(eog_window_construct): Code cleanup.
-
+
2002-02-10 Jens Finke <jens triq net>
* configure.in: Bumped version to 0.111.0
@@ -3969,7 +3969,7 @@
* viewer/eog-full-screen.c (eog_full_screen_init): Don't show
window decorations.
-
+
2002-02-04 Jens Finke <jens triq net>
* viewer/main.c (main): Unrolled BONOBO_ACTIVATION_FACTORY macro
@@ -4015,7 +4015,7 @@
* shell/eog-window.c (eog_window_destroy): Use bonobo_object_unref
to free control frame object.
-
+
2002-02-01 Michael Meeks <michael ximian com>
* libeog/GNOME_EOG.server.in: add Unknown, ItemContainer,
@@ -4036,7 +4036,7 @@
down!?!?].
(eog_image_view_destroy): Removed 'Beware' comment and related
bonobo_object_unref call.
-
+
2002-01-30 Jens Finke <jens triq net>
* viewer/eog-control.c (eog_control_construct): Re-enabled the
@@ -4044,7 +4044,7 @@
* viewer/eog-image-view.c (eog_image_view_get_property_bag): Don't
ref the object before returning.
-
+
2002-01-30 Jens Finke <jens triq net>
* viewer/eog-control.c: (eog_control_create_ui),
@@ -4057,7 +4057,7 @@
* viewer/eog-image-view.c: (eog_image_view_get_property_control),
(eog_image_view_construct): Create control on demand, don't store
global pointer in the EogImageView struct.
-
+
2002-01-30 Michael Meeks <michael ximian com>
* libeog/Makefile.am (idl_flags): kill bogus -D_BONOBO_COMPILATION
@@ -4076,7 +4076,7 @@
2002-01-25 Jens Finke <jens triq net>
Clean up the references held by EogWindow.
-
+
* shell/eog-preferences.c (eog_preferences_construct): Obtain ui
container through standard bonobo_window interface.
@@ -4092,7 +4092,7 @@
without the removed global attributes.
(eog_window_get_ui_container): Removed function, use standard
bonobo_window access method instead.
-
+
2002-01-25 Jens Finke <jens triq net>
* shell/eog-window.c (verb_HelpAbout_cb): Updated authors list and
@@ -4213,7 +4213,7 @@
* libeog/ui-image[ch], image-view.[ch]: Ported to GObject type
system.
-
+
2001-12-27 Jens Finke <jens triq net>
* acconfig.h: Added #undef GETTEXT_PACKAGE
@@ -4243,7 +4243,7 @@
Ported EogWindow to the GObject based type system. Fixed warning
and error messages when quitting the program directly after
starting it.
-
+
* shell/eog-window.[ch] (verb_FileExit_cb): Free window list after
traversing.
(eog_window_get_type): Use GType type system.
@@ -4259,7 +4259,7 @@
(eog_window_construct): Don't connect to delete event. This is
already done in eog_window_class_init.
(eog_window_close): Remove window from window list.
-
+
2001-12-27 Jens Finke <jens triq net>
* shell/eog-window.c (eog_window_close): Use bonobo_main_quit
@@ -4271,7 +4271,7 @@
* shell/main.c (handle_cmdline_args): Use bonobo_main_quit instead
of gtk_main_quit.
-
+
2001-12-27 Jens Finke <jens triq net>
* shell/Makefile.am (eog_LDADD): Removed $(INTLLIBS). Link the
@@ -4285,7 +4285,7 @@
* viewer/eog-control.[ch]: Ported to the gobject type system.
(eog_control_construct): Commented out the property and zoom
interface handling. This needs more gnome2 porting.
-
+
* viewer/eog-image-view.[ch]:
* viewer/eog-image.[ch]: Ported to the gobject type system.
@@ -4301,7 +4301,7 @@
* viewer/Makefile.am: Removed the sample-container stuff.
(SOURCES): Removed the embeddable stuff for now. This needs more
porting effort due to completely new bonobo interfaces.
-
+
* viewer/eog-image-view.c:
s/bonobo_property_bag_set_value/bonobo_pbclient_set_value,
s/bonobo_property_bag_get_value/bonobo_pbclient_get_value,
@@ -4416,7 +4416,7 @@
* viewer/sample-container.c:
Initial port to GNOME2.
-
+
2001-11-28 Seth Nickell <snickell stanford edu>
* libeog/Makefile.am:
@@ -4428,7 +4428,7 @@
* libeog/ui-image.h:
Initial port to GNOME2.
-
+
2001-11-28 Seth Nickell <snickell stanford edu>
* Makefile.am:
@@ -4452,7 +4452,7 @@
* shell/eog-preferences.c: s/Bonobo_UIContainer/BonoboUIContainer,
needed due to the changes in eog_window_get_ui_container.
-
+
The eog shell should now compile and run with GNOME2.
2001-11-05 Jens Finke <jens triq net>
@@ -4475,7 +4475,7 @@
* shell/main.c: (main):
Initial port to GNOME2.
-
+
2001-09-30 Benedikt Roth <Benedikt Roth gmx net>
* viewer/GNOME_EOG.oaf.in: Removed unused duplicated file
@@ -4484,7 +4484,7 @@
* libeog/GNOME_EOG.oaf.in: Modified so "View as Embeddable EOG
Image" won't show up in nautilus
-
+
2001-09-29 Michael Meeks <michael ximian com>
* viewer/*.h: fixup trailing gunk after endifs.
@@ -4723,7 +4723,7 @@
* viewer/eog-image.c: Debugging stuff added. Don't create a new image each
time something gets loaded. Recycle an existing one.
* viewer/main.c: Debugging stuff added.
-
+
2001-07-05 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* shell/eog-window.c: Unref the old property control before
@@ -4737,7 +4737,7 @@
2001-07-03 Jens Finke <jens gnome org>
- Finally added a patch from
+ Finally added a patch from
Juan Pablo Mendoza <pablo_juan yahoo com>:
* shell/eog-window.c (eog_window_drag_data_received): Add support
@@ -4765,7 +4765,7 @@
* viewer/eog-full-screen.[c,h]: New file (resurrected from eog/src).
* viewer/Makefile.am: Add above files.
- * viewer/eog-image-view-ui.xml: Separate menus and commands. Add entry for
+ * viewer/eog-image-view-ui.xml: Separate menus and commands. Add entry for
full screen.
* viewer/eog-image-view.c: Callback for full screen. Formatting.
@@ -4776,7 +4776,7 @@
2001-06-29 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* shell/e-dialog-widgets.[c,h]:
- * shell/preferences.[c,h]:
+ * shell/preferences.[c,h]:
* shell/preferences-dialog.glade: Removed.
* shell/eog-window.c:
@@ -4792,7 +4792,7 @@
ref_count == 1 _and_ not touching it afterwards
(i.e. _not_ bonobo_object_unref). God knows why...
- [1] Using "moniker-test -c file:/path/to/file". When using eog, the
+ [1] Using "moniker-test -c file:/path/to/file". When using eog, the
eog-image-viewer will still be alive after exiting eog. This has yet
to be investigated.
@@ -4802,8 +4802,8 @@
2001-06-27 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* viewer/eog-control.c: Don't keep references to the widget (displayed by the
- control) and the image - we simply don't need them. Unref the
- image-view on destroy - we created it during construction.
+ control) and the image - we simply don't need them. Unref the
+ image-view on destroy - we created it during construction.
2001-06-27 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
@@ -4819,7 +4819,7 @@
* viewer/Makefile.am: Compile sample-container again (noinst)
* viewer/sample-container.c: Rewrite to properly clean up behind. The
- eog-image-viewer is still alive after sample-container is done,
+ eog-image-viewer is still alive after sample-container is done,
therefore the ref-leaks seem to be in the eog-image-viewer and not
in the shell.
@@ -4945,7 +4945,7 @@
(user_wants_collection),
(handle_cmdline_args): New helper functions.
(main): Improved poptContext handling use handle_cmdline_args.
-
+
2001-06-05 Federico Mena Quintero <federico ximian com>
* Makefile.am: Removed schemadir and schema_DATA since the schemas
@@ -5005,7 +5005,7 @@
to load the image.
* viewer/main.c (init_server_factory): Added gnome_vfs_init call.
-
+
2001-05-31 Jens Finke <jens gnome org>
* shell/Makefile.am (INCLUDES), (eog_LDADD): Added vfs flags.
@@ -5018,7 +5018,7 @@
2001-05-31 Jens Finke <jens gnome org>
- * shell/Makefile.am: Renamed binary from eog-shell to eog.
+ * shell/Makefile.am: Renamed binary from eog-shell to eog.
2001-05-31 Jens Finke <jens gnome org>
@@ -5058,7 +5058,7 @@
'window/status' about changed zoom factor.
(eog_image_view_construct): Connect to 'zoom_changed' signal, add
bonobo property 'window/status'.
-
+
2001-05-29 Jens Finke <jens gnome org>
* viewer/eog-image-view.c (eog_image_view_construct): Changed
@@ -5077,7 +5077,7 @@
the window title and the status message and installs listeners to
them.
(eog_window_open): Make sure the path is an absolute path.
-
+
2001-05-29 Jens Finke <jens gnome org>
* libeog/image-view.[ch]: Added new 'zoom_changed' signal.
@@ -5132,7 +5132,7 @@
* viewer/eog-image-view.c: Renamed bonobo:title property to
window_title, due to problems with the bonobo_event_make_name
function in bonobo-listener.c.
-
+
2001-05-21 Jens Finke <jens gnome org>
* viewer/eog-image.c (load_image_from_stream): Try to retrieve the
@@ -5150,7 +5150,7 @@
* viewer/eog-image.c (load_image_from_file): Initialize filename
in the Image-struct.
-
+
2001-05-21 Jens Finke <jens gnome org>
* shell/eog-window.c (title_changed_cb) New function to update the
@@ -5208,7 +5208,7 @@
gtk_widget_set_usize function and replaced it with
gtk_window_set_geometry_hints. Added window icon and allowed the
window to shrink automatically.
-
+
2001-05-18 Jens Finke <jens gnome org>
* libeog/image-view.[ch] (image_view_get_scaled_size): New
@@ -5218,7 +5218,7 @@
* libeog/ui-image.[ch] (ui_image_fit_to_screen): New function,
tries to show the whole image with zoom factor 1.0, if this
doesn't fit onto the screen, then it scales the image down.
-
+
2001-05-07 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
Reduce complexity, make Image obsolete.
@@ -5329,7 +5329,7 @@
flavours: vertical, horizontal and rectangle.
(update): Check for new global update hint
GLOBAL_LAYOUT_MODE_CHANGED.
-
+
* collection/eog_wrap_list.h: (eog_wrap_list_set_layout_mode),
(eog_wrap_list_set_background_color): New function declarations.
(EogLayoutMode): New enumeration.
@@ -5339,7 +5339,7 @@
I did the changes since 2001-04-02 on holidays in the south france
sun without internet access, so I commit these at once now. Its
likely that I forgot some minor changes.
-
+
* collection/eog-item-factory-simple.c
(eog_item_factory_simple_construct): New Function.
(eog_item_factory_simple_new): Call construct method.
@@ -5351,7 +5351,7 @@
* viewer/eog-image-view.c: Change gdouble to gint in order to get
counting of pages right.
-
+
* viewer/eog-print-setup.c: Fix typo that resulted in the wrong
image for print order.
@@ -5379,35 +5379,35 @@
* viewer/Makefile.am: Added $(GCONF_LIBS) to sample_container as I
put some gconf stuff into...
-
+
* viewer/eog-util.[ch]: Put some gconf stuff here from...
-
+
* viewer/eog-print-setup.[ch]: Give the user the option to cancel
everything. We now update the preview manually from here instead
of doing it through gconf. That makes a move away from gconf
easier.
-
+
* viewer/eog-image-view.[ch]: Use the functions in eog-util.c to
retreive the settings.
-
+
* viewer/eog-preview-page.c: If cutting help is not wanted, move
it to (0,0) where we can hide it even if the page size shrinks.
-
+
2001-04-06 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* eog-image-view.c:
* eog-preview-page.[ch]:
* eog-preview.c:
- Don't let the user specify margins that are too big for the page.
- Store margins as float (we should have done this from the beginning)
- so that unit conversions won't result in rounding errors.
+ Don't let the user specify margins that are too big for the page.
+ Store margins as float (we should have done this from the beginning)
+ so that unit conversions won't result in rounding errors.
Internally handle everything but pixmap sizes in gdouble. Get preview
and printing in sync again (not 100% done - but 99,9%...).
2001-04-05 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* viewer/eog-preview-page.c: We don't need SCALE here anywhere.
-
+
* viewer/eog-print-setup.c: Implement unit support.
2001-04-05 Jens Finke <jens gnome org>
@@ -5421,9 +5421,9 @@
(do_item_rearrangement): Traverse view_order list instead of hash
table.
(rearrange_single_item): Use GFunc like signature.
-
+
2001-04-04 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
-
+
* viewer/eog-print-setup.c: First work towards supporting
units. Not functional yet, though.
@@ -5463,7 +5463,7 @@
2001-04-02 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
- * viewer/eog-preview.c:
+ * viewer/eog-preview.c:
* viewer/eog-preview-page.[ch]:
* viewer/eog-image-view.c: Resize the pixbuf once at the
beginning. That lets us get rid of the distinction fit_to_page -
@@ -5474,9 +5474,9 @@
* viewer/eog-preview.c: Give the user the option to print a
cutting help.
-
+
* viewer/eog-preview-page.c: Show this cutting help if selected.
-
+
* viewer/eog-image-view.c: Print a warning that we havent'
implemented the printing of the cutting help yet...
@@ -5486,7 +5486,7 @@
id to canvas item and connect to 'event' signal.
(handle_item_event): Read unique id from item and propagate it
together with emmited signal.
-
+
2001-04-01 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* viewer/eog-preview-page.c: Show the margins as a red line. Red
@@ -5616,13 +5616,13 @@
2002-03-25 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
* viewer/eog-preview.[ch]: New files
-
+
* viewer/Makefile.am: Added above files and -DICONDIR=..., as we
use some icons there
-
+
* viewer/eog-image-view.c: Support for printing one image over
multiple pages. Support for range specification.
-
+
* viewer/eog-print-setup.c: Added preview. Support for print order
specification. Support for multiple pages.
@@ -5634,7 +5634,7 @@
(create_app): If we are given a parameter (== filename), load it.
2001-03-20 Lutz MÃÂller <urc8 rz uni-karlsruhe de>
-
+
* viewer/eog-print-setup.[ch]: New files
* viewer/Makefile.am: Add above files and GCONF_LIBS, as we use
@@ -5653,7 +5653,7 @@
* viewer/eog-image-view-ui.xml: Added menuitems for printing
operations.
-
+
* viewer/eog-image-view.c:
(do_print): New function, handles printing operations.
(verb_PrintPreview_cb),
@@ -5709,7 +5709,7 @@
* collection/eog-collection-view.h (_EogCollectionViewClass):
Signal 'open_uri' added.
-
+
* collection/eog_image_loader.c (real_image_loading): Removed
unneccessary io buffer initialisation. Free the buffer correctly.
@@ -5719,7 +5719,7 @@
* collection/gnome-wrap-list.h (_GnomeWrapListClass): Signal
'item_dbl_click' added.
-
+
2001-03-09 Jens Finke <jens gnome org>
* shell/eog-shell-ui.xml: Added stock pixmap to 'FileNewWindow'
@@ -5733,7 +5733,7 @@
* collection/GNOME_EOG_Collection.oafinfo: Renamed to
GNOME_EOG_Collection.oaf.in and marked strings for translation
where appropriate.
-
+
2001-03-06 Jens Finke <jens gnome org>
* shell/eog-window-c (get_dir_images) Removed.
@@ -5774,7 +5774,7 @@
EogCollectionModel instead of EogImageListModel.
(real_image_loading): Use Bonobo_Stream Objects instead of native
file operations.
-
+
* collection/eog-image-loader.h: Renamed
'IS_EOG_IMAGE_LOADER[_CLASS]' to 'EOG_IS_IMAGE_LOADER[_CLASS]' for
consistency.
@@ -5822,7 +5822,7 @@
(eog_collection_view_get_type): Replaced with
BONOBO_X_TYPE_FUNC_FULL.
(eog_collection_view_corba_object_create): Removed.
-
+
2001-02-28 Jens Finke <jens gnome org>
* libeog/: Copied cursors and stock directories from ../src.
@@ -5832,12 +5832,12 @@
2001-02-27 Jens Finke <jens gnome org>
Applied patch from Lutz Mueller <urc8 rz uni-karlsruhe de>:
-
+
* viewer/eog-control.c (eog_control_create_ui): New path for
zoom_menu.
* viewer/eog-image-view-ui.xml: Removed 'Component' placeholder.
-
+
2001-02-27 Jens Finke <jens gnome org>
Applied patch from Lutz Mueller <urc8 rz uni-karlsruhe de>:
@@ -5930,7 +5930,7 @@
* shell/e-dialog-widgets.[ch], preferences.[ch],
preferences-dialog.glade, util.[ch]: Replaced with a direct CVS
copy which has the full history.
-
+
2001-02-15 Jens Finke <jens gnome org>
* shell/eog-window.[ch]:
@@ -5961,7 +5961,7 @@
* libeog/image-view.h
(CheckType, CheckSize, ScrollType, FullScreenZoom): Moved here
from preferences.h and don't include it.
-
+
2001-02-15 Jens Finke <jens gnome org>
* idl/Eog.idl (typedef Files): Added.
@@ -5992,7 +5992,7 @@
* collection/gnome-list-view.[ch]: New files.
* collection/gnome-position-list-model.[ch]: New files.
* collection/gnome-wrap-list.[ch]: New files.
- * collection/main.c: New file.
+ * collection/main.c: New file.
2001-02-15 Martin Baulig <baulig suse de>
@@ -6229,7 +6229,7 @@
* viewer/eog-embeddable.c (eog_embeddable_add_interfaces):
Removed, use eog_util_add_interfaces() instead.
-
+
* viewer/eog-control.c (eog_control_add_interfaces): Likewise.
* viewer/eog-embeddable-view.c
@@ -6240,13 +6240,13 @@
calls eog_control_new() on the EogImage to return a new
BonoboControl and `embeddable' which does the same with
eog_embeddable_new().
-
+
* viewer/eog-image-view.c (eog_image_view_construct): Create a
BonoboItemContainer.
* viewer/eog-control.c (eog_control_construct): Pass down the
BonoboItemContainer from the EogImageView.
-
+
* viewer/eog-embeddable-view.c (eog_embeddable_view_construct):
Likewise.
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Thu Feb 19 15:01:20 2009
@@ -38,7 +38,7 @@
libjpeg installed, including the development files.
In order to make 'Eye of GNOME' work as a single instance application you'll
-need D-Bus installed in your system. You can get it from
+need D-Bus installed in your system. You can get it from
http://www.freedesktop.org/wiki/Software/dbus .
Other optional dependencies include Little cms for color management,
Modified: trunk/bindings/Makefile.am
==============================================================================
--- trunk/bindings/Makefile.am (original)
+++ trunk/bindings/Makefile.am Thu Feb 19 15:01:20 2009
@@ -1,4 +1,4 @@
-SUBDIRS =
+SUBDIRS =
if ENABLE_PYTHON
SUBDIRS += python
Modified: trunk/bindings/python/Makefile.am
==============================================================================
--- trunk/bindings/python/Makefile.am (original)
+++ trunk/bindings/python/Makefile.am Thu Feb 19 15:01:20 2009
@@ -2,7 +2,7 @@
eog.la
nodist_eog_la_SOURCES = \
- eog.c
+ eog.c
eog_la_LDFLAGS = \
-module -avoid-version
@@ -35,7 +35,7 @@
--register $(PYGTK_DEFSDIR)/gdk-types.defs \
--register $(PYGTK_DEFSDIR)/gtk-types.defs \
--override $*.override \
- --prefix py$* $(<F) ) > $@
+ --prefix py$* $(<F) ) > $@
BINDING_EOG_HEADERS_SRCDIR_IN = \
src/eog-application.h \
@@ -51,9 +51,9 @@
src/eog-list-store.h \
src/eog-job-queue.h \
src/eog-jobs.h \
- src/eog-plugin.h
+ src/eog-plugin.h
-BINDING_HEADERS_BUILDDIR_IN =
+BINDING_HEADERS_BUILDDIR_IN =
BINDING_EOG_HEADERS_SRCDIR := $(addprefix $(top_srcdir)/,$(BINDING_EOG_HEADERS_SRCDIR_IN))
Modified: trunk/bindings/python/eog.override
==============================================================================
--- trunk/bindings/python/eog.override (original)
+++ trunk/bindings/python/eog.override Thu Feb 19 15:01:20 2009
@@ -6,7 +6,7 @@
#include "eog-enum-types.h"
#include "eog-application.h"
-#include "eog-window.h"
+#include "eog-window.h"
#include "eog-dialog.h"
#include "eog-properties-dialog.h"
#include "eog-message-area.h"
@@ -19,9 +19,9 @@
#include "eog-list-store.h"
#include "eog-job-queue.h"
#include "eog-jobs.h"
-#include "eog-plugin.h"
+#include "eog-plugin.h"
-void pyeog_register_classes (PyObject *d);
+void pyeog_register_classes (PyObject *d);
void pyeog_add_constants (PyObject *module, const gchar *strip_prefix);
static PyObject *
@@ -46,7 +46,7 @@
return py_list;
}
%%
-modulename eog
+modulename eog
%%
import gtk.Widget as PyGtkWidget_Type
import gobject.GObject as PyGObject_Type
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Thu Feb 19 15:01:20 2009
@@ -57,7 +57,7 @@
fi
# ***********
-# Translation
+# Translation
# ***********
AM_GLIB_GNU_GETTEXT
@@ -78,7 +78,7 @@
GNOME_DOC_INIT
# **********
-# GNOME Libs
+# GNOME Libs
# **********
GTK_REQUIRED=2.13.1
@@ -131,7 +131,7 @@
if test "x$have_exif" = "xyes"; then
AC_CHECK_HEADER([libexif/exif-data.h],[],[have_exif=no])
fi
-fi
+fi
if test "x$have_exif" = "xyes"; then
AC_DEFINE(HAVE_EXIF, 1, [EXIF Support.])
EOG_MODULES="$EOG_MODULES libexif >= $LIBEXIF_REQUIRED"
@@ -147,7 +147,7 @@
have_lcms=no
if test x$with_cms != xno; then
PKG_CHECK_MODULES(LCMS, lcms, have_lcms=yes, have_lcms=no)
-fi
+fi
if test "x$have_lcms" = "xyes"; then
AC_DEFINE(HAVE_LCMS, 1, [Little CMS Support.])
EOG_MODULES="$EOG_MODULES lcms"
@@ -161,14 +161,14 @@
have_exempi=no
if test x$with_xmp != xno; then
PKG_CHECK_MODULES(EXEMPI, exempi-2.0 >= $EXEMPI_REQUIRED, have_exempi=yes, have_exempi=no)
-fi
+fi
if test "x$have_exempi" = "xyes"; then
AC_DEFINE(HAVE_EXEMPI,1, [XMP support.])
EOG_MODULES="$EOG_MODULES exempi-2.0 >= $EXEMPI_REQUIRED"
fi
AM_CONDITIONAL([HAVE_EXEMPI], [test "x$have_exempi" = "xyes"])
-
+
# Build EXIF-related documentation if we really have support for it
if test "x$have_exif" = "xyes" || test "x$have_exempi" = "xyes"; then
EOG_DOC_EXIF_START=""
@@ -207,7 +207,7 @@
LIBJPEG='-ljpeg'
AC_DEFINE(HAVE_JPEG, 1, [Jpeg Support.])
AC_DEFINE(HAVE_LIBJPEG, 1, [libjpeg is Present.])
- AC_CHECK_LIB(jpeg, jpeg_simple_progression,
+ AC_CHECK_LIB(jpeg, jpeg_simple_progression,
AC_DEFINE(HAVE_PROGRESSIVE_JPEG, 1, [Jpeg Progressive Saving Support.]),
AC_MSG_WARN(JPEG library does not support progressive saving.))
else
@@ -218,7 +218,7 @@
if test x$with_libjpeg != xno && test -z "$LIBJPEG"; then
AC_MSG_ERROR([
-*** Checks for JPEG loader failed. You can build without it by passing
+*** Checks for JPEG loader failed. You can build without it by passing
*** --without-libjpeg to configure but some programs using GTK+ may
*** not work properly])
fi
@@ -241,7 +241,7 @@
if test x$DBUS_BINDING_TOOL = "xno" ; then
AC_MSG_ERROR([dbus-binding-tool executable not found in your path - should be installed with dbus glib bindings])
- fi
+ fi
AC_DEFINE(HAVE_DBUS, 1, [DBUS based activation.])
EOG_MODULES="$EOG_MODULES dbus-glib-1 >= $DBUS_GLIB_REQUIRED"
@@ -265,7 +265,7 @@
AC_SUBST(EOG_LIBS)
# *****
-# GConf
+# GConf
# *****
AM_GCONF_SOURCE_2
@@ -283,7 +283,7 @@
AC_CHECK_HEADERS(X11/Sunkeysym.h, AC_DEFINE(HAVE_SUNKEYSYM_H, 1, [Sun Keyboard Support]))
# **************
-# Python Support
+# Python Support
# **************
AC_MSG_CHECKING([whether Python support is requested])
@@ -333,7 +333,7 @@
PYGTK_REQUIRED=2.13.0
PKG_CHECK_MODULES([PYGTK], [
- pygobject-2.0 >= $PYGOBJECT_REQUIRED
+ pygobject-2.0 >= $PYGOBJECT_REQUIRED
pygtk-2.0 >= $PYGTK_REQUIRED],
[],
[
@@ -443,7 +443,7 @@
Configure summary:
Source code location .......: ${srcdir}
- Compiler ...................: ${CC}
+ Compiler ...................: ${CC}
Extra Compiler Warnings ....: ${WARN_CFLAGS}
Python support .............: ${have_python}
Modified: trunk/cut-n-paste/toolbar-editor/Makefile.am
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/Makefile.am (original)
+++ trunk/cut-n-paste/toolbar-editor/Makefile.am Thu Feb 19 15:01:20 2009
@@ -17,7 +17,7 @@
libtoolbareditor_la_SOURCES = \
$(BUILT_SOURCES) \
$(EGGSOURCES) \
- $(EGGHEADERS)
+ $(EGGHEADERS)
libtoolbareditor_la_CPPFLAGS = \
-I$(top_builddir)/lib/egg \
Modified: trunk/cut-n-paste/toolbar-editor/egg-editable-toolbar.c
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/egg-editable-toolbar.c (original)
+++ trunk/cut-n-paste/toolbar-editor/egg-editable-toolbar.c Thu Feb 19 15:01:20 2009
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: egg-editable-toolbar.c 925 2009-01-23 17:58:16Z xan $
+ * $Id: egg-editable-toolbar.c 929 2009-02-19 14:49:56Z friemann $
*/
#include "config.h"
@@ -66,10 +66,10 @@
guint edit_mode;
gboolean save_hidden;
GtkWidget *fixed_toolbar;
-
+
GtkWidget *selected;
GtkActionGroup *actions;
-
+
guint visibility_id;
GList *visibility_paths;
GPtrArray *visibility_actions;
@@ -197,12 +197,12 @@
{
GtkAction *action;
gint flags;
-
+
gtk_widget_hide (widget);
action = gtk_widget_get_action (widget);
if (action == NULL) return;
-
+
flags = egg_toolbars_model_get_name_flags (etoolbar->priv->model,
gtk_action_get_name (action));
if (!(flags & EGG_TB_MODEL_NAME_INFINITE))
@@ -221,14 +221,14 @@
{
GtkAction *action;
gint flags;
-
+
if (gtk_widget_get_parent (widget) != NULL)
{
gtk_widget_show (widget);
action = gtk_widget_get_action (widget);
if (action == NULL) return;
-
+
flags = egg_toolbars_model_get_name_flags (etoolbar->priv->model,
gtk_action_get_name (action));
if (!(flags & EGG_TB_MODEL_NAME_INFINITE))
@@ -255,14 +255,14 @@
g_return_if_fail (EGG_IS_EDITABLE_TOOLBAR (etoolbar));
model = egg_editable_toolbar_get_model (etoolbar);
-
+
name = g_object_get_data (G_OBJECT (widget), EGG_ITEM_NAME);
if (name == NULL)
{
name = g_object_get_data (G_OBJECT (gtk_widget_get_parent (widget)), EGG_ITEM_NAME);
g_return_if_fail (name != NULL);
}
-
+
data = egg_toolbars_model_get_data (model, selection_data->target, name);
if (data != NULL)
{
@@ -288,7 +288,7 @@
gdk_event_get_state (realevent, &event.state);
gdk_event_get_coords (realevent, &event.x, &event.y);
gdk_event_get_root_coords (realevent, &event.x_root, &event.y_root);
-
+
gtk_drag_begin (toolitem, list, GDK_ACTION_MOVE, 1, (GdkEvent *)&event);
gtk_target_list_unref (list);
}
@@ -299,9 +299,9 @@
{
GtkWidget *toolitem = gtk_widget_get_ancestor (egg_editable_toolbar_get_selected (etoolbar), GTK_TYPE_TOOL_ITEM);
int pos, toolbar_pos;
-
+
toolbar_pos = get_toolbar_position (etoolbar, toolitem->parent);
- pos = gtk_toolbar_get_item_index (GTK_TOOLBAR (toolitem->parent),
+ pos = gtk_toolbar_get_item_index (GTK_TOOLBAR (toolitem->parent),
GTK_TOOL_ITEM (toolitem));
egg_toolbars_model_remove_item (etoolbar->priv->model,
@@ -343,11 +343,11 @@
if (etoolbar->priv->popup_path != NULL)
{
GtkMenu *menu;
-
+
egg_editable_toolbar_set_selected (etoolbar, toolbar);
g_object_notify (G_OBJECT (etoolbar), "selected");
-
- menu = GTK_MENU (gtk_ui_manager_get_widget (etoolbar->priv->manager,
+
+ menu = GTK_MENU (gtk_ui_manager_get_widget (etoolbar->priv->manager,
etoolbar->priv->popup_path));
g_return_if_fail (menu != NULL);
gtk_menu_popup (menu, NULL, NULL, NULL, NULL, button_number, gtk_get_current_event_time ());
@@ -365,21 +365,21 @@
if (event->button == 3 && etoolbar->priv->popup_path != NULL)
{
GtkMenu *menu;
-
+
egg_editable_toolbar_set_selected (etoolbar, widget);
g_object_notify (G_OBJECT (etoolbar), "selected");
-
- menu = GTK_MENU (gtk_ui_manager_get_widget (etoolbar->priv->manager,
+
+ menu = GTK_MENU (gtk_ui_manager_get_widget (etoolbar->priv->manager,
etoolbar->priv->popup_path));
g_return_val_if_fail (menu != NULL, FALSE);
gtk_menu_popup (menu, NULL, NULL, NULL, NULL, event->button, event->time);
g_signal_connect_object (menu, "selection-done",
G_CALLBACK (popup_context_deactivate),
etoolbar, 0);
-
+
return TRUE;
}
-
+
return FALSE;
}
@@ -388,19 +388,19 @@
{
GtkAction *action;
char *name;
-
+
name = g_object_get_data (G_OBJECT (item), EGG_ITEM_NAME);
action = name ? find_action (etoolbar, name) : NULL;
-
+
if (action)
{
g_object_notify (G_OBJECT (action), "sensitive");
}
gtk_tool_item_set_use_drag_window (item,
- (etoolbar->priv->edit_mode > 0) ||
+ (etoolbar->priv->edit_mode > 0) ||
GTK_IS_SEPARATOR_TOOL_ITEM (item));
-
+
}
static void
@@ -419,7 +419,7 @@
GdkPixbuf *pixbuf = NULL;
screen = gtk_widget_get_screen (GTK_WIDGET (etoolbar));
-
+
cursor = gdk_cursor_new_for_display (gdk_screen_get_display (screen),
GDK_HAND2);
gdk_window_set_cursor (widget->window, cursor);
@@ -470,7 +470,7 @@
MIN (width, height), 0, NULL);
}
else if (stock_id)
- {
+ {
pixbuf = gtk_widget_render_icon (widget, stock_id,
GTK_ICON_SIZE_LARGE_TOOLBAR, NULL);
}
@@ -498,7 +498,7 @@
configure_item_tooltip (GtkToolItem *item)
{
GtkAction *action = gtk_widget_get_action (GTK_WIDGET (item));
-
+
if (action != NULL)
{
g_object_notify (G_OBJECT (action), "tooltip");
@@ -519,19 +519,19 @@
if (GTK_IS_TOOL_ITEM (proxy))
{
g_signal_connect_object (proxy, "drag_begin",
- G_CALLBACK (drag_begin_cb),
+ G_CALLBACK (drag_begin_cb),
etoolbar, 0);
g_signal_connect_object (proxy, "drag_end",
G_CALLBACK (drag_end_cb),
etoolbar, 0);
g_signal_connect_object (proxy, "drag_data_get",
- G_CALLBACK (drag_data_get_cb),
+ G_CALLBACK (drag_data_get_cb),
etoolbar, 0);
g_signal_connect_object (proxy, "drag_data_delete",
G_CALLBACK (drag_data_delete_cb),
etoolbar, 0);
}
-
+
if (GTK_IS_BUTTON (proxy) || GTK_IS_TOOL_ITEM (proxy))
{
g_signal_connect_object (proxy, "button-press-event",
@@ -541,7 +541,7 @@
}
static void
-action_sensitive_cb (GtkAction *action,
+action_sensitive_cb (GtkAction *action,
GParamSpec *pspec,
GtkToolItem *item)
{
@@ -561,7 +561,7 @@
GtkToolItem *item;
g_return_val_if_fail (name != NULL, NULL);
-
+
if (strcmp (name, "_separator") == 0)
{
item = gtk_separator_tool_item_new ();
@@ -570,7 +570,7 @@
{
GtkAction *action = find_action (etoolbar, name);
if (action == NULL) return NULL;
-
+
item = GTK_TOOL_ITEM (gtk_action_create_tool_item (action));
/* Normally done on-demand by the GtkUIManager, but no
@@ -578,7 +578,7 @@
*/
gtk_action_set_accel_group
(action, gtk_ui_manager_get_accel_group(etoolbar->priv->manager));
-
+
g_signal_connect_object (action, "notify::sensitive",
G_CALLBACK (action_sensitive_cb), item, 0);
}
@@ -586,8 +586,8 @@
gtk_widget_show (GTK_WIDGET (item));
g_object_set_data_full (G_OBJECT (item), EGG_ITEM_NAME,
- g_strdup (name), g_free);
-
+ g_strdup (name), g_free);
+
return item;
}
@@ -628,11 +628,11 @@
GdkAtom type = selection_data->type;
const char *data = (char *)selection_data->data;
-
+
int ipos = -1;
char *name = NULL;
gboolean used = FALSE;
-
+
/* Find out where the drop is occuring, and the name of what is being dropped. */
if (selection_data->length >= 0)
{
@@ -648,7 +648,7 @@
if (etoolbar->priv->dnd_pending > 0)
{
etoolbar->priv->dnd_pending--;
-
+
if (name != NULL && etoolbar->priv->dnd_toolbar == toolbar && !used)
{
etoolbar->priv->dnd_toolitem = create_item_from_action (etoolbar, name);
@@ -661,13 +661,13 @@
gtk_toolbar_set_drop_highlight_item (toolbar, NULL, 0);
etoolbar->priv->dnd_toolbar = NULL;
etoolbar->priv->dnd_toolitem = NULL;
-
+
/* If we don't have a name to use yet, try to create one. */
if (name == NULL && selection_data->length >= 0)
{
name = egg_toolbars_model_get_name (etoolbar->priv->model, type, data, TRUE);
}
-
+
if (name != NULL && !used)
{
gint tpos = get_toolbar_position (etoolbar, GTK_WIDGET (toolbar));
@@ -675,11 +675,11 @@
gtk_drag_finish (context, TRUE, context->action == GDK_ACTION_MOVE, time);
}
else
- {
+ {
gtk_drag_finish (context, FALSE, context->action == GDK_ACTION_MOVE, time);
}
}
-
+
g_free (name);
}
@@ -699,7 +699,7 @@
gtk_drag_get_data (GTK_WIDGET (toolbar), context, target, time);
return TRUE;
}
-
+
return FALSE;
}
@@ -726,7 +726,7 @@
etoolbar->priv->dnd_pending++;
gtk_drag_get_data (GTK_WIDGET (toolbar), context, target, time);
}
-
+
/* If a highlight item is available, use it. */
else if (etoolbar->priv->dnd_toolitem)
{
@@ -768,7 +768,7 @@
gtk_drag_dest_set (GTK_WIDGET (toolbar), 0,
dest_drag_types, G_N_ELEMENTS (dest_drag_types),
GDK_ACTION_MOVE | GDK_ACTION_COPY);
-
+
/* Add any specialist drag-drop abilities. */
targets = gtk_drag_dest_get_target_list (GTK_WIDGET (toolbar));
list = egg_toolbars_model_get_types (etoolbar->priv->model);
@@ -790,15 +790,15 @@
EggTbModelFlags flags;
gboolean visible;
gint i;
-
+
visible = gtk_toggle_action_get_active (action);
for (i = 0; i < priv->visibility_actions->len; i++)
if (g_ptr_array_index (priv->visibility_actions, i) == action)
break;
-
+
g_return_if_fail (i < priv->visibility_actions->len);
-
- dock = get_dock_nth (etoolbar, i);
+
+ dock = get_dock_nth (etoolbar, i);
if (visible)
{
gtk_widget_show (dock);
@@ -807,11 +807,11 @@
{
gtk_widget_hide (dock);
}
-
+
if (priv->save_hidden)
- {
+ {
flags = egg_toolbars_model_get_flags (priv->model, i);
-
+
if (visible)
{
flags &= ~(EGG_TB_MODEL_HIDDEN);
@@ -820,7 +820,7 @@
{
flags |= (EGG_TB_MODEL_HIDDEN);
}
-
+
egg_toolbars_model_set_flags (priv->model, i, flags);
}
}
@@ -836,8 +836,8 @@
gboolean showing;
char action_name[40];
char *action_label;
- char *tmp;
-
+ char *tmp;
+
if (priv == NULL || priv->model == NULL || priv->manager == NULL ||
priv->visibility_paths == NULL || priv->actions == NULL)
{
@@ -848,16 +848,16 @@
{
priv->visibility_actions = g_ptr_array_new ();
}
-
+
if (priv->visibility_id != 0)
{
gtk_ui_manager_remove_ui (priv->manager, priv->visibility_id);
- }
-
+ }
+
priv->visibility_id = gtk_ui_manager_new_merge_id (priv->manager);
-
+
showing = GTK_WIDGET_VISIBLE (etoolbar);
-
+
n_toolbars = egg_toolbars_model_n_toolbars (priv->model);
for (i = 0; i < n_toolbars; i++)
{
@@ -899,7 +899,7 @@
{
g_string_append (string, " ...");
}
-
+
tmp = g_string_free (string, FALSE);
for (j = 0, k = 0; tmp[j]; j++)
{
@@ -917,9 +917,9 @@
* please remove. */
action_label = g_strdup_printf (_("Show â_%sâ"), tmp);
g_free (tmp);
-
+
sprintf(action_name, "ToolbarToggle%d", i);
-
+
if (i >= priv->visibility_actions->len)
{
action = gtk_toggle_action_new (action_name, action_label, NULL, NULL);
@@ -935,24 +935,24 @@
g_object_set (action, "label", action_label, NULL);
}
- gtk_action_set_visible (GTK_ACTION (action), (egg_toolbars_model_get_flags (priv->model, i)
+ gtk_action_set_visible (GTK_ACTION (action), (egg_toolbars_model_get_flags (priv->model, i)
& EGG_TB_MODEL_NOT_REMOVABLE) == 0);
gtk_action_set_sensitive (GTK_ACTION (action), showing);
gtk_toggle_action_set_active (action, GTK_WIDGET_VISIBLE
(get_dock_nth (etoolbar, i)));
-
+
for (list = priv->visibility_paths; list != NULL; list = g_list_next (list))
{
gtk_ui_manager_add_ui (priv->manager, priv->visibility_id,
(const char *)list->data, action_name, action_name,
GTK_UI_MANAGER_MENUITEM, FALSE);
}
-
+
g_free (action_label);
}
-
+
gtk_ui_manager_ensure_update (priv->manager);
-
+
while (i < priv->visibility_actions->len)
{
action = g_ptr_array_index (priv->visibility_actions, i);
@@ -975,7 +975,7 @@
gtk_box_pack_start (GTK_BOX (hbox), toolbar, TRUE, TRUE, 0);
g_signal_connect (toolbar, "drag_drop",
- G_CALLBACK (toolbar_drag_drop_cb), etoolbar);
+ G_CALLBACK (toolbar_drag_drop_cb), etoolbar);
g_signal_connect (toolbar, "drag_motion",
G_CALLBACK (toolbar_drag_motion_cb), etoolbar);
g_signal_connect (toolbar, "drag_leave",
@@ -987,7 +987,7 @@
G_CALLBACK (popup_context_menu_cb), etoolbar);
configure_drag_dest (etoolbar, GTK_TOOLBAR (toolbar));
-
+
return hbox;
}
@@ -1082,7 +1082,7 @@
gtk_box_pack_end (GTK_BOX (dock), toolbar, FALSE, TRUE, 0);
gtk_widget_show (toolbar);
-
+
gtk_widget_set_size_request (dock, -1, -1);
gtk_widget_queue_resize_no_redraw (dock);
}
@@ -1106,7 +1106,7 @@
gtk_box_reorder_child (GTK_BOX (etoolbar), dock, position);
gtk_widget_show_all (dock);
-
+
update_fixed (etoolbar);
toolbar_visibility_refresh (etoolbar);
@@ -1128,7 +1128,7 @@
gtk_widget_destroy (dock);
update_fixed (etoolbar);
-
+
toolbar_visibility_refresh (etoolbar);
}
@@ -1145,14 +1145,14 @@
toolbar = get_toolbar_nth (etoolbar, tpos);
item = create_item_from_position (etoolbar, tpos, ipos);
if (item == NULL) return;
-
+
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, ipos);
-
+
connect_widget_signals (GTK_WIDGET (item), etoolbar);
configure_item_tooltip (item);
configure_item_cursor (item, etoolbar);
configure_item_sensitivity (item, etoolbar);
-
+
dock = get_dock_nth (etoolbar, tpos);
gtk_widget_set_size_request (dock, -1, -1);
gtk_widget_queue_resize_no_redraw (dock);
@@ -1167,7 +1167,7 @@
EggEditableToolbar *etoolbar)
{
EggEditableToolbarPrivate *priv = etoolbar->priv;
-
+
GtkWidget *toolbar;
GtkWidget *item;
@@ -1216,7 +1216,7 @@
if (item)
{
gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, l);
-
+
connect_widget_signals (GTK_WIDGET (item), etoolbar);
configure_item_tooltip (item);
configure_item_sensitivity (item, etoolbar);
@@ -1322,7 +1322,7 @@
priv = etoolbar->priv = EGG_EDITABLE_TOOLBAR_GET_PRIVATE (etoolbar);
priv->save_hidden = TRUE;
-
+
g_signal_connect (etoolbar, "notify::visible",
G_CALLBACK (toolbar_visibility_refresh), NULL);
}
@@ -1385,7 +1385,7 @@
{ "RemoveToolbar", GTK_STOCK_DELETE, N_("_Delete Toolbar"), NULL,
N_("Remove the selected toolbar"), G_CALLBACK (remove_toolbar_cb) },
};
-
+
etoolbar->priv->manager = g_object_ref (manager);
etoolbar->priv->actions = gtk_action_group_new ("ToolbarActions");
@@ -1411,10 +1411,10 @@
gboolean editable;
etoolbar->priv->selected = widget;
-
+
toolbar = (widget != NULL) ? gtk_widget_get_ancestor (widget, GTK_TYPE_TOOLBAR) : NULL;
toolitem = (widget != NULL) ? gtk_widget_get_ancestor (widget, GTK_TYPE_TOOL_ITEM) : NULL;
-
+
if(toolbar != NULL)
{
gint tpos = get_toolbar_position (etoolbar, toolbar);
@@ -1424,7 +1424,7 @@
{
editable = FALSE;
}
-
+
gtk_action_set_visible (find_action (etoolbar, "RemoveToolbar"), (toolbar != NULL) && (etoolbar->priv->edit_mode > 0));
gtk_action_set_visible (find_action (etoolbar, "RemoveToolItem"), (toolitem != NULL) && editable);
gtk_action_set_visible (find_action (etoolbar, "MoveToolItem"), (toolitem != NULL) && editable);
@@ -1448,13 +1448,13 @@
priv->edit_mode--;
}
i *= priv->edit_mode;
-
+
if (i == 0)
{
for (i = get_n_toolbars (etoolbar)-1; i >= 0; i--)
{
GtkWidget *toolbar;
-
+
toolbar = get_toolbar_nth (etoolbar, i);
n_items = gtk_toolbar_get_n_items (GTK_TOOLBAR (toolbar));
@@ -1463,13 +1463,13 @@
egg_toolbars_model_remove_toolbar (priv->model, i);
}
else
- {
+ {
for (l = 0; l < n_items; l++)
{
GtkToolItem *item;
-
+
item = gtk_toolbar_get_nth_item (GTK_TOOLBAR (toolbar), l);
-
+
configure_item_cursor (item, etoolbar);
configure_item_sensitivity (item, etoolbar);
}
@@ -1755,14 +1755,14 @@
if (!gtk_icon_size_lookup_for_settings (gtk_settings_get_for_screen (screen),
GTK_ICON_SIZE_LARGE_TOOLBAR,
- NULL,
+ NULL,
&icon_height))
{
icon_height = DEFAULT_ICON_HEIGHT;
}
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
-
+
gtk_container_add (GTK_CONTAINER (window), widget);
gtk_widget_realize (window);
gtk_widget_show (widget);
@@ -1784,7 +1784,7 @@
allocation.height = icon_height;
gtk_widget_size_allocate (window, &allocation);
gtk_widget_size_request (window, &requisition);
-
+
/* Create a pixmap */
visual = gtk_widget_get_visual (window);
pixmap = gdk_pixmap_new (NULL, icon_width, icon_height, visual->depth);
@@ -1794,10 +1794,10 @@
gtk_widget_ensure_style (window);
g_assert (window->style);
g_assert (window->style->font_desc);
-
+
fake_expose_widget (window, pixmap);
fake_expose_widget (widget, pixmap);
-
+
pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8, icon_width, icon_height);
gdk_pixbuf_get_from_drawable (pixbuf, pixmap, NULL, 0, 0, 0, 0, icon_width, icon_height);
Modified: trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c (original)
+++ trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c Thu Feb 19 15:01:20 2009
@@ -15,7 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: egg-toolbar-editor.c 891 2008-08-08 21:14:52Z friemann $
+ * $Id: egg-toolbar-editor.c 929 2009-02-19 14:49:56Z friemann $
*/
#include "config.h"
@@ -84,7 +84,7 @@
"egg-collate-key");
char *key2 = g_object_get_data (G_OBJECT (item2),
"egg-collate-key");
-
+
return strcmp (key1, key2);
}
@@ -178,14 +178,14 @@
if (G_UNLIKELY (priv->model == model)) return;
egg_toolbar_editor_disconnect_model (t);
- g_object_unref (priv->model);
+ g_object_unref (priv->model);
}
priv->model = g_object_ref (model);
update_editor_sheet (t);
-
- priv->sig_handlers[SIGNAL_HANDLER_ITEM_ADDED] =
+
+ priv->sig_handlers[SIGNAL_HANDLER_ITEM_ADDED] =
g_signal_connect_object (model, "item_added",
G_CALLBACK (item_added_or_removed_cb), t, 0);
priv->sig_handlers[SIGNAL_HANDLER_ITEM_REMOVED] =
@@ -321,7 +321,7 @@
target = g_object_get_data (G_OBJECT (widget), "egg-item-name");
g_return_if_fail (target != NULL);
-
+
gtk_selection_data_set (selection_data, selection_data->target, 8,
(const guchar *) target, strlen (target));
}
@@ -357,9 +357,9 @@
{
GdkCursor *cursor;
GdkScreen *screen;
-
+
screen = gtk_widget_get_screen (widget);
-
+
cursor = gdk_cursor_new_for_display (gdk_screen_get_display (screen),
GDK_HAND2);
gdk_window_set_cursor (widget->window, cursor);
@@ -476,16 +476,16 @@
const char *item_name;
char *short_label;
const char *collate_key;
-
+
if (strcmp (name, "_separator") == 0)
{
GtkWidget *icon;
-
+
icon = _egg_editable_toolbar_new_separator_image ();
short_label = _("Separator");
item_name = g_strdup (name);
collate_key = g_utf8_collate_key (short_label, -1);
- item = editor_create_item (editor, GTK_IMAGE (icon),
+ item = editor_create_item (editor, GTK_IMAGE (icon),
short_label, drag_action);
}
else
@@ -493,7 +493,7 @@
GtkAction *action;
GtkWidget *icon;
char *stock_id, *icon_name = NULL;
-
+
action = find_action (editor, name);
g_return_val_if_fail (action != NULL, NULL);
@@ -520,12 +520,12 @@
g_free (stock_id);
g_free (icon_name);
}
-
+
g_object_set_data_full (G_OBJECT (item), "egg-collate-key",
(gpointer) collate_key, g_free);
g_object_set_data_full (G_OBJECT (item), "egg-item-name",
(gpointer) item_name, g_free);
-
+
return item;
}
@@ -537,10 +537,10 @@
gint x = 0, height;
GtkWidget *alignment;
GtkWidget *item;
-
+
height = g_list_length (items) / width + 1;
gtk_table_resize (table, height, width);
-
+
if (y > 0)
{
item = gtk_hseparator_new ();
@@ -548,10 +548,10 @@
gtk_container_add (GTK_CONTAINER (alignment), item);
gtk_widget_show (alignment);
gtk_widget_show (item);
-
+
gtk_table_attach_defaults (table, alignment, 0, width, y-1, y+1);
}
-
+
for (; items != NULL; items = items->next)
{
item = items->data;
@@ -559,7 +559,7 @@
gtk_container_add (GTK_CONTAINER (alignment), item);
gtk_widget_show (alignment);
gtk_widget_show (item);
-
+
if (x >= width)
{
x = 0;
@@ -568,7 +568,7 @@
gtk_table_attach_defaults (table, alignment, x, x+1, y, y+1);
x++;
}
-
+
y++;
}
return y;
@@ -584,7 +584,7 @@
GtkWidget *viewport;
g_return_if_fail (EGG_IS_TOOLBAR_EDITOR (editor));
-
+
/* Create new table. */
table = gtk_table_new (0, 0, TRUE);
editor->priv->table = table;
@@ -594,7 +594,7 @@
gtk_drag_dest_set (table, GTK_DEST_DEFAULT_ALL,
dest_drag_types, G_N_ELEMENTS (dest_drag_types),
GDK_ACTION_MOVE | GDK_ACTION_COPY);
-
+
/* Build two lists of items (one for copying, one for moving). */
items = egg_toolbars_model_get_name_avail (editor->priv->model);
while (items->len > 0)
@@ -602,10 +602,10 @@
GtkWidget *item;
const char *name;
gint flags;
-
+
name = g_ptr_array_index (items, 0);
g_ptr_array_remove_index_fast (items, 0);
-
+
flags = egg_toolbars_model_get_name_flags (editor->priv->model, name);
if ((flags & EGG_TB_MODEL_NAME_INFINITE) == 0)
{
@@ -625,11 +625,11 @@
y = 0;
y = append_table (GTK_TABLE (table), to_move, y, 4);
y = append_table (GTK_TABLE (table), to_copy, y, 4);
-
+
g_list_free (to_move);
g_list_free (to_copy);
g_ptr_array_free (items, TRUE);
-
+
/* Delete old table. */
viewport = GTK_BIN (editor->priv->scrolled_window)->child;
if (viewport)
@@ -637,7 +637,7 @@
gtk_container_remove (GTK_CONTAINER (viewport),
GTK_BIN (viewport)->child);
}
-
+
/* Add table to window. */
gtk_scrolled_window_add_with_viewport
(GTK_SCROLLED_WINDOW (editor->priv->scrolled_window), table);
Modified: trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.c
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.c (original)
+++ trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.c Thu Feb 19 15:01:20 2009
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: egg-toolbars-model.c 891 2008-08-08 21:14:52Z friemann $
+ * $Id: egg-toolbars-model.c 929 2009-02-19 14:49:56Z friemann $
*/
#include "config.h"
@@ -103,7 +103,7 @@
node = xmlNewChild (tnode, NULL, (const xmlChar*) "separator", NULL);
continue;
}
-
+
node = xmlNewChild (tnode, NULL, (const xmlChar*) "toolitem", NULL);
xmlSetProp (node, (const xmlChar*) "name", (const xmlChar*) item->name);
@@ -116,13 +116,13 @@
{
xmlNodePtr dnode;
char *tmp;
-
+
tmp = type->get_data (type, item->name);
if (tmp != NULL)
{
dnode = xmlNewTextChild (node, NULL, (const xmlChar*) "data", (const xmlChar*) tmp);
g_free (tmp);
-
+
tmp = gdk_atom_name (type->type);
xmlSetProp (dnode, (const xmlChar*) "type", (const xmlChar*) tmp);
g_free (tmp);
@@ -214,8 +214,8 @@
{
EggToolbarsItem *idata2;
GNode *toolbar, *item;
-
-
+
+
for(toolbar = g_node_first_child (model->priv->toolbars);
toolbar != NULL; toolbar = g_node_next_sibling (toolbar))
{
@@ -223,14 +223,14 @@
item != NULL; item = g_node_next_sibling (item))
{
idata2 = item->data;
-
+
if (idata != idata2 && strcmp (idata->name, idata2->name) == 0)
{
return FALSE;
}
}
}
-
+
return TRUE;
}
@@ -291,7 +291,7 @@
g_node_children_foreach (toolbar_node, G_TRAVERSE_ALL,
(GNodeForeachFunc) item_node_free, model);
-
+
g_free (toolbar->name);
g_free (toolbar);
@@ -341,14 +341,14 @@
EggToolbarsItemType *t;
char *data = NULL;
GList *l;
-
+
if (type == GDK_NONE || type == gdk_atom_intern (EGG_TOOLBAR_ITEM_TYPE, FALSE))
{
g_return_val_if_fail (name != NULL, NULL);
g_return_val_if_fail (*name != 0, NULL);
return strdup (name);
}
-
+
for (l = model->priv->types; l != NULL; l = l->next)
{
t = l->data;
@@ -358,7 +358,7 @@
if (data != NULL) break;
}
}
-
+
return data;
}
@@ -371,14 +371,14 @@
EggToolbarsItemType *t;
char *name = NULL;
GList *l;
-
+
if (type == GDK_NONE || type == gdk_atom_intern (EGG_TOOLBAR_ITEM_TYPE, FALSE))
{
g_return_val_if_fail (data, NULL);
g_return_val_if_fail (*data, NULL);
return strdup (data);
}
-
+
if (create)
{
for (l = model->priv->types; name == NULL && l != NULL; l = l->next)
@@ -387,7 +387,7 @@
if (t->type == type && t->new_name != NULL)
name = t->new_name (t, data);
}
-
+
return name;
}
else
@@ -398,9 +398,9 @@
if (t->type == type && t->get_name != NULL)
name = t->get_name (t, data);
}
-
+
return name;
- }
+ }
}
static gboolean
@@ -471,20 +471,20 @@
{
xmlChar *type = xmlGetProp (child, (const xmlChar*) "type");
xmlChar *data = xmlNodeGetContent (child);
-
+
if (type != NULL)
{
GdkAtom atom = gdk_atom_intern ((const char*) type, TRUE);
name = egg_toolbars_model_get_name (model, atom, (const char*) data, create);
}
-
+
xmlFree (type);
xmlFree (data);
}
-
+
child = child->next;
}
-
+
return name;
}
@@ -506,25 +506,25 @@
{
name = parse_data_list (model, child->children, TRUE);
}
-
+
/* If that fails, try to use the name. */
if (name == NULL)
{
xmlChar *type = xmlGetProp (child, (const xmlChar*) "type");
xmlChar *data = xmlGetProp (child, (const xmlChar*) "name");
GdkAtom atom = type ? gdk_atom_intern ((const char*) type, TRUE) : GDK_NONE;
-
+
/* If an old format, try to use it. */
name = egg_toolbars_model_get_name (model, atom, (const char*) data, FALSE);
if (name == NULL)
{
name = egg_toolbars_model_get_name (model, atom, (const char*) data, TRUE);
}
-
+
xmlFree (type);
xmlFree (data);
}
-
+
if (name != NULL)
{
egg_toolbars_model_add_item (model, position, -1, name);
@@ -573,7 +573,7 @@
xmlFree (string);
egg_toolbars_model_set_flags (model, position, flags);
-
+
parse_item_list (model, child->children, position);
}
@@ -612,7 +612,7 @@
xmlNodePtr child)
{
gint flags;
-
+
while (child)
{
if (xmlStrEqual (child->name, (const xmlChar*) "toolitem"))
@@ -730,7 +730,7 @@
model->priv->toolbars = g_node_new (NULL);
model->priv->flags = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
- egg_toolbars_model_set_name_flags (model, "_separator",
+ egg_toolbars_model_set_name_flags (model, "_separator",
EGG_TB_MODEL_NAME_KNOWN |
EGG_TB_MODEL_NAME_INFINITE);
}
@@ -839,22 +839,22 @@
int tpos, ipos;
g_return_if_fail (EGG_IS_TOOLBARS_MODEL (model));
-
+
toolbar = g_node_first_child (model->priv->toolbars);
tpos = 0;
-
+
while (toolbar != NULL)
{
item = g_node_first_child (toolbar);
ipos = 0;
-
+
/* Don't delete toolbars that were already empty */
if (item == NULL)
{
toolbar = g_node_next_sibling (toolbar);
continue;
}
-
+
while (item != NULL)
{
next = g_node_next_sibling (item);
@@ -870,10 +870,10 @@
{
ipos++;
}
-
+
item = next;
}
-
+
next = g_node_next_sibling (toolbar);
tdata = toolbar->data;
if (!(tdata->flags & EGG_TB_MODEL_NOT_REMOVABLE) &&
@@ -889,7 +889,7 @@
{
tpos++;
}
-
+
toolbar = next;
}
}
Modified: trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.h
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.h (original)
+++ trunk/cut-n-paste/toolbar-editor/egg-toolbars-model.h Thu Feb 19 15:01:20 2009
@@ -14,8 +14,8 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- * $Id: egg-toolbars-model.h 891 2008-08-08 21:14:52Z friemann $
+ *
+ * $Id: egg-toolbars-model.h 929 2009-02-19 14:49:56Z friemann $
*/
#ifndef EGG_TOOLBARS_MODEL_H
@@ -98,19 +98,19 @@
struct EggToolbarsItemType
{
GdkAtom type;
-
+
gboolean (* has_data) (EggToolbarsItemType *type,
const char *name);
char * (* get_data) (EggToolbarsItemType *type,
const char *name);
-
+
char * (* new_name) (EggToolbarsItemType *type,
const char *data);
char * (* get_name) (EggToolbarsItemType *type,
const char *data);
};
-GType egg_toolbars_model_flags_get_type (void);
+GType egg_tb_model_flags_get_type (void);
GType egg_toolbars_model_get_type (void);
EggToolbarsModel *egg_toolbars_model_new (void);
gboolean egg_toolbars_model_load_names (EggToolbarsModel *model,
Modified: trunk/cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh (original)
+++ trunk/cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh Thu Feb 19 15:01:20 2009
@@ -11,12 +11,10 @@
FILES="egg-editable-toolbar.c \
egg-toolbars-model.c \
egg-toolbar-editor.c \
- eggtreemultidnd.c \
egg-editable-toolbar.h \
egg-toolbars-model.h \
egg-toolbar-editor.h \
- eggtreemultidnd.h \
- eggmarshalers.list"
+ eggmarshalers.list"
if [ -z $1 ]; then
@@ -27,7 +25,7 @@
if [ "$1" = "--update-sources" ]; then
echo "Obtaining latest version of the sources"
- for FILE in $FILES
+ for FILE in $FILES
do
svn export $SVN_URI/$FILE
done
Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am (original)
+++ trunk/data/Makefile.am Thu Feb 19 15:01:20 2009
@@ -50,4 +50,4 @@
DISTCLEANFILES = \
$(DESKTOP_FILES) \
- $(schemas_DATA)
+ $(schemas_DATA)
Modified: trunk/data/pixmaps/Makefile.am
==============================================================================
--- trunk/data/pixmaps/Makefile.am (original)
+++ trunk/data/pixmaps/Makefile.am Thu Feb 19 15:01:20 2009
@@ -4,4 +4,4 @@
thumbnail-frame.png
EXTRA_DIST = \
- $(pixmaps_DATA)
+ $(pixmaps_DATA)
Modified: trunk/help/Makefile.am
==============================================================================
--- trunk/help/Makefile.am (original)
+++ trunk/help/Makefile.am Thu Feb 19 15:01:20 2009
@@ -3,10 +3,10 @@
DOC_MODULE = eog
DOC_ENTITIES = legal.xml
-DOC_INCLUDES =
+DOC_INCLUDES =
DOC_FIGURES = \
figures/eog_save_as_window.png \
figures/eog_start_window.png \
- figures/eog_toolbar_editor_window.png
+ figures/eog_toolbar_editor_window.png
DOC_LINGUAS = ar ca da de en_GB es eu fr it ja ko oc pa pt_BR ru sv th uk zh_CN zh_TW
Modified: trunk/help/bg/Makefile.am
==============================================================================
--- trunk/help/bg/Makefile.am (original)
+++ trunk/help/bg/Makefile.am Thu Feb 19 15:01:20 2009
@@ -1,6 +1,6 @@
figdir = figures
docname = eog
-lang =bg
+lang =bg
omffile = eog-bg.omf
entities = legal.xml
include $(top_srcdir)/xmldocs.make
Modified: trunk/plugins/Makefile.am
==============================================================================
--- trunk/plugins/Makefile.am (original)
+++ trunk/plugins/Makefile.am Thu Feb 19 15:01:20 2009
@@ -8,4 +8,4 @@
DISTCLEANFILES =
-EXTRA_DIST =
+EXTRA_DIST =
Modified: trunk/plugins/fullscreen/Makefile.am
==============================================================================
--- trunk/plugins/fullscreen/Makefile.am (original)
+++ trunk/plugins/fullscreen/Makefile.am Thu Feb 19 15:01:20 2009
@@ -11,7 +11,7 @@
libfullscreen_la_SOURCES = \
eog-fullscreen-plugin.h \
- eog-fullscreen-plugin.c
+ eog-fullscreen-plugin.c
libfullscreen_la_LDFLAGS = \
-avoid-version -module
Modified: trunk/plugins/fullscreen/eog-fullscreen-plugin.c
==============================================================================
--- trunk/plugins/fullscreen/eog-fullscreen-plugin.c (original)
+++ trunk/plugins/fullscreen/eog-fullscreen-plugin.c Thu Feb 19 15:01:20 2009
@@ -30,7 +30,7 @@
eog_window_set_mode (window, EOG_WINDOW_MODE_NORMAL);
else if (mode == EOG_WINDOW_MODE_NORMAL)
eog_window_set_mode (window, EOG_WINDOW_MODE_FULLSCREEN);
-
+
return TRUE;
}
@@ -41,7 +41,7 @@
free_window_data (WindowData *data)
{
g_return_if_fail (data != NULL);
-
+
eog_debug (DEBUG_PLUGINS);
g_free (data);
@@ -77,8 +77,8 @@
G_CALLBACK (on_button_press),
window);
- g_object_set_data_full (G_OBJECT (window),
- WINDOW_DATA_KEY,
+ g_object_set_data_full (G_OBJECT (window),
+ WINDOW_DATA_KEY,
data,
(GDestroyNotify) free_window_data);
}
@@ -90,7 +90,7 @@
GtkWidget *view = eog_window_get_view (window);
WindowData *data;
- data = (WindowData *) g_object_get_data (G_OBJECT (window),
+ data = (WindowData *) g_object_get_data (G_OBJECT (window),
WINDOW_DATA_KEY);
g_signal_handler_disconnect (view, data->signal_id);
Modified: trunk/plugins/reload/Makefile.am
==============================================================================
--- trunk/plugins/reload/Makefile.am (original)
+++ trunk/plugins/reload/Makefile.am Thu Feb 19 15:01:20 2009
@@ -11,7 +11,7 @@
libreload_la_SOURCES = \
eog-reload-plugin.h \
- eog-reload-plugin.c
+ eog-reload-plugin.c
libreload_la_LDFLAGS = \
-avoid-version -module
Modified: trunk/plugins/reload/eog-reload-plugin.c
==============================================================================
--- trunk/plugins/reload/eog-reload-plugin.c (original)
+++ trunk/plugins/reload/eog-reload-plugin.c Thu Feb 19 15:01:20 2009
@@ -45,11 +45,11 @@
free_window_data (WindowData *data)
{
g_return_if_fail (data != NULL);
-
+
eog_debug (DEBUG_PLUGINS);
g_object_unref (data->ui_action_group);
-
+
g_free (data);
}
@@ -74,18 +74,18 @@
GtkUIManager *manager;
GList *action_groups;
WindowData *data;
-
+
eog_debug (DEBUG_PLUGINS);
data = g_new (WindowData, 1);
manager = eog_window_get_ui_manager (window);
- action_groups = gtk_ui_manager_get_action_groups (manager);
+ action_groups = gtk_ui_manager_get_action_groups (manager);
data->ui_action_group = gtk_action_group_new ("EogReloadPluginActions");
-
- gtk_action_group_set_translation_domain (data->ui_action_group,
+
+ gtk_action_group_set_translation_domain (data->ui_action_group,
GETTEXT_PACKAGE);
gtk_action_group_add_actions (data->ui_action_group,
@@ -99,17 +99,17 @@
data->ui_id = gtk_ui_manager_new_merge_id (manager);
- g_object_set_data_full (G_OBJECT (window),
- WINDOW_DATA_KEY,
+ g_object_set_data_full (G_OBJECT (window),
+ WINDOW_DATA_KEY,
data,
(GDestroyNotify) free_window_data);
- gtk_ui_manager_add_ui (manager,
- data->ui_id,
+ gtk_ui_manager_add_ui (manager,
+ data->ui_id,
MENU_PATH,
- "RunReload",
"RunReload",
- GTK_UI_MANAGER_MENUITEM,
+ "RunReload",
+ GTK_UI_MANAGER_MENUITEM,
FALSE);
}
Modified: trunk/plugins/statusbar-date/Makefile.am
==============================================================================
--- trunk/plugins/statusbar-date/Makefile.am (original)
+++ trunk/plugins/statusbar-date/Makefile.am Thu Feb 19 15:01:20 2009
@@ -10,7 +10,7 @@
libstatusbar_date_la_SOURCES = \
eog-statusbar-date-plugin.h \
- eog-statusbar-date-plugin.c
+ eog-statusbar-date-plugin.c
libstatusbar_date_la_LDFLAGS = \
-avoid-version -module
Modified: trunk/plugins/statusbar-date/eog-statusbar-date-plugin.c
==============================================================================
--- trunk/plugins/statusbar-date/eog-statusbar-date-plugin.c (original)
+++ trunk/plugins/statusbar-date/eog-statusbar-date-plugin.c Thu Feb 19 15:01:20 2009
@@ -51,7 +51,7 @@
free_window_data (WindowData *data)
{
g_return_if_fail (data != NULL);
-
+
eog_debug (DEBUG_PLUGINS);
g_free (data);
@@ -67,14 +67,14 @@
if (eog_thumb_view_get_n_selected (view) == 0)
return;
-
+
image = eog_thumb_view_get_first_selected_image (view);
gtk_statusbar_pop (statusbar, 0);
if (!eog_image_has_data (image, EOG_IMAGE_DATA_EXIF)) {
if (!eog_image_load (image, EOG_IMAGE_DATA_EXIF, NULL, NULL)) {
- gtk_widget_hide (GTK_WIDGET (statusbar));
+ gtk_widget_hide (GTK_WIDGET (statusbar));
}
}
@@ -122,7 +122,7 @@
WindowData *data;
eog_debug (DEBUG_PLUGINS);
-
+
data = g_new (WindowData, 1);
data->statusbar_date = gtk_statusbar_new ();
gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (data->statusbar_date),
@@ -138,8 +138,8 @@
statusbar_set_date (GTK_STATUSBAR (data->statusbar_date),
EOG_THUMB_VIEW (eog_window_get_thumb_view (window)));
- g_object_set_data_full (G_OBJECT (window),
- WINDOW_DATA_KEY,
+ g_object_set_data_full (G_OBJECT (window),
+ WINDOW_DATA_KEY,
data,
(GDestroyNotify) free_window_data);
}
@@ -152,7 +152,7 @@
GtkWidget *view = eog_window_get_thumb_view (window);
WindowData *data;
- data = (WindowData *) g_object_get_data (G_OBJECT (window),
+ data = (WindowData *) g_object_get_data (G_OBJECT (window),
WINDOW_DATA_KEY);
g_signal_handler_disconnect (view, data->signal_id);
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Feb 19 15:01:20 2009
@@ -11,7 +11,7 @@
bin_PROGRAMS = eog
headerdir = $(prefix)/include/eog- EOG_API_VERSION@/eog
-header_DATA = $(INST_H_FILES)
+header_DATA = $(INST_H_FILES)
MARSHAL_OUTPUT = \
eog-marshal.h \
@@ -38,12 +38,12 @@
eog-plugin-manager.h \
eog-plugin-engine.h \
uta.h \
- zoom.h
+ zoom.h
if ENABLE_PYTHON
NOINST_H_FILES += \
eog-python-module.h \
- eog-python-plugin.h
+ eog-python-plugin.h
endif
INST_H_FILES = \
@@ -68,7 +68,7 @@
eog-thumbnail.h \
eog-job-queue.h \
eog-jobs.h \
- eog-plugin.h
+ eog-plugin.h
libeog_la_SOURCES = \
eog-application.c \
@@ -129,7 +129,7 @@
eog-python-module.c \
eog-python-module.h \
eog-python-plugin.c \
- eog-python-plugin.h
+ eog-python-plugin.h
endif
if HAVE_EXEMPI
@@ -195,7 +195,7 @@
eog-enum-types.h: eog-enum-types.h.template $(INST_H_FILES) $(GLIB_MKENUMS)
(cd $(srcdir) && $(GLIB_MKENUMS) --template eog-enum-types.h.template $(INST_H_FILES)) > $@
-
+
eog-enum-types.c: eog-enum-types.c.template $(INST_H_FILES) $(GLIB_MKENUMS)
(cd $(srcdir) && $(GLIB_MKENUMS) --template eog-enum-types.c.template $(INST_H_FILES)) > $@
@@ -208,9 +208,9 @@
EXTRA_DIST = \
eog-enum-types.h.template \
eog-enum-types.c.template \
- eog-marshal.list
+ eog-marshal.list
-if HAVE_DBUS
+if HAVE_DBUS
BUILT_SOURCES += eog-application-service.h
Modified: trunk/src/eog-application.c
==============================================================================
--- trunk/src/eog-application.c (original)
+++ trunk/src/eog-application.c Thu Feb 19 15:01:20 2009
@@ -557,7 +557,7 @@
".gnome2",
"accels",
"eog", NULL);
-
+
gtk_accel_map_save (accelfile);
g_free (accelfile);
}
Modified: trunk/src/eog-exif-util.c
==============================================================================
--- trunk/src/eog-exif-util.c (original)
+++ trunk/src/eog-exif-util.c Thu Feb 19 15:01:20 2009
@@ -83,7 +83,7 @@
g_date_free (exif_date);
tm->tm_wday = tmp_tm.tm_wday;
- tm->tm_yday = tmp_tm.tm_yday;
+ tm->tm_yday = tmp_tm.tm_yday;
}
#ifdef HAVE_STRPTIME
Modified: trunk/src/eog-jobs.c
==============================================================================
--- trunk/src/eog-jobs.c (original)
+++ trunk/src/eog-jobs.c Thu Feb 19 15:01:20 2009
@@ -360,7 +360,7 @@
don't set the GFileType. */
if (G_UNLIKELY (type == G_FILE_TYPE_UNKNOWN)) {
const gchar *ctype;
-
+
ctype = g_file_info_get_content_type (file_info);
/* If the content type is supported
Modified: trunk/src/eog-list-store.c
==============================================================================
--- trunk/src/eog-list-store.c (original)
+++ trunk/src/eog-list-store.c Thu Feb 19 15:01:20 2009
@@ -574,7 +574,7 @@
/* Workaround for gvfs backends that don't set the GFileType. */
if (G_UNLIKELY (file_type == G_FILE_TYPE_UNKNOWN)) {
const gchar *ctype;
-
+
ctype = g_file_info_get_content_type (file_info);
/* If the content type is supported adjust file_type */
Modified: trunk/src/eog-metadata-reader-png.c
==============================================================================
--- trunk/src/eog-metadata-reader-png.c (original)
+++ trunk/src/eog-metadata-reader-png.c Thu Feb 19 15:01:20 2009
@@ -363,7 +363,7 @@
if (priv->state == EMR_CHECK_CRC) {
/* Check if it is actually an XMP chunk.
* Throw it away if not.
- * The check has 4 extra \0's to check
+ * The check has 4 extra \0's to check
* if the chunk is configured correctly. */
if (memcmp (priv->xmp_chunk, "XML:com.adobe.xmp\0\0\0\0\0", 22) != 0) {
priv->state = EMR_SKIP_CRC;
Modified: trunk/src/eog-window.c
==============================================================================
--- trunk/src/eog-window.c (original)
+++ trunk/src/eog-window.c Thu Feb 19 15:01:20 2009
@@ -4563,7 +4563,7 @@
/* If the focus is not in the toolbar and we still haven't handled the
event, give the scrollview a chance to do it. */
- if (tbcontainer->focus_child == NULL && result == FALSE &&
+ if (tbcontainer->focus_child == NULL && result == FALSE &&
GTK_WIDGET_REALIZED(GTK_WIDGET (EOG_WINDOW (widget)->priv->view))) {
result = gtk_widget_event (GTK_WIDGET (EOG_WINDOW (widget)->priv->view),
(GdkEvent *) event);
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c (original)
+++ trunk/src/main.c Thu Feb 19 15:01:20 2009
@@ -1,4 +1,4 @@
-/* Eye Of Gnome - Main
+/* Eye Of Gnome - Main
*
* Copyright (C) 2000-2006 The Free Software Foundation
*
@@ -70,7 +70,7 @@
{ NULL }
};
-static void
+static void
set_startup_flags (void)
{
if (fullscreen)
@@ -83,20 +83,20 @@
flags |= EOG_STARTUP_SLIDE_SHOW;
}
-static void
+static void
load_files (void)
{
GSList *files = NULL;
files = eog_util_string_array_to_list ((const gchar **) startup_files, TRUE);
- eog_application_open_uri_list (EOG_APP,
+ eog_application_open_uri_list (EOG_APP,
files,
GDK_CURRENT_TIME,
flags,
NULL);
- g_slist_foreach (files, (GFunc) g_free, NULL);
+ g_slist_foreach (files, (GFunc) g_free, NULL);
g_slist_free (files);
}
@@ -111,7 +111,7 @@
GdkDisplay *display;
guint32 timestamp;
gchar **files;
-
+
display = gdk_display_get_default ();
timestamp = gdk_x11_display_get_user_time (display);
@@ -119,18 +119,18 @@
if (connection == NULL) {
g_warning ("%s", error->message);
- g_error_free (error);
+ g_error_free (error);
return FALSE;
}
-
+
files = eog_util_string_array_make_absolute (startup_files);
-
+
remote_object = dbus_g_proxy_new_for_name (connection,
"org.gnome.eog.ApplicationService",
"/org/gnome/eog/Eog",
"org.gnome.eog.Application");
-
+
if (!files) {
if (!dbus_g_proxy_call (remote_object, "OpenWindow", &error,
G_TYPE_UINT, timestamp,
@@ -139,7 +139,7 @@
G_TYPE_INVALID)) {
g_warning ("%s", error->message);
g_clear_error (&error);
-
+
result = FALSE;
}
} else {
@@ -151,18 +151,18 @@
G_TYPE_INVALID)) {
g_warning ("%s", error->message);
g_clear_error (&error);
-
+
result = FALSE;
}
-
+
g_strfreev (files);
}
-
+
g_object_unref (remote_object);
dbus_g_connection_unref (connection);
-
+
gdk_notify_startup_complete ();
-
+
return result;
}
#endif /* HAVE_DBUS */
@@ -192,22 +192,22 @@
if (!g_option_context_parse (ctx, &argc, &argv, &error)) {
gchar *help_msg;
- /* I18N: The '%s' is replaced with eog's command name. */
+ /* I18N: The '%s' is replaced with eog's command name. */
help_msg = g_strdup_printf (_("Run '%s --help' to see a full "
"list of available command line "
"options."), argv[0]);
- g_print("%s\n%s\n", error->message, help_msg);
+ g_print("%s\n%s\n", error->message, help_msg);
g_error_free (error);
g_free (help_msg);
g_option_context_free (ctx);
-
+
return 1;
}
g_option_context_free (ctx);
-
+
set_startup_flags ();
-
+
#ifdef HAVE_DBUS
if (!force_new_instance &&
!eog_application_register_service (EOG_APP)) {
@@ -216,7 +216,7 @@
}
}
#endif /* HAVE_DBUS */
-
+
#ifdef HAVE_EXEMPI
xmp_init();
#endif
Modified: trunk/src/test-eog-tb.c
==============================================================================
--- trunk/src/test-eog-tb.c (original)
+++ trunk/src/test-eog-tb.c Thu Feb 19 15:01:20 2009
@@ -8,16 +8,16 @@
#include "eog-list-store.h"
#include "eog-job-queue.h"
-static void
+static void
tb_on_selection_changed (GtkIconView *thumb_view,
gpointer data)
{
GList *list, *item;
EogImage *image;
- g_print ("selection changed: %i\n",
+ g_print ("selection changed: %i\n",
eog_thumb_view_get_n_selected (EOG_THUMB_VIEW (thumb_view)));
-
+
list = eog_thumb_view_get_selected_images (EOG_THUMB_VIEW (thumb_view));
if (list) {
g_print ("selected images at: ");
@@ -36,7 +36,7 @@
}
static void
-on_button_sfi_clicked (GtkButton *button,
+on_button_sfi_clicked (GtkButton *button,
gpointer data)
{
EogThumbView *tb = EOG_THUMB_VIEW (data);
@@ -45,7 +45,7 @@
GtkTreeModel *model = gtk_icon_view_get_model (GTK_ICON_VIEW (tb));
gtk_tree_model_get_iter_first (model, &iter);
- gtk_tree_model_get (model, &iter,
+ gtk_tree_model_get (model, &iter,
EOG_LIST_STORE_EOG_IMAGE, &image,
-1);
@@ -55,7 +55,7 @@
}
static void
-on_button_next_clicked (GtkButton *button,
+on_button_next_clicked (GtkButton *button,
gpointer data)
{
EogThumbView *tb = EOG_THUMB_VIEW (data);
@@ -64,7 +64,7 @@
}
static void
-on_button_back_clicked (GtkButton *button,
+on_button_back_clicked (GtkButton *button,
gpointer data)
{
EogThumbView *tb = EOG_THUMB_VIEW (data);
@@ -73,7 +73,7 @@
}
static void
-on_button_first_clicked (GtkButton *button,
+on_button_first_clicked (GtkButton *button,
gpointer data)
{
EogThumbView *tb = EOG_THUMB_VIEW (data);
@@ -82,7 +82,7 @@
}
static void
-on_button_last_clicked (GtkButton *button,
+on_button_last_clicked (GtkButton *button,
gpointer data)
{
EogThumbView *tb = EOG_THUMB_VIEW (data);
@@ -135,7 +135,7 @@
{ "ItemAction", GTK_STOCK_OPEN, "Test 1", NULL, NULL, G_CALLBACK (do_something_with_test_1) },
};
-int
+int
main (gint argc, gchar **argv)
{
GtkWidget *window;
@@ -157,11 +157,11 @@
eog_job_queue_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- g_signal_connect (G_OBJECT (window),
- "delete-event",
+ g_signal_connect (G_OBJECT (window),
+ "delete-event",
G_CALLBACK (gtk_main_quit),
NULL);
- gtk_window_set_default_size (GTK_WINDOW (window),
+ gtk_window_set_default_size (GTK_WINDOW (window),
640, 480);
thumb_view = eog_thumb_view_new ();
@@ -178,14 +178,14 @@
g_error_free (error);
return 1;
}
-
+
popup = g_object_ref (gtk_ui_manager_get_widget (ui_manager, "/ThumbnailPopup"));
-
+
g_object_unref (ui_manager);
eog_thumb_view_set_thumbnail_popup (EOG_THUMB_VIEW (thumb_view), popup);
- g_signal_connect (G_OBJECT (thumb_view),
- "selection-changed",
+ g_signal_connect (G_OBJECT (thumb_view),
+ "selection-changed",
G_CALLBACK (tb_on_selection_changed),
window);
@@ -198,30 +198,30 @@
hbox = gtk_hbox_new (FALSE, 0);
button = gtk_button_new_with_label ("Select first image");
- g_signal_connect (G_OBJECT (button), "clicked",
+ g_signal_connect (G_OBJECT (button), "clicked",
G_CALLBACK (on_button_sfi_clicked), thumb_view);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
button = gtk_button_new_from_stock (GTK_STOCK_GOTO_FIRST);
- g_signal_connect (G_OBJECT (button), "clicked",
+ g_signal_connect (G_OBJECT (button), "clicked",
G_CALLBACK (on_button_first_clicked), thumb_view);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
button = gtk_button_new_from_stock (GTK_STOCK_GO_BACK);
- g_signal_connect (G_OBJECT (button), "clicked",
+ g_signal_connect (G_OBJECT (button), "clicked",
G_CALLBACK (on_button_back_clicked), thumb_view);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
button = gtk_button_new_from_stock (GTK_STOCK_GO_FORWARD);
- g_signal_connect (G_OBJECT (button), "clicked",
+ g_signal_connect (G_OBJECT (button), "clicked",
G_CALLBACK (on_button_next_clicked), thumb_view);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
button = gtk_button_new_from_stock (GTK_STOCK_GOTO_LAST);
- g_signal_connect (G_OBJECT (button), "clicked",
+ g_signal_connect (G_OBJECT (button), "clicked",
G_CALLBACK (on_button_last_clicked), thumb_view);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
-
+
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 10);
gtk_box_pack_start (GTK_BOX (vbox), scrolled_window, TRUE, TRUE, 0);
@@ -230,10 +230,10 @@
gtk_widget_show_all (window);
list_uris = string_array_to_list (argv + 1, argc - 1);
-
+
eog_list_store_add_uris (EOG_LIST_STORE (model), list_uris);
eog_thumb_view_set_model (EOG_THUMB_VIEW (thumb_view), EOG_LIST_STORE (model));
-
+
gtk_main ();
return 0;
}
Modified: trunk/src/zoom.c
==============================================================================
--- trunk/src/zoom.c (original)
+++ trunk/src/zoom.c Thu Feb 19 15:01:20 2009
@@ -34,7 +34,7 @@
* @upscale_smaller: Whether to scale up images smaller than the destination size.
* @width: Return value for image width.
* @height: Return value for image height.
- *
+ *
* Computes the final dimensions of an image that is to be scaled to fit to a
* certain size. If @upscale_smaller is TRUE, then images smaller than the
* destination size will be scaled up; otherwise, they will be left at their
@@ -85,10 +85,10 @@
* @src_width: Width of source image.
* @src_height: Height of source image.
* @upscale_smaller: Whether to scale up images smaller than the destination size.
- *
+ *
* Similar to zoom_fit_size(), but returns the zoom factor of the final image
* with respect to the original image's size.
- *
+ *
* Return value: Zoom factor with respect to the original size.
**/
double
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]