c871da58c343921fd565335530b14979237fd922
[modest] / src / maemo / 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  * FIXME: this should go the front-end dirs,
35  * with specific icons
36  */
37
38 #ifndef __MODEST_TNY_ICON_NAMES_H__
39 #define __MODEST_TNY_ICON_NAMES_H__
40
41 /* icons */
42
43 #define MODEST_APP_ICON                         "qgn_list_messagin"
44 #define MODEST_APP_MSG_VIEW_ICON                "qgn_list_messagin_viewer"
45 #define MODEST_APP_MSG_EDIT_ICON                "qgn_list_messagin_editor"
46
47 #define MODEST_HEADER_ICON_READ                 "qgn_list_messagin_mail"
48 #define MODEST_HEADER_ICON_UNREAD               "qgn_list_messagin_mail_unread"
49 #define MODEST_HEADER_ICON_DELETED              "qgn_list_messagin_mail_deleted"
50 #define MODEST_HEADER_ICON_ATTACH               "qgn_list_gene_attacpap"
51
52 #define MODEST_FOLDER_ICON_OPEN                 "qgn_list_gene_fldr_opn"
53 #define MODEST_FOLDER_ICON_CLOSED               "qgn_list_gene_fldr_cls"
54
55 #define MODEST_FOLDER_ICON_ACCOUNT              "qgn_list_browser"
56 #define MODEST_FOLDER_ICON_INBOX                "qgn_list_messagin_inbox"
57 #define MODEST_FOLDER_ICON_OUTBOX               "qgn_list_messagin_outbox"
58 #define MODEST_FOLDER_ICON_SENT                 "qgn_list_messagin_sent"
59 #define MODEST_FOLDER_ICON_TRASH                "qgn_toolb_messagin_delete"
60 #define MODEST_FOLDER_ICON_JUNK                 "qgn_toolb_messagin_delete"
61 #define MODEST_FOLDER_ICON_DRAFTS               "qgn_list_messagin_drafts"
62 #define MODEST_FOLDER_ICON_NORMAL               "qgn_list_gene_fldr_cls"
63 #define MODEST_FOLDER_ICON_LOCAL_FOLDERS        "qgn_list_shell_mydevice"
64
65
66 /* toolbar */
67 #define  MODEST_TOOLBAR_ICON_MAIL_SEND          "qgn_list_messagin_sent"
68 #define  MODEST_TOOLBAR_ICON_NEW_MAIL           "qgn_toolb_messagin_new"
69 #define  MODEST_TOOLBAR_ICON_SEND_RECEIVE       "qgn_toolb_messagin_sendreceive"
70 #define  MODEST_TOOLBAR_ICON_REPLY              "qgn_toolb_messagin_reply"
71 #define  MODEST_TOOLBAR_ICON_REPLY_ALL          "qgn_toolb_messagin_replytoall"
72 #define  MODEST_TOOLBAR_ICON_FORWARD            "qgn_toolb_messagin_forward"
73 #define  MODEST_TOOLBAR_ICON_DELETE             "qgn_toolb_gene_deletebutton"
74 #define  MODEST_TOOLBAR_ICON_FORMAT_BULLETS     "qgn_list_gene_bullets"
75 #define  MODEST_TOOLBAR_ICON_SPLIT_VIEW         "qgn_toolb_rss_fldonoff"
76 #define  MODEST_TOOLBAR_ICON_SORT               "qgn_list_sort"
77 #define  MODEST_TOOLBAR_ICON_REFRESH            "qgn_toolb_gene_refresh"
78 #define  MODEST_TOOLBAR_ICON_MOVE_TO_FOLDER     "qgn_toolb_gene_movetofldr"
79
80 /* Stock icon names */
81 #define  MODEST_STOCK_MAIL_SEND    "modest-stock-mail-send"
82 #define  MODEST_STOCK_NEW_MAIL     "modest-stock-new-mail"
83 #define  MODEST_STOCK_SEND_RECEIVE "modest-stock-send-receive"
84 #define  MODEST_STOCK_REPLY        "modest-stock-reply"
85 #define  MODEST_STOCK_REPLY_ALL    "modest-stock-reply-all"
86 #define  MODEST_STOCK_FORWARD      "modest-stock-forward"
87 #define  MODEST_STOCK_DELETE       "modest-stock-delete"
88 #define  MODEST_STOCK_NEXT         "modest-stock-next"
89 #define  MODEST_STOCK_PREV         "modest-stock-prev"
90 #define  MODEST_STOCK_STOP         "modest-stock-stop"
91 #define  MODEST_STOCK_SPLIT_VIEW   "modest-stock-split-view"
92 #define  MODEST_STOCK_SORT         "modest-stock-sort"
93 #define  MODEST_STOCK_REFRESH      "modest-stock-refresh"
94
95 #endif  /*__MODEST_TNY_ICON_NAMES_H__*/