Commit graph

7 commits

Author SHA1 Message Date
Iñigo Martínez b2dcab7e58 build: Remove autotools
To avoid the burden of maintaining multiple build systems, this
patch removes autotools support.

https://bugzilla.gnome.org/show_bug.cgi?id=784354
2018-01-07 16:13:16 +01:00
Felix Riemann 65720c07c9 EogThumbnail: Load thumbnail frame from a GResource
Also optimize the frame's filesize.
2015-01-05 19:06:26 +01:00
Felix Riemann 29046f2d7d Use git.mk for .gitignore generation
Add Behdad's git.mk script to generate .gitignore files.
2009-05-02 17:48:43 +02:00
Felix Riemann 58fde865d0 Update to latest toolbareditor from libegg.
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.

svn path=/trunk/; revision=5016
2009-02-19 15:01:20 +00:00
Lucas Rocha 5d06acc9a4 use thumbnail-frame.png from the new location. removed 48x48 icons as the
2007-08-27  Lucas Rocha  <lucasr@gnome.org>

	* src/eog-thumbnail.c (eog_thumbnail_init): use thumbnail-frame.png 
	from the new location.
	* configure.ac, data/icons/Makefile.am, data/icons/48x48/*: removed
	48x48 icons as the "scalable" ones are enough. Fixes bug #470416.
	* data/pixmaps/Makefile.am: install pixmaps on $(pkgdatadir)/pixmaps
	instead of $(datadir)/pixmaps/eog/. 

svn path=/trunk/; revision=3999
2007-08-27 17:38:40 +00:00
Lucas Rocha 9ca687dd9b Update for 2.19.4
2007-07-09  Lucas Rocha  <lucasr@gnome.org>

	* NEWS: Update for 2.19.4

svn path=/trunk/; revision=3872
2007-07-09 22:14:04 +00:00
Lucas Rocha 0934d577d2 Use the same thumbnail frame than nautilus. Fixes bug #441138.
2007-06-22  Lucas Rocha  <lucasr@gnome.org>

	Use the same thumbnail frame than nautilus. Fixes bug #441138.

	Change alignment in thumbnail pane to make it work better on vertical
	and horizontal orientations. Fixes bug #440168.

	* src/eog-thumbnail.[ch] (eog_thumbnail_add_frame,
	eog_thumbnail_fit_to_size): added functions to add shadow frame and
	thumbnail resizing.
	* src/eog-thumb-view.c (eog_thumb_view_init): changed the pixbuf 
	cell renderer to make improve the aligment among thumbnails.
	* src/eog-plugin-engine.c, src/eog-application.c, src/eog-window.c,
	src/eog-dialog.c, src/Makefile.am: renamed EOG_DATADIR and
	EOG_PLUGINDIR to EOG_DATA_DIR and EOG_PLUGIN_DIR respectively.   
	* configure.ac, data/Makefile, data/pixmaps/*: added new pixmap 
	for thumbnail frame.
	* src/eog-thumb-shadow.[ch]: removed.

svn path=/trunk/; revision=3821
2007-06-21 22:50:18 +00:00