* make our hacked icons the right size, and less blurry
[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 #ifndef __MODEST_TNY_ICON_NAMES_H__
35 #define __MODEST_TNY_ICON_NAMES_H__
36
37 /* icons */
38
39 #define MODEST_APP_ICON                         "qgn_list_messagin"
40 #define MODEST_APP_MSG_VIEW_ICON                "qgn_list_messagin_viewer"
41 #define MODEST_APP_MSG_EDIT_ICON                "qgn_list_messagin_editor"
42
43 #define MODEST_HEADER_ICON_READ                 "qgn_list_messagin_mail"
44 #define MODEST_HEADER_ICON_UNREAD               "qgn_list_messagin_mail_unread"
45 #define MODEST_HEADER_ICON_DELETED              "qgn_list_messagin_mail_deleted"
46 #define MODEST_HEADER_ICON_ATTACH               "qgn_list_gene_attacpap"
47
48 /*
49  * until we have the custom cell renderer, we use the hacked icons below;
50  * don't remove!!!
51  */ 
52 #define MODEST_HEADER_ICON_ATTACH_HIGH_PRIORITY PIXMAP_PREFIX"modest_high_attachment.png"
53 #define MODEST_HEADER_ICON_ATTACH_LOW_PRIORITY  PIXMAP_PREFIX"modest_low_attachment.png"
54 #define MODEST_HEADER_ICON_ATTACH_NORM_PRIORITY PIXMAP_PREFIX"modest_normal_attachment.png"
55 #define MODEST_HEADER_ICON_HIGH_PRIORITY        PIXMAP_PREFIX"modest_high_no_attachment.png"
56 #define MODEST_HEADER_ICON_LOW_PRIORITY         PIXMAP_PREFIX"modest_low_no_attachment.png"
57 #define MODEST_HEADER_ICON_NORM_PRIORITY        PIXMAP_PREFIX"modest_normal_no_attachment.png"
58 /*
59  *
60  */
61
62 #define MODEST_FOLDER_ICON_OPEN                 "qgn_list_gene_fldr_opn"
63 #define MODEST_FOLDER_ICON_CLOSED               "qgn_list_gene_fldr_cls"
64
65 #define MODEST_FOLDER_ICON_ACCOUNT              "qgn_list_browser"
66 #define MODEST_FOLDER_ICON_INBOX                "qgn_list_messagin_inbox"
67 #define MODEST_FOLDER_ICON_OUTBOX               "qgn_list_messagin_outbox"
68 #define MODEST_FOLDER_ICON_SENT                 "qgn_list_messagin_sent"
69 #define MODEST_FOLDER_ICON_TRASH                "qgn_toolb_messagin_delete"
70 #define MODEST_FOLDER_ICON_JUNK                 "qgn_toolb_messagin_delete"
71 #define MODEST_FOLDER_ICON_DRAFTS               "qgn_list_messagin_drafts"
72 #define MODEST_FOLDER_ICON_NORMAL               "qgn_list_gene_fldr_cls"
73 #define MODEST_FOLDER_ICON_LOCAL_FOLDERS        "qgn_list_shell_mydevice"
74 #define MODEST_FOLDER_ICON_MMC                  "qgn_list_gene_mmc"
75
76
77 /* toolbar */
78 #define  MODEST_TOOLBAR_ICON_MAIL_SEND          "qgn_list_messagin_sent"
79 #define  MODEST_TOOLBAR_ICON_NEW_MAIL           "qgn_toolb_messagin_new"
80 #define  MODEST_TOOLBAR_ICON_SEND_RECEIVE       "qgn_toolb_messagin_sendreceive"
81 #define  MODEST_TOOLBAR_ICON_REPLY              "qgn_toolb_messagin_reply"
82 #define  MODEST_TOOLBAR_ICON_REPLY_ALL          "qgn_toolb_messagin_replytoall"
83 #define  MODEST_TOOLBAR_ICON_FORWARD            "qgn_toolb_messagin_forward"
84 #define  MODEST_TOOLBAR_ICON_DELETE             "qgn_toolb_gene_deletebutton"
85 #define  MODEST_TOOLBAR_ICON_FORMAT_BULLETS     "qgn_list_gene_bullets"
86 #define  MODEST_TOOLBAR_ICON_SPLIT_VIEW         "qgn_toolb_rss_fldonoff"
87 #define  MODEST_TOOLBAR_ICON_SORT               "qgn_list_sort"
88 #define  MODEST_TOOLBAR_ICON_REFRESH            "qgn_toolb_gene_refresh"
89 #define  MODEST_TOOLBAR_ICON_MOVE_TO_FOLDER     "qgn_toolb_gene_movetofldr"
90
91 /* Stock icon names */
92 #define  MODEST_STOCK_MAIL_SEND    "modest-stock-mail-send"
93 #define  MODEST_STOCK_NEW_MAIL     "modest-stock-new-mail"
94 #define  MODEST_STOCK_SEND_RECEIVE "modest-stock-send-receive"
95 #define  MODEST_STOCK_REPLY        "modest-stock-reply"
96 #define  MODEST_STOCK_REPLY_ALL    "modest-stock-reply-all"
97 #define  MODEST_STOCK_FORWARD      "modest-stock-forward"
98 #define  MODEST_STOCK_DELETE       "modest-stock-delete"
99 #define  MODEST_STOCK_NEXT         "modest-stock-next"
100 #define  MODEST_STOCK_PREV         "modest-stock-prev"
101 #define  MODEST_STOCK_STOP         "modest-stock-stop"
102 #define  MODEST_STOCK_SPLIT_VIEW   "modest-stock-split-view"
103 #define  MODEST_STOCK_SORT         "modest-stock-sort"
104 #define  MODEST_STOCK_REFRESH      "modest-stock-refresh"
105
106 #endif  /*__MODEST_TNY_ICON_NAMES_H__*/