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