annotate src/icons/Makefile.am @ 1743:d8e9d0cc640e

Allow to switch to fullscreen mode using LIRC. Imagine the following situation (which happened to me several times) : you want to see photos from your bed or your sofa so you launch geeqie and go to the right directory, then you take your remote control and sit comfortably far from your keyboard and mouse. And when you want to begin to watch photos, you realize you forgot to enable full screen! You have to stand up and to go until your computer and come back, whereas you could have done it with your remote control. Patch by Bernard Massot.
author zas_
date Tue, 05 Jan 2010 17:49:50 +0000
parents 6cb3c072be3f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
1 SUBDIRS = svg
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2 DIST_SUBDIRS = svg
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
3
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
4 ## GQview inline icons
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
5
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
6 ICONS_INLINE = \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
7 folder_closed.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
8 folder_locked.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
9 folder_open.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
10 folder_up.png \
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
11 gqview_icon.png \
198
91563e0e88f2 changed logo
nadvornik
parents: 98
diff changeset
12 geeqie_logo.png \
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
13 scroller.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
14 sheet_broken.png \
41
6281cc38e5ca Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents: 9
diff changeset
15 icon_float.png \
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
16 icon_thumb.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
17 icon_book.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
18 icon_config.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
19 icon_tools.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
20 icon_view.png
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
21
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
22 ICONS_INLINE_PAIRS = \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
23 folder_closed $(srcdir)/folder_closed.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
24 folder_locked $(srcdir)/folder_locked.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
25 folder_open $(srcdir)/folder_open.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
26 folder_up $(srcdir)/folder_up.png \
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
27 gqview_icon $(srcdir)/gqview_icon.png \
198
91563e0e88f2 changed logo
nadvornik
parents: 98
diff changeset
28 geeqie_logo $(srcdir)/geeqie_logo.png \
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
29 icon_float $(srcdir)/icon_float.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
30 icon_thumb $(srcdir)/icon_thumb.png \
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
31 icon_scroller $(srcdir)/scroller.png \
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
32 icon_broken $(srcdir)/sheet_broken.png \
91
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
33 icon_book $(srcdir)/icon_book.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
34 icon_config $(srcdir)/icon_config.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
35 icon_tools $(srcdir)/icon_tools.png \
d063f97503b7 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
36 icon_view $(srcdir)/icon_view.png
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
37
308
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
38 icons_inline.h: $(ICONS_INLINE) Makefile.in
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
39 @(echo '/* Auto generated file, do not edit */'; echo; \
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
40 echo '#ifndef ICONS_INLINE_H'; \
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
41 echo '#define ICONS_INLINE_H'; echo; \
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
42 $(GDK_PIXBUF_CSOURCE) --raw --extern --build-list $(ICONS_INLINE_PAIRS); \
6cb3c072be3f ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
zas_
parents: 198
diff changeset
43 echo '#endif /* ICONS_INLINE_H */') > $@ || echo "!!! Failed to generate $@ !!!"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
44
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
45 noinst_DATA = icons_inline.h
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
46 CLEANFILES = $(noinst_DATA)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
47
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
48 ## end GQview specific icons
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
49
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
50
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
51 EXTRA_DIST = \
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents: 1
diff changeset
52 $(ICONS_INLINE) \
98
e639afdc1c60 Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
53 marker.xpm
1
b3e0e515fabf Initial revision
gqview
parents:
diff changeset
54