* Update again icon names
[modest] / src / hildon2 / modest-icon-names.h
1 /* Copyright (c) 2006, Nokia Corporation
2  * All rights reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met:
7  *
8  * * Redistributions of source code must retain the above copyright
9  *   notice, this list of conditions and the following disclaimer.
10  * * Redistributions in binary form must reproduce the above copyright
11  *   notice, this list of conditions and the following disclaimer in the
12  *   documentation and/or other materials provided with the distribution.
13  * * Neither the name of the Nokia Corporation nor the names of its
14  *   contributors may be used to endorse or promote products derived from
15  *   this software without specific prior written permission.
16  *
17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
18  * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
20  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
21  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28  */
29
30
31 /* modest-tny-icon-names.h */
32
33
34 #ifndef __MODEST_TNY_ICON_NAMES_H__
35 #define __MODEST_TNY_ICON_NAMES_H__
36
37 /* icons */
38
39 #define MODEST_APP_ICON                         "general_mail"
40 #define MODEST_APP_MSG_VIEW_ICON                "email_message_viewer"
41 #define MODEST_APP_MSG_EDIT_ICON                "email_message_editor"
42
43 #define MODEST_HEADER_ICON_READ                 ""
44 #define MODEST_HEADER_ICON_UNREAD               ""
45 #define MODEST_HEADER_ICON_DELETED              ""
46 #define MODEST_HEADER_ICON_ATTACH               "email_attachment"
47 #define MODEST_HEADER_ICON_HIGH                 "email_message_high_priority"
48 #define MODEST_HEADER_ICON_LOW                  "email_message_low_priority"
49
50 /*
51  * until we have the custom cell renderer, we use the hacked icons below;
52  * don't remove!!!
53  */ 
54 #define MODEST_HEADER_ICON_ATTACH_HIGH_PRIORITY PIXMAP_PREFIX"modest_high_attachment.png"
55 #define MODEST_HEADER_ICON_ATTACH_LOW_PRIORITY  PIXMAP_PREFIX"modest_low_attachment.png"
56 #define MODEST_HEADER_ICON_ATTACH_NORM_PRIORITY PIXMAP_PREFIX"modest_normal_attachment.png"
57 #define MODEST_HEADER_ICON_HIGH_PRIORITY        PIXMAP_PREFIX"modest_high_no_attachment.png"
58 #define MODEST_HEADER_ICON_LOW_PRIORITY         PIXMAP_PREFIX"modest_low_no_attachment.png"
59 #define MODEST_HEADER_ICON_NORM_PRIORITY        PIXMAP_PREFIX"modest_normal_no_attachment.png"
60 /*
61  *
62  */
63
64 #define MODEST_FOLDER_ICON_OPEN                 "qgn_list_gene_fldr_opn"
65 #define MODEST_FOLDER_ICON_CLOSED               "qgn_list_gene_fldr_cls"
66
67 #define MODEST_FOLDER_ICON_ACCOUNT              "general_web"
68 #define MODEST_FOLDER_ICON_INBOX                "general_received"
69 #define MODEST_FOLDER_ICON_OUTBOX               "general_sent"
70 #define MODEST_FOLDER_ICON_SENT                 "email_message_sent"
71 #define MODEST_FOLDER_ICON_TRASH                "general_folder"
72 #define MODEST_FOLDER_ICON_JUNK                 "general_folder"
73 #define MODEST_FOLDER_ICON_DRAFTS               "email_message_drafts"
74 #define MODEST_FOLDER_ICON_NORMAL               "general_folder"
75 #define MODEST_FOLDER_ICON_LOCAL_FOLDERS        "general_device_root_folder"
76 #define MODEST_FOLDER_ICON_MMC                  "general_removable_memory_card"
77
78
79 /* toolbar */
80 #define  MODEST_TOOLBAR_ICON_MAIL_SEND          "email_message_send"
81 #define  MODEST_TOOLBAR_ICON_NEW_MAIL           "email_message_editor"
82 #define  MODEST_TOOLBAR_ICON_SEND_RECEIVE       "general_refresh"
83 #define  MODEST_TOOLBAR_ICON_REPLY              "email_message_reply"
84 #define  MODEST_TOOLBAR_ICON_REPLY_ALL          ""
85 #define  MODEST_TOOLBAR_ICON_FORWARD            ""
86 #define  MODEST_TOOLBAR_ICON_DELETE             "general_delete"
87 #define  MODEST_TOOLBAR_ICON_FORMAT_BULLETS     ""
88 #define  MODEST_TOOLBAR_ICON_SPLIT_VIEW         "general_foldertree"
89 #define  MODEST_TOOLBAR_ICON_SORT               "general_sort"
90 #define  MODEST_TOOLBAR_ICON_REFRESH            "general_refresh"
91 #define  MODEST_TOOLBAR_ICON_MOVE_TO_FOLDER     "filemanager_move_to_folder"
92 #define  MODEST_TOOLBAR_ICON_BOLD               "general_bold"
93 #define  MODEST_TOOLBAR_ICON_ITALIC             "general_italic"
94 #define  MODEST_TOOLBAR_ICON_NEXT               "general_forward"
95 #define  MODEST_TOOLBAR_ICON_PREV               "general_back"
96 #define  MODEST_TOOLBAR_ICON_FIND               "general_search"
97
98 /* Stock icon names */
99 #define  MODEST_STOCK_MAIL_SEND    "modest-stock-mail-send"
100 #define  MODEST_STOCK_NEW_MAIL     "modest-stock-new-mail"
101 #define  MODEST_STOCK_SEND_RECEIVE "modest-stock-send-receive"
102 #define  MODEST_STOCK_REPLY        "modest-stock-reply"
103 #define  MODEST_STOCK_REPLY_ALL    "modest-stock-reply-all"
104 #define  MODEST_STOCK_FORWARD      "modest-stock-forward"
105 #define  MODEST_STOCK_DELETE       "modest-stock-delete"
106 #define  MODEST_STOCK_NEXT         "modest-stock-next"
107 #define  MODEST_STOCK_PREV         "modest-stock-prev"
108 #define  MODEST_STOCK_STOP         "modest-stock-stop"
109 #define  MODEST_STOCK_SPLIT_VIEW   "modest-stock-split-view"
110 #define  MODEST_STOCK_SORT         "modest-stock-sort"
111 #define  MODEST_STOCK_REFRESH      "modest-stock-refresh"
112
113 #endif  /*__MODEST_TNY_ICON_NAMES_H__*/