Bug fix: Change all .desktop files to RDNS style
[geeqie.git] / src / main.h
1 /*
2  * Copyright (C) 2006 John Ellis
3  * Copyright (C) 2008 - 2016 The Geeqie Team
4  *
5  * Author: John Ellis
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License along
18  * with this program; if not, write to the Free Software Foundation, Inc.,
19  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20  */
21
22 #ifndef MAIN_H
23 #define MAIN_H
24
25 #include <config.h>
26
27 #include "intl.h"
28
29 #ifdef HAVE_DEVELOPER
30 #include "backward.h"
31 #endif
32
33 /*
34  *-------------------------------------
35  * Standard library includes
36  *-------------------------------------
37  */
38
39 #include <pwd.h>
40 #include <stdio.h>
41 #include <stdlib.h>
42 #include <string.h>
43 #include <time.h>
44 #include <unistd.h>
45 #include <sys/stat.h>
46 #include <sys/time.h>
47 #include <sys/types.h>
48 #include <dirent.h>
49 #include <fcntl.h>
50
51 /*
52  *-------------------------------------
53  * includes for glib / gtk / gdk-pixbuf
54  *-------------------------------------
55  */
56
57 #include <gdk/gdk.h>
58 #include <gtk/gtk.h>
59
60 #include <gdk-pixbuf/gdk-pixbuf.h>
61 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
62
63 #include "compat.h"
64
65 /*
66  *----------------------------------------------------------------------------
67  * defines
68  *----------------------------------------------------------------------------
69  */
70
71 #define USE_XDG 1
72
73 #define GQ_APPNAME "Geeqie"
74 #define GQ_APPNAME_LC "geeqie"
75 #define GQ_WEBSITE "https://www.geeqie.org/"
76 #define GQ_EMAIL_ADDRESS "geeqie@freelists.org"
77
78 #define GQ_RC_DIR               "." GQ_APPNAME_LC
79 #define GQ_COLLECTIONS_DIR      "collections"
80 #define GQ_TRASH_DIR            "trash"
81 #define GQ_WINDOW_LAYOUTS_DIR   "layouts"
82 #define GQ_ARCHIVE_DIR  "geeqie-archive"
83 #define GQ_RESOURCE_PATH_ICONS "/org/geeqie/icons"
84 #define GQ_RESOURCE_PATH_CREDITS "/org/geeqie/credits"
85 #define GQ_RESOURCE_PATH_UI "/org/geeqie/ui"
86
87 #define GQ_SYSTEM_WIDE_DIR    "/etc/" GQ_APPNAME_LC
88
89 #define RC_FILE_NAME GQ_APPNAME_LC "rc.xml"
90 #define DEFAULT_WINDOW_LAYOUT "default_window_layout.xml"
91
92 #define GQ_COLLECTION_EXT ".gqv"
93
94 #define SCROLL_RESET_TOPLEFT 0
95 #define SCROLL_RESET_CENTER 1
96 #define SCROLL_RESET_NOCHANGE 2
97
98 #define MOUSEWHEEL_SCROLL_SIZE 20
99
100
101 #define GQ_DEFAULT_SHELL_PATH "/bin/sh"
102 #define GQ_DEFAULT_SHELL_OPTIONS "-c"
103
104 #define COLOR_PROFILE_INPUTS 4
105
106 #define DEFAULT_THUMB_WIDTH     96
107 #define DEFAULT_THUMB_HEIGHT    72
108
109 #define DEFAULT_MINIMAL_WINDOW_SIZE 100
110
111 #define IMAGE_MIN_WIDTH 100
112 #define SIDEBAR_DEFAULT_WIDTH 250
113
114
115 #define DEFAULT_OVERLAY_INFO    "%collection:<i>*</i>\\n%" \
116                                 "(%number%/%total%) [%zoom%] <b>%name%</b>\n" \
117                                 "%res%|%date%|%size%\n" \
118                                 "%formatted.Aperture%|%formatted.ShutterSpeed%|%formatted.ISOSpeedRating:ISO *%|%formatted.FocalLength%|%formatted.ExposureBias:* Ev%\n" \
119                                 "%formatted.Camera:40%|%formatted.Flash%\n"            \
120                                 "%formatted.star_rating%"
121
122 #define GQ_LINK_STR "↩"
123 #include "typedefs.h"
124 #include "debug.h"
125 #include "options.h"
126
127 #define TIMEZONE_DATABASE_WEB "https://cdn.bertold.org/zonedetect/db/db.zip"
128 #define TIMEZONE_DATABASE_FILE "timezone21.bin"
129 #define TIMEZONE_DATABASE_VERSION "out_v1"
130 #define HELP_SEARCH_ENGINE "https://duckduckgo.com/?q=site:geeqie.org/help "
131
132 #define STAR_RATING_NOT_READ -12345
133 #define STAR_RATING_REJECTED 0x274C //Unicode Character 'Cross Mark'
134 #define STAR_RATING_STAR 0x2738 //Unicode Character 'Heavy Eight Pointed Rectilinear Black Star'
135
136 #define GQ_ICON_ADD "list-add"
137 #define GQ_ICON_REMOVE "list-remove"
138 #define GQ_ICON_UNDO "edit-undo"
139 #define GQ_ICON_REDO "edit-redo"
140 #define GQ_ICON_OPEN "document-open"
141 #define GQ_ICON_SAVE "document-save"
142 #define GQ_ICON_SAVE_AS "document-save-as"
143 #define GQ_ICON_NEW "document-new"
144 #define GQ_ICON_EDIT "document-edit"
145 #define GQ_ICON_REVERT "document-revert"
146 #define GQ_ICON_CLOSE "window-close"
147 #define GQ_ICON_RUN "system-run"
148 #define GQ_ICON_STOP "process-stop"
149 #define GQ_ICON_FULLSCREEN "view-fullscreen"
150 #define GQ_ICON_LEAVE_FULLSCREEN "view-restore"
151 #define GQ_ICON_REFRESH "view-refresh"
152 #define GQ_ICON_ABOUT "help-about"
153 #define GQ_ICON_QUIT "application-exit"
154 #define GQ_ICON_DELETE "edit-delete"
155 #define GQ_ICON_DELETE_SHRED "edit-delete-shred"
156 #define GQ_ICON_CLEAR "edit-clear"
157 #define GQ_ICON_COPY "edit-copy"
158 #define GQ_ICON_FIND "edit-find"
159 #define GQ_ICON_REPLACE "edit-find-replace"
160 #define GQ_ICON_PRINT "document-print"
161 #define GQ_ICON_FILE_FILTER "preview-file"
162 #define GQ_ICON_USER_TRASH "user-trash"
163
164 #define GQ_ICON_GO_TOP "go-top"
165 #define GQ_ICON_GO_BOTTOM "go-bottom"
166 #define GQ_ICON_GO_UP "go-up"
167 #define GQ_ICON_GO_DOWN "go-down"
168 #define GQ_ICON_GO_FIRST "go-first"
169 #define GQ_ICON_GO_LAST "go-last"
170 #define GQ_ICON_GO_PREV "go-previous"
171 #define GQ_ICON_GO_NEXT "go-next"
172 #define GQ_ICON_GO_JUMP "go-jump"
173 #define GQ_ICON_HOME "go-home"
174
175 #define GQ_ICON_PREV_PAGE "media-skip-backward"
176 #define GQ_ICON_NEXT_PAGE "media-skip-forward"
177 #define GQ_ICON_BACK_PAGE "media-seek-backward"
178 #define GQ_ICON_FORWARD_PAGE "media-seek-forward"
179
180 #define GQ_ICON_PLAY "media-playback-start"
181 #define GQ_ICON_PAUSE "media-playback-pause"
182
183 #define GQ_ICON_ZOOM_IN "zoom-in"
184 #define GQ_ICON_ZOOM_OUT "zoom-out"
185 #define GQ_ICON_ZOOM_100 "zoom-original"
186 #define GQ_ICON_ZOOM_FIT "zoom-fit-best"
187
188 // might need replacing
189 #define GQ_ICON_PREFERENCES "preferences-system"
190 #define GQ_ICON_HELP "help-contents" // "help-browser"?
191 #define GQ_ICON_EXPORT "document-export" // use collection icon?
192
193 // not available in some themes
194 #define GQ_ICON_OK "emblem-ok"
195 #define GQ_ICON_APPLY "emblem-ok" // need something else?
196 #define GQ_ICON_CANCEL "dialog-cancel" // missing in adwaita and others, seen in breeze
197 #define GQ_ICON_PAN_DOWN "pan-down-symbolic" // adwaita, breeze, hicolor supports this
198 #define GQ_ICON_PAN_UP "pan-up-symbolic" // adwaita, breeze, hicolor supports this
199
200 #define GQ_ICON_DIALOG_ERROR "dialog-error"
201 #define GQ_ICON_DIALOG_INFO "dialog-information"
202 #define GQ_ICON_DIALOG_QUESTION "dialog-question"
203 #define GQ_ICON_DIALOG_WARNING "dialog-warning"
204
205 #define GQ_ICON_UNREADABLE "emblem-unreadable"
206 #define GQ_ICON_LINK "emblem-symbolic-link"
207 #define GQ_ICON_READONLY "emblem-readonly"
208
209 #define GQ_ICON_FLIP_HORIZONTAL "object-flip-horizontal"
210 #define GQ_ICON_FLIP_VERTICAL "object-flip-vertical"
211 #define GQ_ICON_ROTATE_LEFT "object-rotate-left"
212 #define GQ_ICON_ROTATE_RIGHT "object-rotate-right"
213
214 #define GQ_ICON_DIRECTORY "folder"
215 #define GQ_ICON_MISSING_IMAGE "image-missing"
216 #define GQ_ICON_STRIKETHROUGH "format-text-strikethrough"
217 #define GQ_ICON_FILE "text-x-generic"
218 #define GQ_ICON_GENERIC "text-x-generic"
219 #define GQ_ICON_SELECT_FONT "font-select"
220 #define GQ_ICON_SELECT_COLOR "color-select"
221 #define GQ_ICON_COLOR_MANAGEMENT "preferences-color" // breeze has nicer "color-management" icon, missing in others
222
223 // not done... plus many more
224 #define GQ_ICON_COLLECTION GTK_STOCK_INDEX
225 #define GQ_ICON_DND GTK_STOCK_DND_MULTIPLE
226 // PIXBUF_INLINE_ICON_ZOOMFILLHOR
227 // PIXBUF_INLINE_ICON_ZOOMFILLVERT
228
229 /*
230  *----------------------------------------------------------------------------
231  * main.cc
232  *----------------------------------------------------------------------------
233  */
234
235 /*
236  * This also doubles as the main.cc header.
237  */
238
239 extern gboolean thumb_format_changed;
240
241 extern gchar *gq_prefix;
242 extern gchar *gq_localedir;
243 extern gchar *gq_helpdir;
244 extern gchar *gq_htmldir;
245 extern gchar *gq_appdir;
246 extern gchar *gq_bindir;
247 extern gchar *gq_executable_path;
248 extern gchar *desktop_file_template;
249 extern gchar *instance_identifier;
250
251 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
252 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);
253
254 void exit_program();
255
256 #define CASE_SORT(a, b) ( (options->file_sort.case_sensitive) ? strcmp((a), (b)) : strcasecmp((a), (b)) )
257
258
259 #endif
260 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */