annotate src/xs_about.c @ 575:511f9e4771e5

i18n stuff
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2007 16:14:00 +0000
parents 55271beca14c
children 32fc27395220
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /*
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 xmms-sid - SIDPlay input plugin for X MultiMedia System (XMMS)
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 Aboutbox dialog
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
324
dd201740a720 Changed copyright text.
Matti Hamalainen <ccr@tnsp.org>
parents: 322
diff changeset
6 Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
422
d2e6682d3ef8 Copyright year update
Matti Hamalainen <ccr@tnsp.org>
parents: 412
diff changeset
7 (C) Copyright 1999-2007 Tecnic Software productions (TNSP)
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 This program is free software; you can redistribute it and/or modify
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 it under the terms of the GNU General Public License as published by
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 the Free Software Foundation; either version 2 of the License, or
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 (at your option) any later version.
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 This program is distributed in the hope that it will be useful,
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 GNU General Public License for more details.
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18
412
7f694e5a1493 Updated GNU GPL (new FSF address) and some cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 388
diff changeset
19 You should have received a copy of the GNU General Public License along
7f694e5a1493 Updated GNU GPL (new FSF address) and some cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 388
diff changeset
20 with this program; if not, write to the Free Software Foundation, Inc.,
7f694e5a1493 Updated GNU GPL (new FSF address) and some cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 388
diff changeset
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 */
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 #include "xmms-sid.h"
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 #include <gtk/gtk.h>
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
25 #include "xmms-sid-logo.xpm"
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 static GtkWidget *xs_aboutwin = NULL;
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
30
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
31 #ifdef HAVE_THEMETUNE
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
32 #include <xmms/xmmsctrl.h>
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
33
329
8fadb3f38445 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
34 /* (Included only if themetune support is enabled)
8fadb3f38445 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
35 * Stop playing, add XMMS-SID themetune to playlist
8fadb3f38445 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
36 * and start playing it.
8fadb3f38445 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
37 */
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
38 gint xs_about_theme(void)
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
39 {
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
40 const gint iSession = 0; /* Assume session 0 */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
41 gint iPos;
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
42
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
43 /* Stop current song, add theme to playlist, play. */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
44 xmms_remote_stop(iSession);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
45 iPos = xmms_remote_get_playlist_length(iSession);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
46 xmms_remote_playlist_add_url_string(iSession, THEMETUNE_FILE);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
47 xmms_remote_set_playlist_pos(iSession, iPos);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
48 xmms_remote_play(iSession);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
49 return 0;
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
50 }
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
51 #endif
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
52
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
53
136
92952aeccb77 Minor fixes and improvements, nanosid support.
Matti Hamalainen <ccr@tnsp.org>
parents: 73
diff changeset
54 gint xs_about_ok(void)
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 {
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
56 gtk_widget_destroy(xs_aboutwin);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
57 xs_aboutwin = NULL;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
58 return 0;
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 }
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 /*
329
8fadb3f38445 Comments
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
63 * Execute the about dialog
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 */
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 void xs_about(void)
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 {
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
67 GtkWidget *about_vbox1;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
68 GtkWidget *about_frame;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
69 GtkWidget *about_logo;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
70 GdkPixmap *about_logo_pixmap = NULL, *about_logo_mask = NULL;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
71 GtkWidget *about_scrwin;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
72 GtkWidget *about_text;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
73 GtkWidget *alignment6;
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
74 GtkWidget *about_close;
575
511f9e4771e5 i18n stuff
Matti Hamalainen <ccr@tnsp.org>
parents: 564
diff changeset
75 gchar tmpStr[64];
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
76
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
77 /* Check if there already is an open about window */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
78 if (xs_aboutwin != NULL) {
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
79 gdk_window_raise(xs_aboutwin->window);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
80 return;
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 }
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
83 /* No, create one ... */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
84 xs_aboutwin = gtk_window_new(GTK_WINDOW_DIALOG);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
85 gtk_widget_set_name(xs_aboutwin, "xs_aboutwin");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
86 gtk_object_set_data(GTK_OBJECT(xs_aboutwin), "xs_aboutwin", xs_aboutwin);
575
511f9e4771e5 i18n stuff
Matti Hamalainen <ccr@tnsp.org>
parents: 564
diff changeset
87 g_snprintf(tmpStr, sizeof(tmpStr), _("About %s"), PACKAGE_STRING);
511f9e4771e5 i18n stuff
Matti Hamalainen <ccr@tnsp.org>
parents: 564
diff changeset
88 gtk_window_set_title(GTK_WINDOW(xs_aboutwin), tmpStr);
561
f0324fa1ea30 Increase about-box size, dedicate release to memory of Richard Joseph :(
Matti Hamalainen <ccr@tnsp.org>
parents: 513
diff changeset
89 gtk_window_set_default_size(GTK_WINDOW(xs_aboutwin), 350, -1);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
90
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
91 about_vbox1 = gtk_vbox_new(FALSE, 0);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
92 gtk_widget_set_name(about_vbox1, "about_vbox1");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
93 gtk_widget_ref(about_vbox1);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
94 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_vbox1", about_vbox1,
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
95 (GtkDestroyNotify) gtk_widget_unref);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
96 gtk_widget_show(about_vbox1);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
97 gtk_container_add(GTK_CONTAINER(xs_aboutwin), about_vbox1);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
98
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
99 #ifdef HAVE_THEMETUNE
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
100 about_frame = gtk_button_new();
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
101 #else
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
102 about_frame = gtk_frame_new(NULL);
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
103 #endif
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
104 gtk_widget_set_name(about_frame, "about_frame");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
105 gtk_widget_ref(about_frame);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
106 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_frame", about_frame,
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
107 (GtkDestroyNotify) gtk_widget_unref);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
108 gtk_widget_show(about_frame);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
109 gtk_box_pack_start(GTK_BOX(about_vbox1), about_frame, FALSE, FALSE, 0);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
110 gtk_container_set_border_width(GTK_CONTAINER(about_frame), 4);
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
111
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
112 #ifdef HAVE_THEMETUNE
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
113 gtk_signal_connect(GTK_OBJECT(about_frame), "clicked", GTK_SIGNAL_FUNC(xs_about_theme), NULL);
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
114 #else
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
115 gtk_frame_set_shadow_type(GTK_FRAME(about_frame), GTK_SHADOW_OUT);
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
116 #endif
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
117
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
118 /* Create the Gdk data for logo pixmap */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
119 gtk_widget_realize(xs_aboutwin);
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
120 about_logo_pixmap = gdk_pixmap_create_from_xpm_d(
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
121 xs_aboutwin->window, &about_logo_mask,
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
122 NULL, (gchar **) xmms_sid_logo_xpm);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
123
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
124 about_logo = gtk_pixmap_new(about_logo_pixmap, about_logo_mask);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
125
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
126 /* Create logo widget */
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
127 gtk_widget_set_name(about_logo, "about_logo");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
128 gtk_widget_ref(about_logo);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
129 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_logo", about_logo,
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
130 (GtkDestroyNotify) gtk_widget_unref);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
131 gtk_widget_show(about_logo);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
132 gtk_container_add(GTK_CONTAINER(about_frame), about_logo);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
133 gtk_misc_set_padding(GTK_MISC(about_logo), 0, 6);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
134
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
135 about_scrwin = gtk_scrolled_window_new(NULL, NULL);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
136 gtk_widget_set_name(about_scrwin, "about_scrwin");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
137 gtk_widget_ref(about_scrwin);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
138 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_scrwin", about_scrwin,
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
139 (GtkDestroyNotify) gtk_widget_unref);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
140 gtk_widget_show(about_scrwin);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
141 gtk_box_pack_start(GTK_BOX(about_vbox1), about_scrwin, TRUE, TRUE, 0);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
142 gtk_container_set_border_width(GTK_CONTAINER(about_scrwin), 8);
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
143 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(about_scrwin),
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
144 GTK_POLICY_NEVER, GTK_POLICY_ALWAYS);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
145
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
146 about_text = gtk_text_new(NULL, NULL);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
147 gtk_widget_set_name(about_text, "about_text");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
148 gtk_widget_ref(about_text);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
149 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_text", about_text,
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
150 (GtkDestroyNotify) gtk_widget_unref);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
151 gtk_widget_show(about_text);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
152 gtk_container_add(GTK_CONTAINER(about_scrwin), about_text);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
153 gtk_widget_set_usize(about_text, -2, 100);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
154 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
564
55271beca14c Fix about.
Matti Hamalainen <ccr@tnsp.org>
parents: 561
diff changeset
155 "\n"
561
f0324fa1ea30 Increase about-box size, dedicate release to memory of Richard Joseph :(
Matti Hamalainen <ccr@tnsp.org>
parents: 513
diff changeset
156 "This release of XMMS-SID is dedicated to\n"
564
55271beca14c Fix about.
Matti Hamalainen <ccr@tnsp.org>
parents: 561
diff changeset
157 " Richard Joseph\n"
55271beca14c Fix about.
Matti Hamalainen <ccr@tnsp.org>
parents: 561
diff changeset
158 " - Now gone, but forever in our hearts -\n"
561
f0324fa1ea30 Increase about-box size, dedicate release to memory of Richard Joseph :(
Matti Hamalainen <ccr@tnsp.org>
parents: 513
diff changeset
159 "\n"
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
160 "\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
161 "(C) Copyright 1999-2007\n"
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
162 "\tTecnic Software productions (TNSP)\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
163 "\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
164 "Programming and design\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
165 "\tMatti 'ccr' Hämäläinen\n" "\n"
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
166 #ifdef HAVE_SIDPLAY1
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
167 "libSIDPlay1 created by\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
168 "\tMichael Schwendt\n" "\n"
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
169 #endif
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
170 #ifdef HAVE_SIDPLAY2
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
171 "libSIDPlay2 and reSID created by\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
172 "\tSimon White, Dag Lem,\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
173 "\tMichael Schwendt and rest.\n" "\n"
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
174 #endif
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
175 #ifdef HAVE_THEMETUNE
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
176 "\"Kummatti City\", theme of XMMS-SID 0.8\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
177 "\tby Ari 'Agemixer' Yliaho\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
178 "\t(C) Copyright 1998 Scallop\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
179 "\t(Refer to README for license)\n" "\n"
253
fa463b3ca57b Compile-time optionally enabled themetune support in about-dialog (click the logo image)
Matti Hamalainen <ccr@tnsp.org>
parents: 177
diff changeset
180 #endif
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
181 "Original XMMS-SID (v0.4) by\n" "\tWillem Monsuwe\n" "\n", -1);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
182
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
183 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
184 "Greetings fly out to ...\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
185 "\tEveryone at #Linux.Fi, #Fireball,\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
186 "\t#TNSP and #c-64 of IRCNet, #xmms\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
187 "\tof Freenode.net.\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
188 "\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
189 "\tDekadence, PWP, Byterapers,\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
190 "\tmfx, Unique, Fairlight, iSO,\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
191 "\tWrath Designs, Padua, Extend,\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
192 "\tPHn, Creators, Cosine, tAAt,\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
193 "\tViruz, Crest and Skalaria.\n" "\n", -1);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
194
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
195 gtk_text_insert(GTK_TEXT(about_text), NULL, NULL, NULL,
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
196 "Special thanks\n"
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
197 "\tGerfried 'Alfie' Fuchs\n"
426
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
198 "\tAndreas 'mrsid' Varga\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
199 "\tAll the betatesters.\n"
e4a7235746ec Indentation fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 422
diff changeset
200 "\tAll the users!\n", -1);
65
bf7b647b3239 The fabled 0.8-rewrite now works to some extent
Matti Hamalainen <ccr@tnsp.org>
parents: 63
diff changeset
201
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
202 alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
203 gtk_widget_set_name(alignment6, "alignment6");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
204 gtk_widget_ref(alignment6);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
205 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "alignment6", alignment6,
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
206 (GtkDestroyNotify) gtk_widget_unref);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
207 gtk_widget_show(alignment6);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
208 gtk_box_pack_start(GTK_BOX(about_vbox1), alignment6, FALSE, TRUE, 0);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
209 gtk_container_set_border_width(GTK_CONTAINER(alignment6), 8);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
210
575
511f9e4771e5 i18n stuff
Matti Hamalainen <ccr@tnsp.org>
parents: 564
diff changeset
211 about_close = gtk_button_new_with_label(_("Close"));
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
212 gtk_widget_set_name(about_close, "about_close");
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
213 gtk_widget_ref(about_close);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
214 gtk_object_set_data_full(GTK_OBJECT(xs_aboutwin), "about_close", about_close,
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
215 (GtkDestroyNotify) gtk_widget_unref);
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
216 gtk_widget_show(about_close);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
217 gtk_container_add(GTK_CONTAINER(alignment6), about_close);
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
218 GTK_WIDGET_SET_FLAGS(about_close, GTK_CAN_DEFAULT);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
219
513
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
220 gtk_signal_connect(GTK_OBJECT(about_close), "clicked",
e5b302358312 Cosmetics
Matti Hamalainen <ccr@tnsp.org>
parents: 426
diff changeset
221 GTK_SIGNAL_FUNC(xs_about_ok), NULL);
61
8207e95e0467 Made logo-pixmap internal again
Matti Hamalainen <ccr@tnsp.org>
parents: 46
diff changeset
222
359
b1a858b8cb1a Re-indentation all (non-generated) code.
Matti Hamalainen <ccr@tnsp.org>
parents: 342
diff changeset
223 gtk_widget_show(xs_aboutwin);
46
ffb606e17bec Re-added xs_about.c
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 }