Mercurial > pidgin
annotate src/gtkprefs.c @ 8947:fa6c2d893c51
[gaim-migrate @ 9719]
Eradicate the "Sounds when you log in" preference, default to no sounds
when you log in
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 16 May 2004 06:12:03 +0000 |
parents | 80944edf8d80 |
children | 175cbf710a47 |
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 */ | |
5440 | 459 pixbuf = gdk_pixbuf_new_from_file(theme->icon, NULL); |
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 | |
8881 | 856 #if 0 /* PREFSLASH04 */ |
8833 | 857 vbox = gaim_gtk_make_frame (ret, _("Buddy List Toolbar")); |
858 gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, | |
859 "/gaim/gtk/blist/button_style", | |
860 _("Pictures"), GAIM_BUTTON_IMAGE, | |
861 _("Text"), GAIM_BUTTON_TEXT, | |
862 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
863 _("None"), GAIM_BUTTON_NONE, | |
864 NULL); | |
8881 | 865 #endif /* PREFSLASH04 */ |
5440 | 866 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
867 vbox = gaim_gtk_make_frame (ret, _("Buddy List Window")); |
7987 | 868 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
869 "/gaim/gtk/blist/raise_on_events", vbox); | |
5440 | 870 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
871 vbox = gaim_gtk_make_frame (ret, _("Buddy Display")); |
7987 | 872 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), |
7305 | 873 "/gaim/gtk/blist/show_buddy_icons", vbox); |
7987 | 874 gaim_gtk_prefs_checkbox(_("Show _warning levels"), |
7305 | 875 "/gaim/gtk/blist/show_warning_level", vbox); |
7987 | 876 gaim_gtk_prefs_checkbox(_("Show idle _times"), |
7305 | 877 "/gaim/gtk/blist/show_idle_time", vbox); |
7987 | 878 gaim_gtk_prefs_checkbox(_("Dim i_dle buddies"), |
7305 | 879 "/gaim/gtk/blist/grey_idle_buddies", vbox); |
7987 | 880 gaim_gtk_prefs_checkbox(_("_Automatically expand contacts"), |
7731 | 881 "/gaim/gtk/blist/auto_expand_contacts", vbox); |
5440 | 882 |
883 gtk_widget_show_all(ret); | |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
884 |
5440 | 885 return ret; |
886 } | |
887 | |
888 GtkWidget *conv_page() { | |
889 GtkWidget *ret; | |
890 GtkWidget *vbox; | |
891 GtkWidget *label; | |
8881 | 892 GtkWidget *close_checkbox;/*, *icons_checkbox;*/ |
7128 | 893 GtkWidget *tabs_checkbox, *same_checkbox; |
5440 | 894 GtkSizeGroup *sg; |
895 GList *names = NULL; | |
896 | |
897 ret = gtk_vbox_new(FALSE, 18); | |
898 gtk_container_set_border_width(GTK_CONTAINER(ret), 12); | |
899 | |
900 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
901 vbox = gaim_gtk_make_frame(ret, _("Conversations")); |
5440 | 902 |
5858 | 903 names = gaim_conv_placement_get_options(); |
5440 | 904 |
7987 | 905 label = gaim_gtk_prefs_dropdown_from_list(vbox, _("_Placement:"), |
7561
cdfdbabd3266
[gaim-migrate @ 8175]
Christian Hammond <chipx86@chipx86.com>
parents:
7553
diff
changeset
|
906 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names); |
5440 | 907 g_list_free(names); |
908 | |
909 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
910 gtk_size_group_add_widget(sg, label); | |
911 | |
8600 | 912 gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"), |
7326
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7305
diff
changeset
|
913 "/gaim/gtk/conversations/show_formatting_toolbar", vbox); |
00a9ab26d607
[gaim-migrate @ 7912]
Christian Hammond <chipx86@chipx86.com>
parents:
7305
diff
changeset
|
914 |
8015 | 915 gaim_gtk_prefs_checkbox(_("Show a_liases in tabs/titles"), |
916 "/core/conversations/use_alias_for_title", vbox); | |
917 | |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
918 vbox = gaim_gtk_make_frame (ret, _("Tab Options")); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
919 |
7987 | 920 label = gaim_gtk_prefs_dropdown(vbox, _("_Tab Placement:"), GAIM_PREF_INT, |
921 "/gaim/gtk/conversations/tab_side", | |
922 _("Top"), GTK_POS_TOP, | |
923 _("Bottom"), GTK_POS_BOTTOM, | |
924 _("Left"), GTK_POS_LEFT, | |
925 _("Right"), GTK_POS_RIGHT, | |
926 NULL); | |
5667 | 927 |
928 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
929 gtk_size_group_add_widget(sg, label); | |
930 | |
7987 | 931 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
|
932 "/gaim/gtk/conversations/tabs", vbox); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
933 |
7987 | 934 same_checkbox = gaim_gtk_prefs_checkbox(_("Show IMs and chats in _same tabbed window"), |
6799 | 935 "/core/conversations/combine_chat_im", vbox); |
936 | |
7128 | 937 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { |
938 gtk_widget_set_sensitive(GTK_WIDGET(same_checkbox), FALSE); | |
939 } | |
940 | |
941 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked", | |
942 G_CALLBACK(gaim_gtk_toggle_sensitive), same_checkbox); | |
943 | |
7987 | 944 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
|
945 "/gaim/gtk/conversations/close_on_tabs", |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
946 vbox); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
947 |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
948 if (!gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
949 gtk_widget_set_sensitive(GTK_WIDGET(close_checkbox), FALSE); |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
950 } |
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
951 |
7128 | 952 g_signal_connect(G_OBJECT(tabs_checkbox), "clicked", |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
953 G_CALLBACK(gaim_gtk_toggle_sensitive), close_checkbox); |
6392
e9974608b319
[gaim-migrate @ 6897]
Christian Hammond <chipx86@chipx86.com>
parents:
6384
diff
changeset
|
954 |
5440 | 955 gtk_widget_show_all(ret); |
956 | |
957 return ret; | |
958 } | |
959 | |
960 GtkWidget *im_page() { | |
961 GtkWidget *ret; | |
962 GtkWidget *vbox; | |
8881 | 963 #if 0 /* PREFSLASH04 */ |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
964 GtkWidget *widge; |
8881 | 965 #endif /* PREFSLASH04 */ |
5440 | 966 GtkSizeGroup *sg; |
967 | |
968 ret = gtk_vbox_new(FALSE, 18); | |
969 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
970 | |
971 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
972 | |
8881 | 973 #if 0 /* PREFSLASH04 */ |
974 vbox = gaim_gtk_make_frame (ret, _("Window")); | |
7987 | 975 widge = gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, |
976 "/gaim/gtk/conversations/im/button_type", | |
977 _("Pictures"), GAIM_BUTTON_IMAGE, | |
978 _("Text"), GAIM_BUTTON_TEXT, | |
979 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
8811 | 980 _("None"), GAIM_BUTTON_NONE, |
7987 | 981 NULL); |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
982 |
5440 | 983 gtk_size_group_add_widget(sg, widge); |
984 gtk_misc_set_alignment(GTK_MISC(widge), 0, 0); | |
7987 | 985 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
986 "/gaim/gtk/conversations/im/raise_on_events", vbox); | |
5440 | 987 gtk_widget_show (vbox); |
8881 | 988 #endif /* PREFSLASH04 */ |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
989 vbox = gaim_gtk_make_frame (ret, _("Buddy Icons")); |
7987 | 990 gaim_gtk_prefs_checkbox(_("Show buddy _icons"), |
991 "/gaim/gtk/conversations/im/show_buddy_icons", vbox); | |
992 gaim_gtk_prefs_checkbox(_("Enable buddy icon a_nimation"), | |
993 "/gaim/gtk/conversations/im/animate_buddy_icons", vbox); | |
5440 | 994 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
995 vbox = gaim_gtk_make_frame (ret, _("Typing Notification")); |
7987 | 996 gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"), |
997 "/core/conversations/im/send_typing", vbox); | |
5440 | 998 |
999 gtk_widget_show_all(ret); | |
1000 return ret; | |
1001 } | |
1002 | |
1003 GtkWidget *chat_page() { | |
1004 GtkWidget *ret; | |
1005 GtkWidget *vbox; | |
8881 | 1006 #if 0 /* PREFSLASH04 */ |
5440 | 1007 GtkWidget *dd; |
8881 | 1008 #endif /* PREFSLASH04 */ |
5440 | 1009 GtkSizeGroup *sg; |
1010 | |
1011 ret = gtk_vbox_new(FALSE, 18); | |
1012 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1013 | |
1014 sg = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); | |
8881 | 1015 #if 0 /* PREFSLASH04 */ |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1016 vbox = gaim_gtk_make_frame (ret, _("Window")); |
7987 | 1017 dd = gaim_gtk_prefs_dropdown(vbox, _("Show _buttons as:"), GAIM_PREF_INT, |
1018 "/gaim/gtk/conversations/chat/button_type", | |
1019 _("Pictures"), GAIM_BUTTON_IMAGE, | |
1020 _("Text"), GAIM_BUTTON_TEXT, | |
1021 _("Pictures and text"), GAIM_BUTTON_TEXT_IMAGE, | |
8811 | 1022 _("None"), GAIM_BUTTON_NONE, |
7987 | 1023 NULL); |
5547
90a67ea697f7
[gaim-migrate @ 5948]
Christian Hammond <chipx86@chipx86.com>
parents:
5546
diff
changeset
|
1024 |
5440 | 1025 gtk_size_group_add_widget(sg, dd); |
1026 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
7987 | 1027 gaim_gtk_prefs_checkbox(_("_Raise window on events"), |
1028 "/gaim/gtk/conversations/chat/raise_on_events", vbox); | |
8881 | 1029 #endif /* PREFSLASH04 */ |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1030 vbox = gaim_gtk_make_frame (ret, _("Display")); |
8881 | 1031 #if 0 /* PREFSLASH04 */ |
8833 | 1032 gaim_gtk_prefs_checkbox(_("_Show people joining in window"), |
7987 | 1033 "/core/conversations/chat/show_join", vbox); |
1034 gaim_gtk_prefs_checkbox(_("_Show people leaving in window"), | |
1035 "/core/conversations/chat/show_leave", vbox); | |
8881 | 1036 #endif /* PREFSLASH04 */ |
8152 | 1037 gaim_gtk_prefs_checkbox(_("Co_lorize screen names"), |
7987 | 1038 "/gaim/gtk/conversations/chat/color_nicks", vbox); |
5440 | 1039 |
1040 gtk_widget_show_all(ret); | |
1041 return ret; | |
1042 } | |
1043 | |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1044 static void network_ip_changed(GtkEntry *entry, gpointer data) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1045 { |
8834 | 1046 gaim_network_set_public_ip(gtk_entry_get_text(entry)); |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1047 } |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1048 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1049 GtkWidget *network_page() { |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1050 GtkWidget *ret; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1051 GtkWidget *vbox, *entry; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1052 GtkWidget *table, *label, *auto_ip_checkbox, *ports_checkbox, *spin_button; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1053 GtkSizeGroup *sg; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1054 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1055 ret = gtk_vbox_new(FALSE, 18); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1056 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1057 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1058 vbox = gaim_gtk_make_frame (ret, _("IP Address")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1059 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1060 auto_ip_checkbox = gaim_gtk_prefs_checkbox(_("_Autodetect IP Address"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1061 "/core/network/auto_ip", vbox); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1062 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1063 table = gtk_table_new(2, 1, FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1064 gtk_container_set_border_width(GTK_CONTAINER(table), 5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1065 gtk_table_set_col_spacings(GTK_TABLE(table), 5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1066 gtk_table_set_row_spacings(GTK_TABLE(table), 10); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1067 gtk_container_add(GTK_CONTAINER(vbox), table); |
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 label = gtk_label_new_with_mnemonic(_("Public _IP:")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1070 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1071 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
|
1072 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1073 entry = gtk_entry_new(); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1074 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1075 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
|
1076 g_signal_connect(G_OBJECT(entry), "changed", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1077 G_CALLBACK(network_ip_changed), NULL); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1078 |
8834 | 1079 if (gaim_network_get_public_ip() != NULL) |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1080 gtk_entry_set_text(GTK_ENTRY(entry), |
8834 | 1081 gaim_network_get_public_ip()); |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1082 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1083 gaim_set_accessible_label (entry, label); |
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 if (gaim_prefs_get_bool("/core/network/auto_ip")) { |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1087 gtk_widget_set_sensitive(GTK_WIDGET(table), FALSE); |
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 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1090 g_signal_connect(G_OBJECT(auto_ip_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1091 G_CALLBACK(gaim_gtk_toggle_sensitive), table); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1092 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1093 vbox = gaim_gtk_make_frame (ret, _("Ports")); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1094 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1095 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1096 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
|
1097 "/core/network/ports_range_use", vbox); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1098 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1099 spin_button = gaim_gtk_prefs_labeled_spin_button(vbox, _("_Start Port:"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1100 "/core/network/ports_range_start", 0, 65535, sg); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1101 if (!gaim_prefs_get_bool("/core/network/ports_range_use")) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1102 gtk_widget_set_sensitive(GTK_WIDGET(spin_button), FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1103 g_signal_connect(G_OBJECT(ports_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1104 G_CALLBACK(gaim_gtk_toggle_sensitive), spin_button); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1105 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1106 spin_button = gaim_gtk_prefs_labeled_spin_button(vbox, _("_End Port:"), |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1107 "/core/network/ports_range_end", 0, 65535, sg); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1108 if (!gaim_prefs_get_bool("/core/network/ports_range_use")) |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1109 gtk_widget_set_sensitive(GTK_WIDGET(spin_button), FALSE); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1110 g_signal_connect(G_OBJECT(ports_checkbox), "clicked", |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1111 G_CALLBACK(gaim_gtk_toggle_sensitive), spin_button); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1112 |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1113 gtk_widget_show_all(ret); |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1114 return ret; |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1115 } |
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8188
diff
changeset
|
1116 |
6001 | 1117 static void |
1118 proxy_changed_cb(const char *name, GaimPrefType type, gpointer value, | |
7987 | 1119 gpointer data) |
6001 | 1120 { |
1121 GtkWidget *frame = data; | |
1122 const char *proxy = value; | |
1123 | |
6621 | 1124 if (strcmp(proxy, "none") && strcmp(proxy, "envvar")) |
1125 gtk_widget_set_sensitive(frame, TRUE); | |
1126 else | |
1127 gtk_widget_set_sensitive(frame, FALSE); | |
6001 | 1128 } |
1129 | |
6006 | 1130 static void proxy_print_option(GtkEntry *entry, int entrynum) |
1131 { | |
1132 if (entrynum == PROXYHOST) | |
1133 gaim_prefs_set_string("/core/proxy/host", gtk_entry_get_text(entry)); | |
1134 else if (entrynum == PROXYPORT) | |
1135 gaim_prefs_set_int("/core/proxy/port", atoi(gtk_entry_get_text(entry))); | |
1136 else if (entrynum == PROXYUSER) | |
1137 gaim_prefs_set_string("/core/proxy/username", gtk_entry_get_text(entry)); | |
1138 else if (entrynum == PROXYPASS) | |
1139 gaim_prefs_set_string("/core/proxy/password", gtk_entry_get_text(entry)); | |
1140 } | |
1141 | |
5440 | 1142 GtkWidget *proxy_page() { |
1143 GtkWidget *ret; | |
1144 GtkWidget *vbox; | |
1145 GtkWidget *entry; | |
1146 GtkWidget *label; | |
1147 GtkWidget *hbox; | |
1148 GtkWidget *table; | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1149 GaimProxyInfo *proxy_info; |
5440 | 1150 |
1151 ret = gtk_vbox_new(FALSE, 18); | |
1152 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1153 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1154 vbox = gaim_gtk_make_frame (ret, _("Proxy Type")); |
7987 | 1155 gaim_gtk_prefs_dropdown(vbox, _("Proxy _type:"), GAIM_PREF_STRING, |
1156 "/core/proxy/type", | |
1157 _("No proxy"), "none", | |
1158 "SOCKS 4", "socks4", | |
1159 "SOCKS 5", "socks5", | |
1160 "HTTP", "http", | |
1161 _("Use Environmental Settings"), "envvar", | |
1162 NULL); | |
5440 | 1163 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1164 vbox = gaim_gtk_make_frame(ret, _("Proxy Server")); |
5440 | 1165 prefs_proxy_frame = vbox; |
1166 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1167 proxy_info = gaim_global_proxy_get_info(); |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1168 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1169 if (proxy_info == NULL || |
6621 | 1170 gaim_proxy_info_get_type(proxy_info) == GAIM_PROXY_NONE || |
1171 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
|
1172 |
6001 | 1173 gtk_widget_set_sensitive(GTK_WIDGET(prefs_proxy_frame), FALSE); |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1174 } |
6001 | 1175 proxy_pref_id = gaim_prefs_connect_callback("/core/proxy/type", |
1176 proxy_changed_cb, prefs_proxy_frame); | |
1177 | |
5440 | 1178 table = gtk_table_new(2, 4, FALSE); |
1179 gtk_container_set_border_width(GTK_CONTAINER(table), 5); | |
1180 gtk_table_set_col_spacings(GTK_TABLE(table), 5); | |
1181 gtk_table_set_row_spacings(GTK_TABLE(table), 10); | |
1182 gtk_container_add(GTK_CONTAINER(vbox), table); | |
1183 | |
1184 | |
7797 | 1185 label = gtk_label_new_with_mnemonic(_("_Host:")); |
5440 | 1186 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1187 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, GTK_FILL, 0, 0, 0); | |
1188 | |
1189 entry = gtk_entry_new(); | |
1190 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1191 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 0, 1, GTK_FILL, 0, 0, 0); | |
1192 g_signal_connect(G_OBJECT(entry), "changed", | |
1193 G_CALLBACK(proxy_print_option), (void *)PROXYHOST); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1194 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1195 if (proxy_info != NULL && gaim_proxy_info_get_host(proxy_info)) |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1196 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1197 gaim_proxy_info_get_host(proxy_info)); |
5440 | 1198 |
1199 hbox = gtk_hbox_new(TRUE, 5); | |
1200 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
8137 | 1201 gaim_set_accessible_label (entry, label); |
5440 | 1202 |
7870 | 1203 label = gtk_label_new_with_mnemonic(_("_Port:")); |
5440 | 1204 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1205 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0); | |
1206 | |
1207 entry = gtk_entry_new(); | |
1208 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1209 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 1, 2, GTK_FILL, 0, 0, 0); | |
1210 g_signal_connect(G_OBJECT(entry), "changed", | |
1211 G_CALLBACK(proxy_print_option), (void *)PROXYPORT); | |
1212 | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1213 if (proxy_info != NULL && gaim_proxy_info_get_port(proxy_info) != 0) { |
5440 | 1214 char buf[128]; |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1215 g_snprintf(buf, sizeof(buf), "%d", |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1216 gaim_proxy_info_get_port(proxy_info)); |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1217 |
5440 | 1218 gtk_entry_set_text(GTK_ENTRY(entry), buf); |
1219 } | |
8137 | 1220 gaim_set_accessible_label (entry, label); |
5440 | 1221 |
7797 | 1222 label = gtk_label_new_with_mnemonic(_("_User:")); |
5440 | 1223 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1224 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 2, 3, GTK_FILL, 0, 0, 0); | |
1225 | |
1226 entry = gtk_entry_new(); | |
1227 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1228 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 2, 3, GTK_FILL, 0, 0, 0); | |
1229 g_signal_connect(G_OBJECT(entry), "changed", | |
1230 G_CALLBACK(proxy_print_option), (void *)PROXYUSER); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1231 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1232 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
|
1233 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1234 gaim_proxy_info_get_username(proxy_info)); |
5440 | 1235 |
1236 hbox = gtk_hbox_new(TRUE, 5); | |
1237 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
8137 | 1238 gaim_set_accessible_label (entry, label); |
5440 | 1239 |
7797 | 1240 label = gtk_label_new_with_mnemonic(_("Pa_ssword:")); |
5440 | 1241 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); |
1242 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 3, 4, GTK_FILL, 0, 0, 0); | |
1243 | |
1244 entry = gtk_entry_new(); | |
1245 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1246 gtk_table_attach(GTK_TABLE(table), entry, 1, 2, 3, 4, GTK_FILL , 0, 0, 0); | |
1247 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE); | |
1248 g_signal_connect(G_OBJECT(entry), "changed", | |
1249 G_CALLBACK(proxy_print_option), (void *)PROXYPASS); | |
5681
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1250 |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1251 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
|
1252 gtk_entry_set_text(GTK_ENTRY(entry), |
46d7ad0dfa26
[gaim-migrate @ 6100]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
1253 gaim_proxy_info_get_password(proxy_info)); |
8137 | 1254 gaim_set_accessible_label (entry, label); |
5440 | 1255 |
1256 gtk_widget_show_all(ret); | |
1257 return ret; | |
1258 } | |
1259 | |
1260 #ifndef _WIN32 | |
1261 static gboolean manual_browser_set(GtkWidget *entry, GdkEventFocus *event, gpointer data) { | |
1262 const char *program = gtk_entry_get_text(GTK_ENTRY(entry)); | |
1263 | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1264 gaim_prefs_set_string("/gaim/gtk/browsers/command", program); |
5440 | 1265 |
1266 /* carry on normally */ | |
1267 return FALSE; | |
1268 } | |
1269 | |
5633 | 1270 static GList *get_available_browsers() |
5440 | 1271 { |
1272 struct browser { | |
1273 char *name; | |
1274 char *command; | |
1275 }; | |
1276 | |
1277 static struct browser possible_browsers[] = { | |
5633 | 1278 {N_("Opera"), "opera"}, |
1279 {N_("Netscape"), "netscape"}, | |
1280 {N_("Mozilla"), "mozilla"}, | |
6070 | 1281 {N_("Konqueror"), "kfmclient"}, |
7916 | 1282 {N_("Galeon"), "galeon"}, |
8267 | 1283 {N_("Firebird"), "mozilla-firebird"}, |
8356 | 1284 {N_("Firefox"), "firefox"}, |
1285 {N_("Gnome Default"), "gnome-open"} | |
5440 | 1286 }; |
8356 | 1287 static const int num_possible_browsers = 8; |
5440 | 1288 |
1289 GList *browsers = NULL; | |
1290 int i = 0; | |
5819 | 1291 char *browser_setting = (char *)gaim_prefs_get_string("/gaim/gtk/browsers/browser"); |
5440 | 1292 |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1293 browsers = g_list_prepend(browsers, "custom"); |
5440 | 1294 browsers = g_list_prepend(browsers, _("Manual")); |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1295 |
5440 | 1296 for (i = 0; i < num_possible_browsers; i++) { |
7108
6faeeecab0dc
[gaim-migrate @ 7673]
Christian Hammond <chipx86@chipx86.com>
parents:
7095
diff
changeset
|
1297 if (gaim_program_is_valid(possible_browsers[i].command)) { |
5633 | 1298 browsers = g_list_prepend(browsers, |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
1299 possible_browsers[i].command); |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1300 browsers = g_list_prepend(browsers, _(possible_browsers[i].name)); |
5825 | 1301 if(browser_setting && !strcmp(possible_browsers[i].command, browser_setting)) |
5819 | 1302 browser_setting = NULL; |
5440 | 1303 } |
1304 } | |
1305 | |
5819 | 1306 if(browser_setting) |
1307 gaim_prefs_set_string("/gaim/gtk/browsers/browser", "custom"); | |
1308 | |
5440 | 1309 return browsers; |
1310 } | |
1311 | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1312 static void |
8274 | 1313 browser_changed1_cb(const char *name, GaimPrefType type, gpointer value, |
1314 gpointer data) | |
1315 { | |
1316 GtkWidget *hbox = data; | |
1317 const char *browser = value; | |
1318 | |
1319 gtk_widget_set_sensitive(hbox, strcmp(browser, "custom")); | |
1320 } | |
1321 | |
1322 static void | |
1323 browser_changed2_cb(const char *name, GaimPrefType type, gpointer value, | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1324 gpointer data) |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1325 { |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1326 GtkWidget *hbox = data; |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1327 const char *browser = value; |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1328 |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1329 gtk_widget_set_sensitive(hbox, !strcmp(browser, "custom")); |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1330 } |
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
1331 |
5440 | 1332 GtkWidget *browser_page() { |
1333 GtkWidget *ret; | |
1334 GtkWidget *vbox; | |
1335 GtkWidget *hbox; | |
1336 GtkWidget *label; | |
6007 | 1337 GtkWidget *entry; |
5440 | 1338 GtkSizeGroup *sg; |
1339 GList *browsers = NULL; | |
1340 | |
1341 ret = gtk_vbox_new(FALSE, 18); | |
1342 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1343 | |
1344 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1345 vbox = gaim_gtk_make_frame (ret, _("Browser Selection")); |
5440 | 1346 |
1347 browsers = get_available_browsers(); | |
1348 if (browsers != NULL) { | |
7987 | 1349 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
|
1350 "/gaim/gtk/browsers/browser", |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1351 browsers); |
5440 | 1352 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
1353 gtk_size_group_add_widget(sg, label); | |
8274 | 1354 |
1355 hbox = gtk_hbox_new(FALSE, 0); | |
1356 label = gaim_gtk_prefs_dropdown(hbox, _("_Open link in:"), GAIM_PREF_INT, | |
1357 "/gaim/gtk/browsers/place", | |
1358 _("Browser default"), GAIM_BROWSER_DEFAULT, | |
1359 _("Existing window"), GAIM_BROWSER_CURRENT, | |
1360 _("New window"), GAIM_BROWSER_NEW_WINDOW, | |
1361 _("New tab"), GAIM_BROWSER_NEW_TAB, | |
1362 NULL); | |
1363 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1364 gtk_size_group_add_widget(sg, label); | |
1365 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
1366 | |
1367 if (!strcmp(gaim_prefs_get_string("/gaim/gtk/browsers/browser"), "custom")) | |
1368 gtk_widget_set_sensitive(hbox, FALSE); | |
1369 browser_pref1_id = gaim_prefs_connect_callback("/gaim/gtk/browsers/browser", | |
1370 browser_changed1_cb, hbox); | |
5440 | 1371 } |
1372 | |
1373 hbox = gtk_hbox_new(FALSE, 5); | |
1374 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); | |
6031 | 1375 label = gtk_label_new_with_mnemonic(_("_Manual:\n(%s for URL)")); |
5440 | 1376 gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0); |
1377 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1378 gtk_size_group_add_widget(sg, label); | |
1379 | |
6007 | 1380 entry = gtk_entry_new(); |
1381 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1382 |
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1383 if (strcmp(gaim_prefs_get_string("/gaim/gtk/browsers/browser"), "custom")) |
5440 | 1384 gtk_widget_set_sensitive(hbox, FALSE); |
8274 | 1385 browser_pref2_id = gaim_prefs_connect_callback("/gaim/gtk/browsers/browser", |
1386 browser_changed2_cb, hbox); | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1387 |
6007 | 1388 gtk_box_pack_start (GTK_BOX (hbox), entry, FALSE, FALSE, 0); |
1389 | |
1390 gtk_entry_set_text(GTK_ENTRY(entry), | |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1391 gaim_prefs_get_string("/gaim/gtk/browsers/command")); |
6007 | 1392 g_signal_connect(G_OBJECT(entry), "focus-out-event", |
5560
b7319c094153
[gaim-migrate @ 5961]
Christian Hammond <chipx86@chipx86.com>
parents:
5554
diff
changeset
|
1393 G_CALLBACK(manual_browser_set), NULL); |
8188
cd9ea20cd8ed
[gaim-migrate @ 8909]
Christian Hammond <chipx86@chipx86.com>
parents:
8170
diff
changeset
|
1394 gaim_set_accessible_label (entry, label); |
5440 | 1395 |
1396 gtk_widget_show_all(ret); | |
1397 return ret; | |
1398 } | |
1399 #endif /*_WIN32*/ | |
1400 | |
1401 GtkWidget *logging_page() { | |
1402 GtkWidget *ret; | |
1403 GtkWidget *vbox; | |
7431 | 1404 GList *names; |
8573 | 1405 GtkWidget *sys_box; |
1406 GtkWidget *box; | |
1407 int syslog_enabled = gaim_prefs_get_bool("/core/logging/log_system"); | |
1408 | |
5440 | 1409 ret = gtk_vbox_new(FALSE, 18); |
1410 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1411 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1412 vbox = gaim_gtk_make_frame (ret, _("Message Logs")); |
7431 | 1413 names = gaim_log_logger_get_options(); |
1414 | |
7987 | 1415 gaim_gtk_prefs_dropdown_from_list(vbox, _("Log _Format:"), GAIM_PREF_STRING, |
1416 "/core/logging/format", names); | |
1417 | |
1418 gaim_gtk_prefs_checkbox(_("_Log all instant messages"), | |
7562
b859cfb5f31a
[gaim-migrate @ 8176]
Christian Hammond <chipx86@chipx86.com>
parents:
7561
diff
changeset
|
1419 "/core/logging/log_ims", vbox); |
7987 | 1420 gaim_gtk_prefs_checkbox(_("Log all c_hats"), |
7562
b859cfb5f31a
[gaim-migrate @ 8176]
Christian Hammond <chipx86@chipx86.com>
parents:
7561
diff
changeset
|
1421 "/core/logging/log_chats", vbox); |
8573 | 1422 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1423 vbox = gaim_gtk_make_frame (ret, _("System Logs")); |
8573 | 1424 |
1425 sys_box = gaim_gtk_prefs_checkbox(_("_Enable system log"), | |
1426 "/core/logging/log_system", vbox); | |
1427 | |
1428 box = gaim_gtk_prefs_checkbox(_("Log when buddies _sign on/sign off"), | |
1429 "/core/logging/log_signon_signoff", vbox); | |
1430 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1431 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1432 gtk_widget_set_sensitive(box, syslog_enabled); | |
1433 | |
1434 box = gaim_gtk_prefs_checkbox(_("Log when buddies become _idle/un-idle"), | |
1435 "/core/logging/log_idle_state", vbox); | |
1436 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1437 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1438 gtk_widget_set_sensitive(box, syslog_enabled); | |
1439 | |
1440 box = gaim_gtk_prefs_checkbox(_("Log when buddies go away/come _back"), | |
1441 "/core/logging/log_away_state", vbox); | |
1442 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1443 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1444 gtk_widget_set_sensitive(box, syslog_enabled); | |
1445 | |
1446 box = gaim_gtk_prefs_checkbox(_("Log your _own signons/idleness/awayness"), | |
1447 "/core/logging/log_own_states", vbox); | |
1448 g_signal_connect(G_OBJECT(sys_box), "clicked", | |
1449 G_CALLBACK(gaim_gtk_toggle_sensitive), box); | |
1450 gtk_widget_set_sensitive(box, syslog_enabled); | |
1451 | |
8881 | 1452 #if 0 /* PREFSLASH04 */ |
7987 | 1453 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
|
1454 "/gaim/gtk/logging/individual_logs", vbox); |
8881 | 1455 #endif /* PREFSLASH04 */ |
8573 | 1456 |
5440 | 1457 gtk_widget_show_all(ret); |
1458 return ret; | |
1459 } | |
1460 | |
1461 #ifndef _WIN32 | |
1462 static gint sound_cmd_yeah(GtkEntry *entry, gpointer d) | |
1463 { | |
5684 | 1464 gaim_prefs_set_string("/gaim/gtk/sound/command", |
6007 | 1465 gtk_entry_get_text(GTK_ENTRY(entry))); |
5440 | 1466 return TRUE; |
1467 } | |
6005 | 1468 |
1469 static void | |
1470 sound_changed_cb(const char *name, GaimPrefType type, gpointer value, | |
1471 gpointer data) | |
1472 { | |
1473 GtkWidget *hbox = data; | |
1474 const char *method = value; | |
1475 | |
1476 gtk_widget_set_sensitive(hbox, !strcmp(method, "custom")); | |
1477 } | |
5440 | 1478 #endif |
1479 | |
1480 GtkWidget *sound_page() { | |
1481 GtkWidget *ret; | |
1482 GtkWidget *vbox; | |
1483 GtkSizeGroup *sg; | |
1484 #ifndef _WIN32 | |
1485 GtkWidget *dd; | |
1486 GtkWidget *hbox; | |
1487 GtkWidget *label; | |
6007 | 1488 GtkWidget *entry; |
5684 | 1489 const char *cmd; |
5440 | 1490 #endif |
1491 | |
1492 ret = gtk_vbox_new(FALSE, 18); | |
1493 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1494 | |
1495 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
1496 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1497 vbox = gaim_gtk_make_frame (ret, _("Sound Options")); |
8633 | 1498 gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"), |
1499 "/gaim/gtk/sound/conv_focus", vbox); | |
7987 | 1500 gaim_gtk_prefs_checkbox(_("_Sounds while away"), |
5684 | 1501 "/core/sound/while_away", vbox); |
5440 | 1502 |
1503 #ifndef _WIN32 | |
6033 | 1504 vbox = gaim_gtk_make_frame (ret, _("Sound Method")); |
7987 | 1505 dd = gaim_gtk_prefs_dropdown(vbox, _("_Method:"), GAIM_PREF_STRING, |
1506 "/gaim/gtk/sound/method", | |
1507 _("Console beep"), "beep", | |
5440 | 1508 #ifdef USE_AO |
7987 | 1509 _("Automatic"), "automatic", |
1510 "ESD", "esd", | |
1511 "Arts", "arts", | |
5440 | 1512 #endif |
1513 #ifdef USE_NAS_AUDIO | |
7987 | 1514 "NAS", "nas", |
5440 | 1515 #endif |
7987 | 1516 _("Command"), "custom", |
1517 NULL); | |
5440 | 1518 gtk_size_group_add_widget(sg, dd); |
1519 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
1520 | |
1521 hbox = gtk_hbox_new(FALSE, 5); | |
1522 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 5); | |
1523 | |
1524 hbox = gtk_hbox_new(FALSE, 5); | |
1525 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
6031 | 1526 label = gtk_label_new_with_mnemonic(_("Sound c_ommand:\n(%s for filename)")); |
5440 | 1527 gtk_size_group_add_widget(sg, label); |
1528 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
1529 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5); | |
1530 | |
6007 | 1531 entry = gtk_entry_new(); |
1532 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); | |
1533 | |
1534 gtk_editable_set_editable(GTK_EDITABLE(entry), TRUE); | |
5684 | 1535 cmd = gaim_prefs_get_string("/gaim/gtk/sound/command"); |
5440 | 1536 if(cmd) |
6007 | 1537 gtk_entry_set_text(GTK_ENTRY(entry), cmd); |
1538 gtk_widget_set_size_request(entry, 75, -1); | |
1539 | |
1540 gtk_box_pack_start(GTK_BOX(hbox), entry, TRUE, TRUE, 5); | |
1541 g_signal_connect(G_OBJECT(entry), "changed", | |
5440 | 1542 G_CALLBACK(sound_cmd_yeah), NULL); |
6005 | 1543 |
1544 gtk_widget_set_sensitive(hbox, | |
1545 !strcmp(gaim_prefs_get_string("/gaim/gtk/sound/method"), | |
1546 "custom")); | |
1547 sound_pref_id = gaim_prefs_connect_callback("/gaim/gtk/sound/method", | |
1548 sound_changed_cb, hbox); | |
1549 | |
8141 | 1550 gaim_set_accessible_label (entry, label); |
5440 | 1551 #endif /* _WIN32 */ |
1552 gtk_widget_show_all(ret); | |
8137 | 1553 |
5440 | 1554 return ret; |
1555 } | |
1556 | |
8881 | 1557 #if 0 /* PREFSLASH04 */ |
6146
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1558 static void |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1559 auto_resp_changed_cb(const char *name, GaimPrefType type, gpointer value, |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1560 gpointer data) |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1561 { |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1562 GtkWidget *hbox = data; |
6196 | 1563 gboolean enabled = GPOINTER_TO_INT(value); |
6146
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1564 |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1565 gtk_widget_set_sensitive(hbox, enabled); |
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1566 } |
8881 | 1567 #endif /* PREFSLASH04 */ |
6146
aef34b0c175f
[gaim-migrate @ 6620]
Christian Hammond <chipx86@chipx86.com>
parents:
6142
diff
changeset
|
1568 |
5440 | 1569 GtkWidget *away_page() { |
1570 GtkWidget *ret; | |
1571 GtkWidget *vbox; | |
1572 GtkWidget *hbox; | |
1573 GtkWidget *label; | |
1574 GtkWidget *button; | |
1575 GtkWidget *select; | |
1576 GtkWidget *dd; | |
1577 GtkSizeGroup *sg; | |
1578 | |
1579 ret = gtk_vbox_new(FALSE, 18); | |
1580 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1581 | |
1582 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); | |
1583 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1584 vbox = gaim_gtk_make_frame (ret, _("Away")); |
7987 | 1585 gaim_gtk_prefs_checkbox(_("_Queue new messages when away"), |
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
1586 "/gaim/gtk/away/queue_messages", vbox); |
5440 | 1587 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1588 vbox = gaim_gtk_make_frame (ret, _("Auto-response")); |
8881 | 1589 #if 0 /* PREFSLASH04 */ |
8833 | 1590 hbox = gtk_hbox_new(FALSE, 0); |
1591 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
1592 gaim_gtk_prefs_labeled_spin_button(hbox, _("Seconds before _resending:"), | |
1593 "/core/away/auto_response/sec_before_resend", | |
1594 1, 24 * 60 * 60, sg); | |
8881 | 1595 #endif /* PREFSLASH04 */ |
7987 | 1596 gaim_gtk_prefs_checkbox(_("_Send auto-response"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1597 "/core/away/auto_response/enabled", vbox); |
7987 | 1598 gaim_gtk_prefs_checkbox(_("_Only send auto-response when idle"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1599 "/core/away/auto_response/idle_only", vbox); |
8881 | 1600 #if 0 /* PREFSLASH04 */ |
8833 | 1601 gaim_gtk_prefs_checkbox(_("Send auto-response in _active conversations"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1602 "/core/away/auto_response/in_active_conv", vbox); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1603 if (!gaim_prefs_get_bool("/core/away/auto_response/enabled")) |
5440 | 1604 gtk_widget_set_sensitive(hbox, FALSE); |
1605 | |
6142 | 1606 auto_resp_pref_id = gaim_prefs_connect_callback("/core/away/auto_response/enabled", |
1607 auto_resp_changed_cb, hbox); | |
8881 | 1608 #endif /* PREFSLASH04 */ |
6142 | 1609 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1610 vbox = gaim_gtk_make_frame (ret, _("Idle")); |
7987 | 1611 dd = gaim_gtk_prefs_dropdown(vbox, _("Idle _time reporting:"), |
1612 GAIM_PREF_STRING, "/gaim/gtk/idle/reporting_method", | |
1613 _("None"), "none", | |
1614 _("Gaim usage"), "gaim", | |
5440 | 1615 #ifdef USE_SCREENSAVER |
1616 #ifndef _WIN32 | |
7987 | 1617 _("X usage"), "system", |
5440 | 1618 #else |
7987 | 1619 _("Windows usage"), "system", |
5440 | 1620 #endif |
1621 #endif | |
7987 | 1622 NULL); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1623 |
5440 | 1624 gtk_size_group_add_widget(sg, dd); |
1625 gtk_misc_set_alignment(GTK_MISC(dd), 0, 0); | |
1626 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
1627 vbox = gaim_gtk_make_frame (ret, _("Auto-away")); |
7987 | 1628 button = gaim_gtk_prefs_checkbox(_("Set away _when idle"), |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
1629 "/core/away/away_when_idle", vbox); |
8238 | 1630 |
7987 | 1631 select = gaim_gtk_prefs_labeled_spin_button(vbox, |
1632 _("_Minutes before setting away:"), "/core/away/mins_before_away", | |
1633 1, 24 * 60, sg); | |
5440 | 1634 g_signal_connect(G_OBJECT(button), "clicked", |
1635 G_CALLBACK(gaim_gtk_toggle_sensitive), select); | |
1636 | |
8238 | 1637 hbox = gtk_hbox_new(FALSE, 0); |
1638 gtk_container_add(GTK_CONTAINER(vbox), hbox); | |
1639 | |
5440 | 1640 label = gtk_label_new_with_mnemonic(_("Away m_essage:")); |
1641 gtk_size_group_add_widget(sg, label); | |
1642 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | |
8238 | 1643 g_signal_connect(G_OBJECT(button), "clicked", |
1644 G_CALLBACK(gaim_gtk_toggle_sensitive), label); | |
5440 | 1645 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0); |
8238 | 1646 |
5440 | 1647 prefs_away_menu = gtk_option_menu_new(); |
1648 gtk_label_set_mnemonic_widget(GTK_LABEL(label), prefs_away_menu); | |
1649 g_signal_connect(G_OBJECT(button), "clicked", | |
1650 G_CALLBACK(gaim_gtk_toggle_sensitive), prefs_away_menu); | |
1651 default_away_menu_init(prefs_away_menu); | |
1652 gtk_widget_show(prefs_away_menu); | |
1653 gtk_box_pack_start(GTK_BOX(hbox), prefs_away_menu, FALSE, FALSE, 0); | |
8238 | 1654 gaim_set_accessible_label (prefs_away_menu, label); |
1655 | |
5440 | 1656 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1657 if (!gaim_prefs_get_bool("/core/away/away_when_idle")) { |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1658 gtk_widget_set_sensitive(GTK_WIDGET(select), FALSE); |
8238 | 1659 gtk_widget_set_sensitive(GTK_WIDGET(label), FALSE); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1660 gtk_widget_set_sensitive(GTK_WIDGET(prefs_away_menu), FALSE); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1661 } |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1662 |
5440 | 1663 gtk_widget_show_all(ret); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
1664 |
5440 | 1665 return ret; |
1666 } | |
1667 | |
8170 | 1668 static GtkWidget * |
1669 protocol_page() { | |
1670 GtkWidget *ret; | |
1671 | |
1672 ret = gtk_label_new(NULL); | |
1673 gtk_widget_show(ret); | |
1674 | |
1675 return ret; | |
1676 } | |
1677 | |
5440 | 1678 static GtkWidget *plugin_description=NULL, *plugin_details=NULL; |
1679 | |
1680 static void prefs_plugin_sel (GtkTreeSelection *sel, GtkTreeModel *model) | |
1681 { | |
1682 gchar *buf, *pname, *perr, *pdesc, *pauth, *pweb; | |
1683 GtkTreeIter iter; | |
1684 GValue val = { 0, }; | |
1685 GaimPlugin *plug; | |
1686 | |
1687 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
1688 return; | |
8104 | 1689 gtk_tree_model_get_value (model, &iter, 3, &val); |
5440 | 1690 plug = g_value_get_pointer(&val); |
1691 | |
1692 pname = g_markup_escape_text(_(plug->info->name), -1); | |
1693 pdesc = g_markup_escape_text(_(plug->info->description), -1); | |
1694 pauth = g_markup_escape_text(_(plug->info->author), -1); | |
1695 pweb = g_markup_escape_text(_(plug->info->homepage), -1); | |
1696 if (plug->error != NULL) { | |
1697 perr = g_markup_escape_text(_(plug->error), -1); | |
1698 buf = g_strdup_printf( | |
1699 "<span size=\"larger\">%s %s</span>\n\n" | |
1700 "<span weight=\"bold\" color=\"red\">%s</span>\n\n" | |
1701 "%s", | |
1702 pname, plug->info->version, perr, pdesc); | |
1703 g_free(perr); | |
1704 } | |
1705 else { | |
1706 buf = g_strdup_printf( | |
1707 "<span size=\"larger\">%s %s</span>\n\n%s", | |
1708 pname, plug->info->version, pdesc); | |
1709 } | |
1710 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); | |
1711 g_free(buf); | |
1712 | |
1713 buf = g_strdup_printf( | |
1714 #ifndef _WIN32 | |
1715 _("<span size=\"larger\">%s %s</span>\n\n" | |
1716 "<span weight=\"bold\">Written by:</span>\t%s\n" | |
1717 "<span weight=\"bold\">Web site:</span>\t\t%s\n" | |
1718 "<span weight=\"bold\">File name:</span>\t%s"), | |
1719 #else | |
1720 _("<span size=\"larger\">%s %s</span>\n\n" | |
1721 "<span weight=\"bold\">Written by:</span> %s\n" | |
1722 "<span weight=\"bold\">URL:</span> %s\n" | |
1723 "<span weight=\"bold\">File name:</span> %s"), | |
1724 #endif | |
1725 pname, plug->info->version, pauth, pweb, plug->path); | |
1726 | |
1727 gtk_label_set_markup(GTK_LABEL(plugin_details), buf); | |
1728 g_value_unset(&val); | |
1729 g_free(buf); | |
1730 g_free(pname); | |
1731 g_free(pdesc); | |
1732 g_free(pauth); | |
1733 g_free(pweb); | |
1734 } | |
1735 | |
1736 static void plugin_load (GtkCellRendererToggle *cell, gchar *pth, gpointer data) | |
1737 { | |
1738 GtkTreeModel *model = (GtkTreeModel *)data; | |
1739 GtkTreeIter iter; | |
1740 GtkTreePath *path = gtk_tree_path_new_from_string(pth); | |
1741 GaimPlugin *plug; | |
1742 gchar buf[1024]; | |
6040 | 1743 gchar *name = NULL, *description = NULL; |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1744 |
5440 | 1745 GdkCursor *wait = gdk_cursor_new (GDK_WATCH); |
1746 gdk_window_set_cursor(prefs->window, wait); | |
1747 gdk_cursor_unref(wait); | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1748 |
5440 | 1749 gtk_tree_model_get_iter (model, &iter, path); |
8104 | 1750 gtk_tree_model_get (model, &iter, 3, &plug, -1); |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1751 |
5440 | 1752 if (!gaim_plugin_is_loaded(plug)) { |
1753 gaim_plugin_load(plug); | |
1754 | |
1755 /* | |
1756 * NOTE: This is basically the same check as before | |
1757 * (plug->type == plugin), but now there aren't plugin types. | |
1758 * Not yet, anyway. I want to do a V2 of the plugin API. | |
1759 * The thing is, we should have a flag specifying the UI type, | |
1760 * or just whether it's a general plugin or a UI-specific | |
1761 * plugin. We should only load this if it's UI-specific. | |
1762 * | |
1763 * -- ChipX86 | |
1764 */ | |
1765 if (GAIM_IS_GTK_PLUGIN(plug)) | |
1766 { | |
1767 GtkWidget *config_frame; | |
1768 GaimGtkPluginUiInfo *ui_info; | |
1769 | |
1770 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
1771 config_frame = gaim_gtk_plugin_get_config_frame(plug); | |
1772 | |
1773 if (config_frame != NULL) { | |
1774 ui_info->iter = g_new0(GtkTreeIter, 1); | |
1775 prefs_notebook_add_page(_(plug->info->name), NULL, | |
1776 config_frame, ui_info->iter, | |
1777 &plugin_iter, notebook_page++); | |
1778 | |
1779 if (gtk_tree_model_iter_n_children(GTK_TREE_MODEL(prefstree), | |
1780 &plugin_iter) == 1) { | |
1781 | |
1782 /* Expand the tree for the first plugin added */ | |
1783 GtkTreePath *path2; | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1784 |
5440 | 1785 path2 = gtk_tree_model_get_path(GTK_TREE_MODEL(prefstree), |
1786 &plugin_iter); | |
1787 gtk_tree_view_expand_row(GTK_TREE_VIEW(tree_v), | |
1788 path2, TRUE); | |
1789 gtk_tree_path_free(path2); | |
1790 } | |
1791 } | |
1792 } | |
8713 | 1793 |
1794 if(GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
1795 GtkTreeIter iter; | |
1796 GtkWidget *pref_frame; | |
1797 GaimPluginUiInfo *prefs_info; | |
1798 | |
1799 if(plug->info->type == GAIM_PLUGIN_PROTOCOL) | |
1800 iter = proto_iter; | |
1801 else | |
1802 iter = plugin_iter; | |
1803 | |
1804 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
8814 | 1805 prefs_info->frame = prefs_info->get_plugin_pref_frame(plug); |
1806 pref_frame = gaim_gtk_plugin_pref_create_frame(prefs_info->frame); | |
8713 | 1807 |
1808 if(pref_frame != NULL) { | |
1809 prefs_info->iter = g_new0(GtkTreeIter, 1); | |
1810 prefs_notebook_add_page(_(plug->info->name), NULL, | |
1811 pref_frame, prefs_info->iter, | |
1812 &iter, notebook_page++); | |
1813 | |
1814 if(gtk_tree_model_iter_n_children(GTK_TREE_MODEL(prefstree), &iter) == 1) | |
1815 { | |
1816 GtkTreePath *path2; | |
1817 | |
1818 path2 = gtk_tree_model_get_path(GTK_TREE_MODEL(prefstree), &iter); | |
1819 gtk_tree_view_expand_row(GTK_TREE_VIEW(tree_v), path2, TRUE); | |
1820 gtk_tree_path_free(path2); | |
1821 } | |
1822 } | |
1823 } | |
5440 | 1824 } |
1825 else { | |
1826 if (GAIM_IS_GTK_PLUGIN(plug)) { | |
1827 GaimGtkPluginUiInfo *ui_info; | |
1828 | |
1829 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
1830 | |
1831 if (ui_info != NULL && ui_info->iter != NULL) { | |
1832 gtk_tree_store_remove(GTK_TREE_STORE(prefstree), ui_info->iter); | |
1833 g_free(ui_info->iter); | |
1834 ui_info->iter = NULL; | |
1835 } | |
8745 | 1836 } |
1837 | |
1838 if (GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
8713 | 1839 GaimPluginUiInfo *prefs_info; |
1840 | |
1841 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
1842 | |
8745 | 1843 if(prefs_info != NULL) { |
8814 | 1844 if(prefs_info->frame != NULL) { |
1845 gaim_plugin_pref_frame_destroy(prefs_info->frame); | |
1846 prefs_info->frame = NULL; | |
1847 } | |
1848 | |
8745 | 1849 if(prefs_info->iter != NULL) { |
1850 gtk_tree_store_remove(GTK_TREE_STORE(prefstree), prefs_info->iter); | |
1851 g_free(prefs_info->iter); | |
1852 prefs_info->iter = NULL; | |
1853 } | |
8713 | 1854 } |
5440 | 1855 } |
1856 | |
1857 gaim_plugin_unload(plug); | |
1858 } | |
1859 | |
1860 gdk_window_set_cursor(prefs->window, NULL); | |
1861 | |
6040 | 1862 name = g_markup_escape_text(_(plug->info->name), -1); |
1863 description = g_markup_escape_text(_(plug->info->description), -1); | |
5440 | 1864 if (plug->error != NULL) { |
6040 | 1865 gchar *error = g_markup_escape_text(plug->error, -1); |
5440 | 1866 g_snprintf(buf, sizeof(buf), |
1867 "<span size=\"larger\">%s %s</span>\n\n" | |
1868 "<span weight=\"bold\" color=\"red\">%s</span>\n\n" | |
1869 "%s", | |
6040 | 1870 name, plug->info->version, error, description); |
1871 g_free(error); | |
1872 } else { | |
5440 | 1873 g_snprintf(buf, sizeof(buf), |
1874 "<span size=\"larger\">%s %s</span>\n\n%s", | |
6040 | 1875 name, plug->info->version, description); |
5440 | 1876 } |
6040 | 1877 g_free(name); |
1878 g_free(description); | |
5440 | 1879 |
1880 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); | |
1881 gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, | |
1882 gaim_plugin_is_loaded(plug), -1); | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1883 |
5440 | 1884 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); |
1885 gtk_tree_path_free(path); | |
5981
81564bb4db68
[gaim-migrate @ 6429]
Christian Hammond <chipx86@chipx86.com>
parents:
5966
diff
changeset
|
1886 |
81564bb4db68
[gaim-migrate @ 6429]
Christian Hammond <chipx86@chipx86.com>
parents:
5966
diff
changeset
|
1887 gaim_gtk_plugins_save(); |
5440 | 1888 } |
1889 | |
1890 static void | |
1891 update_plugin_list(void *data) | |
1892 { | |
1893 GtkListStore *ls = GTK_LIST_STORE(data); | |
1894 GtkTreeIter iter; | |
1895 GList *probes; | |
1896 GaimPlugin *plug; | |
1897 | |
1898 gtk_list_store_clear(ls); | |
1899 | |
1900 for (probes = gaim_plugins_get_all(); | |
1901 probes != NULL; | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1902 probes = probes->next) |
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1903 { |
5440 | 1904 plug = probes->data; |
1905 | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1906 if (plug->info->type != GAIM_PLUGIN_STANDARD || |
6930
31c45d99e1a8
[gaim-migrate @ 7477]
Christian Hammond <chipx86@chipx86.com>
parents:
6928
diff
changeset
|
1907 (plug->info->flags & GAIM_PLUGIN_FLAG_INVISIBLE)) |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1908 { |
5440 | 1909 continue; |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1910 } |
5440 | 1911 |
1912 gtk_list_store_append (ls, &iter); | |
1913 gtk_list_store_set(ls, &iter, | |
1914 0, gaim_plugin_is_loaded(plug), | |
6928
6ed0a1c045b4
[gaim-migrate @ 7475]
Christian Hammond <chipx86@chipx86.com>
parents:
6861
diff
changeset
|
1915 1, plug->info->name ? _(plug->info->name) : plug->path, |
8162 | 1916 2, _(plug->info->summary), |
8104 | 1917 3, plug, -1); |
5440 | 1918 } |
1919 } | |
1920 | |
1921 static GtkWidget *plugin_page () | |
1922 { | |
1923 GtkWidget *ret; | |
1924 GtkWidget *sw, *vp; | |
1925 GtkWidget *event_view; | |
1926 GtkListStore *ls; | |
1927 GtkCellRenderer *rend, *rendt; | |
1928 GtkTreeViewColumn *col; | |
1929 GtkTreeSelection *sel; | |
1930 GtkTreePath *path; | |
1931 GtkWidget *nb; | |
1932 | |
1933 ret = gtk_vbox_new(FALSE, 18); | |
1934 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
1935 | |
1936 sw = gtk_scrolled_window_new(NULL,NULL); | |
8104 | 1937 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
5440 | 1938 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
1939 | |
1940 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
1941 | |
8104 | 1942 ls = gtk_list_store_new (4, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_POINTER); |
7939 | 1943 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(ls), |
1944 1, GTK_SORT_ASCENDING); | |
5440 | 1945 |
1946 update_plugin_list(ls); | |
1947 | |
1948 event_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL(ls)); | |
1949 | |
1950 rend = gtk_cell_renderer_toggle_new(); | |
1951 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
1952 | |
1953 col = gtk_tree_view_column_new_with_attributes (_("Load"), | |
1954 rend, | |
1955 "active", 0, | |
1956 NULL); | |
1957 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
1958 | |
1959 rendt = gtk_cell_renderer_text_new(); | |
1960 col = gtk_tree_view_column_new_with_attributes (_("Name"), | |
1961 rendt, | |
1962 "text", 1, | |
1963 NULL); | |
1964 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
8104 | 1965 |
1966 rendt = gtk_cell_renderer_text_new(); | |
1967 col = gtk_tree_view_column_new_with_attributes(_("Summary"), | |
1968 rendt, | |
1969 "text", 2, | |
1970 NULL); | |
1971 gtk_tree_view_append_column(GTK_TREE_VIEW(event_view), col); | |
1972 | |
5440 | 1973 g_object_unref(G_OBJECT(ls)); |
1974 gtk_container_add(GTK_CONTAINER(sw), event_view); | |
1975 | |
1976 | |
1977 nb = gtk_notebook_new(); | |
1978 gtk_notebook_set_tab_pos (GTK_NOTEBOOK(nb), GTK_POS_BOTTOM); | |
1979 gtk_notebook_popup_disable(GTK_NOTEBOOK(nb)); | |
1980 | |
1981 /* Description */ | |
1982 sw = gtk_scrolled_window_new(NULL, NULL); | |
1983 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); | |
1984 plugin_description = gtk_label_new(NULL); | |
1985 | |
1986 vp = gtk_viewport_new(NULL, NULL); | |
1987 gtk_viewport_set_shadow_type(GTK_VIEWPORT(vp), GTK_SHADOW_NONE); | |
1988 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_NONE); | |
1989 | |
1990 gtk_container_add(GTK_CONTAINER(vp), plugin_description); | |
1991 gtk_container_add(GTK_CONTAINER(sw), vp); | |
1992 | |
1993 gtk_label_set_selectable(GTK_LABEL(plugin_description), TRUE); | |
1994 gtk_label_set_line_wrap(GTK_LABEL(plugin_description), TRUE); | |
1995 gtk_misc_set_alignment(GTK_MISC(plugin_description), 0, 0); | |
1996 gtk_misc_set_padding(GTK_MISC(plugin_description), 6, 6); | |
1997 gtk_notebook_append_page(GTK_NOTEBOOK(nb), sw, gtk_label_new(_("Description"))); | |
1998 | |
1999 /* Details */ | |
2000 sw = gtk_scrolled_window_new(NULL, NULL); | |
2001 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC); | |
2002 plugin_details = gtk_label_new(NULL); | |
2003 | |
2004 vp = gtk_viewport_new(NULL, NULL); | |
2005 gtk_viewport_set_shadow_type(GTK_VIEWPORT(vp), GTK_SHADOW_NONE); | |
2006 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_NONE); | |
2007 | |
2008 gtk_container_add(GTK_CONTAINER(vp), plugin_details); | |
2009 gtk_container_add(GTK_CONTAINER(sw), vp); | |
2010 | |
2011 gtk_label_set_selectable(GTK_LABEL(plugin_details), TRUE); | |
2012 gtk_label_set_line_wrap(GTK_LABEL(plugin_details), TRUE); | |
2013 gtk_misc_set_alignment(GTK_MISC(plugin_details), 0, 0); | |
2014 gtk_misc_set_padding(GTK_MISC(plugin_details), 6, 6); | |
2015 gtk_notebook_append_page(GTK_NOTEBOOK(nb), sw, gtk_label_new(_("Details"))); | |
2016 gtk_box_pack_start(GTK_BOX(ret), nb, TRUE, TRUE, 0); | |
2017 | |
2018 g_signal_connect (G_OBJECT (sel), "changed", | |
2019 G_CALLBACK (prefs_plugin_sel), | |
2020 NULL); | |
2021 g_signal_connect (G_OBJECT(rend), "toggled", | |
2022 G_CALLBACK(plugin_load), ls); | |
2023 | |
2024 path = gtk_tree_path_new_first(); | |
2025 gtk_tree_selection_select_path(sel, path); | |
2026 gtk_tree_path_free(path); | |
2027 | |
2028 gaim_plugins_register_probe_notify_cb(update_plugin_list, ls); | |
2029 | |
2030 gtk_widget_show_all(ret); | |
2031 return ret; | |
2032 } | |
2033 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2034 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2035 event_toggled(GtkCellRendererToggle *cell, gchar *pth, gpointer data) |
5440 | 2036 { |
2037 GtkTreeModel *model = (GtkTreeModel *)data; | |
2038 GtkTreeIter iter; | |
2039 GtkTreePath *path = gtk_tree_path_new_from_string(pth); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2040 const char *pref; |
5440 | 2041 |
2042 gtk_tree_model_get_iter (model, &iter, path); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2043 gtk_tree_model_get (model, &iter, |
5612 | 2044 2, &pref, |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2045 -1); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2046 |
5684 | 2047 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
|
2048 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2049 gtk_list_store_set(GTK_LIST_STORE (model), &iter, |
5612 | 2050 0, !gtk_cell_renderer_toggle_get_active(cell), |
2051 -1); | |
5440 | 2052 |
2053 gtk_tree_path_free(path); | |
2054 } | |
2055 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2056 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2057 test_sound(GtkWidget *button, gpointer i_am_NULL) |
5440 | 2058 { |
5684 | 2059 char *pref; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2060 gboolean temp_value1, temp_value2; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2061 |
5684 | 2062 pref = g_strdup_printf("/gaim/gtk/sound/enabled/%s", |
2063 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2064 |
5821 | 2065 temp_value1 = gaim_prefs_get_bool("/core/sound/while_away"); |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2066 temp_value2 = gaim_prefs_get_bool(pref); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2067 |
5821 | 2068 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
|
2069 if (!temp_value2) gaim_prefs_set_bool(pref, TRUE); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2070 |
5440 | 2071 gaim_sound_play_event(sound_row_sel); |
2072 | |
5821 | 2073 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
|
2074 if (!temp_value2) gaim_prefs_set_bool(pref, FALSE); |
5684 | 2075 |
2076 g_free(pref); | |
5440 | 2077 } |
2078 | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2079 static void |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2080 reset_sound(GtkWidget *button, gpointer i_am_also_NULL) |
5440 | 2081 { |
5684 | 2082 char *pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2083 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
2084 | |
5440 | 2085 /* This just resets a sound file back to default */ |
5684 | 2086 gaim_prefs_set_string(pref, ""); |
2087 g_free(pref); | |
5440 | 2088 |
2089 gtk_entry_set_text(GTK_ENTRY(sound_entry), "(default)"); | |
2090 } | |
2091 | |
2092 void close_sounddialog(GtkWidget *w, GtkWidget *w2) | |
2093 { | |
2094 | |
2095 GtkWidget *dest; | |
2096 | |
2097 if (!GTK_IS_WIDGET(w2)) | |
2098 dest = w; | |
2099 else | |
2100 dest = w2; | |
2101 | |
2102 sounddialog = NULL; | |
2103 | |
2104 gtk_widget_destroy(dest); | |
2105 } | |
2106 | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2107 void do_select_sound(GtkWidget *w, gpointer data) |
5440 | 2108 { |
2109 const char *file; | |
5684 | 2110 char *pref; |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2111 int snd; |
5440 | 2112 |
2113 file = gtk_file_selection_get_filename(GTK_FILE_SELECTION(sounddialog)); | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2114 snd = GPOINTER_TO_INT(data); |
5440 | 2115 |
2116 /* If they type in a directory, change there */ | |
5966 | 2117 if (gaim_gtk_check_if_dir(file, GTK_FILE_SELECTION(sounddialog))) |
5440 | 2118 return; |
2119 | |
2120 /* Set it -- and forget it */ | |
5684 | 2121 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2122 gaim_gtk_sound_get_event_option(snd)); | |
2123 gaim_prefs_set_string(pref, file); | |
2124 g_free(pref); | |
5440 | 2125 |
2126 /* Set our text entry */ | |
2127 gtk_entry_set_text(GTK_ENTRY(sound_entry), file); | |
2128 | |
2129 /* Close the window! It's getting cold in here! */ | |
2130 close_sounddialog(NULL, sounddialog); | |
2131 | |
2132 if (last_sound_dir) | |
2133 g_free(last_sound_dir); | |
2134 last_sound_dir = g_path_get_dirname(file); | |
2135 } | |
2136 | |
2137 static void sel_sound(GtkWidget *button, gpointer being_NULL_is_fun) | |
2138 { | |
2139 char *buf = g_malloc(BUF_LEN); | |
2140 | |
2141 if (!sounddialog) { | |
2142 sounddialog = gtk_file_selection_new(_("Sound Selection")); | |
2143 | |
2144 gtk_file_selection_hide_fileop_buttons(GTK_FILE_SELECTION(sounddialog)); | |
2145 | |
2146 g_snprintf(buf, BUF_LEN - 1, "%s" G_DIR_SEPARATOR_S, last_sound_dir ? last_sound_dir : gaim_home_dir()); | |
2147 | |
2148 gtk_file_selection_set_filename(GTK_FILE_SELECTION(sounddialog), buf); | |
2149 | |
2150 g_signal_connect(G_OBJECT(sounddialog), "destroy", | |
2151 G_CALLBACK(close_sounddialog), sounddialog); | |
2152 | |
2153 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(sounddialog)->ok_button), | |
2154 "clicked", | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2155 G_CALLBACK(do_select_sound), GINT_TO_POINTER(sound_row_sel)); |
5440 | 2156 |
2157 g_signal_connect(G_OBJECT(GTK_FILE_SELECTION(sounddialog)->cancel_button), | |
2158 "clicked", | |
2159 G_CALLBACK(close_sounddialog), sounddialog); | |
2160 } | |
2161 | |
2162 g_free(buf); | |
2163 gtk_widget_show(sounddialog); | |
2164 gdk_window_raise(sounddialog->window); | |
2165 } | |
2166 | |
2167 | |
2168 static void prefs_sound_sel (GtkTreeSelection *sel, GtkTreeModel *model) { | |
2169 GtkTreeIter iter; | |
2170 GValue val = { 0, }; | |
5684 | 2171 const char *file; |
2172 char *pref; | |
5440 | 2173 |
2174 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2175 return; | |
5612 | 2176 gtk_tree_model_get_value (model, &iter, 3, &val); |
5440 | 2177 sound_row_sel = g_value_get_uint(&val); |
5684 | 2178 |
2179 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", | |
2180 gaim_gtk_sound_get_event_option(sound_row_sel)); | |
2181 file = gaim_prefs_get_string(pref); | |
2182 g_free(pref); | |
5440 | 2183 if (sound_entry) |
6088 | 2184 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : "(default)"); |
5440 | 2185 g_value_unset (&val); |
2186 if (sounddialog) | |
2187 gtk_widget_destroy(sounddialog); | |
2188 } | |
2189 | |
2190 GtkWidget *sound_events_page() { | |
2191 | |
2192 GtkWidget *ret; | |
2193 GtkWidget *sw; | |
2194 GtkWidget *button, *hbox; | |
2195 GtkTreeIter iter; | |
2196 GtkWidget *event_view; | |
2197 GtkListStore *event_store; | |
2198 GtkCellRenderer *rend; | |
2199 GtkTreeViewColumn *col; | |
2200 GtkTreeSelection *sel; | |
2201 GtkTreePath *path; | |
2202 int j; | |
5684 | 2203 const char *file; |
2204 char *pref; | |
5440 | 2205 |
2206 ret = gtk_vbox_new(FALSE, 18); | |
2207 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
2208 | |
2209 sw = gtk_scrolled_window_new(NULL,NULL); | |
2210 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); | |
2211 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); | |
2212 | |
2213 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); | |
5612 | 2214 event_store = gtk_list_store_new (4, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_UINT); |
5440 | 2215 |
2216 for (j=0; j < GAIM_NUM_SOUNDS; j++) { | |
5684 | 2217 char *pref = g_strdup_printf("/gaim/gtk/sound/enabled/%s", |
2218 gaim_gtk_sound_get_event_option(j)); | |
2219 const char *label = gaim_gtk_sound_get_event_label(j); | |
2220 | |
5870 | 2221 if (label == NULL) { |
2222 g_free(pref); | |
5440 | 2223 continue; |
5870 | 2224 } |
5440 | 2225 |
2226 gtk_list_store_append (event_store, &iter); | |
2227 gtk_list_store_set(event_store, &iter, | |
5612 | 2228 0, gaim_prefs_get_bool(pref), |
5684 | 2229 1, _(label), |
5612 | 2230 2, pref, |
2231 3, j, | |
2232 -1); | |
5684 | 2233 g_free(pref); |
5440 | 2234 } |
2235 | |
2236 event_view = gtk_tree_view_new_with_model (GTK_TREE_MODEL(event_store)); | |
2237 | |
2238 rend = gtk_cell_renderer_toggle_new(); | |
2239 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
2240 g_signal_connect (G_OBJECT (sel), "changed", | |
2241 G_CALLBACK (prefs_sound_sel), | |
2242 NULL); | |
2243 g_signal_connect (G_OBJECT(rend), "toggled", | |
2244 G_CALLBACK(event_toggled), event_store); | |
2245 path = gtk_tree_path_new_first(); | |
2246 gtk_tree_selection_select_path(sel, path); | |
2247 gtk_tree_path_free(path); | |
2248 | |
2249 col = gtk_tree_view_column_new_with_attributes (_("Play"), | |
2250 rend, | |
2251 "active", 0, | |
2252 NULL); | |
2253 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2254 | |
2255 rend = gtk_cell_renderer_text_new(); | |
2256 col = gtk_tree_view_column_new_with_attributes (_("Event"), | |
2257 rend, | |
2258 "text", 1, | |
2259 NULL); | |
2260 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2261 g_object_unref(G_OBJECT(event_store)); | |
2262 gtk_container_add(GTK_CONTAINER(sw), event_view); | |
2263 | |
2264 hbox = gtk_hbox_new(FALSE, 6); | |
2265 gtk_box_pack_start(GTK_BOX(ret), hbox, FALSE, FALSE, 0); | |
2266 sound_entry = gtk_entry_new(); | |
5684 | 2267 pref = g_strdup_printf("/gaim/gtk/sound/file/%s", |
2268 gaim_gtk_sound_get_event_option(0)); | |
2269 file = gaim_prefs_get_string(pref); | |
2270 g_free(pref); | |
6088 | 2271 gtk_entry_set_text(GTK_ENTRY(sound_entry), (file && *file != '\0') ? file : "(default)"); |
5440 | 2272 gtk_editable_set_editable(GTK_EDITABLE(sound_entry), FALSE); |
2273 gtk_box_pack_start(GTK_BOX(hbox), sound_entry, FALSE, FALSE, 5); | |
2274 | |
2275 button = gtk_button_new_with_label(_("Test")); | |
2276 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(test_sound), NULL); | |
2277 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2278 | |
2279 button = gtk_button_new_with_label(_("Reset")); | |
2280 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(reset_sound), NULL); | |
2281 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2282 | |
2283 button = gtk_button_new_with_label(_("Choose...")); | |
2284 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(sel_sound), NULL); | |
2285 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 1); | |
2286 | |
2287 gtk_widget_show_all (ret); | |
2288 | |
2289 return ret; | |
2290 } | |
2291 | |
6979 | 2292 static void away_message_sel_cb(GtkTreeSelection *sel, GtkTreeModel *model) |
5440 | 2293 { |
2294 GtkTreeIter iter; | |
2295 GValue val = { 0, }; | |
2296 gchar buffer[BUF_LONG]; | |
2297 char *tmp; | |
2298 struct away_message *am; | |
2299 | |
2300 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2301 return; | |
2302 gtk_tree_model_get_value (model, &iter, 1, &val); | |
2303 am = g_value_get_pointer(&val); | |
2304 gtk_imhtml_clear(GTK_IMHTML(away_text)); | |
2305 strncpy(buffer, am->message, BUF_LONG); | |
2306 tmp = stylize(buffer, BUF_LONG); | |
6982 | 2307 gtk_imhtml_append_text(GTK_IMHTML(away_text), tmp, GTK_IMHTML_NO_TITLE | |
5440 | 2308 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_SCROLL); |
6982 | 2309 gtk_imhtml_append_text(GTK_IMHTML(away_text), "<BR>", GTK_IMHTML_NO_TITLE | |
5440 | 2310 GTK_IMHTML_NO_COMMENTS | GTK_IMHTML_NO_SCROLL); |
2311 g_free(tmp); | |
2312 g_value_unset (&val); | |
2313 | |
2314 } | |
2315 | |
6979 | 2316 static gboolean away_message_click_cb(GtkWidget *tv, GdkEventButton *event, gpointer null) |
2317 { | |
2318 /* Only respond to double click on button 1 */ | |
2319 if ((event->button != 1) || (event->type != GDK_2BUTTON_PRESS)) | |
2320 return FALSE; | |
2321 | |
2322 /* Show the edit away message dialog */ | |
2323 create_away_mess(NULL, tv); | |
2324 | |
2325 return FALSE; | |
2326 } | |
2327 | |
5440 | 2328 void remove_away_message(GtkWidget *widget, GtkTreeView *tv) { |
6016 | 2329 struct away_message *am; |
5440 | 2330 GtkTreeIter iter; |
2331 GtkTreeSelection *sel = gtk_tree_view_get_selection(tv); | |
2332 GtkTreeModel *model = GTK_TREE_MODEL(prefs_away_store); | |
2333 GValue val = { 0, }; | |
2334 | |
2335 if (! gtk_tree_selection_get_selected (sel, &model, &iter)) | |
2336 return; | |
2337 gtk_tree_model_get_value (GTK_TREE_MODEL(prefs_away_store), &iter, 1, &val); | |
2338 am = g_value_get_pointer (&val); | |
2339 gtk_imhtml_clear(GTK_IMHTML(away_text)); | |
2340 rem_away_mess(NULL, am); | |
2341 } | |
2342 | |
2343 GtkWidget *away_message_page() { | |
2344 GtkWidget *ret; | |
2345 GtkWidget *hbox; | |
2346 GtkWidget *button; | |
2347 GtkWidget *sw; | |
2348 GtkTreeIter iter; | |
2349 GtkWidget *event_view; | |
2350 GtkCellRenderer *rend; | |
2351 GtkTreeViewColumn *col; | |
2352 GtkTreeSelection *sel; | |
2353 GSList *awy = away_messages; | |
2354 struct away_message *a; | |
2355 GtkSizeGroup *sg; | |
2356 | |
2357 ret = gtk_vbox_new(FALSE, 18); | |
2358 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); | |
2359 | |
2360 sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); | |
2361 | |
2362 sw = gtk_scrolled_window_new(NULL,NULL); | |
7931 | 2363 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
7929 | 2364 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
5440 | 2365 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); |
2366 | |
7940 | 2367 prefs_away_store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_POINTER); |
5440 | 2368 while (awy) { |
2369 a = (struct away_message *)awy->data; | |
2370 gtk_list_store_append (prefs_away_store, &iter); | |
2371 gtk_list_store_set(prefs_away_store, &iter, | |
2372 0, a->name, | |
2373 1, a, -1); | |
2374 awy = awy->next; | |
2375 } | |
7939 | 2376 event_view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(prefs_away_store)); |
5440 | 2377 |
2378 rend = gtk_cell_renderer_text_new(); | |
2379 col = gtk_tree_view_column_new_with_attributes ("NULL", | |
2380 rend, | |
2381 "text", 0, | |
2382 NULL); | |
2383 gtk_tree_view_append_column (GTK_TREE_VIEW(event_view), col); | |
2384 gtk_tree_view_set_headers_visible (GTK_TREE_VIEW(event_view), FALSE); | |
2385 gtk_widget_show(event_view); | |
7931 | 2386 gtk_container_add(GTK_CONTAINER(sw), event_view); |
5440 | 2387 |
7929 | 2388 sw = gtk_scrolled_window_new(NULL, NULL); |
7931 | 2389 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), GTK_SHADOW_IN); |
7929 | 2390 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), |
5440 | 2391 GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); |
7929 | 2392 gtk_box_pack_start(GTK_BOX(ret), sw, TRUE, TRUE, 0); |
2393 | |
2394 away_text = gtk_imhtml_new(NULL, NULL); | |
7931 | 2395 gtk_container_add(GTK_CONTAINER(sw), away_text); |
2396 | |
5440 | 2397 gaim_setup_imhtml(away_text); |
2398 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (event_view)); | |
6979 | 2399 g_signal_connect(G_OBJECT(sel), "changed", |
2400 G_CALLBACK(away_message_sel_cb), NULL); | |
2401 g_signal_connect(G_OBJECT(event_view), "button-press-event", | |
2402 G_CALLBACK(away_message_click_cb), NULL); | |
5440 | 2403 hbox = gtk_hbox_new(TRUE, 5); |
2404 gtk_box_pack_start(GTK_BOX(ret), hbox, FALSE, FALSE, 0); | |
2405 button = gtk_button_new_from_stock (GTK_STOCK_ADD); | |
2406 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2407 gtk_size_group_add_widget(sg, button); | |
2408 g_signal_connect(G_OBJECT(button), "clicked", | |
2409 G_CALLBACK(create_away_mess), NULL); | |
2410 | |
2411 button = gtk_button_new_from_stock (GTK_STOCK_REMOVE); | |
2412 gtk_size_group_add_widget(sg, button); | |
2413 g_signal_connect(G_OBJECT(button), "clicked", | |
2414 G_CALLBACK(remove_away_message), event_view); | |
2415 | |
2416 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2417 | |
2418 button = gaim_pixbuf_button_from_stock(_("_Edit"), GAIM_STOCK_EDIT, GAIM_BUTTON_HORIZONTAL); | |
2419 gtk_size_group_add_widget(sg, button); | |
2420 g_signal_connect(G_OBJECT(button), "clicked", | |
2421 G_CALLBACK(create_away_mess), event_view); | |
2422 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
2423 | |
2424 gtk_widget_show_all(ret); | |
2425 return ret; | |
2426 } | |
2427 | |
2428 GtkTreeIter *prefs_notebook_add_page(const char *text, | |
2429 GdkPixbuf *pixbuf, | |
2430 GtkWidget *page, | |
2431 GtkTreeIter *iter, | |
2432 GtkTreeIter *parent, | |
2433 int ind) { | |
2434 GdkPixbuf *icon = NULL; | |
2435 | |
2436 if (pixbuf) | |
2437 icon = gdk_pixbuf_scale_simple (pixbuf, 18, 18, GDK_INTERP_BILINEAR); | |
2438 | |
2439 gtk_tree_store_append (prefstree, iter, parent); | |
2440 gtk_tree_store_set (prefstree, iter, 0, icon, 1, text, 2, ind, -1); | |
2441 | |
2442 if (pixbuf) | |
2443 g_object_unref(pixbuf); | |
2444 if (icon) | |
2445 g_object_unref(icon); | |
2446 gtk_notebook_append_page(GTK_NOTEBOOK(prefsnotebook), page, gtk_label_new(text)); | |
2447 return iter; | |
2448 } | |
2449 | |
2450 void prefs_notebook_init() { | |
2451 GtkTreeIter p, p2, c; | |
2452 GList *l; | |
2453 GaimPlugin *plug; | |
2454 prefs_notebook_add_page(_("Interface"), NULL, interface_page(), &p, NULL, notebook_page++); | |
2455 prefs_notebook_add_page(_("Smiley Themes"), NULL, theme_page(), &c, &p, notebook_page++); | |
2456 prefs_notebook_add_page(_("Fonts"), NULL, font_page(), &c, &p, notebook_page++); | |
2457 prefs_notebook_add_page(_("Message Text"), NULL, messages_page(), &c, &p, notebook_page++); | |
2458 prefs_notebook_add_page(_("Shortcuts"), NULL, hotkeys_page(), &c, &p, notebook_page++); | |
2459 prefs_notebook_add_page(_("Buddy List"), NULL, list_page(), &c, &p, notebook_page++); | |
2460 prefs_notebook_add_page(_("Conversations"), NULL, conv_page(), &p2, NULL, notebook_page++); | |
2461 prefs_notebook_add_page(_("IMs"), NULL, im_page(), &c, &p2, notebook_page++); | |
2462 prefs_notebook_add_page(_("Chats"), NULL, chat_page(), &c, &p2, notebook_page++); | |
8238 | 2463 prefs_notebook_add_page(_("Network"), NULL, network_page(), &p, NULL, notebook_page++); |
5440 | 2464 prefs_notebook_add_page(_("Proxy"), NULL, proxy_page(), &p, NULL, notebook_page++); |
2465 #ifndef _WIN32 | |
2466 /* We use the registered default browser in windows */ | |
2467 prefs_notebook_add_page(_("Browser"), NULL, browser_page(), &p, NULL, notebook_page++); | |
2468 #endif | |
2469 prefs_notebook_add_page(_("Logging"), NULL, logging_page(), &p, NULL, notebook_page++); | |
2470 prefs_notebook_add_page(_("Sounds"), NULL, sound_page(), &p, NULL, notebook_page++); | |
2471 prefs_notebook_add_page(_("Sound Events"), NULL, sound_events_page(), &c, &p, notebook_page++); | |
2472 prefs_notebook_add_page(_("Away / Idle"), NULL, away_page(), &p, NULL, notebook_page++); | |
2473 prefs_notebook_add_page(_("Away Messages"), NULL, away_message_page(), &c, &p, notebook_page++); | |
2474 | |
2475 if (gaim_plugins_enabled()) { | |
8713 | 2476 prefs_notebook_add_page(_("Protocols"), NULL, protocol_page(), &proto_iter, NULL, notebook_page++); |
5440 | 2477 prefs_notebook_add_page(_("Plugins"), NULL, plugin_page(), &plugin_iter, NULL, notebook_page++); |
2478 | |
2479 for (l = gaim_plugins_get_loaded(); l != NULL; l = l->next) { | |
8713 | 2480 plug = (GaimPlugin *)l->data; |
5440 | 2481 |
2482 if (GAIM_IS_GTK_PLUGIN(plug)) { | |
2483 GtkWidget *config_frame; | |
2484 GaimGtkPluginUiInfo *ui_info; | |
2485 | |
2486 ui_info = GAIM_GTK_PLUGIN_UI_INFO(plug); | |
2487 config_frame = gaim_gtk_plugin_get_config_frame(plug); | |
2488 | |
2489 if (config_frame != NULL) { | |
2490 ui_info->iter = g_new0(GtkTreeIter, 1); | |
2491 prefs_notebook_add_page(_(plug->info->name), NULL, | |
2492 config_frame, ui_info->iter, | |
2493 &plugin_iter, notebook_page++); | |
2494 } | |
2495 } | |
8713 | 2496 |
2497 if(GAIM_PLUGIN_HAS_PREF_FRAME(plug)) { | |
8745 | 2498 GtkWidget *gtk_frame; |
8713 | 2499 GaimPluginUiInfo *prefs_info; |
2500 | |
2501 prefs_info = GAIM_PLUGIN_UI_INFO(plug); | |
8814 | 2502 prefs_info->frame = prefs_info->get_plugin_pref_frame(plug); |
2503 gtk_frame = gaim_gtk_plugin_pref_create_frame(prefs_info->frame); | |
8745 | 2504 |
2505 if(GTK_IS_WIDGET(gtk_frame)) { | |
8713 | 2506 prefs_info->iter = g_new0(GtkTreeIter, 1); |
2507 prefs_notebook_add_page(_(plug->info->name), NULL, | |
8745 | 2508 gtk_frame, prefs_info->iter, |
8713 | 2509 (plug->info->type == GAIM_PLUGIN_PROTOCOL) ? &proto_iter : &plugin_iter, |
2510 notebook_page++); | |
8814 | 2511 } else if(prefs_info->frame) { |
2512 /* in the event that there is a pref frame and we can | |
2513 * not make a widget out of it, we free the | |
2514 * pluginpref frame --Gary | |
2515 */ | |
2516 gaim_plugin_pref_frame_destroy(prefs_info->frame); | |
8713 | 2517 } |
2518 } | |
5440 | 2519 } |
2520 } | |
2521 } | |
2522 | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2523 void gaim_gtk_prefs_show(void) |
5440 | 2524 { |
2525 GtkWidget *vbox, *vbox2; | |
2526 GtkWidget *hbox; | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2527 GtkWidget *bbox; |
5440 | 2528 GtkWidget *frame; |
8335 | 2529 GtkWidget *scrolled_window; |
5440 | 2530 GtkTreeViewColumn *column; |
2531 GtkCellRenderer *cell; | |
2532 GtkTreeSelection *sel; | |
2533 GtkWidget *notebook; | |
2534 GtkWidget *sep; | |
2535 GtkWidget *button; | |
2536 | |
2537 if (prefs) { | |
2538 gtk_window_present(GTK_WINDOW(prefs)); | |
2539 return; | |
2540 } | |
2541 | |
2542 /* copy the preferences to tmp values... | |
2543 * I liked "take affect immediately" Oh well :-( */ | |
6016 | 2544 /* (that should have been "effect," right?) */ |
2545 | |
5440 | 2546 /* Back to instant-apply! I win! BU-HAHAHA! */ |
2547 | |
2548 /* Create the window */ | |
2549 prefs = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
2550 gtk_window_set_role(GTK_WINDOW(prefs), "preferences"); | |
2551 gtk_widget_realize(prefs); | |
2552 gtk_window_set_title(GTK_WINDOW(prefs), _("Preferences")); | |
2553 gtk_window_set_resizable (GTK_WINDOW(prefs), FALSE); | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2554 gtk_container_set_border_width(GTK_CONTAINER(prefs), 12); |
5440 | 2555 g_signal_connect(G_OBJECT(prefs), "destroy", |
2556 G_CALLBACK(delete_prefs), NULL); | |
2557 | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2558 vbox = gtk_vbox_new(FALSE, 12); |
5440 | 2559 gtk_container_add(GTK_CONTAINER(prefs), vbox); |
2560 gtk_widget_show(vbox); | |
2561 | |
2562 hbox = gtk_hbox_new (FALSE, 6); | |
2563 gtk_container_add (GTK_CONTAINER(vbox), hbox); | |
2564 gtk_widget_show (hbox); | |
2565 | |
2566 frame = gtk_frame_new (NULL); | |
2567 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN); | |
2568 gtk_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0); | |
2569 gtk_widget_show (frame); | |
2570 | |
8335 | 2571 scrolled_window = gtk_scrolled_window_new(NULL, NULL); |
2572 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled_window), | |
8340 | 2573 GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC); |
8335 | 2574 gtk_container_add(GTK_CONTAINER(frame), scrolled_window); |
2575 gtk_widget_show(scrolled_window); | |
2576 | |
5440 | 2577 /* The tree -- much inspired by the Gimp */ |
2578 prefstree = gtk_tree_store_new (3, GDK_TYPE_PIXBUF, G_TYPE_STRING, G_TYPE_INT); | |
2579 tree_v = gtk_tree_view_new_with_model (GTK_TREE_MODEL (prefstree)); | |
8335 | 2580 gtk_container_add(GTK_CONTAINER(scrolled_window), tree_v); |
5440 | 2581 |
2582 gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (tree_v), FALSE); | |
2583 gtk_widget_show(tree_v); | |
2584 /* icons */ | |
2585 /* XXX: to be used at a later date | |
2586 cell = gtk_cell_renderer_pixbuf_new (); | |
2587 column = gtk_tree_view_column_new_with_attributes ("icons", cell, "pixbuf", 0, NULL); | |
2588 */ | |
2589 | |
2590 /* text */ | |
2591 cell = gtk_cell_renderer_text_new (); | |
2592 column = gtk_tree_view_column_new_with_attributes ("text", cell, "text", 1, NULL); | |
2593 | |
2594 gtk_tree_view_append_column (GTK_TREE_VIEW (tree_v), column); | |
2595 | |
2596 /* The right side */ | |
2597 frame = gtk_frame_new (NULL); | |
2598 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_IN); | |
2599 gtk_box_pack_start (GTK_BOX (hbox), frame, TRUE, TRUE, 0); | |
2600 gtk_widget_show (frame); | |
2601 | |
2602 vbox2 = gtk_vbox_new (FALSE, 4); | |
2603 gtk_container_add (GTK_CONTAINER (frame), vbox2); | |
2604 gtk_widget_show (vbox2); | |
2605 | |
2606 frame = gtk_frame_new (NULL); | |
2607 gtk_frame_set_shadow_type (GTK_FRAME (frame), GTK_SHADOW_OUT); | |
2608 gtk_box_pack_start (GTK_BOX (vbox2), frame, FALSE, TRUE, 0); | |
2609 gtk_widget_show (frame); | |
2610 | |
2611 hbox = gtk_hbox_new (FALSE, 4); | |
2612 gtk_container_set_border_width (GTK_CONTAINER (hbox), 4); | |
2613 gtk_container_add (GTK_CONTAINER (frame), hbox); | |
2614 gtk_widget_show (hbox); | |
2615 | |
2616 preflabel = gtk_label_new(NULL); | |
2617 gtk_box_pack_end (GTK_BOX (hbox), preflabel, FALSE, FALSE, 0); | |
2618 gtk_widget_show (preflabel); | |
2619 | |
2620 /* The notebook */ | |
2621 prefsnotebook = notebook = gtk_notebook_new (); | |
2622 gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE); | |
2623 gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE); | |
2624 gtk_box_pack_start (GTK_BOX (vbox2), notebook, FALSE, FALSE, 0); | |
2625 | |
2626 sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (tree_v)); | |
2627 g_signal_connect (G_OBJECT (sel), "changed", | |
2628 G_CALLBACK (pref_nb_select), | |
2629 notebook); | |
2630 gtk_widget_show(notebook); | |
2631 sep = gtk_hseparator_new(); | |
2632 gtk_widget_show(sep); | |
2633 gtk_box_pack_start (GTK_BOX (vbox), sep, FALSE, FALSE, 0); | |
2634 | |
8713 | 2635 /* The buttons to press! */ |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2636 bbox = gtk_hbutton_box_new(); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2637 gtk_box_set_spacing(GTK_BOX(bbox), 6); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2638 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
|
2639 gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0); |
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2640 gtk_widget_show (bbox); |
5440 | 2641 |
2642 button = gtk_button_new_from_stock (GTK_STOCK_CLOSE); | |
2643 g_signal_connect_swapped(G_OBJECT(button), "clicked", | |
2644 G_CALLBACK(gtk_widget_destroy), prefs); | |
8292
90ed519c6645
[gaim-migrate @ 9016]
Christian Hammond <chipx86@chipx86.com>
parents:
8283
diff
changeset
|
2645 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); |
5440 | 2646 gtk_widget_show(button); |
2647 | |
2648 prefs_notebook_init(); | |
2649 | |
5568
fb4f7bd7525c
[gaim-migrate @ 5970]
Christian Hammond <chipx86@chipx86.com>
parents:
5567
diff
changeset
|
2650 /* Show everything. */ |
5440 | 2651 gtk_tree_view_expand_all (GTK_TREE_VIEW(tree_v)); |
2652 gtk_widget_show(prefs); | |
2653 } | |
2654 | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2655 static void |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2656 set_bool_pref(GtkWidget *w, const char *key) |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2657 { |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2658 gaim_prefs_set_bool(key, |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2659 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w))); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2660 } |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2661 |
7976 | 2662 GtkWidget * |
7987 | 2663 gaim_gtk_prefs_checkbox(const char *text, const char *key, GtkWidget *page) |
5440 | 2664 { |
2665 GtkWidget *button; | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2666 |
5440 | 2667 button = gtk_check_button_new_with_mnemonic(text); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2668 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2669 gaim_prefs_get_bool(key)); |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2670 |
5440 | 2671 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
|
2672 |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2673 g_signal_connect(G_OBJECT(button), "clicked", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2674 G_CALLBACK(set_bool_pref), (char *)key); |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2675 |
5440 | 2676 gtk_widget_show(button); |
2677 | |
2678 return button; | |
2679 } | |
2680 | |
2681 void default_away_menu_init(GtkWidget *omenu) | |
2682 { | |
2683 GtkWidget *menu, *opt; | |
6216 | 2684 int index = 0, default_index = 0; |
5440 | 2685 GSList *awy = away_messages; |
2686 struct away_message *a; | |
6216 | 2687 const char *default_name; |
5440 | 2688 |
2689 menu = gtk_menu_new(); | |
2690 | |
6216 | 2691 default_name = gaim_prefs_get_string("/core/away/default_message"); |
2692 | |
5440 | 2693 while (awy) { |
2694 a = (struct away_message *)awy->data; | |
2695 opt = gtk_menu_item_new_with_label(a->name); | |
2696 g_signal_connect(G_OBJECT(opt), "activate", | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2697 G_CALLBACK(set_default_away), GINT_TO_POINTER(index)); |
5440 | 2698 gtk_widget_show(opt); |
2699 gtk_menu_shell_append(GTK_MENU_SHELL(menu), opt); | |
2700 | |
6216 | 2701 if(!strcmp(default_name, a->name)) |
2702 default_index = index; | |
2703 | |
5440 | 2704 awy = awy->next; |
2705 index++; | |
2706 } | |
2707 | |
2708 gtk_option_menu_remove_menu(GTK_OPTION_MENU(omenu)); | |
2709 gtk_option_menu_set_menu(GTK_OPTION_MENU(omenu), menu); | |
6216 | 2710 gtk_option_menu_set_history(GTK_OPTION_MENU(omenu), default_index); |
5440 | 2711 } |
2712 | |
2713 GtkWidget *pref_fg_picture = NULL; | |
2714 GtkWidget *pref_bg_picture = NULL; | |
2715 | |
2716 void destroy_colorsel(GtkWidget *w, gpointer d) | |
2717 { | |
2718 if (d) { | |
2719 gtk_widget_destroy(fgcseld); | |
2720 fgcseld = NULL; | |
2721 } else { | |
2722 gtk_widget_destroy(bgcseld); | |
2723 bgcseld = NULL; | |
2724 } | |
2725 } | |
2726 | |
2727 void apply_color_dlg(GtkWidget *w, gpointer d) | |
2728 { | |
5671 | 2729 char buf[14]; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2730 |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2731 if (GPOINTER_TO_INT(d) == 1) { |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2732 GdkColor fgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2733 |
5440 | 2734 gtk_color_selection_get_current_color(GTK_COLOR_SELECTION |
2735 (GTK_COLOR_SELECTION_DIALOG(fgcseld)->colorsel), | |
2736 &fgcolor); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2737 |
5671 | 2738 g_snprintf(buf, sizeof(buf), "#%04x%04x%04x", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2739 fgcolor.red, fgcolor.green, fgcolor.blue); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2740 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2741 gaim_prefs_set_string("/gaim/gtk/conversations/fgcolor", buf); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2742 |
5440 | 2743 destroy_colorsel(NULL, (void *)1); |
2744 update_color(NULL, pref_fg_picture); | |
2745 } else { | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2746 GdkColor bgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2747 |
5440 | 2748 gtk_color_selection_get_current_color(GTK_COLOR_SELECTION |
2749 (GTK_COLOR_SELECTION_DIALOG(bgcseld)->colorsel), | |
2750 &bgcolor); | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2751 |
5671 | 2752 g_snprintf(buf, sizeof(buf), "#%04x%04x%04x", |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2753 bgcolor.red, bgcolor.green, bgcolor.blue); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2754 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2755 gaim_prefs_set_string("/gaim/gtk/conversations/bgcolor", buf); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2756 |
5440 | 2757 destroy_colorsel(NULL, (void *)0); |
2758 update_color(NULL, pref_bg_picture); | |
2759 } | |
2760 gaim_conversation_foreach(gaim_gtkconv_update_font_colors); | |
2761 } | |
2762 | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2763 void set_default_away(GtkWidget *w, gpointer data) |
5440 | 2764 { |
6216 | 2765 struct away_message *default_away = NULL; |
5440 | 2766 int length = g_slist_length(away_messages); |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2767 int i = GPOINTER_TO_INT(data); |
5440 | 2768 |
2769 if (away_messages == NULL) | |
2770 default_away = NULL; | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2771 else if (i >= length) |
5440 | 2772 default_away = g_slist_nth_data(away_messages, length - 1); |
2773 else | |
6478
338147ea6896
[gaim-migrate @ 6991]
Christian Hammond <chipx86@chipx86.com>
parents:
6455
diff
changeset
|
2774 default_away = g_slist_nth_data(away_messages, i); |
6216 | 2775 |
2776 if(default_away) | |
2777 gaim_prefs_set_string("/core/away/default_message", default_away->name); | |
2778 else | |
2779 gaim_prefs_set_string("/core/away/default_message", ""); | |
5440 | 2780 } |
2781 | |
8881 | 2782 #if 0 /* PREFSLASH04 */ |
5440 | 2783 static GtkWidget *show_color_pref(GtkWidget *box, gboolean fgc) |
2784 { | |
2785 /* more stuff stolen from X-Chat */ | |
2786 GtkWidget *swid; | |
2787 GdkColor c; | |
2788 GtkStyle *style; | |
2789 c.pixel = 0; | |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2790 |
5440 | 2791 if (fgc) { |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2792 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
|
2793 GdkColor fgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2794 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2795 gdk_color_parse( |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2796 gaim_prefs_get_string("/gaim/gtk/conversations/fgcolor"), |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2797 &fgcolor); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2798 |
5440 | 2799 c.red = fgcolor.red; |
2800 c.blue = fgcolor.blue; | |
2801 c.green = fgcolor.green; | |
2802 } else { | |
2803 c.red = 0; | |
2804 c.blue = 0; | |
2805 c.green = 0; | |
2806 } | |
2807 } else { | |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2808 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
|
2809 GdkColor bgcolor; |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2810 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2811 gdk_color_parse( |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2812 gaim_prefs_get_string("/gaim/gtk/conversations/bgcolor"), |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2813 &bgcolor); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2814 |
5440 | 2815 c.red = bgcolor.red; |
2816 c.blue = bgcolor.blue; | |
2817 c.green = bgcolor.green; | |
2818 } else { | |
2819 c.red = 0xffff; | |
2820 c.blue = 0xffff; | |
2821 c.green = 0xffff; | |
2822 } | |
2823 } | |
2824 | |
2825 style = gtk_style_new(); | |
2826 style->bg[0] = c; | |
2827 | |
2828 swid = gtk_event_box_new(); | |
2829 gtk_widget_set_style(GTK_WIDGET(swid), style); | |
2830 g_object_unref(style); | |
2831 gtk_widget_set_size_request(GTK_WIDGET(swid), 40, -1); | |
2832 gtk_box_pack_start(GTK_BOX(box), swid, FALSE, FALSE, 5); | |
2833 gtk_widget_show(swid); | |
2834 return swid; | |
2835 } | |
8881 | 2836 #endif /* PREFSLASH04 */ |
5440 | 2837 |
2838 void apply_font_dlg(GtkWidget *w, GtkWidget *f) | |
2839 { | |
7079 | 2840 char *fontname, *space; |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2841 |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2842 fontname = |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2843 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
|
2844 |
5440 | 2845 destroy_fontsel(0, 0); |
2846 | |
7079 | 2847 space = strrchr(fontname, ' '); |
2848 if(space && isdigit(*(space+1))) | |
2849 *space = '\0'; | |
5440 | 2850 |
5551
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2851 gaim_prefs_set_string("/gaim/gtk/conversations/font_face", fontname); |
51699de873af
[gaim-migrate @ 5952]
Christian Hammond <chipx86@chipx86.com>
parents:
5550
diff
changeset
|
2852 |
5440 | 2853 g_free(fontname); |
2854 | |
2855 gaim_conversation_foreach(gaim_gtkconv_update_font_face); | |
2856 } | |
2857 | |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2858 static void |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2859 smiley_theme_pref_cb(const char *name, GaimPrefType type, gpointer value, |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2860 gpointer data) |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2861 { |
5841 | 2862 if (!strcmp(name, "/gaim/gtk/smileys/theme")) |
5771
f63a008726c6
[gaim-migrate @ 6196]
Christian Hammond <chipx86@chipx86.com>
parents:
5770
diff
changeset
|
2863 load_smiley_theme((const char *)value, TRUE); |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2864 } |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2865 |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2866 void |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2867 gaim_gtk_prefs_init(void) |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2868 { |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2869 gaim_prefs_add_none("/gaim"); |
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2870 gaim_prefs_add_none("/gaim/gtk"); |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2871 gaim_prefs_add_none("/plugins/gtk"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2872 |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2873 /* XXX Move this! HACK! :( Aww... */ |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2874 gaim_prefs_add_none("/plugins/gtk/docklet"); |
5554
7b36d02031a2
[gaim-migrate @ 5955]
Christian Hammond <chipx86@chipx86.com>
parents:
5551
diff
changeset
|
2875 gaim_prefs_add_bool("/plugins/gtk/docklet/queue_messages", FALSE); |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2876 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2877 /* Accounts Dialog */ |
5567
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
2878 gaim_prefs_add_none("/gaim/gtk/accounts"); |
cc9ddec20010
[gaim-migrate @ 5969]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
2879 gaim_prefs_add_none("/gaim/gtk/accounts/dialog"); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2880 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2881 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5560
diff
changeset
|
2882 |
5573
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2883 /* Away Queueing */ |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2884 gaim_prefs_add_none("/gaim/gtk/away"); |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2885 gaim_prefs_add_bool("/gaim/gtk/away/queue_messages", FALSE); |
5e7de337a053
[gaim-migrate @ 5976]
Christian Hammond <chipx86@chipx86.com>
parents:
5568
diff
changeset
|
2886 |
8283 | 2887 #ifndef _WIN32 |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2888 /* Browsers */ |
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2889 gaim_prefs_add_none("/gaim/gtk/browsers"); |
8272 | 2890 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
|
2891 gaim_prefs_add_string("/gaim/gtk/browsers/command", ""); |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
2892 gaim_prefs_add_string("/gaim/gtk/browsers/browser", "mozilla"); |
8283 | 2893 #endif |
5545
7a64114641c3
[gaim-migrate @ 5946]
Christian Hammond <chipx86@chipx86.com>
parents:
5539
diff
changeset
|
2894 |
5550
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2895 /* Idle */ |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2896 gaim_prefs_add_none("/gaim/gtk/idle"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2897 gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system"); |
b18c2a37cc96
[gaim-migrate @ 5951]
Christian Hammond <chipx86@chipx86.com>
parents:
5547
diff
changeset
|
2898 |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2899 /* Plugins */ |
5982
35d3c1ac5ece
[gaim-migrate @ 6430]
Christian Hammond <chipx86@chipx86.com>
parents:
5981
diff
changeset
|
2900 gaim_prefs_add_none("/gaim/gtk/plugins"); |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2901 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); |
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2902 |
5539
de09863bd4b5
[gaim-migrate @ 5939]
Christian Hammond <chipx86@chipx86.com>
parents:
5535
diff
changeset
|
2903 /* Smiley Themes */ |
5546
22cf337e8b8f
[gaim-migrate @ 5947]
Christian Hammond <chipx86@chipx86.com>
parents:
5545
diff
changeset
|
2904 gaim_prefs_add_none("/gaim/gtk/smileys"); |
5771
f63a008726c6
[gaim-migrate @ 6196]
Christian Hammond <chipx86@chipx86.com>
parents:
5770
diff
changeset
|
2905 gaim_prefs_add_string("/gaim/gtk/smileys/theme", ""); |
5770
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2906 |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2907 /* Smiley Callbacks */ |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2908 gaim_prefs_connect_callback("/gaim/gtk/smileys/theme", |
a86051df9122
[gaim-migrate @ 6195]
Christian Hammond <chipx86@chipx86.com>
parents:
5753
diff
changeset
|
2909 smiley_theme_pref_cb, NULL); |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
2910 } |
8905 | 2911 |
2912 void gaim_gtk_prefs_update_old() { | |
2913 /* Rename some old prefs */ | |
2914 gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims"); | |
2915 gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats"); | |
2916 gaim_prefs_rename("/core/conversations/placement", | |
2917 "/gaim/gtk/conversations/placement"); | |
2918 | |
2919 /* Remove some no-longer-used prefs */ | |
8945 | 2920 gaim_prefs_remove("/gaim/gtk/blist/show_group_count"); |
8946 | 2921 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs"); |
8944 | 2922 gaim_prefs_remove("/gaim/gtk/conversations/ignore_colors"); |
2923 gaim_prefs_remove("/gaim/gtk/conversations/ignore_fonts"); | |
2924 gaim_prefs_remove("/gaim/gtk/conversations/ignore_font_sizes"); | |
8905 | 2925 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); |
2926 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys"); | |
8941 | 2927 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion"); |
2928 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete"); | |
8947 | 2929 gaim_prefs_remove("/gaim/gtk/sound/signon"); |
2930 gaim_prefs_remove("/gaim/gtk/sound/silent_signon"); | |
8905 | 2931 } |