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