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