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