Mercurial > pidgin.yaz
annotate src/main.c @ 6313:18e965f3a4aa
[gaim-migrate @ 6812]
Removed a bunch of #if 0'd code.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 27 Jul 2003 09:36:50 +0000 |
parents | 3565ee7a5dd3 |
children | 8f94cce8faa5 |
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"); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
156 gaim_account_set_remember_password(account, TRUE); |
6231 | 157 gaim_accounts_add(account); |
5563
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 */ |
6231 | 183 retval = 0; |
184 gaim_account_connect(account); | |
4489 | 185 } |
186 } | |
187 g_strfreev(names); | |
188 } else { /* no name given, use default */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
189 account = (GaimAccount *)gaim_accounts_get_all()->data; |
6231 | 190 retval = 0; |
191 gaim_account_connect(account); | |
4489 | 192 } |
193 | |
194 return retval; | |
195 } | |
196 | |
197 | |
198 static void doenter(GtkWidget *widget, GtkWidget *w) | |
199 { | |
6109 | 200 gtk_entry_set_text(GTK_ENTRY(pass), ""); |
201 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); | |
202 gtk_widget_grab_focus(pass); | |
4489 | 203 } |
204 | |
205 | |
206 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
207 { | |
208 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
|
209 GaimAccount *account; |
4489 | 210 |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
211 account = gaim_accounts_find(txt, -1); |
4489 | 212 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
213 if (account && gaim_account_get_remember_password(account)) { |
4491 | 214 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
4489 | 215 } else { |
216 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
217 } | |
218 } | |
219 | |
220 | |
221 static GList *combo_user_names() | |
222 { | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
223 GList *accts = gaim_accounts_get_all(); |
4489 | 224 GList *tmp = NULL; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
225 GaimAccount *account; |
4489 | 226 |
4491 | 227 if (!accts) |
4489 | 228 return g_list_append(NULL, _("<New User>")); |
229 | |
4491 | 230 while (accts) { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
231 account = (GaimAccount *)accts->data; |
4491 | 232 tmp = g_list_append(tmp, account->username); |
233 accts = accts->next; | |
4489 | 234 } |
235 | |
236 return tmp; | |
237 } | |
238 | |
239 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
240 { | |
241 if(docklet_count) { | |
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
242 #ifdef _WIN32 |
4489 | 243 wgaim_systray_minimize(mainwindow); |
244 #endif | |
245 gtk_widget_hide(mainwindow); | |
246 } else | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
247 gaim_core_quit(); |
4489 | 248 } |
249 | |
250 void show_login() | |
251 { | |
252 GtkWidget *image; | |
253 GtkWidget *vbox; | |
254 GtkWidget *button; | |
255 GtkWidget *hbox; | |
256 GtkWidget *label; | |
257 GtkWidget *vbox2; | |
258 GList *tmp; | |
259 | |
260 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
261 if (mainwindow) { | |
262 gtk_window_present(GTK_WINDOW(mainwindow)); | |
263 return; | |
264 } | |
265 | |
266 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
267 | |
268 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
4635 | 269 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
4703 | 270 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
4489 | 271 gtk_widget_realize(mainwindow); |
272 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
273 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
274 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
275 G_CALLBACK(login_window_closed), mainwindow); | |
276 | |
277 vbox = gtk_vbox_new(FALSE, 0); | |
278 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
279 | |
5024 | 280 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
4489 | 281 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
282 | |
283 vbox2 = gtk_vbox_new(FALSE, 0); | |
284 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
285 | |
286 label = gtk_label_new(_("Screen Name:")); | |
287 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
288 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
289 | |
290 name = gtk_combo_new(); | |
291 tmp = combo_user_names(); | |
292 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
293 g_list_free(tmp); | |
294 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
295 G_CALLBACK(doenter), mainwindow); | |
296 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
297 G_CALLBACK(combo_changed), name); | |
298 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
299 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
300 | |
301 vbox2 = gtk_vbox_new(FALSE, 0); | |
302 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
303 | |
304 label = gtk_label_new(_("Password:")); | |
305 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
306 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
307 | |
308 pass = gtk_entry_new(); | |
309 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
310 g_signal_connect(G_OBJECT(pass), "activate", | |
6109 | 311 G_CALLBACK(dologin), mainwindow); |
4489 | 312 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); |
313 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
314 | |
315 /* Now for the button box */ | |
316 hbox = gtk_hbox_new(TRUE, 0); | |
317 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
318 | |
319 /* And now for the buttons */ | |
5024 | 320 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
4489 | 321 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
322 g_signal_connect(G_OBJECT(button), "clicked", | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
323 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow); |
4489 | 324 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
325 | |
326 #ifdef NO_MULTI | |
327 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); | |
328 #endif | |
329 | |
5024 | 330 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
4489 | 331 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
332 g_signal_connect(G_OBJECT(button), "clicked", | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
333 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
4489 | 334 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
335 | |
5024 | 336 button = gaim_pixbuf_button_from_stock(_("Sign On"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
4489 | 337 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
338 g_signal_connect(G_OBJECT(button), "clicked", | |
339 G_CALLBACK(dologin), mainwindow); | |
340 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
341 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
342 | |
343 /* Now grab the focus that we need */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
344 if (gaim_accounts_get_all()) { |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
345 GaimAccount *account = gaim_accounts_get_all()->data; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
346 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
347 if (gaim_account_get_remember_password(account)) { |
4489 | 348 combo_changed(NULL, name); |
349 gtk_widget_grab_focus(button); | |
350 } else { | |
351 gtk_widget_grab_focus(pass); | |
352 } | |
353 } else { | |
354 gtk_widget_grab_focus(name); | |
355 } | |
356 | |
357 /* And raise the curtain! */ | |
358 gtk_widget_show_all(mainwindow); | |
359 | |
360 } | |
361 | |
362 #if HAVE_SIGNAL_H | |
363 void sighandler(int sig) | |
364 { | |
365 switch (sig) { | |
366 case SIGHUP: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
367 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
368 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
369 gaim_connections_disconnect_all(); |
4489 | 370 break; |
371 case SIGSEGV: | |
372 #ifndef DEBUG | |
373 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
374 "This is a bug in the software and has happened through\n" | |
375 "no fault of your own.\n\n" | |
376 "It is possible that this bug is already fixed in CVS.\n" | |
5747 | 377 "If you can reproduce the crash, please notify the gaim\n" |
378 "maintainers by reporting a bug at\n" | |
4489 | 379 WEBSITE "bug.php\n\n" |
380 "Please make sure to specify what you were doing at the time,\n" | |
381 "and post the backtrace from the core file. If you do not know\n" | |
382 "how to get the backtrace, please get instructions at\n" | |
383 WEBSITE "gdb.php. If you need further\n" | |
384 "assistance, please IM either RobFlynn or SeanEgn and\n" | |
385 "they can help you.\n"); | |
386 #else | |
387 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
4703 | 388 /*g_on_error_query (g_get_prgname());*/ |
4489 | 389 #endif |
390 abort(); | |
391 break; | |
392 case SIGCHLD: | |
393 clean_pid(); | |
394 #if HAVE_SIGNAL_H | |
395 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
396 #endif | |
397 break; | |
398 default: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
399 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
400 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
401 gaim_connections_disconnect_all(); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
402 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
403 gaim_plugins_unload_all(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
404 |
4489 | 405 if (gtk_main_level()) |
406 gtk_main_quit(); | |
407 exit(0); | |
408 } | |
409 } | |
410 #endif | |
411 | |
412 static int ui_main() | |
413 { | |
414 #ifndef _WIN32 | |
415 GList *icons = NULL; | |
416 GdkPixbuf *icon = NULL; | |
417 char *icon_path; | |
418 #endif | |
4978 | 419 |
4489 | 420 if (current_smiley_theme == NULL) { |
421 smiley_theme_probe(); | |
422 if (smiley_themes) { | |
423 struct smiley_theme *smile = smiley_themes->data; | |
424 load_smiley_theme(smile->path, TRUE); | |
425 } | |
426 } | |
427 | |
5422 | 428 gaim_gtk_blist_setup_sort_methods(); |
4489 | 429 |
430 #ifndef _WIN32 | |
431 /* use the nice PNG icon for all the windows */ | |
5024 | 432 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
4489 | 433 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
434 g_free(icon_path); | |
435 if (icon) { | |
436 icons = g_list_append(icons,icon); | |
437 gtk_window_set_default_icon_list(icons); | |
438 g_object_unref(G_OBJECT(icon)); | |
4978 | 439 g_list_free(icons); |
4489 | 440 } else { |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
441 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
442 "Failed to load the default window icon!\n"); |
4489 | 443 } |
444 #endif | |
4978 | 445 |
4489 | 446 return 0; |
447 } | |
448 | |
449 static void set_first_user(char *name) | |
450 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
451 GaimAccount *account; |
4489 | 452 |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
453 account = gaim_accounts_find(name, -1); |
4489 | 454 |
6231 | 455 if (account == NULL) { /* new user */ |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
456 account = gaim_account_new(name, "prpl-oscar"); |
6231 | 457 gaim_accounts_add(account); |
458 } | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
459 |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
460 /* Place it as the first user. */ |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
461 gaim_accounts_reorder(account, 0); |
4489 | 462 } |
463 | |
464 #ifdef _WIN32 | |
465 /* WIN32 print and log handlers */ | |
466 | |
467 static void gaim_dummy_print( const gchar* string ) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
468 return; |
4489 | 469 } |
470 | |
471 static void gaim_dummy_log_handler (const gchar *domain, | |
472 GLogLevelFlags flags, | |
473 const gchar *msg, | |
474 gpointer user_data) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
475 return; |
4489 | 476 } |
477 | |
478 static void gaim_log_handler (const gchar *domain, | |
479 GLogLevelFlags flags, | |
480 const gchar *msg, | |
481 gpointer user_data) { | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
482 gaim_debug(GAIM_DEBUG_MISC, "log", "%s - %s\n", domain, msg); |
4489 | 483 g_log_default_handler(domain, flags, msg, user_data); |
484 } | |
485 #endif /* _WIN32 */ | |
486 | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
487 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
488 debug_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
489 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
490 gaim_set_debug_ui_ops(gaim_get_gtk_debug_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
491 gaim_gtk_debug_init(); |
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 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
494 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
495 gaim_gtk_ui_init(void) |
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 /* Set the UI operation structures. */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
498 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
499 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
500 gaim_set_blist_ui_ops(gaim_get_gtk_blist_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 gaim_set_notify_ui_ops(gaim_get_gtk_notify_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
502 gaim_set_request_ui_ops(gaim_get_gtk_request_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
503 gaim_set_sound_ui_ops(gaim_get_gtk_sound_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
504 gaim_set_connection_ui_ops(gaim_get_gtk_connection_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
505 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
506 gaim_gtk_prefs_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
507 gaim_gtk_blist_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
508 gaim_gtk_conversation_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
509 gaim_gtk_pounces_init(); |
6263
3565ee7a5dd3
[gaim-migrate @ 6760]
Christian Hammond <chipx86@chipx86.com>
parents:
6231
diff
changeset
|
510 gaim_gtk_xfers_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
511 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
512 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
513 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
514 gaim_gtk_quit(void) |
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 /* XXX? */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
517 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
518 /* captain's log, stardate... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
519 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
|
520 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
521 #ifdef USE_SM |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
522 /* unplug */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
523 session_end(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
524 #endif |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
525 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
526 /* and end it all... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
527 gtk_main_quit(); |
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 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
530 static GaimCoreUiOps core_ops = |
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 gaim_gtk_prefs_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
533 debug_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
534 gaim_gtk_ui_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
535 gaim_gtk_quit |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
536 }; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
537 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
538 static GaimCoreUiOps * |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
539 gaim_get_gtk_core_ui_ops(void) |
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 return &core_ops; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
542 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
543 |
4489 | 544 /* FUCKING GET ME A TOWEL! */ |
545 #ifdef _WIN32 | |
546 int gaim_main(int argc, char *argv[]) | |
547 #else | |
548 int main(int argc, char *argv[]) | |
549 #endif | |
550 { | |
551 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
552 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
553 char *opt_session_arg = NULL; | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
554 char *plugin_search_paths[3]; |
4489 | 555 #if HAVE_SIGNAL_H |
556 int sig_indx; /* for setting up signal catching */ | |
557 sigset_t sigset; | |
558 void (*prev_sig_disp)(); | |
559 #endif | |
560 int opt, opt_user = 0; | |
561 int i; | |
562 | |
563 struct option long_options[] = { | |
564 {"acct", no_argument, NULL, 'a'}, | |
565 /*{"away", optional_argument, NULL, 'w'}, */ | |
566 {"help", no_argument, NULL, 'h'}, | |
567 /*{"login", optional_argument, NULL, 'l'}, */ | |
568 {"loginwin", no_argument, NULL, 'n'}, | |
569 {"user", required_argument, NULL, 'u'}, | |
570 {"file", required_argument, NULL, 'f'}, | |
571 {"debug", no_argument, NULL, 'd'}, | |
572 {"version", no_argument, NULL, 'v'}, | |
573 {"session", required_argument, NULL, 's'}, | |
574 {0, 0, 0, 0} | |
575 }; | |
576 | |
577 #ifdef DEBUG | |
578 opt_debug = 1; | |
579 #endif | |
580 #ifdef ENABLE_NLS | |
581 bindtextdomain(PACKAGE, LOCALEDIR); | |
582 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
583 textdomain(PACKAGE); | |
584 #endif | |
585 | |
586 #if HAVE_SIGNAL_H | |
587 /* Let's not violate any PLA's!!!! */ | |
588 /* jseymour: whatever the fsck that means */ | |
589 /* Robot101: for some reason things like gdm like to block * | |
590 * useful signals like SIGCHLD, so we unblock all the ones we * | |
591 * declare a handler for. thanks JSeymour and Vann. */ | |
592 if (sigemptyset(&sigset)) { | |
593 char errmsg[BUFSIZ]; | |
5435 | 594 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
4489 | 595 perror(errmsg); |
596 } | |
597 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
598 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
599 char errmsg[BUFSIZ]; | |
5435 | 600 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
4489 | 601 catch_sig_list[sig_indx]); |
602 perror(errmsg); | |
603 } | |
604 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
605 char errmsg[BUFSIZ]; | |
5435 | 606 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
4489 | 607 catch_sig_list[sig_indx]); |
608 perror(errmsg); | |
609 } | |
610 } | |
611 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
612 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
613 char errmsg[BUFSIZ]; | |
5435 | 614 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
4489 | 615 ignore_sig_list[sig_indx]); |
616 perror(errmsg); | |
617 } | |
618 } | |
619 | |
620 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
621 char errmsg[BUFSIZ]; | |
5435 | 622 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
4489 | 623 perror(errmsg); |
624 } | |
625 #endif | |
626 | |
627 for (i = 0; i < argc; i++) { | |
628 /* --login option */ | |
629 if (strstr(argv[i], "--l") == argv[i]) { | |
630 char *equals; | |
631 opt_login = 1; | |
632 if ((equals = strchr(argv[i], '=')) != NULL) { | |
633 /* --login=NAME */ | |
634 opt_login_arg = g_strdup(equals + 1); | |
635 if (strlen(opt_login_arg) == 0) { | |
636 g_free(opt_login_arg); | |
637 opt_login_arg = NULL; | |
638 } | |
639 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
640 /* --login NAME */ | |
641 opt_login_arg = g_strdup(argv[i + 1]); | |
642 strcpy(argv[i + 1], " "); | |
643 } | |
644 strcpy(argv[i], " "); | |
645 } | |
646 /* -l option */ | |
647 else if (strstr(argv[i], "-l") == argv[i]) { | |
648 opt_login = 1; | |
649 if (strlen(argv[i]) > 2) { | |
650 /* -lNAME */ | |
651 opt_login_arg = g_strdup(argv[i] + 2); | |
652 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
653 /* -l NAME */ | |
654 opt_login_arg = g_strdup(argv[i + 1]); | |
655 strcpy(argv[i + 1], " "); | |
656 } | |
657 strcpy(argv[i], " "); | |
658 } | |
659 /* --away option */ | |
660 else if (strstr(argv[i], "--aw") == argv[i]) { | |
661 char *equals; | |
662 opt_away = 1; | |
663 if ((equals = strchr(argv[i], '=')) != NULL) { | |
664 /* --away=MESG */ | |
665 opt_away_arg = g_strdup(equals + 1); | |
666 if (strlen(opt_away_arg) == 0) { | |
667 g_free(opt_away_arg); | |
668 opt_away_arg = NULL; | |
669 } | |
670 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
671 /* --away MESG */ | |
672 opt_away_arg = g_strdup(argv[i + 1]); | |
673 strcpy(argv[i + 1], " "); | |
674 } | |
675 strcpy(argv[i], " "); | |
676 } | |
677 /* -w option */ | |
678 else if (strstr(argv[i], "-w") == argv[i]) { | |
679 opt_away = 1; | |
680 if (strlen(argv[i]) > 2) { | |
681 /* -wMESG */ | |
682 opt_away_arg = g_strdup(argv[i] + 2); | |
683 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
684 /* -w MESG */ | |
685 opt_away_arg = g_strdup(argv[i + 1]); | |
686 strcpy(argv[i + 1], " "); | |
687 } | |
688 strcpy(argv[i], " "); | |
689 } | |
690 } | |
691 /* | |
692 if (opt_login) { | |
693 printf ("--login given with arg %s\n", | |
694 opt_login_arg ? opt_login_arg : "NULL"); | |
695 exit(0); | |
696 } | |
697 */ | |
698 | |
699 gtk_set_locale(); | |
700 gtk_init(&argc, &argv); | |
701 | |
702 /* scan command-line options */ | |
703 opterr = 1; | |
704 while ((opt = getopt_long(argc, argv, | |
705 #ifndef _WIN32 | |
706 "adhu:f:vns:", | |
707 #else | |
708 "adghu:f:vn", | |
709 #endif | |
710 long_options, NULL)) != -1) { | |
711 switch (opt) { | |
712 case 'u': /* set user */ | |
713 opt_user = 1; | |
714 opt_user_arg = g_strdup(optarg); | |
715 break; | |
716 case 'a': /* account editor */ | |
717 opt_acct = 1; | |
718 break; | |
719 case 'd': /* debug */ | |
720 opt_debug = 1; | |
721 break; | |
722 case 'f': | |
723 opt_rcfile_arg = g_strdup(optarg); | |
724 break; | |
725 case 's': /* use existing session ID */ | |
726 opt_session_arg = g_strdup(optarg); | |
727 break; | |
728 case 'v': /* version */ | |
729 opt_version = 1; | |
730 break; | |
731 case 'h': /* help */ | |
732 opt_help = 1; | |
733 break; | |
734 case 'n': /* don't autologin */ | |
735 opt_nologin = 1; | |
736 break; | |
737 #ifdef _WIN32 | |
738 case 'g': /* debug GTK and GLIB */ | |
739 opt_gdebug = 1; | |
740 break; | |
741 #endif | |
742 case '?': | |
743 default: | |
744 show_usage(1, argv[0]); | |
745 return 0; | |
746 break; | |
747 } | |
748 } | |
749 | |
750 #ifdef _WIN32 | |
751 /* We don't want a console window.. */ | |
752 /* | |
753 * Any calls to the glib logging functions, result in a call to AllocConsole(). | |
754 * ME and 98 will in such cases produce a console window (2000 not), despite | |
755 * being built as a windows app rather than a console app. So we should either | |
756 * ignore messages by setting dummy log handlers, or redirect messages. | |
757 * This requires setting handlers for all domains (any lib which uses g_logging). | |
758 */ | |
759 | |
760 g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
761 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
762 NULL); | |
763 g_log_set_handler ("Gdk", 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 ("Gtk", 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 ("GLib", 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 ("GModule", 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 ("GLib-GObject", 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 ("GThread", 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 | |
782 /* g_print also makes a call to AllocConsole(), therefore a handler needs to be | |
783 set here aswell */ | |
784 if(!opt_debug) | |
785 g_set_print_handler( gaim_dummy_print ); | |
786 | |
787 #endif | |
788 | |
789 /* show help message */ | |
790 if (opt_help) { | |
791 show_usage(0, argv[0]); | |
792 return 0; | |
793 } | |
794 /* show version message */ | |
795 if (opt_version) { | |
796 printf("Gaim %s\n",VERSION); | |
797 return 0; | |
798 } | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
799 |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
800 gaim_gtk_stock_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
801 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
802 gaim_set_core_ui_ops(gaim_get_gtk_core_ui_ops()); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
803 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
804 if (!gaim_core_init(GAIM_GTK_UI)) { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
805 fprintf(stderr, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
806 "Initialization of the Gaim core failed. Dumping core.\n" |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
807 "Please report this!\n"); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
808 abort(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
809 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
810 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
811 plugin_search_paths[0] = LIBDIR; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
812 plugin_search_paths[1] = gaim_user_dir(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
813 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
|
814 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
815 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
816 sizeof(*plugin_search_paths), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
817 plugin_search_paths); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
818 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
819 g_free(plugin_search_paths[2]); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
820 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
821 gaim_plugins_probe(NULL); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
822 |
5909 | 823 gaim_prefs_load(); |
824 | |
825 | |
826 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
827 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
828 if (!gaim_accounts_load()) { | |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
829 load_prefs(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
830 gaim_prefs_sync(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
831 } |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
832 |
5838 | 833 /* load plugins we had when we quit */ |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
834 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
835 |
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
836 gaim_pounces_load(); |
6065 | 837 gaim_status_load(); |
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
838 |
4489 | 839 #ifdef _WIN32 |
840 /* Various win32 initializations */ | |
841 wgaim_init(); | |
842 #endif | |
843 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
844 gaim_set_blist(gaim_blist_new()); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
845 gaim_blist_load(); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
846 |
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
847 load_pounces(); |
4489 | 848 ui_main(); |
849 | |
850 #ifdef USE_SM | |
851 session_init(argv[0], opt_session_arg); | |
852 #endif | |
853 if (opt_session_arg != NULL) { | |
854 g_free(opt_session_arg); | |
855 opt_session_arg = NULL; | |
856 }; | |
857 | |
858 /* set the default username */ | |
859 if (opt_user_arg != NULL) { | |
860 set_first_user(opt_user_arg); | |
861 g_free(opt_user_arg); | |
862 opt_user_arg = NULL; | |
863 } | |
864 | |
5535 | 865 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
866 gaim_gtk_debug_window_show(); |
4489 | 867 |
868 /* deal with --login */ | |
869 if (opt_login) { | |
870 dologin_ret = dologin_named(opt_login_arg); | |
871 if (opt_login_arg != NULL) { | |
872 g_free(opt_login_arg); | |
873 opt_login_arg = NULL; | |
874 } | |
875 } | |
876 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
877 if (!opt_acct && !opt_nologin) |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
878 gaim_accounts_auto_login(GAIM_GTK_UI); |
4489 | 879 |
880 if (opt_acct) { | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
881 gaim_gtk_accounts_window_show(); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
882 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
4489 | 883 show_login(); |
884 | |
885 gtk_main(); | |
5684 | 886 gaim_sound_shutdown(); |
4489 | 887 #ifdef _WIN32 |
888 wgaim_cleanup(); | |
889 #endif | |
890 return 0; | |
891 | |
892 } |