Diff of /trunk/src/icons.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 180 by harbaum, Fri Nov 13 12:11:00 2009 UTC revision 215 by harbaum, Thu Nov 26 10:30:50 2009 UTC
# Line 24  struct icon_data { Line 24  struct icon_data {
24    GdkPixbuf **data;    GdkPixbuf **data;
25    int count;    int count;
26  } icons[] = {  } icons[] = {
27    { NULL, CACHE_TYPE_MAX+1 },  /* ICON_CACHE_TYPE      */    { NULL, CACHE_TYPE_MAX+5 },             /* ICON_CACHE_TYPE      */
28    { NULL, CACHE_TYPE_MAX+1 },  /* ICON_CACHE_TYPE_SEMI */    { NULL, CACHE_TYPE_MAX+5 },             /* ICON_CACHE_TYPE_SEMI */
29    { NULL, CACHE_TYPE_MAX+1 },  /* ICON_CACHE_TYPE_1_5X */    { NULL, CACHE_TYPE_MAX+5 },             /* ICON_CACHE_TYPE_1_5X */
30    { NULL, CACHE_TYPE_MAX+1 },  /* ICON_CACHE_TYPE_2X   */    { NULL, CACHE_TYPE_MAX+5 },             /* ICON_CACHE_TYPE_2X   */
31    { NULL, CACHE_CONT_MAX+1 },  /* ICON_CACHE_SIZE      */    { NULL, CACHE_CONT_MAX+1 },             /* ICON_CACHE_SIZE      */
32    { NULL, 9 },                 /* ICON_STARS           */    { NULL, 9 },                            /* ICON_STARS           */
33    { NULL, LOG_TYPE_MAX+1 },    /* ICON_LOG             */    { NULL, LOG_TYPE_MAX+1 },               /* ICON_LOG             */
34    { NULL, 9 },                 /* ICON_HEADING         */    { NULL, 9 },                            /* ICON_HEADING         */
35    { NULL, WPT_SYM_MAX+1 },     /* ICON_WPT             */    { NULL, WPT_SYM_MAX+1 },                /* ICON_WPT             */
36    { NULL, 2 },                 /* ICON_TB              */    { NULL, 2 },                            /* ICON_TB              */
37    { NULL, 9 },                 /* ICON_MISC            */    { NULL, 6 },                            /* ICON_MISC            */
38    { NULL, 3 },                 /* ICON_FILE            */    { NULL, WPT_SYM_MAX+CACHE_TYPE_MAX+6 }, /* ICON_POS             */
39      { NULL, 3 },                            /* ICON_FILE            */
40    { NULL, -1 }    { NULL, -1 }
41  };  };
42    
43  /* ICON_CACHE_TYPE / ICON_CACHE_TYPE_SEMI / ICON_CACHE_TYPE_2X */  /* ICON_CACHE_TYPE / ICON_CACHE_TYPE_SEMI / ICON_CACHE_TYPE_2X */
44  const char *cache_type_icon_name[] = {  const char *cache_type_icon_name[] = {
45    "traditional", "multi",      "mystery", "virtual", "webcam", "event",    "traditional", "multi",      "mystery", "virtual", "webcam", "event",
46    "letterbox",   "earthcache", "wherigo", "megaevent", "cito"    "letterbox",   "earthcache", "wherigo", "megaevent", "cito",
47    
48      /* special overlays */
49      "ovl_override", "ovl_found", "ovl_note", "ovl_mine",
50    
51      NULL
52  };  };
53    
54  /* ICON_CACHE_SIZE */  /* ICON_CACHE_SIZE */
55  const char *cache_size_icon_name[] = {  const char *cache_size_icon_name[] = {
56    "regular", "small",      "micro", "other", "not_chosen", "large",    "regular", "small",      "micro", "other", "not_chosen", "large",
57    "virtual"    "virtual", NULL
58  };  };
59    
60  /* ICON_STARS      */  /* ICON_STARS      */
61  const char *stars_icon_name[] = {  const char *stars_icon_name[] = {
62    "1", "1_5", "2", "2_5", "3", "3_5", "4", "4_5", "5"    "1", "1_5", "2", "2_5", "3", "3_5", "4", "4_5", "5", NULL
63  };  };
64    
65  /* ICON_LOG        */  /* ICON_LOG        */
# Line 63  const char *log_icon_name[] = { Line 69  const char *log_icon_name[] = {
69    "needsmaint", "coord_update",    "needsmaint", "coord_update",
70    "traffic_cone",    "traffic_cone",
71    "traffic_cone", /* LOG_TYPE_NEEDS_ARCHIVED */    "traffic_cone", /* LOG_TYPE_NEEDS_ARCHIVED */
72    "traffic_cone",    "traffic_cone",
73      NULL
74  };  };
75    
76  /* ICON_HEADING    */  /* ICON_HEADING    */
77  const char *heading_icon_name[] = {  const char *heading_icon_name[] = {
78    "n", "ne", "e", "se", "s", "sw", "w", "nw", "none"    "n", "ne", "e", "se", "s", "sw", "w", "nw", "none", NULL
79  };  };
80    
81  /* ICON_WPT        */  /* ICON_WPT        */
82  const char *wpt_sym_icon_name[] = {  const char *wpt_sym_icon_name[] = {
83    "multistage", "parking", "final", "question",    "multistage", "parking", "final", "question",
84    "trailhead", "refpoint",    "trailhead", "refpoint", NULL
85  };  };
86    
87  /* ICON_TB         */  /* ICON_TB         */
88  const char *tb_icon_name[] = {  const char *tb_icon_name[] = {
89    "tb", "coin"    "tb", "coin", NULL
90  };  };
91    
92  /* ICON_MISC         */  /* ICON_MISC         */
93  const char *misc_icon_name[] = {  const char *misc_icon_name[] = {
94    "maemo-mapper-out", "override", "locked", "unlocked", "found",    "maemo-mapper-out", "locked", "unlocked",
95    "maemo-mapper-in", "note", "delete", "paypal"    "maemo-mapper-in", "delete", "paypal",
96      NULL
97    };
98    
99    /* ICON_POS        */
100    const char *pos_icon_name[] = {
101      "wpt_multistage",         "wpt_parking",           "wpt_final",
102      "wpt_question",           "wpt_trailhead",         "wpt_refpoint",
103    
104      "cache_type_traditional", "cache_type_multi",      "cache_type_mystery",
105      "cache_type_virtual",     "cache_type_webcam",     "cache_type_event",
106      "cache_type_letterbox",   "cache_type_earthcache", "cache_type_wherigo",
107      "cache_type_megaevent",   "cache_type_cito",
108    
109      "pos_btn", "pos_gps", "pos_geomath", "pos_map",
110      NULL
111  };  };
112    
113  /* ICON_FILE         */  /* ICON_FILE         */
114  const char *file_icon_name[] = {  const char *file_icon_name[] = {
115    "gc", "folder", "zip"    "gc", "folder", "zip", NULL
116  };  };
117    
118  static void icons_load(int type, char *format, const char *names[]) {  static void icons_load(int type, char *format, const char *names[]) {
# Line 104  static void icons_load(int type, char *f Line 126  static void icons_load(int type, char *f
126    icons[type].data = malloc(sizeof(GdkPixbuf *) * icons[type].count);    icons[type].data = malloc(sizeof(GdkPixbuf *) * icons[type].count);
127    
128    for(i=0;i<icons[type].count;i++) {    for(i=0;i<icons[type].count;i++) {
129      if(names[i]) {      g_assert(names[i]);
       GError *error = NULL;  
       char filename[128];  
       strcpy(filename, ICONPATH);  
       snprintf(filename+strlen(filename),  
               sizeof(filename)-strlen(filename), format, names[i], "png");  
       icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);  
130    
131        GError *error = NULL;
132        char filename[128];
133        strcpy(filename, ICONPATH);
134        snprintf(filename+strlen(filename),
135                 sizeof(filename)-strlen(filename), format, names[i], "png");
136        icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);
137    
138        if(error) {
139          error = NULL;
140          /* try again in local dir */
141          strcpy(filename, "./data/icons/");
142          snprintf(filename+strlen(filename),
143                   sizeof(filename)-strlen(filename), format, names[i], "png");
144          icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);
145    
146        if(error) {        if(error) {
147          /* try gif */          icons[type].data[i] = NULL;
148            g_warning("Could not load cache type icon %s: %s\n",
149                          names[i], error->message);
150            g_error_free(error);
151          error = NULL;          error = NULL;
152          strcpy(filename, ICONPATH);        }
153          snprintf(filename+strlen(filename),      }
                  sizeof(filename)-strlen(filename), format, names[i], "gif");  
         icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);  
   
         if(error) {  
           error = NULL;  
           /* try again in local dir */  
           strcpy(filename, "./data/icons/");  
           snprintf(filename+strlen(filename),  
                    sizeof(filename)-strlen(filename), format, names[i], "png");  
           icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);  
   
           if(error) {  
             error = NULL;  
             /* try gif */  
             strcpy(filename, "./data/icons/");  
             snprintf(filename+strlen(filename),  
                    sizeof(filename)-strlen(filename), format, names[i], "gif");  
             icons[type].data[i] = gdk_pixbuf_new_from_file(filename, &error);  
   
   
             if(error) {  
               icons[type].data[i] = NULL;  
               g_warning("Could not load cache type icon %s: %s\n",  
                         names[i], error->message);  
               g_error_free(error);  
               error = NULL;  
             }  
           }  
         }  
       }  
     } else  
       icons[type].data[i] = NULL;  
