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