7
GdkPixmap *pixmap = NULL;
8
GtkWidget *window1 = NULL;
9
GtkWidget *window2 = NULL;
10
GtkWidget *map_drawable = NULL;
12
GtkWidget *dialog1 = NULL;
13
GtkWidget *dialog8 = NULL;
15
GtkWidget *window3 = NULL;
16
GtkWidget *menu1 = NULL;
19
char *global_track_dir = NULL;
24
int global_zoom_max = 20;
29
int global_drawingarea_width = 0;
30
int global_drawingarea_height = 0;
32
int global_speed_unit = 0;
33
int global_alt_unit = 0;
34
int global_latlon_unit = 0;
37
gps_data_t *gpsdata = NULL;
39
GSList *trackpoint_list = NULL;
40
GSList *friends_list = NULL;
41
GSList *photo_list = NULL;
42
GSList *poi_list = NULL;
43
float trip_distance = 0;
44
double trip_maxspeed = 0;
46
double trip_starttime = 0;
47
gboolean trip_counter_on = TRUE;
48
gboolean trip_logger_on = FALSE;
50
trackpoint_t global_myposition;
55
gchar *global_curr_reponame = NULL;
56
int global_repo_cnt = 0;
57
GSList *global_repo_list = NULL;
58
GSList *global_curr_repo = NULL;
59
GConfClient *global_gconfclient = NULL;
61
gboolean global_auto_download = TRUE;
62
gboolean global_mapmode = TRUE;
63
gboolean global_autocenter = FALSE;
64
gboolean global_reconnect_gpsd = TRUE;
65
int global_tiles_in_dl_queue = 0;
67
gboolean global_show_friends = FALSE;
68
gboolean global_show_pois = FALSE;
69
gboolean global_show_photos = FALSE;
70
int global_poi_cat = 0;
72
gboolean global_wp_on = FALSE;
75
gboolean global_ffupdate_auto = FALSE;
76
int global_ffupdate_interval = 900000;
77
double global_ffupdate_interval_minutes = 15;
78
gboolean global_fftimer_running = FALSE;
79
gboolean global_ffcm_public = TRUE;
80
gboolean global_ffcm_registered = TRUE;
81
gboolean global_ffcm_friends = TRUE;
82
gboolean global_ffcu_public = TRUE;
83
gboolean global_ffcu_registered = TRUE;
84
gboolean global_ffcu_friends = TRUE;
85
int global_ff_mode = 3;
87
gchar *global_server = NULL;
88
gchar *global_port = NULL;
90
gchar *global_home_dir = NULL;
91
gchar *tangogps_dir = NULL;