Mercurial > pidgin
annotate src/main.c @ 7118:bf630f7dfdcd
[gaim-migrate @ 7685]
Here's a commit that I think will make faceprint happy. GaimWindow ->
GaimConvWindow, GaimIm -> GaimConvIm, GaimChat -> GaimConvChat,
GaimBlistChat -> GaimChat, and updated the API functions as well. Plugin
authors are going to hunt me down and murder me. I can feel it..
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Thu, 02 Oct 2003 02:54:07 +0000 |
| parents | 9220c7490cd1 |
| children | d17a587efeb3 |
| 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 | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
148 account = gaim_accounts_find(username, -1); |
|
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++) { | |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
176 account = gaim_accounts_find(*n, -1); |
| 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 |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
206 account = gaim_accounts_find(txt, -1); |
| 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 |
|
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
466 account = gaim_accounts_find(name, -1); |
| 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 | |
| 477 #ifdef _WIN32 | |
| 478 /* WIN32 print and log handlers */ | |
| 479 | |
| 480 static void gaim_dummy_print( const gchar* string ) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
481 return; |
| 4489 | 482 } |
| 483 | |
| 484 static void gaim_dummy_log_handler (const gchar *domain, | |
| 485 GLogLevelFlags flags, | |
| 486 const gchar *msg, | |
| 487 gpointer user_data) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
488 return; |
| 4489 | 489 } |
| 490 | |
| 491 static void gaim_log_handler (const gchar *domain, | |
| 492 GLogLevelFlags flags, | |
| 493 const gchar *msg, | |
| 494 gpointer user_data) { | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
495 gaim_debug(GAIM_DEBUG_MISC, "log", "%s - %s\n", domain, msg); |
| 4489 | 496 g_log_default_handler(domain, flags, msg, user_data); |
| 497 } | |
| 498 #endif /* _WIN32 */ | |
| 499 | |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
500 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 debug_init(void) |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
502 { |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
503 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
|
504 gaim_gtk_debug_init(); |
|
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 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
507 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
508 gaim_gtk_ui_init(void) |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
509 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
510 /* Set the UI operation structures. */ |
|
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
6890
diff
changeset
|
511 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
|
512 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
|
513 gaim_xfers_set_ui_ops(gaim_gtk_xfers_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
514 gaim_blist_set_ui_ops(gaim_gtk_blist_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
515 gaim_notify_set_ui_ops(gaim_gtk_notify_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
516 gaim_privacy_set_ui_ops(gaim_gtk_privacy_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
517 gaim_request_set_ui_ops(gaim_gtk_request_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
518 gaim_sound_set_ui_ops(gaim_gtk_sound_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
519 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
|
520 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
521 gaim_gtk_prefs_init(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
522 gaim_gtk_blist_init(); |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
523 gaim_gtk_conversations_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
524 gaim_gtk_pounces_init(); |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
525 gaim_gtk_privacy_init(); |
|
6263
3565ee7a5dd3
[gaim-migrate @ 6760]
Christian Hammond <chipx86@chipx86.com>
parents:
6231
diff
changeset
|
526 gaim_gtk_xfers_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
527 } |
|
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 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
530 gaim_gtk_quit(void) |
|
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 /* XXX? */ |
|
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 /* captain's log, stardate... */ |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
535 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
|
536 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
537 #ifdef USE_SM |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
538 /* unplug */ |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
539 session_end(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
540 #endif |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
541 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
542 /* and end it all... */ |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
543 gtk_main_quit(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
544 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
545 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
546 static GaimCoreUiOps core_ops = |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
547 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
548 gaim_gtk_prefs_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
549 debug_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
550 gaim_gtk_ui_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
551 gaim_gtk_quit |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
552 }; |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
553 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
554 static GaimCoreUiOps * |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
555 gaim_gtk_core_get_ui_ops(void) |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
556 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
557 return &core_ops; |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
558 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
559 |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
560 static void |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
561 show_usage(int mode, const char *name) |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
562 { |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
563 switch (mode) { |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
564 case 0: /* full help text */ |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
565 printf(_("Gaim %s\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
566 "Usage: %s [OPTION]...\n\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
567 " -a, --acct display account editor window\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
568 " -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
|
569 " name of away message to use)\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
570 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
571 " account(s) to use, seperated by commas)\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
572 " -n, --loginwin don't automatically login; show login window\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
573 " -u, --user=NAME use account NAME\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
574 " -f, --file=FILE use FILE as config\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
575 " -d, --debug print debugging messages to stdout\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
576 " -v, --version display the current version and exit\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
577 " -h, --help display this help and exit\n"), VERSION, name); |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
578 break; |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
579 case 1: /* short message */ |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
580 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
|
581 break; |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
582 } |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
583 } |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
584 |
| 4489 | 585 /* FUCKING GET ME A TOWEL! */ |
| 586 #ifdef _WIN32 | |
|
6890
4eee806af511
[gaim-migrate @ 7436]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6816
diff
changeset
|
587 int gaim_main(HINSTANCE hint, int argc, char *argv[]) |
| 4489 | 588 #else |
| 589 int main(int argc, char *argv[]) | |
| 590 #endif | |
| 591 { | |
| 592 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
| 593 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
| 594 char *opt_session_arg = NULL; | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
595 char *plugin_search_paths[3]; |
| 4489 | 596 #if HAVE_SIGNAL_H |
| 597 int sig_indx; /* for setting up signal catching */ | |
| 598 sigset_t sigset; | |
| 599 void (*prev_sig_disp)(); | |
| 600 #endif | |
| 601 int opt, opt_user = 0; | |
| 602 int i; | |
| 603 | |
| 604 struct option long_options[] = { | |
| 605 {"acct", no_argument, NULL, 'a'}, | |
| 606 /*{"away", optional_argument, NULL, 'w'}, */ | |
| 607 {"help", no_argument, NULL, 'h'}, | |
| 608 /*{"login", optional_argument, NULL, 'l'}, */ | |
| 609 {"loginwin", no_argument, NULL, 'n'}, | |
| 610 {"user", required_argument, NULL, 'u'}, | |
| 611 {"file", required_argument, NULL, 'f'}, | |
| 612 {"debug", no_argument, NULL, 'd'}, | |
| 613 {"version", no_argument, NULL, 'v'}, | |
| 614 {"session", required_argument, NULL, 's'}, | |
| 615 {0, 0, 0, 0} | |
| 616 }; | |
| 617 | |
| 618 #ifdef DEBUG | |
| 619 opt_debug = 1; | |
| 620 #endif | |
| 621 #ifdef ENABLE_NLS | |
| 622 bindtextdomain(PACKAGE, LOCALEDIR); | |
| 623 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
| 624 textdomain(PACKAGE); | |
| 625 #endif | |
| 626 | |
| 627 #if HAVE_SIGNAL_H | |
| 628 /* Let's not violate any PLA's!!!! */ | |
| 629 /* jseymour: whatever the fsck that means */ | |
| 630 /* Robot101: for some reason things like gdm like to block * | |
| 631 * useful signals like SIGCHLD, so we unblock all the ones we * | |
| 632 * declare a handler for. thanks JSeymour and Vann. */ | |
| 633 if (sigemptyset(&sigset)) { | |
| 634 char errmsg[BUFSIZ]; | |
| 5435 | 635 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
| 4489 | 636 perror(errmsg); |
| 637 } | |
| 638 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 639 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
| 640 char errmsg[BUFSIZ]; | |
| 5435 | 641 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
| 4489 | 642 catch_sig_list[sig_indx]); |
| 643 perror(errmsg); | |
| 644 } | |
| 645 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
| 646 char errmsg[BUFSIZ]; | |
| 5435 | 647 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
| 4489 | 648 catch_sig_list[sig_indx]); |
| 649 perror(errmsg); | |
| 650 } | |
| 651 } | |
| 652 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 653 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
| 654 char errmsg[BUFSIZ]; | |
| 5435 | 655 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
| 4489 | 656 ignore_sig_list[sig_indx]); |
| 657 perror(errmsg); | |
| 658 } | |
| 659 } | |
| 660 | |
| 661 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
| 662 char errmsg[BUFSIZ]; | |
| 5435 | 663 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
| 4489 | 664 perror(errmsg); |
| 665 } | |
| 666 #endif | |
| 667 | |
| 668 for (i = 0; i < argc; i++) { | |
| 669 /* --login option */ | |
| 670 if (strstr(argv[i], "--l") == argv[i]) { | |
| 671 char *equals; | |
| 672 opt_login = 1; | |
| 673 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 674 /* --login=NAME */ | |
| 675 opt_login_arg = g_strdup(equals + 1); | |
| 676 if (strlen(opt_login_arg) == 0) { | |
| 677 g_free(opt_login_arg); | |
| 678 opt_login_arg = NULL; | |
| 679 } | |
| 680 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 681 /* --login NAME */ | |
| 682 opt_login_arg = g_strdup(argv[i + 1]); | |
| 683 strcpy(argv[i + 1], " "); | |
| 684 } | |
| 685 strcpy(argv[i], " "); | |
| 686 } | |
| 687 /* -l option */ | |
| 688 else if (strstr(argv[i], "-l") == argv[i]) { | |
| 689 opt_login = 1; | |
| 690 if (strlen(argv[i]) > 2) { | |
| 691 /* -lNAME */ | |
| 692 opt_login_arg = g_strdup(argv[i] + 2); | |
| 693 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 694 /* -l NAME */ | |
| 695 opt_login_arg = g_strdup(argv[i + 1]); | |
| 696 strcpy(argv[i + 1], " "); | |
| 697 } | |
| 698 strcpy(argv[i], " "); | |
| 699 } | |
| 700 /* --away option */ | |
| 701 else if (strstr(argv[i], "--aw") == argv[i]) { | |
| 702 char *equals; | |
| 703 opt_away = 1; | |
| 704 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 705 /* --away=MESG */ | |
| 706 opt_away_arg = g_strdup(equals + 1); | |
| 707 if (strlen(opt_away_arg) == 0) { | |
| 708 g_free(opt_away_arg); | |
| 709 opt_away_arg = NULL; | |
| 710 } | |
| 711 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 712 /* --away MESG */ | |
| 713 opt_away_arg = g_strdup(argv[i + 1]); | |
| 714 strcpy(argv[i + 1], " "); | |
| 715 } | |
| 716 strcpy(argv[i], " "); | |
| 717 } | |
| 718 /* -w option */ | |
| 719 else if (strstr(argv[i], "-w") == argv[i]) { | |
| 720 opt_away = 1; | |
| 721 if (strlen(argv[i]) > 2) { | |
| 722 /* -wMESG */ | |
| 723 opt_away_arg = g_strdup(argv[i] + 2); | |
| 724 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 725 /* -w MESG */ | |
| 726 opt_away_arg = g_strdup(argv[i + 1]); | |
| 727 strcpy(argv[i + 1], " "); | |
| 728 } | |
| 729 strcpy(argv[i], " "); | |
| 730 } | |
| 731 } | |
| 732 /* | |
| 733 if (opt_login) { | |
| 734 printf ("--login given with arg %s\n", | |
| 735 opt_login_arg ? opt_login_arg : "NULL"); | |
| 736 exit(0); | |
| 737 } | |
| 738 */ | |
| 739 | |
| 740 gtk_set_locale(); | |
| 741 gtk_init(&argc, &argv); | |
| 742 | |
| 743 /* scan command-line options */ | |
| 744 opterr = 1; | |
| 745 while ((opt = getopt_long(argc, argv, | |
| 746 #ifndef _WIN32 | |
| 747 "adhu:f:vns:", | |
| 748 #else | |
| 749 "adghu:f:vn", | |
| 750 #endif | |
| 751 long_options, NULL)) != -1) { | |
| 752 switch (opt) { | |
| 753 case 'u': /* set user */ | |
| 754 opt_user = 1; | |
| 755 opt_user_arg = g_strdup(optarg); | |
| 756 break; | |
| 757 case 'a': /* account editor */ | |
| 758 opt_acct = 1; | |
| 759 break; | |
| 760 case 'd': /* debug */ | |
| 761 opt_debug = 1; | |
| 762 break; | |
| 763 case 'f': | |
| 764 opt_rcfile_arg = g_strdup(optarg); | |
| 765 break; | |
| 766 case 's': /* use existing session ID */ | |
| 767 opt_session_arg = g_strdup(optarg); | |
| 768 break; | |
| 769 case 'v': /* version */ | |
| 770 opt_version = 1; | |
| 771 break; | |
| 772 case 'h': /* help */ | |
| 773 opt_help = 1; | |
| 774 break; | |
| 775 case 'n': /* don't autologin */ | |
| 776 opt_nologin = 1; | |
| 777 break; | |
| 778 #ifdef _WIN32 | |
| 779 case 'g': /* debug GTK and GLIB */ | |
| 780 opt_gdebug = 1; | |
| 781 break; | |
| 782 #endif | |
| 783 case '?': | |
| 784 default: | |
| 785 show_usage(1, argv[0]); | |
| 786 return 0; | |
| 787 break; | |
| 788 } | |
| 789 } | |
| 790 | |
| 791 #ifdef _WIN32 | |
| 792 /* We don't want a console window.. */ | |
| 793 /* | |
| 794 * Any calls to the glib logging functions, result in a call to AllocConsole(). | |
| 795 * ME and 98 will in such cases produce a console window (2000 not), despite | |
| 796 * being built as a windows app rather than a console app. So we should either | |
| 797 * ignore messages by setting dummy log handlers, or redirect messages. | |
| 798 * This requires setting handlers for all domains (any lib which uses g_logging). | |
| 799 */ | |
| 800 | |
| 801 g_log_set_handler (NULL, G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 802 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 803 NULL); | |
| 804 g_log_set_handler ("Gdk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 805 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 806 NULL); | |
| 807 g_log_set_handler ("Gtk", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 808 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 809 NULL); | |
| 810 g_log_set_handler ("GLib", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 811 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 812 NULL); | |
| 813 g_log_set_handler ("GModule", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 814 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 815 NULL); | |
| 816 g_log_set_handler ("GLib-GObject", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 817 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 818 NULL); | |
| 819 g_log_set_handler ("GThread", G_LOG_LEVEL_MASK | G_LOG_FLAG_FATAL | G_LOG_FLAG_RECURSION, | |
| 820 (opt_gdebug ? gaim_log_handler : gaim_dummy_log_handler), | |
| 821 NULL); | |
| 822 | |
| 823 /* g_print also makes a call to AllocConsole(), therefore a handler needs to be | |
| 824 set here aswell */ | |
| 825 if(!opt_debug) | |
| 826 g_set_print_handler( gaim_dummy_print ); | |
| 827 | |
| 828 #endif | |
| 829 | |
| 830 /* show help message */ | |
| 831 if (opt_help) { | |
| 832 show_usage(0, argv[0]); | |
| 833 return 0; | |
| 834 } | |
| 835 /* show version message */ | |
| 836 if (opt_version) { | |
| 837 printf("Gaim %s\n",VERSION); | |
| 838 return 0; | |
| 839 } | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
840 |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
841 gaim_gtk_stock_init(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
842 |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
843 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
|
844 |
|
7054
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
845 #ifdef _WIN32 |
|
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
846 wgaim_set_hinstance(hint); |
|
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
847 wgaim_pre_plugin_init(); |
|
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
848 #endif |
|
7c04a0775918
[gaim-migrate @ 7617]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7035
diff
changeset
|
849 |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
850 if (!gaim_core_init(GAIM_GTK_UI)) { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
851 fprintf(stderr, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
852 "Initialization of the Gaim core failed. Dumping core.\n" |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
853 "Please report this!\n"); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
854 abort(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
855 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
856 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
857 plugin_search_paths[0] = LIBDIR; |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
858 plugin_search_paths[1] = gaim_user_dir(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
859 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
|
860 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
861 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
862 sizeof(*plugin_search_paths), |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
863 plugin_search_paths); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
864 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
865 g_free(plugin_search_paths[2]); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
866 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
867 gaim_plugins_probe(NULL); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
868 |
| 5909 | 869 gaim_prefs_load(); |
| 870 | |
| 871 | |
| 872 /* we only read ~/.gaimrc (load_prefs()) if there is no accounts.xml | |
| 873 * since prefs.xml existed alongside ~/.gaim in 0.64 */ | |
| 874 if (!gaim_accounts_load()) { | |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
875 load_prefs(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
876 gaim_prefs_sync(); |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
877 } |
|
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
878 |
| 6693 | 879 gaim_prefs_rename_old(); |
| 880 | |
| 5838 | 881 /* load plugins we had when we quit */ |
|
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
882 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
883 |
|
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
884 gaim_pounces_load(); |
| 6065 | 885 gaim_status_load(); |
|
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
886 |
| 4489 | 887 #ifdef _WIN32 |
| 888 /* Various win32 initializations */ | |
| 889 wgaim_init(); | |
| 890 #endif | |
| 891 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
892 gaim_set_blist(gaim_blist_new()); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
893 gaim_blist_load(); |
|
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
894 |
|
5032
cb700c07ee07
[gaim-migrate @ 5375]
Christian Hammond <chipx86@chipx86.com>
parents:
5024
diff
changeset
|
895 load_pounces(); |
| 4489 | 896 ui_main(); |
| 897 | |
| 898 #ifdef USE_SM | |
| 899 session_init(argv[0], opt_session_arg); | |
| 900 #endif | |
| 901 if (opt_session_arg != NULL) { | |
| 902 g_free(opt_session_arg); | |
| 903 opt_session_arg = NULL; | |
| 904 }; | |
| 905 | |
| 906 /* set the default username */ | |
| 907 if (opt_user_arg != NULL) { | |
| 908 set_first_user(opt_user_arg); | |
| 909 g_free(opt_user_arg); | |
| 910 opt_user_arg = NULL; | |
| 911 } | |
| 912 | |
| 5535 | 913 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
914 gaim_gtk_debug_window_show(); |
| 4489 | 915 |
| 916 /* deal with --login */ | |
| 917 if (opt_login) { | |
| 918 dologin_ret = dologin_named(opt_login_arg); | |
| 919 if (opt_login_arg != NULL) { | |
| 920 g_free(opt_login_arg); | |
| 921 opt_login_arg = NULL; | |
| 922 } | |
| 923 } | |
| 924 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
925 if (!opt_acct && !opt_nologin) |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
926 gaim_accounts_auto_login(GAIM_GTK_UI); |
| 4489 | 927 |
| 928 if (opt_acct) { | |
|
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
929 gaim_gtk_accounts_window_show(); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
930 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
| 4489 | 931 show_login(); |
| 932 | |
| 933 gtk_main(); | |
| 5684 | 934 gaim_sound_shutdown(); |
| 4489 | 935 #ifdef _WIN32 |
| 936 wgaim_cleanup(); | |
| 937 #endif | |
| 938 return 0; | |
| 939 | |
| 940 } |
