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