Mercurial > pidgin.yaz
annotate src/gtkprefs.c @ 8978:8e69a730885c
[gaim-migrate @ 9752]
This fixes a bug whereby an oscar_direct_im could get destroyed, and then
gaim_proxy_connect would call its callback and we'd try to dereference it.
Als some small whitespace changes that my editor made for me.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Wed, 19 May 2004 04:43:16 +0000 |
parents | cd1c9bbab491 |
children | e2ad3e04d248 |
rev | line source |
---|---|
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1 /** |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2 * @file gtkprefs.c GTK+ Preferences |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
3 * @ingroup gtkui |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
4 * |
5440 | 5 * gaim |
6 * | |
8046 | 7 * Gaim is the legal property of its developers, whose names are too numerous |
8 * to list here. Please refer to the COPYRIGHT file distributed with this | |
9 * source distribution. | |
5440 | 10 * |
11 * This program is free software; you can redistribute it and/or modify | |
12 * it under the terms of the GNU General Public License as published by | |
13 * the Free Software Foundation; either version 2 of the License, or | |
14 * (at your option) any later version. | |
15 * | |
16 * This program is distributed in the hope that it will be useful, | |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 * GNU General Public License for more details. | |
20 * | |
21 * You should have received a copy of the GNU General Public License | |
22 * along with this program; if not, write to the Free Software | |
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
24 * | |
25 */ | |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6216
diff
changeset
|
26 #include "gtkinternal.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
27 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
28 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
29 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
30 #include "prefs.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
31 #include "proxy.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
32 #include "prpl.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
33 #include "sound.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
34 #include "util.h" |
8170 | 35 #include "multi.h" |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
36 #include "network.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
37 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
38 #include "gtkblist.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
39 #include "gtkconv.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
40 #include "gtkdebug.h" |
5440 | 41 #include "gtkimhtml.h" |
8833 | 42 #include "gtkimhtmltoolbar.h" |
5440 | 43 #include "gtkplugin.h" |
8713 | 44 #include "gtkpluginpref.h" |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
45 #include "gtkprefs.h" |
5684 | 46 #include "gtksound.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
47 #include "gtkutils.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
48 #include "stock.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
49 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
50 #include "ui.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5870
diff
changeset
|
51 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
52 #define PROXYHOST 0 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
53 #define PROXYPORT 1 |
6005 | 54 #define PROXYUSER 2 |
55 #define PROXYPASS 3 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
56 |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
57 /* XXX This needs to be made static after we solve the away.c mess. */ |
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
58 GtkListStore *prefs_away_store = NULL; |
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
59 GtkWidget *prefs_away_menu = NULL; |
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
60 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
61 static GtkWidget *tree_v = NULL; |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
62 |
5440 | 63 |
64 static int sound_row_sel = 0; | |
65 static char *last_sound_dir = NULL; | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
66 static GtkWidget *preflabel; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
67 static GtkWidget *prefsnotebook; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
68 static GtkTreeStore *prefstree; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
69 |
5440 | 70 |
71 static GtkWidget *sounddialog = NULL; | |
72 static GtkWidget *sound_entry = NULL; | |
73 static GtkWidget *away_text = NULL; | |
74 static GtkListStore *smiley_theme_store = NULL; | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
75 static GtkWidget *prefs_proxy_frame = NULL; |
5440 | 76 |
77 static GtkWidget *prefs = NULL; | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
78 static GtkWidget *debugbutton = NULL; |
5440 | 79 static int notebook_page = 0; |
8713 | 80 static GtkTreeIter proto_iter, plugin_iter; |
5440 | 81 |
8274 | 82 static guint browser_pref1_id = 0; |
83 static guint browser_pref2_id = 0; | |
6001 | 84 static guint proxy_pref_id = 0; |
6005 | 85 static guint sound_pref_id = 0; |
6142 | 86 static guint auto_resp_pref_id = 0; |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
87 |
5440 | 88 /* |
89 * PROTOTYPES | |
90 */ | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
91 static GtkTreeIter *prefs_notebook_add_page(const char*, GdkPixbuf*, |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
92 GtkWidget*, GtkTreeIter*, |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
93 GtkTreeIter*, int); |
8881 | 94 #if 0 /* PREFSLASH04 */ |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
95 static GtkWidget *show_color_pref(GtkWidget *, gboolean); |
8881 | 96 #endif |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
97 static void delete_prefs(GtkWidget *, void *); |
5440 | 98 static void update_plugin_list(void *data); |
99 | |
7931 | 100 static void set_default_away(GtkWidget *, gpointer); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
101 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
102 static void |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
103 update_spin_value(GtkWidget *w, GtkWidget *spin) |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
104 { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
105 const char *key = g_object_get_data(G_OBJECT(spin), "val"); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
106 int value; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
107 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
108 value = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spin)); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
109 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
110 gaim_prefs_set_int(key, value); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
111 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
112 |
7976 | 113 GtkWidget * |
7987 | 114 gaim_gtk_prefs_labeled_spin_button(GtkWidget *box, const gchar *title, |
115 char *key, int min, int max, GtkSizeGroup *sg) | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
116 { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
117 GtkWidget *hbox; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
118 GtkWidget *label; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
119 GtkWidget *spin; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
120 GtkObject *adjust; |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
121 int val; |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
122 |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
123 val = gaim_prefs_get_int(key); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
124 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
125 hbox = gtk_hbox_new(FALSE, 5); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
126 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 5); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
127 gtk_widget_show(hbox); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
128 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
129 label = gtk_label_new_with_mnemonic(title); |
8713 | 130 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
131 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
132 gtk_widget_show(label); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
133 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
134 adjust = gtk_adjustment_new(val, min, max, 1, 1, 1); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
135 spin = gtk_spin_button_new(GTK_ADJUSTMENT(adjust), 1, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
136 g_object_set_data(G_OBJECT(spin), "val", key); |
8467 | 137 if (max < 10000) |
138 gtk_widget_set_size_request(spin, 50, -1); | |
139 else | |
140 gtk_widget_set_size_request(spin, 60, -1); | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
141 gtk_box_pack_start(GTK_BOX(hbox), spin, FALSE, FALSE, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
142 g_signal_connect(G_OBJECT(adjust), "value-changed", |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
143 G_CALLBACK(update_spin_value), GTK_WIDGET(spin)); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
144 gtk_widget_show(spin); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
145 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
146 gtk_label_set_mnemonic_widget(GTK_LABEL(label), spin); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
147 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
148 if (sg) { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
149 gtk_size_group_add_widget(sg, label); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
150 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
151 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
152 |
8137 | 153 gaim_set_accessible_label (spin, label); |
154 | |
8238 | 155 return hbox; |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
156 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
157 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
158 static void |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
159 dropdown_set(GObject *w, const char *key) |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
160 { |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
161 const char *bool_key; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
162 const char *str_value; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
163 int int_value; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
164 GaimPrefType type; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
165 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
166 type = GPOINTER_TO_INT(g_object_get_data(w, "type")); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
167 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
168 if (type == GAIM_PREF_INT) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
169 int_value = GPOINTER_TO_INT(g_object_get_data(w, "value")); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
170 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
171 gaim_prefs_set_int(key, int_value); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
172 } |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
173 else if (type == GAIM_PREF_STRING) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
174 str_value = (const char *)g_object_get_data(w, "value"); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
175 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
176 gaim_prefs_set_string(key, str_value); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
177 } |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
178 else if (type == GAIM_PREF_BOOLEAN) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
179 bool_key = (const char *)g_object_get_data(w, "value"); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
180 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
181 if (!strcmp(key, bool_key)) |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
182 return; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
183 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
184 gaim_prefs_set_bool(key, FALSE); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
185 gaim_prefs_set_bool(bool_key, TRUE); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
186 } |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
187 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
188 |
7976 | 189 GtkWidget * |
7987 | 190 gaim_gtk_prefs_dropdown_from_list(GtkWidget *box, const gchar *title, |
191 GaimPrefType type, const char *key, GList *menuitems) | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
192 { |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
193 GtkWidget *dropdown, *opt, *menu; |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
194 GtkWidget *label; |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
195 GtkWidget *hbox; |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
196 gchar *text; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
197 const char *bool_key = NULL; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
198 const char *stored_str = NULL; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
199 int stored_int = 0; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
200 int int_value = 0; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
201 const char *str_value = NULL; |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
202 int o = 0; |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
203 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
204 g_return_val_if_fail(menuitems != NULL, NULL); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
205 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
206 hbox = gtk_hbox_new(FALSE, 5); |
8713 | 207 /*gtk_container_add (GTK_CONTAINER (box), hbox);*/ |
208 gtk_box_pack_start(GTK_BOX(box), hbox, FALSE, FALSE, 0); | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
209 gtk_widget_show(hbox); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
210 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
211 label = gtk_label_new_with_mnemonic(title); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
212 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
213 gtk_widget_show(label); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
214 |
8577 | 215 #if 0 /* GTK_CHECK_VERSION(2,4,0) */ |
216 if(type == GAIM_PREF_INT) | |
217 model = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_INT); | |
218 else if(type == GAIM_PREF_STRING) | |
219 model = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_STRING); | |
220 dropdown = gtk_combo_box_new_with_model(model); | |
221 #else | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
222 dropdown = gtk_option_menu_new(); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
223 menu = gtk_menu_new(); |
8577 | 224 #endif |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
225 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
226 gtk_label_set_mnemonic_widget(GTK_LABEL(label), dropdown); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
227 |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
228 if (type == GAIM_PREF_INT) |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
229 stored_int = gaim_prefs_get_int(key); |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
230 else if (type == GAIM_PREF_STRING) |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
231 stored_str = gaim_prefs_get_string(key); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
232 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
233 while (menuitems != NULL && (text = (char *) menuitems->data) != NULL) { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
234 menuitems = g_list_next(menuitems); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
235 g_return_val_if_fail(menuitems != NULL, NULL); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
236 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
237 opt = gtk_menu_item_new_with_label(text); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
238 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
239 g_object_set_data(G_OBJECT(opt), "type", GINT_TO_POINTER(type)); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
240 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
241 if (type == GAIM_PREF_INT) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
242 int_value = GPOINTER_TO_INT(menuitems->data); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
243 g_object_set_data(G_OBJECT(opt), "value", |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
244 GINT_TO_POINTER(int_value)); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
245 } |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
246 else if (type == GAIM_PREF_STRING) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
247 str_value = (const char *)menuitems->data; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
248 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
249 g_object_set_data(G_OBJECT(opt), "value", (char *)str_value); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
250 } |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
251 else if (type == GAIM_PREF_BOOLEAN) { |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
252 bool_key = (const char *)menuitems->data; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
253 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
254 g_object_set_data(G_OBJECT(opt), "value", (char *)bool_key); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
255 } |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
256 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
257 g_signal_connect(G_OBJECT(opt), "activate", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
258 G_CALLBACK(dropdown_set), (char *)key); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
259 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
260 gtk_widget_show(opt); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
261 gtk_menu_shell_append(GTK_MENU_SHELL(menu), opt); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
262 |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
263 if ((type == GAIM_PREF_INT && stored_int == int_value) || |
5753
96214f5de47c
[gaim-migrate @ 6178]
Christian Hammond <chipx86@chipx86.com>
parents:
5716
diff
changeset
|
264 (type == GAIM_PREF_STRING && stored_str != NULL && |
96214f5de47c
[gaim-migrate @ 6178]
Christian Hammond <chipx86@chipx86.com>
parents:
5716
diff
changeset
|
265 !strcmp(stored_str, str_value)) || |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
266 (type == GAIM_PREF_BOOLEAN && gaim_prefs_get_bool(bool_key))) { |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
267 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
268 gtk_menu_set_active(GTK_MENU(menu), o); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
269 } |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
270 |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
271 menuitems = g_list_next(menuitems); |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
272 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
273 o++; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
274 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
275 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
276 gtk_option_menu_set_menu(GTK_OPTION_MENU(dropdown), menu); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
277 gtk_box_pack_start(GTK_BOX(hbox), dropdown, FALSE, FALSE, 0); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
278 gtk_widget_show(dropdown); |
8137 | 279 gaim_set_accessible_label (dropdown, label); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
280 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
281 return label; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
282 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
283 |
7976 | 284 GtkWidget * |
7987 | 285 gaim_gtk_prefs_dropdown(GtkWidget *box, const gchar *title, GaimPrefType type, |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
286 const char *key, ...) |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
287 { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
288 va_list ap; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
289 GList *menuitems = NULL; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
290 GtkWidget *dropdown = NULL; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
291 char *name; |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
292 int int_value; |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
293 const char *str_value; |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
294 |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
295 va_start(ap, key); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
296 while ((name = va_arg(ap, char *)) != NULL) { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
297 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
298 menuitems = g_list_prepend(menuitems, name); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
299 |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
300 if (type == GAIM_PREF_INT) { |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
301 int_value = va_arg(ap, int); |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
302 menuitems = g_list_prepend(menuitems, GINT_TO_POINTER(int_value)); |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
303 } |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
304 else { |
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
305 str_value = va_arg(ap, const char *); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
306 menuitems = g_list_prepend(menuitems, (char *)str_value); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
307 } |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
308 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
309 va_end(ap); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
310 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
311 g_return_val_if_fail(menuitems != NULL, NULL); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
312 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
313 menuitems = g_list_reverse(menuitems); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
314 |
7987 | 315 dropdown = gaim_gtk_prefs_dropdown_from_list(box, title, type, key, |
316 menuitems); | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
317 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
318 g_list_free(menuitems); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
319 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
320 return dropdown; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
321 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
322 |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
323 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
324 delete_prefs(GtkWidget *asdf, void *gdsa) |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
325 { |
5440 | 326 GList *l; |
327 GaimPlugin *plug; | |
328 | |
329 gaim_plugins_unregister_probe_notify_cb(update_plugin_list); | |
330 | |
331 prefs = NULL; | |
332 tree_v = NULL; | |
333 sound_entry = NULL; | |
334 debugbutton = NULL; | |
335 prefs_away_menu = NULL; | |
336 notebook_page = 0; | |
337 smiley_theme_store = NULL; | |
338 if(sounddialog) | |
339 gtk_widget_destroy(sounddialog); | |
340 g_object_unref(G_OBJECT(prefs_away_store)); | |
341 prefs_away_store = NULL; | |
342 | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
343 /* Unregister callbacks. */ |
8274 | 344 gaim_prefs_disconnect_callback(browser_pref1_id); |
345 gaim_prefs_disconnect_callback(browser_pref2_id); | |
6001 | 346 gaim_prefs_disconnect_callback(proxy_pref_id); |
6005 | 347 gaim_prefs_disconnect_callback(sound_pref_id); |
6142 | 348 gaim_prefs_disconnect_callback(auto_resp_pref_id); |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
349 |
5440 | 350 for (l = gaim_plugins_get_loaded(); l != NULL; l = l->next) { |
351 plug = l->data; | |
352 | |
353 if (GAIM_IS_GTK_PLUGIN(plug)) { | |
354 GaimGtkPluginUiInfo *ui_info; | |
355 | |
356 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
357 | |
358 if (ui_info->iter != NULL) { | |
359 g_free(ui_info->iter); | |
360 ui_info->iter = NULL; | |
361 } | |
362 } | |
8745 | 363 |
364 if(GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
365 GaimPluginUiInfo *prefs_info; | |
366 | |
367 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
368 | |
8814 | 369 if(prefs_info->frame != NULL) { |
370 gaim_plugin_pref_frame_destroy(prefs_info->frame); | |
371 prefs_info->frame = NULL; | |
372 } | |
373 | |
8745 | 374 if(prefs_info->iter != NULL) { |
375 g_free(prefs_info->iter); | |
376 prefs_info->iter = NULL; | |
377 } | |
378 } | |
5440 | 379 } |
380 } | |
381 | |
382 static void pref_nb_select(GtkTreeSelection *sel, GtkNotebook *nb) { | |
383 GtkTreeIter iter; | |
384 char text[128]; | |
385 GValue val = { 0, }; | |
386 GtkTreeModel *model = GTK_TREE_MODEL(prefstree); | |
387 | |
388 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
389 return; | |
390 gtk_tree_model_get_value (model, &iter, 1, &val); | |
391 g_snprintf(text, sizeof(text), "<span weight=\"bold\" size=\"larger\">%s</span>", | |
392 g_value_get_string(&val)); | |
393 gtk_label_set_markup (GTK_LABEL(preflabel), text); | |
394 g_value_unset (&val); | |
395 gtk_tree_model_get_value (model, &iter, 2, &val); | |
396 gtk_notebook_set_current_page (GTK_NOTEBOOK (prefsnotebook), g_value_get_int (&val)); | |
397 | |
398 } | |
399 | |
400 /* These are the pages in the preferences notebook */ | |
401 GtkWidget *interface_page() { | |
402 GtkWidget *ret; | |
403 GtkWidget *vbox; | |
404 ret = gtk_vbox_new(FALSE, 18); | |
405 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
406 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
407 vbox = gaim_gtk_make_frame(ret, _("Interface Options")); |
5440 | 408 |
7987 | 409 gaim_gtk_prefs_checkbox(_("D_isplay remote nicknames if no alias is set"), |
410 "/core/buddies/use_server_alias", vbox); | |
5440 | 411 |
412 | |
413 gtk_widget_show_all(ret); | |
414 return ret; | |
415 } | |
416 | |
417 static void smiley_sel (GtkTreeSelection *sel, GtkTreeModel *model) { | |
418 GtkTreeIter iter; | |
419 const char *filename; | |
420 GValue val = { 0, }; | |
5841 | 421 |
5440 | 422 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) |
423 return; | |
424 gtk_tree_model_get_value (model, &iter, 2, &val); | |
425 filename = g_value_get_string(&val); | |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
426 gaim_prefs_set_string("/gaim/gtk/smileys/theme", filename); |
5440 | 427 g_value_unset (&val); |
428 } | |
429 | |
430 GtkTreePath *theme_refresh_theme_list() | |
431 { | |
432 GdkPixbuf *pixbuf; | |
433 GSList *themes; | |
434 GtkTreeIter iter; | |
435 GtkTreePath *path = NULL; | |
436 int ind = 0; | |
437 | |
438 | |
439 smiley_theme_probe(); | |
440 | |
441 if (!smiley_themes) | |
442 return NULL; | |
443 | |
444 themes = smiley_themes; | |
445 | |
446 gtk_list_store_clear(smiley_theme_store); | |
447 | |
448 while (themes) { | |
449 struct smiley_theme *theme = themes->data; | |
450 char *description = g_strdup_printf("<span size='larger' weight='bold'>%s</span> - %s\n" | |
451 "<span size='smaller' foreground='dim grey'>%s</span>", | |
452 theme->name, theme->author, theme->desc); | |
453 gtk_list_store_append (smiley_theme_store, &iter); | |
8494 | 454 |
455 /* | |
456 * LEAK - Gentoo memprof thinks pixbuf is leaking here... but it | |
457 * looks like it should be ok to me. Anyone know what's up? --Mark | |
458 */ | |
8963 | 459 pixbuf = (theme->icon ? gdk_pixbuf_new_from_file(theme->icon, NULL) : NULL); |
5440 | 460 |
461 gtk_list_store_set(smiley_theme_store, &iter, | |
462 0, pixbuf, | |
463 1, description, | |
464 2, theme->path, | |
8928 | 465 3, theme->name, |
5440 | 466 -1); |
7094
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
467 |
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
468 if (pixbuf != NULL) |
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
469 g_object_unref(G_OBJECT(pixbuf)); |
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
470 |
5440 | 471 g_free(description); |
472 themes = themes->next; | |
473 if (current_smiley_theme && !strcmp(theme->path, current_smiley_theme->path)) { | |
474 /* path = gtk_tree_path_new_from_indices(ind); */ | |
475 char *iwishihadgtk2_2 = g_strdup_printf("%d", ind); | |
476 path = gtk_tree_path_new_from_string(iwishihadgtk2_2); | |
477 g_free(iwishihadgtk2_2); | |
478 } | |
479 ind++; | |
480 } | |
481 | |
482 return path; | |
483 } | |
484 | |
485 void theme_install_theme(char *path, char *extn) { | |
486 #ifndef _WIN32 | |
487 gchar *command; | |
488 #endif | |
489 gchar *destdir; | |
490 gchar *tail; | |
8494 | 491 GtkTreePath *themepath = NULL; |
5440 | 492 |
493 /* Just to be safe */ | |
494 g_strchomp(path); | |
495 | |
496 /* I dont know what you are, get out of here */ | |
497 if (extn != NULL) | |
498 tail = extn; | |
499 else if ((tail = strrchr(path, '.')) == NULL) | |
500 return; | |
501 | |
502 destdir = g_strconcat(gaim_user_dir(), G_DIR_SEPARATOR_S "smileys", NULL); | |
503 | |
504 /* We'll check this just to make sure. This also lets us do something different on | |
505 * other platforms, if need be */ | |
506 if (!g_ascii_strcasecmp(tail, ".gz") || !g_ascii_strcasecmp(tail, ".tgz")) { | |
507 #ifndef _WIN32 | |
508 command = g_strdup_printf("tar > /dev/null xzf \"%s\" -C %s", path, destdir); | |
509 #else | |
510 if(!wgaim_gz_untar(path, destdir)) { | |
511 g_free(destdir); | |
512 return; | |
513 } | |
514 #endif | |
515 } | |
516 else { | |
517 g_free(destdir); | |
518 return; | |
519 } | |
520 | |
521 #ifndef _WIN32 | |
522 /* Fire! */ | |
523 system(command); | |
524 | |
525 g_free(command); | |
526 #endif | |
527 g_free(destdir); | |
528 | |
8494 | 529 themepath = theme_refresh_theme_list(); |
530 if (themepath != NULL) | |
531 gtk_tree_path_free(themepath); | |
5440 | 532 } |
533 | |
7094
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
534 static void |
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
535 theme_got_url(void *data, const char *themedata, size_t len) |
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
536 { |
5440 | 537 FILE *f; |
538 gchar *path; | |
539 | |
540 f = gaim_mkstemp(&path); | |
541 fwrite(themedata, len, 1, f); | |
542 fclose(f); | |
543 | |
544 theme_install_theme(path, data); | |
545 | |
546 unlink(path); | |
547 g_free(path); | |
548 } | |
549 | |
550 void theme_dnd_recv(GtkWidget *widget, GdkDragContext *dc, guint x, guint y, GtkSelectionData *sd, | |
551 guint info, guint t, gpointer data) { | |
552 gchar *name = sd->data; | |
553 | |
554 if ((sd->length >= 0) && (sd->format == 8)) { | |
555 /* Well, it looks like the drag event was cool. | |
556 * Let's do something with it */ | |
557 | |
558 if (!g_ascii_strncasecmp(name, "file://", 7)) { | |
559 GError *converr = NULL; | |
560 gchar *tmp; | |
561 /* It looks like we're dealing with a local file. Let's | |
562 * just untar it in the right place */ | |
563 if(!(tmp = g_filename_from_uri(name, NULL, &converr))) { | |
564 gaim_debug(GAIM_DEBUG_ERROR, "theme dnd", "%s\n", | |
565 (converr ? converr->message : | |
566 "g_filename_from_uri error")); | |
567 return; | |
568 } | |
569 theme_install_theme(tmp, NULL); | |
570 g_free(tmp); | |
571 } else if (!g_ascii_strncasecmp(name, "http://", 7)) { | |
572 /* Oo, a web drag and drop. This is where things | |
573 * will start to get interesting */ | |
574 gchar *tail; | |
575 | |
576 if ((tail = strrchr(name, '.')) == NULL) | |
577 return; | |
578 | |
579 /* We'll check this just to make sure. This also lets us do something different on | |
580 * other platforms, if need be */ | |
7094
2343c3aa1dec
[gaim-migrate @ 7659]
Christian Hammond <chipx86@chipx86.com>
parents:
7092
diff
changeset
|
581 gaim_url_fetch(name, TRUE, NULL, FALSE, theme_got_url, ".tgz"); |
5440 | 582 } |
583 | |
584 gtk_drag_finish(dc, TRUE, FALSE, t); | |
585 } | |
586 | |
587 gtk_drag_finish(dc, FALSE, FALSE, t); | |
588 } | |
589 | |
8928 | 590 /* Does same as normal sort, except "none" is sorted first */ |
591 gint gaim_sort_smileys (GtkTreeModel *model, | |
592 GtkTreeIter *a, | |
593 GtkTreeIter *b, | |
594 gpointer userdata) | |
595 { | |
596 gint ret = 0; | |
597 gchar *name1, *name2; | |
598 | |
599 gtk_tree_model_get(model, a, 3, &name1, -1); | |
600 gtk_tree_model_get(model, b, 3, &name2, -1); | |
601 | |
602 if (name1 == NULL || name2 == NULL) { | |
603 if (!(name1 == NULL && name2 == NULL)) | |
604 ret = (name1 == NULL) ? -1: 1; | |
605 } else if (!g_ascii_strcasecmp(name1, "none")) { | |
606 /* Sort name1 first */ | |
607 ret = -1; | |
608 } else if (!g_ascii_strcasecmp(name2, "none")) { | |
609 /* Sort name2 first */ | |
610 ret = 1; | |
611 } else { | |
612 /* Neither string is "none", default to normal sort */ | |
613 ret = g_utf8_collate(name1,name2); | |
614 } | |
615 | |
616 return ret; | |
617 } | |
618 | |
5440 | 619 GtkWidget *theme_page() { |
620 GtkWidget *ret; | |
621 GtkWidget *sw; | |
622 GtkWidget *view; | |
623 GtkCellRenderer *rend; | |
624 GtkTreeViewColumn *col; | |
625 GtkTreeSelection *sel; | |
626 GtkTreePath *path = NULL; | |
627 GtkWidget *label; | |
628 GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 0, 1},{"STRING", 0, 2}}; | |
629 | |
630 ret = gtk_vbox_new(FALSE, 18); | |
631 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
632 | |
633 label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list.")); | |
634 | |
635 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | |
636 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
637 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); | |
638 | |
639 gtk_box_pack_start(GTK_BOX(ret), label, FALSE, TRUE, 0); | |
640 gtk_widget_show(label); | |
641 | |
642 sw = gtk_scrolled_window_new(NULL,NULL); | |
7939 | 643 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
7931 | 644 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
5440 | 645 |
646 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
8928 | 647 smiley_theme_store = gtk_list_store_new (4, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING); |
5440 | 648 |
649 path = theme_refresh_theme_list(); | |
8075 | 650 |
5440 | 651 view = gtk_tree_view_new_with_model (GTK_TREE_MODEL(smiley_theme_store)); |
652 | |
653 gtk_drag_dest_set(view, GTK_DEST_DEFAULT_MOTION | GTK_DEST_DEFAULT_HIGHLIGHT | GTK_DEST_DEFAULT_DROP, te, | |
654 sizeof(te) / sizeof(GtkTargetEntry) , GDK_ACTION_COPY | GDK_ACTION_MOVE); | |
655 | |
656 g_signal_connect(G_OBJECT(view), "drag_data_received", G_CALLBACK(theme_dnd_recv), smiley_theme_store); | |
657 | |
658 rend = gtk_cell_renderer_pixbuf_new(); | |
659 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (view)); | |
660 | |
661 if(path) { | |
662 gtk_tree_selection_select_path(sel, path); | |
663 gtk_tree_path_free(path); | |
664 } | |
8928 | 665 |
666 /* Custom sort so "none" theme is at top of list */ | |
667 gtk_tree_sortable_set_sort_func(GTK_TREE_SORTABLE(smiley_theme_store), | |
668 3, gaim_sort_smileys, NULL, NULL); | |
669 | |
8075 | 670 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(smiley_theme_store), |
8928 | 671 3, GTK_SORT_ASCENDING); |
5440 | 672 |
673 col = gtk_tree_view_column_new_with_attributes (_("Icon"), | |
674 rend, | |
675 "pixbuf", 0, | |
676 NULL); | |
677 gtk_tree_view_append_column (GTK_TREE_VIEW(view), col); | |
678 | |
679 rend = gtk_cell_renderer_text_new(); | |
680 col = gtk_tree_view_column_new_with_attributes (_("Description"), | |
681 rend, | |
682 "markup", 1, | |
683 NULL); | |
684 gtk_tree_view_append_column (GTK_TREE_VIEW(view), col); | |
685 g_object_unref(G_OBJECT(smiley_theme_store)); | |
686 gtk_container_add(GTK_CONTAINER(sw), view); | |
687 | |
8075 | 688 g_signal_connect(G_OBJECT(sel), "changed", G_CALLBACK(smiley_sel), NULL); |
5440 | 689 |
690 gtk_widget_show_all(ret); | |
8137 | 691 |
692 gaim_set_accessible_label (view, label); | |
693 | |
5440 | 694 return ret; |
695 } | |
696 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
697 static void update_color(GtkWidget *w, GtkWidget *pic) |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
698 { |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
699 GdkColor c; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
700 GtkStyle *style; |
5627 | 701 GdkColor color; |
702 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
703 c.pixel = 0; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
704 |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
705 if (pic == pref_fg_picture) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
706 if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_fgcolor")) { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
707 gdk_color_parse(gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor"), |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
708 &color); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
709 c.red = color.red; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
710 c.blue = color.blue; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
711 c.green = color.green; |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
712 } else { |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
713 c.red = 0; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
714 c.blue = 0; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
715 c.green = 0; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
716 } |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
717 } else { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
718 if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_bgcolor")) { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
719 gdk_color_parse(gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor"), |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
720 &color); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
721 c.red = color.red; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
722 c.blue = color.blue; |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
723 c.green = color.green; |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
724 } else { |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
725 c.red = 0xffff; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
726 c.blue = 0xffff; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
727 c.green = 0xffff; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
728 } |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
729 } |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
730 |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
731 style = gtk_style_new(); |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
732 style->bg[0] = c; |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
733 gtk_widget_set_style(pic, style); |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
734 g_object_unref(style); |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
735 } |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
736 |
5440 | 737 GtkWidget *font_page() { |
738 GtkWidget *ret; | |
8833 | 739 GtkWidget *imhtml; |
740 GtkWidget *toolbar; | |
741 GtkWidget *sw; | |
5440 | 742 |
743 ret = gtk_vbox_new(FALSE, 18); | |
744 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
745 | |
8833 | 746 toolbar = gtk_imhtmltoolbar_new(); |
747 gtk_box_pack_start(GTK_BOX(ret), toolbar, FALSE, FALSE, 0); | |
748 | |
749 sw = gtk_scrolled_window_new(NULL, NULL); | |
750 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), | |
751 GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); | |
752 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); | |
753 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
754 | |
755 | |
756 imhtml = gtk_imhtml_new(NULL, NULL); | |
757 gtk_imhtml_set_editable(GTK_IMHTML(imhtml), TRUE); | |
758 gtk_imhtml_set_format_functions(GTK_IMHTML(imhtml), GTK_IMHTML_ALL ^ GTK_IMHTML_IMAGE); | |
8836 | 759 gtk_imhtml_set_whole_buffer_formatting_only(GTK_IMHTML(imhtml), TRUE); |
8833 | 760 |
761 gtk_imhtml_smiley_shortcuts(GTK_IMHTML(imhtml), | |
762 gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts")); | |
763 gtk_imhtml_html_shortcuts(GTK_IMHTML(imhtml), | |
764 gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts")); | |
765 gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(toolbar), imhtml); | |
766 gtk_imhtmltoolbar_associate_smileys(GTK_IMHTMLTOOLBAR(toolbar), "default"); | |
767 gaim_setup_imhtml(imhtml); | |
768 gtk_imhtml_append_text(GTK_IMHTML(imhtml), "This is preview text", 0); | |
769 gtk_container_add(GTK_CONTAINER(sw), imhtml); | |
770 | |
8836 | 771 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_bold")) |
772 gtk_imhtml_toggle_bold(GTK_IMHTML(imhtml)); | |
773 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_italic")) | |
774 gtk_imhtml_toggle_italic(GTK_IMHTML(imhtml)); | |
775 if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_underline")) | |
776 gtk_imhtml_toggle_underline(GTK_IMHTML(imhtml)); | |
777 | |
778 gtk_imhtml_font_set_size(GTK_IMHTML(imhtml), gaim_prefs_get_int("/gaim/gtk/conversations/font_size")); | |
779 gtk_imhtml_toggle_forecolor(GTK_IMHTML(imhtml), gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor")); | |
780 gtk_imhtml_toggle_backcolor(GTK_IMHTML(imhtml), gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor")); | |
781 gtk_imhtml_toggle_fontface(GTK_IMHTML(imhtml), gaim_prefs_get_string("/gaim/gtk/conversations/font_face")); | |
782 | |
5440 | 783 gtk_widget_show_all(ret); |
784 return ret; | |
785 } | |
786 | |
787 | |
788 GtkWidget *messages_page() { | |
789 GtkWidget *ret; | |
790 GtkWidget *vbox; | |
791 ret = gtk_vbox_new(FALSE, 18); | |
792 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
793 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
794 vbox = gaim_gtk_make_frame (ret, _("Display")); |
7987 | 795 gaim_gtk_prefs_checkbox(_("Show _timestamp on messages"), |
796 "/gaim/gtk/conversations/show_timestamps", vbox); | |
5440 | 797 #ifdef USE_GTKSPELL |
7987 | 798 gaim_gtk_prefs_checkbox(_("_Highlight misspelled words"), |
799 "/gaim/gtk/conversations/spellcheck", vbox); | |
5440 | 800 #endif |
8944 | 801 gaim_gtk_prefs_checkbox(_("Ignore formatting on incoming messages"), |
802 "/gaim/gtk/conversations/ignore_formatting", vbox); | |
5440 | 803 gtk_widget_show_all(ret); |
804 return ret; | |
805 } | |
806 | |
807 GtkWidget *hotkeys_page() { | |
808 GtkWidget *ret; | |
809 GtkWidget *vbox; | |
810 ret = gtk_vbox_new(FALSE, 18); | |
811 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
812 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
813 vbox = gaim_gtk_make_frame(ret, _("Send Message")); |
7987 | 814 gaim_gtk_prefs_checkbox(_("Enter _sends message"), |
815 "/gaim/gtk/conversations/enter_sends", vbox); | |
816 gaim_gtk_prefs_checkbox(_("C_ontrol-Enter sends message"), | |
817 "/gaim/gtk/conversations/ctrl_enter_sends", vbox); | |
5440 | 818 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
819 vbox = gaim_gtk_make_frame (ret, _("Window Closing")); |
7987 | 820 gaim_gtk_prefs_checkbox(_("_Escape closes window"), |
821 "/gaim/gtk/conversations/escape_closes", vbox); | |
5440 | 822 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
823 vbox = gaim_gtk_make_frame(ret, _("Insertions")); |
8927 | 824 gaim_gtk_prefs_checkbox(_("Control-{B/I/U} changes _formatting"), |
7987 | 825 "/gaim/gtk/conversations/html_shortcuts", vbox); |
826 gaim_gtk_prefs_checkbox(_("Control-(number) _inserts smileys"), | |
827 "/gaim/gtk/conversations/smiley_shortcuts", vbox); | |
5440 | 828 |
829 gtk_widget_show_all(ret); | |
830 return ret; | |
831 } | |
832 | |
833 GtkWidget *list_page() { | |
834 GtkWidget *ret; | |
835 GtkWidget *vbox; | |
836 GList *l= NULL; | |
5567
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
837 GSList *sl; |
5440 | 838 ret = gtk_vbox_new(FALSE, 18); |
839 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
7305 | 840 |
841 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
842 vbox = gaim_gtk_make_frame (ret, _("Buddy List Sorting")); |
5567
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
843 |
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
844 for (sl = gaim_gtk_blist_sort_methods; sl != NULL; sl = sl->next) { |
5631 | 845 struct gaim_gtk_blist_sort_method *method = sl->data; |
846 | |
847 l = g_list_append(l, method->name); | |
848 l = g_list_append(l, method->id); | |
5440 | 849 } |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
850 |
8063 | 851 gaim_gtk_prefs_dropdown_from_list(vbox, _("_Sorting:"), GAIM_PREF_STRING, |
7987 | 852 "/gaim/gtk/blist/sort_type", l); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
853 |
5440 | 854 g_list_free(l); |
855 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
856 vbox = gaim_gtk_make_frame (ret, _("Buddy List Window")); |
8949 | 857 gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, |
858 "/gaim/gtk/blist/button_style", | |
859 _("Pictures"), GAIM_BUTTON_IMAGE, | |
860 _("Text"), GAIM_BUTTON_TEXT, | |
861 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
862 _("None"), GAIM_BUTTON_NONE, | |
863 NULL); | |
7987 | 864 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
865 "/gaim/gtk/blist/raise_on_events", vbox); | |
5440 | 866 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
867 vbox = gaim_gtk_make_frame (ret, _("Buddy Display")); |
7987 | 868 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), |
7305 | 869 "/gaim/gtk/blist/show_buddy_icons", vbox); |
7987 | 870 gaim_gtk_prefs_checkbox(_("Show _warning levels"), |
7305 | 871 "/gaim/gtk/blist/show_warning_level", vbox); |
7987 | 872 gaim_gtk_prefs_checkbox(_("Show idle _times"), |
7305 | 873 "/gaim/gtk/blist/show_idle_time", vbox); |
7987 | 874 gaim_gtk_prefs_checkbox(_("Dim i_dle buddies"), |
7305 | 875 "/gaim/gtk/blist/grey_idle_buddies", vbox); |
7987 | 876 gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"), |
7731 | 877 "/gaim/gtk/blist/auto_expand_contacts", vbox); |
5440 | 878 |
879 gtk_widget_show_all(ret); | |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
880 |
5440 | 881 return ret; |
882 } | |
883 | |
884 GtkWidget *conv_page() { | |
885 GtkWidget *ret; | |
886 GtkWidget *vbox; | |
887 GtkWidget *label; | |
8881 | 888 GtkWidget *close_checkbox;/*, *icons_checkbox;*/ |
7128 | 889 GtkWidget *tabs_checkbox, *same_checkbox; |
5440 | 890 GtkSizeGroup *sg; |
891 GList *names = NULL; | |
892 | |
893 ret = gtk_vbox_new(FALSE, 18); | |
894 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); | |
895 | |
896 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
897 vbox = gaim_gtk_make_frame(ret, _("Conversations")); |
5440 | 898 |
5858 | 899 names = gaim_conv_placement_get_options(); |
5440 | 900 |
7987 | 901 label = gaim_gtk_prefs_dropdown_from_list(vbox, _("_Placement:"), |
7561
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7553
diff
changeset
|
902 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names); |
5440 | 903 g_list_free(names); |
904 | |
905 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
906 gtk_size_group_add_widget(sg, label); | |
907 | |
8600 | 908 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"), |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7305
diff
changeset
|
909 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7305
diff
changeset
|
910 |
8015 | 911 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), |
912 "/core/conversations/use_alias_for_title", vbox); | |
913 | |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
914 vbox = gaim_gtk_make_frame (ret, _("Tab Options")); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
915 |
7987 | 916 label = gaim_gtk_prefs_dropdown(vbox, _("_Tab Placement:"), GAIM_PREF_INT, |
917 "/gaim/gtk/conversations/tab_side", | |
918 _("Top"), GTK_POS_TOP, | |
919 _("Bottom"), GTK_POS_BOTTOM, | |
920 _("Left"), GTK_POS_LEFT, | |
921 _("Right"), GTK_POS_RIGHT, | |
922 NULL); | |
5667 | 923 |
924 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
925 gtk_size_group_add_widget(sg, label); | |
926 | |
7987 | 927 tabs_checkbox = gaim_gtk_prefs_checkbox(_("Show IMs and chats in _tabbed windows"), |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
928 "/gaim/gtk/conversations/tabs", vbox); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
929 |
7987 | 930 same_checkbox = gaim_gtk_prefs_checkbox(_("Show IMs and chats in _same tabbed window"), |
6799 | 931 "/core/conversations/combine_chat_im", vbox); |
932 | |
7128 | 933 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { |
934 gtk_widget_set_sensitive(GTK_WIDGET(same_checkbox), FALSE); | |
935 } | |
936 | |
937 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked", | |
938 G_CALLBACK(gaim_gtk_toggle_sensitive), same_checkbox); | |
939 | |
7987 | 940 close_checkbox = gaim_gtk_prefs_checkbox(_("Show _close button on tabs"), |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
941 "/gaim/gtk/conversations/close_on_tabs", |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
942 vbox); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
943 |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
944 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
945 gtk_widget_set_sensitive(GTK_WIDGET(close_checkbox), FALSE); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
946 } |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
947 |
7128 | 948 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked", |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
949 G_CALLBACK(gaim_gtk_toggle_sensitive), close_checkbox); |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6384
diff
changeset
|
950 |
5440 | 951 gtk_widget_show_all(ret); |
952 | |
953 return ret; | |
954 } | |
955 | |
956 GtkWidget *im_page() { | |
957 GtkWidget *ret; | |
958 GtkWidget *vbox; | |
8881 | 959 #if 0 /* PREFSLASH04 */ |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
960 GtkWidget *widge; |
8881 | 961 #endif /* PREFSLASH04 */ |
5440 | 962 GtkSizeGroup *sg; |
963 | |
964 ret = gtk_vbox_new(FALSE, 18); | |
965 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
966 | |
967 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
968 | |
8966 | 969 vbox = gaim_gtk_make_frame (ret, _("Window")); |
8881 | 970 #if 0 /* PREFSLASH04 */ |
7987 | 971 widge = gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, |
972 "/gaim/gtk/conversations/im/button_type", | |
973 _("Pictures"), GAIM_BUTTON_IMAGE, | |
974 _("Text"), GAIM_BUTTON_TEXT, | |
975 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
8811 | 976 _("None"), GAIM_BUTTON_NONE, |
7987 | 977 NULL); |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
978 |
5440 | 979 gtk_size_group_add_widget(sg, widge); |
980 gtk_misc_set_alignment(GTK_MISC(widge), 0, 0); | |
8966 | 981 #endif /* PREFSLASH04 */ |
7987 | 982 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
983 "/gaim/gtk/conversations/im/raise_on_events", vbox); | |
5440 | 984 gtk_widget_show (vbox); |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
985 vbox = gaim_gtk_make_frame (ret, _("Buddy Icons")); |
7987 | 986 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), |
987 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); | |
988 gaim_gtk_prefs_checkbox(_("Enable buddy icon a_nimation"), | |
989 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); | |
5440 | 990 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
991 vbox = gaim_gtk_make_frame (ret, _("Typing Notification")); |
7987 | 992 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"), |
993 "/core/conversations/im/send_typing", vbox); | |
5440 | 994 |
995 gtk_widget_show_all(ret); | |
996 return ret; | |
997 } | |
998 | |
999 GtkWidget *chat_page() { | |
1000 GtkWidget *ret; | |
1001 GtkWidget *vbox; | |
8881 | 1002 #if 0 /* PREFSLASH04 */ |
5440 | 1003 GtkWidget *dd; |
8881 | 1004 #endif /* PREFSLASH04 */ |
5440 | 1005 GtkSizeGroup *sg; |
1006 | |
1007 ret = gtk_vbox_new(FALSE, 18); | |
1008 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1009 | |
1010 sg = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); | |
8966 | 1011 vbox = gaim_gtk_make_frame (ret, _("Window")); |
8881 | 1012 #if 0 /* PREFSLASH04 */ |
7987 | 1013 dd = gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, |
1014 "/gaim/gtk/conversations/chat/button_type", | |
1015 _("Pictures"), GAIM_BUTTON_IMAGE, | |
1016 _("Text"), GAIM_BUTTON_TEXT, | |
1017 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
8811 | 1018 _("None"), GAIM_BUTTON_NONE, |
7987 | 1019 NULL); |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
1020 |
5440 | 1021 gtk_size_group_add_widget(sg, dd); |
1022 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
8966 | 1023 #endif /* PREFSLASH04 */ |
7987 | 1024 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
1025 "/gaim/gtk/conversations/chat/raise_on_events", vbox); | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1026 vbox = gaim_gtk_make_frame (ret, _("Display")); |
8881 | 1027 #if 0 /* PREFSLASH04 */ |
8833 | 1028 gaim_gtk_prefs_checkbox(_("_Show people joining in window"), |
7987 | 1029 "/core/conversations/chat/show_join", vbox); |
1030 gaim_gtk_prefs_checkbox(_("_Show people leaving in window"), | |
1031 "/core/conversations/chat/show_leave", vbox); | |
8881 | 1032 #endif /* PREFSLASH04 */ |
8152 | 1033 gaim_gtk_prefs_checkbox(_("Co_lorize screen names"), |
7987 | 1034 "/gaim/gtk/conversations/chat/color_nicks", vbox); |
5440 | 1035 |
1036 gtk_widget_show_all(ret); | |
1037 return ret; | |
1038 } | |
1039 | |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1040 static void network_ip_changed(GtkEntry *entry, gpointer data) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1041 { |
8834 | 1042 gaim_network_set_public_ip(gtk_entry_get_text(entry)); |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1043 } |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1044 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1045 GtkWidget *network_page() { |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1046 GtkWidget *ret; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1047 GtkWidget *vbox, *entry; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1048 GtkWidget *table, *label, *auto_ip_checkbox, *ports_checkbox, *spin_button; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1049 GtkSizeGroup *sg; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1050 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1051 ret = gtk_vbox_new(FALSE, 18); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1052 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1053 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1054 vbox = gaim_gtk_make_frame (ret, _("IP Address")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1055 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1056 auto_ip_checkbox = gaim_gtk_prefs_checkbox(_("_Autodetect IP Address"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1057 "/core/network/auto_ip", vbox); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1058 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1059 table = gtk_table_new(2, 1, FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1060 gtk_container_set_border_width(GTK_CONTAINER(table), 5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1061 gtk_table_set_col_spacings(GTK_TABLE(table), 5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1062 gtk_table_set_row_spacings(GTK_TABLE(table), 10); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1063 gtk_container_add(GTK_CONTAINER(vbox), table); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1064 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1065 label = gtk_label_new_with_mnemonic(_("Public _IP:")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1066 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1067 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, GTK_FILL, 0, 0, 0); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1068 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1069 entry = gtk_entry_new(); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1070 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1071 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 0, 1, GTK_FILL, 0, 0, 0); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1072 g_signal_connect(G_OBJECT(entry), "changed", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1073 G_CALLBACK(network_ip_changed), NULL); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1074 |
8834 | 1075 if (gaim_network_get_public_ip() != NULL) |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1076 gtk_entry_set_text(GTK_ENTRY(entry), |
8834 | 1077 gaim_network_get_public_ip()); |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1078 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1079 gaim_set_accessible_label (entry, label); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1080 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1081 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1082 if (gaim_prefs_get_bool("/core/network/auto_ip")) { |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1083 gtk_widget_set_sensitive(GTK_WIDGET(table), FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1084 } |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1085 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1086 g_signal_connect(G_OBJECT(auto_ip_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1087 G_CALLBACK(gaim_gtk_toggle_sensitive), table); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1088 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1089 vbox = gaim_gtk_make_frame (ret, _("Ports")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1090 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1091 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1092 ports_checkbox = gaim_gtk_prefs_checkbox(_("_Manually specify range of ports to listen on"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1093 "/core/network/ports_range_use", vbox); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1094 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1095 spin_button = gaim_gtk_prefs_labeled_spin_button(vbox, _("_Start Port:"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1096 "/core/network/ports_range_start", 0, 65535, sg); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1097 if (!gaim_prefs_get_bool("/core/network/ports_range_use")) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1098 gtk_widget_set_sensitive(GTK_WIDGET(spin_button), FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1099 g_signal_connect(G_OBJECT(ports_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1100 G_CALLBACK(gaim_gtk_toggle_sensitive), spin_button); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1101 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1102 spin_button = gaim_gtk_prefs_labeled_spin_button(vbox, _("_End Port:"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1103 "/core/network/ports_range_end", 0, 65535, sg); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1104 if (!gaim_prefs_get_bool("/core/network/ports_range_use")) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1105 gtk_widget_set_sensitive(GTK_WIDGET(spin_button), FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1106 g_signal_connect(G_OBJECT(ports_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1107 G_CALLBACK(gaim_gtk_toggle_sensitive), spin_button); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1108 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1109 gtk_widget_show_all(ret); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1110 return ret; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1111 } |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1112 |
6001 | 1113 static void |
1114 proxy_changed_cb(const char *name, GaimPrefType type, gpointer value, | |
7987 | 1115 gpointer data) |
6001 | 1116 { |
1117 GtkWidget *frame = data; | |
1118 const char *proxy = value; | |
1119 | |
6621 | 1120 if (strcmp(proxy, "none") && strcmp(proxy, "envvar")) |
1121 gtk_widget_set_sensitive(frame, TRUE); | |
1122 else | |
1123 gtk_widget_set_sensitive(frame, FALSE); | |
6001 | 1124 } |
1125 | |
6006 | 1126 static void proxy_print_option(GtkEntry *entry, int entrynum) |
1127 { | |
1128 if (entrynum == PROXYHOST) | |
1129 gaim_prefs_set_string("/core/proxy/host", gtk_entry_get_text(entry)); | |
1130 else if (entrynum == PROXYPORT) | |
1131 gaim_prefs_set_int("/core/proxy/port", atoi(gtk_entry_get_text(entry))); | |
1132 else if (entrynum == PROXYUSER) | |
1133 gaim_prefs_set_string("/core/proxy/username", gtk_entry_get_text(entry)); | |
1134 else if (entrynum == PROXYPASS) | |
1135 gaim_prefs_set_string("/core/proxy/password", gtk_entry_get_text(entry)); | |
1136 } | |
1137 | |
5440 | 1138 GtkWidget *proxy_page() { |
1139 GtkWidget *ret; | |
1140 GtkWidget *vbox; | |
1141 GtkWidget *entry; | |
1142 GtkWidget *label; | |
1143 GtkWidget *hbox; | |
1144 GtkWidget *table; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1145 GaimProxyInfo *proxy_info; |
5440 | 1146 |
1147 ret = gtk_vbox_new(FALSE, 18); | |
1148 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1149 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1150 vbox = gaim_gtk_make_frame (ret, _("Proxy Type")); |
7987 | 1151 gaim_gtk_prefs_dropdown(vbox, _("Proxy _type:"), GAIM_PREF_STRING, |
1152 "/core/proxy/type", | |
1153 _("No proxy"), "none", | |
1154 "SOCKS 4", "socks4", | |
1155 "SOCKS 5", "socks5", | |
1156 "HTTP", "http", | |
1157 _("Use Environmental Settings"), "envvar", | |
1158 NULL); | |
5440 | 1159 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1160 vbox = gaim_gtk_make_frame(ret, _("Proxy Server")); |
5440 | 1161 prefs_proxy_frame = vbox; |
1162 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1163 proxy_info = gaim_global_proxy_get_info(); |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1164 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1165 if (proxy_info == NULL || |
6621 | 1166 gaim_proxy_info_get_type(proxy_info) == GAIM_PROXY_NONE || |
1167 gaim_proxy_info_get_type(proxy_info) == GAIM_PROXY_USE_ENVVAR) { | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1168 |
6001 | 1169 gtk_widget_set_sensitive(GTK_WIDGET(prefs_proxy_frame), FALSE); |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1170 } |
6001 | 1171 proxy_pref_id = gaim_prefs_connect_callback("/core/proxy/type", |
1172 proxy_changed_cb, prefs_proxy_frame); | |
1173 | |
5440 | 1174 table = gtk_table_new(2, 4, FALSE); |
1175 gtk_container_set_border_width(GTK_CONTAINER(table), 5); | |
1176 gtk_table_set_col_spacings(GTK_TABLE(table), 5); | |
1177 gtk_table_set_row_spacings(GTK_TABLE(table), 10); | |
1178 gtk_container_add(GTK_CONTAINER(vbox), table); | |
1179 | |
1180 | |
7797 | 1181 label = gtk_label_new_with_mnemonic(_("_Host:")); |
5440 | 1182 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1183 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, GTK_FILL, 0, 0, 0); | |
1184 | |
1185 entry = gtk_entry_new(); | |
1186 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1187 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 0, 1, GTK_FILL, 0, 0, 0); | |
1188 g_signal_connect(G_OBJECT(entry), "changed", | |
1189 G_CALLBACK(proxy_print_option), (void *)PROXYHOST); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1190 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1191 if (proxy_info != NULL && gaim_proxy_info_get_host(proxy_info)) |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1192 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1193 gaim_proxy_info_get_host(proxy_info)); |
5440 | 1194 |
1195 hbox = gtk_hbox_new(TRUE, 5); | |
1196 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
8137 | 1197 gaim_set_accessible_label (entry, label); |
5440 | 1198 |
7870 | 1199 label = gtk_label_new_with_mnemonic(_("_Port:")); |
5440 | 1200 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1201 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0); | |
1202 | |
1203 entry = gtk_entry_new(); | |
1204 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1205 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 1, 2, GTK_FILL, 0, 0, 0); | |
1206 g_signal_connect(G_OBJECT(entry), "changed", | |
1207 G_CALLBACK(proxy_print_option), (void *)PROXYPORT); | |
1208 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1209 if (proxy_info != NULL && gaim_proxy_info_get_port(proxy_info) != 0) { |
5440 | 1210 char buf[128]; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1211 g_snprintf(buf, sizeof(buf), "%d", |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1212 gaim_proxy_info_get_port(proxy_info)); |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1213 |
5440 | 1214 gtk_entry_set_text(GTK_ENTRY(entry), buf); |
1215 } | |
8137 | 1216 gaim_set_accessible_label (entry, label); |
5440 | 1217 |
7797 | 1218 label = gtk_label_new_with_mnemonic(_("_User:")); |
5440 | 1219 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1220 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 2, 3, GTK_FILL, 0, 0, 0); | |
1221 | |
1222 entry = gtk_entry_new(); | |
1223 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1224 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 2, 3, GTK_FILL, 0, 0, 0); | |
1225 g_signal_connect(G_OBJECT(entry), "changed", | |
1226 G_CALLBACK(proxy_print_option), (void *)PROXYUSER); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1227 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1228 if (proxy_info != NULL && gaim_proxy_info_get_username(proxy_info) != NULL) |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1229 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1230 gaim_proxy_info_get_username(proxy_info)); |
5440 | 1231 |
1232 hbox = gtk_hbox_new(TRUE, 5); | |
1233 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
8137 | 1234 gaim_set_accessible_label (entry, label); |
5440 | 1235 |
7797 | 1236 label = gtk_label_new_with_mnemonic(_("Pa_ssword:")); |
5440 | 1237 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1238 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 3, 4, GTK_FILL, 0, 0, 0); | |
1239 | |
1240 entry = gtk_entry_new(); | |
1241 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1242 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 3, 4, GTK_FILL , 0, 0, 0); | |
1243 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); | |
1244 g_signal_connect(G_OBJECT(entry), "changed", | |
1245 G_CALLBACK(proxy_print_option), (void *)PROXYPASS); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1246 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1247 if (proxy_info != NULL && gaim_proxy_info_get_password(proxy_info) != NULL) |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1248 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1249 gaim_proxy_info_get_password(proxy_info)); |
8137 | 1250 gaim_set_accessible_label (entry, label); |
5440 | 1251 |
1252 gtk_widget_show_all(ret); | |
1253 return ret; | |
1254 } | |
1255 | |
1256 #ifndef _WIN32 | |
1257 static gboolean manual_browser_set(GtkWidget *entry, GdkEventFocus *event, gpointer data) { | |
1258 const char *program = gtk_entry_get_text(GTK_ENTRY(entry)); | |
1259 | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1260 gaim_prefs_set_string("/gaim/gtk/browsers/command", program); |
5440 | 1261 |
1262 /* carry on normally */ | |
1263 return FALSE; | |
1264 } | |
1265 | |
5633 | 1266 static GList *get_available_browsers() |
5440 | 1267 { |
1268 struct browser { | |
1269 char *name; | |
1270 char *command; | |
1271 }; | |
1272 | |
1273 static struct browser possible_browsers[] = { | |
5633 | 1274 {N_("Opera"), "opera"}, |
1275 {N_("Netscape"), "netscape"}, | |
1276 {N_("Mozilla"), "mozilla"}, | |
6070 | 1277 {N_("Konqueror"), "kfmclient"}, |
7916 | 1278 {N_("Galeon"), "galeon"}, |
8267 | 1279 {N_("Firebird"), "mozilla-firebird"}, |
8356 | 1280 {N_("Firefox"), "firefox"}, |
1281 {N_("Gnome Default"), "gnome-open"} | |
5440 | 1282 }; |
8356 | 1283 static const int num_possible_browsers = 8; |
5440 | 1284 |
1285 GList *browsers = NULL; | |
1286 int i = 0; | |
5819 | 1287 char *browser_setting = (char *)gaim_prefs_get_string("/gaim/gtk/browsers/browser"); |
5440 | 1288 |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1289 browsers = g_list_prepend(browsers, "custom"); |
5440 | 1290 browsers = g_list_prepend(browsers, _("Manual")); |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1291 |
5440 | 1292 for (i = 0; i < num_possible_browsers; i++) { |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7095
diff
changeset
|
1293 if (gaim_program_is_valid(possible_browsers[i].command)) { |
5633 | 1294 browsers = g_list_prepend(browsers, |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
1295 possible_browsers[i].command); |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1296 browsers = g_list_prepend(browsers, _(possible_browsers[i].name)); |
5825 | 1297 if(browser_setting && !strcmp(possible_browsers[i].command, browser_setting)) |
5819 | 1298 browser_setting = NULL; |
5440 | 1299 } |
1300 } | |
1301 | |
5819 | 1302 if(browser_setting) |
1303 gaim_prefs_set_string("/gaim/gtk/browsers/browser", "custom"); | |
1304 | |
5440 | 1305 return browsers; |
1306 } | |
1307 | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1308 static void |
8274 | 1309 browser_changed1_cb(const char *name, GaimPrefType type, gpointer value, |
1310 gpointer data) | |
1311 { | |
1312 GtkWidget *hbox = data; | |
1313 const char *browser = value; | |
1314 | |
1315 gtk_widget_set_sensitive(hbox, strcmp(browser, "custom")); | |
1316 } | |
1317 | |
1318 static void | |
1319 browser_changed2_cb(const char *name, GaimPrefType type, gpointer value, | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1320 gpointer data) |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1321 { |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1322 GtkWidget *hbox = data; |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1323 const char *browser = value; |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1324 |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1325 gtk_widget_set_sensitive(hbox, !strcmp(browser, "custom")); |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1326 } |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1327 |
5440 | 1328 GtkWidget *browser_page() { |
1329 GtkWidget *ret; | |
1330 GtkWidget *vbox; | |
1331 GtkWidget *hbox; | |
1332 GtkWidget *label; | |
6007 | 1333 GtkWidget *entry; |
5440 | 1334 GtkSizeGroup *sg; |
1335 GList *browsers = NULL; | |
1336 | |
1337 ret = gtk_vbox_new(FALSE, 18); | |
1338 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1339 | |
1340 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1341 vbox = gaim_gtk_make_frame (ret, _("Browser Selection")); |
5440 | 1342 |
1343 browsers = get_available_browsers(); | |
1344 if (browsers != NULL) { | |
7987 | 1345 label = gaim_gtk_prefs_dropdown_from_list(vbox,_("_Browser:"), GAIM_PREF_STRING, |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1346 "/gaim/gtk/browsers/browser", |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1347 browsers); |
5440 | 1348 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
1349 gtk_size_group_add_widget(sg, label); | |
8274 | 1350 |
1351 hbox = gtk_hbox_new(FALSE, 0); | |
1352 label = gaim_gtk_prefs_dropdown(hbox, _("_Open link in:"), GAIM_PREF_INT, | |
1353 "/gaim/gtk/browsers/place", | |
1354 _("Browser default"), GAIM_BROWSER_DEFAULT, | |
1355 _("Existing window"), GAIM_BROWSER_CURRENT, | |
1356 _("New window"), GAIM_BROWSER_NEW_WINDOW, | |
1357 _("New tab"), GAIM_BROWSER_NEW_TAB, | |
1358 NULL); | |
1359 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1360 gtk_size_group_add_widget(sg, label); | |
1361 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
1362 | |
1363 if (!strcmp(gaim_prefs_get_string("/gaim/gtk/browsers/browser"), "custom")) | |
1364 gtk_widget_set_sensitive(hbox, FALSE); | |
1365 browser_pref1_id = gaim_prefs_connect_callback("/gaim/gtk/browsers/browser", | |
1366 browser_changed1_cb, hbox); | |
5440 | 1367 } |
1368 | |
1369 hbox = gtk_hbox_new(FALSE, 5); | |
1370 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
6031 | 1371 label = gtk_label_new_with_mnemonic(_("_Manual:\n(%s for URL)")); |
5440 | 1372 gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); |
1373 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1374 gtk_size_group_add_widget(sg, label); | |
1375 | |
6007 | 1376 entry = gtk_entry_new(); |
1377 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1378 |
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1379 if (strcmp(gaim_prefs_get_string("/gaim/gtk/browsers/browser"), "custom")) |
5440 | 1380 gtk_widget_set_sensitive(hbox, FALSE); |
8274 | 1381 browser_pref2_id = gaim_prefs_connect_callback("/gaim/gtk/browsers/browser", |
1382 browser_changed2_cb, hbox); | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1383 |
6007 | 1384 gtk_box_pack_start (GTK_BOX (hbox), entry, FALSE, FALSE, 0); |
1385 | |
1386 gtk_entry_set_text(GTK_ENTRY(entry), | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1387 gaim_prefs_get_string("/gaim/gtk/browsers/command")); |
6007 | 1388 g_signal_connect(G_OBJECT(entry), "focus-out-event", |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1389 G_CALLBACK(manual_browser_set), NULL); |
8188
cd9ea20cd8ed
[gaim-migrate @ 8909]
Christian Hammond <chipx86@chipx86.com>
parents:
8170
diff
changeset
|
1390 gaim_set_accessible_label (entry, label); |
5440 | 1391 |
1392 gtk_widget_show_all(ret); | |
1393 return ret; | |
1394 } | |
1395 #endif /*_WIN32*/ | |
1396 | |
1397 GtkWidget *logging_page() { | |
1398 GtkWidget *ret; | |
1399 GtkWidget *vbox; | |
7431 | 1400 GList *names; |
8573 | 1401 GtkWidget *sys_box; |
1402 GtkWidget *box; | |
1403 int syslog_enabled = gaim_prefs_get_bool("/core/logging/log_system"); | |
1404 | |
5440 | 1405 ret = gtk_vbox_new(FALSE, 18); |
1406 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1407 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1408 vbox = gaim_gtk_make_frame (ret, _("Message Logs")); |
7431 | 1409 names = gaim_log_logger_get_options(); |
1410 | |
7987 | 1411 gaim_gtk_prefs_dropdown_from_list(vbox, _("Log _Format:"), GAIM_PREF_STRING, |
1412 "/core/logging/format", names); | |
1413 | |
1414 gaim_gtk_prefs_checkbox(_("_Log all instant messages"), | |
7562
b859cfb5f31a
[gaim-migrate @ 8176]
Christian Hammond <chipx86@chipx86.com>
parents:
7561
diff
changeset
|
1415 "/core/logging/log_ims", vbox); |
7987 | 1416 gaim_gtk_prefs_checkbox(_("Log all c_hats"), |
7562
b859cfb5f31a
[gaim-migrate @ 8176]
Christian Hammond <chipx86@chipx86.com>
parents:
7561
diff
changeset
|
1417 "/core/logging/log_chats", vbox); |
8573 | 1418 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1419 vbox = gaim_gtk_make_frame (ret, _("System Logs")); |
8573 | 1420 |
1421 sys_box = gaim_gtk_prefs_checkbox(_("_Enable system log"), | |
1422 "/core/logging/log_system", vbox); | |
1423 | |
1424 box = gaim_gtk_prefs_checkbox(_("Log when buddies _sign on/sign off"), | |
1425 "/core/logging/log_signon_signoff", vbox); | |
1426 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1427 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1428 gtk_widget_set_sensitive(box, syslog_enabled); | |
1429 | |
1430 box = gaim_gtk_prefs_checkbox(_("Log when buddies become _idle/un-idle"), | |
1431 "/core/logging/log_idle_state", vbox); | |
1432 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1433 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1434 gtk_widget_set_sensitive(box, syslog_enabled); | |
1435 | |
1436 box = gaim_gtk_prefs_checkbox(_("Log when buddies go away/come _back"), | |
1437 "/core/logging/log_away_state", vbox); | |
1438 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1439 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1440 gtk_widget_set_sensitive(box, syslog_enabled); | |
1441 | |
1442 box = gaim_gtk_prefs_checkbox(_("Log your _own signons/idleness/awayness"), | |
1443 "/core/logging/log_own_states", vbox); | |
1444 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1445 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1446 gtk_widget_set_sensitive(box, syslog_enabled); | |
1447 | |
8881 | 1448 #if 0 /* PREFSLASH04 */ |
7987 | 1449 gaim_gtk_prefs_checkbox(_("I_ndividual log file for each buddy's signons"), |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
1450 "/gaim/gtk/logging/individual_logs", vbox); |
8881 | 1451 #endif /* PREFSLASH04 */ |
8573 | 1452 |
5440 | 1453 gtk_widget_show_all(ret); |
1454 return ret; | |
1455 } | |
1456 | |
1457 #ifndef _WIN32 | |
1458 static gint sound_cmd_yeah(GtkEntry *entry, gpointer d) | |
1459 { | |
5684 | 1460 gaim_prefs_set_string("/gaim/gtk/sound/command", |
6007 | 1461 gtk_entry_get_text(GTK_ENTRY(entry))); |
5440 | 1462 return TRUE; |
1463 } | |
6005 | 1464 |
1465 static void | |
1466 sound_changed_cb(const char *name, GaimPrefType type, gpointer value, | |
1467 gpointer data) | |
1468 { | |
1469 GtkWidget *hbox = data; | |
1470 const char *method = value; | |
1471 | |
1472 gtk_widget_set_sensitive(hbox, !strcmp(method, "custom")); | |
1473 } | |
5440 | 1474 #endif |
1475 | |
1476 GtkWidget *sound_page() { | |
1477 GtkWidget *ret; | |
1478 GtkWidget *vbox; | |
1479 GtkSizeGroup *sg; | |
1480 #ifndef _WIN32 | |
1481 GtkWidget *dd; | |
1482 GtkWidget *hbox; | |
1483 GtkWidget *label; | |
6007 | 1484 GtkWidget *entry; |
5684 | 1485 const char *cmd; |
5440 | 1486 #endif |
1487 | |
1488 ret = gtk_vbox_new(FALSE, 18); | |
1489 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1490 | |
1491 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
1492 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1493 vbox = gaim_gtk_make_frame (ret, _("Sound Options")); |
8633 | 1494 gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"), |
1495 "/gaim/gtk/sound/conv_focus", vbox); | |
7987 | 1496 gaim_gtk_prefs_checkbox(_("_Sounds while away"), |
5684 | 1497 "/core/sound/while_away", vbox); |
5440 | 1498 |
1499 #ifndef _WIN32 | |
6033 | 1500 vbox = gaim_gtk_make_frame (ret, _("Sound Method")); |
7987 | 1501 dd = gaim_gtk_prefs_dropdown(vbox, _("_Method:"), GAIM_PREF_STRING, |
1502 "/gaim/gtk/sound/method", | |
1503 _("Console beep"), "beep", | |
5440 | 1504 #ifdef USE_AO |
7987 | 1505 _("Automatic"), "automatic", |
1506 "ESD", "esd", | |
1507 "Arts", "arts", | |
5440 | 1508 #endif |
1509 #ifdef USE_NAS_AUDIO | |
7987 | 1510 "NAS", "nas", |
5440 | 1511 #endif |
7987 | 1512 _("Command"), "custom", |
1513 NULL); | |
5440 | 1514 gtk_size_group_add_widget(sg, dd); |
1515 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
1516 | |
1517 hbox = gtk_hbox_new(FALSE, 5); | |
1518 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); | |
1519 | |
1520 hbox = gtk_hbox_new(FALSE, 5); | |
1521 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
6031 | 1522 label = gtk_label_new_with_mnemonic(_("Sound c_ommand:\n(%s for filename)")); |
5440 | 1523 gtk_size_group_add_widget(sg, label); |
1524 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1525 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5); | |
1526 | |
6007 | 1527 entry = gtk_entry_new(); |
1528 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1529 | |
1530 gtk_editable_set_editable(GTK_EDITABLE(entry), TRUE); | |
5684 | 1531 cmd = gaim_prefs_get_string("/gaim/gtk/sound/command"); |
5440 | 1532 if(cmd) |
6007 | 1533 gtk_entry_set_text(GTK_ENTRY(entry), cmd); |
1534 gtk_widget_set_size_request(entry, 75, -1); | |
1535 | |
1536 gtk_box_pack_start(GTK_BOX(hbox), entry, TRUE, TRUE, 5); | |
1537 g_signal_connect(G_OBJECT(entry), "changed", | |
5440 | 1538 G_CALLBACK(sound_cmd_yeah), NULL); |
6005 | 1539 |
1540 gtk_widget_set_sensitive(hbox, | |
1541 !strcmp(gaim_prefs_get_string("/gaim/gtk/sound/method"), | |
1542 "custom")); | |
1543 sound_pref_id = gaim_prefs_connect_callback("/gaim/gtk/sound/method", | |
1544 sound_changed_cb, hbox); | |
1545 | |
8141 | 1546 gaim_set_accessible_label (entry, label); |
5440 | 1547 #endif /* _WIN32 */ |
1548 gtk_widget_show_all(ret); | |
8137 | 1549 |
5440 | 1550 return ret; |
1551 } | |
1552 | |
1553 GtkWidget *away_page() { | |
1554 GtkWidget *ret; | |
1555 GtkWidget *vbox; | |
1556 GtkWidget *hbox; | |
1557 GtkWidget *label; | |
1558 GtkWidget *button; | |
1559 GtkWidget *select; | |
1560 GtkWidget *dd; | |
1561 GtkSizeGroup *sg; | |
1562 | |
1563 ret = gtk_vbox_new(FALSE, 18); | |
1564 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1565 | |
1566 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
1567 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1568 vbox = gaim_gtk_make_frame (ret, _("Away")); |
7987 | 1569 gaim_gtk_prefs_checkbox(_("_Queue new messages when away"), |
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
1570 "/gaim/gtk/away/queue_messages", vbox); |
5440 | 1571 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1572 vbox = gaim_gtk_make_frame (ret, _("Auto-response")); |
7987 | 1573 gaim_gtk_prefs_checkbox(_("_Send auto-response"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1574 "/core/away/auto_response/enabled", vbox); |
7987 | 1575 gaim_gtk_prefs_checkbox(_("_Only send auto-response when idle"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1576 "/core/away/auto_response/idle_only", vbox); |
6142 | 1577 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1578 vbox = gaim_gtk_make_frame (ret, _("Idle")); |
7987 | 1579 dd = gaim_gtk_prefs_dropdown(vbox, _("Idle _time reporting:"), |
1580 GAIM_PREF_STRING, "/gaim/gtk/idle/reporting_method", | |
1581 _("None"), "none", | |
1582 _("Gaim usage"), "gaim", | |
5440 | 1583 #ifdef USE_SCREENSAVER |
1584 #ifndef _WIN32 | |
7987 | 1585 _("X usage"), "system", |
5440 | 1586 #else |
7987 | 1587 _("Windows usage"), "system", |
5440 | 1588 #endif |
1589 #endif | |
7987 | 1590 NULL); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1591 |
5440 | 1592 gtk_size_group_add_widget(sg, dd); |
1593 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
1594 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1595 vbox = gaim_gtk_make_frame (ret, _("Auto-away")); |
7987 | 1596 button = gaim_gtk_prefs_checkbox(_("Set away _when idle"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1597 "/core/away/away_when_idle", vbox); |
8238 | 1598 |
7987 | 1599 select = gaim_gtk_prefs_labeled_spin_button(vbox, |
1600 _("_Minutes before setting away:"), "/core/away/mins_before_away", | |
1601 1, 24 * 60, sg); | |
5440 | 1602 g_signal_connect(G_OBJECT(button), "clicked", |
1603 G_CALLBACK(gaim_gtk_toggle_sensitive), select); | |
1604 | |
8238 | 1605 hbox = gtk_hbox_new(FALSE, 0); |
1606 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
1607 | |
5440 | 1608 label = gtk_label_new_with_mnemonic(_("Away m_essage:")); |
1609 gtk_size_group_add_widget(sg, label); | |
1610 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
8238 | 1611 g_signal_connect(G_OBJECT(button), "clicked", |
1612 G_CALLBACK(gaim_gtk_toggle_sensitive), label); | |
5440 | 1613 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
8238 | 1614 |
5440 | 1615 prefs_away_menu = gtk_option_menu_new(); |
1616 gtk_label_set_mnemonic_widget(GTK_LABEL(label), prefs_away_menu); | |
1617 g_signal_connect(G_OBJECT(button), "clicked", | |
1618 G_CALLBACK(gaim_gtk_toggle_sensitive), prefs_away_menu); | |
1619 default_away_menu_init(prefs_away_menu); | |
1620 gtk_widget_show(prefs_away_menu); | |
1621 gtk_box_pack_start(GTK_BOX(hbox), prefs_away_menu, FALSE, FALSE, 0); | |
8238 | 1622 gaim_set_accessible_label (prefs_away_menu, label); |
1623 | |
5440 | 1624 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1625 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) { |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1626 gtk_widget_set_sensitive(GTK_WIDGET(select), FALSE); |
8238 | 1627 gtk_widget_set_sensitive(GTK_WIDGET(label), FALSE); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1628 gtk_widget_set_sensitive(GTK_WIDGET(prefs_away_menu), FALSE); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1629 } |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1630 |
5440 | 1631 gtk_widget_show_all(ret); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1632 |
5440 | 1633 return ret; |
1634 } | |
1635 | |
8170 | 1636 static GtkWidget * |
1637 protocol_page() { | |
1638 GtkWidget *ret; | |
1639 | |
1640 ret = gtk_label_new(NULL); | |
1641 gtk_widget_show(ret); | |
1642 | |
1643 return ret; | |
1644 } | |
1645 | |
5440 | 1646 static GtkWidget *plugin_description=NULL, *plugin_details=NULL; |
1647 | |
1648 static void prefs_plugin_sel (GtkTreeSelection *sel, GtkTreeModel *model) | |
1649 { | |
1650 gchar *buf, *pname, *perr, *pdesc, *pauth, *pweb; | |
1651 GtkTreeIter iter; | |
1652 GValue val = { 0, }; | |
1653 GaimPlugin *plug; | |
1654 | |
1655 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
1656 return; | |
8104 | 1657 gtk_tree_model_get_value (model, &iter, 3, &val); |
5440 | 1658 plug = g_value_get_pointer(&val); |
1659 | |
1660 pname = g_markup_escape_text(_(plug->info->name), -1); | |
1661 pdesc = g_markup_escape_text(_(plug->info->description), -1); | |
1662 pauth = g_markup_escape_text(_(plug->info->author), -1); | |
1663 pweb = g_markup_escape_text(_(plug->info->homepage), -1); | |
1664 if (plug->error != NULL) { | |
1665 perr = g_markup_escape_text(_(plug->error), -1); | |
1666 buf = g_strdup_printf( | |
1667 "<span size=\"larger\">%s %s</span>\n\n" | |
1668 "<span weight=\"bold\" color=\"red\">%s</span>\n\n" | |
1669 "%s", | |
1670 pname, plug->info->version, perr, pdesc); | |
1671 g_free(perr); | |
1672 } | |
1673 else { | |
1674 buf = g_strdup_printf( | |
1675 "<span size=\"larger\">%s %s</span>\n\n%s", | |
1676 pname, plug->info->version, pdesc); | |
1677 } | |
1678 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); | |
1679 g_free(buf); | |
1680 | |
1681 buf = g_strdup_printf( | |
1682 #ifndef _WIN32 | |
1683 _("<span size=\"larger\">%s %s</span>\n\n" | |
1684 "<span weight=\"bold\">Written by:</span>\t%s\n" | |
1685 "<span weight=\"bold\">Web site:</span>\t\t%s\n" | |
1686 "<span weight=\"bold\">File name:</span>\t%s"), | |
1687 #else | |
1688 _("<span size=\"larger\">%s %s</span>\n\n" | |
1689 "<span weight=\"bold\">Written by:</span> %s\n" | |
1690 "<span weight=\"bold\">URL:</span> %s\n" | |
1691 "<span weight=\"bold\">File name:</span> %s"), | |
1692 #endif | |
1693 pname, plug->info->version, pauth, pweb, plug->path); | |
1694 | |
1695 gtk_label_set_markup(GTK_LABEL(plugin_details), buf); | |
1696 g_value_unset(&val); | |
1697 g_free(buf); | |
1698 g_free(pname); | |
1699 g_free(pdesc); | |
1700 g_free(pauth); | |
1701 g_free(pweb); | |
1702 } | |
1703 | |
1704 static void plugin_load (GtkCellRendererToggle *cell, gchar *pth, gpointer data) | |
1705 { | |
1706 GtkTreeModel *model = (GtkTreeModel *)data; | |
1707 GtkTreeIter iter; | |
1708 GtkTreePath *path = gtk_tree_path_new_from_string(pth); | |
1709 GaimPlugin *plug; | |
1710 gchar buf[1024]; | |
6040 | 1711 gchar *name = NULL, *description = NULL; |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1712 |
5440 | 1713 GdkCursor *wait = gdk_cursor_new (GDK_WATCH); |
1714 gdk_window_set_cursor(prefs->window, wait); | |
1715 gdk_cursor_unref(wait); | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1716 |
5440 | 1717 gtk_tree_model_get_iter (model, &iter, path); |
8104 | 1718 gtk_tree_model_get (model, &iter, 3, &plug, -1); |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1719 |
5440 | 1720 if (!gaim_plugin_is_loaded(plug)) { |
1721 gaim_plugin_load(plug); | |
1722 | |
1723 /* | |
1724 * NOTE: This is basically the same check as before | |
1725 * (plug->type == plugin), but now there aren't plugin types. | |
1726 * Not yet, anyway. I want to do a V2 of the plugin API. | |
1727 * The thing is, we should have a flag specifying the UI type, | |
1728 * or just whether it's a general plugin or a UI-specific | |
1729 * plugin. We should only load this if it's UI-specific. | |
1730 * | |
1731 * -- ChipX86 | |
1732 */ | |
1733 if (GAIM_IS_GTK_PLUGIN(plug)) | |
1734 { | |
1735 GtkWidget *config_frame; | |
1736 GaimGtkPluginUiInfo *ui_info; | |
1737 | |
1738 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
1739 config_frame = gaim_gtk_plugin_get_config_frame(plug); | |
1740 | |
1741 if (config_frame != NULL) { | |
1742 ui_info->iter = g_new0(GtkTreeIter, 1); | |
1743 prefs_notebook_add_page(_(plug->info->name), NULL, | |
1744 config_frame, ui_info->iter, | |
1745 &plugin_iter, notebook_page++); | |
1746 | |
1747 if (gtk_tree_model_iter_n_children(GTK_TREE_MODEL(prefstree), | |
1748 &plugin_iter) == 1) { | |
1749 | |
1750 /* Expand the tree for the first plugin added */ | |
1751 GtkTreePath *path2; | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1752 |
5440 | 1753 path2 = gtk_tree_model_get_path(GTK_TREE_MODEL(prefstree), |
1754 &plugin_iter); | |
1755 gtk_tree_view_expand_row(GTK_TREE_VIEW(tree_v), | |
1756 path2, TRUE); | |
1757 gtk_tree_path_free(path2); | |
1758 } | |
1759 } | |
1760 } | |
8713 | 1761 |
1762 if(GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
1763 GtkTreeIter iter; | |
1764 GtkWidget *pref_frame; | |
1765 GaimPluginUiInfo *prefs_info; | |
1766 | |
1767 if(plug->info->type == GAIM_PLUGIN_PROTOCOL) | |
1768 iter = proto_iter; | |
1769 else | |
1770 iter = plugin_iter; | |
1771 | |
1772 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
8814 | 1773 prefs_info->frame = prefs_info->get_plugin_pref_frame(plug); |
1774 pref_frame = gaim_gtk_plugin_pref_create_frame(prefs_info->frame); | |
8713 | 1775 |
1776 if(pref_frame != NULL) { | |
1777 prefs_info->iter = g_new0(GtkTreeIter, 1); | |
1778 prefs_notebook_add_page(_(plug->info->name), NULL, | |
1779 pref_frame, prefs_info->iter, | |
1780 &iter, notebook_page++); | |
1781 | |
1782 if(gtk_tree_model_iter_n_children(GTK_TREE_MODEL(prefstree), &iter) == 1) | |
1783 { | |
1784 GtkTreePath *path2; | |
1785 | |
1786 path2 = gtk_tree_model_get_path(GTK_TREE_MODEL(prefstree), &iter); | |
1787 gtk_tree_view_expand_row(GTK_TREE_VIEW(tree_v), path2, TRUE); | |
1788 gtk_tree_path_free(path2); | |
1789 } | |
1790 } | |
1791 } | |
5440 | 1792 } |
1793 else { | |
1794 if (GAIM_IS_GTK_PLUGIN(plug)) { | |
1795 GaimGtkPluginUiInfo *ui_info; | |
1796 | |
1797 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
1798 | |
1799 if (ui_info != NULL && ui_info->iter != NULL) { | |
1800 gtk_tree_store_remove(GTK_TREE_STORE(prefstree), ui_info->iter); | |
1801 g_free(ui_info->iter); | |
1802 ui_info->iter = NULL; | |
1803 } | |
8745 | 1804 } |
1805 | |
1806 if (GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
8713 | 1807 GaimPluginUiInfo *prefs_info; |
1808 | |
1809 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
1810 | |
8745 | 1811 if(prefs_info != NULL) { |
8814 | 1812 if(prefs_info->frame != NULL) { |
1813 gaim_plugin_pref_frame_destroy(prefs_info->frame); | |
1814 prefs_info->frame = NULL; | |
1815 } | |
1816 | |
8745 | 1817 if(prefs_info->iter != NULL) { |
1818 gtk_tree_store_remove(GTK_TREE_STORE(prefstree), prefs_info->iter); | |
1819 g_free(prefs_info->iter); | |
1820 prefs_info->iter = NULL; | |
1821 } | |
8713 | 1822 } |
5440 | 1823 } |
1824 | |
1825 gaim_plugin_unload(plug); | |
1826 } | |
1827 | |
1828 gdk_window_set_cursor(prefs->window, NULL); | |
1829 | |
6040 | 1830 name = g_markup_escape_text(_(plug->info->name), -1); |
1831 description = g_markup_escape_text(_(plug->info->description), -1); | |
5440 | 1832 if (plug->error != NULL) { |
6040 | 1833 gchar *error = g_markup_escape_text(plug->error, -1); |
5440 | 1834 g_snprintf(buf, sizeof(buf), |
1835 "<span size=\"larger\">%s %s</span>\n\n" | |
1836 "<span weight=\"bold\" color=\"red\">%s</span>\n\n" | |
1837 "%s", | |
6040 | 1838 name, plug->info->version, error, description); |
1839 g_free(error); | |
1840 } else { | |
5440 | 1841 g_snprintf(buf, sizeof(buf), |
1842 "<span size=\"larger\">%s %s</span>\n\n%s", | |
6040 | 1843 name, plug->info->version, description); |
5440 | 1844 } |
6040 | 1845 g_free(name); |
1846 g_free(description); | |
5440 | 1847 |
1848 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); | |
1849 gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, | |
1850 gaim_plugin_is_loaded(plug), -1); | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1851 |
5440 | 1852 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); |
1853 gtk_tree_path_free(path); | |
5981
81564bb4db68
[gaim-migrate @ 6429]
Christian Hammond <chipx86@chipx86.com>
parents:
5966
diff
changeset
|
1854 |
81564bb4db68
[gaim-migrate @ 6429]
Christian Hammond <chipx86@chipx86.com>
parents:
5966
diff
changeset
|
1855 gaim_gtk_plugins_save(); |
5440 | 1856 } |
1857 | |
1858 static void | |
1859 update_plugin_list(void *data) | |
1860 { | |
1861 GtkListStore *ls = GTK_LIST_STORE(data); | |
1862 GtkTreeIter iter; | |
1863 GList *probes; | |
1864 GaimPlugin *plug; | |
1865 | |
1866 gtk_list_store_clear(ls); | |
1867 | |
1868 for (probes = gaim_plugins_get_all(); | |
1869 probes != NULL; | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1870 probes = probes->next) |
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1871 { |
5440 | 1872 plug = probes->data; |
1873 | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1874 if (plug->info->type != GAIM_PLUGIN_STANDARD || |
6930
31c45d99e1a8
[gaim-migrate @ 7477]
Christian Hammond <chipx86@chipx86.com>
parents:
6928
diff
changeset
|
1875 (plug->info->flags & GAIM_PLUGIN_FLAG_INVISIBLE)) |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1876 { |
5440 | 1877 continue; |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1878 } |
5440 | 1879 |
1880 gtk_list_store_append (ls, &iter); | |
1881 gtk_list_store_set(ls, &iter, | |
1882 0, gaim_plugin_is_loaded(plug), | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1883 1, plug->info->name ? _(plug->info->name) : plug->path, |
8162 | 1884 2, _(plug->info->summary), |
8104 | 1885 3, plug, -1); |
5440 | 1886 } |
1887 } | |
1888 | |
1889 static GtkWidget *plugin_page () | |
1890 { | |
1891 GtkWidget *ret; | |
1892 GtkWidget *sw, *vp; | |
1893 GtkWidget *event_view; | |
1894 GtkListStore *ls; | |
1895 GtkCellRenderer *rend, *rendt; | |
1896 GtkTreeViewColumn *col; | |
1897 GtkTreeSelection *sel; | |
1898 GtkTreePath *path; | |
1899 GtkWidget *nb; | |
1900 | |
1901 ret = gtk_vbox_new(FALSE, 18); | |
1902 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1903 | |
1904 sw = gtk_scrolled_window_new(NULL,NULL); | |
8104 | 1905 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
5440 | 1906 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
1907 | |
1908 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
1909 | |
8104 | 1910 ls = gtk_list_store_new (4, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_POINTER); |
7939 | 1911 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(ls), |
1912 1, GTK_SORT_ASCENDING); | |
5440 | 1913 |
1914 update_plugin_list(ls); | |
1915 | |
1916 event_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL(ls)); | |
1917 | |
1918 rend = gtk_cell_renderer_toggle_new(); | |
1919 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
1920 | |
1921 col = gtk_tree_view_column_new_with_attributes (_("Load"), | |
1922 rend, | |
1923 "active", 0, | |
1924 NULL); | |
1925 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
1926 | |
1927 rendt = gtk_cell_renderer_text_new(); | |
1928 col = gtk_tree_view_column_new_with_attributes (_("Name"), | |
1929 rendt, | |
1930 "text", 1, | |
1931 NULL); | |
1932 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
8104 | 1933 |
1934 rendt = gtk_cell_renderer_text_new(); | |
1935 col = gtk_tree_view_column_new_with_attributes(_("Summary"), | |
1936 rendt, | |
1937 "text", 2, | |
1938 NULL); | |
1939 gtk_tree_view_append_column(GTK_TREE_VIEW(event_view), col); | |
1940 | |
5440 | 1941 g_object_unref(G_OBJECT(ls)); |
1942 gtk_container_add(GTK_CONTAINER(sw), event_view); | |
1943 | |
1944 | |
1945 nb = gtk_notebook_new(); | |
1946 gtk_notebook_set_tab_pos (GTK_NOTEBOOK(nb), GTK_POS_BOTTOM); | |
1947 gtk_notebook_popup_disable(GTK_NOTEBOOK(nb)); | |
1948 | |
1949 /* Description */ | |
1950 sw = gtk_scrolled_window_new(NULL, NULL); | |
1951 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); | |
1952 plugin_description = gtk_label_new(NULL); | |
1953 | |
1954 vp = gtk_viewport_new(NULL, NULL); | |
1955 gtk_viewport_set_shadow_type(GTK_VIEWPORT(vp), GTK_SHADOW_NONE); | |
1956 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_NONE); | |
1957 | |
1958 gtk_container_add(GTK_CONTAINER(vp), plugin_description); | |
1959 gtk_container_add(GTK_CONTAINER(sw), vp); | |
1960 | |
1961 gtk_label_set_selectable(GTK_LABEL(plugin_description), TRUE); | |
1962 gtk_label_set_line_wrap(GTK_LABEL(plugin_description), TRUE); | |
1963 gtk_misc_set_alignment(GTK_MISC(plugin_description), 0, 0); | |
1964 gtk_misc_set_padding(GTK_MISC(plugin_description), 6, 6); | |
1965 gtk_notebook_append_page(GTK_NOTEBOOK(nb), sw, gtk_label_new(_("Description"))); | |
1966 | |
1967 /* Details */ | |
1968 sw = gtk_scrolled_window_new(NULL, NULL); | |
1969 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); | |
1970 plugin_details = gtk_label_new(NULL); | |
1971 | |
1972 vp = gtk_viewport_new(NULL, NULL); | |
1973 gtk_viewport_set_shadow_type(GTK_VIEWPORT(vp), GTK_SHADOW_NONE); | |
1974 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_NONE); | |
1975 | |
1976 gtk_container_add(GTK_CONTAINER(vp), plugin_details); | |
1977 gtk_container_add(GTK_CONTAINER(sw), vp); | |
1978 | |
1979 gtk_label_set_selectable(GTK_LABEL(plugin_details), TRUE); | |
1980 gtk_label_set_line_wrap(GTK_LABEL(plugin_details), TRUE); | |
1981 gtk_misc_set_alignment(GTK_MISC(plugin_details), 0, 0); | |
1982 gtk_misc_set_padding(GTK_MISC(plugin_details), 6, 6); | |
1983 gtk_notebook_append_page(GTK_NOTEBOOK(nb), sw, gtk_label_new(_("Details"))); | |
1984 gtk_box_pack_start(GTK_BOX(ret), nb, TRUE, TRUE, 0); | |
1985 | |
1986 g_signal_connect (G_OBJECT (sel), "changed", | |
1987 G_CALLBACK (prefs_plugin_sel), | |
1988 NULL); | |
1989 g_signal_connect (G_OBJECT(rend), "toggled", | |
1990 G_CALLBACK(plugin_load), ls); | |
1991 | |
1992 path = gtk_tree_path_new_first(); | |
1993 gtk_tree_selection_select_path(sel, path); | |
1994 gtk_tree_path_free(path); | |
1995 | |
1996 gaim_plugins_register_probe_notify_cb(update_plugin_list, ls); | |
1997 | |
1998 gtk_widget_show_all(ret); | |
1999 return ret; | |
2000 } | |
2001 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2002 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2003 event_toggled(GtkCellRendererToggle *cell, gchar *pth, gpointer data) |
5440 | 2004 { |
2005 GtkTreeModel *model = (GtkTreeModel *)data; | |
2006 GtkTreeIter iter; | |
2007 GtkTreePath *path = gtk_tree_path_new_from_string(pth); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2008 const char *pref; |
5440 | 2009 |
2010 gtk_tree_model_get_iter (model, &iter, path); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2011 gtk_tree_model_get (model, &iter, |
5612 | 2012 2, &pref, |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2013 -1); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2014 |
5684 | 2015 gaim_prefs_set_bool(pref, !gtk_cell_renderer_toggle_get_active(cell)); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2016 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2017 gtk_list_store_set(GTK_LIST_STORE (model), &iter, |
5612 | 2018 0, !gtk_cell_renderer_toggle_get_active(cell), |
2019 -1); | |
5440 | 2020 |
2021 gtk_tree_path_free(path); | |
2022 } | |
2023 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2024 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2025 test_sound(GtkWidget *button, gpointer i_am_NULL) |
5440 | 2026 { |
5684 | 2027 char *pref; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2028 gboolean temp_value1, temp_value2; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2029 |
5684 | 2030 pref = g_strdup_printf("/gaim/gtk/sound/enabled/%s", |
2031 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2032 |
5821 | 2033 temp_value1 = gaim_prefs_get_bool("/core/sound/while_away"); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2034 temp_value2 = gaim_prefs_get_bool(pref); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2035 |
5821 | 2036 if (!temp_value1) gaim_prefs_set_bool("/core/sound/while_away", TRUE); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2037 if (!temp_value2) gaim_prefs_set_bool(pref, TRUE); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2038 |
5440 | 2039 gaim_sound_play_event(sound_row_sel); |
2040 | |
5821 | 2041 if (!temp_value1) gaim_prefs_set_bool("/core/sound/while_away", FALSE); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2042 if (!temp_value2) gaim_prefs_set_bool(pref, FALSE); |
5684 | 2043 |
2044 g_free(pref); | |
5440 | 2045 } |
2046 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2047 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2048 reset_sound(GtkWidget *button, gpointer i_am_also_NULL) |
5440 | 2049 { |
5684 | 2050 char *pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2051 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
2052 | |
5440 | 2053 /* This just resets a sound file back to default */ |
5684 | 2054 gaim_prefs_set_string(pref, ""); |
2055 g_free(pref); | |
5440 | 2056 |
2057 gtk_entry_set_text(GTK_ENTRY(sound_entry), "(default)"); | |
2058 } | |
2059 | |
2060 void close_sounddialog(GtkWidget *w, GtkWidget *w2) | |
2061 { | |
2062 | |
2063 GtkWidget *dest; | |
2064 | |
2065 if (!GTK_IS_WIDGET(w2)) | |
2066 dest = w; | |
2067 else | |
2068 dest = w2; | |
2069 | |
2070 sounddialog = NULL; | |
2071 | |
2072 gtk_widget_destroy(dest); | |
2073 } | |
2074 | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2075 void do_select_sound(GtkWidget *w, gpointer data) |
5440 | 2076 { |
2077 const char *file; | |
5684 | 2078 char *pref; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2079 int snd; |
5440 | 2080 |
2081 file = gtk_file_selection_get_filename(GTK_FILE_SELECTION(sounddialog)); | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2082 snd = GPOINTER_TO_INT(data); |
5440 | 2083 |
2084 /* If they type in a directory, change there */ | |
5966 | 2085 if (gaim_gtk_check_if_dir(file, GTK_FILE_SELECTION(sounddialog))) |
5440 | 2086 return; |
2087 | |
2088 /* Set it -- and forget it */ | |
5684 | 2089 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2090 gaim_gtk_sound_get_event_option(snd)); | |
2091 gaim_prefs_set_string(pref, file); | |
2092 g_free(pref); | |
5440 | 2093 |
2094 /* Set our text entry */ | |
2095 gtk_entry_set_text(GTK_ENTRY(sound_entry), file); | |
2096 | |
2097 /* Close the window! It's getting cold in here! */ | |
2098 close_sounddialog(NULL, sounddialog); | |
2099 | |
2100 if (last_sound_dir) | |
2101 g_free(last_sound_dir); | |
2102 last_sound_dir = g_path_get_dirname(file); | |
2103 } | |
2104 | |
2105 static void sel_sound(GtkWidget *button, gpointer being_NULL_is_fun) | |
2106 { | |
2107 char *buf = g_malloc(BUF_LEN); | |
2108 | |
2109 if (!sounddialog) { | |
2110 sounddialog = gtk_file_selection_new(_("Sound Selection")); | |
2111 | |
2112 gtk_file_selection_hide_fileop_buttons(GTK_FILE_SELECTION(sounddialog)); | |
2113 | |
2114 g_snprintf(buf, BUF_LEN - 1, "%s" G_DIR_SEPARATOR_S, last_sound_dir ? last_sound_dir : gaim_home_dir()); | |
2115 | |
2116 gtk_file_selection_set_filename(GTK_FILE_SELECTION(sounddialog), buf); | |
2117 | |
2118 g_signal_connect(G_OBJECT(sounddialog), "destroy", | |
2119 G_CALLBACK(close_sounddialog), sounddialog); | |
2120 | |
2121 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(sounddialog)->ok_button), | |
2122 "clicked", | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2123 G_CALLBACK(do_select_sound), GINT_TO_POINTER(sound_row_sel)); |
5440 | 2124 |
2125 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(sounddialog)->cancel_button), | |
2126 "clicked", | |
2127 G_CALLBACK(close_sounddialog), sounddialog); | |
2128 } | |
2129 | |
2130 g_free(buf); | |
2131 gtk_widget_show(sounddialog); | |
2132 gdk_window_raise(sounddialog->window); | |
2133 } | |
2134 | |
2135 | |
2136 static void prefs_sound_sel (GtkTreeSelection *sel, GtkTreeModel *model) { | |
2137 GtkTreeIter iter; | |
2138 GValue val = { 0, }; | |
5684 | 2139 const char *file; |
2140 char *pref; | |
5440 | 2141 |
2142 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2143 return; | |
5612 | 2144 gtk_tree_model_get_value (model, &iter, 3, &val); |
5440 | 2145 sound_row_sel = g_value_get_uint(&val); |
5684 | 2146 |
2147 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", | |
2148 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
2149 file = gaim_prefs_get_string(pref); | |
2150 g_free(pref); | |
5440 | 2151 if (sound_entry) |
6088 | 2152 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : "(default)"); |
5440 | 2153 g_value_unset (&val); |
2154 if (sounddialog) | |
2155 gtk_widget_destroy(sounddialog); | |
2156 } | |
2157 | |
2158 GtkWidget *sound_events_page() { | |
2159 | |
2160 GtkWidget *ret; | |
2161 GtkWidget *sw; | |
2162 GtkWidget *button, *hbox; | |
2163 GtkTreeIter iter; | |
2164 GtkWidget *event_view; | |
2165 GtkListStore *event_store; | |
2166 GtkCellRenderer *rend; | |
2167 GtkTreeViewColumn *col; | |
2168 GtkTreeSelection *sel; | |
2169 GtkTreePath *path; | |
2170 int j; | |
5684 | 2171 const char *file; |
2172 char *pref; | |
5440 | 2173 |
2174 ret = gtk_vbox_new(FALSE, 18); | |
2175 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
2176 | |
2177 sw = gtk_scrolled_window_new(NULL,NULL); | |
2178 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); | |
2179 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); | |
2180 | |
2181 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
5612 | 2182 event_store = gtk_list_store_new (4, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT); |
5440 | 2183 |
2184 for (j=0; j < GAIM_NUM_SOUNDS; j++) { | |
5684 | 2185 char *pref = g_strdup_printf("/gaim/gtk/sound/enabled/%s", |
2186 gaim_gtk_sound_get_event_option(j)); | |
2187 const char *label = gaim_gtk_sound_get_event_label(j); | |
2188 | |
5870 | 2189 if (label == NULL) { |
2190 g_free(pref); | |
5440 | 2191 continue; |
5870 | 2192 } |
5440 | 2193 |
2194 gtk_list_store_append (event_store, &iter); | |
2195 gtk_list_store_set(event_store, &iter, | |
5612 | 2196 0, gaim_prefs_get_bool(pref), |
5684 | 2197 1, _(label), |
5612 | 2198 2, pref, |
2199 3, j, | |
2200 -1); | |
5684 | 2201 g_free(pref); |
5440 | 2202 } |
2203 | |
2204 event_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL(event_store)); | |
2205 | |
2206 rend = gtk_cell_renderer_toggle_new(); | |
2207 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
2208 g_signal_connect (G_OBJECT (sel), "changed", | |
2209 G_CALLBACK (prefs_sound_sel), | |
2210 NULL); | |
2211 g_signal_connect (G_OBJECT(rend), "toggled", | |
2212 G_CALLBACK(event_toggled), event_store); | |
2213 path = gtk_tree_path_new_first(); | |
2214 gtk_tree_selection_select_path(sel, path); | |
2215 gtk_tree_path_free(path); | |
2216 | |
2217 col = gtk_tree_view_column_new_with_attributes (_("Play"), | |
2218 rend, | |
2219 "active", 0, | |
2220 NULL); | |
2221 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2222 | |
2223 rend = gtk_cell_renderer_text_new(); | |
2224 col = gtk_tree_view_column_new_with_attributes (_("Event"), | |
2225 rend, | |
2226 "text", 1, | |
2227 NULL); | |
2228 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2229 g_object_unref(G_OBJECT(event_store)); | |
2230 gtk_container_add(GTK_CONTAINER(sw), event_view); | |
2231 | |
2232 hbox = gtk_hbox_new(FALSE, 6); | |
2233 gtk_box_pack_start(GTK_BOX(ret), hbox, FALSE, FALSE, 0); | |
2234 sound_entry = gtk_entry_new(); | |
5684 | 2235 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2236 gaim_gtk_sound_get_event_option(0)); | |
2237 file = gaim_prefs_get_string(pref); | |
2238 g_free(pref); | |
6088 | 2239 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : "(default)"); |
5440 | 2240 gtk_editable_set_editable(GTK_EDITABLE(sound_entry), FALSE); |
2241 gtk_box_pack_start(GTK_BOX(hbox), sound_entry, FALSE, FALSE, 5); | |
2242 | |
2243 button = gtk_button_new_with_label(_("Test")); | |
2244 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(test_sound), NULL); | |
2245 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2246 | |
2247 button = gtk_button_new_with_label(_("Reset")); | |
2248 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(reset_sound), NULL); | |
2249 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2250 | |
2251 button = gtk_button_new_with_label(_("Choose...")); | |
2252 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(sel_sound), NULL); | |
2253 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2254 | |
2255 gtk_widget_show_all (ret); | |
2256 | |
2257 return ret; | |
2258 } | |
2259 | |
6979 | 2260 static void away_message_sel_cb(GtkTreeSelection *sel, GtkTreeModel *model) |
5440 | 2261 { |
2262 GtkTreeIter iter; | |
2263 GValue val = { 0, }; | |
2264 gchar buffer[BUF_LONG]; | |
2265 char *tmp; | |
2266 struct away_message *am; | |
2267 | |
2268 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2269 return; | |
2270 gtk_tree_model_get_value (model, &iter, 1, &val); | |
2271 am = g_value_get_pointer(&val); | |
2272 gtk_imhtml_clear(GTK_IMHTML(away_text)); | |
2273 strncpy(buffer, am->message, BUF_LONG); | |
2274 tmp = stylize(buffer, BUF_LONG); | |
6982 | 2275 gtk_imhtml_append_text(GTK_IMHTML(away_text), tmp, GTK_IMHTML_NO_TITLE | |
5440 | 2276 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_SCROLL); |
6982 | 2277 gtk_imhtml_append_text(GTK_IMHTML(away_text), "<BR>", GTK_IMHTML_NO_TITLE | |
5440 | 2278 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_SCROLL); |
2279 g_free(tmp); | |
2280 g_value_unset (&val); | |
2281 | |
2282 } | |
2283 | |
6979 | 2284 static gboolean away_message_click_cb(GtkWidget *tv, GdkEventButton *event, gpointer null) |
2285 { | |
2286 /* Only respond to double click on button 1 */ | |
2287 if ((event->button != 1) || (event->type != GDK_2BUTTON_PRESS)) | |
2288 return FALSE; | |
2289 | |
2290 /* Show the edit away message dialog */ | |
2291 create_away_mess(NULL, tv); | |
2292 | |
2293 return FALSE; | |
2294 } | |
2295 | |
5440 | 2296 void remove_away_message(GtkWidget *widget, GtkTreeView *tv) { |
6016 | 2297 struct away_message *am; |
5440 | 2298 GtkTreeIter iter; |
2299 GtkTreeSelection *sel = gtk_tree_view_get_selection(tv); | |
2300 GtkTreeModel *model = GTK_TREE_MODEL(prefs_away_store); | |
2301 GValue val = { 0, }; | |
2302 | |
2303 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2304 return; | |
2305 gtk_tree_model_get_value (GTK_TREE_MODEL(prefs_away_store), &iter, 1, &val); | |
2306 am = g_value_get_pointer (&val); | |
2307 gtk_imhtml_clear(GTK_IMHTML(away_text)); | |
2308 rem_away_mess(NULL, am); | |
2309 } | |
2310 | |
2311 GtkWidget *away_message_page() { | |
2312 GtkWidget *ret; | |
2313 GtkWidget *hbox; | |
2314 GtkWidget *button; | |
2315 GtkWidget *sw; | |
2316 GtkTreeIter iter; | |
2317 GtkWidget *event_view; | |
2318 GtkCellRenderer *rend; | |
2319 GtkTreeViewColumn *col; | |
2320 GtkTreeSelection *sel; | |
2321 GSList *awy = away_messages; | |
2322 struct away_message *a; | |
2323 GtkSizeGroup *sg; | |
2324 | |
2325 ret = gtk_vbox_new(FALSE, 18); | |
2326 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
2327 | |
2328 sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); | |
2329 | |
2330 sw = gtk_scrolled_window_new(NULL,NULL); | |
7931 | 2331 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
7929 | 2332 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
5440 | 2333 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); |
2334 | |
7940 | 2335 prefs_away_store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_POINTER); |
5440 | 2336 while (awy) { |
2337 a = (struct away_message *)awy->data; | |
2338 gtk_list_store_append (prefs_away_store, &iter); | |
2339 gtk_list_store_set(prefs_away_store, &iter, | |
2340 0, a->name, | |
2341 1, a, -1); | |
2342 awy = awy->next; | |
2343 } | |
7939 | 2344 event_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(prefs_away_store)); |
5440 | 2345 |
2346 rend = gtk_cell_renderer_text_new(); | |
2347 col = gtk_tree_view_column_new_with_attributes ("NULL", | |
2348 rend, | |
2349 "text", 0, | |
2350 NULL); | |
2351 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2352 gtk_tree_view_set_headers_visible (GTK_TREE_VIEW(event_view), FALSE); | |
2353 gtk_widget_show(event_view); | |
7931 | 2354 gtk_container_add(GTK_CONTAINER(sw), event_view); |
5440 | 2355 |
7929 | 2356 sw = gtk_scrolled_window_new(NULL, NULL); |
7931 | 2357 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
7929 | 2358 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), |
5440 | 2359 GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
7929 | 2360 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); |
2361 | |
2362 away_text = gtk_imhtml_new(NULL, NULL); | |
7931 | 2363 gtk_container_add(GTK_CONTAINER(sw), away_text); |
2364 | |
5440 | 2365 gaim_setup_imhtml(away_text); |
2366 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
6979 | 2367 g_signal_connect(G_OBJECT(sel), "changed", |
2368 G_CALLBACK(away_message_sel_cb), NULL); | |
2369 g_signal_connect(G_OBJECT(event_view), "button-press-event", | |
2370 G_CALLBACK(away_message_click_cb), NULL); | |
5440 | 2371 hbox = gtk_hbox_new(TRUE, 5); |
2372 gtk_box_pack_start(GTK_BOX(ret), hbox, FALSE, FALSE, 0); | |
2373 button = gtk_button_new_from_stock (GTK_STOCK_ADD); | |
2374 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2375 gtk_size_group_add_widget(sg, button); | |
2376 g_signal_connect(G_OBJECT(button), "clicked", | |
2377 G_CALLBACK(create_away_mess), NULL); | |
2378 | |
2379 button = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | |
2380 gtk_size_group_add_widget(sg, button); | |
2381 g_signal_connect(G_OBJECT(button), "clicked", | |
2382 G_CALLBACK(remove_away_message), event_view); | |
2383 | |
2384 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2385 | |
2386 button = gaim_pixbuf_button_from_stock(_("_Edit"), GAIM_STOCK_EDIT, GAIM_BUTTON_HORIZONTAL); | |
2387 gtk_size_group_add_widget(sg, button); | |
2388 g_signal_connect(G_OBJECT(button), "clicked", | |
2389 G_CALLBACK(create_away_mess), event_view); | |
2390 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2391 | |
2392 gtk_widget_show_all(ret); | |
2393 return ret; | |
2394 } | |
2395 | |
2396 GtkTreeIter *prefs_notebook_add_page(const char *text, | |
2397 GdkPixbuf *pixbuf, | |
2398 GtkWidget *page, | |
2399 GtkTreeIter *iter, | |
2400 GtkTreeIter *parent, | |
2401 int ind) { | |
2402 GdkPixbuf *icon = NULL; | |
2403 | |
2404 if (pixbuf) | |
2405 icon = gdk_pixbuf_scale_simple (pixbuf, 18, 18, GDK_INTERP_BILINEAR); | |
2406 | |
2407 gtk_tree_store_append (prefstree, iter, parent); | |
2408 gtk_tree_store_set (prefstree, iter, 0, icon, 1, text, 2, ind, -1); | |
2409 | |
2410 if (pixbuf) | |
2411 g_object_unref(pixbuf); | |
2412 if (icon) | |
2413 g_object_unref(icon); | |
2414 gtk_notebook_append_page(GTK_NOTEBOOK(prefsnotebook), page, gtk_label_new(text)); | |
2415 return iter; | |
2416 } | |
2417 | |
2418 void prefs_notebook_init() { | |
2419 GtkTreeIter p, p2, c; | |
2420 GList *l; | |
2421 GaimPlugin *plug; | |
2422 prefs_notebook_add_page(_("Interface"), NULL, interface_page(), &p, NULL, notebook_page++); | |
2423 prefs_notebook_add_page(_("Smiley Themes"), NULL, theme_page(), &c, &p, notebook_page++); | |
2424 prefs_notebook_add_page(_("Fonts"), NULL, font_page(), &c, &p, notebook_page++); | |
2425 prefs_notebook_add_page(_("Message Text"), NULL, messages_page(), &c, &p, notebook_page++); | |
2426 prefs_notebook_add_page(_("Shortcuts"), NULL, hotkeys_page(), &c, &p, notebook_page++); | |
2427 prefs_notebook_add_page(_("Buddy List"), NULL, list_page(), &c, &p, notebook_page++); | |
2428 prefs_notebook_add_page(_("Conversations"), NULL, conv_page(), &p2, NULL, notebook_page++); | |
2429 prefs_notebook_add_page(_("IMs"), NULL, im_page(), &c, &p2, notebook_page++); | |
2430 prefs_notebook_add_page(_("Chats"), NULL, chat_page(), &c, &p2, notebook_page++); | |
8238 | 2431 prefs_notebook_add_page(_("Network"), NULL, network_page(), &p, NULL, notebook_page++); |
5440 | 2432 prefs_notebook_add_page(_("Proxy"), NULL, proxy_page(), &p, NULL, notebook_page++); |
2433 #ifndef _WIN32 | |
2434 /* We use the registered default browser in windows */ | |
2435 prefs_notebook_add_page(_("Browser"), NULL, browser_page(), &p, NULL, notebook_page++); | |
2436 #endif | |
2437 prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); | |
2438 prefs_notebook_add_page(_("Sounds"), NULL, sound_page(), &p, NULL, notebook_page++); | |
2439 prefs_notebook_add_page(_("Sound Events"), NULL, sound_events_page(), &c, &p, notebook_page++); | |
2440 prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL, notebook_page++); | |
2441 prefs_notebook_add_page(_("Away Messages"), NULL, away_message_page(), &c, &p, notebook_page++); | |
2442 | |
2443 if (gaim_plugins_enabled()) { | |
8713 | 2444 prefs_notebook_add_page(_("Protocols"), NULL, protocol_page(), &proto_iter, NULL, notebook_page++); |
5440 | 2445 prefs_notebook_add_page(_("Plugins"), NULL, plugin_page(), &plugin_iter, NULL, notebook_page++); |
2446 | |
2447 for (l = gaim_plugins_get_loaded(); l != NULL; l = l->next) { | |
8713 | 2448 plug = (GaimPlugin *)l->data; |
5440 | 2449 |
2450 if (GAIM_IS_GTK_PLUGIN(plug)) { | |
2451 GtkWidget *config_frame; | |
2452 GaimGtkPluginUiInfo *ui_info; | |
2453 | |
2454 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
2455 config_frame = gaim_gtk_plugin_get_config_frame(plug); | |
2456 | |
2457 if (config_frame != NULL) { | |
2458 ui_info->iter = g_new0(GtkTreeIter, 1); | |
2459 prefs_notebook_add_page(_(plug->info->name), NULL, | |
2460 config_frame, ui_info->iter, | |
2461 &plugin_iter, notebook_page++); | |
2462 } | |
2463 } | |
8713 | 2464 |
2465 if(GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
8745 | 2466 GtkWidget *gtk_frame; |
8713 | 2467 GaimPluginUiInfo *prefs_info; |
2468 | |
2469 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
8814 | 2470 prefs_info->frame = prefs_info->get_plugin_pref_frame(plug); |
2471 gtk_frame = gaim_gtk_plugin_pref_create_frame(prefs_info->frame); | |
8745 | 2472 |
2473 if(GTK_IS_WIDGET(gtk_frame)) { | |
8713 | 2474 prefs_info->iter = g_new0(GtkTreeIter, 1); |
2475 prefs_notebook_add_page(_(plug->info->name), NULL, | |
8745 | 2476 gtk_frame, prefs_info->iter, |
8713 | 2477 (plug->info->type == GAIM_PLUGIN_PROTOCOL) ? &proto_iter : &plugin_iter, |
2478 notebook_page++); | |
8814 | 2479 } else if(prefs_info->frame) { |
2480 /* in the event that there is a pref frame and we can | |
2481 * not make a widget out of it, we free the | |
2482 * pluginpref frame --Gary | |
2483 */ | |
2484 gaim_plugin_pref_frame_destroy(prefs_info->frame); | |
8713 | 2485 } |
2486 } | |
5440 | 2487 } |
2488 } | |
2489 } | |
2490 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2491 void gaim_gtk_prefs_show(void) |
5440 | 2492 { |
2493 GtkWidget *vbox, *vbox2; | |
2494 GtkWidget *hbox; | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2495 GtkWidget *bbox; |
5440 | 2496 GtkWidget *frame; |
8335 | 2497 GtkWidget *scrolled_window; |
5440 | 2498 GtkTreeViewColumn *column; |
2499 GtkCellRenderer *cell; | |
2500 GtkTreeSelection *sel; | |
2501 GtkWidget *notebook; | |
2502 GtkWidget *sep; | |
2503 GtkWidget *button; | |
2504 | |
2505 if (prefs) { | |
2506 gtk_window_present(GTK_WINDOW(prefs)); | |
2507 return; | |
2508 } | |
2509 | |
2510 /* copy the preferences to tmp values... | |
2511 * I liked "take affect immediately" Oh well :-( */ | |
6016 | 2512 /* (that should have been "effect," right?) */ |
2513 | |
5440 | 2514 /* Back to instant-apply! I win! BU-HAHAHA! */ |
2515 | |
2516 /* Create the window */ | |
2517 prefs = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
2518 gtk_window_set_role(GTK_WINDOW(prefs), "preferences"); | |
2519 gtk_widget_realize(prefs); | |
2520 gtk_window_set_title(GTK_WINDOW(prefs), _("Preferences")); | |
2521 gtk_window_set_resizable (GTK_WINDOW(prefs), FALSE); | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2522 gtk_container_set_border_width(GTK_CONTAINER(prefs), 12); |
5440 | 2523 g_signal_connect(G_OBJECT(prefs), "destroy", |
2524 G_CALLBACK(delete_prefs), NULL); | |
2525 | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2526 vbox = gtk_vbox_new(FALSE, 12); |
5440 | 2527 gtk_container_add(GTK_CONTAINER(prefs), vbox); |
2528 gtk_widget_show(vbox); | |
2529 | |
2530 hbox = gtk_hbox_new (FALSE, 6); | |
2531 gtk_container_add (GTK_CONTAINER(vbox), hbox); | |
2532 gtk_widget_show (hbox); | |
2533 | |
2534 frame = gtk_frame_new (NULL); | |
2535 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN); | |
2536 gtk_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0); | |
2537 gtk_widget_show (frame); | |
2538 | |
8335 | 2539 scrolled_window = gtk_scrolled_window_new(NULL, NULL); |
2540 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window), | |
8340 | 2541 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); |
8335 | 2542 gtk_container_add(GTK_CONTAINER(frame), scrolled_window); |
2543 gtk_widget_show(scrolled_window); | |
2544 | |
5440 | 2545 /* The tree -- much inspired by the Gimp */ |
2546 prefstree = gtk_tree_store_new (3, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_INT); | |
2547 tree_v = gtk_tree_view_new_with_model (GTK_TREE_MODEL (prefstree)); | |
8335 | 2548 gtk_container_add(GTK_CONTAINER(scrolled_window), tree_v); |
5440 | 2549 |
2550 gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_v), FALSE); | |
2551 gtk_widget_show(tree_v); | |
2552 /* icons */ | |
2553 /* XXX: to be used at a later date | |
2554 cell = gtk_cell_renderer_pixbuf_new (); | |
2555 column = gtk_tree_view_column_new_with_attributes ("icons", cell, "pixbuf", 0, NULL); | |
2556 */ | |
2557 | |
2558 /* text */ | |
2559 cell = gtk_cell_renderer_text_new (); | |
2560 column = gtk_tree_view_column_new_with_attributes ("text", cell, "text", 1, NULL); | |
2561 | |
2562 gtk_tree_view_append_column (GTK_TREE_VIEW (tree_v), column); | |
2563 | |
2564 /* The right side */ | |
2565 frame = gtk_frame_new (NULL); | |
2566 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN); | |
2567 gtk_box_pack_start (GTK_BOX (hbox), frame, TRUE, TRUE, 0); | |
2568 gtk_widget_show (frame); | |
2569 | |
2570 vbox2 = gtk_vbox_new (FALSE, 4); | |
2571 gtk_container_add (GTK_CONTAINER (frame), vbox2); | |
2572 gtk_widget_show (vbox2); | |
2573 | |
2574 frame = gtk_frame_new (NULL); | |
2575 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_OUT); | |
2576 gtk_box_pack_start (GTK_BOX (vbox2), frame, FALSE, TRUE, 0); | |
2577 gtk_widget_show (frame); | |
2578 | |
2579 hbox = gtk_hbox_new (FALSE, 4); | |
2580 gtk_container_set_border_width (GTK_CONTAINER (hbox), 4); | |
2581 gtk_container_add (GTK_CONTAINER (frame), hbox); | |
2582 gtk_widget_show (hbox); | |
2583 | |
2584 preflabel = gtk_label_new(NULL); | |
2585 gtk_box_pack_end (GTK_BOX (hbox), preflabel, FALSE, FALSE, 0); | |
2586 gtk_widget_show (preflabel); | |
2587 | |
2588 /* The notebook */ | |
2589 prefsnotebook = notebook = gtk_notebook_new (); | |
2590 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE); | |
2591 gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE); | |
2592 gtk_box_pack_start (GTK_BOX (vbox2), notebook, FALSE, FALSE, 0); | |
2593 | |
2594 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_v)); | |
2595 g_signal_connect (G_OBJECT (sel), "changed", | |
2596 G_CALLBACK (pref_nb_select), | |
2597 notebook); | |
2598 gtk_widget_show(notebook); | |
2599 sep = gtk_hseparator_new(); | |
2600 gtk_widget_show(sep); | |
2601 gtk_box_pack_start (GTK_BOX (vbox), sep, FALSE, FALSE, 0); | |
2602 | |
8713 | 2603 /* The buttons to press! */ |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2604 bbox = gtk_hbutton_box_new(); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2605 gtk_box_set_spacing(GTK_BOX(bbox), 6); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2606 gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_END); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2607 gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2608 gtk_widget_show (bbox); |
5440 | 2609 |
2610 button = gtk_button_new_from_stock (GTK_STOCK_CLOSE); | |
2611 g_signal_connect_swapped(G_OBJECT(button), "clicked", | |
2612 G_CALLBACK(gtk_widget_destroy), prefs); | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2613 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); |
5440 | 2614 gtk_widget_show(button); |
2615 | |
2616 prefs_notebook_init(); | |
2617 | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
2618 /* Show everything. */ |
5440 | 2619 gtk_tree_view_expand_all (GTK_TREE_VIEW(tree_v)); |
2620 gtk_widget_show(prefs); | |
2621 } | |
2622 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2623 static void |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2624 set_bool_pref(GtkWidget *w, const char *key) |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2625 { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2626 gaim_prefs_set_bool(key, |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2627 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w))); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2628 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2629 |
7976 | 2630 GtkWidget * |
7987 | 2631 gaim_gtk_prefs_checkbox(const char *text, const char *key, GtkWidget *page) |
5440 | 2632 { |
2633 GtkWidget *button; | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2634 |
5440 | 2635 button = gtk_check_button_new_with_mnemonic(text); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2636 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2637 gaim_prefs_get_bool(key)); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2638 |
5440 | 2639 gtk_box_pack_start(GTK_BOX(page), button, FALSE, FALSE, 0); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2640 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2641 g_signal_connect(G_OBJECT(button), "clicked", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2642 G_CALLBACK(set_bool_pref), (char *)key); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2643 |
5440 | 2644 gtk_widget_show(button); |
2645 | |
2646 return button; | |
2647 } | |
2648 | |
2649 void default_away_menu_init(GtkWidget *omenu) | |
2650 { | |
2651 GtkWidget *menu, *opt; | |
6216 | 2652 int index = 0, default_index = 0; |
5440 | 2653 GSList *awy = away_messages; |
2654 struct away_message *a; | |
6216 | 2655 const char *default_name; |
5440 | 2656 |
2657 menu = gtk_menu_new(); | |
2658 | |
6216 | 2659 default_name = gaim_prefs_get_string("/core/away/default_message"); |
2660 | |
5440 | 2661 while (awy) { |
2662 a = (struct away_message *)awy->data; | |
2663 opt = gtk_menu_item_new_with_label(a->name); | |
2664 g_signal_connect(G_OBJECT(opt), "activate", | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2665 G_CALLBACK(set_default_away), GINT_TO_POINTER(index)); |
5440 | 2666 gtk_widget_show(opt); |
2667 gtk_menu_shell_append(GTK_MENU_SHELL(menu), opt); | |
2668 | |
6216 | 2669 if(!strcmp(default_name, a->name)) |
2670 default_index = index; | |
2671 | |
5440 | 2672 awy = awy->next; |
2673 index++; | |
2674 } | |
2675 | |
2676 gtk_option_menu_remove_menu(GTK_OPTION_MENU(omenu)); | |
2677 gtk_option_menu_set_menu(GTK_OPTION_MENU(omenu), menu); | |
6216 | 2678 gtk_option_menu_set_history(GTK_OPTION_MENU(omenu), default_index); |
5440 | 2679 } |
2680 | |
2681 GtkWidget *pref_fg_picture = NULL; | |
2682 GtkWidget *pref_bg_picture = NULL; | |
2683 | |
2684 void destroy_colorsel(GtkWidget *w, gpointer d) | |
2685 { | |
2686 if (d) { | |
2687 gtk_widget_destroy(fgcseld); | |
2688 fgcseld = NULL; | |
2689 } else { | |
2690 gtk_widget_destroy(bgcseld); | |
2691 bgcseld = NULL; | |
2692 } | |
2693 } | |
2694 | |
2695 void apply_color_dlg(GtkWidget *w, gpointer d) | |
2696 { | |
5671 | 2697 char buf[14]; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2698 |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2699 if (GPOINTER_TO_INT(d) == 1) { |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2700 GdkColor fgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2701 |
5440 | 2702 gtk_color_selection_get_current_color(GTK_COLOR_SELECTION |
2703 (GTK_COLOR_SELECTION_DIALOG(fgcseld)->colorsel), | |
2704 &fgcolor); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2705 |
5671 | 2706 g_snprintf(buf, sizeof(buf), "#%04x%04x%04x", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2707 fgcolor.red, fgcolor.green, fgcolor.blue); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2708 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2709 gaim_prefs_set_string("/gaim/gtk/conversations/fgcolor", buf); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2710 |
5440 | 2711 destroy_colorsel(NULL, (void *)1); |
2712 update_color(NULL, pref_fg_picture); | |
2713 } else { | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2714 GdkColor bgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2715 |
5440 | 2716 gtk_color_selection_get_current_color(GTK_COLOR_SELECTION |
2717 (GTK_COLOR_SELECTION_DIALOG(bgcseld)->colorsel), | |
2718 &bgcolor); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2719 |
5671 | 2720 g_snprintf(buf, sizeof(buf), "#%04x%04x%04x", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2721 bgcolor.red, bgcolor.green, bgcolor.blue); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2722 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2723 gaim_prefs_set_string("/gaim/gtk/conversations/bgcolor", buf); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2724 |
5440 | 2725 destroy_colorsel(NULL, (void *)0); |
2726 update_color(NULL, pref_bg_picture); | |
2727 } | |
2728 gaim_conversation_foreach(gaim_gtkconv_update_font_colors); | |
2729 } | |
2730 | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2731 void set_default_away(GtkWidget *w, gpointer data) |
5440 | 2732 { |
6216 | 2733 struct away_message *default_away = NULL; |
5440 | 2734 int length = g_slist_length(away_messages); |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2735 int i = GPOINTER_TO_INT(data); |
5440 | 2736 |
2737 if (away_messages == NULL) | |
2738 default_away = NULL; | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2739 else if (i >= length) |
5440 | 2740 default_away = g_slist_nth_data(away_messages, length - 1); |
2741 else | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2742 default_away = g_slist_nth_data(away_messages, i); |
6216 | 2743 |
2744 if(default_away) | |
2745 gaim_prefs_set_string("/core/away/default_message", default_away->name); | |
2746 else | |
2747 gaim_prefs_set_string("/core/away/default_message", ""); | |
5440 | 2748 } |
2749 | |
8881 | 2750 #if 0 /* PREFSLASH04 */ |
5440 | 2751 static GtkWidget *show_color_pref(GtkWidget *box, gboolean fgc) |
2752 { | |
2753 /* more stuff stolen from X-Chat */ | |
2754 GtkWidget *swid; | |
2755 GdkColor c; | |
2756 GtkStyle *style; | |
2757 c.pixel = 0; | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2758 |
5440 | 2759 if (fgc) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2760 if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_fgcolor")) { |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2761 GdkColor fgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2762 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2763 gdk_color_parse( |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2764 gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor"), |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2765 &fgcolor); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2766 |
5440 | 2767 c.red = fgcolor.red; |
2768 c.blue = fgcolor.blue; | |
2769 c.green = fgcolor.green; | |
2770 } else { | |
2771 c.red = 0; | |
2772 c.blue = 0; | |
2773 c.green = 0; | |
2774 } | |
2775 } else { | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2776 if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_bgcolor")) { |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2777 GdkColor bgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2778 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2779 gdk_color_parse( |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2780 gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor"), |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2781 &bgcolor); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2782 |
5440 | 2783 c.red = bgcolor.red; |
2784 c.blue = bgcolor.blue; | |
2785 c.green = bgcolor.green; | |
2786 } else { | |
2787 c.red = 0xffff; | |
2788 c.blue = 0xffff; | |
2789 c.green = 0xffff; | |
2790 } | |
2791 } | |
2792 | |
2793 style = gtk_style_new(); | |
2794 style->bg[0] = c; | |
2795 | |
2796 swid = gtk_event_box_new(); | |
2797 gtk_widget_set_style(GTK_WIDGET(swid), style); | |
2798 g_object_unref(style); | |
2799 gtk_widget_set_size_request(GTK_WIDGET(swid), 40, -1); | |
2800 gtk_box_pack_start(GTK_BOX(box), swid, FALSE, FALSE, 5); | |
2801 gtk_widget_show(swid); | |
2802 return swid; | |
2803 } | |
8881 | 2804 #endif /* PREFSLASH04 */ |
5440 | 2805 |
2806 void apply_font_dlg(GtkWidget *w, GtkWidget *f) | |
2807 { | |
7079 | 2808 char *fontname, *space; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2809 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2810 fontname = |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2811 gtk_font_selection_dialog_get_font_name(GTK_FONT_SELECTION_DIALOG(f)); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2812 |
5440 | 2813 destroy_fontsel(0, 0); |
2814 | |
7079 | 2815 space = strrchr(fontname, ' '); |
2816 if(space && isdigit(*(space+1))) | |
2817 *space = '\0'; | |
5440 | 2818 |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2819 gaim_prefs_set_string("/gaim/gtk/conversations/font_face", fontname); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2820 |
5440 | 2821 g_free(fontname); |
2822 | |
2823 gaim_conversation_foreach(gaim_gtkconv_update_font_face); | |
2824 } | |
2825 | |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2826 static void |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2827 smiley_theme_pref_cb(const char *name, GaimPrefType type, gpointer value, |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2828 gpointer data) |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2829 { |
5841 | 2830 if (!strcmp(name, "/gaim/gtk/smileys/theme")) |
5771
f63a008726c6
[gaim-migrate @ 6196]
Christian Hammond <chipx86@chipx86.com>
parents:
5770
diff
changeset
|
2831 load_smiley_theme((const char *)value, TRUE); |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2832 } |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2833 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2834 void |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2835 gaim_gtk_prefs_init(void) |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2836 { |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2837 gaim_prefs_add_none("/gaim"); |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2838 gaim_prefs_add_none("/gaim/gtk"); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2839 gaim_prefs_add_none("/plugins/gtk"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2840 |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2841 /* XXX Move this! HACK! :( Aww... */ |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2842 gaim_prefs_add_none("/plugins/gtk/docklet"); |
5554
7b36d02031a2
[gaim-migrate @ 5955]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
2843 gaim_prefs_add_bool("/plugins/gtk/docklet/queue_messages", FALSE); |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2844 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2845 /* Accounts Dialog */ |
5567
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
2846 gaim_prefs_add_none("/gaim/gtk/accounts"); |
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
2847 gaim_prefs_add_none("/gaim/gtk/accounts/dialog"); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2848 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2849 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2850 |
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2851 /* Away Queueing */ |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2852 gaim_prefs_add_none("/gaim/gtk/away"); |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2853 gaim_prefs_add_bool("/gaim/gtk/away/queue_messages", FALSE); |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2854 |
8283 | 2855 #ifndef _WIN32 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2856 /* Browsers */ |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2857 gaim_prefs_add_none("/gaim/gtk/browsers"); |
8272 | 2858 gaim_prefs_add_int("/gaim/gtk/browsers/place", GAIM_BROWSER_DEFAULT); |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
2859 gaim_prefs_add_string("/gaim/gtk/browsers/command", ""); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
2860 gaim_prefs_add_string("/gaim/gtk/browsers/browser", "mozilla"); |
8283 | 2861 #endif |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2862 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2863 /* Idle */ |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2864 gaim_prefs_add_none("/gaim/gtk/idle"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2865 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2866 |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2867 /* Plugins */ |
5982
35d3c1ac5ece
[gaim-migrate @ 6430]
Christian Hammond <chipx86@chipx86.com>
parents:
5981
diff
changeset
|
2868 gaim_prefs_add_none("/gaim/gtk/plugins"); |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2869 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); |
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2870 |
5539
de09863bd4b5
[gaim-migrate @ 5939]
Christian Hammond <chipx86@chipx86.com>
parents:
5535
diff
changeset
|
2871 /* Smiley Themes */ |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
2872 gaim_prefs_add_none("/gaim/gtk/smileys"); |
5771
f63a008726c6
[gaim-migrate @ 6196]
Christian Hammond <chipx86@chipx86.com>
parents:
5770
diff
changeset
|
2873 gaim_prefs_add_string("/gaim/gtk/smileys/theme", ""); |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2874 |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2875 /* Smiley Callbacks */ |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2876 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme", |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2877 smiley_theme_pref_cb, NULL); |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2878 } |
8905 | 2879 |
2880 void gaim_gtk_prefs_update_old() { | |
2881 /* Rename some old prefs */ | |
2882 gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims"); | |
2883 gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats"); | |
2884 gaim_prefs_rename("/core/conversations/placement", | |
2885 "/gaim/gtk/conversations/placement"); | |
2886 | |
2887 /* Remove some no-longer-used prefs */ | |
8945 | 2888 gaim_prefs_remove("/gaim/gtk/blist/show_group_count"); |
8946 | 2889 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs"); |
8944 | 2890 gaim_prefs_remove("/gaim/gtk/conversations/ignore_colors"); |
2891 gaim_prefs_remove("/gaim/gtk/conversations/ignore_fonts"); | |
2892 gaim_prefs_remove("/gaim/gtk/conversations/ignore_font_sizes"); | |
8905 | 2893 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); |
2894 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys"); | |
8941 | 2895 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion"); |
2896 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete"); | |
8947 | 2897 gaim_prefs_remove("/gaim/gtk/sound/signon"); |
2898 gaim_prefs_remove("/gaim/gtk/sound/silent_signon"); | |
8905 | 2899 } |