From 7dc9013e449529117dda8e3ecc97313e70b757a1 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sat, 4 Jul 2015 17:38:10 +0000 Subject: Redrawn a nicer logo for Chrysalide. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@543 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a --- pixmaps/Makefile.am | 9 ++++++--- pixmaps/before-after.png | Bin 0 -> 47351 bytes pixmaps/chrysalide-128.png | Bin 0 -> 14809 bytes pixmaps/chrysalide-32.png | Bin 0 -> 2311 bytes pixmaps/chrysalide-64.png | Bin 0 -> 5717 bytes pixmaps/chrysalide-full.png | Bin 0 -> 28830 bytes pixmaps/chrysalide.xcf | Bin 0 -> 869393 bytes src/dialogs/about.c | 2 +- src/editor.c | 6 +++--- 9 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 pixmaps/before-after.png create mode 100644 pixmaps/chrysalide-128.png create mode 100644 pixmaps/chrysalide-32.png create mode 100644 pixmaps/chrysalide-64.png create mode 100644 pixmaps/chrysalide-full.png create mode 100644 pixmaps/chrysalide.xcf diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index dbee07d..e6dd92a 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -1,8 +1,8 @@ APP_ICONS = \ - chrysalide_32.png \ - chrysalide_64.png \ - chrysalide_128.png + chrysalide-32.png \ + chrysalide-64.png \ + chrysalide-128.png REVISION_PIX = \ revision_0.png \ @@ -29,6 +29,7 @@ LIST_ICONS = \ symbol_routine_classic.png MISC = \ + chrysalide-full.png \ welcome.png EXTRA_DIST = \ @@ -37,8 +38,10 @@ EXTRA_DIST = \ nil.png \ breakpoint_disabled.png \ breakpoint_normal.png \ + chrysalide.xcf \ openida.xcf \ openida_text.xcf \ + before-after.png \ $(REVISION_PIX) \ $(TOOLBAR_BUTTONS) \ $(LIST_ICONS) \ diff --git a/pixmaps/before-after.png b/pixmaps/before-after.png new file mode 100644 index 0000000..21e9a3a Binary files /dev/null and b/pixmaps/before-after.png differ diff --git a/pixmaps/chrysalide-128.png b/pixmaps/chrysalide-128.png new file mode 100644 index 0000000..c7eebb6 Binary files /dev/null and b/pixmaps/chrysalide-128.png differ diff --git a/pixmaps/chrysalide-32.png b/pixmaps/chrysalide-32.png new file mode 100644 index 0000000..6bc7d63 Binary files /dev/null and b/pixmaps/chrysalide-32.png differ diff --git a/pixmaps/chrysalide-64.png b/pixmaps/chrysalide-64.png new file mode 100644 index 0000000..aa3520d Binary files /dev/null and b/pixmaps/chrysalide-64.png differ diff --git a/pixmaps/chrysalide-full.png b/pixmaps/chrysalide-full.png new file mode 100644 index 0000000..a153353 Binary files /dev/null and b/pixmaps/chrysalide-full.png differ diff --git a/pixmaps/chrysalide.xcf b/pixmaps/chrysalide.xcf new file mode 100644 index 0000000..91370a6 Binary files /dev/null and b/pixmaps/chrysalide.xcf differ diff --git a/src/dialogs/about.c b/src/dialogs/about.c index 7ed38fd..e3424ac 100644 --- a/src/dialogs/about.c +++ b/src/dialogs/about.c @@ -88,7 +88,7 @@ GtkWidget *create_about_dialog(GtkWindow *parent) /* Images principales */ - filename = find_pixmap_file("openida.png"); + filename = find_pixmap_file("chrysalide-full.png"); image = qck_create_image(NULL, NULL, filename); gtk_fixed_put(GTK_FIXED(fixed), image, 10, 10); gtk_widget_set_size_request(image, 330, 300); diff --git a/src/editor.c b/src/editor.c index d7b3ff9..7e041f4 100644 --- a/src/editor.c +++ b/src/editor.c @@ -99,15 +99,15 @@ static GList *build_editor_icons_list(void) result = NULL; - pixbuf = get_pixbuf_from_file("chrysalide_32.png"); + pixbuf = get_pixbuf_from_file("chrysalide-32.png"); if (pixbuf != NULL) result = g_list_append(result, pixbuf); - pixbuf = get_pixbuf_from_file("chrysalide_64.png"); + pixbuf = get_pixbuf_from_file("chrysalide-64.png"); if (pixbuf != NULL) result = g_list_append(result, pixbuf); - pixbuf = get_pixbuf_from_file("chrysalide_128.png"); + pixbuf = get_pixbuf_from_file("chrysalide-128.png"); if (pixbuf != NULL) result = g_list_append(result, pixbuf); -- cgit v0.11.2-87-g4458