Mercurial > pidgin
annotate src/main.c @ 9772:5f7c81eeebd2
[gaim-migrate @ 10640]
Another ft patch from Dave West. This one makes transfers appear in the
ft dialog earlier. I'm a bit concerned that transfers might not be
removed correctly when canceled early on. Or that they won't show up
with the right status between the time they're initiated and the time
the file actually begins being transferred.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 18 Aug 2004 04:22:31 +0000 |
| parents | 4d05b6e9e9cd |
| children | 4a15962c344a |
| rev | line source |
|---|---|
| 4489 | 1 /* |
| 2 * gaim | |
| 3 * | |
| 8046 | 4 * Gaim is the legal property of its developers, whose names are too numerous |
| 5 * to list here. Please refer to the COPYRIGHT file distributed with this | |
| 6 * source distribution. | |
| 4489 | 7 * |
| 8 * This program is free software; you can redistribute it and/or modify | |
| 9 * it under the terms of the GNU General Public License as published by | |
| 10 * the Free Software Foundation; either version 2 of the License, or | |
| 11 * (at your option) any later version. | |
| 12 * | |
| 13 * This program is distributed in the hope that it will be useful, | |
| 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 16 * GNU General Public License for more details. | |
| 17 * | |
| 18 * You should have received a copy of the GNU General Public License | |
| 19 * along with this program; if not, write to the Free Software | |
| 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
| 21 * | |
| 22 */ | |
| 23 | |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
24 #include "gtkinternal.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
25 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
26 #include "account.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
27 #include "conversation.h" |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
28 #include "core.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
29 #include "debug.h" |
|
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8241
diff
changeset
|
30 #include "eventloop.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
31 #include "ft.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
32 #include "log.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
33 #include "notify.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
34 #include "prefs.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
35 #include "prpl.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
36 #include "pounce.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
37 #include "sound.h" |
| 6106 | 38 #include "status.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
39 #include "util.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
40 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
41 #include "gtkaccount.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
42 #include "gtkblist.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
43 #include "gtkconn.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
44 #include "gtkconv.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
45 #include "gtkdebug.h" |
| 9709 | 46 #include "gtkdialogs.h" |
|
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8241
diff
changeset
|
47 #include "gtkeventloop.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
48 #include "gtkft.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
49 #include "gtknotify.h" |
|
7966
7d25d4e50343
[gaim-migrate @ 8643]
Christian Hammond <chipx86@chipx86.com>
parents:
7956
diff
changeset
|
50 #include "gtkplugin.h" |
|
5875
448f2f4ca3ec
[gaim-migrate @ 6307]
Christian Hammond <chipx86@chipx86.com>
parents:
5874
diff
changeset
|
51 #include "gtkpounce.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
52 #include "gtkprefs.h" |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
53 #include "gtkprivacy.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
54 #include "gtkrequest.h" |
| 8113 | 55 #include "gtkroomlist.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
56 #include "gtksound.h" |
|
5943
a4f2aba0848d
[gaim-migrate @ 6384]
Christian Hammond <chipx86@chipx86.com>
parents:
5909
diff
changeset
|
57 #include "gtkutils.h" |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
58 #include "stock.h" |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
59 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
60 #if HAVE_SIGNAL_H |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
61 # include <signal.h> |
| 4489 | 62 #endif |
|
5872
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
63 |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
64 #include <getopt.h> |
|
059d95c67cda
[gaim-migrate @ 6304]
Christian Hammond <chipx86@chipx86.com>
parents:
5866
diff
changeset
|
65 |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
66 #ifdef HAVE_STARTUP_NOTIFICATION |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
67 # define SN_API_NOT_YET_FROZEN |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
68 # include <libsn/sn-launchee.h> |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
69 # include <gdk/gdkx.h> |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
70 #endif |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
71 |
| 4489 | 72 static GtkWidget *name; |
| 73 static GtkWidget *pass; | |
| 74 | |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
75 #ifdef HAVE_STARTUP_NOTIFICATION |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
76 static SnLauncheeContext *sn_context = NULL; |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
77 static SnDisplay *sn_display = NULL; |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
78 #endif |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
79 |
| 4489 | 80 GtkWidget *mainwindow = NULL; |
| 81 | |
| 82 int opt_away = 0; | |
| 4687 | 83 int docklet_count = 0; |
| 4489 | 84 char *opt_away_arg = NULL; |
| 85 int opt_debug = 0; | |
| 86 | |
| 87 #if HAVE_SIGNAL_H | |
| 88 /* | |
| 89 * Lists of signals we wish to catch and those we wish to ignore. | |
| 90 * Each list terminated with -1 | |
| 91 */ | |
| 92 static int catch_sig_list[] = { | |
| 93 SIGSEGV, | |
| 94 SIGHUP, | |
| 95 SIGINT, | |
| 96 SIGTERM, | |
| 97 SIGQUIT, | |
| 98 SIGCHLD, | |
| 99 -1 | |
| 100 }; | |
| 101 | |
| 102 static int ignore_sig_list[] = { | |
| 103 SIGPIPE, | |
| 104 -1 | |
| 105 }; | |
| 106 #endif | |
| 107 | |
| 4561 | 108 static guint snd_tmout = 0; |
| 4489 | 109 static gboolean sound_timeout(gpointer data) |
| 110 { | |
| 5684 | 111 gaim_gtk_sound_set_login_mute(FALSE); |
| 4561 | 112 snd_tmout = 0; |
| 4489 | 113 return FALSE; |
| 114 } | |
| 115 | |
| 116 /* we need to do this for Oscar because serv_login only starts the login | |
| 117 * process, it doesn't end there. gaim_setup will be called later from | |
| 118 * 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
|
119 void gaim_setup(GaimConnection *gc) |
| 4489 | 120 { |
| 8947 | 121 if (gaim_prefs_get_bool("/gaim/gtk/sound/enabled/login")) { |
| 122 if (snd_tmout) | |
| 4561 | 123 g_source_remove(snd_tmout); |
| 5684 | 124 gaim_gtk_sound_set_login_mute(TRUE); |
|
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8241
diff
changeset
|
125 snd_tmout = gaim_timeout_add(10000, sound_timeout, NULL); |
| 4489 | 126 } |
| 127 } | |
| 128 | |
| 129 static gboolean domiddleclick(GtkWidget *w, GdkEventButton *event, gpointer null) | |
| 130 { | |
| 131 if (event->button != 2) | |
| 132 return FALSE; | |
| 133 | |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
134 gaim_accounts_auto_login(GAIM_GTK_UI); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
135 |
| 4489 | 136 return TRUE; |
| 137 } | |
| 138 | |
| 139 static void dologin(GtkWidget *widget, GtkWidget *w) | |
| 140 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
141 GaimAccount *account; |
| 8136 | 142 GtkWidget *item; |
| 4489 | 143 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); |
| 144 | |
| 8136 | 145 item = gtk_menu_get_active(GTK_MENU(gtk_option_menu_get_menu(GTK_OPTION_MENU(name)))); |
| 146 account = g_object_get_data(G_OBJECT(item), "account"); | |
| 4489 | 147 |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
148 if (!account) { |
| 8136 | 149 gaim_notify_error(NULL, NULL, _("Please create an account."), NULL); |
| 150 return; | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
151 } |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
152 |
| 6036 | 153 gaim_account_set_password(account, (*password != '\0') ? password : NULL); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
154 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
155 gaim_account_connect(account); |
| 4489 | 156 } |
| 157 | |
| 158 /* <name> is a comma-separated list of names, or NULL | |
| 159 if NULL and there is at least one user defined in .gaimrc, try to login. | |
| 160 if not NULL, parse <name> into separate strings, look up each one in | |
| 161 .gaimrc and, if it's there, try to login. | |
| 162 returns: 0 if successful | |
| 163 -1 if no user was found that had a saved password | |
| 164 */ | |
| 165 static int dologin_named(char *name) | |
| 166 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
167 GaimAccount *account; |
| 4489 | 168 char **names, **n; |
| 169 int retval = -1; | |
| 170 | |
| 171 if (name !=NULL) { /* list of names given */ | |
| 172 names = g_strsplit(name, ",", 32); | |
| 173 for (n = names; *n != NULL; n++) { | |
| 7132 | 174 account = gaim_accounts_find(*n, NULL); |
| 4491 | 175 if (account) { /* found a user */ |
| 6231 | 176 retval = 0; |
| 177 gaim_account_connect(account); | |
| 4489 | 178 } |
| 179 } | |
| 180 g_strfreev(names); | |
| 181 } else { /* no name given, use default */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
182 account = (GaimAccount *)gaim_accounts_get_all()->data; |
| 6231 | 183 retval = 0; |
| 184 gaim_account_connect(account); | |
| 4489 | 185 } |
| 186 | |
| 187 return retval; | |
| 188 } | |
| 189 | |
| 190 | |
| 8136 | 191 static void combo_changed(GtkWidget *menu, GaimAccount *account, gpointer data) |
| 4489 | 192 { |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
193 if (account && gaim_account_get_remember_password(account)) { |
| 4491 | 194 gtk_entry_set_text(GTK_ENTRY(pass), account->password); |
| 4489 | 195 } else { |
| 196 gtk_entry_set_text(GTK_ENTRY(pass), ""); | |
| 197 } | |
| 198 } | |
| 199 | |
| 200 | |
| 201 static void login_window_closed(GtkWidget *w, GdkEvent *ev, gpointer d) | |
| 202 { | |
| 203 if(docklet_count) { | |
|
4880
9b51c090236a
[gaim-migrate @ 5210]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4800
diff
changeset
|
204 #ifdef _WIN32 |
| 4489 | 205 wgaim_systray_minimize(mainwindow); |
| 206 #endif | |
| 207 gtk_widget_hide(mainwindow); | |
| 208 } else | |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
209 gaim_core_quit(); |
| 4489 | 210 } |
| 211 | |
| 212 void show_login() | |
| 213 { | |
| 214 GtkWidget *image; | |
| 215 GtkWidget *vbox; | |
| 216 GtkWidget *button; | |
| 217 GtkWidget *hbox; | |
| 218 GtkWidget *label; | |
| 219 GtkWidget *vbox2; | |
| 220 | |
| 221 /* Do we already have a main window opened? If so, bring it back, baby... ribs... yeah */ | |
| 222 if (mainwindow) { | |
| 223 gtk_window_present(GTK_WINDOW(mainwindow)); | |
| 224 return; | |
| 225 } | |
| 226 | |
| 227 mainwindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); | |
| 228 | |
| 229 gtk_window_set_role(GTK_WINDOW(mainwindow), "login"); | |
| 4635 | 230 gtk_window_set_resizable(GTK_WINDOW(mainwindow), FALSE); |
| 4703 | 231 gtk_window_set_title(GTK_WINDOW(mainwindow), _("Login")); |
| 4489 | 232 gtk_container_set_border_width(GTK_CONTAINER(mainwindow), 5); |
| 233 g_signal_connect(G_OBJECT(mainwindow), "delete_event", | |
| 234 G_CALLBACK(login_window_closed), mainwindow); | |
| 235 | |
| 236 vbox = gtk_vbox_new(FALSE, 0); | |
| 237 gtk_container_add(GTK_CONTAINER(mainwindow), vbox); | |
| 238 | |
| 5024 | 239 image = gtk_image_new_from_stock(GAIM_STOCK_LOGO, gtk_icon_size_from_name(GAIM_ICON_SIZE_LOGO)); |
| 4489 | 240 gtk_box_pack_start(GTK_BOX(vbox), image, FALSE, FALSE, 0); |
| 241 | |
| 242 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 243 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 244 | |
| 8136 | 245 /* why isn't there a gtk_label_new_with_markup? */ |
| 246 label = gtk_label_new(NULL); | |
| 8878 | 247 gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("<b>_Account:</b>")); |
| 4489 | 248 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); |
| 249 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 250 | |
| 8136 | 251 name = gaim_gtk_account_option_menu_new(NULL, TRUE, G_CALLBACK(combo_changed), NULL, NULL); |
| 8241 | 252 gtk_label_set_mnemonic_widget(GTK_LABEL(label), name); |
| 8136 | 253 |
| 4489 | 254 gtk_box_pack_start(GTK_BOX(vbox2), name, FALSE, TRUE, 0); |
| 255 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 256 | |
| 257 vbox2 = gtk_vbox_new(FALSE, 0); | |
| 258 gtk_container_set_border_width(GTK_CONTAINER(vbox2), 5); | |
| 259 | |
| 8136 | 260 label = gtk_label_new(NULL); |
| 8878 | 261 gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("<b>_Password:</b>")); |
| 4489 | 262 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); |
| 263 gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); | |
| 264 | |
| 265 pass = gtk_entry_new(); | |
| 8241 | 266 gtk_label_set_mnemonic_widget(GTK_LABEL(label), pass); |
| 4489 | 267 gtk_entry_set_visibility(GTK_ENTRY(pass), FALSE); |
| 268 g_signal_connect(G_OBJECT(pass), "activate", | |
| 6109 | 269 G_CALLBACK(dologin), mainwindow); |
| 4489 | 270 gtk_box_pack_start(GTK_BOX(vbox2), pass, FALSE, TRUE, 0); |
| 271 gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, TRUE, 0); | |
| 272 | |
| 273 /* Now for the button box */ | |
| 274 hbox = gtk_hbox_new(TRUE, 0); | |
| 275 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 5); | |
| 276 | |
| 277 /* And now for the buttons */ | |
| 8878 | 278 button = gaim_pixbuf_button_from_stock(_("_Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL); |
| 4489 | 279 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 280 g_signal_connect(G_OBJECT(button), "clicked", | |
|
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
281 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow); |
| 4489 | 282 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 283 | |
| 8878 | 284 button = gaim_pixbuf_button_from_stock(_("_Preferences"), GTK_STOCK_PREFERENCES, GAIM_BUTTON_VERTICAL); |
| 4489 | 285 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 286 g_signal_connect(G_OBJECT(button), "clicked", | |
|
5530
2c4c975620f0
[gaim-migrate @ 5930]
Christian Hammond <chipx86@chipx86.com>
parents:
5492
diff
changeset
|
287 G_CALLBACK(gaim_gtk_prefs_show), mainwindow); |
| 4489 | 288 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); |
| 289 | |
| 8878 | 290 button = gaim_pixbuf_button_from_stock(_("_Sign on"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL); |
| 4489 | 291 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE); |
| 292 g_signal_connect(G_OBJECT(button), "clicked", | |
| 293 G_CALLBACK(dologin), mainwindow); | |
| 294 g_signal_connect(G_OBJECT(button), "button-press-event", G_CALLBACK(domiddleclick), NULL); | |
| 295 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); | |
| 296 | |
| 297 /* Now grab the focus that we need */ | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
298 if (gaim_accounts_get_all()) { |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
299 GaimAccount *account = gaim_accounts_get_all()->data; |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
300 |
|
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
301 if (gaim_account_get_remember_password(account)) { |
| 8136 | 302 combo_changed(NULL, account, NULL); |
| 4489 | 303 gtk_widget_grab_focus(button); |
| 304 } else { | |
| 305 gtk_widget_grab_focus(pass); | |
| 306 } | |
| 307 } else { | |
| 8136 | 308 gaim_gtk_accounts_window_show(); |
| 309 gtk_widget_grab_focus(button); | |
| 4489 | 310 } |
| 311 | |
| 312 /* And raise the curtain! */ | |
| 313 gtk_widget_show_all(mainwindow); | |
| 314 | |
| 315 } | |
| 316 | |
|
7107
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
317 static void |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
318 clean_pid(void) |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
319 { |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
320 #ifndef _WIN32 |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
321 int status; |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
322 pid_t pid; |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
323 |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
324 do { |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
325 pid = waitpid(-1, &status, WNOHANG); |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
326 } while (pid != 0 && pid != (pid_t)-1); |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
327 if(pid == (pid_t)-1 && errno != ECHILD) { |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
328 char errmsg[BUFSIZ]; |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
329 snprintf(errmsg, BUFSIZ, "Warning: waitpid() returned %d", pid); |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
330 perror(errmsg); |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
331 } |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
332 #endif |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
333 } |
|
9220c7490cd1
[gaim-migrate @ 7672]
Christian Hammond <chipx86@chipx86.com>
parents:
7102
diff
changeset
|
334 |
| 4489 | 335 #if HAVE_SIGNAL_H |
| 336 void sighandler(int sig) | |
| 337 { | |
| 338 switch (sig) { | |
| 339 case SIGHUP: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
340 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
341 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
342 gaim_connections_disconnect_all(); |
| 4489 | 343 break; |
| 344 case SIGSEGV: | |
| 345 #ifndef DEBUG | |
| 346 fprintf(stderr, "Gaim has segfaulted and attempted to dump a core file.\n" | |
| 347 "This is a bug in the software and has happened through\n" | |
| 348 "no fault of your own.\n\n" | |
| 349 "It is possible that this bug is already fixed in CVS.\n" | |
| 5747 | 350 "If you can reproduce the crash, please notify the gaim\n" |
| 351 "maintainers by reporting a bug at\n" | |
|
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
352 GAIM_WEBSITE "bug.php\n\n" |
| 4489 | 353 "Please make sure to specify what you were doing at the time,\n" |
| 354 "and post the backtrace from the core file. If you do not know\n" | |
| 355 "how to get the backtrace, please get instructions at\n" | |
|
6383
d6777fa16645
[gaim-migrate @ 6888]
Christian Hammond <chipx86@chipx86.com>
parents:
6371
diff
changeset
|
356 GAIM_WEBSITE "gdb.php. If you need further\n" |
| 4489 | 357 "assistance, please IM either RobFlynn or SeanEgn and\n" |
| 358 "they can help you.\n"); | |
| 359 #else | |
| 8452 | 360 fprintf(stderr, "Hi, user. We need to talk.\n" |
| 361 "I think something's gone wrong here. It's probably my fault.\n" | |
| 362 "No, really, it's not you... it's me... no no no, I think we get along well\n" | |
| 363 "it's just that.... well, I want to see other people. I... what?!? NO! I haven't\n" | |
| 364 "been cheating on you!! How many times do you want me to tell you?! And for the\n" | |
| 365 "last time, it's just a rash!\n"); | |
| 4703 | 366 /*g_on_error_query (g_get_prgname());*/ |
| 4489 | 367 #endif |
| 368 abort(); | |
| 369 break; | |
| 370 case SIGCHLD: | |
| 371 clean_pid(); | |
| 372 #if HAVE_SIGNAL_H | |
| 373 signal(SIGCHLD, sighandler); /* restore signal catching on this one! */ | |
| 374 #endif | |
| 375 break; | |
| 376 default: | |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
377 gaim_debug(GAIM_DEBUG_WARNING, "sighandler", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
378 "Caught signal %d\n", sig); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
379 gaim_connections_disconnect_all(); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
380 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
381 gaim_plugins_unload_all(); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
382 |
| 4489 | 383 if (gtk_main_level()) |
| 384 gtk_main_quit(); | |
| 385 exit(0); | |
| 386 } | |
| 387 } | |
| 388 #endif | |
| 389 | |
| 390 static int ui_main() | |
| 391 { | |
| 392 #ifndef _WIN32 | |
| 393 GList *icons = NULL; | |
| 394 GdkPixbuf *icon = NULL; | |
| 395 char *icon_path; | |
| 396 #endif | |
| 4978 | 397 |
| 4489 | 398 if (current_smiley_theme == NULL) { |
| 399 smiley_theme_probe(); | |
| 400 if (smiley_themes) { | |
| 401 struct smiley_theme *smile = smiley_themes->data; | |
| 402 load_smiley_theme(smile->path, TRUE); | |
| 403 } | |
| 404 } | |
| 405 | |
| 5422 | 406 gaim_gtk_blist_setup_sort_methods(); |
| 4489 | 407 |
| 408 #ifndef _WIN32 | |
| 409 /* use the nice PNG icon for all the windows */ | |
| 5024 | 410 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim", "icons", "online.png", NULL); |
| 4489 | 411 icon = gdk_pixbuf_new_from_file(icon_path, NULL); |
| 412 g_free(icon_path); | |
| 413 if (icon) { | |
| 414 icons = g_list_append(icons,icon); | |
| 415 gtk_window_set_default_icon_list(icons); | |
| 416 g_object_unref(G_OBJECT(icon)); | |
| 4978 | 417 g_list_free(icons); |
| 4489 | 418 } else { |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
419 gaim_debug(GAIM_DEBUG_ERROR, "ui_main", |
|
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
420 "Failed to load the default window icon!\n"); |
| 4489 | 421 } |
| 422 #endif | |
| 4978 | 423 |
| 4489 | 424 return 0; |
| 425 } | |
| 426 | |
| 427 static void set_first_user(char *name) | |
| 428 { | |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
429 GaimAccount *account; |
| 4489 | 430 |
| 7132 | 431 account = gaim_accounts_find(name, NULL); |
| 4489 | 432 |
| 6231 | 433 if (account == NULL) { /* new user */ |
| 7956 | 434 account = gaim_account_new(name, GAIM_PROTO_DEFAULT); |
| 6231 | 435 gaim_accounts_add(account); |
| 436 } | |
|
5580
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
437 |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
438 /* Place it as the first user. */ |
|
86456ec3ca25
[gaim-migrate @ 5984]
Christian Hammond <chipx86@chipx86.com>
parents:
5573
diff
changeset
|
439 gaim_accounts_reorder(account, 0); |
| 4489 | 440 } |
| 441 | |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
442 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
443 debug_init(void) |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
444 { |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
445 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
|
446 gaim_gtk_debug_init(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
447 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
448 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
449 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
450 gaim_gtk_ui_init(void) |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
451 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
452 /* Set the UI operation structures. */ |
|
7015
dece74f05509
[gaim-migrate @ 7578]
Christian Hammond <chipx86@chipx86.com>
parents:
6890
diff
changeset
|
453 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
|
454 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
|
455 gaim_xfers_set_ui_ops(gaim_gtk_xfers_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
456 gaim_blist_set_ui_ops(gaim_gtk_blist_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
457 gaim_notify_set_ui_ops(gaim_gtk_notify_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
458 gaim_privacy_set_ui_ops(gaim_gtk_privacy_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
459 gaim_request_set_ui_ops(gaim_gtk_request_get_ui_ops()); |
|
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
460 gaim_sound_set_ui_ops(gaim_gtk_sound_get_ui_ops()); |
|
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
461 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
|
462 |
|
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
463 gaim_gtk_stock_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
464 gaim_gtk_prefs_init(); |
| 9609 | 465 gaim_gtk_account_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
466 gaim_gtk_blist_init(); |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
467 gaim_gtk_conversations_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
468 gaim_gtk_pounces_init(); |
|
6371
8f94cce8faa5
[gaim-migrate @ 6876]
Christian Hammond <chipx86@chipx86.com>
parents:
6313
diff
changeset
|
469 gaim_gtk_privacy_init(); |
|
6263
3565ee7a5dd3
[gaim-migrate @ 6760]
Christian Hammond <chipx86@chipx86.com>
parents:
6231
diff
changeset
|
470 gaim_gtk_xfers_init(); |
| 8113 | 471 gaim_gtk_roomlist_init(); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
472 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
473 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
474 static void |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
475 gaim_gtk_quit(void) |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
476 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
477 /* XXX? */ |
| 9594 | 478 /* YYY is there an XXX here? */ |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
479 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
480 /* captain's log, stardate... */ |
| 7475 | 481 /* LOG system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); */ |
|
6179
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 #ifdef USE_SM |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
484 /* unplug */ |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
485 session_end(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
486 #endif |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
487 |
|
7966
7d25d4e50343
[gaim-migrate @ 8643]
Christian Hammond <chipx86@chipx86.com>
parents:
7956
diff
changeset
|
488 /* Save the plugins we have loaded for next time. */ |
|
7d25d4e50343
[gaim-migrate @ 8643]
Christian Hammond <chipx86@chipx86.com>
parents:
7956
diff
changeset
|
489 gaim_gtk_plugins_save(); |
|
7d25d4e50343
[gaim-migrate @ 8643]
Christian Hammond <chipx86@chipx86.com>
parents:
7956
diff
changeset
|
490 |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
491 /* and end it all... */ |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
492 gtk_main_quit(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
493 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
494 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
495 static GaimCoreUiOps core_ops = |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
496 { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
497 gaim_gtk_prefs_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
498 debug_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
499 gaim_gtk_ui_init, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
500 gaim_gtk_quit |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
501 }; |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
502 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
503 static GaimCoreUiOps * |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
504 gaim_gtk_core_get_ui_ops(void) |
|
6179
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 return &core_ops; |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
507 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
508 |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
509 static void |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
510 show_usage(int mode, const char *name) |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
511 { |
| 7724 | 512 char *text=NULL; |
| 513 | |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
514 switch (mode) { |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
515 case 0: /* full help text */ |
| 7724 | 516 text=g_strdup_printf(_("Gaim %s\n" |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
517 "Usage: %s [OPTION]...\n\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
518 " -a, --acct display account editor window\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
519 " -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
|
520 " name of away message to use)\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
521 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
522 " account(s) to use, seperated by commas)\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
523 " -n, --loginwin don't automatically login; show login window\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
524 " -u, --user=NAME use account NAME\n" |
| 8596 | 525 " -c, --config=DIR use DIR for config files\n" |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
526 " -d, --debug print debugging messages to stdout\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
527 " -v, --version display the current version and exit\n" |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
528 " -h, --help display this help and exit\n"), VERSION, name); |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
529 break; |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
530 case 1: /* short message */ |
| 7724 | 531 text=g_strdup_printf(_("Gaim %s. Try `%s -h' for more information.\n"), VERSION, name); |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
532 break; |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
533 } |
| 7724 | 534 |
| 535 if(text) { | |
| 536 char *text_conv; | |
| 537 GError *error=NULL; | |
| 538 | |
| 539 /* tries to convert 'text' to users locale */ | |
| 540 text_conv=g_locale_from_utf8(text,-1,NULL,NULL,&error); | |
| 541 if(text_conv) { | |
| 542 puts(text_conv); | |
| 543 g_free(text_conv); | |
| 544 } | |
| 545 /* use 'text' as a fallback */ | |
| 546 else { | |
| 547 g_warning("%s\n", error->message); | |
| 548 g_error_free(error); | |
| 549 puts(text); | |
| 550 } | |
| 551 g_free(text); | |
| 552 } | |
|
7102
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
553 } |
|
c4faffdc0862
[gaim-migrate @ 7667]
Christian Hammond <chipx86@chipx86.com>
parents:
7054
diff
changeset
|
554 |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
555 #ifdef HAVE_STARTUP_NOTIFICATION |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
556 static void |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
557 sn_error_trap_push(SnDisplay *display, Display *xdisplay) |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
558 { |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
559 gdk_error_trap_push(); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
560 } |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
561 |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
562 static void |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
563 sn_error_trap_pop(SnDisplay *display, Display *xdisplay) |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
564 { |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
565 gdk_error_trap_pop(); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
566 } |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
567 |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
568 static void |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
569 startup_notification_complete(void) |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
570 { |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
571 Display *xdisplay; |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
572 |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
573 xdisplay = GDK_DISPLAY(); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
574 sn_display = sn_display_new(xdisplay, |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
575 sn_error_trap_push, |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
576 sn_error_trap_pop); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
577 sn_context = |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
578 sn_launchee_context_new_from_environment(sn_display, |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
579 DefaultScreen(xdisplay)); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
580 |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
581 if (sn_context != NULL) |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
582 { |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
583 sn_launchee_context_complete(sn_context); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
584 sn_launchee_context_unref(sn_context); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
585 |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
586 sn_display_unref(sn_display); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
587 } |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
588 } |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
589 #endif /* HAVE_STARTUP_NOTIFICATION */ |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
590 |
| 4489 | 591 /* FUCKING GET ME A TOWEL! */ |
| 592 #ifdef _WIN32 | |
|
6890
4eee806af511
[gaim-migrate @ 7436]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6816
diff
changeset
|
593 int gaim_main(HINSTANCE hint, int argc, char *argv[]) |
| 4489 | 594 #else |
| 595 int main(int argc, char *argv[]) | |
| 596 #endif | |
| 597 { | |
| 598 int opt_acct = 0, opt_help = 0, opt_version = 0, opt_login = 0, opt_nologin = 0, dologin_ret = -1; | |
| 599 char *opt_user_arg = NULL, *opt_login_arg = NULL; | |
| 8601 | 600 char *opt_session_arg = NULL, *opt_config_dir_arg = NULL; |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
601 char *plugin_search_paths[3]; |
| 4489 | 602 #if HAVE_SIGNAL_H |
| 603 int sig_indx; /* for setting up signal catching */ | |
| 604 sigset_t sigset; | |
| 605 void (*prev_sig_disp)(); | |
| 606 #endif | |
| 607 int opt, opt_user = 0; | |
| 608 int i; | |
| 7438 | 609 gboolean gui_check; |
| 9594 | 610 gchar *gaimrc, *accountsxml; |
| 4489 | 611 |
| 612 struct option long_options[] = { | |
| 613 {"acct", no_argument, NULL, 'a'}, | |
| 614 /*{"away", optional_argument, NULL, 'w'}, */ | |
| 615 {"help", no_argument, NULL, 'h'}, | |
| 616 /*{"login", optional_argument, NULL, 'l'}, */ | |
| 617 {"loginwin", no_argument, NULL, 'n'}, | |
| 618 {"user", required_argument, NULL, 'u'}, | |
| 8596 | 619 {"config", required_argument, NULL, 'c'}, |
| 4489 | 620 {"debug", no_argument, NULL, 'd'}, |
| 621 {"version", no_argument, NULL, 'v'}, | |
| 622 {"session", required_argument, NULL, 's'}, | |
| 623 {0, 0, 0, 0} | |
| 624 }; | |
| 625 | |
| 626 #ifdef DEBUG | |
| 627 opt_debug = 1; | |
| 628 #endif | |
| 629 #ifdef ENABLE_NLS | |
| 630 bindtextdomain(PACKAGE, LOCALEDIR); | |
| 631 bind_textdomain_codeset(PACKAGE, "UTF-8"); | |
| 632 textdomain(PACKAGE); | |
| 633 #endif | |
| 634 | |
| 635 #if HAVE_SIGNAL_H | |
| 636 /* Let's not violate any PLA's!!!! */ | |
| 637 /* jseymour: whatever the fsck that means */ | |
| 638 /* Robot101: for some reason things like gdm like to block * | |
| 639 * useful signals like SIGCHLD, so we unblock all the ones we * | |
| 640 * declare a handler for. thanks JSeymour and Vann. */ | |
| 641 if (sigemptyset(&sigset)) { | |
| 642 char errmsg[BUFSIZ]; | |
| 5435 | 643 snprintf(errmsg, BUFSIZ, "Warning: couldn't initialise empty signal set"); |
| 4489 | 644 perror(errmsg); |
| 645 } | |
| 646 for(sig_indx = 0; catch_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 647 if((prev_sig_disp = signal(catch_sig_list[sig_indx], sighandler)) == SIG_ERR) { | |
| 648 char errmsg[BUFSIZ]; | |
| 5435 | 649 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d for catching", |
| 4489 | 650 catch_sig_list[sig_indx]); |
| 651 perror(errmsg); | |
| 652 } | |
| 653 if(sigaddset(&sigset, catch_sig_list[sig_indx])) { | |
| 654 char errmsg[BUFSIZ]; | |
| 5435 | 655 snprintf(errmsg, BUFSIZ, "Warning: couldn't include signal %d for unblocking", |
| 4489 | 656 catch_sig_list[sig_indx]); |
| 657 perror(errmsg); | |
| 658 } | |
| 659 } | |
| 660 for(sig_indx = 0; ignore_sig_list[sig_indx] != -1; ++sig_indx) { | |
| 661 if((prev_sig_disp = signal(ignore_sig_list[sig_indx], SIG_IGN)) == SIG_ERR) { | |
| 662 char errmsg[BUFSIZ]; | |
| 5435 | 663 snprintf(errmsg, BUFSIZ, "Warning: couldn't set signal %d to ignore", |
| 4489 | 664 ignore_sig_list[sig_indx]); |
| 665 perror(errmsg); | |
| 666 } | |
| 667 } | |
| 668 | |
| 669 if (sigprocmask(SIG_UNBLOCK, &sigset, NULL)) { | |
| 670 char errmsg[BUFSIZ]; | |
| 5435 | 671 snprintf(errmsg, BUFSIZ, "Warning: couldn't unblock signals"); |
| 4489 | 672 perror(errmsg); |
| 673 } | |
| 674 #endif | |
| 675 | |
| 676 for (i = 0; i < argc; i++) { | |
| 677 /* --login option */ | |
| 678 if (strstr(argv[i], "--l") == argv[i]) { | |
| 679 char *equals; | |
| 680 opt_login = 1; | |
| 681 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 682 /* --login=NAME */ | |
| 683 opt_login_arg = g_strdup(equals + 1); | |
| 684 if (strlen(opt_login_arg) == 0) { | |
| 685 g_free(opt_login_arg); | |
| 686 opt_login_arg = NULL; | |
| 687 } | |
| 688 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 689 /* --login NAME */ | |
| 690 opt_login_arg = g_strdup(argv[i + 1]); | |
| 691 strcpy(argv[i + 1], " "); | |
| 692 } | |
| 693 strcpy(argv[i], " "); | |
| 694 } | |
| 695 /* -l option */ | |
| 696 else if (strstr(argv[i], "-l") == argv[i]) { | |
| 697 opt_login = 1; | |
| 698 if (strlen(argv[i]) > 2) { | |
| 699 /* -lNAME */ | |
| 700 opt_login_arg = g_strdup(argv[i] + 2); | |
| 701 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 702 /* -l NAME */ | |
| 703 opt_login_arg = g_strdup(argv[i + 1]); | |
| 704 strcpy(argv[i + 1], " "); | |
| 705 } | |
| 706 strcpy(argv[i], " "); | |
| 707 } | |
| 708 /* --away option */ | |
| 709 else if (strstr(argv[i], "--aw") == argv[i]) { | |
| 710 char *equals; | |
| 711 opt_away = 1; | |
| 712 if ((equals = strchr(argv[i], '=')) != NULL) { | |
| 713 /* --away=MESG */ | |
| 714 opt_away_arg = g_strdup(equals + 1); | |
| 715 if (strlen(opt_away_arg) == 0) { | |
| 716 g_free(opt_away_arg); | |
| 717 opt_away_arg = NULL; | |
| 718 } | |
| 719 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 720 /* --away MESG */ | |
| 721 opt_away_arg = g_strdup(argv[i + 1]); | |
| 722 strcpy(argv[i + 1], " "); | |
| 723 } | |
| 724 strcpy(argv[i], " "); | |
| 725 } | |
| 726 /* -w option */ | |
| 727 else if (strstr(argv[i], "-w") == argv[i]) { | |
| 728 opt_away = 1; | |
| 729 if (strlen(argv[i]) > 2) { | |
| 730 /* -wMESG */ | |
| 731 opt_away_arg = g_strdup(argv[i] + 2); | |
| 732 } else if (i + 1 < argc && argv[i + 1][0] != '-') { | |
| 733 /* -w MESG */ | |
| 734 opt_away_arg = g_strdup(argv[i + 1]); | |
| 735 strcpy(argv[i + 1], " "); | |
| 736 } | |
| 737 strcpy(argv[i], " "); | |
| 738 } | |
| 739 } | |
| 740 /* | |
| 741 if (opt_login) { | |
| 742 printf ("--login given with arg %s\n", | |
| 743 opt_login_arg ? opt_login_arg : "NULL"); | |
| 744 exit(0); | |
| 745 } | |
| 746 */ | |
| 747 | |
|
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
748 gui_check = gtk_init_check(&argc, &argv); |
| 4489 | 749 |
| 750 /* scan command-line options */ | |
| 751 opterr = 1; | |
| 752 while ((opt = getopt_long(argc, argv, | |
| 753 #ifndef _WIN32 | |
| 8596 | 754 "adhu:c:vns:", |
| 4489 | 755 #else |
| 8596 | 756 "adhu:c:vn", |
| 4489 | 757 #endif |
| 758 long_options, NULL)) != -1) { | |
| 759 switch (opt) { | |
| 760 case 'u': /* set user */ | |
| 761 opt_user = 1; | |
| 762 opt_user_arg = g_strdup(optarg); | |
| 763 break; | |
| 764 case 'a': /* account editor */ | |
| 765 opt_acct = 1; | |
| 766 break; | |
| 767 case 'd': /* debug */ | |
| 768 opt_debug = 1; | |
| 769 break; | |
| 8596 | 770 case 'c': /* use specified config dir */ |
| 771 set_gaim_user_dir(optarg); | |
| 8601 | 772 opt_config_dir_arg = g_strdup(optarg); |
| 4489 | 773 break; |
| 774 case 's': /* use existing session ID */ | |
| 775 opt_session_arg = g_strdup(optarg); | |
| 776 break; | |
| 777 case 'v': /* version */ | |
| 778 opt_version = 1; | |
| 779 break; | |
| 780 case 'h': /* help */ | |
| 781 opt_help = 1; | |
| 782 break; | |
| 783 case 'n': /* don't autologin */ | |
| 784 opt_nologin = 1; | |
| 785 break; | |
| 786 case '?': | |
| 787 default: | |
| 788 show_usage(1, argv[0]); | |
| 789 return 0; | |
| 790 break; | |
| 791 } | |
| 792 } | |
| 793 | |
| 794 /* show help message */ | |
| 795 if (opt_help) { | |
| 796 show_usage(0, argv[0]); | |
| 797 return 0; | |
| 798 } | |
| 799 /* show version message */ | |
| 800 if (opt_version) { | |
| 801 printf("Gaim %s\n",VERSION); | |
| 802 return 0; | |
| 803 } | |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
804 |
|
7538
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
805 if (!gui_check) { |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
806 char *display = gdk_get_display(); |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
807 |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
808 g_warning("cannot open display: %s", display ? display : "unset"); |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
809 g_free(display); |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
810 |
|
357eb1c39b72
[gaim-migrate @ 8151]
Christian Hammond <chipx86@chipx86.com>
parents:
7521
diff
changeset
|
811 return 1; |
| 7438 | 812 } |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
813 |
|
7521
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
814 #ifdef _WIN32 |
|
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
815 wgaim_init(hint); |
|
8beec54d1855
[gaim-migrate @ 8134]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7501
diff
changeset
|
816 #endif |
|
7035
feb3d21a7794
[gaim-migrate @ 7598]
Christian Hammond <chipx86@chipx86.com>
parents:
7015
diff
changeset
|
817 gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops()); |
|
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8241
diff
changeset
|
818 gaim_eventloop_set_ui_ops(gaim_gtk_eventloop_get_ui_ops()); |
|
6179
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
819 |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
820 if (!gaim_core_init(GAIM_GTK_UI)) { |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
821 fprintf(stderr, |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
822 "Initialization of the Gaim core failed. Dumping core.\n" |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
823 "Please report this!\n"); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
824 abort(); |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
825 } |
|
16e384bb7fbf
[gaim-migrate @ 6664]
Christian Hammond <chipx86@chipx86.com>
parents:
6119
diff
changeset
|
826 |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
827 plugin_search_paths[0] = LIBDIR; |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
828 plugin_search_paths[1] = gaim_user_dir(); |
|
7600
f48c6e4db102
[gaim-migrate @ 8222]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7538
diff
changeset
|
829 plugin_search_paths[2] = g_build_filename(gaim_user_dir(), "plugins", NULL); |
|
5205
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
830 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
831 gaim_plugins_set_search_paths(sizeof(plugin_search_paths) / |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
832 sizeof(*plugin_search_paths), |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
833 plugin_search_paths); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
834 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
835 g_free(plugin_search_paths[2]); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
836 |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
837 gaim_plugins_probe(NULL); |
|
fefad67de2c7
[gaim-migrate @ 5573]
Christian Hammond <chipx86@chipx86.com>
parents:
5032
diff
changeset
|
838 |
| 9594 | 839 /* XXX - Remove this check. Maybe in 2005. --KingAnt, 25 Jul 2004 */ |
| 840 gaimrc = g_build_filename(gaim_home_dir(), ".gaimrc", NULL); | |
| 841 accountsxml = g_build_filename(gaim_user_dir(), "accounts.xml", NULL); | |
| 842 if (g_file_test(gaimrc, G_FILE_TEST_EXISTS) && | |
| 843 !g_file_test(accountsxml, G_FILE_TEST_EXISTS)) { | |
| 844 gaim_notify_error(NULL, NULL, _("Unable to load preferences"), _("Gaim was not able to load your preferences because they are stored in an old format that is no longer used. Please reconfigure your settings using the Preferences window.")); | |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
845 } |
| 9594 | 846 g_free(gaimrc); |
| 847 g_free(accountsxml); | |
| 848 | |
| 849 gaim_accounts_load(); | |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
850 |
| 8839 | 851 gaim_set_blist(gaim_blist_new()); |
| 852 gaim_blist_load(); | |
| 853 | |
| 854 gaim_prefs_load(); | |
| 855 | |
| 8900 | 856 gaim_prefs_update_old(); |
| 8905 | 857 gaim_gtk_prefs_update_old(); |
| 6693 | 858 |
| 5838 | 859 /* load plugins we had when we quit */ |
|
5949
90d0849abd3c
[gaim-migrate @ 6393]
Christian Hammond <chipx86@chipx86.com>
parents:
5943
diff
changeset
|
860 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); |
|
5665
132a30783c3d
[gaim-migrate @ 6081]
Christian Hammond <chipx86@chipx86.com>
parents:
5642
diff
changeset
|
861 |
|
5866
d6b5cab288bb
[gaim-migrate @ 6297]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
862 gaim_pounces_load(); |
| 6065 | 863 gaim_status_load(); |
|
5581
3a9b54f260e3
[gaim-migrate @ 5985]
Christian Hammond <chipx86@chipx86.com>
parents:
5580
diff
changeset
|
864 |
| 4489 | 865 ui_main(); |
| 866 | |
| 867 #ifdef USE_SM | |
| 8601 | 868 session_init(argv[0], opt_session_arg, opt_config_dir_arg); |
| 4489 | 869 #endif |
| 870 if (opt_session_arg != NULL) { | |
| 871 g_free(opt_session_arg); | |
| 872 opt_session_arg = NULL; | |
| 8601 | 873 } |
| 874 | |
| 875 if (opt_config_dir_arg != NULL) { | |
| 876 g_free(opt_config_dir_arg); | |
| 877 opt_config_dir_arg = NULL; | |
| 878 } | |
| 4489 | 879 |
| 880 /* set the default username */ | |
| 881 if (opt_user_arg != NULL) { | |
| 882 set_first_user(opt_user_arg); | |
| 883 g_free(opt_user_arg); | |
| 884 opt_user_arg = NULL; | |
| 885 } | |
| 886 | |
| 5535 | 887 if (gaim_prefs_get_bool("/gaim/gtk/debug/enabled")) |
|
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
888 gaim_gtk_debug_window_show(); |
| 4489 | 889 |
| 890 /* deal with --login */ | |
| 891 if (opt_login) { | |
| 892 dologin_ret = dologin_named(opt_login_arg); | |
| 893 if (opt_login_arg != NULL) { | |
| 894 g_free(opt_login_arg); | |
| 895 opt_login_arg = NULL; | |
| 896 } | |
| 897 } | |
| 898 | |
|
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5858
diff
changeset
|
899 if (!opt_acct && !opt_nologin) |
|
5780
a9029bed0479
[gaim-migrate @ 6205]
Christian Hammond <chipx86@chipx86.com>
parents:
5766
diff
changeset
|
900 gaim_accounts_auto_login(GAIM_GTK_UI); |
| 4489 | 901 |
| 902 if (opt_acct) { | |
|
6119
0d2bd49c611e
[gaim-migrate @ 6588]
Christian Hammond <chipx86@chipx86.com>
parents:
6109
diff
changeset
|
903 gaim_gtk_accounts_window_show(); |
|
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5549
diff
changeset
|
904 } else if ((dologin_ret == -1) && !gaim_connections_get_all()) |
| 4489 | 905 show_login(); |
| 906 | |
|
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
907 #ifdef HAVE_STARTUP_NOTIFICATION |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
908 startup_notification_complete(); |
|
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7150
diff
changeset
|
909 #endif |
| 4489 | 910 gtk_main(); |
| 5684 | 911 gaim_sound_shutdown(); |
| 4489 | 912 #ifdef _WIN32 |
| 913 wgaim_cleanup(); | |
| 914 #endif | |
| 9300 | 915 |
| 916 | |
| 4489 | 917 return 0; |
| 918 | |
| 919 } |
