changeset 195:d85687d951aa

renamed to geeqie
author nadvornik
date Sun, 23 Mar 2008 20:18:51 +0000
parents 889cfa008789
children f6e307c7bad6
files README.GQViewE configure.in gqview.desktop src/Makefile.am src/gqview.h src/main.c
diffstat 6 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/README.GQViewE	Sat Mar 22 19:28:45 2008 +0000
+++ b/README.GQViewE	Sun Mar 23 20:18:51 2008 +0000
@@ -49,7 +49,7 @@
 """""""""""""""""
 
 Most of controls was added to menu and is handled via keyboard accelerators,
-thus they can be configured in ~/.gqview/accels
+thus they can be configured in ~/.geeqie/accels
 
 The default function of keys 1, 2, 3, ... was changed from zoom to mark toggle and 
 function of <ctrl>1, <ctrl>2, <ctrl>3, ... from external editor to selecting mark.
--- a/configure.in	Sat Mar 22 19:28:45 2008 +0000
+++ b/configure.in	Sun Mar 23 20:18:51 2008 +0000
@@ -1,7 +1,7 @@
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(config.h)
 
-AM_INIT_AUTOMAKE(gqview, 2.1.5)
+AM_INIT_AUTOMAKE(geeqie, alpha0)
 
 AM_MAINTAINER_MODE
 
--- a/gqview.desktop	Sat Mar 22 19:28:45 2008 +0000
+++ b/gqview.desktop	Sun Mar 23 20:18:51 2008 +0000
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=GQview
+Name=Geeqie
 GenericName=Image Viewer
 GenericName[et]=Piltide vaatur
 GenericName[tr]=Resim göstericisi
@@ -9,8 +9,8 @@
 Comment=View and manage images
 Comment[hu]=Képek megjelenítése és rendszerezése
 Comment[es]=Visualiza y administra imágenes
-Exec=gqview -r %F
-Icon=gqview.png
+Exec=geeqie -r %F
+Icon=geeqie
 Type=Application
 Terminal=false
 # Startup notification disabled, since the remote -r switch may not open a new window...
--- a/src/Makefile.am	Sat Mar 22 19:28:45 2008 +0000
+++ b/src/Makefile.am	Sun Mar 23 20:18:51 2008 +0000
@@ -48,9 +48,9 @@
 extra_SLIK = \
 	$(extra_ICONS)
 
-bin_PROGRAMS = gqview
+bin_PROGRAMS = geeqie
 
-gqview_SOURCES = \
+geeqie_SOURCES = \
 	$(module_SLIK)	\
 	bar_info.c	\
 	bar_info.h	\
@@ -169,7 +169,7 @@
 	view_file_icon.c	\
 	view_file_icon.h
 
-gqview_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS)
+geeqie_LDADD = $(GTK_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS)
 
 EXTRA_DIST = \
 	$(extra_SLIK)
--- a/src/gqview.h	Sat Mar 22 19:28:45 2008 +0000
+++ b/src/gqview.h	Sun Mar 23 20:18:51 2008 +0000
@@ -60,7 +60,7 @@
  *----------------------------------------------------------------------------
  */
 
-#define GQVIEW_RC_DIR             ".gqview"
+#define GQVIEW_RC_DIR             ".geeqie"
 #define GQVIEW_RC_DIR_COLLECTIONS GQVIEW_RC_DIR"/collections"
 #define GQVIEW_RC_DIR_TRASH       GQVIEW_RC_DIR"/trash"
 
--- a/src/main.c	Sat Mar 22 19:28:45 2008 +0000
+++ b/src/main.c	Sun Mar 23 20:18:51 2008 +0000
@@ -1265,7 +1265,7 @@
         srand(time(NULL));
 
 #if 1
-	printf("GQview %s, This is a beta release.\n", VERSION);
+	printf("geeqie %s, This is an alpha release.\n", VERSION);
 #endif
 
 	layout_order = g_strdup("123");