renamed to geeqie
authorVladimir Nadvornik <nadvornik@suse.cz>
Sun, 23 Mar 2008 20:18:51 +0000 (20:18 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Sun, 23 Mar 2008 20:18:51 +0000 (20:18 +0000)
README.GQViewE
configure.in
gqview.desktop
src/Makefile.am
src/gqview.h
src/main.c

index 87ed812..b629c54 100644 (file)
@@ -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 <ctrl>1, <ctrl>2, <ctrl>3, ... from external editor to selecting mark.
index 242700c..a7ba3d8 100644 (file)
@@ -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
 
index 697c99f..5e6cdfb 100644 (file)
@@ -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...
index 6a8ab3f..4002634 100644 (file)
@@ -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)
index 52a6c00..8800296 100644 (file)
@@ -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"
 
index c32c7b0..cc2a81b 100644 (file)
@@ -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");