Mercurial > pidgin
annotate src/main.c @ 7154:19cc14ea7599
[gaim-migrate @ 7721]
i always liked the way xchat does this
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 05 Oct 2003 01:25:01 +0000 |
parents | e09020153d85 |
children | 282887c9e3dc |
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 | |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
22 #include "gtkinternal.h" |
5872
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" |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
47 #include "gtkprivacy.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtkrequest.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
49 #include "gtksound.h" |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
50 #include "gtkutils.h" |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
51 #include "stock.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
52 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
53 #include "ui.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
55 #if HAVE_SIGNAL_H |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
56 # include <signal.h> |
4489 | 57 #endif |
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 #include "locale.h" |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 #include <getopt.h> |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
61 |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
62 extern void load_prefs(); |
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
63 extern void load_pounces(); |
4489 | 64 |
65 static GtkWidget *name; | |
66 static GtkWidget *pass; | |
67 | |
68 GtkWidget *mainwindow = NULL; | |
69 | |
70 int opt_away = 0; | |
4687 | 71 int docklet_count = 0; |
4489 | 72 char *opt_away_arg = NULL; |
73 char *opt_rcfile_arg = NULL; | |
74 int opt_debug = 0; | |
75 #ifdef _WIN32 | |
76 int opt_gdebug = 0; | |
77 #endif | |
78 | |
79 #if HAVE_SIGNAL_H | |
80 /* | |
81 * Lists of signals we wish to catch and those we wish to ignore. | |
82 * Each list terminated with -1 | |
83 */ | |
84 static int catch_sig_list[] = { | |
85 SIGSEGV, | |
86 SIGHUP, | |
87 SIGINT, | |
88 SIGTERM, | |
89 SIGQUIT, | |
90 SIGCHLD, | |
91 -1 | |
92 }; | |
93 | |
94 static int ignore_sig_list[] = { | |
95 SIGPIPE, | |
96 -1 | |
97 }; | |
98 #endif | |
99 | |
4561 | 100 static guint snd_tmout = 0; |
4489 | 101 static gboolean sound_timeout(gpointer data) |
102 { | |
5684 | 103 gaim_gtk_sound_set_login_mute(FALSE); |
4561 | 104 snd_tmout = 0; |
4489 | 105 return FALSE; |
106 } | |
107 | |
108 /* we need to do this for Oscar because serv_login only starts the login | |
109 * process, it doesn't end there. gaim_setup will be called later from | |
110 * 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
|
111 void gaim_setup(GaimConnection *gc) |
4489 | 112 { |
5734 | 113 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login") |
114 && gaim_prefs_get_bool("/gaim/gtk/sound/silent_signon")) { | |
4561 | 115 if(snd_tmout) { |
116 g_source_remove(snd_tmout); | |
117 } | |
5684 | 118 gaim_gtk_sound_set_login_mute(TRUE); |
4489 | 119 snd_tmout = g_timeout_add(10000, sound_timeout, NULL); |
120 } | |
121 } | |
122 | |
123 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
124 { | |
125 if (event->button != 2) | |
126 return FALSE; | |
127 | |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
128 gaim_accounts_auto_login(GAIM_GTK_UI); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
129 |
4489 | 130 return TRUE; |
131 } | |
132 | |
133 static void dologin(GtkWidget *widget, GtkWidget *w) | |
134 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
135 GaimAccount *account; |
4489 | 136 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); |
137 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); | |
138 | |
6036 | 139 if (*username == '\0') { |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5435
diff
changeset
|
140 gaim_notify_error(NULL, NULL, _("Please enter your login."), NULL); |
4489 | 141 return; |
142 } | |
143 | |
144 /* if there is more than one user of the same name, then fuck | |
145 * them, they just have to use the account editor to sign in | |
146 * the second one */ | |
147 | |
7132 | 148 account = gaim_accounts_find(username, NULL); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
149 if (!account) { |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
150 account = gaim_account_new(username, "prpl-oscar"); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
151 gaim_account_set_remember_password(account, TRUE); |
6231 | 152 gaim_accounts_add(account); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
153 } |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
154 |
6036 | 155 gaim_account_set_password(account, (*password != '\0') ? password : NULL); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
156 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
157 gaim_account_connect(account); |
4489 | 158 } |
159 | |
160 /* <name> is a comma-separated list of names, or NULL | |
161 if NULL and there is at least one user defined in .gaimrc, try to login. | |
162 if not NULL, parse <name> into separate strings, look up each one in | |
163 .gaimrc and, if it's there, try to login. | |
164 returns: 0 if successful | |
165 -1 if no user was found that had a saved password | |
166 */ | |
167 static int dologin_named(char *name) | |
168 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
169 GaimAccount *account; |
4489 | 170 char **names, **n; |
171 int retval = -1; | |
172 | |
173 if (name !=NULL) { /* list of names given */ | |
174 names = g_strsplit(name, ",", 32); | |
175 for (n = names; *n != NULL; n++) { | |
7132 | 176 account = gaim_accounts_find(*n, NULL); |
4491 | 177 if (account) { /* found a user */ |
6231 | 178 retval = 0; |
179 gaim_account_connect(account); | |
4489 | 180 } |
181 } | |
182 g_strfreev(names); | |
183 } else { /* no name given, use default */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
184 account = (GaimAccount *)gaim_accounts_get_all()->data; |
6231 | 185 retval = 0; |
186 gaim_account_connect(account); | |
4489 | 187 } |
188 | |
189 return retval; | |
190 } | |
191 | |
192 | |
193 static void doenter(GtkWidget *widget, GtkWidget *w) | |
194 { | |
6109 | 195 gtk_entry_set_text(GTK_ENTRY(pass), ""); |
196 gtk_editable_select_region(GTK_EDITABLE(GTK_COMBO(name)->entry), 0, 0); | |
197 gtk_widget_grab_focus(pass); | |
4489 | 198 } |
199 | |
200 | |
201 static void combo_changed(GtkWidget *w, GtkWidget *combo) | |
202 { | |
203 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
|
204 GaimAccount *account; |
4489 | 205 |
7132 | 206 account = gaim_accounts_find(txt, NULL); |
4489 | 207 |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
208 if (account && gaim_account_get_remember_password(account)) { |
4491 | 209 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
4489 | 210 } else { |
211 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
212 } | |
213 } | |
214 | |
215 | |
216 static GList *combo_user_names() | |
217 { | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
218 GList *accts = gaim_accounts_get_all(); |
4489 | 219 GList *tmp = NULL; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
220 GaimAccount *account; |
4489 | 221 |
4491 | 222 if (!accts) |
4489 | 223 return g_list_append(NULL, _("<New User>")); |
224 | |
4491 | 225 while (accts) { |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
226 account = (GaimAccount *)accts->data; |
4491 | 227 tmp = g_list_append(tmp, account->username); |
228 accts = accts->next; | |
4489 | 229 } |
230 | |
231 return tmp; | |
232 } | |
233 | |
234 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
235 { | |
236 if(docklet_count) { | |
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
237 #ifdef _WIN32 |
4489 | 238 wgaim_systray_minimize(mainwindow); |
239 #endif | |
240 gtk_widget_hide(mainwindow); | |
241 } else | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
242 gaim_core_quit(); |
4489 | 243 } |
244 | |
245 void show_login() | |
246 { | |
247 GtkWidget *image; | |
248 GtkWidget *vbox; | |
249 GtkWidget *button; | |
250 GtkWidget *hbox; | |
251 GtkWidget *label; | |
252 GtkWidget *vbox2; | |
253 GList *tmp; | |
254 | |
255 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
256 if (mainwindow) { | |
257 gtk_window_present(GTK_WINDOW(mainwindow)); | |
258 return; | |
259 } | |
260 | |
261 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
262 | |
263 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
4635 | 264 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
4703 | 265 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
4489 | 266 gtk_widget_realize(mainwindow); |
267 gdk_window_set_group(mainwindow->window, mainwindow->window); | |
268 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); | |
269 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
270 G_CALLBACK(login_window_closed), mainwindow); | |
271 | |
272 vbox = gtk_vbox_new(FALSE, 0); | |
273 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
274 | |
5024 | 275 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
4489 | 276 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
277 | |
278 vbox2 = gtk_vbox_new(FALSE, 0); | |
279 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
280 | |
281 label = gtk_label_new(_("Screen Name:")); | |
282 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
283 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
284 | |
285 name = gtk_combo_new(); | |
286 tmp = combo_user_names(); | |
287 gtk_combo_set_popdown_strings(GTK_COMBO(name), tmp); | |
288 g_list_free(tmp); | |
289 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "activate", | |
290 G_CALLBACK(doenter), mainwindow); | |
291 g_signal_connect(G_OBJECT(GTK_COMBO(name)->entry), "changed", | |
292 G_CALLBACK(combo_changed), name); | |
293 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); | |
294 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
295 | |
296 vbox2 = gtk_vbox_new(FALSE, 0); | |
297 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
298 | |
299 label = gtk_label_new(_("Password:")); | |
300 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); | |
301 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
302 | |
303 pass = gtk_entry_new(); | |
304 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); | |
305 g_signal_connect(G_OBJECT(pass), "activate", | |
6109 | 306 G_CALLBACK(dologin), mainwindow); |
4489 | 307 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); |
308 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
309 | |
310 /* Now for the button box */ | |
311 hbox = gtk_hbox_new(TRUE, 0); | |
312 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
313 | |
314 /* And now for the buttons */ | |
5024 | 315 button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
4489 | 316 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
317 g_signal_connect(G_OBJECT(button), "clicked", | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
318 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow); |
4489 | 319 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
320 | |
321 #ifdef NO_MULTI | |
322 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); | |
323 #endif | |
324 | |
5024 | 325 button = gaim_pixbuf_button_from_stock(_("Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
4489 | 326 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
327 g_signal_connect(G_OBJECT(button), "clicked", | |
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
328 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
4489 | 329 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
330 | |
6623 | 331 button = gaim_pixbuf_button_from_stock(_("Sign on"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
4489 | 332 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
333 g_signal_connect(G_OBJECT(button), "clicked", | |
334 G_CALLBACK(dologin), mainwindow); | |
335 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
336 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
337 | |
338 /* Now grab the focus that we need */ | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
339 if (gaim_accounts_get_all()) { |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
340 GaimAccount *account = gaim_accounts_get_all()->data; |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
341 |
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
342 if (gaim_account_get_remember_password(account)) { |
4489 | 343 combo_changed(NULL, name); |
344 gtk_widget_grab_focus(button); | |
345 } else { | |
346 gtk_widget_grab_focus(pass); | |
347 } | |
348 } else { | |
349 gtk_widget_grab_focus(name); | |
350 } | |
351 | |
352 /* And raise the curtain! */ | |
353 gtk_widget_show_all(mainwindow); | |
354 | |
355 } | |
356 | |
7107
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
357 static void |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
358 clean_pid(void) |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
359 { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
360 #ifndef _WIN32 |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
361 int status; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
362 pid_t pid; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
363 |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
364 do { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
365 pid = waitpid(-1, &status, WNOHANG); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
366 } while (pid != 0 && pid != (pid_t)-1); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
367 if(pid == (pid_t)-1 && errno != ECHILD) { |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
368 char errmsg[BUFSIZ]; |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
369 snprintf(errmsg, BUFSIZ, "Warning: waitpid() returned %d", pid); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
370 perror(errmsg); |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
371 } |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
372 #endif |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
373 } |
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
374 |
4489 | 375 #if HAVE_SIGNAL_H |
376 void sighandler(int sig) | |
377 { | |
378 switch (sig) { | |
379 case SIGHUP: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
380 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
381 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
382 gaim_connections_disconnect_all(); |
4489 | 383 break; |
384 case SIGSEGV: | |
385 #ifndef DEBUG | |
386 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
387 "This is a bug in the software and has happened through\n" | |
388 "no fault of your own.\n\n" | |
389 "It is possible that this bug is already fixed in CVS.\n" | |
5747 | 390 "If you can reproduce the crash, please notify the gaim\n" |
391 "maintainers by reporting a bug at\n" | |
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
392 GAIM_WEBSITE "bug.php\n\n" |
4489 | 393 "Please make sure to specify what you were doing at the time,\n" |
394 "and post the backtrace from the core file. If you do not know\n" | |
395 "how to get the backtrace, please get instructions at\n" | |
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
396 GAIM_WEBSITE "gdb.php. If you need further\n" |
4489 | 397 "assistance, please IM either RobFlynn or SeanEgn and\n" |
398 "they can help you.\n"); | |
399 #else | |
400 fprintf(stderr, "Oh no! Segmentation fault!\n"); | |
4703 | 401 /*g_on_error_query (g_get_prgname());*/ |
4489 | 402 #endif |
403 abort(); | |
404 break; | |
405 case SIGCHLD: | |
406 clean_pid(); | |
407 #if HAVE_SIGNAL_H | |
408 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
409 #endif | |
410 break; | |
411 default: | |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
412 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
413 "Caught signal %d\n", sig); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
414 gaim_connections_disconnect_all(); |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
415 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
416 gaim_plugins_unload_all(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
417 |
4489 | 418 if (gtk_main_level()) |
419 gtk_main_quit(); | |
420 exit(0); | |
421 } | |
422 } | |
423 #endif | |
424 | |
425 static int ui_main() | |
426 { | |
427 #ifndef _WIN32 | |
428 GList *icons = NULL; | |
429 GdkPixbuf *icon = NULL; | |
430 char *icon_path; | |
431 #endif | |
4978 | 432 |
4489 | 433 if (current_smiley_theme == NULL) { |
434 smiley_theme_probe(); | |
435 if (smiley_themes) { | |
436 struct smiley_theme *smile = smiley_themes->data; | |
437 load_smiley_theme(smile->path, TRUE); | |
438 } | |
439 } | |
440 | |
5422 | 441 gaim_gtk_blist_setup_sort_methods(); |
4489 | 442 |
443 #ifndef _WIN32 | |
444 /* use the nice PNG icon for all the windows */ | |
5024 | 445 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
4489 | 446 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
447 g_free(icon_path); | |
448 if (icon) { | |
449 icons = g_list_append(icons,icon); | |
450 gtk_window_set_default_icon_list(icons); | |
451 g_object_unref(G_OBJECT(icon)); | |
4978 | 452 g_list_free(icons); |
4489 | 453 } else { |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
454 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
455 "Failed to load the default window icon!\n"); |
4489 | 456 } |
457 #endif | |
4978 | 458 |
4489 | 459 return 0; |
460 } | |
461 | |
462 static void set_first_user(char *name) | |
463 { | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
464 GaimAccount *account; |
4489 | 465 |
7132 | 466 account = gaim_accounts_find(name, NULL); |
4489 | 467 |
6231 | 468 if (account == NULL) { /* new user */ |
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
469 account = gaim_account_new(name, "prpl-oscar"); |
6231 | 470 gaim_accounts_add(account); |
471 } | |
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
472 |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
473 /* Place it as the first user. */ |
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
474 gaim_accounts_reorder(account, 0); |
4489 | 475 } |
476 | |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
477 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
478 debug_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
479 { |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
480 gaim_debug_set_ui_ops(gaim_gtk_debug_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
481 gaim_gtk_debug_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
482 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
483 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
484 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
485 gaim_gtk_ui_init(void) |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
486 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
487 /* Set the UI operation structures. */ |
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
6890
diff
changeset
|
488 gaim_accounts_set_ui_ops(gaim_gtk_accounts_get_ui_ops()); |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
489 gaim_conversations_set_win_ui_ops(gaim_gtk_conversations_get_win_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
490 gaim_xfers_set_ui_ops(gaim_gtk_xfers_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
491 gaim_blist_set_ui_ops(gaim_gtk_blist_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
492 gaim_notify_set_ui_ops(gaim_gtk_notify_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
493 gaim_privacy_set_ui_ops(gaim_gtk_privacy_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
494 gaim_request_set_ui_ops(gaim_gtk_request_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
495 gaim_sound_set_ui_ops(gaim_gtk_sound_get_ui_ops()); |
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
496 gaim_connections_set_ui_ops(gaim_gtk_connections_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
497 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
498 gaim_gtk_prefs_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
499 gaim_gtk_blist_init(); |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
500 gaim_gtk_conversations_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 gaim_gtk_pounces_init(); |
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
502 gaim_gtk_privacy_init(); |
6263
3565ee7a5dd3
[gaim-migrate @ 6760]
Christian Hammond <chipx86@chipx86.com>
parents:
6231
diff
changeset
|
503 gaim_gtk_xfers_init(); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
504 } |
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 static void |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
507 gaim_gtk_quit(void) |
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 /* XXX? */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
510 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
511 /* captain's log, stardate... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
512 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
|
513 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
514 #ifdef USE_SM |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
515 /* unplug */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
516 session_end(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
517 #endif |
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 /* and end it all... */ |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
520 gtk_main_quit(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
521 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
522 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
523 static GaimCoreUiOps core_ops = |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
524 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
525 gaim_gtk_prefs_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
526 debug_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
527 gaim_gtk_ui_init, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
528 gaim_gtk_quit |
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 |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
531 static GaimCoreUiOps * |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
532 gaim_gtk_core_get_ui_ops(void) |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
533 { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
534 return &core_ops; |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
535 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
536 |
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
537 static void |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
538 show_usage(int mode, const char *name) |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
539 { |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
540 switch (mode) { |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
541 case 0: /* full help text */ |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
542 printf(_("Gaim %s\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
543 "Usage: %s [OPTION]...\n\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
544 " -a, --acct display account editor window\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
545 " -w, --away[=MESG] make away on signon (optional argument MESG specifies\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
546 " name of away message to use)\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
547 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
548 " account(s) to use, seperated by commas)\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
549 " -n, --loginwin don't automatically login; show login window\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
550 " -u, --user=NAME use account NAME\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
551 " -f, --file=FILE use FILE as config\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
552 " -d, --debug print debugging messages to stdout\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
553 " -v, --version display the current version and exit\n" |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
554 " -h, --help display this help and exit\n"), VERSION, name); |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
555 break; |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
556 case 1: /* short message */ |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
557 printf(_("Gaim %s. Try `%s -h' for more information.\n"), VERSION, name); |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
558 break; |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
559 } |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
560 } |
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
561 |
4489 | 562 /* FUCKING GET ME A TOWEL! */ |
563 #ifdef _WIN32 | |
6890
4eee806af511
[gaim-migrate @ 7436]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6816
diff
changeset
|
564 int gaim_main(HINSTANCE hint, int argc, char *argv[]) |
4489 | 565 #else |
566 int main(int argc, char *argv[]) | |
567 #endif | |
568 { | |
569 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
570 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
571 char *opt_session_arg = NULL; | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
572 char *plugin_search_paths[3]; |
4489 | 573 #if HAVE_SIGNAL_H |
574 int sig_indx; /* for setting up signal catching */ | |
575 sigset_t sigset; | |
576 void (*prev_sig_disp)(); | |
577 #endif | |
578 int opt, opt_user = 0; | |
579 int i; | |
580 | |
581 struct option long_options[] = { | |
582 {"acct", no_argument, NULL, 'a'}, | |
583 /*{"away", optional_argument, NULL, 'w'}, */ | |
584 {"help", no_argument, NULL, 'h'}, | |
585 /*{"login", optional_argument, NULL, 'l'}, */ | |
586 {"loginwin", no_argument, NULL, 'n'}, | |
587 {"user", required_argument, NULL, 'u'}, | |
588 {"file", required_argument, NULL, 'f'}, | |
589 {"debug", no_argument, NULL, 'd'}, | |
590 {"version", no_argument, NULL, 'v'}, | |
591 {"session", required_argument, NULL, 's'}, | |
592 {0, 0, 0, 0} | |
593 }; | |
594 | |
595 #ifdef DEBUG | |
596 opt_debug = 1; | |
597 #endif | |
598 #ifdef ENABLE_NLS | |
599 bindtextdomain(PACKAGE, LOCALEDIR); | |
600 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
601 textdomain(PACKAGE); | |
602 #endif | |
603 | |
604 #if HAVE_SIGNAL_H | |
605 /* Let's not violate any PLA's!!!! */ | |
606 /* jseymour: whatever the fsck that means */ | |
607 /* Robot101: for some reason things like gdm like to block * | |
608 * useful signals like SIGCHLD, so we unblock all the ones we * | |
609 * declare a handler for. thanks JSeymour and Vann. */ | |
610 if (sigemptyset(&sigset)) { | |
611 char errmsg[BUFSIZ]; | |
5435 | 612 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
4489 | 613 perror(errmsg); |
614 } | |
615 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
616 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
617 char errmsg[BUFSIZ]; | |
5435 | 618 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
4489 | 619 catch_sig_list[sig_indx]); |
620 perror(errmsg); | |
621 } | |
622 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
623 char errmsg[BUFSIZ]; | |
5435 | 624 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
4489 | 625 catch_sig_list[sig_indx]); |
626 perror(errmsg); | |
627 } | |
628 } | |
629 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
630 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
631 char errmsg[BUFSIZ]; | |
5435 | 632 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
4489 | 633 ignore_sig_list[sig_indx]); |
634 perror(errmsg); | |
635 } | |
636 } | |
637 | |
638 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
639 char errmsg[BUFSIZ]; | |
5435 | 640 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
4489 | 641 perror(errmsg); |
642 } | |
643 #endif | |
644 | |
645 for (i = 0; i < argc; i++) { | |
646 /* --login option */ | |
647 if (strstr(argv[i], "--l") == argv[i]) { | |
648 char *equals; | |
649 opt_login = 1; | |
650 if ((equals = strchr(argv[i], '=')) != NULL) { | |
651 /* --login=NAME */ | |
652 opt_login_arg = g_strdup(equals + 1); | |
653 if (strlen(opt_login_arg) == 0) { | |
654 g_free(opt_login_arg); | |
655 opt_login_arg = NULL; | |
656 } | |
657 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
658 /* --login NAME */ | |
659 opt_login_arg = g_strdup(argv[i + 1]); | |
660 strcpy(argv[i + 1], " "); | |
661 } | |
662 strcpy(argv[i], " "); | |
663 } | |
664 /* -l option */ | |
665 else if (strstr(argv[i], "-l") == argv[i]) { | |
666 opt_login = 1; | |
667 if (strlen(argv[i]) > 2) { | |
668 /* -lNAME */ | |
669 opt_login_arg = g_strdup(argv[i] + 2); | |
670 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
671 /* -l NAME */ | |
672 opt_login_arg = g_strdup(argv[i + 1]); | |
673 strcpy(argv[i + 1], " "); | |
674 } | |
675 strcpy(argv[i], " "); | |
676 } | |
677 /* --away option */ | |
678 else if (strstr(argv[i], "--aw") == argv[i]) { | |
679 char *equals; | |
680 opt_away = 1; | |
681 if ((equals = strchr(argv[i], '=')) != NULL) { | |
682 /* --away=MESG */ | |
683 opt_away_arg = g_strdup(equals + 1); | |
684 if (strlen(opt_away_arg) == 0) { | |
685 g_free(opt_away_arg); | |
686 opt_away_arg = NULL; | |
687 } | |
688 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
689 /* --away MESG */ | |
690 opt_away_arg = g_strdup(argv[i + 1]); | |
691 strcpy(argv[i + 1], " "); | |
692 } | |
693 strcpy(argv[i], " "); | |
694 } | |
695 /* -w option */ | |
696 else if (strstr(argv[i], "-w") == argv[i]) { | |
697 opt_away = 1; | |
698 if (strlen(argv[i]) > 2) { | |
699 /* -wMESG */ | |
700 opt_away_arg = g_strdup(argv[i] + 2); | |
701 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
702 /* -w MESG */ | |
703 opt_away_arg = g_strdup(argv[i + 1]); | |
704 strcpy(argv[i + 1], " "); | |
705 } | |
706 strcpy(argv[i], " "); | |
707 } | |
708 } | |
709 /* | |
710 if (opt_login) { | |
711 printf ("--login given with arg %s\n", | |
712 opt_login_arg ? opt_login_arg : "NULL"); | |
713 exit(0); | |
714 } | |
715 */ | |
716 | |
717 gtk_set_locale(); | |
718 gtk_init(&argc, &argv); | |
719 | |
720 /* scan command-line options */ | |
721 opterr = 1; | |
722 while ((opt = getopt_long(argc, argv, | |
723 #ifndef _WIN32 | |
724 "adhu:f:vns:", | |
725 #else | |
726 "adghu:f:vn", | |
727 #endif | |
728 long_options, NULL)) != -1) { | |
729 switch (opt) { | |
730 case 'u': /* set user */ | |
731 opt_user = 1; | |
732 opt_user_arg = g_strdup(optarg); | |
733 break; | |
734 case 'a': /* account editor */ | |
735 opt_acct = 1; | |
736 break; | |
737 case 'd': /* debug */ | |
738 opt_debug = 1; | |
739 break; | |
740 case 'f': | |
741 opt_rcfile_arg = g_strdup(optarg); | |
742 break; | |
743 case 's': /* use existing session ID */ | |
744 opt_session_arg = g_strdup(optarg); | |
745 break; | |
746 case 'v': /* version */ | |
747 opt_version = 1; | |
748 break; | |
749 case 'h': /* help */ | |
750 opt_help = 1; | |
751 break; | |
752 case 'n': /* don't autologin */ | |
753 opt_nologin = 1; | |
754 break; | |
755 #ifdef _WIN32 | |
756 case 'g': /* debug GTK and GLIB */ | |
757 opt_gdebug = 1; | |
758 break; | |
759 #endif | |
760 case '?': | |
761 default: | |
762 show_usage(1, argv[0]); | |
763 return 0; | |
764 break; | |
765 } | |
766 } | |
767 | |
768 /* show help message */ | |
769 if (opt_help) { | |
770 show_usage(0, argv[0]); | |
771 return 0; | |
772 } | |
773 /* show version message */ | |
774 if (opt_version) { | |
775 printf("Gaim %s\n",VERSION); | |
776 return 0; | |
777 } | |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
778 |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
779 gaim_gtk_stock_init(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
780 |
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
781 gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops()); |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
782 |
7054
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
783 #ifdef _WIN32 |
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
784 wgaim_set_hinstance(hint); |
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
785 wgaim_pre_plugin_init(); |
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
786 #endif |
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
787 |
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
788 if (!gaim_core_init(GAIM_GTK_UI)) { |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
789 fprintf(stderr, |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
790 "Initialization of the Gaim core failed. Dumping core.\n" |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
791 "Please report this!\n"); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
792 abort(); |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
793 } |
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
794 |
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
795 plugin_search_paths[0] = LIBDIR; |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
796 plugin_search_paths[1] = gaim_user_dir(); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
797 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
|
798 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
799 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
800 sizeof(*plugin_search_paths), |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
801 plugin_search_paths); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
802 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
803 g_free(plugin_search_paths[2]); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
804 |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
805 gaim_plugins_probe(NULL); |
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
806 |
5909 | 807 gaim_prefs_load(); |
808 | |
809 | |
810 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
811 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
812 if (!gaim_accounts_load()) { | |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
813 load_prefs(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
814 gaim_prefs_sync(); |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
815 } |
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
816 |
6693 | 817 gaim_prefs_rename_old(); |
818 | |
5838 | 819 /* load plugins we had when we quit */ |
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
820 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
821 |
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
822 gaim_pounces_load(); |
6065 | 823 gaim_status_load(); |
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
824 |
4489 | 825 #ifdef _WIN32 |
826 /* Various win32 initializations */ | |
827 wgaim_init(); | |
828 #endif | |
829 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
830 gaim_set_blist(gaim_blist_new()); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
831 gaim_blist_load(); |
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
832 |
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
833 load_pounces(); |
4489 | 834 ui_main(); |
835 | |
836 #ifdef USE_SM | |
837 session_init(argv[0], opt_session_arg); | |
838 #endif | |
839 if (opt_session_arg != NULL) { | |
840 g_free(opt_session_arg); | |
841 opt_session_arg = NULL; | |
842 }; | |
843 | |
844 /* set the default username */ | |
845 if (opt_user_arg != NULL) { | |
846 set_first_user(opt_user_arg); | |
847 g_free(opt_user_arg); | |
848 opt_user_arg = NULL; | |
849 } | |
850 | |
5535 | 851 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
852 gaim_gtk_debug_window_show(); |
4489 | 853 |
854 /* deal with --login */ | |
855 if (opt_login) { | |
856 dologin_ret = dologin_named(opt_login_arg); | |
857 if (opt_login_arg != NULL) { | |
858 g_free(opt_login_arg); | |
859 opt_login_arg = NULL; | |
860 } | |
861 } | |
862 | |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
863 if (!opt_acct && !opt_nologin) |
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
864 gaim_accounts_auto_login(GAIM_GTK_UI); |
4489 | 865 |
866 if (opt_acct) { | |
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
867 gaim_gtk_accounts_window_show(); |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
868 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
4489 | 869 show_login(); |
870 | |
871 gtk_main(); | |
5684 | 872 gaim_sound_shutdown(); |
4489 | 873 #ifdef _WIN32 |
874 wgaim_cleanup(); | |
875 #endif | |
876 return 0; | |
877 | |
878 } |