From: Vladimir Nadvornik Date: Sun, 23 Mar 2008 20:18:51 +0000 (+0000) Subject: renamed to geeqie X-Git-Tag: v1.0.0~1608 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=a0778c990d5e40044d61b06dc2fbdbb9a7e70b04 renamed to geeqie --- diff --git a/README.GQViewE b/README.GQViewE index 87ed8124..b629c541 100644 --- a/README.GQViewE +++ b/README.GQViewE @@ -49,7 +49,7 @@ Controls redesign """"""""""""""""" 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 1, 2, 3, ... from external editor to selecting mark. diff --git a/configure.in b/configure.in index 242700ca..a7ba3d85 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/gqview.desktop b/gqview.desktop index 697c99f9..5e6cdfbb 100644 --- a/gqview.desktop +++ b/gqview.desktop @@ -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 @@ GenericName[es]=Visor de imágenes 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... diff --git a/src/Makefile.am b/src/Makefile.am index 6a8ab3f1..40026347 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,9 +48,9 @@ CLEANFILES = $(noinst_DATA) 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 @@ gqview_SOURCES = \ 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) diff --git a/src/gqview.h b/src/gqview.h index 52a6c003..88002969 100644 --- a/src/gqview.h +++ b/src/gqview.h @@ -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" diff --git a/src/main.c b/src/main.c index c32c7b07..cc2a81b2 100644 --- a/src/main.c +++ b/src/main.c @@ -1265,7 +1265,7 @@ int main (int argc, char *argv[]) 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");