Mercurial > pidgin.yaz
annotate src/main.c @ 6197:af2e34423e9c
[gaim-migrate @ 6683]
I don't think this affects anything, but it might.
Thanks to Ludovic
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 18 Jul 2003 01:28:26 +0000 |
parents | 16e384bb7fbf |
children | 1fc158d6ebdb |
rev | line source |
---|---|
4489 | 1 /* |
2 * gaim | |
3 * | |
4 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU General Public License as published by | |
8 * the Free Software Foundation; either version 2 of the License, or | |
9 * (at your option) any later version. | |
10 * | |
11 * This program is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program; if not, write to the Free Software | |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
19 * | |
20 */ | |
21 | |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
22 #include "internal.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
23 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
24 #include "account.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
25 #include "conversation.h" |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
26 #include "core.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
27 #include "debug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
28 #include "ft.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
29 #include "log.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
30 #include "notify.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
31 #include "prefs.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
32 #include "prpl.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
33 #include "pounce.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
34 #include "sound.h" |
6106 | 35 #include "status.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
36 #include "util.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
37 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
38 #include "gtkaccount.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
39 #include "gtkblist.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
40 #include "gtkconn.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
41 #include "gtkconv.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
42 #include "gtkdebug.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
43 #include "gtkft.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
44 #include "gtknotify.h" |
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
45 #include "gtkpounce.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
46 #include "gtkprefs.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
47 #include "gtkrequest.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtksound.h" |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
49 #include "gtkutils.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
50 #include "stock.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
51 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
52 #include "ui.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
53 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 #if HAVE_SIGNAL_H |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
55 # include <signal.h> |
4489 | 56 #endif |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
57 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 #include "locale.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 #include <getopt.h> |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
61 extern void load_prefs(); |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
62 extern void load_pounces(); |
4489 | 63 |
64 static GtkWidget *name; | |
65 static GtkWidget *pass; | |
66 | |
67 GSList *away_messages = NULL; | |
68 GSList *message_queue = NULL; | |
69 GSList *unread_message_queue = NULL; | |
70 GSList *away_time_queue = NULL; | |
71 | |
72 GtkWidget *mainwindow = NULL; | |
73 | |
4561 | 74 |
4489 | 75 int opt_away = 0; |
4687 | 76 int docklet_count = 0; |
4489 | 77 char *opt_away_arg = NULL; |
78 char *opt_rcfile_arg = NULL; | |
79 int opt_debug = 0; | |
80 #ifdef _WIN32 | |
81 int opt_gdebug = 0; | |
82 #endif | |
83 | |
84 #if HAVE_SIGNAL_H | |
85 /* | |
86 * Lists of signals we wish to catch and those we wish to ignore. | |
87 * Each list terminated with -1 | |
88 */ | |
89 static int catch_sig_list[] = { | |
90 SIGSEGV, | |
91 SIGHUP, | |
92 SIGINT, | |
93 SIGTERM, | |
94 SIGQUIT, | |
95 SIGCHLD, | |
96 -1 | |
97 }; | |
98 | |
99 static int ignore_sig_list[] = { | |
100 SIGPIPE, | |
101 -1 | |
102 }; | |
103 #endif | |
104 | |
4561 | 105 static guint snd_tmout = 0; |
4489 | 106 static gboolean sound_timeout(gpointer data) |
107 { | |
5684 | 108 gaim_gtk_sound_set_login_mute(FALSE); |
4561 | 109 snd_tmout = 0; |
4489 | 110 return FALSE; |
111 } | |
112 | |
113 /* we need to do this for Oscar because serv_login only starts the login | |
114 * process, it doesn't end there. gaim_setup will be called later from | |
115 * oscar.c, after the buddy list is made and serv_finish_login is called */ | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
116 void gaim_setup(GaimConnection *gc) |
4489 | 117 { |
5734 | 118 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") |
119 && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { | |
4561 | 120 if(snd_tmout) { |
121 g_source_remove(snd_tmout); | |
122 } | |
5684 | 123 gaim_gtk_sound_set_login_mute(TRUE); |
4489 | 124 snd_tmout = g_timeout_add(10000, sound_timeout, NULL); |
125 } | |
126 } | |
127 | |
128 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
129 { | |
130 if (event->button != 2) | |
131 return FALSE; | |
132 | |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
133 gaim_accounts_auto_login(GAIM_GTK_UI); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
134 |
4489 | 135 return TRUE; |
136 } | |
137 | |
138 static void dologin(GtkWidget *widget, GtkWidget *w) | |
139 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
140 GaimAccount *account; |
4489 | 141 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); |
142 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); | |
143 | |
6036 | 144 if (*username == '\0') { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
145 gaim_notify_error(NULL, NULL, _("Please enter your login."), NULL); |
4489 | 146 return; |
147 } | |
148 | |
149 /* if there is more than one user of the same name, then fuck | |
150 * them, they just have to use the account editor to sign in | |
151 * the second one */ | |
152 | |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
153 account = gaim_accounts_find(username, -1); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
154 if (!account) { |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
155 account = gaim_account_new(username, "prpl-oscar"); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
156 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
157 gaim_account_set_remember_password(account, TRUE); |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
158 } |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
159 |
6036 | 160 gaim_account_set_password(account, (*password != '\0') ? password : NULL); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
161 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
162 gaim_account_connect(account); |
4489 | 163 } |
164 | |
165 /* <name> is a comma-separated list of names, or NULL | |
166 if NULL and there is at least one user defined in .gaimrc, try to login. | |
167 if not NULL, parse <name> into separate strings, look up each one in | |
168 .gaimrc and, if it's there, try to login. | |
169 returns: 0 if successful | |
170 -1 if no user was found that had a saved password | |
171 */ | |
172 static int dologin_named(char *name) | |
173 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
174 GaimAccount *account; |
4489 | 175 char **names, **n; |
176 int retval = -1; | |
177 | |
178 if (name !=NULL) { /* list of names given */ | |
179 names = g_strsplit(name, ",", 32); | |
180 for (n = names; *n != NULL; n++) { | |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
181 account = gaim_accounts_find(*n, -1); |
4491 | 182 if (account) { /* found a user */ |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
183 if (gaim_account_get_remember_password(account)) { |
4489 | 184 retval = 0; |
6036 | 185 gaim_account_connect(account); |
4489 | 186 } |
187 } | |
188 } | |
189 g_strfreev(names); | |
190 } else { /* no name given, use default */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
191 account = (GaimAccount *)gaim_accounts_get_all()->data; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
192 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
193 if (gaim_account_get_remember_password(account)) { |
4489 | 194 retval = 0; |
6036 | 195 gaim_account_connect(account); |
4489 | 196 } |
197 } | |
198 | |
199 return retval; | |
200 } | |
201 | |
202 | |
203 static void doenter(GtkWidget *widget, GtkWidget *w) | |
204 { | |
6109 | 205 gtk_entry_set_text(GTK_ENTRY(pass), ""); |
206 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); | |
207 gtk_widget_grab_focus(pass); | |
4489 | 208 } |
209 | |
210 | |
211 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
212 { | |
213 const char *txt = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(combo)->entry)); | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
214 GaimAccount *account; |
4489 | 215 |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
216 account = gaim_accounts_find(txt, -1); |
4489 | 217 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
218 if (account && gaim_account_get_remember_password(account)) { |
4491 | 219 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
4489 | 220 } else { |
221 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
222 } | |
223 } | |
224 | |
225 | |
226 static GList *combo_user_names() | |
227 { | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
228 GList *accts = gaim_accounts_get_all(); |
4489 | 229 GList *tmp = NULL; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
230 GaimAccount *account; |
4489 | 231 |
4491 | 232 if (!accts) |
4489 | 233 return g_list_append(NULL, _("<New User>")); |
234 | |
4491 | 235 while (accts) { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
236 account = (GaimAccount *)accts->data; |
4491 | 237 tmp = g_list_append(tmp, account->username); |
238 accts = accts->next; | |
4489 | 239 } |
240 | |
241 return tmp; | |
242 } | |
243 | |
244 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
245 { | |
246 if(docklet_count) { | |
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
247 #ifdef _WIN32 |
4489 | 248 wgaim_systray_minimize(mainwindow); |
249 #endif | |
250 gtk_widget_hide(mainwindow); | |
251 } else | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
252 gaim_core_quit(); |
4489 | 253 } |
254 | |
255 void show_login() | |
256 { | |
257 GtkWidget *image; | |
258 GtkWidget *vbox; | |
259 GtkWidget *button; | |
260 GtkWidget *hbox; | |
261 GtkWidget *label; | |
262 GtkWidget *vbox2; | |
263 GList *tmp; | |
264 | |
265 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
266 if (mainwindow) { | |
267 gtk_window_present(GTK_WINDOW(mainwindow)); | |
268 return; | |
269 } | |
270 | |
271 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
272 | |
273 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
4635 | 274 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
4703 | 275 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
4489 | 276 gtk_widget_realize(mainwindow); |
277 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
278 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
279 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
280 G_CALLBACK(login_window_closed), mainwindow); | |
281 | |
282 vbox = gtk_vbox_new(FALSE, 0); | |
283 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
284 | |
5024 | 285 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
4489 | 286 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
287 | |
288 vbox2 = gtk_vbox_new(FALSE, 0); | |
289 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
290 | |
291 label = gtk_label_new(_("Screen Name:")); | |
292 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
293 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
294 | |
295 name = gtk_combo_new(); | |
296 tmp = combo_user_names(); | |
297 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
298 g_list_free(tmp); | |
299 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
300 G_CALLBACK(doenter), mainwindow); | |
301 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
302 G_CALLBACK(combo_changed), name); | |
303 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
304 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
305 | |
306 vbox2 = gtk_vbox_new(FALSE, 0); | |
307 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
308 | |
309 label = gtk_label_new(_("Password:")); | |
310 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
311 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
312 | |
313 pass = gtk_entry_new(); | |
314 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
315 g_signal_connect(G_OBJECT(pass), "activate", | |
6109 | 316 G_CALLBACK(dologin), mainwindow); |
4489 | 317 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); |
318 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
319 | |
320 /* Now for the button box */ | |
321 hbox = gtk_hbox_new(TRUE, 0); | |
322 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
323 | |
324 /* And now for the buttons */ | |
5024 | 325 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
4489 | 326 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
327 g_signal_connect(G_OBJECT(button), "clicked", | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
328 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow); |
4489 | 329 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
330 | |
331 #ifdef NO_MULTI | |
332 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); | |
333 #endif | |
334 | |
5024 | 335 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
4489 | 336 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
337 g_signal_connect(G_OBJECT(button), "clicked", | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
338 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
4489 | 339 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
340 | |
5024 | 341 button = gaim_pixbuf_button_from_stock(_("Sign On"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
4489 | 342 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
343 g_signal_connect(G_OBJECT(button), "clicked", | |
344 G_CALLBACK(dologin), mainwindow); | |
345 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
346 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
347 | |
348 /* Now grab the focus that we need */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
349 if (gaim_accounts_get_all()) { |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
350 GaimAccount *account = gaim_accounts_get_all()->data; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
351 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
352 if (gaim_account_get_remember_password(account)) { |
4489 | 353 combo_changed(NULL, name); |
354 gtk_widget_grab_focus(button); | |
355 } else { | |
356 gtk_widget_grab_focus(pass); | |
357 } | |
358 } else { | |
359 gtk_widget_grab_focus(name); | |
360 } | |
361 | |
362 /* And raise the curtain! */ | |
363 gtk_widget_show_all(mainwindow); | |
364 | |
365 } | |
366 | |
367 #if HAVE_SIGNAL_H | |
368 void sighandler(int sig) | |
369 { | |
370 switch (sig) { | |
371 case SIGHUP: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
372 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
373 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
374 gaim_connections_disconnect_all(); |
4489 | 375 break; |
376 case SIGSEGV: | |
377 #ifndef DEBUG | |
378 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
379 "This is a bug in the software and has happened through\n" | |
380 "no fault of your own.\n\n" | |
381 "It is possible that this bug is already fixed in CVS.\n" | |
5747 | 382 "If you can reproduce the crash, please notify the gaim\n" |
383 "maintainers by reporting a bug at\n" | |
4489 | 384 WEBSITE "bug.php\n\n" |
385 "Please make sure to specify what you were doing at the time,\n" | |
386 "and post the backtrace from the core file. If you do not know\n" | |
387 "how to get the backtrace, please get instructions at\n" | |
388 WEBSITE "gdb.php. If you need further\n" | |
389 "assistance, please IM either RobFlynn or SeanEgn and\n" | |
390 "they can help you.\n"); | |
391 #else | |
392 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
4703 | 393 /*g_on_error_query (g_get_prgname());*/ |
4489 | 394 #endif |
395 abort(); | |
396 break; | |
397 case SIGCHLD: | |
398 clean_pid(); | |
399 #if HAVE_SIGNAL_H | |
400 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
401 #endif | |
402 break; | |
403 default: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
404 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
405 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
406 gaim_connections_disconnect_all(); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
407 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
408 gaim_plugins_unload_all(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
409 |
4489 | 410 if (gtk_main_level()) |
411 gtk_main_quit(); | |
412 exit(0); | |
413 } | |
414 } | |
415 #endif | |
416 | |
417 static int ui_main() | |
418 { | |
419 #ifndef _WIN32 | |
420 GList *icons = NULL; | |
421 GdkPixbuf *icon = NULL; | |
422 char *icon_path; | |
423 #endif | |
4978 | 424 |
4489 | 425 if (current_smiley_theme == NULL) { |
426 smiley_theme_probe(); | |
427 if (smiley_themes) { | |
428 struct smiley_theme *smile = smiley_themes->data; | |
429 load_smiley_theme(smile->path, TRUE); | |
430 } | |
431 } | |
432 | |
5422 | 433 gaim_gtk_blist_setup_sort_methods(); |
4489 | 434 |
435 #ifndef _WIN32 | |
436 /* use the nice PNG icon for all the windows */ | |
5024 | 437 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
4489 | 438 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
439 g_free(icon_path); | |
440 if (icon) { | |
441 icons = g_list_append(icons,icon); | |
442 gtk_window_set_default_icon_list(icons); | |
443 g_object_unref(G_OBJECT(icon)); | |
4978 | 444 g_list_free(icons); |
4489 | 445 } else { |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
446 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
447 "Failed to load the default window icon!\n"); |
4489 | 448 } |
449 #endif | |
4978 | 450 |
4489 | 451 return 0; |
452 } | |
453 | |
454 static void set_first_user(char *name) | |
455 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
456 GaimAccount *account; |
4489 | 457 |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
458 account = gaim_accounts_find(name, -1); |
4489 | 459 |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
460 if (account == NULL) /* new user */ |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
461 account = gaim_account_new(name, "prpl-oscar"); |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
462 |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
463 /* Place it as the first user. */ |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
464 gaim_accounts_reorder(account, 0); |
4489 | 465 } |
466 | |
467 #ifdef _WIN32 | |
468 /* WIN32 print and log handlers */ | |
469 | |
470 static void gaim_dummy_print( const gchar* string ) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
471 return; |
4489 | 472 } |
473 | |
474 static void gaim_dummy_log_handler (const gchar *domain, | |
475 GLogLevelFlags flags, | |
476 const gchar *msg, | |
477 gpointer user_data) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
478 return; |
4489 | 479 } |
480 | |
481 static void gaim_log_handler (const gchar *domain, | |
482 GLogLevelFlags flags, | |
483 const gchar *msg, | |
484 gpointer user_data) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
485 gaim_debug(GAIM_DEBUG_MISC, "log", "%s - %s\n", domain, msg); |
4489 | 486 g_log_default_handler(domain, flags, msg, user_data); |
487 } | |
488 #endif /* _WIN32 */ | |
489 | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
490 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
491 debug_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
492 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
493 gaim_set_debug_ui_ops(gaim_get_gtk_debug_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
494 gaim_gtk_debug_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
495 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
496 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
497 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
498 gaim_gtk_ui_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
499 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
500 /* Set the UI operation structures. */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
502 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
503 gaim_set_blist_ui_ops(gaim_get_gtk_blist_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
504 gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
505 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
506 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
507 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
508 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
509 gaim_gtk_prefs_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
510 gaim_gtk_blist_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
511 gaim_gtk_conversation_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
512 gaim_gtk_pounces_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
513 gaim_gtk_xfer_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
514 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
515 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
516 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
517 gaim_gtk_quit(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
518 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
519 /* XXX? */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
520 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
521 /* captain's log, stardate... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
522 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
523 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
524 #ifdef USE_SM |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
525 /* unplug */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
526 session_end(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
527 #endif |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
528 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
529 /* and end it all... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
530 gtk_main_quit(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
531 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
532 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
533 static GaimCoreUiOps core_ops = |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
534 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
535 gaim_gtk_prefs_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
536 debug_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
537 gaim_gtk_ui_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
538 gaim_gtk_quit |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
539 }; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
540 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
541 static GaimCoreUiOps * |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
542 gaim_get_gtk_core_ui_ops(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
543 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
544 return &core_ops; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
545 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
546 |
4489 | 547 /* FUCKING GET ME A TOWEL! */ |
548 #ifdef _WIN32 | |
549 int gaim_main(int argc, char *argv[]) | |
550 #else | |
551 int main(int argc, char *argv[]) | |
552 #endif | |
553 { | |
554 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
555 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
556 char *opt_session_arg = NULL; | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
557 char *plugin_search_paths[3]; |
4489 | 558 #if HAVE_SIGNAL_H |
559 int sig_indx; /* for setting up signal catching */ | |
560 sigset_t sigset; | |
561 void (*prev_sig_disp)(); | |
562 #endif | |
563 int opt, opt_user = 0; | |
564 int i; | |
565 | |
566 struct option long_options[] = { | |
567 {"acct", no_argument, NULL, 'a'}, | |
568 /*{"away", optional_argument, NULL, 'w'}, */ | |
569 {"help", no_argument, NULL, 'h'}, | |
570 /*{"login", optional_argument, NULL, 'l'}, */ | |
571 {"loginwin", no_argument, NULL, 'n'}, | |
572 {"user", required_argument, NULL, 'u'}, | |
573 {"file", required_argument, NULL, 'f'}, | |
574 {"debug", no_argument, NULL, 'd'}, | |
575 {"version", no_argument, NULL, 'v'}, | |
576 {"session", required_argument, NULL, 's'}, | |
577 {0, 0, 0, 0} | |
578 }; | |
579 | |
580 #ifdef DEBUG | |
581 opt_debug = 1; | |
582 #endif | |
583 #ifdef ENABLE_NLS | |
584 bindtextdomain(PACKAGE, LOCALEDIR); | |
585 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
586 textdomain(PACKAGE); | |
587 #endif | |
588 | |
589 #if HAVE_SIGNAL_H | |
590 /* Let's not violate any PLA's!!!! */ | |
591 /* jseymour: whatever the fsck that means */ | |
592 /* Robot101: for some reason things like gdm like to block * | |
593 * useful signals like SIGCHLD, so we unblock all the ones we * | |
594 * declare a handler for. thanks JSeymour and Vann. */ | |
595 if (sigemptyset(&sigset)) { | |
596 char errmsg[BUFSIZ]; | |
5435 | 597 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
4489 | 598 perror(errmsg); |
599 } | |
600 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
601 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
602 char errmsg[BUFSIZ]; | |
5435 | 603 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
4489 | 604 catch_sig_list[sig_indx]); |
605 perror(errmsg); | |
606 } | |
607 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
608 char errmsg[BUFSIZ]; | |
5435 | 609 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
4489 | 610 catch_sig_list[sig_indx]); |
611 perror(errmsg); | |
612 } | |
613 } | |
614 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
615 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
616 char errmsg[BUFSIZ]; | |
5435 | 617 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
4489 | 618 ignore_sig_list[sig_indx]); |
619 perror(errmsg); | |
620 } | |
621 } | |
622 | |
623 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
624 char errmsg[BUFSIZ]; | |
5435 | 625 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
4489 | 626 perror(errmsg); |
627 } | |
628 #endif | |
629 | |
630 for (i = 0; i < argc; i++) { | |
631 /* --login option */ | |
632 if (strstr(argv[i], "--l") == argv[i]) { | |
633 char *equals; | |
634 opt_login = 1; | |
635 if ((equals = strchr(argv[i], '=')) != NULL) { | |
636 /* --login=NAME */ | |
637 opt_login_arg = g_strdup(equals + 1); | |
638 if (strlen(opt_login_arg) == 0) { | |
639 g_free(opt_login_arg); | |
640 opt_login_arg = NULL; | |
641 } | |
642 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
643 /* --login NAME */ | |
644 opt_login_arg = g_strdup(argv[i + 1]); | |
645 strcpy(argv[i + 1], " "); | |
646 } | |
647 strcpy(argv[i], " "); | |
648 } | |
649 /* -l option */ | |
650 else if (strstr(argv[i], "-l") == argv[i]) { | |
651 opt_login = 1; | |
652 if (strlen(argv[i]) > 2) { | |
653 /* -lNAME */ | |
654 opt_login_arg = g_strdup(argv[i] + 2); | |
655 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
656 /* -l NAME */ | |
657 opt_login_arg = g_strdup(argv[i + 1]); | |
658 strcpy(argv[i + 1], " "); | |
659 } | |
660 strcpy(argv[i], " "); | |
661 } | |
662 /* --away option */ | |
663 else if (strstr(argv[i], "--aw") == argv[i]) { | |
664 char *equals; | |
665 opt_away = 1; | |
666 if ((equals = strchr(argv[i], '=')) != NULL) { | |
667 /* --away=MESG */ | |
668 opt_away_arg = g_strdup(equals + 1); | |
669 if (strlen(opt_away_arg) == 0) { | |
670 g_free(opt_away_arg); | |
671 opt_away_arg = NULL; | |
672 } | |
673 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
674 /* --away MESG */ | |
675 opt_away_arg = g_strdup(argv[i + 1]); | |
676 strcpy(argv[i + 1], " "); | |
677 } | |
678 strcpy(argv[i], " "); | |
679 } | |
680 /* -w option */ | |
681 else if (strstr(argv[i], "-w") == argv[i]) { | |
682 opt_away = 1; | |
683 if (strlen(argv[i]) > 2) { | |
684 /* -wMESG */ | |
685 opt_away_arg = g_strdup(argv[i] + 2); | |
686 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
687 /* -w MESG */ | |
688 opt_away_arg = g_strdup(argv[i + 1]); | |
689 strcpy(argv[i + 1], " "); | |
690 } | |
691 strcpy(argv[i], " "); | |
692 } | |
693 } | |
694 /* | |
695 if (opt_login) { | |
696 printf ("--login given with arg %s\n", | |
697 opt_login_arg ? opt_login_arg : "NULL"); | |
698 exit(0); | |
699 } | |
700 */ | |
701 | |
702 gtk_set_locale(); | |
703 gtk_init(&argc, &argv); | |
704 | |
705 /* scan command-line options */ | |
706 opterr = 1; | |
707 while ((opt = getopt_long(argc, argv, | |
708 #ifndef _WIN32 | |
709 "adhu:f:vns:", | |
710 #else | |
711 "adghu:f:vn", | |
712 #endif | |
713 long_options, NULL)) != -1) { | |
714 switch (opt) { | |
715 case 'u': /* set user */ | |
716 opt_user = 1; | |
717 opt_user_arg = g_strdup(optarg); | |
718 break; | |
719 case 'a': /* account editor */ | |
720 opt_acct = 1; | |
721 break; | |
722 case 'd': /* debug */ | |
723 opt_debug = 1; | |
724 break; | |
725 case 'f': | |
726 opt_rcfile_arg = g_strdup(optarg); | |
727 break; | |
728 case 's': /* use existing session ID */ | |
729 opt_session_arg = g_strdup(optarg); | |
730 break; | |
731 case 'v': /* version */ | |
732 opt_version = 1; | |
733 break; | |
734 case 'h': /* help */ | |
735 opt_help = 1; | |
736 break; | |
737 case 'n': /* don't autologin */ | |
738 opt_nologin = 1; | |
739 break; | |
740 #ifdef _WIN32 | |
741 case 'g': /* debug GTK and GLIB */ | |
742 opt_gdebug = 1; | |
743 break; | |
744 #endif | |
745 case '?': | |
746 default: | |
747 show_usage(1, argv[0]); | |
748 return 0; | |
749 break; | |
750 } | |
751 } | |
752 | |
753 #ifdef _WIN32 | |
754 /* We don't want a console window.. */ | |
755 /* | |
756 * Any calls to the glib logging functions, result in a call to AllocConsole(). | |
757 * ME and 98 will in such cases produce a console window (2000 not), despite | |
758 * being built as a windows app rather than a console app. So we should either | |
759 * ignore messages by setting dummy log handlers, or redirect messages. | |
760 * This requires setting handlers for all domains (any lib which uses g_logging). | |
761 */ | |
762 | |
763 g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
764 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
765 NULL); | |
766 g_log_set_handler ("Gdk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
767 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
768 NULL); | |
769 g_log_set_handler ("Gtk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
770 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
771 NULL); | |
772 g_log_set_handler ("GLib", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
773 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
774 NULL); | |
775 g_log_set_handler ("GModule", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
776 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
777 NULL); | |
778 g_log_set_handler ("GLib-GObject", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
779 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
780 NULL); | |
781 g_log_set_handler ("GThread", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
782 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
783 NULL); | |
784 | |
785 /* g_print also makes a call to AllocConsole(), therefore a handler needs to be | |
786 set here aswell */ | |
787 if(!opt_debug) | |
788 g_set_print_handler( gaim_dummy_print ); | |
789 | |
790 #endif | |
791 | |
792 /* show help message */ | |
793 if (opt_help) { | |
794 show_usage(0, argv[0]); | |
795 return 0; | |
796 } | |
797 /* show version message */ | |
798 if (opt_version) { | |
799 printf("Gaim %s\n",VERSION); | |
800 return 0; | |
801 } | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
802 |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
803 gaim_gtk_stock_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
804 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
805 gaim_set_core_ui_ops(gaim_get_gtk_core_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
806 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
807 if (!gaim_core_init(GAIM_GTK_UI)) { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
808 fprintf(stderr, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
809 "Initialization of the Gaim core failed. Dumping core.\n" |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
810 "Please report this!\n"); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
811 abort(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
812 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
813 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
814 #if 0 |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
815 /* This has to be done before the debug stuff. */ |
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
816 gaim_gtk_stock_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
817 |
6019 | 818 static_proto_init(); |
6009
5cd7a10c6ade
[gaim-migrate @ 6457]
Christian Hammond <chipx86@chipx86.com>
parents:
5996
diff
changeset
|
819 |
5684 | 820 gaim_prefs_init(); |
821 | |
822 /* This kind of has to be here.. sucks, but it's important. */ | |
823 gaim_gtk_debug_init(); | |
824 | |
5858 | 825 gaim_conversation_init(); |
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
826 gaim_proxy_init(); |
5684 | 827 gaim_sound_init(); |
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
828 gaim_pounces_init(); |
5683
9befba33f7c8
[gaim-migrate @ 6102]
Christian Hammond <chipx86@chipx86.com>
parents:
5673
diff
changeset
|
829 |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
830 gaim_gtk_prefs_init(); |
5906 | 831 gaim_gtk_blist_init(); |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
832 gaim_gtk_conversation_init(); |
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
833 gaim_gtk_pounces_init(); |
5974 | 834 gaim_gtk_xfer_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
835 #endif |
5673
62f57ec16f29
[gaim-migrate @ 6091]
Christian Hammond <chipx86@chipx86.com>
parents:
5665
diff
changeset
|
836 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
837 plugin_search_paths[0] = LIBDIR; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
838 plugin_search_paths[1] = gaim_user_dir(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
839 plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir()); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
840 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
841 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
842 sizeof(*plugin_search_paths), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
843 plugin_search_paths); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
844 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
845 g_free(plugin_search_paths[2]); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
846 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
847 gaim_plugins_probe(NULL); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
848 |
5909 | 849 gaim_prefs_load(); |
850 | |
851 | |
852 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
853 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
854 if (!gaim_accounts_load()) { | |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
855 load_prefs(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
856 gaim_prefs_sync(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
857 } |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
858 |
5838 | 859 /* load plugins we had when we quit */ |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
860 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
861 |
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
862 gaim_pounces_load(); |
6065 | 863 gaim_status_load(); |
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
864 |
4489 | 865 #ifdef _WIN32 |
866 /* Various win32 initializations */ | |
867 wgaim_init(); | |
868 #endif | |
869 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
870 gaim_set_blist(gaim_blist_new()); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
871 gaim_blist_load(); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
872 |
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
873 load_pounces(); |
4489 | 874 ui_main(); |
875 | |
876 #ifdef USE_SM | |
877 session_init(argv[0], opt_session_arg); | |
878 #endif | |
879 if (opt_session_arg != NULL) { | |
880 g_free(opt_session_arg); | |
881 opt_session_arg = NULL; | |
882 }; | |
883 | |
884 /* set the default username */ | |
885 if (opt_user_arg != NULL) { | |
886 set_first_user(opt_user_arg); | |
887 g_free(opt_user_arg); | |
888 opt_user_arg = NULL; | |
889 } | |
890 | |
5535 | 891 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
892 gaim_gtk_debug_window_show(); |
4489 | 893 |
894 /* deal with --login */ | |
895 if (opt_login) { | |
896 dologin_ret = dologin_named(opt_login_arg); | |
897 if (opt_login_arg != NULL) { | |
898 g_free(opt_login_arg); | |
899 opt_login_arg = NULL; | |
900 } | |
901 } | |
902 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
903 if (!opt_acct && !opt_nologin) |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
904 gaim_accounts_auto_login(GAIM_GTK_UI); |
4489 | 905 |
906 if (opt_acct) { | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
907 gaim_gtk_accounts_window_show(); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
908 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
4489 | 909 show_login(); |
910 | |
911 gtk_main(); | |
5684 | 912 gaim_sound_shutdown(); |
4489 | 913 #ifdef _WIN32 |
914 wgaim_cleanup(); | |
915 #endif | |
916 return 0; | |
917 | |
918 } |