154    }    }
155    
156      g_assert(!names[i]);
157  }  }
158    
159  void icons_init(void) {  void icons_init(void) {
# Line 167  void icons_init(void) { Line 171  void icons_init(void) {
171    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);    icons_load(ICON_CACHE_TYPE_2X, "64x64/cache_type_%s.%s", cache_type_icon_name);
172    
173    /* load cache container/size icons */    /* load cache container/size icons */
174    icons_load(ICON_CACHE_SIZE, "cache_size_%s.%s", cache_size_icon_name);  #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)
175      icons_load(ICON_CACHE_SIZE, "45x12/cache_size_%s.%s", cache_size_icon_name);
176    #else
177      icons_load(ICON_CACHE_SIZE, "90x24/cache_size_%s.%s", cache_size_icon_name);
178    #endif
179    
180    /* load cache difficulty/terrain/quality icons */    /* load cache difficulty/terrain/quality icons */
181    icons_load(ICON_STARS, "stars%s.%s", stars_icon_name);  #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)
182      icons_load(ICON_STARS, "12x12/stars%s.%s", stars_icon_name);
183    #else
184      icons_load(ICON_STARS, "16x16/stars%s.%s", stars_icon_name);
185    #endif
186    
187    /* load cache log icons */    /* load cache log icons */
188    icons_load(ICON_LOG, "32x32/log_icon_%s.%s", log_icon_name);    icons_load(ICON_LOG, "32x32/log_icon_%s.%s", log_icon_name);
189    
190    /* load icons to visualize heading */    /* load icons to visualize heading */
191    icons_load(ICON_HEADING, "heading_%s.%s", heading_icon_name);  #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)
192      icons_load(ICON_HEADING, "32x32/heading_%s.%s", heading_icon_name);
193    #else
194      icons_load(ICON_HEADING, "48x48/heading_%s.%s", heading_icon_name);
195    #endif
196    
197    /* load icons to visualize heading */    /* load waypoint icons */
198    icons_load(ICON_WPT, "wpt_%s.%s", wpt_sym_icon_name);    icons_load(ICON_WPT, "32x32/wpt_%s.%s", wpt_sym_icon_name);
199    
200    /* load travelbug icon */    /* load travelbug/coin icons */
201    icons_load(ICON_TB, "32x32/%s.%s", tb_icon_name);    icons_load(ICON_TB, "32x32/%s.%s", tb_icon_name);
202    
203    /* load misc icons */    /* load misc icons */
204    icons_load(ICON_MISC, "%s.%s", misc_icon_name);    icons_load(ICON_MISC, "%s.%s", misc_icon_name);
205    
206      /* load pos icons */
207    #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)
208      icons_load(ICON_POS, "16x16/%s.%s", pos_icon_name);
209    #else
210      icons_load(ICON_POS, "32x32/%s.%s", pos_icon_name);
211    #endif
212    
213    /* load file icons */    /* load file icons */
214    icons_load(ICON_FILE, "file_%s.%s", file_icon_name);    icons_load(ICON_FILE, "file_%s.%s", file_icon_name);
215  }  }

Legend:
Removed from v.180  
changed lines
  Added in v.215