[Geeqie-devel] Release 1.3

2016-05-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Folks,

I released v1.3 just recently.

You can either clone it from v1.3 tag or download the tar.xz from our
website.

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Charset: ISO-8859-1

iQGcBAEBCgAGBQJXSB3zAAoJEKZ8CrGAGfas34IL/3/F8XEF0p2YLkkyRGOGWTfN
vyV6DagBW74DhVUpyBE20KrVIqFw6j5N1MhPpZMYshI+gAZNH7nl62mex41C7R0z
gALpKqd990FxODdKxVEWKBVQKuNiwMoCAdL/VmHfKHqlmX0zWL02WFqlqUdezIR5
0CrPKtUCVgOTCZorxT6ORgrZw36Vr1wT5u+4tDCWV4dARpRoA8YAK8FMBsYCxX9B
wtPdpDvdnL8abvmY65L0TQ6Wgju22Ohryr9gSMN08BgLNa6TDFQ7AukqqhjYkcvp
HQwRMo/kUzBqCqea28cp2CYuplbH1f+ZcPAcEgEvOTx2Hgv98T/Yp1r0+Z0OpjsZ
8MU7R4WlKcqbeuvm7dA/+bbrjwLRy0fD7fEzsSmjopB5MFVjt5iI1U/XPlI51xhc
58XVbI0XLHXyiD20hbQf/uLjSOSRCasMqn7eHIFj/V/vdAMbFz8ISkQYKAUnZ5QO
cQx8GLFUQhmvM74DCoIKcZNjDQoLVE2V6zPKoFU+2w==
=XfHh
-END PGP SIGNATURE-

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Release 1.3

2016-05-27 Thread John Stoffel

Just to let you know, I'm seeing a bunch of warnings when I did a test
compile on Debian Jesse x86_64 system.  I probably don't have all the
right libraries installed or something, but I figured cleaning this up
would be a good start.

Maybe I can do something this weekend... Sorry for the crappy cut'n'paste, my 
terminals are doing something wonky... and this is only a small subset of the 
warnings I'm getting.  It would be nice to get rid of these deprecated warnings 
for regular builds


image.c: In function ‘image_select’:
image.c:1679:3: warning: ‘gtk_widget_set_state’ is deprecated (declared at 
/usr/include/gtk-3.0/gtk]
   gtk_widget_set_state(imd->widget, GTK_STATE_SELECTED);
  ^
  image.c:1680:3: warning: ‘gtk_widget_set_state’ is deprecated (declared 
at /usr/include/gtk-3.0/gtk]
 gtk_widget_set_state(imd->pr, GTK_STATE_NORMAL); /* do not propagate */
^
image.c:1683:3: warning: ‘gtk_widget_set_state’ is deprecated 
(declared at /usr/include/gtk-3.0/gtk]
   gtk_widget_set_state(imd->widget, GTK_STATE_NORMAL);
  ^
  image.c: In function ‘selectable_frame_draw_cb’:
  image.c:1788:2: warning: ‘gtk_paint_flat_box’ is deprecated 
(declared at /usr/include/gtk-3.0/gtk/d]
gtk_paint_flat_box(gtk_widget_get_style(widget),
  ^
  image.c:1788:2: warning: ‘gtk_widget_get_style’ is 
deprecated (declared at /usr/include/gtk-3.0/gtk]
  image.c:1790:7: warning: ‘gtk_widget_get_state’ is 
deprecated (declared at /usr/include/gtk-3.0/gtk]
 gtk_widget_get_state(widget),
^
image.c:1799:3: warning: ‘gtk_paint_focus’ 
is deprecated (declared at /usr/include/gtk-3.0/gtk/depr]
   
gtk_paint_focus(gtk_widget_get_style(widget), cr, GTK_STATE_ACTIVE,
  ^
  image.c:1799:3: warning: 
‘gtk_widget_get_style’ is deprecated (declared at /usr/include/gtk-3.0/gtk]
  image.c:1806:3: warning: 
‘gtk_paint_shadow’ is deprecated (declared at /usr/include/gtk-3.0/gtk/dep]
 
gtk_paint_shadow(gtk_widget_get_style(widget), cr, GTK_STATE_NORMAL, 
GTK_SHADOW_IN,
^
image.c:1806:3: warning: 
‘gtk_widget_get_style’ is deprecated (declared at /usr/include/gtk-3.0/gtk]
image.c: In function 
‘image_new’:
image.c:1916:2: warning: 
‘gtk_vbox_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/depreca]
  imd->widget = gtk_vbox_new(0, 
0);
^
mv -f .deps/image.Tpo 
.deps/image.Po


--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel