annotate src/layout.c @ 1802:956aab097ea7

added 2010 to copyright text
author nadvornik
date Tue, 16 Feb 2010 21:18:03 +0000
parents 6cae2af8fdd1
children c416d099a3dc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1 /*
196
f6e307c7bad6 rename GQview -> Geeqie over the code
nadvornik
parents: 166
diff changeset
2 * Geeqie
113
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
3 * (C) 2006 John Ellis
1802
956aab097ea7 added 2010 to copyright text
nadvornik
parents: 1735
diff changeset
4 * Copyright (C) 2008 - 2010 The Geeqie Team
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
5 *
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
6 * Author: John Ellis
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
7 *
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
8 * This software is released under the GNU General Public License (GNU GPL).
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
9 * Please read the included file COPYING for more information.
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
10 * This software comes with no warranty of any kind, use at your own risk!
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
11 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
12
281
9995c5fb202a gqview.h -> main.h
zas_
parents: 278
diff changeset
13 #include "main.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
14 #include "layout.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
15
507
135570a8bd96 Move debug macros from main.h to new debug.h.
zas_
parents: 506
diff changeset
16 #include "color-man.h"
586
905688aa2317 split filelist.c to filefilter.c and filedata.c
nadvornik
parents: 583
diff changeset
17 #include "filedata.h"
507
135570a8bd96 Move debug macros from main.h to new debug.h.
zas_
parents: 506
diff changeset
18 #include "histogram.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
19 #include "image.h"
482
75b7154e6435 Use image_osd_toggle() in layout_menu_overlay_cb().
zas_
parents: 480
diff changeset
20 #include "image-overlay.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
21 #include "layout_config.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
22 #include "layout_image.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
23 #include "layout_util.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
24 #include "menu.h"
23
17acca639a86 ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents: 9
diff changeset
25 #include "pixbuf-renderer.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
26 #include "pixbuf_util.h"
113
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
27 #include "utilops.h"
380
5afe77bb563a Introduce a new struct ViewDir to handle directory views common
zas_
parents: 368
diff changeset
28 #include "view_dir.h"
556
fe675761d091 Replace Layout icon_view field by more generic file_view_type.
zas_
parents: 555
diff changeset
29 #include "view_file.h"
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
30 #include "ui_fileops.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
31 #include "ui_menu.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
32 #include "ui_misc.h"
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
33 #include "ui_tabcomp.h"
648
e34c1002e553 Move some functions from main.[ch] to new window.[ch].
zas_
parents: 632
diff changeset
34 #include "window.h"
1214
31402ecb2aed write metadata after timeout, image change or dir change
nadvornik
parents: 1177
diff changeset
35 #include "metadata.h"
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
36 #include "rcfile.h"
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
37 #include "bar.h"
1320
055ed09d5a03 improved bar_sort configuration
nadvornik
parents: 1317
diff changeset
38 #include "bar_sort.h"
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
39 #include "preferences.h"
648
e34c1002e553 Move some functions from main.[ch] to new window.[ch].
zas_
parents: 632
diff changeset
40
528
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
41 #ifdef HAVE_LIRC
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
42 #include "lirc.h"
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
43 #endif
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
44
41
6281cc38e5ca Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents: 23
diff changeset
45 #define MAINWINDOW_DEF_WIDTH 700
6281cc38e5ca Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents: 23
diff changeset
46 #define MAINWINDOW_DEF_HEIGHT 500
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
47
553
32cf2e7992fd Change default positions of dividers since width of the main menu
zas_
parents: 531
diff changeset
48 #define MAIN_WINDOW_DIV_HPOS (MAINWINDOW_DEF_WIDTH / 2)
32cf2e7992fd Change default positions of dividers since width of the main menu
zas_
parents: 531
diff changeset
49 #define MAIN_WINDOW_DIV_VPOS (MAINWINDOW_DEF_HEIGHT / 2)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
50
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
51 #define TOOLWINDOW_DEF_WIDTH 260
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
52 #define TOOLWINDOW_DEF_HEIGHT 450
553
32cf2e7992fd Change default positions of dividers since width of the main menu
zas_
parents: 531
diff changeset
53
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
54 #define PROGRESS_WIDTH 150
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
55 #define ZOOM_LABEL_WIDTH 64
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
56
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
57 #define PANE_DIVIDER_SIZE 10
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
58
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
59
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
60 GList *layout_window_list = NULL;
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
61 LayoutWindow *current_lw = NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
62
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
63 static void layout_list_scroll_to_subpart(LayoutWindow *lw, const gchar *needle);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
64
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
65
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
66 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
67 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
68 * misc
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
69 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
70 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
71
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
72 gboolean layout_valid(LayoutWindow **lw)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
73 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
74 if (*lw == NULL)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
75 {
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
76 if (current_lw) *lw = current_lw;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
77 else if (layout_window_list) *lw = layout_window_list->data;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
78 return (*lw != NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
79 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
80 return (g_list_find(layout_window_list, *lw) != NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
81 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
82
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
83 LayoutWindow *layout_find_by_image(ImageWindow *imd)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
84 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
85 GList *work;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
86
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
87 work = layout_window_list;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
88 while (work)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
89 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
90 LayoutWindow *lw = work->data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
91 work = work->next;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
92
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
93 if (lw->image == imd) return lw;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
94 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
95
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
96 return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
97 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
98
368
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
99 LayoutWindow *layout_find_by_image_fd(ImageWindow *imd)
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
100 {
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
101 GList *work;
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
102
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
103 work = layout_window_list;
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
104 while (work)
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
105 {
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
106 LayoutWindow *lw = work->data;
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
107 work = work->next;
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
108
368
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
109 if (lw->image->image_fd == imd->image_fd)
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
110 return lw;
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
111 }
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
112
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
113 return NULL;
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
114 }
95fe470440ad New Go to directory view feature that permits to find and display the directory
zas_
parents: 340
diff changeset
115
1466
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
116 LayoutWindow *layout_find_by_layout_id(const gchar *id)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
117 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
118 GList *work;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
119
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
120 if (!id || !id[0]) return NULL;
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
121
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
122 if (strcmp(id, LAYOUT_ID_CURRENT) == 0)
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
123 {
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
124 if (current_lw) return current_lw;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
125 if (layout_window_list) return layout_window_list->data;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
126 return NULL;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
127 }
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
128
1466
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
129 work = layout_window_list;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
130 while (work)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
131 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
132 LayoutWindow *lw = work->data;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
133 work = work->next;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
134
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
135 if (lw->options.id && strcmp(id, lw->options.id) == 0)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
136 return lw;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
137 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
138
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
139 return NULL;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
140 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
141
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
142 static void layout_set_unique_id(LayoutWindow *lw)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
143 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
144 char id[10];
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
145 gint i;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
146 if (lw->options.id && lw->options.id[0]) return; /* id is already set */
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
147
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
148 g_free(lw->options.id);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
149 lw->options.id = NULL;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
150
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
151 if (!layout_find_by_layout_id("main"))
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
152 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
153 lw->options.id = g_strdup("main");
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
154 return;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
155 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
156
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
157 i = 1;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
158 while (TRUE)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
159 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
160 g_snprintf(id, sizeof(id), "lw%d", i);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
161 if (!layout_find_by_layout_id(id))
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
162 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
163 lw->options.id = g_strdup(id);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
164 return;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
165 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
166 i++;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
167 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
168 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
169
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
170 static gboolean layout_set_current_cb(GtkWidget *widget, GdkEventFocus *event, gpointer data)
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
171 {
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
172 LayoutWindow *lw = data;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
173 current_lw = lw;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
174 return FALSE;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
175 }
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
176
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
177 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
178 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
179 * menu, toolbar, and dir view
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
180 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
181 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
182
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
183 static void layout_path_entry_changed_cb(GtkWidget *widget, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
184 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
185 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
186 gchar *buf;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
187
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
188 if (gtk_combo_box_get_active(GTK_COMBO_BOX(widget)) < 0) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
189
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
190 buf = g_strdup(gtk_entry_get_text(GTK_ENTRY(lw->path_entry)));
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
191 if (!lw->dir_fd || strcmp(buf, lw->dir_fd->path) != 0)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
192 {
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
193 layout_set_path(lw, buf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
194 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
195
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
196 g_free(buf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
197 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
198
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
199 static void layout_path_entry_tab_cb(const gchar *path, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
200 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
201 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
202 gchar *buf;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
203
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
204 buf = g_strdup(path);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
205 parse_out_relatives(buf);
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
206
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
207 if (isdir(buf))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
208 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
209 if ((!lw->dir_fd || strcmp(lw->dir_fd->path, buf) != 0) && layout_set_path(lw, buf))
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
210 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
211 gint pos = -1;
726
a1dcef8cd1ae Use G_DIR_SEPARATOR where applicable.
zas_
parents: 725
diff changeset
212 /* put the G_DIR_SEPARATOR back, if we are in tab completion for a dir and result was path change */
725
eda074e91ddd Use G_DIR_SEPARATOR_S where applicable.
zas_
parents: 694
diff changeset
213 gtk_editable_insert_text(GTK_EDITABLE(lw->path_entry), G_DIR_SEPARATOR_S, -1, &pos);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
214 gtk_editable_set_position(GTK_EDITABLE(lw->path_entry),
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
215 strlen(gtk_entry_get_text(GTK_ENTRY(lw->path_entry))));
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
216 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
217 }
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
218 else if (lw->dir_fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
219 {
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
220 gchar *base = remove_level_from_path(buf);
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
221
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
222 if (strcmp(lw->dir_fd->path, base) == 0)
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
223 {
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
224 layout_list_scroll_to_subpart(lw, filename_from_path(buf));
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
225 }
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
226 g_free(base);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
227 }
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
228
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
229 g_free(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
230 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
231
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
232 static void layout_path_entry_cb(const gchar *path, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
233 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
234 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
235 gchar *buf;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
236
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
237 buf = g_strdup(path);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
238 parse_out_relatives(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
239
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
240 layout_set_path(lw, buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
241
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
242 g_free(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
243 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
244
1628
66bf394d162a simplified the code around vd_select_row
nadvornik
parents: 1627
diff changeset
245 static void layout_vd_select_cb(ViewDir *vd, FileData *fd, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
246 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
247 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
248
1628
66bf394d162a simplified the code around vd_select_row
nadvornik
parents: 1627
diff changeset
249 layout_set_fd(lw, fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
250 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
251
1167
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
252 static void layout_path_entry_tab_append_cb(const gchar *path, gpointer data, gint n)
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
253 {
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
254 LayoutWindow *lw = data;
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
255
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
256 if (!lw || !lw->back_button) return;
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
257 if (!layout_valid(&lw)) return;
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
258
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
259 /* Enable back button if it makes sense */
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
260 gtk_widget_set_sensitive(lw->back_button, (n > 1));
1167
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
261 }
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
262
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
263 static GtkWidget *layout_tool_setup(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
264 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
265 GtkWidget *box;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
266 GtkWidget *menu_bar;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
267 GtkWidget *tabcomp;
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
268 GtkWidget *toolbar;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
269
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
270 box = gtk_vbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
271
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
272 menu_bar = layout_actions_menu_bar(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
273 gtk_box_pack_start(GTK_BOX(box), menu_bar, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
274 gtk_widget_show(menu_bar);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
275
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
276 toolbar = layout_actions_toolbar(lw, TOOLBAR_MAIN);
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
277 gtk_box_pack_start(GTK_BOX(box), toolbar, FALSE, FALSE, 0);
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
278 if (!lw->options.toolbar_hidden) gtk_widget_show(toolbar);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
279
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
280 tabcomp = tab_completion_new_with_history(&lw->path_entry, NULL, "path_list", -1,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
281 layout_path_entry_cb, lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
282 tab_completion_add_tab_func(lw->path_entry, layout_path_entry_tab_cb, lw);
1167
e812b1a7adda Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
zas_
parents: 1055
diff changeset
283 tab_completion_add_append_func(lw->path_entry, layout_path_entry_tab_append_cb, lw);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
284 gtk_box_pack_start(GTK_BOX(box), tabcomp, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
285 gtk_widget_show(tabcomp);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
286
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
287 g_signal_connect(G_OBJECT(lw->path_entry->parent), "changed",
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
288 G_CALLBACK(layout_path_entry_changed_cb), lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
289
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
290 lw->vd = vd_new(lw->options.dir_view_type, lw->dir_fd);
380
5afe77bb563a Introduce a new struct ViewDir to handle directory views common
zas_
parents: 368
diff changeset
291 vd_set_layout(lw->vd, lw);
5afe77bb563a Introduce a new struct ViewDir to handle directory views common
zas_
parents: 368
diff changeset
292 vd_set_select_func(lw->vd, layout_vd_select_cb, lw);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
293
380
5afe77bb563a Introduce a new struct ViewDir to handle directory views common
zas_
parents: 368
diff changeset
294 lw->dir_view = lw->vd->widget;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
295
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
296 gtk_box_pack_start(GTK_BOX(box), lw->dir_view, TRUE, TRUE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
297 gtk_widget_show(lw->dir_view);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
298
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
299 gtk_widget_show(box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
300
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
301 return box;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
302 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
303
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
304 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
305 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
306 * sort button (and menu)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
307 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
308 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
309
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
310 static void layout_sort_menu_cb(GtkWidget *widget, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
311 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
312 LayoutWindow *lw;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
313 SortType type;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
314
113
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
315 if (!gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget))) return;
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
316
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
317 lw = submenu_item_get_data(widget);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
318 if (!lw) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
319
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
320 type = (SortType)GPOINTER_TO_INT(data);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
321
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
322 layout_sort_set(lw, type, lw->sort_ascend);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
323 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
324
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
325 static void layout_sort_menu_ascend_cb(GtkWidget *widget, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
326 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
327 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
328
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
329 layout_sort_set(lw, lw->sort_method, !lw->sort_ascend);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
330 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
331
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
332 static void layout_sort_menu_hide_cb(GtkWidget *widget, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
333 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
334 /* destroy the menu */
1043
5fc64d6252e7 Replaced gtk depreceated code.
bruclik
parents: 1029
diff changeset
335 #if GTK_CHECK_VERSION(2,12,0)
5fc64d6252e7 Replaced gtk depreceated code.
bruclik
parents: 1029
diff changeset
336 g_object_unref(widget);
5fc64d6252e7 Replaced gtk depreceated code.
bruclik
parents: 1029
diff changeset
337 #else
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
338 gtk_widget_unref(GTK_WIDGET(widget));
1043
5fc64d6252e7 Replaced gtk depreceated code.
bruclik
parents: 1029
diff changeset
339 #endif
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
340 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
341
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
342 static void layout_sort_button_press_cb(GtkWidget *widget, gpointer data)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
343 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
344 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
345 GtkWidget *menu;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
346 GdkEvent *event;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
347 guint32 etime;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
348
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
349 menu = submenu_add_sort(NULL, G_CALLBACK(layout_sort_menu_cb), lw, FALSE, FALSE, TRUE, lw->sort_method);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
350
88
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
351 /* take ownership of menu */
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
352 #ifdef GTK_OBJECT_FLOATING
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
353 /* GTK+ < 2.10 */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
354 g_object_ref(G_OBJECT(menu));
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
355 gtk_object_sink(GTK_OBJECT(menu));
88
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
356 #else
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
357 /* GTK+ >= 2.10 */
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
358 g_object_ref_sink(G_OBJECT(menu));
2099ee3f9a8d Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents: 81
diff changeset
359 #endif
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
360
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
361 /* ascending option */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
362 menu_item_add_divider(menu);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
363 menu_item_add_check(menu, _("Ascending"), lw->sort_ascend, G_CALLBACK(layout_sort_menu_ascend_cb), lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
364
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
365 g_signal_connect(G_OBJECT(menu), "selection_done",
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
366 G_CALLBACK(layout_sort_menu_hide_cb), NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
367
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
368 event = gtk_get_current_event();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
369 if (event)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
370 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
371 etime = gdk_event_get_time(event);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
372 gdk_event_free(event);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
373 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
374 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
375 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
376 etime = 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
377 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
378
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
379 gtk_menu_popup(GTK_MENU(menu), NULL, NULL, NULL, NULL, 0, etime);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
380 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
381
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
382 static GtkWidget *layout_sort_button(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
383 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
384 GtkWidget *button;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
385
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
386 button = gtk_button_new_with_label(sort_type_get_text(lw->sort_method));
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
387 g_signal_connect(G_OBJECT(button), "clicked",
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
388 G_CALLBACK(layout_sort_button_press_cb), lw);
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
389 gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
390
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
391 return button;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
392 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
393
113
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
394 /*
55166d93498d Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents: 91
diff changeset
395 *-----------------------------------------------------------------------------
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
396 * status bar
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
397 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
398 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
399
1240
30e207ac22e4 added a status bar button for writting metadata immediately
nadvornik
parents: 1231
diff changeset
400
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
401 void layout_status_update_progress(LayoutWindow *lw, gdouble val, const gchar *text)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
402 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
403 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
404 if (!lw->info_progress_bar) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
405
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
406 gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(lw->info_progress_bar), val);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
407 gtk_progress_bar_set_text(GTK_PROGRESS_BAR(lw->info_progress_bar), (text) ? text : " ");
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
408 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
409
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
410 void layout_status_update_info(LayoutWindow *lw, const gchar *text)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
411 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
412 gchar *buf = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
413
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
414 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
415
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
416 if (!text)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
417 {
736
a7289f9e8d29 Fix signed vs unsigned warnings.
zas_
parents: 726
diff changeset
418 guint n;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
419 gint64 n_bytes = 0;
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
420
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
421 n = layout_list_count(lw, &n_bytes);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
422
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
423 if (n)
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
424 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
425 guint s;
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
426 gint64 s_bytes = 0;
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
427 const gchar *ss;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
428
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
429 if (layout_image_slideshow_active(lw))
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
430 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
431 if (!layout_image_slideshow_paused(lw))
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
432 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
433 ss = _(" Slideshow");
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
434 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
435 else
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
436 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
437 ss = _(" Paused");
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
438 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
439 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
440 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
441 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
442 ss = "";
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
443 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
444
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
445 s = layout_selection_count(lw, &s_bytes);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
446
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
447 layout_bars_new_selection(lw, s);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
448
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
449 if (s > 0)
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
450 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
451 gchar *b = text_from_size_abrev(n_bytes);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
452 gchar *sb = text_from_size_abrev(s_bytes);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
453 buf = g_strdup_printf(_("%s, %d files (%s, %d)%s"), b, n, sb, s, ss);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
454 g_free(b);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
455 g_free(sb);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
456 }
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
457 else if (n > 0)
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
458 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
459 gchar *b = text_from_size_abrev(n_bytes);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
460 buf = g_strdup_printf(_("%s, %d files%s"), b, n, ss);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
461 g_free(b);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
462 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
463 else
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
464 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
465 buf = g_strdup_printf(_("%d files%s"), n, ss);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
466 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
467
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
468 text = buf;
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
469
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
470 image_osd_update(lw->image);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
471 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
472 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
473 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
474 text = "";
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
475 }
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
476 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
477
583
de3e2bc22336 Revert patch 675, and correctly fix gtk assertion failure.
zas_
parents: 574
diff changeset
478 if (lw->info_status) gtk_label_set_text(GTK_LABEL(lw->info_status), text);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
479 g_free(buf);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
480 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
481
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
482 void layout_status_update_image(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
483 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
484 guint64 n;
1549
7302ff300a52 show color management status on statusbar
nadvornik
parents: 1547
diff changeset
485
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
486 if (!layout_valid(&lw) || !lw->image) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
487
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
488 n = layout_list_count(lw, NULL);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
489
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
490 if (!n)
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
491 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
492 gtk_label_set_text(GTK_LABEL(lw->info_zoom), "");
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
493 gtk_label_set_text(GTK_LABEL(lw->info_details), "");
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
494 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
495 else
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
496 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
497 gchar *text;
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
498 gchar *b;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
499
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
500 text = image_zoom_get_as_text(lw->image);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
501 gtk_label_set_text(GTK_LABEL(lw->info_zoom), text);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
502 g_free(text);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
503
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
504 b = image_get_fd(lw->image) ? text_from_size(image_get_fd(lw->image)->size) : g_strdup("0");
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
505
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
506 if (lw->image->unknown)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
507 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
508 if (image_get_path(lw->image) && !access_file(image_get_path(lw->image), R_OK))
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
509 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
510 text = g_strdup_printf(_("(no read permission) %s bytes"), b);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
511 }
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
512 else
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
513 {
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
514 text = g_strdup_printf(_("( ? x ? ) %s bytes"), b);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
515 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
516 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
517 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
518 {
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
519 gint width, height;
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
520
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
521 image_get_image_size(lw->image, &width, &height);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
522 text = g_strdup_printf(_("( %d x %d ) %s bytes"),
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
523 width, height, b);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
524 }
23
17acca639a86 ##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents: 9
diff changeset
525
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
526 g_signal_emit_by_name (lw->image->pr, "update-pixel");
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
527
984
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
528 g_free(b);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
529
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
530 gtk_label_set_text(GTK_LABEL(lw->info_details), text);
bc73dc055cd0 Only display status if there is at least one file in the file list.
zas_
parents: 960
diff changeset
531 g_free(text);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
532 }
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
533 layout_util_sync_color(lw); /* update color button */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
534 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
535
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
536 void layout_status_update_all(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
537 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
538 layout_status_update_progress(lw, 0.0, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
539 layout_status_update_info(lw, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
540 layout_status_update_image(lw);
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
541 layout_util_status_update_write(lw);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
542 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
543
1433
b4ad1d201279 Use gboolean where applicable, minor cleanup and indentations fixes.
zas_
parents: 1431
diff changeset
544 static GtkWidget *layout_status_label(gchar *text, GtkWidget *box, gboolean start, gint size, gboolean expand)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
545 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
546 GtkWidget *label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
547 GtkWidget *frame;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
548
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
549 frame = gtk_frame_new(NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
550 if (size) gtk_widget_set_size_request(frame, size, -1);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
551 gtk_frame_set_shadow_type(GTK_FRAME(frame), GTK_SHADOW_IN);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
552 if (start)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
553 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
554 gtk_box_pack_start(GTK_BOX(box), frame, expand, expand, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
555 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
556 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
557 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
558 gtk_box_pack_end(GTK_BOX(box), frame, expand, expand, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
559 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
560 gtk_widget_show(frame);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
561
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
562 label = gtk_label_new(text ? text : "");
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
563 gtk_container_add(GTK_CONTAINER(frame), label);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
564 gtk_widget_show(label);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
565
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
566 return label;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
567 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
568
1433
b4ad1d201279 Use gboolean where applicable, minor cleanup and indentations fixes.
zas_
parents: 1431
diff changeset
569 static void layout_status_setup(LayoutWindow *lw, GtkWidget *box, gboolean small_format)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
570 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
571 GtkWidget *hbox;
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
572 GtkWidget *toolbar;
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
573 GtkWidget *toolbar_frame;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
574
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
575 if (lw->info_box) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
576
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
577 if (small_format)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
578 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
579 lw->info_box = gtk_vbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
580 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
581 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
582 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
583 lw->info_box = gtk_hbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
584 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
585 gtk_box_pack_end(GTK_BOX(box), lw->info_box, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
586 gtk_widget_show(lw->info_box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
587
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
588 if (small_format)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
589 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
590 hbox = gtk_hbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
591 gtk_box_pack_start(GTK_BOX(lw->info_box), hbox, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
592 gtk_widget_show(hbox);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
593 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
594 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
595 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
596 hbox = lw->info_box;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
597 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
598 lw->info_progress_bar = gtk_progress_bar_new();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
599 gtk_widget_set_size_request(lw->info_progress_bar, PROGRESS_WIDTH, -1);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
600 gtk_box_pack_start(GTK_BOX(hbox), lw->info_progress_bar, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
601 gtk_widget_show(lw->info_progress_bar);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
602
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
603 lw->info_sort = layout_sort_button(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
604 gtk_box_pack_start(GTK_BOX(hbox), lw->info_sort, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
605 gtk_widget_show(lw->info_sort);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
606
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
607 lw->info_status = layout_status_label(NULL, lw->info_box, TRUE, 0, (!small_format));
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
608
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
609 if (small_format)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
610 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
611 hbox = gtk_hbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
612 gtk_box_pack_start(GTK_BOX(lw->info_box), hbox, FALSE, FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
613 gtk_widget_show(hbox);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
614 }
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
615 lw->info_details = layout_status_label(NULL, hbox, TRUE, 0, TRUE);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
616 toolbar = layout_actions_toolbar(lw, TOOLBAR_STATUS);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
617
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
618 toolbar_frame = gtk_frame_new(NULL);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
619 gtk_frame_set_shadow_type(GTK_FRAME(toolbar_frame), GTK_SHADOW_IN);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
620 gtk_container_add(GTK_CONTAINER(toolbar_frame), toolbar);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
621 gtk_widget_show(toolbar_frame);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
622 gtk_widget_show(toolbar);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
623 gtk_box_pack_end(GTK_BOX(hbox), toolbar_frame, FALSE, FALSE, 0);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
624 lw->info_zoom = layout_status_label(NULL, hbox, FALSE, ZOOM_LABEL_WIDTH, FALSE);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
625 if (small_format)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
626 {
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
627 hbox = gtk_hbox_new(FALSE, 0);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
628 gtk_box_pack_start(GTK_BOX(lw->info_box), hbox, FALSE, FALSE, 0);
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
629 gtk_widget_show(hbox);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
630 }
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
631 lw->info_pixel = layout_status_label(NULL, hbox, FALSE, 0, small_format); /* expand only in small format */
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
632 if (!lw->options.show_info_pixel) gtk_widget_hide(gtk_widget_get_parent(lw->info_pixel));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
633 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
634
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
635 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
636 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
637 * views
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
638 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
639 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
640
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
641 static GtkWidget *layout_tools_new(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
642 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
643 lw->dir_view = layout_tool_setup(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
644 return lw->dir_view;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
645 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
646
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
647 static void layout_list_status_cb(ViewFile *vf, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
648 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
649 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
650
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
651 layout_status_update_info(lw, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
652 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
653
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
654 static void layout_list_thumb_cb(ViewFile *vf, gdouble val, const gchar *text, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
655 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
656 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
657
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
658 layout_status_update_progress(lw, val, text);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
659 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
660
1506
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
661 static void layout_list_sync_thumb(LayoutWindow *lw)
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
662 {
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
663 if (lw->vf) vf_thumb_set(lw->vf, lw->options.show_thumbnails);
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
664 }
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
665
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
666 static GtkWidget *layout_list_new(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
667 {
1412
5a534e1501e1 fixed saving of file_view_type
nadvornik
parents: 1403
diff changeset
668 lw->vf = vf_new(lw->options.file_view_type, NULL);
574
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
669 vf_set_layout(lw->vf, lw);
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
670
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
671 vf_set_status_func(lw->vf, layout_list_status_cb, lw);
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
672 vf_set_thumb_status_func(lw->vf, layout_list_thumb_cb, lw);
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
673
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
674 vf_marks_set(lw->vf, lw->options.show_marks);
1506
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
675
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
676 layout_list_sync_thumb(lw);
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
677
574
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
678 return lw->vf->widget;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
679 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
680
132
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
681 static void layout_list_sync_marks(LayoutWindow *lw)
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
682 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
683 if (lw->vf) vf_marks_set(lw->vf, lw->options.show_marks);
132
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
684 }
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
685
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
686 static void layout_list_scroll_to_subpart(LayoutWindow *lw, const gchar *needle)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
687 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
688 if (!lw) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
689 #if 0
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
690 if (lw->vf) vf_scroll_to_subpart(lw->vf, needle);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
691 #endif
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
692 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
693
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
694 GList *layout_list(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
695 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
696 if (!layout_valid(&lw)) return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
697
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
698 if (lw->vf) return vf_get_list(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
699
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
700 return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
701 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
702
736
a7289f9e8d29 Fix signed vs unsigned warnings.
zas_
parents: 726
diff changeset
703 guint layout_list_count(LayoutWindow *lw, gint64 *bytes)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
704 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
705 if (!layout_valid(&lw)) return 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
706
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
707 if (lw->vf) return vf_count(lw->vf, bytes);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
708
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
709 return 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
710 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
711
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
712 FileData *layout_list_get_fd(LayoutWindow *lw, gint index)
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
713 {
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
714 if (!layout_valid(&lw)) return NULL;
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
715
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
716 if (lw->vf) return vf_index_get_data(lw->vf, index);
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
717
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
718 return NULL;
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
719 }
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
720
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
721 gint layout_list_get_index(LayoutWindow *lw, FileData *fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
722 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
723 if (!layout_valid(&lw) || !fd) return -1;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
724
1503
331e2d60d447 improved next/prev operation on sidecar files
nadvornik
parents: 1482
diff changeset
725 if (lw->vf) return vf_index_by_fd(lw->vf, fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
726
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
727 return -1;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
728 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
729
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
730 void layout_list_sync_fd(LayoutWindow *lw, FileData *fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
731 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
732 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
733
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
734 if (lw->vf) vf_select_by_fd(lw->vf, fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
735 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
736
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
737 static void layout_list_sync_sort(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
738 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
739 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
740
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
741 if (lw->vf) vf_sort_set(lw->vf, lw->sort_method, lw->sort_ascend);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
742 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
743
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
744 GList *layout_selection_list(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
745 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
746 if (!layout_valid(&lw)) return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
747
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
748 if (layout_image_get_collection(lw, NULL))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
749 {
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
750 FileData *fd;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
751
138
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
752 fd = layout_image_get_fd(lw);
71e1ebee420e replaced gchar* path with FileData *fd
nadvornik
parents: 132
diff changeset
753 if (fd) return g_list_append(NULL, file_data_ref(fd));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
754 return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
755 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
756
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
757 if (lw->vf) return vf_selection_get_list(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
758
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
759 return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
760 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
761
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
762 GList *layout_selection_list_by_index(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
763 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
764 if (!layout_valid(&lw)) return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
765
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
766 if (lw->vf) return vf_selection_get_list_by_index(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
767
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
768 return NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
769 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
770
736
a7289f9e8d29 Fix signed vs unsigned warnings.
zas_
parents: 726
diff changeset
771 guint layout_selection_count(LayoutWindow *lw, gint64 *bytes)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
772 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
773 if (!layout_valid(&lw)) return 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
774
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
775 if (lw->vf) return vf_selection_count(lw->vf, bytes);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
776
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
777 return 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
778 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
779
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
780 void layout_select_all(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
781 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
782 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
783
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
784 if (lw->vf) vf_select_all(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
785 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
786
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
787 void layout_select_none(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
788 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
789 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
790
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
791 if (lw->vf) vf_select_none(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
792 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
793
601
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
794 void layout_select_invert(LayoutWindow *lw)
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
795 {
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
796 if (!layout_valid(&lw)) return;
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
797
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
798 if (lw->vf) vf_select_invert(lw->vf);
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
799 }
93c6dc4c537b Add a way to invert the current selection.
zas_
parents: 586
diff changeset
800
162
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
801 void layout_mark_to_selection(LayoutWindow *lw, gint mark, MarkToSelectionMode mode)
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
802 {
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
803 if (!layout_valid(&lw)) return;
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
804
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
805 if (lw->vf) vf_mark_to_selection(lw->vf, mark, mode);
162
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
806 }
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
807
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
808 void layout_selection_to_mark(LayoutWindow *lw, gint mark, SelectionToMarkMode mode)
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
809 {
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
810 if (!layout_valid(&lw)) return;
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
811
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
812 if (lw->vf) vf_selection_to_mark(lw->vf, mark, mode);
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
813
162
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
814 layout_status_update_info(lw, NULL); /* osd in fullscreen mode */
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
815 }
1a42a2451575 created menu "Select" with selection and marks operations
nadvornik
parents: 138
diff changeset
816
1635
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
817 void layout_mark_filter_toggle(LayoutWindow *lw, gint mark)
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
818 {
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
819 if (!layout_valid(&lw)) return;
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
820
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
821 if (lw->vf) vf_mark_filter_toggle(lw->vf, mark);
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
822 }
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
823
5ad450d67878 added mark filter to menu - now it is possible to assign hotkeys
nadvornik
parents: 1628
diff changeset
824
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
825 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
826 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
827 * access
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
828 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
829 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
830
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
831 const gchar *layout_get_path(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
832 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
833 if (!layout_valid(&lw)) return NULL;
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
834 return lw->dir_fd ? lw->dir_fd->path : NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
835 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
836
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
837 static void layout_sync_path(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
838 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
839 if (!lw->dir_fd) return;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
840
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
841 if (lw->path_entry) gtk_entry_set_text(GTK_ENTRY(lw->path_entry), lw->dir_fd->path);
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
842
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
843 if (lw->vd) vd_set_fd(lw->vd, lw->dir_fd);
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
844 if (lw->vf) vf_set_fd(lw->vf, lw->dir_fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
845 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
846
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
847 gboolean layout_set_path(LayoutWindow *lw, const gchar *path)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
848 {
959
9791230f83d3 fixed crash in geeqie --blank
nadvornik
parents: 902
diff changeset
849 FileData *fd;
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
850 gboolean ret;
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
851
959
9791230f83d3 fixed crash in geeqie --blank
nadvornik
parents: 902
diff changeset
852 if (!path) return FALSE;
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
853
959
9791230f83d3 fixed crash in geeqie --blank
nadvornik
parents: 902
diff changeset
854 fd = file_data_new_simple(path);
1372
4db89b602093 Random tidy up.
zas_
parents: 1365
diff changeset
855 ret = layout_set_fd(lw, fd);
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
856 file_data_unref(fd);
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
857 return ret;
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
858 }
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
859
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
860
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
861 gboolean layout_set_fd(LayoutWindow *lw, FileData *fd)
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
862 {
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
863 gboolean have_file = FALSE;
1558
e6da3a90e7b2 fixed metadata.confirm_on_dir_change
nadvornik
parents: 1549
diff changeset
864 gboolean dir_changed = TRUE;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
865
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
866 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
867
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
868 if (!fd || !isname(fd->path)) return FALSE;
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
869 if (lw->dir_fd && fd == lw->dir_fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
870 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
871 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
872 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
873
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
874 if (isdir(fd->path))
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
875 {
791
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
876 if (lw->dir_fd)
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
877 {
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
878 file_data_unregister_real_time_monitor(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
879 file_data_unref(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
880 }
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
881 lw->dir_fd = file_data_ref(fd);
791
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
882 file_data_register_real_time_monitor(fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
883 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
884 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
885 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
886 gchar *base;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
887
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
888 base = remove_level_from_path(fd->path);
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
889 if (lw->dir_fd && strcmp(lw->dir_fd->path, base) == 0)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
890 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
891 g_free(base);
1558
e6da3a90e7b2 fixed metadata.confirm_on_dir_change
nadvornik
parents: 1549
diff changeset
892 dir_changed = FALSE;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
893 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
894 else if (isdir(base))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
895 {
791
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
896 if (lw->dir_fd)
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
897 {
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
898 file_data_unregister_real_time_monitor(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
899 file_data_unref(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
900 }
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
901 lw->dir_fd = file_data_new_simple(base);
791
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
902 file_data_register_real_time_monitor(lw->dir_fd);
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
903 g_free(base);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
904 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
905 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
906 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
907 g_free(base);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
908 return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
909 }
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
910 if (isfile(fd->path)) have_file = TRUE;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
911 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
912
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
913 if (lw->path_entry) tab_completion_append_to_history(lw->path_entry, lw->dir_fd->path);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
914 layout_sync_path(lw);
1301
8c47a4f521ad Fix bug 2599857: file list sort order was wrong in many cases.
zas_
parents: 1296
diff changeset
915 layout_list_sync_sort(lw);
8c47a4f521ad Fix bug 2599857: file list sort order was wrong in many cases.
zas_
parents: 1296
diff changeset
916
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
917 if (have_file)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
918 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
919 gint row;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
920
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
921 row = layout_list_get_index(lw, fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
922 if (row >= 0)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
923 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
924 layout_image_set_index(lw, row);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
925 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
926 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
927 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
928 layout_image_set_fd(lw, fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
929 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
930 }
320
c74af1cbd61a Move more options to ConfOptions.
zas_
parents: 318
diff changeset
931 else if (!options->lazy_image_sync)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
932 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
933 layout_image_set_index(lw, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
934 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
935
1558
e6da3a90e7b2 fixed metadata.confirm_on_dir_change
nadvornik
parents: 1549
diff changeset
936 if (options->metadata.confirm_on_dir_change && dir_changed)
1586
249b539cc952 force the metadata dialog if it was triggered by the menu or the button
nadvornik
parents: 1584
diff changeset
937 metadata_write_queue_confirm(FALSE, NULL, NULL);
1214
31402ecb2aed write metadata after timeout, image change or dir change
nadvornik
parents: 1177
diff changeset
938
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
939 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
940 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
941
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
942 static void layout_refresh_lists(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
943 {
390
39369521e263 Fix two errors made in revision 473.
zas_
parents: 380
diff changeset
944 if (lw->vd) vd_refresh(lw->vd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
945
1506
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
946 if (lw->vf)
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
947 {
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
948 vf_refresh(lw->vf);
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
949 vf_thumb_update(lw->vf);
d352a44545a6 Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
zas_
parents: 1503
diff changeset
950 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
951 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
952
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
953 void layout_refresh(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
954 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
955 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
956
506
fc9c8a3e1a8b Handle the newline in DEBUG_N() macro instead of adding one
zas_
parents: 501
diff changeset
957 DEBUG_1("layout refresh");
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
958
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
959 layout_refresh_lists(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
960
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
961 if (lw->image) layout_image_refresh(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
962 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
963
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
964 void layout_thumb_set(LayoutWindow *lw, gboolean enable)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
965 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
966 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
967
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
968 if (lw->options.show_thumbnails == enable) return;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
969
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
970 lw->options.show_thumbnails = enable;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
971
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
972 layout_util_sync_thumb(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
973 layout_list_sync_thumb(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
974 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
975
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
976 void layout_marks_set(LayoutWindow *lw, gboolean enable)
132
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
977 {
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
978 if (!layout_valid(&lw)) return;
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
979
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
980 if (lw->options.show_marks == enable) return;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
981
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
982 lw->options.show_marks = enable;
132
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
983
268
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
984 // layout_util_sync_marks(lw);
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
985 layout_list_sync_marks(lw);
132
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
986 }
661cd91e5a7e First implementation of marks for all photos.
bruclik
parents: 127
diff changeset
987
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
988 gboolean layout_thumb_get(LayoutWindow *lw)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
989 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
990 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
991
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
992 return lw->options.show_thumbnails;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
993 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
994
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
995 gboolean layout_marks_get(LayoutWindow *lw)
433
5ddcf93278c7 Save Show Marks state to rc file and display current state in menu.
zas_
parents: 432
diff changeset
996 {
5ddcf93278c7 Save Show Marks state to rc file and display current state in menu.
zas_
parents: 432
diff changeset
997 if (!layout_valid(&lw)) return FALSE;
5ddcf93278c7 Save Show Marks state to rc file and display current state in menu.
zas_
parents: 432
diff changeset
998
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
999 return lw->options.show_marks;
433
5ddcf93278c7 Save Show Marks state to rc file and display current state in menu.
zas_
parents: 432
diff changeset
1000 }
5ddcf93278c7 Save Show Marks state to rc file and display current state in menu.
zas_
parents: 432
diff changeset
1001
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1002 void layout_sort_set(LayoutWindow *lw, SortType type, gboolean ascend)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1003 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1004 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1005 if (lw->sort_method == type && lw->sort_ascend == ascend) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1006
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1007 lw->sort_method = type;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1008 lw->sort_ascend = ascend;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1009
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1010 if (lw->info_sort) gtk_label_set_text(GTK_LABEL(GTK_BIN(lw->info_sort)->child),
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1011 sort_type_get_text(type));
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1012 layout_list_sync_sort(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1013 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1014
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1015 gboolean layout_sort_get(LayoutWindow *lw, SortType *type, gboolean *ascend)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1016 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1017 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1018
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1019 if (type) *type = lw->sort_method;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1020 if (ascend) *ascend = lw->sort_ascend;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1021
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1022 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1023 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1024
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1025 gboolean layout_geometry_get(LayoutWindow *lw, gint *x, gint *y, gint *w, gint *h)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1026 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1027 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1028
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1029 gdk_window_get_root_origin(lw->window->window, x, y);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1030 gdk_drawable_get_size(lw->window->window, w, h);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1031
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1032 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1033 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1034
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1035 gboolean layout_geometry_get_dividers(LayoutWindow *lw, gint *h, gint *v)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1036 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1037 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1038
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1039 if (lw->h_pane && GTK_PANED(lw->h_pane)->child1->allocation.x >= 0)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1040 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1041 *h = GTK_PANED(lw->h_pane)->child1->allocation.width;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1042 }
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1043 else if (h != &lw->options.main_window.hdivider_pos)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1044 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1045 *h = lw->options.main_window.hdivider_pos;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1046 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1047
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1048 if (lw->v_pane && GTK_PANED(lw->v_pane)->child1->allocation.x >= 0)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1049 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1050 *v = GTK_PANED(lw->v_pane)->child1->allocation.height;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1051 }
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1052 else if (v != &lw->options.main_window.vdivider_pos)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1053 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1054 *v = lw->options.main_window.vdivider_pos;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1055 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1056
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1057 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1058 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1059
556
fe675761d091 Replace Layout icon_view field by more generic file_view_type.
zas_
parents: 555
diff changeset
1060 void layout_views_set(LayoutWindow *lw, DirViewType dir_view_type, FileViewType file_view_type)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1061 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1062 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1063
1412
5a534e1501e1 fixed saving of file_view_type
nadvornik
parents: 1403
diff changeset
1064 if (lw->options.dir_view_type == dir_view_type && lw->options.file_view_type == file_view_type) return;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1065
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1066 lw->options.dir_view_type = dir_view_type;
1412
5a534e1501e1 fixed saving of file_view_type
nadvornik
parents: 1403
diff changeset
1067 lw->options.file_view_type = file_view_type;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1068
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1069 layout_style_set(lw, -1, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1070 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1071
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1072 gboolean layout_views_get(LayoutWindow *lw, DirViewType *dir_view_type, FileViewType *file_view_type)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1073 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1074 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1075
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1076 *dir_view_type = lw->options.dir_view_type;
1412
5a534e1501e1 fixed saving of file_view_type
nadvornik
parents: 1403
diff changeset
1077 *file_view_type = lw->options.file_view_type;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1078
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1079 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1080 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1081
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1082 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1083 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1084 * location utils
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1085 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1086 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1087
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1088 static gboolean layout_location_single(LayoutLocation l)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1089 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1090 return (l == LAYOUT_LEFT ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1091 l == LAYOUT_RIGHT ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1092 l == LAYOUT_TOP ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1093 l == LAYOUT_BOTTOM);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1094 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1095
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1096 static gboolean layout_location_vertical(LayoutLocation l)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1097 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1098 return (l & LAYOUT_TOP ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1099 l & LAYOUT_BOTTOM);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1100 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1101
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1102 static gboolean layout_location_first(LayoutLocation l)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1103 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1104 return (l & LAYOUT_TOP ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1105 l & LAYOUT_LEFT);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1106 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1107
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1108 static LayoutLocation layout_grid_compass(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1109 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1110 if (layout_location_single(lw->dir_location)) return lw->dir_location;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1111 if (layout_location_single(lw->file_location)) return lw->file_location;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1112 return lw->image_location;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1113 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1114
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1115 static void layout_location_compute(LayoutLocation l1, LayoutLocation l2,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1116 GtkWidget *s1, GtkWidget *s2,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1117 GtkWidget **d1, GtkWidget **d2)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1118 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1119 LayoutLocation l;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1120
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1121 l = l1 & l2; /* get common compass direction */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1122 l = l1 - l; /* remove it */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1123
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1124 if (layout_location_first(l))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1125 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1126 *d1 = s1;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1127 *d2 = s2;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1128 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1129 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1130 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1131 *d1 = s2;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1132 *d2 = s1;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1133 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1134 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1135
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1136 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1137 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1138 * tools window (for floating/hidden)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1139 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1140 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1141
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1142 gboolean layout_geometry_get_tools(LayoutWindow *lw, gint *x, gint *y, gint *w, gint *h, gint *divider_pos)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1143 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1144 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1145
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1146 if (!lw->tools || !GTK_WIDGET_VISIBLE(lw->tools))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1147 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1148 /* use the stored values (sort of breaks success return value) */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1149
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1150 *divider_pos = lw->options.float_window.vdivider_pos;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1151
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1152 return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1153 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1154
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1155 gdk_window_get_root_origin(lw->tools->window, x, y);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1156 gdk_drawable_get_size(lw->tools->window, w, h);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1157
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1158 if (GTK_IS_VPANED(lw->tools_pane))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1159 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1160 *divider_pos = GTK_PANED(lw->tools_pane)->child1->allocation.height;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1161 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1162 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1163 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1164 *divider_pos = GTK_PANED(lw->tools_pane)->child1->allocation.width;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1165 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1166
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1167 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1168 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1169
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1170 static void layout_tools_geometry_sync(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1171 {
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1172 layout_geometry_get_tools(lw, &lw->options.float_window.x, &lw->options.float_window.x,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1173 &lw->options.float_window.w, &lw->options.float_window.h, &lw->options.float_window.vdivider_pos);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1174 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1175
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1176 static void layout_tools_hide(LayoutWindow *lw, gboolean hide)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1177 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1178 if (!lw->tools) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1179
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1180 if (hide)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1181 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1182 if (GTK_WIDGET_VISIBLE(lw->tools))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1183 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1184 layout_tools_geometry_sync(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1185 gtk_widget_hide(lw->tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1186 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1187 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1188 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1189 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1190 if (!GTK_WIDGET_VISIBLE(lw->tools))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1191 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1192 gtk_widget_show(lw->tools);
574
3da75054d4e1 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
zas_
parents: 573
diff changeset
1193 if (lw->vf) vf_refresh(lw->vf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1194 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1195 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1196
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1197 lw->options.tools_hidden = hide;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1198 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1199
1433
b4ad1d201279 Use gboolean where applicable, minor cleanup and indentations fixes.
zas_
parents: 1431
diff changeset
1200 static gboolean layout_tools_delete_cb(GtkWidget *widget, GdkEventAny *event, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1201 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1202 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1203
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1204 layout_tools_float_toggle(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1205
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1206 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1207 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1208
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1209 static void layout_tools_setup(LayoutWindow *lw, GtkWidget *tools, GtkWidget *files)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1210 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1211 GtkWidget *vbox;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1212 GtkWidget *w1, *w2;
1433
b4ad1d201279 Use gboolean where applicable, minor cleanup and indentations fixes.
zas_
parents: 1431
diff changeset
1213 gboolean vertical;
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1214 gboolean new_window = FALSE;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1215
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1216 vertical = (layout_location_single(lw->image_location) && !layout_location_vertical(lw->image_location)) ||
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1217 (!layout_location_single(lw->image_location) && layout_location_vertical(layout_grid_compass(lw)));
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1218 #if 0
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1219 layout_location_compute(lw->dir_location, lw->file_location,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1220 tools, files, &w1, &w2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1221 #endif
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1222 /* for now, tools/dir are always first in order */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1223 w1 = tools;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1224 w2 = files;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1225
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1226 if (!lw->tools)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1227 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1228 GdkGeometry geometry;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1229 GdkWindowHints hints;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1230
289
6a7298988a7a Simplify and unify gtk_window creation with the help of
zas_
parents: 288
diff changeset
1231 lw->tools = window_new(GTK_WINDOW_TOPLEVEL, "tools", PIXBUF_INLINE_ICON_TOOLS, NULL, _("Tools"));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1232 g_signal_connect(G_OBJECT(lw->tools), "delete_event",
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1233 G_CALLBACK(layout_tools_delete_cb), lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1234 layout_keyboard_init(lw, lw->tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1235
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1236 if (options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1237 {
41
6281cc38e5ca Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents: 23
diff changeset
1238 hints = GDK_HINT_USER_POS;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1239 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1240 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1241 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1242 hints = 0;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1243 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1244
1029
1a4b18c58556 Use a constant for minimal window size. Set it to 32 for all dialogs.
zas_
parents: 1006
diff changeset
1245 geometry.min_width = DEFAULT_MINIMAL_WINDOW_SIZE;
1a4b18c58556 Use a constant for minimal window size. Set it to 32 for all dialogs.
zas_
parents: 1006
diff changeset
1246 geometry.min_height = DEFAULT_MINIMAL_WINDOW_SIZE;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1247 geometry.base_width = TOOLWINDOW_DEF_WIDTH;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1248 geometry.base_height = TOOLWINDOW_DEF_HEIGHT;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1249 gtk_window_set_geometry_hints(GTK_WINDOW(lw->tools), NULL, &geometry,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1250 GDK_HINT_MIN_SIZE | GDK_HINT_BASE_SIZE | hints);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1251
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1252
268
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
1253 gtk_window_set_resizable(GTK_WINDOW(lw->tools), TRUE);
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
1254 gtk_container_set_border_width(GTK_CONTAINER(lw->tools), 0);
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
1255
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1256 new_window = TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1257 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1258 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1259 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1260 layout_tools_geometry_sync(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1261 /* dump the contents */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1262 gtk_widget_destroy(GTK_BIN(lw->tools)->child);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1263 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1264
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1265 layout_actions_add_window(lw, lw->tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1266
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1267 vbox = gtk_vbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1268 gtk_container_add(GTK_CONTAINER(lw->tools), vbox);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1269 gtk_widget_show(vbox);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1270
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1271 layout_status_setup(lw, vbox, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1272
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1273 if (vertical)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1274 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1275 lw->tools_pane = gtk_vpaned_new();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1276 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1277 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1278 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1279 lw->tools_pane = gtk_hpaned_new();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1280 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1281 gtk_box_pack_start(GTK_BOX(vbox), lw->tools_pane, TRUE, TRUE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1282 gtk_widget_show(lw->tools_pane);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1283
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1284 gtk_paned_pack1(GTK_PANED(lw->tools_pane), w1, FALSE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1285 gtk_paned_pack2(GTK_PANED(lw->tools_pane), w2, TRUE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1286
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1287 gtk_widget_show(tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1288 gtk_widget_show(files);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1289
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1290 if (new_window)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1291 {
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1292 if (options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1293 {
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1294 gtk_window_set_default_size(GTK_WINDOW(lw->tools), lw->options.float_window.w, lw->options.float_window.h);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1295 gtk_window_move(GTK_WINDOW(lw->tools), lw->options.float_window.x, lw->options.float_window.y);
268
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
1296 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1297 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1298 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1299 if (vertical)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1300 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1301 gtk_window_set_default_size(GTK_WINDOW(lw->tools),
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1302 TOOLWINDOW_DEF_WIDTH, TOOLWINDOW_DEF_HEIGHT);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1303 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1304 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1305 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1306 gtk_window_set_default_size(GTK_WINDOW(lw->tools),
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1307 TOOLWINDOW_DEF_HEIGHT, TOOLWINDOW_DEF_WIDTH);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1308 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1309 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1310 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1311
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1312 if (!options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1313 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1314 if (vertical)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1315 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1316 lw->options.float_window.vdivider_pos = MAIN_WINDOW_DIV_VPOS;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1317 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1318 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1319 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1320 lw->options.float_window.vdivider_pos = MAIN_WINDOW_DIV_HPOS;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1321 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1322 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1323
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1324 gtk_paned_set_position(GTK_PANED(lw->tools_pane), lw->options.float_window.vdivider_pos);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1325 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1326
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1327 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1328 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1329 * glue (layout arrangement)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1330 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1331 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1332
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1333 static void layout_grid_compute(LayoutWindow *lw,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1334 GtkWidget *image, GtkWidget *tools, GtkWidget *files,
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1335 GtkWidget **w1, GtkWidget **w2, GtkWidget **w3)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1336 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1337 /* heh, this was fun */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1338
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1339 if (layout_location_single(lw->dir_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1340 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1341 if (layout_location_first(lw->dir_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1342 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1343 *w1 = tools;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1344 layout_location_compute(lw->file_location, lw->image_location, files, image, w2, w3);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1345 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1346 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1347 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1348 *w3 = tools;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1349 layout_location_compute(lw->file_location, lw->image_location, files, image, w1, w2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1350 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1351 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1352 else if (layout_location_single(lw->file_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1353 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1354 if (layout_location_first(lw->file_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1355 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1356 *w1 = files;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1357 layout_location_compute(lw->dir_location, lw->image_location, tools, image, w2, w3);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1358 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1359 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1360 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1361 *w3 = files;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1362 layout_location_compute(lw->dir_location, lw->image_location, tools, image, w1, w2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1363 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1364 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1365 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1366 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1367 /* image */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1368 if (layout_location_first(lw->image_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1369 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1370 *w1 = image;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1371 layout_location_compute(lw->file_location, lw->dir_location, files, tools, w2, w3);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1372 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1373 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1374 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1375 *w3 = image;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1376 layout_location_compute(lw->file_location, lw->dir_location, files, tools, w1, w2);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1377 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1378 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1379 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1380
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1381 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode)
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1382 {
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1383 GtkWidget *image;
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1384 gint i;
268
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
1385
98268a6b8182 Tidy up, whitespaces and indentation fix.
zas_
parents: 254
diff changeset
1386 for (i = 0; i < MAX_SPLIT_IMAGES; i++)
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1387 {
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1388 if (lw->split_images[i])
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1389 {
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1390 gtk_widget_hide(lw->split_images[i]->widget);
1383
3c9abbc05792 use standard GtkHPaned for sidebar width
nadvornik
parents: 1375
diff changeset
1391 if (lw->split_images[i]->widget->parent != lw->utility_paned)
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1392 gtk_container_remove(GTK_CONTAINER(lw->split_images[i]->widget->parent), lw->split_images[i]->widget);
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1393 }
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1394 }
1383
3c9abbc05792 use standard GtkHPaned for sidebar width
nadvornik
parents: 1375
diff changeset
1395 gtk_container_remove(GTK_CONTAINER(lw->utility_paned), lw->split_image_widget);
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1396
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1397 image = layout_image_setup_split(lw, mode);
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1398
1383
3c9abbc05792 use standard GtkHPaned for sidebar width
nadvornik
parents: 1375
diff changeset
1399 gtk_paned_pack1(GTK_PANED(lw->utility_paned), image, TRUE, FALSE);
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1400 gtk_widget_show(image);
1669
daab013a0dcf reordered View menu
nadvornik
parents: 1635
diff changeset
1401 layout_util_sync(lw);
127
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1402 }
271afad04d07 implemented split windows
nadvornik
parents: 122
diff changeset
1403
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1404 static void layout_grid_setup(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1405 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1406 gint priority_location;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1407 GtkWidget *h;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1408 GtkWidget *v;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1409 GtkWidget *w1, *w2, *w3;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1410
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1411 GtkWidget *image_sb; /* image together with sidebars in utility box */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1412 GtkWidget *tools;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1413 GtkWidget *files;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1414
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1415 layout_actions_setup(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1416
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1417 lw->group_box = gtk_vbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1418 gtk_box_pack_start(GTK_BOX(lw->main_box), lw->group_box, TRUE, TRUE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1419 gtk_widget_show(lw->group_box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1420
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1421 priority_location = layout_grid_compass(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1422
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1423 if (lw->utility_box)
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1424 {
1480
077924265c28 split-mode cleanup and improvements
nadvornik
parents: 1473
diff changeset
1425 layout_split_change(lw, lw->split_mode); /* this re-creates image frame for the new configuration */
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1426 image_sb = lw->utility_box;
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1427 }
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1428 else
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1429 {
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1430 GtkWidget *image; /* image or split images together */
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1431 image = layout_image_setup_split(lw, lw->split_mode);
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1432 image_sb = layout_bars_prepare(lw, image);
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1433 }
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1434
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1435 tools = layout_tools_new(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1436 files = layout_list_new(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1437
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1438
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1439 if (lw->options.tools_float || lw->options.tools_hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1440 {
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1441 gtk_box_pack_start(GTK_BOX(lw->group_box), image_sb, TRUE, TRUE, 0);
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1442 gtk_widget_show(image_sb);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1443
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1444 layout_tools_setup(lw, tools, files);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1445
1482
dac747d99394 fixed keyboard focus on start-up
nadvornik
parents: 1480
diff changeset
1446 image_grab_focus(lw->image);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1447
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1448 return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1449 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1450 else if (lw->tools)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1451 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1452 layout_tools_geometry_sync(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1453 gtk_widget_destroy(lw->tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1454 lw->tools = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1455 lw->tools_pane = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1456 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1457
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1458 layout_status_setup(lw, lw->group_box, FALSE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1459
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1460 layout_grid_compute(lw, image_sb, tools, files, &w1, &w2, &w3);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1461
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1462 v = lw->v_pane = gtk_vpaned_new();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1463
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1464 h = lw->h_pane = gtk_hpaned_new();
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1465
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1466 if (!layout_location_vertical(priority_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1467 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1468 GtkWidget *tmp;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1469
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1470 tmp = v;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1471 v = h;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1472 h = tmp;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1473 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1474
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1475 gtk_box_pack_start(GTK_BOX(lw->group_box), v, TRUE, TRUE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1476
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1477 if (!layout_location_first(priority_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1478 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1479 gtk_paned_pack1(GTK_PANED(v), h, FALSE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1480 gtk_paned_pack2(GTK_PANED(v), w3, TRUE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1481
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1482 gtk_paned_pack1(GTK_PANED(h), w1, FALSE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1483 gtk_paned_pack2(GTK_PANED(h), w2, TRUE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1484 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1485 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1486 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1487 gtk_paned_pack1(GTK_PANED(v), w1, FALSE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1488 gtk_paned_pack2(GTK_PANED(v), h, TRUE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1489
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1490 gtk_paned_pack1(GTK_PANED(h), w2, FALSE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1491 gtk_paned_pack2(GTK_PANED(h), w3, TRUE, TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1492 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1493
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1494 gtk_widget_show(image_sb);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1495 gtk_widget_show(tools);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1496 gtk_widget_show(files);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1497
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1498 gtk_widget_show(v);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1499 gtk_widget_show(h);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1500
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1501 /* fix to have image pane visible when it is left and priority widget */
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1502 if (lw->options.main_window.hdivider_pos == -1 &&
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1503 w1 == image_sb &&
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1504 !layout_location_vertical(priority_location) &&
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1505 layout_location_first(priority_location))
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1506 {
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1507 gtk_widget_set_size_request(image_sb, 200, -1);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1508 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1509
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1510 gtk_paned_set_position(GTK_PANED(lw->h_pane), lw->options.main_window.hdivider_pos);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1511 gtk_paned_set_position(GTK_PANED(lw->v_pane), lw->options.main_window.vdivider_pos);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1512
1482
dac747d99394 fixed keyboard focus on start-up
nadvornik
parents: 1480
diff changeset
1513 image_grab_focus(lw->image);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1514 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1515
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1516 void layout_style_set(LayoutWindow *lw, gint style, const gchar *order)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1517 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1518 FileData *dir_fd;
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1519 gint i;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1520
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1521 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1522
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1523 if (style != -1)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1524 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1525 LayoutLocation d, f, i;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1526
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1527 layout_config_parse(style, order, &d, &f, &i);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1528
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1529 if (lw->dir_location == d &&
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1530 lw->file_location == f &&
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1531 lw->image_location == i) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1532
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1533 lw->dir_location = d;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1534 lw->file_location = f;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1535 lw->image_location = i;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1536 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1537
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1538 /* remember state */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1539
1627
1a134b4dc88c use layout_set_fd() for changing images from a slideshow
nadvornik
parents: 1626
diff changeset
1540 /* layout_image_slideshow_stop(lw); slideshow should survive */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1541 layout_image_full_screen_stop(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1542
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1543 dir_fd = lw->dir_fd;
960
37fdfe8f2ab1 fixed crash with float file list and geeqie --blank
nadvornik
parents: 959
diff changeset
1544 if (dir_fd) file_data_unregister_real_time_monitor(dir_fd);
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1545 lw->dir_fd = NULL;
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1546
1403
9274b3b4eaad fixed crash with certain layout configurations
nadvornik
parents: 1383
diff changeset
1547 layout_geometry_get_dividers(lw, &lw->options.main_window.hdivider_pos, &lw->options.main_window.vdivider_pos);
9274b3b4eaad fixed crash with certain layout configurations
nadvornik
parents: 1383
diff changeset
1548
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1549 /* preserve utility_box (image + sidebars), menu_bar and toolbars to be reused later in layout_grid_setup */
1322
4370b90fa774 reuse original utility_box (image + sidebars) on layout change (switch
nadvornik
parents: 1320
diff changeset
1550 /* lw->image is preserved together with lw->utility_box */
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1551 if (lw->utility_box) gtk_container_remove(GTK_CONTAINER(lw->utility_box->parent), lw->utility_box);
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1552 if (lw->menu_bar) gtk_container_remove(GTK_CONTAINER(lw->menu_bar->parent), lw->menu_bar);
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1553 for (i = 0; i < TOOLBAR_COUNT; i++)
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1554 if (lw->toolbar[i]) gtk_container_remove(GTK_CONTAINER(lw->toolbar[i]->parent), lw->toolbar[i]);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1555
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1556 /* clear it all */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1557
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1558 lw->h_pane = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1559 lw->v_pane = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1560
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1561 lw->path_entry = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1562 lw->dir_view = NULL;
380
5afe77bb563a Introduce a new struct ViewDir to handle directory views common
zas_
parents: 368
diff changeset
1563 lw->vd = NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1564
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1565 lw->file_view = NULL;
573
2996f1bbc305 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents: 559
diff changeset
1566 lw->vf = NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1567
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1568 lw->info_box = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1569 lw->info_progress_bar = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1570 lw->info_sort = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1571 lw->info_status = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1572 lw->info_details = NULL;
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1573 lw->info_pixel = NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1574 lw->info_zoom = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1575
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1576 /*
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1577 if (lw->ui_manager) g_object_unref(lw->ui_manager);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1578 lw->ui_manager = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1579 lw->action_group = NULL;
1463
25168240a247 added function to reload external editors at any time
nadvornik
parents: 1461
diff changeset
1580 lw->action_group_editors = NULL;
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1581 */
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1582
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1583 gtk_container_remove(GTK_CONTAINER(lw->main_box), lw->group_box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1584 lw->group_box = NULL;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1585
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1586 /* re-fill */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1587
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1588 layout_grid_setup(lw);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1589 layout_tools_hide(lw, lw->options.tools_hidden);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1590
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1591 layout_util_sync(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1592 layout_status_update_all(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1593
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1594
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1595 // printf("%d %d %d \n", G_OBJECT(lw->utility_box)->ref_count, G_OBJECT(lw->menu_bar)->ref_count, G_OBJECT(lw->toolbar)->ref_count);
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
1596
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1597 /* sync */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1598
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1599 if (image_get_fd(lw->image))
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1600 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1601 layout_set_fd(lw, image_get_fd(lw->image));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1602 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1603 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1604 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1605 layout_set_fd(lw, dir_fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1606 }
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1607 image_top_window_set_sync(lw->image, (lw->options.tools_float || lw->options.tools_hidden));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1608
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1609 /* clean up */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1610
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
1611 file_data_unref(dir_fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1612 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1613
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1614 void layout_colors_update(void)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1615 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1616 GList *work;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1617
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1618 work = layout_window_list;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1619 while (work)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1620 {
1626
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1621 gint i;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1622 LayoutWindow *lw = work->data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1623 work = work->next;
1626
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1624
208
fa0e05f985c3 set user-defined color as image background - patch by Laurent MONIN
nadvornik
parents: 196
diff changeset
1625 if (!lw->image) continue;
1626
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1626
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1627 for (i = 0; i < MAX_SPLIT_IMAGES; i++)
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1628 {
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1629 if (!lw->split_images[i]) continue;
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1630 image_background_set_color_from_options(lw->split_images[i], !!lw->full_screen);
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1631 }
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1632
1d7941c147be Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
zas_
parents: 1586
diff changeset
1633 image_background_set_color_from_options(lw->image, !!lw->full_screen);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1634 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1635 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1636
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1637 void layout_tools_float_toggle(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1638 {
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1639 gboolean popped;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1640
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1641 if (!lw) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1642
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1643 if (!lw->options.tools_hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1644 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1645 popped = !lw->options.tools_float;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1646 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1647 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1648 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1649 popped = TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1650 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1651
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1652 if (lw->options.tools_float == popped)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1653 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1654 if (popped && lw->options.tools_hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1655 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1656 layout_tools_float_set(lw, popped, FALSE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1657 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1658 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1659 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1660 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1661 if (lw->options.tools_float)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1662 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1663 layout_tools_float_set(lw, FALSE, FALSE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1664 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1665 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1666 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1667 layout_tools_float_set(lw, TRUE, FALSE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1668 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1669 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1670 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1671
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1672 void layout_tools_hide_toggle(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1673 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1674 if (!lw) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1675
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1676 layout_tools_float_set(lw, lw->options.tools_float, !lw->options.tools_hidden);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1677 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1678
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1679 void layout_tools_float_set(LayoutWindow *lw, gboolean popped, gboolean hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1680 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1681 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1682
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1683 if (lw->options.tools_float == popped && lw->options.tools_hidden == hidden) return;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1684
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1685 if (lw->options.tools_float == popped && lw->options.tools_float && lw->tools)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1686 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1687 layout_tools_hide(lw, hidden);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1688 return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1689 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1690
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1691 lw->options.tools_float = popped;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1692 lw->options.tools_hidden = hidden;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1693
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1694 layout_style_set(lw, -1, NULL);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1695 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1696
1416
9fe2fede7ae5 Use gboolean pseudo type where applicable.
zas_
parents: 1415
diff changeset
1697 gboolean layout_tools_float_get(LayoutWindow *lw, gboolean *popped, gboolean *hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1698 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1699 if (!layout_valid(&lw)) return FALSE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1700
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1701 *popped = lw->options.tools_float;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1702 *hidden = lw->options.tools_hidden;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1703
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1704 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1705 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1706
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1707 void layout_toolbar_toggle(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1708 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1709 if (!layout_valid(&lw)) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1710 if (!lw->toolbar) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1711
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1712 lw->options.toolbar_hidden = !lw->options.toolbar_hidden;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1713
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1714 if (lw->options.toolbar_hidden)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1715 {
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1716 if (GTK_WIDGET_VISIBLE(lw->toolbar[TOOLBAR_MAIN])) gtk_widget_hide(lw->toolbar[TOOLBAR_MAIN]);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1717 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1718 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1719 {
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
1720 if (!GTK_WIDGET_VISIBLE(lw->toolbar[TOOLBAR_MAIN])) gtk_widget_show(lw->toolbar[TOOLBAR_MAIN]);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1721 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1722 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1723
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1724 void layout_info_pixel_set(LayoutWindow *lw, gboolean show)
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1725 {
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1726 GtkWidget *frame;
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1727
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1728 if (!layout_valid(&lw)) return;
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1729 if (!lw->info_pixel) return;
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1730
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1731 lw->options.show_info_pixel = show;
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1732
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1733 frame = gtk_widget_get_parent(lw->info_pixel);
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1734 if (!lw->options.show_info_pixel)
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1735 {
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1736 gtk_widget_hide(frame);
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1737 }
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1738 else
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1739 {
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1740 gtk_widget_show(frame);
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1741 }
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1742
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
1743 g_signal_emit_by_name (lw->image->pr, "update-pixel");
1375
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1744 }
df58e511d90e Display pixel coordinates and rgb - patch by Ruben Stein
nadvornik
parents: 1372
diff changeset
1745
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1746 /*
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1747 *-----------------------------------------------------------------------------
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1748 * configuration
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1749 *-----------------------------------------------------------------------------
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1750 */
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1751
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1752 #define CONFIG_WINDOW_DEF_WIDTH 600
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1753 #define CONFIG_WINDOW_DEF_HEIGHT 400
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1754
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1755 typedef struct _LayoutConfig LayoutConfig;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1756 struct _LayoutConfig
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1757 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1758 LayoutWindow *lw;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1759
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1760 GtkWidget *configwindow;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1761 GtkWidget *home_path_entry;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1762 GtkWidget *layout_widget;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1763
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1764 LayoutOptions options;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1765 };
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1766
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1767 static gint layout_config_delete_cb(GtkWidget *w, GdkEventAny *event, gpointer data);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1768
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1769 static void layout_config_close_cb(GtkWidget *widget, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1770 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1771 LayoutConfig *lc = data;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1772
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1773 gtk_widget_destroy(lc->configwindow);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1774 free_layout_options_content(&lc->options);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1775 g_free(lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1776 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1777
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1778 static gint layout_config_delete_cb(GtkWidget *w, GdkEventAny *event, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1779 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1780 layout_config_close_cb(w, data);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1781 return TRUE;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1782 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1783
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1784 static void layout_config_apply_cb(GtkWidget *widget, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1785 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1786 LayoutConfig *lc = data;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1787
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1788 g_free(lc->options.order);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1789 lc->options.order = layout_config_get(lc->layout_widget, &lc->options.style);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1790
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1791 config_entry_to_option(lc->home_path_entry, &lc->options.home_path, remove_trailing_slash);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1792
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1793 layout_apply_options(lc->lw, &lc->options);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1794 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1795
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1796 static void layout_config_ok_cb(GtkWidget *widget, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1797 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1798 LayoutConfig *lc = data;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1799 layout_config_apply_cb(widget, lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1800 layout_config_close_cb(widget, lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1801 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1802
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1803 static void home_path_set_current_cb(GtkWidget *widget, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1804 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1805 LayoutConfig *lc = data;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1806 gtk_entry_set_text(GTK_ENTRY(lc->home_path_entry), layout_get_path(lc->lw));
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1807 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1808
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1809 static void startup_path_set_current_cb(GtkWidget *widget, gpointer data)
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1810 {
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1811 LayoutConfig *lc = data;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1812 lc->options.startup_path = STARTUP_PATH_CURRENT;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1813 }
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1814
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1815 static void startup_path_set_last_cb(GtkWidget *widget, gpointer data)
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1816 {
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1817 LayoutConfig *lc = data;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1818 lc->options.startup_path = STARTUP_PATH_LAST;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1819 }
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1820
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1821 static void startup_path_set_home_cb(GtkWidget *widget, gpointer data)
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1822 {
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1823 LayoutConfig *lc = data;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1824 lc->options.startup_path = STARTUP_PATH_HOME;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1825 }
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1826
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1827
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1828 /*
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1829 static void layout_config_save_cb(GtkWidget *widget, gpointer data)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1830 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1831 layout_config_apply();
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1832 save_options(options);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1833 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1834 */
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1835
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1836 void layout_show_config_window(LayoutWindow *lw)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1837 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1838 LayoutConfig *lc;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1839 GtkWidget *win_vbox;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1840 GtkWidget *hbox;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1841 GtkWidget *vbox;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1842 GtkWidget *button;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1843 GtkWidget *ct_button;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1844 GtkWidget *group;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1845 GtkWidget *frame;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1846 GtkWidget *tabcomp;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1847
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1848 lc = g_new0(LayoutConfig, 1);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1849 lc->lw = lw;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1850 layout_sync_options_with_current_state(lw);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1851 copy_layout_options(&lc->options, &lw->options);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1852
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1853 lc->configwindow = window_new(GTK_WINDOW_TOPLEVEL, "Layout", PIXBUF_INLINE_ICON_CONFIG, NULL, _("Window options and layout"));
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1854 gtk_window_set_type_hint(GTK_WINDOW(lc->configwindow), GDK_WINDOW_TYPE_HINT_DIALOG);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1855
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1856 g_signal_connect(G_OBJECT(lc->configwindow), "delete_event",
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1857 G_CALLBACK(layout_config_delete_cb), lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1858
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1859 gtk_window_set_default_size(GTK_WINDOW(lc->configwindow), CONFIG_WINDOW_DEF_WIDTH, CONFIG_WINDOW_DEF_HEIGHT);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1860 gtk_window_set_resizable(GTK_WINDOW(lc->configwindow), TRUE);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1861 gtk_container_set_border_width(GTK_CONTAINER(lc->configwindow), PREF_PAD_BORDER);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1862
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1863 win_vbox = gtk_vbox_new(FALSE, PREF_PAD_SPACE);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1864 gtk_container_add(GTK_CONTAINER(lc->configwindow), win_vbox);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1865 gtk_widget_show(win_vbox);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1866
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1867 hbox = gtk_hbutton_box_new();
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1868 gtk_button_box_set_layout(GTK_BUTTON_BOX(hbox), GTK_BUTTONBOX_END);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1869 gtk_box_set_spacing(GTK_BOX(hbox), PREF_PAD_BUTTON_GAP);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1870 gtk_box_pack_end(GTK_BOX(win_vbox), hbox, FALSE, FALSE, 0);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1871 gtk_widget_show(hbox);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1872
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1873 button = pref_button_new(NULL, GTK_STOCK_OK, NULL, FALSE,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1874 G_CALLBACK(layout_config_ok_cb), lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1875 gtk_container_add(GTK_CONTAINER(hbox), button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1876 GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1877 gtk_widget_grab_default(button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1878 gtk_widget_show(button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1879
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1880 ct_button = button;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1881 /*
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1882 button = pref_button_new(NULL, GTK_STOCK_SAVE, NULL, FALSE,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1883 G_CALLBACK(layout_config_save_cb), NULL);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1884 gtk_container_add(GTK_CONTAINER(hbox), button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1885 GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1886 gtk_widget_show(button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1887 */
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1888 button = pref_button_new(NULL, GTK_STOCK_APPLY, NULL, FALSE,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1889 G_CALLBACK(layout_config_apply_cb), lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1890 gtk_container_add(GTK_CONTAINER(hbox), button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1891 GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1892 gtk_widget_show(button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1893
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1894 button = pref_button_new(NULL, GTK_STOCK_CANCEL, NULL, FALSE,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1895 G_CALLBACK(layout_config_close_cb), lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1896 gtk_container_add(GTK_CONTAINER(hbox), button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1897 GTK_WIDGET_SET_FLAGS(button, GTK_CAN_DEFAULT);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1898 gtk_widget_show(button);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1899
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1900 if (!generic_dialog_get_alternative_button_order(lc->configwindow))
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1901 {
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1902 gtk_box_reorder_child(GTK_BOX(hbox), ct_button, -1);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1903 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1904
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1905 frame = pref_frame_new(win_vbox, TRUE, NULL, GTK_ORIENTATION_VERTICAL, PREF_PAD_GAP);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1906
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1907 vbox = gtk_vbox_new(FALSE, PREF_PAD_SPACE);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1908 gtk_container_add(GTK_CONTAINER(frame), vbox);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1909 gtk_widget_show(vbox);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1910
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1911
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1912 group = pref_group_new(vbox, FALSE, _("General options"), GTK_ORIENTATION_VERTICAL);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1913
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1914 pref_label_new(group, _("Home path (empty to use your home directory)"));
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1915 hbox = pref_box_new(group, FALSE, GTK_ORIENTATION_HORIZONTAL, PREF_PAD_SPACE);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1916
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1917 tabcomp = tab_completion_new(&lc->home_path_entry, lc->options.home_path, NULL, NULL);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1918 tab_completion_add_select_button(lc->home_path_entry, NULL, TRUE);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1919 gtk_box_pack_start(GTK_BOX(hbox), tabcomp, TRUE, TRUE, 0);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1920 gtk_widget_show(tabcomp);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1921
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1922 button = pref_button_new(hbox, NULL, _("Use current"), FALSE,
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1923 G_CALLBACK(home_path_set_current_cb), lc);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1924
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1925 pref_checkbox_new_int(group, _("Show date in directories list view"),
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1926 lc->options.show_directory_date, &lc->options.show_directory_date);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1927
1514
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
1928 pref_checkbox_new_int(group, _("Exit program when this window is closed"),
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
1929 lc->options.exit_on_close, &lc->options.exit_on_close);
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
1930
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1931 group = pref_group_new(vbox, FALSE, _("Start-up directory:"), GTK_ORIENTATION_VERTICAL);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1932
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1933 button = pref_radiobutton_new(group, NULL, _("No change"),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1934 (lc->options.startup_path == STARTUP_PATH_CURRENT),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1935 G_CALLBACK(startup_path_set_current_cb), lc);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1936 button = pref_radiobutton_new(group, button, _("Restore last path"),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1937 (lc->options.startup_path == STARTUP_PATH_LAST),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1938 G_CALLBACK(startup_path_set_last_cb), lc);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1939 button = pref_radiobutton_new(group, button, _("Home path"),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1940 (lc->options.startup_path == STARTUP_PATH_HOME),
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1941 G_CALLBACK(startup_path_set_home_cb), lc);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1942
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1943 group = pref_group_new(vbox, FALSE, _("Layout"), GTK_ORIENTATION_VERTICAL);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1944
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1945 lc->layout_widget = layout_config_new();
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1946 layout_config_set(lc->layout_widget, lw->options.style, lw->options.order);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1947 gtk_box_pack_start(GTK_BOX(group), lc->layout_widget, TRUE, TRUE, 0);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1948
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1949 gtk_widget_show(lc->layout_widget);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1950 gtk_widget_show(lc->configwindow);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1951 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1952
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1953 /*
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1954 *-----------------------------------------------------------------------------
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1955 * base
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1956 *-----------------------------------------------------------------------------
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1957 */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
1958
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1959 void layout_sync_options_with_current_state(LayoutWindow *lw)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1960 {
1336
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1961 Histogram *histogram;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1962 if (!layout_valid(&lw)) return;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1963
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1964 lw->options.main_window.maximized = window_maximized(lw->window);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1965 if (!lw->options.main_window.maximized)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1966 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1967 layout_geometry_get(lw, &lw->options.main_window.x, &lw->options.main_window.y,
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1968 &lw->options.main_window.w, &lw->options.main_window.h);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1969 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1970
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1971 layout_geometry_get_dividers(lw, &lw->options.main_window.hdivider_pos, &lw->options.main_window.vdivider_pos);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1972
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1973 // layout_sort_get(NULL, &options->file_sort.method, &options->file_sort.ascending);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1974
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1975 layout_geometry_get_tools(lw, &lw->options.float_window.x, &lw->options.float_window.y,
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1976 &lw->options.float_window.w, &lw->options.float_window.h, &lw->options.float_window.vdivider_pos);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1977
1336
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1978 lw->options.image_overlay.state = image_osd_get(lw->image);
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1979 histogram = image_osd_get_histogram(lw->image);
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1980
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1981 lw->options.image_overlay.histogram_channel = histogram->histogram_channel;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1982 lw->options.image_overlay.histogram_mode = histogram->histogram_mode;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
1983
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1984 g_free(lw->options.last_path);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
1985 lw->options.last_path = g_strdup(layout_get_path(lw));
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1986 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
1987
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1988 void layout_apply_options(LayoutWindow *lw, LayoutOptions *lop)
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1989 {
1437
a3d3208b0c50 gint -> gboolean.
zas_
parents: 1436
diff changeset
1990 gboolean refresh_style;
a3d3208b0c50 gint -> gboolean.
zas_
parents: 1436
diff changeset
1991 gboolean refresh_lists;
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1992
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1993 if (!layout_valid(&lw)) return;
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1994 /* FIXME: add other options too */
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1995
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1996 refresh_style = (lop->style != lw->options.style || strcmp(lop->order, lw->options.order) != 0);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1997 refresh_lists = (lop->show_directory_date != lw->options.show_directory_date);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1998
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
1999 copy_layout_options(&lw->options, lop);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2000
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2001 if (refresh_style) layout_style_set(lw, lw->options.style, lw->options.order);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2002 if (refresh_lists) layout_refresh(lw);
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2003 }
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2004
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2005
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2006 void layout_close(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2007 {
1514
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
2008 if (!lw->options.exit_on_close && layout_window_list && layout_window_list->next)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2009 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2010 layout_free(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2011 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2012 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2013 {
278
04abf5b160eb exit_gqview() renamed to exit_program().
zas_
parents: 273
diff changeset
2014 exit_program();
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2015 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2016 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2017
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2018 void layout_free(LayoutWindow *lw)
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2019 {
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2020 gint i;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2021 if (!lw) return;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2022
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2023 layout_window_list = g_list_remove(layout_window_list, lw);
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2024 if (current_lw == lw) current_lw = NULL;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2025
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1291
diff changeset
2026 if (lw->exif_window) g_signal_handlers_disconnect_matched(G_OBJECT(lw->exif_window), G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, lw);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents: 1291
diff changeset
2027
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2028 layout_bars_close(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2029
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
2030 g_object_unref(lw->menu_bar);
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
2031 g_object_unref(lw->utility_box);
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2032
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2033 for (i = 0; i < TOOLBAR_COUNT; i++)
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2034 {
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2035 if (lw->toolbar[i]) g_object_unref(lw->toolbar[i]);
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2036 string_list_free(lw->toolbar_actions[i]);
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2037 }
1470
38925ff71a46 do not re-create ui_manager at layout change
nadvornik
parents: 1466
diff changeset
2038
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2039 gtk_widget_destroy(lw->window);
837
f8c22438376c use GtkSizeGroup to control initial size of split images
nadvornik
parents: 820
diff changeset
2040
f8c22438376c use GtkSizeGroup to control initial size of split images
nadvornik
parents: 820
diff changeset
2041 if (lw->split_image_sizegroup) g_object_unref(lw->split_image_sizegroup);
442
4b2d7f9af171 Big whitespaces cleanup:
zas_
parents: 433
diff changeset
2042
796
0be132a51f51 use new notification in layout and layout_image
nadvornik
parents: 791
diff changeset
2043 file_data_unregister_notify_func(layout_image_notify_cb, lw);
0be132a51f51 use new notification in layout and layout_image
nadvornik
parents: 791
diff changeset
2044
995
6ca2c5fd7b13 Whitespaces cleanup.
zas_
parents: 984
diff changeset
2045 if (lw->dir_fd)
791
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
2046 {
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
2047 file_data_unregister_real_time_monitor(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
2048 file_data_unref(lw->dir_fd);
6d65167764ea realtime file monitor
nadvornik
parents: 787
diff changeset
2049 }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2050
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2051 free_layout_options_content(&lw->options);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2052 g_free(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2053 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2054
1433
b4ad1d201279 Use gboolean where applicable, minor cleanup and indentations fixes.
zas_
parents: 1431
diff changeset
2055 static gboolean layout_delete_cb(GtkWidget *widget, GdkEventAny *event, gpointer data)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2056 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2057 LayoutWindow *lw = data;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2058
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2059 layout_close(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2060 return TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2061 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2062
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2063 LayoutWindow *layout_new(FileData *dir_fd, LayoutOptions *lop)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2064 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2065 return layout_new_with_geometry(dir_fd, lop, NULL);
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2066 }
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2067
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2068 LayoutWindow *layout_new_with_geometry(FileData *dir_fd, LayoutOptions *lop,
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2069 const gchar *geometry)
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2070 {
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2071 LayoutWindow *lw;
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2072 GdkGeometry hint;
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2073 GdkWindowHints hint_mask;
1336
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2074 Histogram *histogram;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2075
1735
6cae2af8fdd1 added messages for debugging startup time
nadvornik
parents: 1669
diff changeset
2076 DEBUG_1("%s layout_new: start", get_exec_time());
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2077 lw = g_new0(LayoutWindow, 1);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2078
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2079 if (lop)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2080 copy_layout_options(&lw->options, lop);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2081 else
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2082 init_layout_options(&lw->options);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2083
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2084 lw->sort_method = SORT_NAME;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2085 lw->sort_ascend = TRUE;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2086
1466
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2087 layout_set_unique_id(lw);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2088 // lw->options.tools_float = popped;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2089 // lw->options.tools_hidden = hidden;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2090 // lw->bar_sort_enabled = options->panels.sort.enabled;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2091 // lw->bar_enabled = options->panels.info.enabled;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2092
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2093 /* default layout */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2094
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2095 layout_config_parse(lw->options.style, lw->options.order,
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2096 &lw->dir_location, &lw->file_location, &lw->image_location);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2097 if (lw->options.dir_view_type >= VIEW_DIR_TYPES_COUNT) lw->options.dir_view_type = 0;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2098 if (lw->options.file_view_type >= VIEW_FILE_TYPES_COUNT) lw->options.file_view_type = 0;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2099
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2100 /* divider positions */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2101
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2102 if (!options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2103 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2104 lw->options.main_window.hdivider_pos = MAIN_WINDOW_DIV_HPOS;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2105 lw->options.main_window.vdivider_pos = MAIN_WINDOW_DIV_VPOS;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2106 lw->options.float_window.vdivider_pos = MAIN_WINDOW_DIV_VPOS;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2107 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2108
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2109 /* window */
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2110
1174
0bea79d87065 Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
zas_
parents: 1167
diff changeset
2111 lw->window = window_new(GTK_WINDOW_TOPLEVEL, GQ_APPNAME_LC, NULL, NULL, NULL);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2112 gtk_window_set_resizable(GTK_WINDOW(lw->window), TRUE);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2113 gtk_container_set_border_width(GTK_CONTAINER(lw->window), 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2114
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2115 if (options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2116 {
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2117 hint_mask = GDK_HINT_USER_POS;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2118 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2119 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2120 {
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2121 hint_mask = 0;
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2122 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2123
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2124 hint.min_width = 32;
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2125 hint.min_height = 32;
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2126 hint.base_width = 0;
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2127 hint.base_height = 0;
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2128 gtk_window_set_geometry_hints(GTK_WINDOW(lw->window), NULL, &hint,
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2129 GDK_HINT_MIN_SIZE | GDK_HINT_BASE_SIZE | hint_mask);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2130
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2131 if (options->save_window_positions)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2132 {
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2133 gtk_window_set_default_size(GTK_WINDOW(lw->window), lw->options.main_window.w, lw->options.main_window.h);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2134 // if (!layout_window_list)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2135 // {
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2136 gtk_window_move(GTK_WINDOW(lw->window), lw->options.main_window.x, lw->options.main_window.y);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2137 if (lw->options.main_window.maximized) gtk_window_maximize(GTK_WINDOW(lw->window));
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2138 // }
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2139 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2140 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2141 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2142 gtk_window_set_default_size(GTK_WINDOW(lw->window), MAINWINDOW_DEF_WIDTH, MAINWINDOW_DEF_HEIGHT);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2143 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2144
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2145 g_signal_connect(G_OBJECT(lw->window), "delete_event",
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2146 G_CALLBACK(layout_delete_cb), lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2147
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2148 g_signal_connect(G_OBJECT(lw->window), "focus-in-event",
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2149 G_CALLBACK(layout_set_current_cb), lw);
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2150
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2151 layout_keyboard_init(lw, lw->window);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2152
528
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
2153 #ifdef HAVE_LIRC
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
2154 layout_image_lirc_init(lw);
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
2155 #endif
bf9c9e37adf4 Added LIRC patch written by Matteo Beniamino
nadvornik
parents: 523
diff changeset
2156
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2157 lw->main_box = gtk_vbox_new(FALSE, 0);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2158 gtk_container_add(GTK_CONTAINER(lw->window), lw->main_box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2159 gtk_widget_show(lw->main_box);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2160
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2161 layout_grid_setup(lw);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2162 image_top_window_set_sync(lw->image, (lw->options.tools_float || lw->options.tools_hidden));
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2163
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2164 layout_util_sync(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2165 layout_status_update_all(lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2166
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
2167 if (dir_fd)
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2168 {
783
d6a7fb4b8e7c replaced directory path with FileData* dir_fd
nadvornik
parents: 774
diff changeset
2169 layout_set_fd(lw, dir_fd);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2170 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2171 else
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2172 {
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2173 GdkPixbuf *pixbuf;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2174
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2175 pixbuf = pixbuf_inline(PIXBUF_INLINE_LOGO);
1287
5fdf258f9c24 Start with "Fit to window" in "Leave Zoom at previous setting" mode
nadvornik
parents: 1284
diff changeset
2176
5fdf258f9c24 Start with "Fit to window" in "Leave Zoom at previous setting" mode
nadvornik
parents: 1284
diff changeset
2177 /* FIXME: the zoom value set here is the value, which is then copied again and again
5fdf258f9c24 Start with "Fit to window" in "Leave Zoom at previous setting" mode
nadvornik
parents: 1284
diff changeset
2178 in "Leave Zoom at previous setting" mode. This is not ideal. */
5fdf258f9c24 Start with "Fit to window" in "Leave Zoom at previous setting" mode
nadvornik
parents: 1284
diff changeset
2179 image_change_pixbuf(lw->image, pixbuf, 0.0, FALSE);
1043
5fc64d6252e7 Replaced gtk depreceated code.
bruclik
parents: 1029
diff changeset
2180 g_object_unref(pixbuf);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2181 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2182
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2183 if (geometry)
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2184 {
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2185 if (!gtk_window_parse_geometry(GTK_WINDOW(lw->window), geometry))
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2186 {
694
a3218946bd2d Sort out log_printf() vs printf_term() mix up.
zas_
parents: 671
diff changeset
2187 log_printf("%s", _("Invalid geometry\n"));
81
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2188 }
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2189 }
0ef72a64930b Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents: 41
diff changeset
2190
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2191 gtk_widget_show(lw->window);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2192 layout_tools_hide(lw, lw->options.tools_hidden);
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2193
1336
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2194 image_osd_set(lw->image, lw->options.image_overlay.state);
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2195 histogram = image_osd_get_histogram(lw->image);
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2196
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2197 histogram->histogram_channel = lw->options.image_overlay.histogram_channel;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2198 histogram->histogram_mode = lw->options.image_overlay.histogram_mode;
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2199
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2200 layout_window_list = g_list_append(layout_window_list, lw);
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2201
796
0be132a51f51 use new notification in layout and layout_image
nadvornik
parents: 791
diff changeset
2202 file_data_register_notify_func(layout_image_notify_cb, lw, NOTIFY_PRIORITY_LOW);
0be132a51f51 use new notification in layout and layout_image
nadvornik
parents: 791
diff changeset
2203
1735
6cae2af8fdd1 added messages for debugging startup time
nadvornik
parents: 1669
diff changeset
2204 DEBUG_1("%s layout_new: end", get_exec_time());
6cae2af8fdd1 added messages for debugging startup time
nadvornik
parents: 1669
diff changeset
2205
9
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2206 return lw;
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2207 }
d907d608745f Sync to GQview 1.5.9 release.
gqview
parents:
diff changeset
2208
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2209 void layout_write_attributes(LayoutOptions *layout, GString *outstr, gint indent)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2210 {
1466
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2211 WRITE_NL(); WRITE_CHAR(*layout, id);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2212
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2213 WRITE_NL(); WRITE_INT(*layout, style);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2214 WRITE_NL(); WRITE_CHAR(*layout, order);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2215 WRITE_NL(); WRITE_UINT(*layout, dir_view_type);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2216 WRITE_NL(); WRITE_UINT(*layout, file_view_type);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2217 WRITE_NL(); WRITE_BOOL(*layout, show_marks);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2218 WRITE_NL(); WRITE_BOOL(*layout, show_thumbnails);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2219 WRITE_NL(); WRITE_BOOL(*layout, show_directory_date);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2220 WRITE_NL(); WRITE_CHAR(*layout, home_path);
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2221 WRITE_NL(); WRITE_CHAR(*layout, last_path);
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2222 WRITE_NL(); WRITE_UINT(*layout, startup_path);
1514
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
2223 WRITE_NL(); WRITE_BOOL(*layout, exit_on_close);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2224 WRITE_SEPARATOR();
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2225
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2226 WRITE_NL(); WRITE_INT(*layout, main_window.x);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2227 WRITE_NL(); WRITE_INT(*layout, main_window.y);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2228 WRITE_NL(); WRITE_INT(*layout, main_window.w);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2229 WRITE_NL(); WRITE_INT(*layout, main_window.h);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2230 WRITE_NL(); WRITE_BOOL(*layout, main_window.maximized);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2231 WRITE_NL(); WRITE_INT(*layout, main_window.hdivider_pos);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2232 WRITE_NL(); WRITE_INT(*layout, main_window.vdivider_pos);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2233 WRITE_SEPARATOR();
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2234
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2235 WRITE_NL(); WRITE_INT(*layout, float_window.x);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2236 WRITE_NL(); WRITE_INT(*layout, float_window.y);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2237 WRITE_NL(); WRITE_INT(*layout, float_window.w);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2238 WRITE_NL(); WRITE_INT(*layout, float_window.h);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2239 WRITE_NL(); WRITE_INT(*layout, float_window.vdivider_pos);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2240 WRITE_SEPARATOR();
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2241
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2242 WRITE_NL(); WRITE_INT(*layout, properties_window.w);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2243 WRITE_NL(); WRITE_INT(*layout, properties_window.h);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2244 WRITE_SEPARATOR();
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2245
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2246 WRITE_NL(); WRITE_BOOL(*layout, tools_float);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2247 WRITE_NL(); WRITE_BOOL(*layout, tools_hidden);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2248 WRITE_SEPARATOR();
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2249
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2250 WRITE_NL(); WRITE_BOOL(*layout, toolbar_hidden);
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
2251 WRITE_NL(); WRITE_BOOL(*layout, show_info_pixel);
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2252
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2253 WRITE_NL(); WRITE_UINT(*layout, image_overlay.state);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2254 WRITE_NL(); WRITE_INT(*layout, image_overlay.histogram_channel);
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2255 WRITE_NL(); WRITE_INT(*layout, image_overlay.histogram_mode);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2256 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2257
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2258
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2259 void layout_write_config(LayoutWindow *lw, GString *outstr, gint indent)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2260 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2261 layout_sync_options_with_current_state(lw);
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2262 WRITE_NL(); WRITE_STRING("<layout");
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2263 layout_write_attributes(&lw->options, outstr, indent + 1);
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2264 WRITE_STRING(">");
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2265
1320
055ed09d5a03 improved bar_sort configuration
nadvornik
parents: 1317
diff changeset
2266 bar_sort_write_config(lw->bar_sort, outstr, indent + 1);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2267 bar_write_config(lw->bar, outstr, indent + 1);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2268
1582
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2269 layout_toolbar_write_config(lw, TOOLBAR_MAIN, outstr, indent + 1);
2ca277a9845b - handle color profile and write metadata buttons on statusbar by ui_manager
nadvornik
parents: 1558
diff changeset
2270 layout_toolbar_write_config(lw, TOOLBAR_STATUS, outstr, indent + 1);
1335
588d96cda850 save and restore toolbar configuration
nadvornik
parents: 1334
diff changeset
2271
1461
e015b6573d36 improved config file formatting
nadvornik
parents: 1437
diff changeset
2272 WRITE_NL(); WRITE_STRING("</layout>");
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2273 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2274
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2275 void layout_load_attributes(LayoutOptions *layout, const gchar **attribute_names, const gchar **attribute_values)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2276 {
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2277 gchar *id = NULL;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2278
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2279 while (*attribute_names)
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2280 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2281 const gchar *option = *attribute_names++;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2282 const gchar *value = *attribute_values++;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2283
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2284 /* layout options */
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2285 if (READ_CHAR_FULL("id", id)) continue;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2286
1315
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2287 if (READ_INT(*layout, style)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2288 if (READ_CHAR(*layout, order)) continue;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2289
1315
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2290 if (READ_UINT(*layout, dir_view_type)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2291 if (READ_UINT(*layout, file_view_type)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2292 if (READ_BOOL(*layout, show_marks)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2293 if (READ_BOOL(*layout, show_thumbnails)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2294 if (READ_BOOL(*layout, show_directory_date)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2295 if (READ_CHAR(*layout, home_path)) continue;
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2296 if (READ_CHAR(*layout, last_path)) continue;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2297 if (READ_UINT_CLAMP(*layout, startup_path, 0, STARTUP_PATH_HOME)) continue;
1514
22174e704d0b added option that simplifies saving of multi-window configurations
nadvornik
parents: 1511
diff changeset
2298 if (READ_BOOL(*layout, exit_on_close)) continue;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2299
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2300 /* window positions */
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2301
1315
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2302 if (READ_INT(*layout, main_window.x)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2303 if (READ_INT(*layout, main_window.y)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2304 if (READ_INT(*layout, main_window.w)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2305 if (READ_INT(*layout, main_window.h)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2306 if (READ_BOOL(*layout, main_window.maximized)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2307 if (READ_INT(*layout, main_window.hdivider_pos)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2308 if (READ_INT(*layout, main_window.vdivider_pos)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2309
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2310 if (READ_INT(*layout, float_window.x)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2311 if (READ_INT(*layout, float_window.y)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2312 if (READ_INT(*layout, float_window.w)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2313 if (READ_INT(*layout, float_window.h)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2314 if (READ_INT(*layout, float_window.vdivider_pos)) continue;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2315
1315
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2316 if (READ_INT(*layout, properties_window.w)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2317 if (READ_INT(*layout, properties_window.h)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2318
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2319 if (READ_BOOL(*layout, tools_float)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2320 if (READ_BOOL(*layout, tools_hidden)) continue;
c1d108ab3388 Since READ_*() macros are now exported, do not hide
zas_
parents: 1314
diff changeset
2321 if (READ_BOOL(*layout, toolbar_hidden)) continue;
1584
0cd2268f500b improved pixel info, changed the menu entry from "Hide" to "Show",
nadvornik
parents: 1582
diff changeset
2322 if (READ_BOOL(*layout, show_info_pixel)) continue;
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2323
1336
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2324 if (READ_UINT(*layout, image_overlay.state)) continue;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2325 if (READ_INT(*layout, image_overlay.histogram_channel)) continue;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2326 if (READ_INT(*layout, image_overlay.histogram_mode)) continue;
4179d41d1149 fixed overlay configuration
nadvornik
parents: 1335
diff changeset
2327
1464
1b3751ac4743 be more verbose on parse errors
nadvornik
parents: 1463
diff changeset
2328 log_printf("unknown attribute %s = %s\n", option, value);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2329 }
1473
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2330 if (id && strcmp(id, LAYOUT_ID_CURRENT) != 0)
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2331 {
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2332 g_free(layout->id);
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2333 layout->id = id;
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2334 }
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2335 else
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2336 {
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2337 g_free(id);
01693e68707b layout id "_current_" matches the currently active layout window
nadvornik
parents: 1470
diff changeset
2338 }
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2339 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2340
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2341 static void layout_config_startup_path(LayoutOptions *lop, gchar **path)
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2342 {
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2343 switch (lop->startup_path)
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2344 {
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2345 case STARTUP_PATH_LAST:
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2346 *path = (lop->last_path && isdir(lop->last_path)) ? g_strdup(lop->last_path) : get_current_dir();
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2347 break;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2348 case STARTUP_PATH_HOME:
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2349 *path = (lop->home_path && isdir(lop->home_path)) ? g_strdup(lop->home_path) : g_strdup(homedir());
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2350 break;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2351 default:
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2352 *path = get_current_dir();
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2353 break;
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2354 }
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2355 }
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2356
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2357
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2358 static void layout_config_commandline(LayoutOptions *lop, gchar **path)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2359 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2360 if (command_line->startup_blank)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2361 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2362 *path = NULL;
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2363 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2364 else if (command_line->file)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2365 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2366 *path = g_strdup(command_line->file);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2367 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2368 else if (command_line->path)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2369 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2370 *path = g_strdup(command_line->path);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2371 }
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2372 else layout_config_startup_path(lop, path);
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2373
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2374 if (command_line->tools_show)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2375 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2376 lop->tools_float = FALSE;
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2377 lop->tools_hidden = FALSE;
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2378 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2379 else if (command_line->tools_hide)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2380 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2381 lop->tools_hidden = TRUE;
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2382 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2383 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2384
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2385 LayoutWindow *layout_new_from_config(const gchar **attribute_names, const gchar **attribute_values, gboolean use_commandline)
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2386 {
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2387 LayoutOptions lop;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2388 LayoutWindow *lw;
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2389 gchar *path = NULL;
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2390
1436
d7a6fb7a90dd completely separated global and layout window options
nadvornik
parents: 1433
diff changeset
2391 init_layout_options(&lop);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2392
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2393 if (attribute_names) layout_load_attributes(&lop, attribute_names, attribute_values);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2394
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2395 if (use_commandline)
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2396 {
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2397 layout_config_commandline(&lop, &path);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2398 }
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2399 else
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2400 {
1511
73cecf473802 startup path options simplified and moved to layout options
nadvornik
parents: 1506
diff changeset
2401 layout_config_startup_path(&lop, &path);
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2402 }
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2403
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2404 lw = layout_new_with_geometry(NULL, &lop, use_commandline ? command_line->geometry : NULL);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2405 layout_sort_set(lw, options->file_sort.method, options->file_sort.ascending);
1313
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2406 layout_set_path(lw, path);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2407
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2408 if (use_commandline && command_line->startup_full_screen) layout_image_full_screen_start(lw);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2409 if (use_commandline && command_line->startup_in_slideshow) layout_image_slideshow_start(lw);
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2410
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2411
1ffa5222dc61 enabled commandline again
nadvornik
parents: 1309
diff changeset
2412 g_free(path);
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2413 free_layout_options_content(&lop);
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2414 return lw;
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2415 }
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2416
1466
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2417 void layout_update_from_config(LayoutWindow *lw, const gchar **attribute_names, const gchar **attribute_values)
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2418 {
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2419 LayoutOptions lop;
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2420
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2421 init_layout_options(&lop);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2422
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2423 if (attribute_names) layout_load_attributes(&lop, attribute_names, attribute_values);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2424
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2425 layout_apply_options(lw, &lop);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2426
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2427 free_layout_options_content(&lop);
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2428 }
6e020d3ab168 added possibility to update existing layout window from config
nadvornik
parents: 1464
diff changeset
2429
1309
55ea4962887a config file format changed to XML
nadvornik
parents: 1301
diff changeset
2430
1055
1646720364cf Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents: 1045
diff changeset
2431 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */