comparison ChangeLog @ 1290:0c918f8b1f51

Update ChangeLog using C locale date format, add a script to ease future updates.
author zas_
date Mon, 09 Feb 2009 09:02:04 +0000
parents 59151524529d
children a52c4435e461
comparison
equal deleted inserted replaced
1289:deb0876c29d2 1290:0c918f8b1f51
1 ------------------------------------------------------------------------ 1 ------------------------------------------------------------------------
2 r1351 | nadvornik | 2009-01-25 17:58:19 +0100 (Ne, 25 led 2009) | 2 lines 2 r1385 | nadvornik | 2009-02-07 22:03:11 +0100 (Sat, 07 Feb 2009) | 4 lines
3
4 force at least one idle call before writting metadata
5 (without this the exit_program_write_metadata_cb could be called
6 before the exit_program function finished)
7
8 ------------------------------------------------------------------------
9 r1384 | nadvornik | 2009-02-07 20:01:21 +0100 (Sat, 07 Feb 2009) | 6 lines
10
11 use metadata_read_* functions where possible
12 switch exiv2 to utf8 charset
13 support for exiv2 formatting that depends on other tags:
14 http://dev.robotbattle.com/bugs/view.php?id=0000516
15
16
17 ------------------------------------------------------------------------
18 r1383 | nadvornik | 2009-02-07 00:49:03 +0100 (Sat, 07 Feb 2009) | 2 lines
19
20 Start with "Fit to window" in "Leave Zoom at previous setting" mode
21
22 ------------------------------------------------------------------------
23 r1382 | nadvornik | 2009-02-06 23:56:52 +0100 (Fri, 06 Feb 2009) | 4 lines
24
25 do not switch to the next image on mouse click in split mode
26 it interferes with image switching too much
27
28
29 ------------------------------------------------------------------------
30 r1381 | nadvornik | 2009-02-06 23:41:47 +0100 (Fri, 06 Feb 2009) | 2 lines
31
32 improved labels of some menu items
33
34 ------------------------------------------------------------------------
35 r1380 | zas_ | 2009-02-04 18:15:30 +0100 (Wed, 04 Feb 2009) | 1 line
36
37 Add year 2009 to copyright info everywhere.
38 ------------------------------------------------------------------------
39 r1379 | zas_ | 2009-02-04 17:50:24 +0100 (Wed, 04 Feb 2009) | 1 line
40
41 Fix up the copyright years info.
42 ------------------------------------------------------------------------
43 r1378 | zas_ | 2009-02-04 17:49:11 +0100 (Wed, 04 Feb 2009) | 1 line
44
45 Update README header.
46 ------------------------------------------------------------------------
47 r1377 | zas_ | 2009-02-04 17:47:02 +0100 (Wed, 04 Feb 2009) | 1 line
48
49 Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
50 ------------------------------------------------------------------------
51 r1376 | zas_ | 2009-02-04 15:51:23 +0100 (Wed, 04 Feb 2009) | 1 line
52
53 Do not show geeqie itself in editors menus.
54 ------------------------------------------------------------------------
55 r1375 | nadvornik | 2009-02-03 19:04:10 +0100 (Tue, 03 Feb 2009) | 2 lines
56
57 do not translate already translated texts from desktop files
58
59 ------------------------------------------------------------------------
60 r1374 | zas_ | 2009-02-03 14:52:20 +0100 (Tue, 03 Feb 2009) | 1 line
61
62 Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
63 ------------------------------------------------------------------------
64 r1373 | zas_ | 2009-02-03 14:50:10 +0100 (Tue, 03 Feb 2009) | 1 line
65
66 Reorder fields a bit and make flags field unsigned.
67 ------------------------------------------------------------------------
68 r1372 | zas_ | 2009-02-03 09:41:21 +0100 (Tue, 03 Feb 2009) | 1 line
69
70 editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
71 ------------------------------------------------------------------------
72 r1371 | nadvornik | 2009-02-02 21:32:59 +0100 (Mon, 02 Feb 2009) | 3 lines
73
74 improved placing of external commands in menu
75 small menu improvements
76
77 ------------------------------------------------------------------------
78 r1370 | nadvornik | 2009-02-01 23:35:40 +0100 (Sun, 01 Feb 2009) | 3 lines
79
80 test TryExec,
81 xdg_data_home added to the list of directories
82
83 ------------------------------------------------------------------------
84 r1369 | nadvornik | 2009-02-01 19:27:42 +0100 (Sun, 01 Feb 2009) | 2 lines
85
86 fixed switch from single to split image
87
88 ------------------------------------------------------------------------
89 r1368 | nadvornik | 2009-02-01 13:48:14 +0100 (Sun, 01 Feb 2009) | 2 lines
90
91 read external editors from .desktop files
92
93 ------------------------------------------------------------------------
94 r1367 | zas_ | 2009-01-29 20:43:34 +0100 (Thu, 29 Jan 2009) | 1 line
95
96 Sort the list alphabetically and remove an empty line.
97 ------------------------------------------------------------------------
98 r1366 | nadvornik | 2009-01-29 20:23:39 +0100 (Thu, 29 Jan 2009) | 4 lines
99
100 switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
101 (new glib-gettextize does not support the old method)
102
103
104 ------------------------------------------------------------------------
105 r1365 | zas_ | 2009-01-29 20:07:07 +0100 (Thu, 29 Jan 2009) | 1 line
106
107 gint -> gboolean.
108 ------------------------------------------------------------------------
109 r1364 | zas_ | 2009-01-29 20:00:24 +0100 (Thu, 29 Jan 2009) | 1 line
110
111 Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland.
112 ------------------------------------------------------------------------
113 r1363 | zas_ | 2009-01-29 19:52:52 +0100 (Thu, 29 Jan 2009) | 1 line
114
115 Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
116 ------------------------------------------------------------------------
117 r1362 | nadvornik | 2009-01-29 19:05:41 +0100 (Thu, 29 Jan 2009) | 2 lines
118
119 added SIGBUS handler
120
121 ------------------------------------------------------------------------
122 r1361 | nadvornik | 2009-01-26 22:08:05 +0100 (Mon, 26 Jan 2009) | 2 lines
123
124 fixed compilation with lirc
125
126 ------------------------------------------------------------------------
127 r1360 | zas_ | 2009-01-26 15:59:49 +0100 (Mon, 26 Jan 2009) | 1 line
128
129 Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
130 ------------------------------------------------------------------------
131 r1359 | zas_ | 2009-01-26 15:50:56 +0100 (Mon, 26 Jan 2009) | 1 line
132
133 Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
134 ------------------------------------------------------------------------
135 r1358 | zas_ | 2009-01-26 15:49:09 +0100 (Mon, 26 Jan 2009) | 1 line
136
137 Move -Wall before -Wno-* options for them to have any effect.
138 ------------------------------------------------------------------------
139 r1357 | zas_ | 2009-01-26 15:18:08 +0100 (Mon, 26 Jan 2009) | 1 line
140
141 Keep -O0 over -O2 as requested by Vladimir.
142 ------------------------------------------------------------------------
143 r1356 | zas_ | 2009-01-26 09:36:23 +0100 (Mon, 26 Jan 2009) | 1 line
144
145 Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
146 ------------------------------------------------------------------------
147 r1355 | zas_ | 2009-01-26 09:30:30 +0100 (Mon, 26 Jan 2009) | 1 line
148
149 Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
150 ------------------------------------------------------------------------
151 r1354 | nadvornik | 2009-01-25 20:38:31 +0100 (Sun, 25 Jan 2009) | 2 lines
152
153 added the original COPYING file from GQview - we can't rely on autogen.sh
154
155 ------------------------------------------------------------------------
156 r1352 | nadvornik | 2009-01-25 19:14:08 +0100 (Sun, 25 Jan 2009) | 2 lines
157
158 updated ChangeLog from svn log
159
160 ------------------------------------------------------------------------
161 r1351 | nadvornik | 2009-01-25 17:58:19 +0100 (Sun, 25 Jan 2009) | 2 lines
3 162
4 fixed gthread detection 163 fixed gthread detection
5 164
6 ------------------------------------------------------------------------ 165 ------------------------------------------------------------------------
7 r1350 | nadvornik | 2009-01-25 10:27:27 +0100 (Ne, 25 led 2009) | 2 lines 166 r1350 | nadvornik | 2009-01-25 10:27:27 +0100 (Sun, 25 Jan 2009) | 2 lines
8 167
9 do not ignore newly created sidecars 168 do not ignore newly created sidecars
10 169
11 ------------------------------------------------------------------------ 170 ------------------------------------------------------------------------
12 r1349 | nadvornik | 2009-01-24 14:46:08 +0100 (So, 24 led 2009) | 2 lines 171 r1349 | nadvornik | 2009-01-24 14:46:08 +0100 (Sat, 24 Jan 2009) | 2 lines
13 172
14 adjusted marks spacing to align them with the marks filter 173 adjusted marks spacing to align them with the marks filter
15 174
16 ------------------------------------------------------------------------ 175 ------------------------------------------------------------------------
17 r1348 | zas_ | 2009-01-24 14:38:53 +0100 (So, 24 led 2009) | 1 line 176 r1348 | zas_ | 2009-01-24 14:38:53 +0100 (Sat, 24 Jan 2009) | 1 line
18 177
19 Fix incorrect translation. 178 Fix incorrect translation.
20 ------------------------------------------------------------------------ 179 ------------------------------------------------------------------------
21 r1347 | nadvornik | 2009-01-24 14:05:06 +0100 (So, 24 led 2009) | 4 lines 180 r1347 | nadvornik | 2009-01-24 14:05:06 +0100 (Sat, 24 Jan 2009) | 4 lines
22 181
23 fixed restoring of OSD at layout_image_full_screen_stop 182 fixed restoring of OSD at layout_image_full_screen_stop
24 https://sourceforge.net/tracker/index.php?func=detail&aid=2039839&group_id=222125&atid=1054680 183 https://sourceforge.net/tracker/index.php?func=detail&aid=2039839&group_id=222125&atid=1054680
25 184
26 185
27 ------------------------------------------------------------------------ 186 ------------------------------------------------------------------------
28 r1346 | nadvornik | 2009-01-24 13:15:01 +0100 (So, 24 led 2009) | 2 lines 187 r1346 | nadvornik | 2009-01-24 13:15:01 +0100 (Sat, 24 Jan 2009) | 2 lines
29 188
30 fixed glib warning 189 fixed glib warning
31 190
32 ------------------------------------------------------------------------ 191 ------------------------------------------------------------------------
33 r1345 | nadvornik | 2009-01-24 11:09:29 +0100 (So, 24 led 2009) | 2 lines 192 r1345 | nadvornik | 2009-01-24 11:09:29 +0100 (Sat, 24 Jan 2009) | 2 lines
34 193
35 updated version string 194 updated version string
36 195
37 ------------------------------------------------------------------------ 196 ------------------------------------------------------------------------
38 r1344 | zas_ | 2009-01-24 08:41:23 +0100 (So, 24 led 2009) | 1 line 197 r1344 | zas_ | 2009-01-24 08:41:23 +0100 (Sat, 24 Jan 2009) | 1 line
39 198
40 Silent two compilation warnings. 199 Silent two compilation warnings.
41 ------------------------------------------------------------------------ 200 ------------------------------------------------------------------------
42 r1343 | zas_ | 2009-01-24 08:36:21 +0100 (So, 24 led 2009) | 1 line 201 r1343 | zas_ | 2009-01-24 08:36:21 +0100 (Sat, 24 Jan 2009) | 1 line
43 202
44 French translation was updated. 203 French translation was updated.
45 ------------------------------------------------------------------------ 204 ------------------------------------------------------------------------
46 r1342 | nadvornik | 2009-01-23 23:53:02 +0100 (Pá, 23 led 2009) | 2 lines 205 r1342 | nadvornik | 2009-01-23 23:53:02 +0100 (Fri, 23 Jan 2009) | 2 lines
47 206
48 fixed possible crash 207 fixed possible crash
49 208
50 ------------------------------------------------------------------------ 209 ------------------------------------------------------------------------
51 r1341 | nadvornik | 2009-01-21 19:30:54 +0100 (St, 21 led 2009) | 2 lines 210 r1341 | nadvornik | 2009-01-21 19:30:54 +0100 (Wed, 21 Jan 2009) | 2 lines
52 211
53 enable threads by default 212 enable threads by default
54 213
55 ------------------------------------------------------------------------ 214 ------------------------------------------------------------------------
56 r1340 | nadvornik | 2009-01-21 19:16:26 +0100 (St, 21 led 2009) | 2 lines 215 r1340 | nadvornik | 2009-01-21 19:16:26 +0100 (Wed, 21 Jan 2009) | 2 lines
57 216
58 compilation fixes for older exiv2 217 compilation fixes for older exiv2
59 218
60 ------------------------------------------------------------------------ 219 ------------------------------------------------------------------------
61 r1339 | nadvornik | 2009-01-20 23:53:09 +0100 (Út, 20 led 2009) | 2 lines 220 r1339 | nadvornik | 2009-01-20 23:53:09 +0100 (Tue, 20 Jan 2009) | 2 lines
62 221
63 improved metadata preferences 222 improved metadata preferences
64 223
65 ------------------------------------------------------------------------ 224 ------------------------------------------------------------------------
66 r1338 | nadvornik | 2009-01-20 23:29:31 +0100 (Út, 20 led 2009) | 2 lines 225 r1338 | nadvornik | 2009-01-20 23:29:31 +0100 (Tue, 20 Jan 2009) | 2 lines
67 226
68 fixed possible segfault 227 fixed possible segfault
69 228
70 ------------------------------------------------------------------------ 229 ------------------------------------------------------------------------
71 r1337 | nadvornik | 2009-01-11 22:28:03 +0100 (Ne, 11 led 2009) | 2 lines 230 r1337 | nadvornik | 2009-01-11 22:28:03 +0100 (Sun, 11 Jan 2009) | 2 lines
72 231
73 show symlinks in filelist 232 show symlinks in filelist
74 233
75 ------------------------------------------------------------------------ 234 ------------------------------------------------------------------------
76 r1336 | nadvornik | 2009-01-11 22:24:58 +0100 (Ne, 11 led 2009) | 2 lines 235 r1336 | nadvornik | 2009-01-11 22:24:58 +0100 (Sun, 11 Jan 2009) | 2 lines
77 236
78 fixed includes 237 fixed includes
79 238
80 ------------------------------------------------------------------------ 239 ------------------------------------------------------------------------
81 r1335 | nadvornik | 2009-01-11 19:58:05 +0100 (Ne, 11 led 2009) | 2 lines 240 r1335 | nadvornik | 2009-01-11 19:58:05 +0100 (Sun, 11 Jan 2009) | 2 lines
82 241
83 added a status bar button for writting metadata immediately 242 added a status bar button for writting metadata immediately
84 243
85 ------------------------------------------------------------------------ 244 ------------------------------------------------------------------------
86 r1334 | nadvornik | 2009-01-11 13:13:30 +0100 (Ne, 11 led 2009) | 3 lines 245 r1334 | nadvornik | 2009-01-11 13:13:30 +0100 (Sun, 11 Jan 2009) | 3 lines
87 246
88 metadata write mode (direct or sidecar) made configurable for each file 247 metadata write mode (direct or sidecar) made configurable for each file
89 format 248 format
90 249
91 ------------------------------------------------------------------------ 250 ------------------------------------------------------------------------
92 r1333 | nadvornik | 2009-01-10 21:40:37 +0100 (So, 10 led 2009) | 3 lines 251 r1333 | nadvornik | 2009-01-10 21:40:37 +0100 (Sat, 10 Jan 2009) | 3 lines
93 252
94 simplified metadata interface, dropped metadata_read, 253 simplified metadata interface, dropped metadata_read,
95 fixes for older exiv2 versions 254 fixes for older exiv2 versions
96 255
97 ------------------------------------------------------------------------ 256 ------------------------------------------------------------------------
98 r1332 | zas_ | 2009-01-04 18:14:34 +0100 (Ne, 04 led 2009) | 1 line 257 r1332 | zas_ | 2009-01-04 18:14:34 +0100 (Sun, 04 Jan 2009) | 1 line
99 258
100 When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved. 259 When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
101 ------------------------------------------------------------------------ 260 ------------------------------------------------------------------------
102 r1331 | zas_ | 2009-01-04 11:32:47 +0100 (Ne, 04 led 2009) | 1 line 261 r1331 | zas_ | 2009-01-04 11:32:47 +0100 (Sun, 04 Jan 2009) | 1 line
103 262
104 French translation was updated. 263 French translation was updated.
105 ------------------------------------------------------------------------ 264 ------------------------------------------------------------------------
106 r1330 | zas_ | 2009-01-03 18:13:20 +0100 (So, 03 led 2009) | 1 line 265 r1330 | zas_ | 2009-01-03 18:13:20 +0100 (Sat, 03 Jan 2009) | 1 line
107 266
108 Silent warnings. 267 Silent warnings.
109 ------------------------------------------------------------------------ 268 ------------------------------------------------------------------------
110 r1329 | nadvornik | 2009-01-03 16:29:08 +0100 (So, 03 led 2009) | 2 lines 269 r1329 | nadvornik | 2009-01-03 16:29:08 +0100 (Sat, 03 Jan 2009) | 2 lines
111 270
112 write keywords and comments with separate functions 271 write keywords and comments with separate functions
113 272
114 ------------------------------------------------------------------------ 273 ------------------------------------------------------------------------
115 r1328 | nadvornik | 2009-01-03 00:14:01 +0100 (So, 03 led 2009) | 2 lines 274 r1328 | nadvornik | 2009-01-03 00:14:01 +0100 (Sat, 03 Jan 2009) | 2 lines
116 275
117 fixed updating of selection after deleting the last image from the list 276 fixed updating of selection after deleting the last image from the list
118 277
119 ------------------------------------------------------------------------ 278 ------------------------------------------------------------------------
120 r1327 | nadvornik | 2009-01-02 23:57:09 +0100 (Pá, 02 led 2009) | 5 lines 279 r1327 | nadvornik | 2009-01-02 23:57:09 +0100 (Fri, 02 Jan 2009) | 5 lines
121 280
122 do not enter a directory after rename 281 do not enter a directory after rename
123 fixed dir tree updating 282 fixed dir tree updating
124 http://sourceforge.net/tracker/index.php?func=detail&aid=2481287&group_id=222125&atid=1054680 283 http://sourceforge.net/tracker/index.php?func=detail&aid=2481287&group_id=222125&atid=1054680
125 284
126 285
127 ------------------------------------------------------------------------ 286 ------------------------------------------------------------------------
128 r1326 | nadvornik | 2009-01-02 15:58:21 +0100 (Pá, 02 led 2009) | 4 lines 287 r1326 | nadvornik | 2009-01-02 15:58:21 +0100 (Fri, 02 Jan 2009) | 4 lines
129 288
130 added done callback to utilops 289 added done callback to utilops
131 used the callback for metadata writting at exit and for renaming new 290 used the callback for metadata writting at exit and for renaming new
132 folder 291 folder
133 292
134 ------------------------------------------------------------------------ 293 ------------------------------------------------------------------------
135 r1325 | nadvornik | 2009-01-02 10:39:14 +0100 (Pá, 02 led 2009) | 2 lines 294 r1325 | nadvornik | 2009-01-02 10:39:14 +0100 (Fri, 02 Jan 2009) | 2 lines
136 295
137 fixed view_dir notification 296 fixed view_dir notification
138 297
139 ------------------------------------------------------------------------ 298 ------------------------------------------------------------------------
140 r1324 | nadvornik | 2009-01-02 10:26:23 +0100 (Pá, 02 led 2009) | 4 lines 299 r1324 | nadvornik | 2009-01-02 10:26:23 +0100 (Fri, 02 Jan 2009) | 4 lines
141 300
142 sidecar files grouping was made case-insensitive 301 sidecar files grouping was made case-insensitive
143 added possibility to use macros %raw, %image, %meta in extensions lists 302 added possibility to use macros %raw, %image, %meta in extensions lists
144 303
145 304
146 ------------------------------------------------------------------------ 305 ------------------------------------------------------------------------
147 r1323 | nadvornik | 2008-12-27 23:53:07 +0100 (So, 27 pro 2008) | 2 lines 306 r1323 | nadvornik | 2008-12-27 23:53:07 +0100 (Sat, 27 Dec 2008) | 2 lines
148 307
149 fixed writting of legacy metadata 308 fixed writting of legacy metadata
150 309
151 ------------------------------------------------------------------------ 310 ------------------------------------------------------------------------
152 r1322 | nadvornik | 2008-12-26 20:04:36 +0100 (Pá, 26 pro 2008) | 3 lines 311 r1322 | nadvornik | 2008-12-26 20:04:36 +0100 (Fri, 26 Dec 2008) | 3 lines
153 312
154 optimized get_mark_func 313 optimized get_mark_func
155 fixed reference counting bug 314 fixed reference counting bug
156 315
157 ------------------------------------------------------------------------ 316 ------------------------------------------------------------------------
158 r1321 | nadvornik | 2008-12-26 19:54:07 +0100 (Pá, 26 pro 2008) | 2 lines 317 r1321 | nadvornik | 2008-12-26 19:54:07 +0100 (Fri, 26 Dec 2008) | 2 lines
159 318
160 remove cached entries on all changes 319 remove cached entries on all changes
161 320
162 ------------------------------------------------------------------------ 321 ------------------------------------------------------------------------
163 r1320 | nadvornik | 2008-12-26 18:38:52 +0100 (Pá, 26 pro 2008) | 2 lines 322 r1320 | nadvornik | 2008-12-26 18:38:52 +0100 (Fri, 26 Dec 2008) | 2 lines
164 323
165 fixed previous change 324 fixed previous change
166 325
167 ------------------------------------------------------------------------ 326 ------------------------------------------------------------------------
168 r1319 | nadvornik | 2008-12-26 15:12:36 +0100 (Pá, 26 pro 2008) | 3 lines 327 r1319 | nadvornik | 2008-12-26 15:12:36 +0100 (Fri, 26 Dec 2008) | 3 lines
169 328
170 improved sidecar writting 329 improved sidecar writting
171 private metadata can be saved in xmp format 330 private metadata can be saved in xmp format
172 331
173 ------------------------------------------------------------------------ 332 ------------------------------------------------------------------------
174 r1318 | nadvornik | 2008-12-25 13:39:34 +0100 (Čt, 25 pro 2008) | 2 lines 333 r1318 | nadvornik | 2008-12-25 13:39:34 +0100 (Thu, 25 Dec 2008) | 2 lines
175 334
176 implemented a possibility to connect keywords with marks 335 implemented a possibility to connect keywords with marks
177 336
178 ------------------------------------------------------------------------ 337 ------------------------------------------------------------------------
179 r1317 | nadvornik | 2008-12-25 13:28:04 +0100 (Čt, 25 pro 2008) | 2 lines 338 r1317 | nadvornik | 2008-12-25 13:28:04 +0100 (Thu, 25 Dec 2008) | 2 lines
180 339
181 low-level keyword-to-mark functionality 340 low-level keyword-to-mark functionality
182 341
183 ------------------------------------------------------------------------ 342 ------------------------------------------------------------------------
184 r1316 | nadvornik | 2008-12-25 13:19:37 +0100 (Čt, 25 pro 2008) | 2 lines 343 r1316 | nadvornik | 2008-12-25 13:19:37 +0100 (Thu, 25 Dec 2008) | 2 lines
185 344
186 perform internal commands in idle call 345 perform internal commands in idle call
187 346
188 ------------------------------------------------------------------------ 347 ------------------------------------------------------------------------
189 r1315 | nadvornik | 2008-12-23 23:42:57 +0100 (Út, 23 pro 2008) | 2 lines 348 r1315 | nadvornik | 2008-12-23 23:42:57 +0100 (Tue, 23 Dec 2008) | 2 lines
190 349
191 allow writing of empty keywords/comment 350 allow writing of empty keywords/comment
192 351
193 ------------------------------------------------------------------------ 352 ------------------------------------------------------------------------
194 r1314 | nadvornik | 2008-12-23 21:53:44 +0100 (Út, 23 pro 2008) | 2 lines 353 r1314 | nadvornik | 2008-12-23 21:53:44 +0100 (Tue, 23 Dec 2008) | 2 lines
195 354
196 added change notification to bar_info.c 355 added change notification to bar_info.c
197 356
198 ------------------------------------------------------------------------ 357 ------------------------------------------------------------------------
199 r1313 | nadvornik | 2008-12-23 20:15:12 +0100 (Út, 23 pro 2008) | 2 lines 358 r1313 | nadvornik | 2008-12-23 20:15:12 +0100 (Tue, 23 Dec 2008) | 2 lines
200 359
201 improved buffering and notifications 360 improved buffering and notifications
202 361
203 ------------------------------------------------------------------------ 362 ------------------------------------------------------------------------
204 r1312 | nadvornik | 2008-12-23 20:13:48 +0100 (Út, 23 pro 2008) | 3 lines 363 r1312 | nadvornik | 2008-12-23 20:13:48 +0100 (Tue, 23 Dec 2008) | 3 lines
205 364
206 write changes immediately, the necessary buffering is done on lower 365 write changes immediately, the necessary buffering is done on lower
207 level in metadata.c 366 level in metadata.c
208 367
209 ------------------------------------------------------------------------ 368 ------------------------------------------------------------------------
210 r1311 | nadvornik | 2008-12-23 00:25:15 +0100 (Út, 23 pro 2008) | 2 lines 369 r1311 | nadvornik | 2008-12-23 00:25:15 +0100 (Tue, 23 Dec 2008) | 2 lines
211 370
212 file class made configurable in preferences 371 file class made configurable in preferences
213 372
214 ------------------------------------------------------------------------ 373 ------------------------------------------------------------------------
215 r1310 | zas_ | 2008-12-22 20:43:46 +0100 (Po, 22 pro 2008) | 1 line 374 r1310 | zas_ | 2008-12-22 20:43:46 +0100 (Mon, 22 Dec 2008) | 1 line
216 375
217 French translation was updated. 376 French translation was updated.
218 ------------------------------------------------------------------------ 377 ------------------------------------------------------------------------
219 r1309 | nadvornik | 2008-12-22 19:29:25 +0100 (Po, 22 pro 2008) | 2 lines 378 r1309 | nadvornik | 2008-12-22 19:29:25 +0100 (Mon, 22 Dec 2008) | 2 lines
220 379
221 write metadata after timeout, image change or dir change 380 write metadata after timeout, image change or dir change
222 381
223 ------------------------------------------------------------------------ 382 ------------------------------------------------------------------------
224 r1308 | nadvornik | 2008-12-22 19:15:26 +0100 (Po, 22 pro 2008) | 2 lines 383 r1308 | nadvornik | 2008-12-22 19:15:26 +0100 (Mon, 22 Dec 2008) | 2 lines
225 384
226 show metadata options in preferences dialog 385 show metadata options in preferences dialog
227 386
228 ------------------------------------------------------------------------ 387 ------------------------------------------------------------------------
229 r1307 | nadvornik | 2008-12-21 22:36:58 +0100 (Ne, 21 pro 2008) | 2 lines 388 r1307 | nadvornik | 2008-12-21 22:36:58 +0100 (Sun, 21 Dec 2008) | 2 lines
230 389
231 fixed safe delete 390 fixed safe delete
232 391
233 ------------------------------------------------------------------------ 392 ------------------------------------------------------------------------
234 r1306 | nadvornik | 2008-12-21 22:20:36 +0100 (Ne, 21 pro 2008) | 2 lines 393 r1306 | nadvornik | 2008-12-21 22:20:36 +0100 (Sun, 21 Dec 2008) | 2 lines
235 394
236 most of the metadata options now works 395 most of the metadata options now works
237 396
238 ------------------------------------------------------------------------ 397 ------------------------------------------------------------------------
239 r1305 | nadvornik | 2008-12-21 17:26:03 +0100 (Ne, 21 pro 2008) | 2 lines 398 r1305 | nadvornik | 2008-12-21 17:26:03 +0100 (Sun, 21 Dec 2008) | 2 lines
240 399
241 fixed new options 400 fixed new options
242 401
243 ------------------------------------------------------------------------ 402 ------------------------------------------------------------------------
244 r1304 | zas_ | 2008-12-21 10:28:16 +0100 (Ne, 21 pro 2008) | 1 line 403 r1304 | zas_ | 2008-12-21 10:28:16 +0100 (Sun, 21 Dec 2008) | 1 line
245 404
246 French translation was updated. 405 French translation was updated.
247 ------------------------------------------------------------------------ 406 ------------------------------------------------------------------------
248 r1303 | nadvornik | 2008-12-21 00:18:20 +0100 (Ne, 21 pro 2008) | 2 lines 407 r1303 | nadvornik | 2008-12-21 00:18:20 +0100 (Sun, 21 Dec 2008) | 2 lines
249 408
250 added options for metadata - not yet used 409 added options for metadata - not yet used
251 410
252 ------------------------------------------------------------------------ 411 ------------------------------------------------------------------------
253 r1302 | zas_ | 2008-12-20 22:47:04 +0100 (So, 20 pro 2008) | 1 line 412 r1302 | zas_ | 2008-12-20 22:47:04 +0100 (Sat, 20 Dec 2008) | 1 line
254 413
255 Fix two minor compilation warnings. 414 Fix two minor compilation warnings.
256 ------------------------------------------------------------------------ 415 ------------------------------------------------------------------------
257 r1301 | zas_ | 2008-12-20 22:30:27 +0100 (So, 20 pro 2008) | 1 line 416 r1301 | zas_ | 2008-12-20 22:30:27 +0100 (Sat, 20 Dec 2008) | 1 line
258 417
259 Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue. 418 Switch to fullscreen when double clicking on file in icon or list view. Feature request 1966042. The code was there since a long time but disabled, please report any issue.
260 ------------------------------------------------------------------------ 419 ------------------------------------------------------------------------
261 r1300 | nadvornik | 2008-12-20 21:43:56 +0100 (So, 20 pro 2008) | 3 lines 420 r1300 | nadvornik | 2008-12-20 21:43:56 +0100 (Sat, 20 Dec 2008) | 3 lines
262 421
263 use the workflow in utilops.c for metadata approving and writting 422 use the workflow in utilops.c for metadata approving and writting
264 TODO: configuration 423 TODO: configuration
265 424
266 ------------------------------------------------------------------------ 425 ------------------------------------------------------------------------
267 r1299 | nadvornik | 2008-12-16 13:59:23 +0100 (Út, 16 pro 2008) | 2 lines 426 r1299 | nadvornik | 2008-12-16 13:59:23 +0100 (Tue, 16 Dec 2008) | 2 lines
268 427
269 queue metadata and write them in an idle callback 428 queue metadata and write them in an idle callback
270 429
271 ------------------------------------------------------------------------ 430 ------------------------------------------------------------------------
272 r1298 | nadvornik | 2008-12-15 23:47:31 +0100 (Po, 15 pro 2008) | 5 lines 431 r1298 | nadvornik | 2008-12-15 23:47:31 +0100 (Mon, 15 Dec 2008) | 5 lines
273 432
274 prepared infrastructure for delayed metadata writting - refreshing 433 prepared infrastructure for delayed metadata writting - refreshing
275 metadata immediately before writting is now possible 434 metadata immediately before writting is now possible
276 435
277 modified metadata are stored in fd->modified_xmp 436 modified metadata are stored in fd->modified_xmp
278 437
279 ------------------------------------------------------------------------ 438 ------------------------------------------------------------------------
280 r1297 | zas_ | 2008-12-15 19:04:42 +0100 (Po, 15 pro 2008) | 1 line 439 r1297 | zas_ | 2008-12-15 19:04:42 +0100 (Mon, 15 Dec 2008) | 1 line
281 440
282 Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file. 441 Allow to drag keywords on files in list or icon view. Dragged text is appended to keywords list of the destination file.
283 ------------------------------------------------------------------------ 442 ------------------------------------------------------------------------
284 r1296 | zas_ | 2008-12-09 20:12:38 +0100 (Út, 09 pro 2008) | 1 line 443 r1296 | zas_ | 2008-12-09 20:12:38 +0100 (Tue, 09 Dec 2008) | 1 line
285 444
286 French translation was updated. 445 French translation was updated.
287 ------------------------------------------------------------------------ 446 ------------------------------------------------------------------------
288 r1295 | zas_ | 2008-12-09 18:51:28 +0100 (Út, 09 pro 2008) | 1 line 447 r1295 | zas_ | 2008-12-09 18:51:28 +0100 (Tue, 09 Dec 2008) | 1 line
289 448
290 Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added. 449 Allow to invert the current selection in Collection view. A new Selection submenu was added to the contextual menu, Select All and Select None were moved to it, and Invert selection was added.
291 ------------------------------------------------------------------------ 450 ------------------------------------------------------------------------
292 r1294 | zas_ | 2008-12-08 22:34:32 +0100 (Po, 08 pro 2008) | 1 line 451 r1294 | zas_ | 2008-12-08 22:34:32 +0100 (Mon, 08 Dec 2008) | 1 line
293 452
294 Display error dialog with appropriate message when user is trying to open an invalid collection file. 453 Display error dialog with appropriate message when user is trying to open an invalid collection file.
295 ------------------------------------------------------------------------ 454 ------------------------------------------------------------------------
296 r1293 | zas_ | 2008-12-08 22:33:14 +0100 (Po, 08 pro 2008) | 1 line 455 r1293 | zas_ | 2008-12-08 22:33:14 +0100 (Mon, 08 Dec 2008) | 1 line
297 456
298 Cosmetic fix. 457 Cosmetic fix.
299 ------------------------------------------------------------------------ 458 ------------------------------------------------------------------------
300 r1292 | zas_ | 2008-12-07 16:51:50 +0100 (Ne, 07 pro 2008) | 1 line 459 r1292 | zas_ | 2008-12-07 16:51:50 +0100 (Sun, 07 Dec 2008) | 1 line
301 460
302 Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name). 461 Fix patch 1290: we only want to remove unused parameter warnings not all warnings produced by -Wextra, so just disable then using -Wno-unused-parameter and re-add -Wextra (was -W, but this is the old name).
303 ------------------------------------------------------------------------ 462 ------------------------------------------------------------------------
304 r1291 | nadvornik | 2008-12-07 14:28:04 +0100 (Ne, 07 pro 2008) | 2 lines 463 r1291 | nadvornik | 2008-12-07 14:28:04 +0100 (Sun, 07 Dec 2008) | 2 lines
305 464
306 handle the case when io.open() fails 465 handle the case when io.open() fails
307 466
308 ------------------------------------------------------------------------ 467 ------------------------------------------------------------------------
309 r1290 | nadvornik | 2008-12-06 22:24:38 +0100 (So, 06 pro 2008) | 4 lines 468 r1290 | nadvornik | 2008-12-06 22:24:38 +0100 (Sat, 06 Dec 2008) | 4 lines
310 469
311 disabled the "unused parameter" warnings, they are harmless and nobody 470 disabled the "unused parameter" warnings, they are harmless and nobody
312 is going to fix it ;) 471 is going to fix it ;)
313 (note: -W is equivalent to -Wextra) 472 (note: -W is equivalent to -Wextra)
314 473
315 ------------------------------------------------------------------------ 474 ------------------------------------------------------------------------
316 r1289 | zas_ | 2008-12-02 20:34:53 +0100 (Út, 02 pro 2008) | 1 line 475 r1289 | zas_ | 2008-12-02 20:34:53 +0100 (Tue, 02 Dec 2008) | 1 line
317 476
318 Rename few variables to make the code more readable. 477 Rename few variables to make the code more readable.
319 ------------------------------------------------------------------------ 478 ------------------------------------------------------------------------
320 r1288 | zas_ | 2008-11-30 22:59:28 +0100 (Ne, 30 lis 2008) | 1 line 479 r1288 | zas_ | 2008-11-30 22:59:28 +0100 (Sun, 30 Nov 2008) | 1 line
321 480
322 keyword_list_find() -> find_string_in_list(), return gboolean. 481 keyword_list_find() -> find_string_in_list(), return gboolean.
323 ------------------------------------------------------------------------ 482 ------------------------------------------------------------------------
324 r1287 | zas_ | 2008-11-30 22:52:37 +0100 (Ne, 30 lis 2008) | 1 line 483 r1287 | zas_ | 2008-11-30 22:52:37 +0100 (Sun, 30 Nov 2008) | 1 line
325 484
326 metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters. 485 metadata_set_keywords() -> metadata_set(). Use gboolean type for boolean parameters.
327 ------------------------------------------------------------------------ 486 ------------------------------------------------------------------------
328 r1286 | zas_ | 2008-11-30 22:43:01 +0100 (Ne, 30 lis 2008) | 1 line 487 r1286 | zas_ | 2008-11-30 22:43:01 +0100 (Sun, 30 Nov 2008) | 1 line
329 488
330 Rename most comment_*() functions to more appropriate metadata_*(). 489 Rename most comment_*() functions to more appropriate metadata_*().
331 ------------------------------------------------------------------------ 490 ------------------------------------------------------------------------
332 r1285 | zas_ | 2008-11-30 12:46:34 +0100 (Ne, 30 lis 2008) | 1 line 491 r1285 | zas_ | 2008-11-30 12:46:34 +0100 (Sun, 30 Nov 2008) | 1 line
333 492
334 File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse(). 493 File filters cleanup: add .pef .dng and .arw extensions to default sidecar extensions list, add .k25 in Kodak raw extensions, simplify and optimize sidecar_ext_parse().
335 ------------------------------------------------------------------------ 494 ------------------------------------------------------------------------
336 r1284 | zas_ | 2008-11-27 20:10:59 +0100 (Čt, 27 lis 2008) | 1 line 495 r1284 | zas_ | 2008-11-27 20:10:59 +0100 (Thu, 27 Nov 2008) | 1 line
337 496
338 Do not hardcode exif formatted prefix. 497 Do not hardcode exif formatted prefix.
339 ------------------------------------------------------------------------ 498 ------------------------------------------------------------------------
340 r1283 | zas_ | 2008-11-27 13:34:39 +0100 (Čt, 27 lis 2008) | 1 line 499 r1283 | zas_ | 2008-11-27 13:34:39 +0100 (Thu, 27 Nov 2008) | 1 line
341 500
342 Fix up sign-related warning. 501 Fix up sign-related warning.
343 ------------------------------------------------------------------------ 502 ------------------------------------------------------------------------
344 r1282 | zas_ | 2008-11-27 13:34:03 +0100 (Čt, 27 lis 2008) | 1 line 503 r1282 | zas_ | 2008-11-27 13:34:03 +0100 (Thu, 27 Nov 2008) | 1 line
345 504
346 Fix up unsigned expression always true warning. 505 Fix up unsigned expression always true warning.
347 ------------------------------------------------------------------------ 506 ------------------------------------------------------------------------
348 r1281 | zas_ | 2008-11-27 13:33:07 +0100 (Čt, 27 lis 2008) | 1 line 507 r1281 | zas_ | 2008-11-27 13:33:07 +0100 (Thu, 27 Nov 2008) | 1 line
349 508
350 Resync .h with .c declarations. 509 Resync .h with .c declarations.
351 ------------------------------------------------------------------------ 510 ------------------------------------------------------------------------
352 r1280 | zas_ | 2008-11-27 13:31:27 +0100 (Čt, 27 lis 2008) | 1 line 511 r1280 | zas_ | 2008-11-27 13:31:27 +0100 (Thu, 27 Nov 2008) | 1 line
353 512
354 Fix up pointer signedness warnings. 513 Fix up pointer signedness warnings.
355 ------------------------------------------------------------------------ 514 ------------------------------------------------------------------------
356 r1279 | zas_ | 2008-11-27 13:30:49 +0100 (Čt, 27 lis 2008) | 1 line 515 r1279 | zas_ | 2008-11-27 13:30:49 +0100 (Thu, 27 Nov 2008) | 1 line
357 516
358 Fix up not a prototype warning. 517 Fix up not a prototype warning.
359 ------------------------------------------------------------------------ 518 ------------------------------------------------------------------------
360 r1278 | zas_ | 2008-11-27 13:30:10 +0100 (Čt, 27 lis 2008) | 1 line 519 r1278 | zas_ | 2008-11-27 13:30:10 +0100 (Thu, 27 Nov 2008) | 1 line
361 520
362 Remove unused variable. 521 Remove unused variable.
363 ------------------------------------------------------------------------ 522 ------------------------------------------------------------------------
364 r1277 | zas_ | 2008-11-27 13:29:38 +0100 (Čt, 27 lis 2008) | 1 line 523 r1277 | zas_ | 2008-11-27 13:29:38 +0100 (Thu, 27 Nov 2008) | 1 line
365 524
366 Fix up deprecated function and not a prototype warnings. 525 Fix up deprecated function and not a prototype warnings.
367 ------------------------------------------------------------------------ 526 ------------------------------------------------------------------------
368 r1276 | zas_ | 2008-11-26 21:39:50 +0100 (St, 26 lis 2008) | 1 line 527 r1276 | zas_ | 2008-11-26 21:39:50 +0100 (Wed, 26 Nov 2008) | 1 line
369 528
370 Handle return values better to silent some warnings. 529 Handle return values better to silent some warnings.
371 ------------------------------------------------------------------------ 530 ------------------------------------------------------------------------
372 r1275 | zas_ | 2008-11-26 21:38:47 +0100 (St, 26 lis 2008) | 1 line 531 r1275 | zas_ | 2008-11-26 21:38:47 +0100 (Wed, 26 Nov 2008) | 1 line
373 532
374 Print a message if chown() or chmod() fail. 533 Print a message if chown() or chmod() fail.
375 ------------------------------------------------------------------------ 534 ------------------------------------------------------------------------
376 r1274 | zas_ | 2008-11-26 21:37:14 +0100 (St, 26 lis 2008) | 1 line 535 r1274 | zas_ | 2008-11-26 21:37:14 +0100 (Wed, 26 Nov 2008) | 1 line
377 536
378 Fix up format vs type warning. 537 Fix up format vs type warning.
379 ------------------------------------------------------------------------ 538 ------------------------------------------------------------------------
380 r1273 | zas_ | 2008-11-25 18:32:51 +0100 (Út, 25 lis 2008) | 1 line 539 r1273 | zas_ | 2008-11-25 18:32:51 +0100 (Tue, 25 Nov 2008) | 1 line
381 540
382 Move comments/keywords read and write stuff to new metadata.{c,h}. 541 Move comments/keywords read and write stuff to new metadata.{c,h}.
383 ------------------------------------------------------------------------ 542 ------------------------------------------------------------------------
384 r1272 | zas_ | 2008-11-25 18:01:03 +0100 (Út, 25 lis 2008) | 1 line 543 r1272 | zas_ | 2008-11-25 18:01:03 +0100 (Tue, 25 Nov 2008) | 1 line
385 544
386 Fix up unsigned expression always true/false warnings. 545 Fix up unsigned expression always true/false warnings.
387 ------------------------------------------------------------------------ 546 ------------------------------------------------------------------------
388 r1271 | zas_ | 2008-11-23 23:05:27 +0100 (Ne, 23 lis 2008) | 1 line 547 r1271 | zas_ | 2008-11-23 23:05:27 +0100 (Sun, 23 Nov 2008) | 1 line
389 548
390 Hide .gqv extension from collection name in collection window title and recent menu list. 549 Hide .gqv extension from collection name in collection window title and recent menu list.
391 ------------------------------------------------------------------------ 550 ------------------------------------------------------------------------
392 r1270 | zas_ | 2008-11-23 17:16:09 +0100 (Ne, 23 lis 2008) | 1 line 551 r1270 | zas_ | 2008-11-23 17:16:09 +0100 (Sun, 23 Nov 2008) | 1 line
393 552
394 Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role(). 553 Rename wmsubclass and name to role, which corresponds better to the purpose of the parameter as it ends to be passed to gtk_window_set_role().
395 ------------------------------------------------------------------------ 554 ------------------------------------------------------------------------
396 r1269 | zas_ | 2008-11-23 17:10:29 +0100 (Ne, 23 lis 2008) | 1 line 555 r1269 | zas_ | 2008-11-23 17:10:29 +0100 (Sun, 23 Nov 2008) | 1 line
397 556
398 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. 557 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.
399 ------------------------------------------------------------------------ 558 ------------------------------------------------------------------------
400 r1268 | zas_ | 2008-11-22 23:54:51 +0100 (So, 22 lis 2008) | 1 line 559 r1268 | zas_ | 2008-11-22 23:54:51 +0100 (Sat, 22 Nov 2008) | 1 line
401 560
402 Use the last selected images for the splitted views. Ie. when 5 images are selected, the last one is displayed, split quad while open images 5,4,3,2. It seems better to me. 561 Use the last selected images for the splitted views. Ie. when 5 images are selected, the last one is displayed, split quad while open images 5,4,3,2. It seems better to me.
403 ------------------------------------------------------------------------ 562 ------------------------------------------------------------------------
404 r1267 | zas_ | 2008-11-22 23:43:18 +0100 (So, 22 lis 2008) | 1 line 563 r1267 | zas_ | 2008-11-22 23:43:18 +0100 (Sat, 22 Nov 2008) | 1 line
405 564
406 When more than one image is selected, Split Horizontal, Vertical and Quad will use selected images when initialized. 565 When more than one image is selected, Split Horizontal, Vertical and Quad will use selected images when initialized.
407 ------------------------------------------------------------------------ 566 ------------------------------------------------------------------------
408 r1266 | zas_ | 2008-11-22 23:10:10 +0100 (So, 22 lis 2008) | 1 line 567 r1266 | zas_ | 2008-11-22 23:10:10 +0100 (Sat, 22 Nov 2008) | 1 line
409 568
410 Tidy up. 569 Tidy up.
411 ------------------------------------------------------------------------ 570 ------------------------------------------------------------------------
412 r1265 | zas_ | 2008-11-22 23:04:21 +0100 (So, 22 lis 2008) | 1 line 571 r1265 | zas_ | 2008-11-22 23:04:21 +0100 (Sat, 22 Nov 2008) | 1 line
413 572
414 Use common code for layout_image_setup_split_none() too. 573 Use common code for layout_image_setup_split_none() too.
415 ------------------------------------------------------------------------ 574 ------------------------------------------------------------------------
416 r1264 | zas_ | 2008-11-22 22:58:07 +0100 (So, 22 lis 2008) | 1 line 575 r1264 | zas_ | 2008-11-22 22:58:07 +0100 (Sat, 22 Nov 2008) | 1 line
417 576
418 layout_image_setup_split_*(): simplify code. 577 layout_image_setup_split_*(): simplify code.
419 ------------------------------------------------------------------------ 578 ------------------------------------------------------------------------
420 r1263 | zas_ | 2008-11-22 22:11:09 +0100 (So, 22 lis 2008) | 1 line 579 r1263 | zas_ | 2008-11-22 22:11:09 +0100 (Sat, 22 Nov 2008) | 1 line
421 580
422 layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common(). 581 layout_image_setup_split_*(): move common code to a new function layout_image_setup_split_common().
423 ------------------------------------------------------------------------ 582 ------------------------------------------------------------------------
424 r1262 | zas_ | 2008-11-22 17:24:23 +0100 (So, 22 lis 2008) | 1 line 583 r1262 | zas_ | 2008-11-22 17:24:23 +0100 (Sat, 22 Nov 2008) | 1 line
425 584
426 Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml. 585 Add a back button in the toolbar: it allows to go back and forth between two directories. Experimental, please test and comment on ml.
427 ------------------------------------------------------------------------ 586 ------------------------------------------------------------------------
428 r1261 | zas_ | 2008-11-20 18:28:34 +0100 (Čt, 20 lis 2008) | 1 line 587 r1261 | zas_ | 2008-11-20 18:28:34 +0100 (Thu, 20 Nov 2008) | 1 line
429 588
430 Force font weight and style to normal for keys. 589 Force font weight and style to normal for keys.
431 ------------------------------------------------------------------------ 590 ------------------------------------------------------------------------
432 r1260 | zas_ | 2008-11-20 18:23:46 +0100 (Čt, 20 lis 2008) | 1 line 591 r1260 | zas_ | 2008-11-20 18:23:46 +0100 (Thu, 20 Nov 2008) | 1 line
433 592
434 Fix up yet unmarked keys. 593 Fix up yet unmarked keys.
435 ------------------------------------------------------------------------ 594 ------------------------------------------------------------------------
436 r1259 | zas_ | 2008-11-20 12:46:43 +0100 (Čt, 20 lis 2008) | 1 line 595 r1259 | zas_ | 2008-11-20 12:46:43 +0100 (Thu, 20 Nov 2008) | 1 line
437 596
438 Fix compilation warnings. 597 Fix compilation warnings.
439 ------------------------------------------------------------------------ 598 ------------------------------------------------------------------------
440 r1258 | zas_ | 2008-11-20 08:22:56 +0100 (Čt, 20 lis 2008) | 1 line 599 r1258 | zas_ | 2008-11-20 08:22:56 +0100 (Thu, 20 Nov 2008) | 1 line
441 600
442 Fix up some missing html code. 601 Fix up some missing html code.
443 ------------------------------------------------------------------------ 602 ------------------------------------------------------------------------
444 r1257 | zas_ | 2008-11-19 23:57:40 +0100 (St, 19 lis 2008) | 1 line 603 r1257 | zas_ | 2008-11-19 23:57:40 +0100 (Wed, 19 Nov 2008) | 1 line
445 604
446 More keys. 605 More keys.
447 ------------------------------------------------------------------------ 606 ------------------------------------------------------------------------
448 r1256 | zas_ | 2008-11-19 23:46:27 +0100 (St, 19 lis 2008) | 1 line 607 r1256 | zas_ | 2008-11-19 23:46:27 +0100 (Wed, 19 Nov 2008) | 1 line
449 608
450 Fix text wrongly marked as key. 609 Fix text wrongly marked as key.
451 ------------------------------------------------------------------------ 610 ------------------------------------------------------------------------
452 r1255 | zas_ | 2008-11-19 23:42:20 +0100 (St, 19 lis 2008) | 1 line 611 r1255 | zas_ | 2008-11-19 23:42:20 +0100 (Wed, 19 Nov 2008) | 1 line
453 612
454 Mark keyboard keys with a span and make them look like a key through css style. 613 Mark keyboard keys with a span and make them look like a key through css style.
455 ------------------------------------------------------------------------ 614 ------------------------------------------------------------------------
456 r1254 | zas_ | 2008-11-19 22:36:02 +0100 (St, 19 lis 2008) | 1 line 615 r1254 | zas_ | 2008-11-19 22:36:02 +0100 (Wed, 19 Nov 2008) | 1 line
457 616
458 Replace [Control] by shorter and more common [Ctrl]. 617 Replace [Control] by shorter and more common [Ctrl].
459 ------------------------------------------------------------------------ 618 ------------------------------------------------------------------------
460 r1253 | zas_ | 2008-11-19 22:16:27 +0100 (St, 19 lis 2008) | 1 line 619 r1253 | zas_ | 2008-11-19 22:16:27 +0100 (Wed, 19 Nov 2008) | 1 line
461 620
462 Unify [Shift] and [Control] notation. 621 Unify [Shift] and [Control] notation.
463 ------------------------------------------------------------------------ 622 ------------------------------------------------------------------------
464 r1252 | zas_ | 2008-11-19 21:53:53 +0100 (St, 19 lis 2008) | 1 line 623 r1252 | zas_ | 2008-11-19 21:53:53 +0100 (Wed, 19 Nov 2008) | 1 line
465 624
466 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables. 625 Move (and update) image pane shortcuts to a table. Simplify css styles for those tables.
467 ------------------------------------------------------------------------ 626 ------------------------------------------------------------------------
468 r1251 | zas_ | 2008-11-19 18:42:36 +0100 (St, 19 lis 2008) | 1 line 627 r1251 | zas_ | 2008-11-19 18:42:36 +0100 (Wed, 19 Nov 2008) | 1 line
469 628
470 Update documentation. 629 Update documentation.
471 ------------------------------------------------------------------------ 630 ------------------------------------------------------------------------
472 r1250 | zas_ | 2008-11-17 19:05:42 +0100 (Po, 17 lis 2008) | 1 line 631 r1250 | zas_ | 2008-11-17 19:05:42 +0100 (Mon, 17 Nov 2008) | 1 line
473 632
474 Fix up links and various enhancements. 633 Fix up links and various enhancements.
475 ------------------------------------------------------------------------ 634 ------------------------------------------------------------------------
476 r1249 | zas_ | 2008-11-17 18:17:47 +0100 (Po, 17 lis 2008) | 1 line 635 r1249 | zas_ | 2008-11-17 18:17:47 +0100 (Mon, 17 Nov 2008) | 1 line
477 636
478 Remove colored background in headings for printable version. 637 Remove colored background in headings for printable version.
479 ------------------------------------------------------------------------ 638 ------------------------------------------------------------------------
480 r1248 | zas_ | 2008-11-17 18:09:44 +0100 (Po, 17 lis 2008) | 1 line 639 r1248 | zas_ | 2008-11-17 18:09:44 +0100 (Mon, 17 Nov 2008) | 1 line
481 640
482 Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as discussed on the ml (obviously it has impact only when XDG support is set). Suggestion by Omari Stephens. 641 Change metadata directory to be $XDG_DATA_HOME instead of $XDG_CACHE_HOME as discussed on the ml (obviously it has impact only when XDG support is set). Suggestion by Omari Stephens.
483 ------------------------------------------------------------------------ 642 ------------------------------------------------------------------------
484 r1247 | zas_ | 2008-11-17 08:10:32 +0100 (Po, 17 lis 2008) | 1 line 643 r1247 | zas_ | 2008-11-17 08:10:32 +0100 (Mon, 17 Nov 2008) | 1 line
485 644
486 Comment out css code that slipped through by cut'n paste error. It may be useful at some time though. 645 Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
487 ------------------------------------------------------------------------ 646 ------------------------------------------------------------------------
488 r1246 | zas_ | 2008-11-16 20:58:43 +0100 (Ne, 16 lis 2008) | 1 line 647 r1246 | zas_ | 2008-11-16 20:58:43 +0100 (Sun, 16 Nov 2008) | 1 line
489 648
490 Add specific css for print media(has to be improved). 649 Add specific css for print media(has to be improved).
491 ------------------------------------------------------------------------ 650 ------------------------------------------------------------------------
492 r1245 | zas_ | 2008-11-16 17:32:14 +0100 (Ne, 16 lis 2008) | 1 line 651 r1245 | zas_ | 2008-11-16 17:32:14 +0100 (Sun, 16 Nov 2008) | 1 line
493 652
494 Update svn:ignore property: add some files and replace gqview by geeqie where applicable. 653 Update svn:ignore property: add some files and replace gqview by geeqie where applicable.
495 ------------------------------------------------------------------------ 654 ------------------------------------------------------------------------
496 r1244 | zas_ | 2008-11-15 21:17:14 +0100 (So, 15 lis 2008) | 21 lines 655 r1244 | zas_ | 2008-11-15 21:17:14 +0100 (Sat, 15 Nov 2008) | 21 lines
497 656
498 Implement preliminary support for XDG Base Directory Specification. 657 Implement preliminary support for XDG Base Directory Specification.
499 See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html. 658 See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html.
500 659
501 This feature was requested for a long time (feature requests #1950978 and #2289481). 660 This feature was requested for a long time (feature requests #1950978 and #2289481).
515 674
516 Please test and report any issue. 675 Please test and report any issue.
517 676
518 677
519 ------------------------------------------------------------------------ 678 ------------------------------------------------------------------------
520 r1243 | zas_ | 2008-11-15 21:01:25 +0100 (So, 15 lis 2008) | 1 line 679 r1243 | zas_ | 2008-11-15 21:01:25 +0100 (Sat, 15 Nov 2008) | 1 line
521 680
522 Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists(). 681 Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
523 ------------------------------------------------------------------------ 682 ------------------------------------------------------------------------
524 r1242 | nadvornik | 2008-11-15 20:13:43 +0100 (So, 15 lis 2008) | 2 lines 683 r1242 | nadvornik | 2008-11-15 20:13:43 +0100 (Sat, 15 Nov 2008) | 2 lines
525 684
526 fixed usage of deprecated functions - patch by Omari Stephens 685 fixed usage of deprecated functions - patch by Omari Stephens
527 686
528 ------------------------------------------------------------------------ 687 ------------------------------------------------------------------------
529 r1241 | zas_ | 2008-11-15 18:48:31 +0100 (So, 15 lis 2008) | 1 line 688 r1241 | zas_ | 2008-11-15 18:48:31 +0100 (Sat, 15 Nov 2008) | 1 line
530 689
531 Rename check_for_home_path() to mkdir_if_not_exists(). 690 Rename check_for_home_path() to mkdir_if_not_exists().
532 ------------------------------------------------------------------------ 691 ------------------------------------------------------------------------
533 r1240 | zas_ | 2008-11-15 18:30:45 +0100 (So, 15 lis 2008) | 11 lines 692 r1240 | zas_ | 2008-11-15 18:30:45 +0100 (Sat, 15 Nov 2008) | 11 lines
534 693
535 Use functions to return directories instead of constants. 694 Use functions to return directories instead of constants.
536 Following functions were added: 695 Following functions were added:
537 get_collections_dir() 696 get_collections_dir()
538 get_metadata_cache_dir() 697 get_metadata_cache_dir()
542 701
543 They return the full directory path. 702 They return the full directory path.
544 703
545 704
546 ------------------------------------------------------------------------ 705 ------------------------------------------------------------------------
547 r1239 | zas_ | 2008-11-15 11:35:43 +0100 (So, 15 lis 2008) | 1 line 706 r1239 | zas_ | 2008-11-15 11:35:43 +0100 (Sat, 15 Nov 2008) | 1 line
548 707
549 Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser. 708 Add a wrapper around system() call named runcmd() which allows easier debugging. Improve the code launching the help browser.
550 ------------------------------------------------------------------------ 709 ------------------------------------------------------------------------
551 r1238 | zas_ | 2008-11-14 02:10:18 +0100 (Pá, 14 lis 2008) | 1 line 710 r1238 | zas_ | 2008-11-14 02:10:18 +0100 (Fri, 14 Nov 2008) | 1 line
552 711
553 Fix up Makefile.am: add missing files and do not install template.html. 712 Fix up Makefile.am: add missing files and do not install template.html.
554 ------------------------------------------------------------------------ 713 ------------------------------------------------------------------------
555 r1237 | zas_ | 2008-11-12 22:38:00 +0100 (St, 12 lis 2008) | 1 line 714 r1237 | zas_ | 2008-11-12 22:38:00 +0100 (Wed, 12 Nov 2008) | 1 line
556 715
557 Fix a cut'n'paste error. 716 Fix a cut'n'paste error.
558 ------------------------------------------------------------------------ 717 ------------------------------------------------------------------------
559 r1236 | zas_ | 2008-11-12 22:34:55 +0100 (St, 12 lis 2008) | 1 line 718 r1236 | zas_ | 2008-11-12 22:34:55 +0100 (Wed, 12 Nov 2008) | 1 line
560 719
561 More precise description of the pan view find feature and a note about ressources eating was added. 720 More precise description of the pan view find feature and a note about ressources eating was added.
562 ------------------------------------------------------------------------ 721 ------------------------------------------------------------------------
563 r1235 | zas_ | 2008-11-12 22:15:12 +0100 (St, 12 lis 2008) | 1 line 722 r1235 | zas_ | 2008-11-12 22:15:12 +0100 (Wed, 12 Nov 2008) | 1 line
564 723
565 Add some information about the pan view. 724 Add some information about the pan view.
566 ------------------------------------------------------------------------ 725 ------------------------------------------------------------------------
567 r1234 | zas_ | 2008-11-12 18:59:14 +0100 (St, 12 lis 2008) | 1 line 726 r1234 | zas_ | 2008-11-12 18:59:14 +0100 (Wed, 12 Nov 2008) | 1 line
568 727
569 Add a note about splitted view. 728 Add a note about splitted view.
570 ------------------------------------------------------------------------ 729 ------------------------------------------------------------------------
571 r1233 | zas_ | 2008-11-12 18:48:16 +0100 (St, 12 lis 2008) | 1 line 730 r1233 | zas_ | 2008-11-12 18:48:16 +0100 (Wed, 12 Nov 2008) | 1 line
572 731
573 Add Connected zoom and Split menu items. 732 Add Connected zoom and Split menu items.
574 ------------------------------------------------------------------------ 733 ------------------------------------------------------------------------
575 r1232 | zas_ | 2008-11-12 00:35:39 +0100 (St, 12 lis 2008) | 1 line 734 r1232 | zas_ | 2008-11-12 00:35:39 +0100 (Wed, 12 Nov 2008) | 1 line
576 735
577 Add missing s... 736 Add missing s...
578 ------------------------------------------------------------------------ 737 ------------------------------------------------------------------------
579 r1231 | zas_ | 2008-11-12 00:30:13 +0100 (St, 12 lis 2008) | 1 line 738 r1231 | zas_ | 2008-11-12 00:30:13 +0100 (Wed, 12 Nov 2008) | 1 line
580 739
581 Minor fixes. 740 Minor fixes.
582 ------------------------------------------------------------------------ 741 ------------------------------------------------------------------------
583 r1230 | zas_ | 2008-11-11 22:50:42 +0100 (Út, 11 lis 2008) | 1 line 742 r1230 | zas_ | 2008-11-11 22:50:42 +0100 (Tue, 11 Nov 2008) | 1 line
584 743
585 Give a new style to menus. 744 Give a new style to menus.
586 ------------------------------------------------------------------------ 745 ------------------------------------------------------------------------
587 r1229 | zas_ | 2008-11-11 22:49:33 +0100 (Út, 11 lis 2008) | 1 line 746 r1229 | zas_ | 2008-11-11 22:49:33 +0100 (Tue, 11 Nov 2008) | 1 line
588 747
589 Fix missing parts. 748 Fix missing parts.
590 ------------------------------------------------------------------------ 749 ------------------------------------------------------------------------
591 r1228 | zas_ | 2008-11-11 22:17:55 +0100 (Út, 11 lis 2008) | 1 line 750 r1228 | zas_ | 2008-11-11 22:17:55 +0100 (Tue, 11 Nov 2008) | 1 line
592 751
593 Update main window menus description to match current Geeqie. 752 Update main window menus description to match current Geeqie.
594 ------------------------------------------------------------------------ 753 ------------------------------------------------------------------------
595 r1227 | zas_ | 2008-11-11 22:17:03 +0100 (Út, 11 lis 2008) | 1 line 754 r1227 | zas_ | 2008-11-11 22:17:03 +0100 (Tue, 11 Nov 2008) | 1 line
596 755
597 Drop dots. 756 Drop dots.
598 ------------------------------------------------------------------------ 757 ------------------------------------------------------------------------
599 r1226 | zas_ | 2008-11-11 11:32:03 +0100 (Út, 11 lis 2008) | 1 line 758 r1226 | zas_ | 2008-11-11 11:32:03 +0100 (Tue, 11 Nov 2008) | 1 line
600 759
601 Update exif pane documentation a bit. 760 Update exif pane documentation a bit.
602 ------------------------------------------------------------------------ 761 ------------------------------------------------------------------------
603 r1225 | zas_ | 2008-11-11 11:24:04 +0100 (Út, 11 lis 2008) | 1 line 762 r1225 | zas_ | 2008-11-11 11:24:04 +0100 (Tue, 11 Nov 2008) | 1 line
604 763
605 Add Properties Options page. 764 Add Properties Options page.
606 ------------------------------------------------------------------------ 765 ------------------------------------------------------------------------
607 r1224 | zas_ | 2008-11-11 11:09:09 +0100 (Út, 11 lis 2008) | 1 line 766 r1224 | zas_ | 2008-11-11 11:09:09 +0100 (Tue, 11 Nov 2008) | 1 line
608 767
609 Advanced options documentation is now almost in sync with current geeqie. 768 Advanced options documentation is now almost in sync with current geeqie.
610 ------------------------------------------------------------------------ 769 ------------------------------------------------------------------------
611 r1223 | zas_ | 2008-11-11 10:12:10 +0100 (Út, 11 lis 2008) | 1 line 770 r1223 | zas_ | 2008-11-11 10:12:10 +0100 (Tue, 11 Nov 2008) | 1 line
612 771
613 More updates to advanced options documentation. Not yet finished. 772 More updates to advanced options documentation. Not yet finished.
614 ------------------------------------------------------------------------ 773 ------------------------------------------------------------------------
615 r1222 | zas_ | 2008-11-11 00:36:12 +0100 (Út, 11 lis 2008) | 1 line 774 r1222 | zas_ | 2008-11-11 00:36:12 +0100 (Tue, 11 Nov 2008) | 1 line
616 775
617 Page cleanup and fixed. Remove obsolete note. 776 Page cleanup and fixed. Remove obsolete note.
618 ------------------------------------------------------------------------ 777 ------------------------------------------------------------------------
619 r1221 | zas_ | 2008-11-11 00:15:42 +0100 (Út, 11 lis 2008) | 1 line 778 r1221 | zas_ | 2008-11-11 00:15:42 +0100 (Tue, 11 Nov 2008) | 1 line
620 779
621 Add missing link. 780 Add missing link.
622 ------------------------------------------------------------------------ 781 ------------------------------------------------------------------------
623 r1220 | zas_ | 2008-11-11 00:05:50 +0100 (Út, 11 lis 2008) | 1 line 782 r1220 | zas_ | 2008-11-11 00:05:50 +0100 (Tue, 11 Nov 2008) | 1 line
624 783
625 Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options. 784 Update documentation a bit: General, Image, Windows, Filtering, Editors and a part of Advanced (Image Overlay) options.
626 ------------------------------------------------------------------------ 785 ------------------------------------------------------------------------
627 r1219 | zas_ | 2008-11-10 22:33:38 +0100 (Po, 10 lis 2008) | 1 line 786 r1219 | zas_ | 2008-11-10 22:33:38 +0100 (Mon, 10 Nov 2008) | 1 line
628 787
629 Let subsection menus match index style. 788 Let subsection menus match index style.
630 ------------------------------------------------------------------------ 789 ------------------------------------------------------------------------
631 r1218 | zas_ | 2008-11-10 22:14:34 +0100 (Po, 10 lis 2008) | 1 line 790 r1218 | zas_ | 2008-11-10 22:14:34 +0100 (Mon, 10 Nov 2008) | 1 line
632 791
633 Cosmetic changes in image search and find duplicates shortcuts tables. 792 Cosmetic changes in image search and find duplicates shortcuts tables.
634 ------------------------------------------------------------------------ 793 ------------------------------------------------------------------------
635 r1217 | zas_ | 2008-11-10 21:42:44 +0100 (Po, 10 lis 2008) | 1 line 794 r1217 | zas_ | 2008-11-10 21:42:44 +0100 (Mon, 10 Nov 2008) | 1 line
636 795
637 Tidy up. 796 Tidy up.
638 ------------------------------------------------------------------------ 797 ------------------------------------------------------------------------
639 r1216 | zas_ | 2008-11-10 21:40:50 +0100 (Po, 10 lis 2008) | 1 line 798 r1216 | zas_ | 2008-11-10 21:40:50 +0100 (Mon, 10 Nov 2008) | 1 line
640 799
641 Move from xhtml transitional to xhtml strict. 800 Move from xhtml transitional to xhtml strict.
642 ------------------------------------------------------------------------ 801 ------------------------------------------------------------------------
643 r1215 | zas_ | 2008-11-10 21:16:45 +0100 (Po, 10 lis 2008) | 1 line 802 r1215 | zas_ | 2008-11-10 21:16:45 +0100 (Mon, 10 Nov 2008) | 1 line
644 803
645 Minor cleanup. 804 Minor cleanup.
646 ------------------------------------------------------------------------ 805 ------------------------------------------------------------------------
647 r1214 | zas_ | 2008-11-10 20:37:17 +0100 (Po, 10 lis 2008) | 1 line 806 r1214 | zas_ | 2008-11-10 20:37:17 +0100 (Mon, 10 Nov 2008) | 1 line
648 807
649 Tidy up and minor fixes. 808 Tidy up and minor fixes.
650 ------------------------------------------------------------------------ 809 ------------------------------------------------------------------------
651 r1213 | zas_ | 2008-11-10 19:02:09 +0100 (Po, 10 lis 2008) | 1 line 810 r1213 | zas_ | 2008-11-10 19:02:09 +0100 (Mon, 10 Nov 2008) | 1 line
652 811
653 Notes cleanup and minor stylistic fixes. 812 Notes cleanup and minor stylistic fixes.
654 ------------------------------------------------------------------------ 813 ------------------------------------------------------------------------
655 r1212 | zas_ | 2008-11-10 18:16:16 +0100 (Po, 10 lis 2008) | 1 line 814 r1212 | zas_ | 2008-11-10 18:16:16 +0100 (Mon, 10 Nov 2008) | 1 line
656 815
657 Various fixes and cleanup. 816 Various fixes and cleanup.
658 ------------------------------------------------------------------------ 817 ------------------------------------------------------------------------
659 r1211 | zas_ | 2008-11-10 17:11:28 +0100 (Po, 10 lis 2008) | 1 line 818 r1211 | zas_ | 2008-11-10 17:11:28 +0100 (Mon, 10 Nov 2008) | 1 line
660 819
661 Fix up some errors. 820 Fix up some errors.
662 ------------------------------------------------------------------------ 821 ------------------------------------------------------------------------
663 r1210 | zas_ | 2008-11-10 16:20:13 +0100 (Po, 10 lis 2008) | 1 line 822 r1210 | zas_ | 2008-11-10 16:20:13 +0100 (Mon, 10 Nov 2008) | 1 line
664 823
665 Fix up unvalid xhtml. 824 Fix up unvalid xhtml.
666 ------------------------------------------------------------------------ 825 ------------------------------------------------------------------------
667 r1209 | zas_ | 2008-11-10 15:56:11 +0100 (Po, 10 lis 2008) | 1 line 826 r1209 | zas_ | 2008-11-10 15:56:11 +0100 (Mon, 10 Nov 2008) | 1 line
668 827
669 Fix up a broken link. 828 Fix up a broken link.
670 ------------------------------------------------------------------------ 829 ------------------------------------------------------------------------
671 r1208 | zas_ | 2008-11-10 15:10:39 +0100 (Po, 10 lis 2008) | 1 line 830 r1208 | zas_ | 2008-11-10 15:10:39 +0100 (Mon, 10 Nov 2008) | 1 line
672 831
673 Beautify the manual. 832 Beautify the manual.
674 ------------------------------------------------------------------------ 833 ------------------------------------------------------------------------
675 r1207 | zas_ | 2008-11-10 14:00:29 +0100 (Po, 10 lis 2008) | 1 line 834 r1207 | zas_ | 2008-11-10 14:00:29 +0100 (Mon, 10 Nov 2008) | 1 line
676 835
677 Reformat more pages. 836 Reformat more pages.
678 ------------------------------------------------------------------------ 837 ------------------------------------------------------------------------
679 r1206 | zas_ | 2008-11-10 13:06:05 +0100 (Po, 10 lis 2008) | 1 line 838 r1206 | zas_ | 2008-11-10 13:06:05 +0100 (Mon, 10 Nov 2008) | 1 line
680 839
681 Reformat remaining options pages. 840 Reformat remaining options pages.
682 ------------------------------------------------------------------------ 841 ------------------------------------------------------------------------
683 r1205 | zas_ | 2008-11-10 11:26:51 +0100 (Po, 10 lis 2008) | 1 line 842 r1205 | zas_ | 2008-11-10 11:26:51 +0100 (Mon, 10 Nov 2008) | 1 line
684 843
685 Reformatting: notes, advanced options page and more. 844 Reformatting: notes, advanced options page and more.
686 ------------------------------------------------------------------------ 845 ------------------------------------------------------------------------
687 r1204 | zas_ | 2008-11-09 22:53:33 +0100 (Ne, 09 lis 2008) | 1 line 846 r1204 | zas_ | 2008-11-09 22:53:33 +0100 (Sun, 09 Nov 2008) | 1 line
688 847
689 Reformatting. 848 Reformatting.
690 ------------------------------------------------------------------------ 849 ------------------------------------------------------------------------
691 r1203 | zas_ | 2008-11-09 18:17:19 +0100 (Ne, 09 lis 2008) | 1 line 850 r1203 | zas_ | 2008-11-09 18:17:19 +0100 (Sun, 09 Nov 2008) | 1 line
692 851
693 Reformat and cleanup. 852 Reformat and cleanup.
694 ------------------------------------------------------------------------ 853 ------------------------------------------------------------------------
695 r1202 | zas_ | 2008-11-09 14:37:39 +0100 (Ne, 09 lis 2008) | 1 line 854 r1202 | zas_ | 2008-11-09 14:37:39 +0100 (Sun, 09 Nov 2008) | 1 line
696 855
697 More cleanup of tables. 856 More cleanup of tables.
698 ------------------------------------------------------------------------ 857 ------------------------------------------------------------------------
699 r1201 | zas_ | 2008-11-09 14:06:16 +0100 (Ne, 09 lis 2008) | 1 line 858 r1201 | zas_ | 2008-11-09 14:06:16 +0100 (Sun, 09 Nov 2008) | 1 line
700 859
701 Cleanup some tables. 860 Cleanup some tables.
702 ------------------------------------------------------------------------ 861 ------------------------------------------------------------------------
703 r1200 | zas_ | 2008-11-09 13:48:00 +0100 (Ne, 09 lis 2008) | 1 line 862 r1200 | zas_ | 2008-11-09 13:48:00 +0100 (Sun, 09 Nov 2008) | 1 line
704 863
705 Drop most old css classes. 864 Drop most old css classes.
706 ------------------------------------------------------------------------ 865 ------------------------------------------------------------------------
707 r1199 | zas_ | 2008-11-09 10:39:14 +0100 (Ne, 09 lis 2008) | 1 line 866 r1199 | zas_ | 2008-11-09 10:39:14 +0100 (Sun, 09 Nov 2008) | 1 line
708 867
709 Move dialog descriptions to definitions lists, first step. 868 Move dialog descriptions to definitions lists, first step.
710 ------------------------------------------------------------------------ 869 ------------------------------------------------------------------------
711 r1198 | zas_ | 2008-11-09 10:33:01 +0100 (Ne, 09 lis 2008) | 1 line 870 r1198 | zas_ | 2008-11-09 10:33:01 +0100 (Sun, 09 Nov 2008) | 1 line
712 871
713 Index cleanup. 872 Index cleanup.
714 ------------------------------------------------------------------------ 873 ------------------------------------------------------------------------
715 r1197 | zas_ | 2008-11-09 10:28:59 +0100 (Ne, 09 lis 2008) | 1 line 874 r1197 | zas_ | 2008-11-09 10:28:59 +0100 (Sun, 09 Nov 2008) | 1 line
716 875
717 Move menu descriptions to definitions lists. 876 Move menu descriptions to definitions lists.
718 ------------------------------------------------------------------------ 877 ------------------------------------------------------------------------
719 r1196 | zas_ | 2008-11-08 23:11:51 +0100 (So, 08 lis 2008) | 1 line 878 r1196 | zas_ | 2008-11-08 23:11:51 +0100 (Sat, 08 Nov 2008) | 1 line
720 879
721 Re-introduce Geeqie User Manual footer. 880 Re-introduce Geeqie User Manual footer.
722 ------------------------------------------------------------------------ 881 ------------------------------------------------------------------------
723 r1195 | zas_ | 2008-11-08 18:38:36 +0100 (So, 08 lis 2008) | 1 line 882 r1195 | zas_ | 2008-11-08 18:38:36 +0100 (Sat, 08 Nov 2008) | 1 line
724 883
725 Simplify bottom navigation table. 884 Simplify bottom navigation table.
726 ------------------------------------------------------------------------ 885 ------------------------------------------------------------------------
727 r1194 | zas_ | 2008-11-08 18:24:02 +0100 (So, 08 lis 2008) | 1 line 886 r1194 | zas_ | 2008-11-08 18:24:02 +0100 (Sat, 08 Nov 2008) | 1 line
728 887
729 Use col tags with id in top and bottom navigation tables. 888 Use col tags with id in top and bottom navigation tables.
730 ------------------------------------------------------------------------ 889 ------------------------------------------------------------------------
731 r1193 | zas_ | 2008-11-08 12:37:17 +0100 (So, 08 lis 2008) | 1 line 890 r1193 | zas_ | 2008-11-08 12:37:17 +0100 (Sat, 08 Nov 2008) | 1 line
732 891
733 Add a generic spacer at the bottom of the page, remove now unused css classes. 892 Add a generic spacer at the bottom of the page, remove now unused css classes.
734 ------------------------------------------------------------------------ 893 ------------------------------------------------------------------------
735 r1192 | zas_ | 2008-11-08 11:59:45 +0100 (So, 08 lis 2008) | 1 line 894 r1192 | zas_ | 2008-11-08 11:59:45 +0100 (Sat, 08 Nov 2008) | 1 line
736 895
737 Add two css classes navtop and navbottom and remove unused ones. 896 Add two css classes navtop and navbottom and remove unused ones.
738 ------------------------------------------------------------------------ 897 ------------------------------------------------------------------------
739 r1191 | zas_ | 2008-11-08 11:49:18 +0100 (So, 08 lis 2008) | 1 line 898 r1191 | zas_ | 2008-11-08 11:49:18 +0100 (Sat, 08 Nov 2008) | 1 line
740 899
741 Add style.css to list of files to install. 900 Add style.css to list of files to install.
742 ------------------------------------------------------------------------ 901 ------------------------------------------------------------------------
743 r1190 | zas_ | 2008-11-08 11:47:31 +0100 (So, 08 lis 2008) | 1 line 902 r1190 | zas_ | 2008-11-08 11:47:31 +0100 (Sat, 08 Nov 2008) | 1 line
744 903
745 Move css styles to an external stylesheet. 904 Move css styles to an external stylesheet.
746 ------------------------------------------------------------------------ 905 ------------------------------------------------------------------------
747 r1189 | zas_ | 2008-11-07 00:49:31 +0100 (Pá, 07 lis 2008) | 1 line 906 r1189 | zas_ | 2008-11-07 00:49:31 +0100 (Fri, 07 Nov 2008) | 1 line
748 907
749 Remove reference to numbered section. 908 Remove reference to numbered section.
750 ------------------------------------------------------------------------ 909 ------------------------------------------------------------------------
751 r1188 | zas_ | 2008-11-07 00:43:46 +0100 (Pá, 07 lis 2008) | 1 line 910 r1188 | zas_ | 2008-11-07 00:43:46 +0100 (Fri, 07 Nov 2008) | 1 line
752 911
753 Remove references to numbered sections. 912 Remove references to numbered sections.
754 ------------------------------------------------------------------------ 913 ------------------------------------------------------------------------
755 r1187 | zas_ | 2008-11-07 00:39:22 +0100 (Pá, 07 lis 2008) | 1 line 914 r1187 | zas_ | 2008-11-07 00:39:22 +0100 (Fri, 07 Nov 2008) | 1 line
756 915
757 Simplify the table. 916 Simplify the table.
758 ------------------------------------------------------------------------ 917 ------------------------------------------------------------------------
759 r1186 | zas_ | 2008-11-06 21:01:32 +0100 (Čt, 06 lis 2008) | 10 lines 918 r1186 | zas_ | 2008-11-06 21:01:32 +0100 (Thu, 06 Nov 2008) | 10 lines
760 919
761 Previous patch (revision 1185) for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments. 920 Previous patch (revision 1185) for the comments-related segfault was incomplete, and as such, it broke keywords in files whose metadata had keywords but no comments.
762 921
763 This patch fixes that (and still fixes the case where one searches on 922 This patch fixes that (and still fixes the case where one searches on
764 comments and hits a file with keywords but no comments). Lastly, I would 923 comments and hits a file with keywords but no comments). Lastly, I would
767 that case as well. 926 that case as well.
768 927
769 Patch by Omari Stephens (aka xsdg). 928 Patch by Omari Stephens (aka xsdg).
770 929
771 ------------------------------------------------------------------------ 930 ------------------------------------------------------------------------
772 r1185 | zas_ | 2008-11-04 18:26:46 +0100 (Út, 04 lis 2008) | 1 line 931 r1185 | zas_ | 2008-11-04 18:26:46 +0100 (Tue, 04 Nov 2008) | 1 line
773 932
774 Fix a segfault occuring when searching for comments in a directory where at least one photo doesn't have a comment. The fix modifies comment_read() function to return FALSE when a comment doesn't exist. Patch by Omari Stephens. 933 Fix a segfault occuring when searching for comments in a directory where at least one photo doesn't have a comment. The fix modifies comment_read() function to return FALSE when a comment doesn't exist. Patch by Omari Stephens.
775 ------------------------------------------------------------------------ 934 ------------------------------------------------------------------------
776 r1184 | zas_ | 2008-11-04 18:11:53 +0100 (Út, 04 lis 2008) | 1 line 935 r1184 | zas_ | 2008-11-04 18:11:53 +0100 (Tue, 04 Nov 2008) | 1 line
777 936
778 Do a gtk_init before the parsing of command line arguments to allow gtk specific options. (See http://library.gnome.org/devel/gtk/2.14/gtk-running.html). Patch by Klaus Ethgen. 937 Do a gtk_init before the parsing of command line arguments to allow gtk specific options. (See http://library.gnome.org/devel/gtk/2.14/gtk-running.html). Patch by Klaus Ethgen.
779 ------------------------------------------------------------------------ 938 ------------------------------------------------------------------------
780 r1183 | zas_ | 2008-10-27 14:31:39 +0100 (Po, 27 říj 2008) | 1 line 939 r1183 | zas_ | 2008-10-27 14:31:39 +0100 (Mon, 27 Oct 2008) | 1 line
781 940
782 Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga. 941 Do not install doc/Makefile*. Reported and fixed by Krzysztof Kotlenga.
783 ------------------------------------------------------------------------ 942 ------------------------------------------------------------------------
784 r1182 | zas_ | 2008-10-26 20:27:20 +0100 (Ne, 26 říj 2008) | 1 line 943 r1182 | zas_ | 2008-10-26 20:27:20 +0100 (Sun, 26 Oct 2008) | 1 line
785 944
786 Use h2/h3 tags where appropriate. 945 Use h2/h3 tags where appropriate.
787 ------------------------------------------------------------------------ 946 ------------------------------------------------------------------------
788 r1181 | bruclik | 2008-10-26 14:43:10 +0100 (Ne, 26 říj 2008) | 2 lines 947 r1181 | bruclik | 2008-10-26 14:43:10 +0100 (Sun, 26 Oct 2008) | 2 lines
789 948
790 Fixed doc/Makefile.am according to renamed doc files. 949 Fixed doc/Makefile.am according to renamed doc files.
791 950
792 ------------------------------------------------------------------------ 951 ------------------------------------------------------------------------
793 r1180 | zas_ | 2008-10-25 16:42:52 +0200 (So, 25 říj 2008) | 1 line 952 r1180 | zas_ | 2008-10-25 16:42:52 +0200 (Sat, 25 Oct 2008) | 1 line
794 953
795 Keyboard table cleanup attempt. Need more work. 954 Keyboard table cleanup attempt. Need more work.
796 ------------------------------------------------------------------------ 955 ------------------------------------------------------------------------
797 r1179 | zas_ | 2008-10-25 15:14:00 +0200 (So, 25 říj 2008) | 1 line 956 r1179 | zas_ | 2008-10-25 15:14:00 +0200 (Sat, 25 Oct 2008) | 1 line
798 957
799 Move menus to unordered lists - step 2. 958 Move menus to unordered lists - step 2.
800 ------------------------------------------------------------------------ 959 ------------------------------------------------------------------------
801 r1178 | zas_ | 2008-10-25 13:02:09 +0200 (So, 25 říj 2008) | 1 line 960 r1178 | zas_ | 2008-10-25 13:02:09 +0200 (Sat, 25 Oct 2008) | 1 line
802 961
803 Move menus to unordered lists - step 1. 962 Move menus to unordered lists - step 1.
804 ------------------------------------------------------------------------ 963 ------------------------------------------------------------------------
805 r1177 | zas_ | 2008-10-25 10:49:07 +0200 (So, 25 říj 2008) | 1 line 964 r1177 | zas_ | 2008-10-25 10:49:07 +0200 (Sat, 25 Oct 2008) | 1 line
806 965
807 Align Previous to the left, drop useless col tags. 966 Align Previous to the left, drop useless col tags.
808 ------------------------------------------------------------------------ 967 ------------------------------------------------------------------------
809 r1176 | zas_ | 2008-10-25 10:14:34 +0200 (So, 25 říj 2008) | 1 line 968 r1176 | zas_ | 2008-10-25 10:14:34 +0200 (Sat, 25 Oct 2008) | 1 line
810 969
811 Drop meta CREATED and CHANGED since they will never be updated and svn takes care of versions. 970 Drop meta CREATED and CHANGED since they will never be updated and svn takes care of versions.
812 ------------------------------------------------------------------------ 971 ------------------------------------------------------------------------
813 r1175 | zas_ | 2008-10-25 10:10:11 +0200 (So, 25 říj 2008) | 1 line 972 r1175 | zas_ | 2008-10-25 10:10:11 +0200 (Sat, 25 Oct 2008) | 1 line
814 973
815 Fix page titles. 974 Fix page titles.
816 ------------------------------------------------------------------------ 975 ------------------------------------------------------------------------
817 r1174 | zas_ | 2008-10-25 10:07:57 +0200 (So, 25 říj 2008) | 1 line 976 r1174 | zas_ | 2008-10-25 10:07:57 +0200 (Sat, 25 Oct 2008) | 1 line
818 977
819 Drop chapters numbers from h1 title, and reformat top title a bit. 978 Drop chapters numbers from h1 title, and reformat top title a bit.
820 ------------------------------------------------------------------------ 979 ------------------------------------------------------------------------
821 r1173 | zas_ | 2008-10-25 09:47:47 +0200 (So, 25 říj 2008) | 1 line 980 r1173 | zas_ | 2008-10-25 09:47:47 +0200 (Sat, 25 Oct 2008) | 1 line
822 981
823 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering. 982 Get rid off of chapters numbers in html documentation filenames. It will ease re-ordering.
824 ------------------------------------------------------------------------ 983 ------------------------------------------------------------------------
825 r1172 | zas_ | 2008-10-24 00:45:44 +0200 (Pá, 24 říj 2008) | 1 line 984 r1172 | zas_ | 2008-10-24 00:45:44 +0200 (Fri, 24 Oct 2008) | 1 line
826 985
827 Update legal notice and copyright to mention The Geeqie Team. 986 Update legal notice and copyright to mention The Geeqie Team.
828 ------------------------------------------------------------------------ 987 ------------------------------------------------------------------------
829 r1171 | zas_ | 2008-10-23 21:06:23 +0200 (Čt, 23 říj 2008) | 1 line 988 r1171 | zas_ | 2008-10-23 21:06:23 +0200 (Thu, 23 Oct 2008) | 1 line
830 989
831 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file). 990 With the help of tidy and sed, move html files to xhtml+css. Css classes were prefixed to ease future changes (like a common css file).
832 ------------------------------------------------------------------------ 991 ------------------------------------------------------------------------
833 r1170 | zas_ | 2008-10-23 20:06:28 +0200 (Čt, 23 říj 2008) | 1 line 992 r1170 | zas_ | 2008-10-23 20:06:28 +0200 (Thu, 23 Oct 2008) | 1 line
834 993
835 Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html 994 Change occurences of GQview and gqview to Geeqie and geeqie. Rename gqview_faq.html to faq.html
836 ------------------------------------------------------------------------ 995 ------------------------------------------------------------------------
837 r1169 | zas_ | 2008-10-22 21:56:29 +0200 (St, 22 říj 2008) | 1 line 996 r1169 | zas_ | 2008-10-22 21:56:29 +0200 (Wed, 22 Oct 2008) | 1 line
838 997
839 Let Create thumbnails start in current directory (fallback to home directory if not available) as requested by Marcin Zajaczkowski (feature request 2166691). 998 Let Create thumbnails start in current directory (fallback to home directory if not available) as requested by Marcin Zajaczkowski (feature request 2166691).
840 ------------------------------------------------------------------------ 999 ------------------------------------------------------------------------
841 r1168 | nadvornik | 2008-10-20 23:00:18 +0200 (Po, 20 říj 2008) | 3 lines 1000 r1168 | nadvornik | 2008-10-20 23:00:18 +0200 (Mon, 20 Oct 2008) | 3 lines
842 1001
843 Fix a cut and paste error when implementing the comment search (Klaus 1002 Fix a cut and paste error when implementing the comment search (Klaus
844 Ethgen) 1003 Ethgen)
845 1004
846 ------------------------------------------------------------------------ 1005 ------------------------------------------------------------------------
847 r1167 | nadvornik | 2008-10-20 19:13:32 +0200 (Po, 20 říj 2008) | 2 lines 1006 r1167 | nadvornik | 2008-10-20 19:13:32 +0200 (Mon, 20 Oct 2008) | 2 lines
848 1007
849 fixed failed assertion in exif_free 1008 fixed failed assertion in exif_free
850 1009
851 ------------------------------------------------------------------------ 1010 ------------------------------------------------------------------------
852 r1166 | nadvornik | 2008-10-18 22:17:55 +0200 (So, 18 říj 2008) | 2 lines 1011 r1166 | nadvornik | 2008-10-18 22:17:55 +0200 (Sat, 18 Oct 2008) | 2 lines
853 1012
854 create xmp sidecar when needed 1013 create xmp sidecar when needed
855 1014
856 ------------------------------------------------------------------------ 1015 ------------------------------------------------------------------------
857 r1165 | nadvornik | 2008-10-18 21:20:27 +0200 (So, 18 říj 2008) | 2 lines 1016 r1165 | nadvornik | 2008-10-18 21:20:27 +0200 (Sat, 18 Oct 2008) | 2 lines
858 1017
859 simple synchronization XMP <-> Exif, IPTC 1018 simple synchronization XMP <-> Exif, IPTC
860 1019
861 ------------------------------------------------------------------------ 1020 ------------------------------------------------------------------------
862 r1164 | nadvornik | 2008-10-18 20:22:57 +0200 (So, 18 říj 2008) | 2 lines 1021 r1164 | nadvornik | 2008-10-18 20:22:57 +0200 (Sat, 18 Oct 2008) | 2 lines
863 1022
864 infrastructure for preprocessing of metadata 1023 infrastructure for preprocessing of metadata
865 1024
866 ------------------------------------------------------------------------ 1025 ------------------------------------------------------------------------
867 r1163 | nadvornik | 2008-10-18 11:07:52 +0200 (So, 18 říj 2008) | 2 lines 1026 r1163 | nadvornik | 2008-10-18 11:07:52 +0200 (Sat, 18 Oct 2008) | 2 lines
868 1027
869 fixed bar_exif separator 1028 fixed bar_exif separator
870 1029
871 ------------------------------------------------------------------------ 1030 ------------------------------------------------------------------------
872 r1162 | nadvornik | 2008-10-18 10:40:32 +0200 (So, 18 říj 2008) | 2 lines 1031 r1162 | nadvornik | 2008-10-18 10:40:32 +0200 (Sat, 18 Oct 2008) | 2 lines
873 1032
874 reordered advanced exif columns 1033 reordered advanced exif columns
875 1034
876 ------------------------------------------------------------------------ 1035 ------------------------------------------------------------------------
877 r1161 | nadvornik | 2008-10-18 10:31:25 +0200 (So, 18 říj 2008) | 2 lines 1036 r1161 | nadvornik | 2008-10-18 10:31:25 +0200 (Sat, 18 Oct 2008) | 2 lines
878 1037
879 no need to validate description, it is in utf8 1038 no need to validate description, it is in utf8
880 1039
881 ------------------------------------------------------------------------ 1040 ------------------------------------------------------------------------
882 r1160 | nadvornik | 2008-10-18 00:00:07 +0200 (So, 18 říj 2008) | 4 lines 1041 r1160 | nadvornik | 2008-10-18 00:00:07 +0200 (Sat, 18 Oct 2008) | 4 lines
883 1042
884 improved custom exif look: 1043 improved custom exif look:
885 - use toggle instead of remove button 1044 - use toggle instead of remove button
886 - display description instead of property key 1045 - display description instead of property key
887 1046
888 ------------------------------------------------------------------------ 1047 ------------------------------------------------------------------------
889 r1159 | nadvornik | 2008-10-14 23:24:34 +0200 (Út, 14 říj 2008) | 2 lines 1048 r1159 | nadvornik | 2008-10-14 23:24:34 +0200 (Tue, 14 Oct 2008) | 2 lines
890 1049
891 follow Exiv2 SVN changes 1050 follow Exiv2 SVN changes
892 1051
893 ------------------------------------------------------------------------ 1052 ------------------------------------------------------------------------
894 r1158 | zas_ | 2008-10-12 10:49:45 +0200 (Ne, 12 říj 2008) | 1 line 1053 r1158 | zas_ | 2008-10-12 10:49:45 +0200 (Sun, 12 Oct 2008) | 1 line
895 1054
896 French translation was updated. 1055 French translation was updated.
897 ------------------------------------------------------------------------ 1056 ------------------------------------------------------------------------
898 r1157 | zas_ | 2008-10-12 10:43:14 +0200 (Ne, 12 říj 2008) | 1 line 1057 r1157 | zas_ | 2008-10-12 10:43:14 +0200 (Sun, 12 Oct 2008) | 1 line
899 1058
900 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611. 1059 Add a button for each advanced entry in Properties Exif Panel that allow to remove it from display. It fixes bug 1962611.
901 ------------------------------------------------------------------------ 1060 ------------------------------------------------------------------------
902 r1156 | zas_ | 2008-10-12 10:36:53 +0200 (Ne, 12 říj 2008) | 6 lines 1061 r1156 | zas_ | 2008-10-12 10:36:53 +0200 (Sun, 12 Oct 2008) | 6 lines
903 1062
904 Better handling of accels map file writing errors. 1063 Better handling of accels map file writing errors.
905 Secure save is also used for those now, at the expense of 1064 Secure save is also used for those now, at the expense of
906 a bit of duplication of gtk functions. 1065 a bit of duplication of gtk functions.
907 It should fix bug 2146917 (debian BTS #501131), reported by 1066 It should fix bug 2146917 (debian BTS #501131), reported by
908 Stanislav Maslovski. 1067 Stanislav Maslovski.
909 1068
910 ------------------------------------------------------------------------ 1069 ------------------------------------------------------------------------
911 r1155 | nadvornik | 2008-10-11 22:19:48 +0200 (So, 11 říj 2008) | 6 lines 1070 r1155 | nadvornik | 2008-10-11 22:19:48 +0200 (Sat, 11 Oct 2008) | 6 lines
912 1071
913 added option to use exif thumbnails 1072 added option to use exif thumbnails
914 - it requires exiv2 0.18 or the current svn 1073 - it requires exiv2 0.18 or the current svn
915 - it is disabled by default because the exif thumbnails 1074 - it is disabled by default because the exif thumbnails
916 may be outdated if the image was edited 1075 may be outdated if the image was edited
917 1076
918 1077
919 ------------------------------------------------------------------------ 1078 ------------------------------------------------------------------------
920 r1154 | zas_ | 2008-10-07 21:34:11 +0200 (Út, 07 říj 2008) | 1 line 1079 r1154 | zas_ | 2008-10-07 21:34:11 +0200 (Tue, 07 Oct 2008) | 1 line
921 1080
922 French translation was updated. 1081 French translation was updated.
923 ------------------------------------------------------------------------ 1082 ------------------------------------------------------------------------
924 r1153 | zas_ | 2008-10-07 21:29:13 +0200 (Út, 07 říj 2008) | 1 line 1083 r1153 | zas_ | 2008-10-07 21:29:13 +0200 (Tue, 07 Oct 2008) | 1 line
925 1084
926 Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type. 1085 Fix up few signed vs unsigned warnings: exif_item_get_rational() last parameter is now of guint type.
927 ------------------------------------------------------------------------ 1086 ------------------------------------------------------------------------
928 r1152 | nadvornik | 2008-10-07 20:37:32 +0200 (Út, 07 říj 2008) | 2 lines 1087 r1152 | nadvornik | 2008-10-07 20:37:32 +0200 (Tue, 07 Oct 2008) | 2 lines
929 1088
930 Implement the search for image comment - patch by Klaus Ethgen 1089 Implement the search for image comment - patch by Klaus Ethgen
931 1090
932 ------------------------------------------------------------------------ 1091 ------------------------------------------------------------------------
933 r1151 | nadvornik | 2008-10-07 20:22:58 +0200 (Út, 07 říj 2008) | 2 lines 1092 r1151 | nadvornik | 2008-10-07 20:22:58 +0200 (Tue, 07 Oct 2008) | 2 lines
934 1093
935 Fixed degree symbol encoding 1094 Fixed degree symbol encoding
936 1095
937 ------------------------------------------------------------------------ 1096 ------------------------------------------------------------------------
938 r1150 | nadvornik | 2008-10-07 20:20:22 +0200 (Út, 07 říj 2008) | 2 lines 1097 r1150 | nadvornik | 2008-10-07 20:20:22 +0200 (Tue, 07 Oct 2008) | 2 lines
939 1098
940 Adding a vim modeline to all files - patch by Klaus Ethgen 1099 Adding a vim modeline to all files - patch by Klaus Ethgen
941 1100
942 ------------------------------------------------------------------------ 1101 ------------------------------------------------------------------------
943 r1149 | nadvornik | 2008-10-05 20:25:44 +0200 (Ne, 05 říj 2008) | 2 lines 1102 r1149 | nadvornik | 2008-10-05 20:25:44 +0200 (Sun, 05 Oct 2008) | 2 lines
944 1103
945 fixed confirm_delete option 1104 fixed confirm_delete option
946 1105
947 ------------------------------------------------------------------------ 1106 ------------------------------------------------------------------------
948 r1148 | nadvornik | 2008-10-04 22:28:31 +0200 (So, 04 říj 2008) | 2 lines 1107 r1148 | nadvornik | 2008-10-04 22:28:31 +0200 (Sat, 04 Oct 2008) | 2 lines
949 1108
950 fixed charset of exiv2 strings in non-utf8 locales 1109 fixed charset of exiv2 strings in non-utf8 locales
951 1110
952 ------------------------------------------------------------------------ 1111 ------------------------------------------------------------------------
953 r1147 | nadvornik | 2008-10-01 22:57:56 +0200 (St, 01 říj 2008) | 2 lines 1112 r1147 | nadvornik | 2008-10-01 22:57:56 +0200 (Wed, 01 Oct 2008) | 2 lines
954 1113
955 Add support for GPSInfo - patch by Klaus Ethgen 1114 Add support for GPSInfo - patch by Klaus Ethgen
956 1115
957 ------------------------------------------------------------------------ 1116 ------------------------------------------------------------------------
958 r1146 | nadvornik | 2008-09-29 23:17:19 +0200 (Po, 29 zář 2008) | 4 lines 1117 r1146 | nadvornik | 2008-09-29 23:17:19 +0200 (Mon, 29 Sep 2008) | 4 lines
959 1118
960 The comment section in the meta file is the last section. However it do 1119 The comment section in the meta file is the last section. However it do
961 not accept comment lines starting with a '['. This patch will fix that. 1120 not accept comment lines starting with a '['. This patch will fix that.
962 - patch by Klaus Ethgen 1121 - patch by Klaus Ethgen
963 1122
964 ------------------------------------------------------------------------ 1123 ------------------------------------------------------------------------
965 r1145 | nadvornik | 2008-09-29 23:09:48 +0200 (Po, 29 zář 2008) | 2 lines 1124 r1145 | nadvornik | 2008-09-29 23:09:48 +0200 (Mon, 29 Sep 2008) | 2 lines
966 1125
967 fixes executable right of images 1126 fixes executable right of images
968 1127
969 ------------------------------------------------------------------------ 1128 ------------------------------------------------------------------------
970 r1144 | nadvornik | 2008-09-29 23:01:30 +0200 (Po, 29 zář 2008) | 2 lines 1129 r1144 | nadvornik | 2008-09-29 23:01:30 +0200 (Mon, 29 Sep 2008) | 2 lines
971 1130
972 enlarge the dupe window - patch by Klaus Ethgen 1131 enlarge the dupe window - patch by Klaus Ethgen
973 1132
974 ------------------------------------------------------------------------ 1133 ------------------------------------------------------------------------
975 r1143 | nadvornik | 2008-09-27 20:48:32 +0200 (So, 27 zář 2008) | 2 lines 1134 r1143 | nadvornik | 2008-09-27 20:48:32 +0200 (Sat, 27 Sep 2008) | 2 lines
976 1135
977 updated preview loader to work with current svn version of libexiv2 1136 updated preview loader to work with current svn version of libexiv2
978 1137
979 ------------------------------------------------------------------------ 1138 ------------------------------------------------------------------------
980 r1142 | nadvornik | 2008-09-10 22:37:30 +0200 (St, 10 zář 2008) | 8 lines 1139 r1142 | nadvornik | 2008-09-10 22:37:30 +0200 (Wed, 10 Sep 2008) | 8 lines
981 1140
982 use SHIFT for connected scroll and zoom 1141 use SHIFT for connected scroll and zoom
983 1142
984 SHIFT + keys or mouse: affects all split windows 1143 SHIFT + keys or mouse: affects all split windows
985 keys or mouse: affects only active window 1144 keys or mouse: affects only active window
986 1145
987 CONTROL + mouse: moves fast (originally it was SHIFT + mouse) 1146 CONTROL + mouse: moves fast (originally it was SHIFT + mouse)
988 1147
989 1148
990 ------------------------------------------------------------------------ 1149 ------------------------------------------------------------------------
991 r1141 | nadvornik | 2008-09-09 21:46:44 +0200 (Út, 09 zář 2008) | 3 lines 1150 r1141 | nadvornik | 2008-09-09 21:46:44 +0200 (Tue, 09 Sep 2008) | 3 lines
992 1151
993 reverted buggy part of rev. 1138 - it made the filelist jump 1152 reverted buggy part of rev. 1138 - it made the filelist jump
994 unexpectedly 1153 unexpectedly
995 1154
996 ------------------------------------------------------------------------ 1155 ------------------------------------------------------------------------
997 r1140 | nadvornik | 2008-09-08 21:57:51 +0200 (Po, 08 zář 2008) | 3 lines 1156 r1140 | nadvornik | 2008-09-08 21:57:51 +0200 (Mon, 08 Sep 2008) | 3 lines
998 1157
999 added possibility to redraw only the parts of image that are already 1158 added possibility to redraw only the parts of image that are already
1000 loaded 1159 loaded
1001 1160
1002 ------------------------------------------------------------------------ 1161 ------------------------------------------------------------------------
1003 r1139 | zas_ | 2008-09-08 17:53:01 +0200 (Po, 08 zář 2008) | 1 line 1162 r1139 | zas_ | 2008-09-08 17:53:01 +0200 (Mon, 08 Sep 2008) | 1 line
1004 1163
1005 Fix a compiler warning regarding argument type. 1164 Fix a compiler warning regarding argument type.
1006 ------------------------------------------------------------------------ 1165 ------------------------------------------------------------------------
1007 r1138 | bruclik | 2008-09-08 01:01:30 +0200 (Po, 08 zář 2008) | 2 lines 1166 r1138 | bruclik | 2008-09-08 01:01:30 +0200 (Mon, 08 Sep 2008) | 2 lines
1008 1167
1009 Replaced gtk depreceated code. 1168 Replaced gtk depreceated code.
1010 1169
1011 ------------------------------------------------------------------------ 1170 ------------------------------------------------------------------------
1012 r1137 | zas_ | 2008-09-07 21:42:19 +0200 (Ne, 07 zář 2008) | 1 line 1171 r1137 | zas_ | 2008-09-07 21:42:19 +0200 (Sun, 07 Sep 2008) | 1 line
1013 1172
1014 Shorten config_window_apply() a bit, reduce code redunancy. 1173 Shorten config_window_apply() a bit, reduce code redunancy.
1015 ------------------------------------------------------------------------ 1174 ------------------------------------------------------------------------
1016 r1136 | zas_ | 2008-09-05 00:35:33 +0200 (Pá, 05 zář 2008) | 1 line 1175 r1136 | zas_ | 2008-09-05 00:35:33 +0200 (Fri, 05 Sep 2008) | 1 line
1017 1176
1018 Update translations stats. 1177 Update translations stats.
1019 ------------------------------------------------------------------------ 1178 ------------------------------------------------------------------------
1020 r1135 | zas_ | 2008-09-05 00:29:32 +0200 (Pá, 05 zář 2008) | 1 line 1179 r1135 | zas_ | 2008-09-05 00:29:32 +0200 (Fri, 05 Sep 2008) | 1 line
1021 1180
1022 French translation was updated. 1181 French translation was updated.
1023 ------------------------------------------------------------------------ 1182 ------------------------------------------------------------------------
1024 r1134 | zas_ | 2008-09-05 00:04:32 +0200 (Pá, 05 zář 2008) | 1 line 1183 r1134 | zas_ | 2008-09-05 00:04:32 +0200 (Fri, 05 Sep 2008) | 1 line
1025 1184
1026 Allow all Preferences pages to scroll vertically. Reduce code redundancy. 1185 Allow all Preferences pages to scroll vertically. Reduce code redundancy.
1027 ------------------------------------------------------------------------ 1186 ------------------------------------------------------------------------
1028 r1133 | zas_ | 2008-09-04 23:38:28 +0200 (Čt, 04 zář 2008) | 1 line 1187 r1133 | zas_ | 2008-09-04 23:38:28 +0200 (Thu, 04 Sep 2008) | 1 line
1029 1188
1030 Allow to change image.scroll_reset_method in Preferences > Image. 1189 Allow to change image.scroll_reset_method in Preferences > Image.
1031 ------------------------------------------------------------------------ 1190 ------------------------------------------------------------------------
1032 r1132 | nadvornik | 2008-09-04 23:19:09 +0200 (Čt, 04 zář 2008) | 4 lines 1191 r1132 | nadvornik | 2008-09-04 23:19:09 +0200 (Thu, 04 Sep 2008) | 4 lines
1033 1192
1034 fixed various problems with preserving viewport on image change, 1193 fixed various problems with preserving viewport on image change,
1035 options->image.scroll_reset_method should work again (it needs to be 1194 options->image.scroll_reset_method should work again (it needs to be
1036 added to the preferences dialog) 1195 added to the preferences dialog)
1037 1196
1038 ------------------------------------------------------------------------ 1197 ------------------------------------------------------------------------
1039 r1131 | nadvornik | 2008-09-03 23:54:49 +0200 (St, 03 zář 2008) | 3 lines 1198 r1131 | nadvornik | 2008-09-03 23:54:49 +0200 (Wed, 03 Sep 2008) | 3 lines
1040 1199
1041 load thumbnails with lower priority 1200 load thumbnails with lower priority
1042 TODO: maybe implement an exception for visible thumbnails 1201 TODO: maybe implement an exception for visible thumbnails
1043 1202
1044 ------------------------------------------------------------------------ 1203 ------------------------------------------------------------------------
1045 r1130 | zas_ | 2008-09-03 23:13:02 +0200 (St, 03 zář 2008) | 1 line 1204 r1130 | zas_ | 2008-09-03 23:13:02 +0200 (Wed, 03 Sep 2008) | 1 line
1046 1205
1047 Improve debug messages. 1206 Improve debug messages.
1048 ------------------------------------------------------------------------ 1207 ------------------------------------------------------------------------
1049 r1129 | nadvornik | 2008-09-03 22:43:10 +0200 (St, 03 zář 2008) | 2 lines 1208 r1129 | nadvornik | 2008-09-03 22:43:10 +0200 (Wed, 03 Sep 2008) | 2 lines
1050 1209
1051 adjusted default options 1210 adjusted default options
1052 1211
1053 ------------------------------------------------------------------------ 1212 ------------------------------------------------------------------------
1054 r1128 | nadvornik | 2008-09-03 22:29:32 +0200 (St, 03 zář 2008) | 2 lines 1213 r1128 | nadvornik | 2008-09-03 22:29:32 +0200 (Wed, 03 Sep 2008) | 2 lines
1055 1214
1056 adjusted redraw priority relative to icon drawing 1215 adjusted redraw priority relative to icon drawing
1057 1216
1058 ------------------------------------------------------------------------ 1217 ------------------------------------------------------------------------
1059 r1127 | nadvornik | 2008-09-03 21:58:21 +0200 (St, 03 zář 2008) | 2 lines 1218 r1127 | nadvornik | 2008-09-03 21:58:21 +0200 (Wed, 03 Sep 2008) | 2 lines
1060 1219
1061 dropped IMAGE_THROTTLE_LARGER_IMAGES code 1220 dropped IMAGE_THROTTLE_LARGER_IMAGES code
1062 1221
1063 ------------------------------------------------------------------------ 1222 ------------------------------------------------------------------------
1064 r1126 | nadvornik | 2008-09-03 21:52:11 +0200 (St, 03 zář 2008) | 2 lines 1223 r1126 | nadvornik | 2008-09-03 21:52:11 +0200 (Wed, 03 Sep 2008) | 2 lines
1065 1224
1066 fixed handling of broken images 1225 fixed handling of broken images
1067 1226
1068 ------------------------------------------------------------------------ 1227 ------------------------------------------------------------------------
1069 r1125 | nadvornik | 2008-09-01 21:18:32 +0200 (Po, 01 zář 2008) | 2 lines 1228 r1125 | nadvornik | 2008-09-01 21:18:32 +0200 (Mon, 01 Sep 2008) | 2 lines
1070 1229
1071 improved pixbuf draw priority control 1230 improved pixbuf draw priority control
1072 1231
1073 ------------------------------------------------------------------------ 1232 ------------------------------------------------------------------------
1074 r1124 | zas_ | 2008-09-01 19:29:07 +0200 (Po, 01 zář 2008) | 1 line 1233 r1124 | zas_ | 2008-09-01 19:29:07 +0200 (Mon, 01 Sep 2008) | 1 line
1075 1234
1076 Use a constant for minimal window size. Set it to 32 for all dialogs. 1235 Use a constant for minimal window size. Set it to 32 for all dialogs.
1077 ------------------------------------------------------------------------ 1236 ------------------------------------------------------------------------
1078 r1123 | zas_ | 2008-09-01 19:22:19 +0200 (Po, 01 zář 2008) | 1 line 1237 r1123 | zas_ | 2008-09-01 19:22:19 +0200 (Mon, 01 Sep 2008) | 1 line
1079 1238
1080 Remove redundant debug.h inclusion. 1239 Remove redundant debug.h inclusion.
1081 ------------------------------------------------------------------------ 1240 ------------------------------------------------------------------------
1082 r1122 | nadvornik | 2008-08-31 23:19:00 +0200 (Ne, 31 srp 2008) | 2 lines 1241 r1122 | nadvornik | 2008-08-31 23:19:00 +0200 (Sun, 31 Aug 2008) | 2 lines
1083 1242
1084 fixed read ahead callback 1243 fixed read ahead callback
1085 1244
1086 ------------------------------------------------------------------------ 1245 ------------------------------------------------------------------------
1087 r1121 | nadvornik | 2008-08-31 23:02:09 +0200 (Ne, 31 srp 2008) | 2 lines 1246 r1121 | nadvornik | 2008-08-31 23:02:09 +0200 (Sun, 31 Aug 2008) | 2 lines
1088 1247
1089 fixed error handling in image loader 1248 fixed error handling in image loader
1090 1249
1091 ------------------------------------------------------------------------ 1250 ------------------------------------------------------------------------
1092 r1120 | nadvornik | 2008-08-31 20:53:11 +0200 (Ne, 31 srp 2008) | 2 lines 1251 r1120 | nadvornik | 2008-08-31 20:53:11 +0200 (Sun, 31 Aug 2008) | 2 lines
1093 1252
1094 fixed possible endless loop 1253 fixed possible endless loop
1095 1254
1096 ------------------------------------------------------------------------ 1255 ------------------------------------------------------------------------
1097 r1119 | zas_ | 2008-08-31 14:29:49 +0200 (Ne, 31 srp 2008) | 1 line 1256 r1119 | zas_ | 2008-08-31 14:29:49 +0200 (Sun, 31 Aug 2008) | 1 line
1098 1257
1099 Add a Save button to Preferences dialog, which allow to save options to file without quitting the application. 1258 Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
1100 ------------------------------------------------------------------------ 1259 ------------------------------------------------------------------------
1101 r1118 | zas_ | 2008-08-31 13:27:24 +0200 (Ne, 31 srp 2008) | 1 line 1260 r1118 | zas_ | 2008-08-31 13:27:24 +0200 (Sun, 31 Aug 2008) | 1 line
1102 1261
1103 Move quoted_value() and escquote_value() to misc.[ch]. 1262 Move quoted_value() and escquote_value() to misc.[ch].
1104 ------------------------------------------------------------------------ 1263 ------------------------------------------------------------------------
1105 r1117 | zas_ | 2008-08-31 12:51:41 +0200 (Ne, 31 srp 2008) | 1 line 1264 r1117 | zas_ | 2008-08-31 12:51:41 +0200 (Sun, 31 Aug 2008) | 1 line
1106 1265
1107 Move miscellaneous functions to their own files (new misc.[ch]). 1266 Move miscellaneous functions to their own files (new misc.[ch]).
1108 ------------------------------------------------------------------------ 1267 ------------------------------------------------------------------------
1109 r1116 | nadvornik | 2008-08-31 12:08:48 +0200 (Ne, 31 srp 2008) | 2 lines 1268 r1116 | nadvornik | 2008-08-31 12:08:48 +0200 (Sun, 31 Aug 2008) | 2 lines
1110 1269
1111 use GThreadPool 1270 use GThreadPool
1112 1271
1113 ------------------------------------------------------------------------ 1272 ------------------------------------------------------------------------
1114 r1115 | nadvornik | 2008-08-31 11:20:29 +0200 (Ne, 31 srp 2008) | 2 lines 1273 r1115 | nadvornik | 2008-08-31 11:20:29 +0200 (Sun, 31 Aug 2008) | 2 lines
1115 1274
1116 improved thread support in image loader 1275 improved thread support in image loader
1117 1276
1118 ------------------------------------------------------------------------ 1277 ------------------------------------------------------------------------
1119 r1114 | zas_ | 2008-08-31 11:13:42 +0200 (Ne, 31 srp 2008) | 1 line 1278 r1114 | zas_ | 2008-08-31 11:13:42 +0200 (Sun, 31 Aug 2008) | 1 line
1120 1279
1121 Move save/load_options() to options.[ch]. 1280 Move save/load_options() to options.[ch].
1122 ------------------------------------------------------------------------ 1281 ------------------------------------------------------------------------
1123 r1113 | zas_ | 2008-08-31 10:59:39 +0200 (Ne, 31 srp 2008) | 1 line 1282 r1113 | zas_ | 2008-08-31 10:59:39 +0200 (Sun, 31 Aug 2008) | 1 line
1124 1283
1125 Move sync_options_with_current_state() call to save_options(). 1284 Move sync_options_with_current_state() call to save_options().
1126 ------------------------------------------------------------------------ 1285 ------------------------------------------------------------------------
1127 r1112 | zas_ | 2008-08-31 10:41:42 +0200 (Ne, 31 srp 2008) | 1 line 1286 r1112 | zas_ | 2008-08-31 10:41:42 +0200 (Sun, 31 Aug 2008) | 1 line
1128 1287
1129 Move some code to new functions, to simplify main(). 1288 Move some code to new functions, to simplify main().
1130 ------------------------------------------------------------------------ 1289 ------------------------------------------------------------------------
1131 r1111 | zas_ | 2008-08-31 10:13:36 +0200 (Ne, 31 srp 2008) | 1 line 1290 r1111 | zas_ | 2008-08-31 10:13:36 +0200 (Sun, 31 Aug 2008) | 1 line
1132 1291
1133 Fix two minor compilation warnings. 1292 Fix two minor compilation warnings.
1134 ------------------------------------------------------------------------ 1293 ------------------------------------------------------------------------
1135 r1110 | nadvornik | 2008-08-30 22:15:47 +0200 (So, 30 srp 2008) | 4 lines 1294 r1110 | nadvornik | 2008-08-30 22:15:47 +0200 (Sat, 30 Aug 2008) | 4 lines
1136 1295
1137 run image loader in separate thread 1296 run image loader in separate thread
1138 this feature is disabled by default for now, it must be enabled by 1297 this feature is disabled by default for now, it must be enabled by
1139 configure --enable-threads 1298 configure --enable-threads
1140 1299
1141 ------------------------------------------------------------------------ 1300 ------------------------------------------------------------------------
1142 r1109 | nadvornik | 2008-08-30 15:04:06 +0200 (So, 30 srp 2008) | 2 lines 1301 r1109 | nadvornik | 2008-08-30 15:04:06 +0200 (Sat, 30 Aug 2008) | 2 lines
1143 1302
1144 prepared image loader code for threads 1303 prepared image loader code for threads
1145 1304
1146 ------------------------------------------------------------------------ 1305 ------------------------------------------------------------------------
1147 r1108 | zas_ | 2008-08-30 12:39:35 +0200 (So, 30 srp 2008) | 5 lines 1306 r1108 | zas_ | 2008-08-30 12:39:35 +0200 (Sat, 30 Aug 2008) | 5 lines
1148 1307
1149 Allow to override documentation paths through options: 1308 Allow to override documentation paths through options:
1150 - documentation.helpdir 1309 - documentation.helpdir
1151 - documentation.htmldir 1310 - documentation.htmldir
1152 Default values are set at configure time. 1311 Default values are set at configure time.
1153 1312
1154 ------------------------------------------------------------------------ 1313 ------------------------------------------------------------------------
1155 r1107 | nadvornik | 2008-08-29 22:53:53 +0200 (Pá, 29 srp 2008) | 2 lines 1314 r1107 | nadvornik | 2008-08-29 22:53:53 +0200 (Fri, 29 Aug 2008) | 2 lines
1156 1315
1157 converted image loader to a GObject and use signals for notification 1316 converted image loader to a GObject and use signals for notification
1158 1317
1159 ------------------------------------------------------------------------ 1318 ------------------------------------------------------------------------
1160 r1106 | nadvornik | 2008-08-29 14:35:13 +0200 (Pá, 29 srp 2008) | 2 lines 1319 r1106 | nadvornik | 2008-08-29 14:35:13 +0200 (Fri, 29 Aug 2008) | 2 lines
1161 1320
1162 do not access image_loader directly 1321 do not access image_loader directly
1163 1322
1164 ------------------------------------------------------------------------ 1323 ------------------------------------------------------------------------
1165 r1105 | nadvornik | 2008-08-29 11:59:20 +0200 (Pá, 29 srp 2008) | 2 lines 1324 r1105 | nadvornik | 2008-08-29 11:59:20 +0200 (Fri, 29 Aug 2008) | 2 lines
1166 1325
1167 added new raw preview interface for legacy exif 1326 added new raw preview interface for legacy exif
1168 1327
1169 ------------------------------------------------------------------------ 1328 ------------------------------------------------------------------------
1170 r1104 | nadvornik | 2008-08-29 11:38:10 +0200 (Pá, 29 srp 2008) | 2 lines 1329 r1104 | nadvornik | 2008-08-29 11:38:10 +0200 (Fri, 29 Aug 2008) | 2 lines
1171 1330
1172 fixed thumbnail loader for the new raw preview interface 1331 fixed thumbnail loader for the new raw preview interface
1173 1332
1174 ------------------------------------------------------------------------ 1333 ------------------------------------------------------------------------
1175 r1103 | nadvornik | 2008-08-29 00:26:09 +0200 (Pá, 29 srp 2008) | 4 lines 1334 r1103 | nadvornik | 2008-08-29 00:26:09 +0200 (Fri, 29 Aug 2008) | 4 lines
1176 1335
1177 use mmaped files image loader 1336 use mmaped files image loader
1178 implemented new interface for extracting raw previews 1337 implemented new interface for extracting raw previews
1179 experiments with previews support in SVN version of Exiv2 1338 experiments with previews support in SVN version of Exiv2
1180 1339
1181 ------------------------------------------------------------------------ 1340 ------------------------------------------------------------------------
1182 r1102 | bruclik | 2008-08-28 14:51:02 +0200 (Čt, 28 srp 2008) | 2 lines 1341 r1102 | bruclik | 2008-08-28 14:51:02 +0200 (Thu, 28 Aug 2008) | 2 lines
1183 1342
1184 Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8. 1343 Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
1185 1344
1186 ------------------------------------------------------------------------ 1345 ------------------------------------------------------------------------
1187 r1101 | zas_ | 2008-08-28 12:50:02 +0200 (Čt, 28 srp 2008) | 1 line 1346 r1101 | zas_ | 2008-08-28 12:50:02 +0200 (Thu, 28 Aug 2008) | 1 line
1188 1347
1189 Silent warnings about unused functions when lcms is not used. 1348 Silent warnings about unused functions when lcms is not used.
1190 ------------------------------------------------------------------------ 1349 ------------------------------------------------------------------------
1191 r1100 | zas_ | 2008-08-27 19:02:14 +0200 (St, 27 srp 2008) | 1 line 1350 r1100 | zas_ | 2008-08-27 19:02:14 +0200 (Wed, 27 Aug 2008) | 1 line
1192 1351
1193 Comment out unused functions. 1352 Comment out unused functions.
1194 ------------------------------------------------------------------------ 1353 ------------------------------------------------------------------------
1195 r1099 | zas_ | 2008-08-27 18:42:59 +0200 (St, 27 srp 2008) | 1 line 1354 r1099 | zas_ | 2008-08-27 18:42:59 +0200 (Wed, 27 Aug 2008) | 1 line
1196 1355
1197 Silent a compiler warning. 1356 Silent a compiler warning.
1198 ------------------------------------------------------------------------ 1357 ------------------------------------------------------------------------
1199 r1098 | zas_ | 2008-08-27 18:40:21 +0200 (St, 27 srp 2008) | 1 line 1358 r1098 | zas_ | 2008-08-27 18:40:21 +0200 (Wed, 27 Aug 2008) | 1 line
1200 1359
1201 const gpointer -> gconstpointer. 1360 const gpointer -> gconstpointer.
1202 ------------------------------------------------------------------------ 1361 ------------------------------------------------------------------------
1203 r1097 | zas_ | 2008-08-27 00:37:18 +0200 (St, 27 srp 2008) | 1 line 1362 r1097 | zas_ | 2008-08-27 00:37:18 +0200 (Wed, 27 Aug 2008) | 1 line
1204 1363
1205 Use gpointer instead of void *. 1364 Use gpointer instead of void *.
1206 ------------------------------------------------------------------------ 1365 ------------------------------------------------------------------------
1207 r1096 | zas_ | 2008-08-27 00:30:40 +0200 (St, 27 srp 2008) | 1 line 1366 r1096 | zas_ | 2008-08-27 00:30:40 +0200 (Wed, 27 Aug 2008) | 1 line
1208 1367
1209 Consistency: type * instead of type*. 1368 Consistency: type * instead of type*.
1210 ------------------------------------------------------------------------ 1369 ------------------------------------------------------------------------
1211 r1095 | zas_ | 2008-08-27 00:22:51 +0200 (St, 27 srp 2008) | 1 line 1370 r1095 | zas_ | 2008-08-27 00:22:51 +0200 (Wed, 27 Aug 2008) | 1 line
1212 1371
1213 For the sake of consistency, use glib basic types everywhere. 1372 For the sake of consistency, use glib basic types everywhere.
1214 ------------------------------------------------------------------------ 1373 ------------------------------------------------------------------------
1215 r1094 | zas_ | 2008-08-26 23:19:33 +0200 (Út, 26 srp 2008) | 1 line 1374 r1094 | zas_ | 2008-08-26 23:19:33 +0200 (Tue, 26 Aug 2008) | 1 line
1216 1375
1217 Indentation fixes. 1376 Indentation fixes.
1218 ------------------------------------------------------------------------ 1377 ------------------------------------------------------------------------
1219 r1093 | bruclik | 2008-08-26 22:21:30 +0200 (Út, 26 srp 2008) | 3 lines 1378 r1093 | bruclik | 2008-08-26 22:21:30 +0200 (Tue, 26 Aug 2008) | 3 lines
1220 1379
1221 Fixed segfault when is run inside directory with non valid uft-8 image 1380 Fixed segfault when is run inside directory with non valid uft-8 image
1222 filename. 1381 filename.
1223 1382
1224 ------------------------------------------------------------------------ 1383 ------------------------------------------------------------------------
1225 r1092 | bruclik | 2008-08-26 15:56:56 +0200 (Út, 26 srp 2008) | 2 lines 1384 r1092 | bruclik | 2008-08-26 15:56:56 +0200 (Tue, 26 Aug 2008) | 2 lines
1226 1385
1227 Fixed calling "Image search" function in a directory without image. 1386 Fixed calling "Image search" function in a directory without image.
1228 1387
1229 ------------------------------------------------------------------------ 1388 ------------------------------------------------------------------------
1230 r1091 | nadvornik | 2008-08-26 00:45:38 +0200 (Út, 26 srp 2008) | 2 lines 1389 r1091 | nadvornik | 2008-08-26 00:45:38 +0200 (Tue, 26 Aug 2008) | 2 lines
1231 1390
1232 correctly maintain selection during iconlist refresh 1391 correctly maintain selection during iconlist refresh
1233 1392
1234 ------------------------------------------------------------------------ 1393 ------------------------------------------------------------------------
1235 r1090 | zas_ | 2008-08-26 00:20:45 +0200 (Út, 26 srp 2008) | 1 line 1394 r1090 | zas_ | 2008-08-26 00:20:45 +0200 (Tue, 26 Aug 2008) | 1 line
1236 1395
1237 Whitespaces cleanup. 1396 Whitespaces cleanup.
1238 ------------------------------------------------------------------------ 1397 ------------------------------------------------------------------------
1239 r1089 | bruclik | 2008-08-25 20:13:33 +0200 (Po, 25 srp 2008) | 3 lines 1398 r1089 | bruclik | 2008-08-25 20:13:33 +0200 (Mon, 25 Aug 2008) | 3 lines
1240 1399
1241 Fixed segfaulting when alter image in directory without images. 1400 Fixed segfaulting when alter image in directory without images.
1242 1401
1243 1402
1244 ------------------------------------------------------------------------ 1403 ------------------------------------------------------------------------
1245 r1088 | nadvornik | 2008-08-25 18:58:27 +0200 (Po, 25 srp 2008) | 2 lines 1404 r1088 | nadvornik | 2008-08-25 18:58:27 +0200 (Mon, 25 Aug 2008) | 2 lines
1246 1405
1247 removed unused code 1406 removed unused code
1248 1407
1249 ------------------------------------------------------------------------ 1408 ------------------------------------------------------------------------
1250 r1087 | zas_ | 2008-08-24 16:40:18 +0200 (Ne, 24 srp 2008) | 1 line 1409 r1087 | zas_ | 2008-08-24 16:40:18 +0200 (Sun, 24 Aug 2008) | 1 line
1251 1410
1252 Typo fixes. 1411 Typo fixes.
1253 ------------------------------------------------------------------------ 1412 ------------------------------------------------------------------------
1254 r1086 | zas_ | 2008-08-24 16:33:03 +0200 (Ne, 24 srp 2008) | 1 line 1413 r1086 | zas_ | 2008-08-24 16:33:03 +0200 (Sun, 24 Aug 2008) | 1 line
1255 1414
1256 Slight code redundancy reduction. 1415 Slight code redundancy reduction.
1257 ------------------------------------------------------------------------ 1416 ------------------------------------------------------------------------
1258 r1085 | zas_ | 2008-08-24 16:14:37 +0200 (Ne, 24 srp 2008) | 1 line 1417 r1085 | zas_ | 2008-08-24 16:14:37 +0200 (Sun, 24 Aug 2008) | 1 line
1259 1418
1260 Drop redundant variable affectation. 1419 Drop redundant variable affectation.
1261 ------------------------------------------------------------------------ 1420 ------------------------------------------------------------------------
1262 r1084 | zas_ | 2008-08-24 15:22:08 +0200 (Ne, 24 srp 2008) | 2 lines 1421 r1084 | zas_ | 2008-08-24 15:22:08 +0200 (Sun, 24 Aug 2008) | 2 lines
1263 1422
1264 Fix untranslated messages. French translation and POTFILES.in were updated. 1423 Fix untranslated messages. French translation and POTFILES.in were updated.
1265 1424
1266 ------------------------------------------------------------------------ 1425 ------------------------------------------------------------------------
1267 r1083 | zas_ | 2008-08-24 12:00:40 +0200 (Ne, 24 srp 2008) | 1 line 1426 r1083 | zas_ | 2008-08-24 12:00:40 +0200 (Sun, 24 Aug 2008) | 1 line
1268 1427
1269 French translation was updated. 1428 French translation was updated.
1270 ------------------------------------------------------------------------ 1429 ------------------------------------------------------------------------
1271 r1082 | zas_ | 2008-08-24 12:00:02 +0200 (Ne, 24 srp 2008) | 1 line 1430 r1082 | zas_ | 2008-08-24 12:00:02 +0200 (Sun, 24 Aug 2008) | 1 line
1272 1431
1273 Mark forgotten string for translation. 1432 Mark forgotten string for translation.
1274 ------------------------------------------------------------------------ 1433 ------------------------------------------------------------------------
1275 r1081 | zas_ | 2008-08-23 23:07:25 +0200 (So, 23 srp 2008) | 1 line 1434 r1081 | zas_ | 2008-08-23 23:07:25 +0200 (Sat, 23 Aug 2008) | 1 line
1276 1435
1277 Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif. 1436 Fix another missing separator bug in image overlay. This one was occuring with default string when no ISO data was available from exif.
1278 ------------------------------------------------------------------------ 1437 ------------------------------------------------------------------------
1279 r1080 | zas_ | 2008-08-23 22:46:31 +0200 (So, 23 srp 2008) | 1 line 1438 r1080 | zas_ | 2008-08-23 22:46:31 +0200 (Sat, 23 Aug 2008) | 1 line
1280 1439
1281 Minor optimization: no need to copy the whole remaining of the string, just copy next char. 1440 Minor optimization: no need to copy the whole remaining of the string, just copy next char.
1282 ------------------------------------------------------------------------ 1441 ------------------------------------------------------------------------
1283 r1079 | zas_ | 2008-08-23 19:35:57 +0200 (So, 23 srp 2008) | 2 lines 1442 r1079 | zas_ | 2008-08-23 19:35:57 +0200 (Sat, 23 Aug 2008) | 2 lines
1284 1443
1285 Only display status if there is at least one file in the file list. 1444 Only display status if there is at least one file in the file list.
1286 1445
1287 ------------------------------------------------------------------------ 1446 ------------------------------------------------------------------------
1288 r1078 | zas_ | 2008-08-23 19:00:59 +0200 (So, 23 srp 2008) | 1 line 1447 r1078 | zas_ | 2008-08-23 19:00:59 +0200 (Sat, 23 Aug 2008) | 1 line
1289 1448
1290 Remove unneeded type casting. 1449 Remove unneeded type casting.
1291 ------------------------------------------------------------------------ 1450 ------------------------------------------------------------------------
1292 r1077 | nadvornik | 2008-08-23 10:42:12 +0200 (So, 23 srp 2008) | 2 lines 1451 r1077 | nadvornik | 2008-08-23 10:42:12 +0200 (Sat, 23 Aug 2008) | 2 lines
1293 1452
1294 fixed vd_refresh 1453 fixed vd_refresh
1295 1454
1296 ------------------------------------------------------------------------ 1455 ------------------------------------------------------------------------
1297 r1076 | zas_ | 2008-08-23 00:09:54 +0200 (So, 23 srp 2008) | 1 line 1456 r1076 | zas_ | 2008-08-23 00:09:54 +0200 (Sat, 23 Aug 2008) | 1 line
1298 1457
1299 French translation was updated. 1458 French translation was updated.
1300 ------------------------------------------------------------------------ 1459 ------------------------------------------------------------------------
1301 r1075 | zas_ | 2008-08-22 23:52:13 +0200 (Pá, 22 srp 2008) | 7 lines 1460 r1075 | zas_ | 2008-08-22 23:52:13 +0200 (Fri, 22 Aug 2008) | 7 lines
1302 1461
1303 Add an option named layout.home_path which modifies the behavior of the Home button. 1462 Add an option named layout.home_path which modifies the behavior of the Home button.
1304 By default, pressing this button goes to the user's home directory. 1463 By default, pressing this button goes to the user's home directory.
1305 When this option is set to a path, this path is used instead. 1464 When this option is set to a path, this path is used instead.
1306 One can change the option value through Preferences > Advanced > Navigation 1465 One can change the option value through Preferences > Advanced > Navigation
1307 or directly in .geeqierc. 1466 or directly in .geeqierc.
1308 Feature proposed by Colin Clark. 1467 Feature proposed by Colin Clark.
1309 1468
1310 ------------------------------------------------------------------------ 1469 ------------------------------------------------------------------------
1311 r1074 | zas_ | 2008-08-22 00:49:30 +0200 (Pá, 22 srp 2008) | 1 line 1470 r1074 | zas_ | 2008-08-22 00:49:30 +0200 (Fri, 22 Aug 2008) | 1 line
1312 1471
1313 Typo fix: vf -> vd 1472 Typo fix: vf -> vd
1314 ------------------------------------------------------------------------ 1473 ------------------------------------------------------------------------
1315 r1073 | zas_ | 2008-08-22 00:47:49 +0200 (Pá, 22 srp 2008) | 1 line 1474 r1073 | zas_ | 2008-08-22 00:47:49 +0200 (Fri, 22 Aug 2008) | 1 line
1316 1475
1317 Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part. 1476 Replace macros VDLIST_INFO() and VDTREE_INFO() by shorter VDLIST() and VDTREE(). VDLIST_INFO(vd, part) becomes VDLIST(vd)->part.
1318 ------------------------------------------------------------------------ 1477 ------------------------------------------------------------------------
1319 r1072 | zas_ | 2008-08-22 00:36:20 +0200 (Pá, 22 srp 2008) | 1 line 1478 r1072 | zas_ | 2008-08-22 00:36:20 +0200 (Fri, 22 Aug 2008) | 1 line
1320 1479
1321 Indentation fix. 1480 Indentation fix.
1322 ------------------------------------------------------------------------ 1481 ------------------------------------------------------------------------
1323 r1071 | zas_ | 2008-08-21 00:26:34 +0200 (Čt, 21 srp 2008) | 1 line 1482 r1071 | zas_ | 2008-08-21 00:26:34 +0200 (Thu, 21 Aug 2008) | 1 line
1324 1483
1325 Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small. 1484 Use constants instead of enum since value (0xffff0000) overflow INT_MAX on some platforms (seen on Solaris 10 SPARC system using the native Sun version 5.9 compilers). Reported by Jeffery Small.
1326 ------------------------------------------------------------------------ 1485 ------------------------------------------------------------------------
1327 r1070 | zas_ | 2008-08-21 00:19:35 +0200 (Čt, 21 srp 2008) | 1 line 1486 r1070 | zas_ | 2008-08-21 00:19:35 +0200 (Thu, 21 Aug 2008) | 1 line
1328 1487
1329 Do not return values of void functions. Reported by Jeffery Small. 1488 Do not return values of void functions. Reported by Jeffery Small.
1330 ------------------------------------------------------------------------ 1489 ------------------------------------------------------------------------
1331 r1069 | nadvornik | 2008-08-20 22:36:36 +0200 (St, 20 srp 2008) | 2 lines 1490 r1069 | nadvornik | 2008-08-20 22:36:36 +0200 (Wed, 20 Aug 2008) | 2 lines
1332 1491
1333 update the FileData structure when a new folder is created 1492 update the FileData structure when a new folder is created
1334 1493
1335 ------------------------------------------------------------------------ 1494 ------------------------------------------------------------------------
1336 r1068 | nadvornik | 2008-08-20 00:58:31 +0200 (St, 20 srp 2008) | 2 lines 1495 r1068 | nadvornik | 2008-08-20 00:58:31 +0200 (Wed, 20 Aug 2008) | 2 lines
1337 1496
1338 improved refresh in view_dir_list 1497 improved refresh in view_dir_list
1339 1498
1340 ------------------------------------------------------------------------ 1499 ------------------------------------------------------------------------
1341 r1067 | nadvornik | 2008-08-19 23:01:29 +0200 (Út, 19 srp 2008) | 2 lines 1500 r1067 | nadvornik | 2008-08-19 23:01:29 +0200 (Tue, 19 Aug 2008) | 2 lines
1342 1501
1343 set fallback pixbuf in case of missing file 1502 set fallback pixbuf in case of missing file
1344 1503
1345 ------------------------------------------------------------------------ 1504 ------------------------------------------------------------------------
1346 r1066 | nadvornik | 2008-08-19 22:58:23 +0200 (Út, 19 srp 2008) | 2 lines 1505 r1066 | nadvornik | 2008-08-19 22:58:23 +0200 (Tue, 19 Aug 2008) | 2 lines
1347 1506
1348 fixed possible segfault 1507 fixed possible segfault
1349 1508
1350 ------------------------------------------------------------------------ 1509 ------------------------------------------------------------------------
1351 r1065 | nadvornik | 2008-08-17 16:18:51 +0200 (Ne, 17 srp 2008) | 3 lines 1510 r1065 | nadvornik | 2008-08-17 16:18:51 +0200 (Sun, 17 Aug 2008) | 3 lines
1352 1511
1353 removed code for maintaining filelist position, gtk_tree_view itself handles it 1512 removed code for maintaining filelist position, gtk_tree_view itself handles it
1354 better 1513 better
1355 1514
1356 ------------------------------------------------------------------------ 1515 ------------------------------------------------------------------------
1357 r1064 | zas_ | 2008-08-17 11:36:02 +0200 (Ne, 17 srp 2008) | 2 lines 1516 r1064 | zas_ | 2008-08-17 11:36:02 +0200 (Sun, 17 Aug 2008) | 2 lines
1358 1517
1359 French translation was updated. 1518 French translation was updated.
1360 1519
1361 ------------------------------------------------------------------------ 1520 ------------------------------------------------------------------------
1362 r1063 | zas_ | 2008-08-17 11:30:45 +0200 (Ne, 17 srp 2008) | 11 lines 1521 r1063 | zas_ | 2008-08-17 11:30:45 +0200 (Sun, 17 Aug 2008) | 11 lines
1363 1522
1364 Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting: 1523 Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting:
1365 - drop VFICON_INFO() and VFLIST_INFO() macros 1524 - drop VFICON_INFO() and VFLIST_INFO() macros
1366 - rename VFLIST_INFO_POINTER() and VFICON_INFO_POINTER() to shorter VFLIST() and VFICON(). 1525 - rename VFLIST_INFO_POINTER() and VFICON_INFO_POINTER() to shorter VFLIST() and VFICON().
1367 - replace all related occurrences by shorter expressions. 1526 - replace all related occurrences by shorter expressions.
1371 VFLIST_INFO(vf, click_fd) becomes VFLIST(vf)->click_fd 1530 VFLIST_INFO(vf, click_fd) becomes VFLIST(vf)->click_fd
1372 1531
1373 1532
1374 1533
1375 ------------------------------------------------------------------------ 1534 ------------------------------------------------------------------------
1376 r1062 | zas_ | 2008-08-17 11:00:33 +0200 (Ne, 17 srp 2008) | 2 lines 1535 r1062 | zas_ | 2008-08-17 11:00:33 +0200 (Sun, 17 Aug 2008) | 2 lines
1377 1536
1378 Move variable declaration at start of block. 1537 Move variable declaration at start of block.
1379 1538
1380 ------------------------------------------------------------------------ 1539 ------------------------------------------------------------------------
1381 r1061 | nadvornik | 2008-08-17 01:37:26 +0200 (Ne, 17 srp 2008) | 2 lines 1540 r1061 | nadvornik | 2008-08-17 01:37:26 +0200 (Sun, 17 Aug 2008) | 2 lines
1382 1541
1383 marks in iconview made clickable 1542 marks in iconview made clickable
1384 1543
1385 ------------------------------------------------------------------------ 1544 ------------------------------------------------------------------------
1386 r1060 | nadvornik | 2008-08-16 22:57:40 +0200 (So, 16 srp 2008) | 2 lines 1545 r1060 | nadvornik | 2008-08-16 22:57:40 +0200 (Sat, 16 Aug 2008) | 2 lines
1387 1546
1388 keep files with non-zero marks in memory 1547 keep files with non-zero marks in memory
1389 1548
1390 ------------------------------------------------------------------------ 1549 ------------------------------------------------------------------------
1391 r1059 | nadvornik | 2008-08-16 22:34:14 +0200 (So, 16 srp 2008) | 2 lines 1550 r1059 | nadvornik | 2008-08-16 22:34:14 +0200 (Sat, 16 Aug 2008) | 2 lines
1392 1551
1393 implemented marks filter 1552 implemented marks filter
1394 1553
1395 ------------------------------------------------------------------------ 1554 ------------------------------------------------------------------------
1396 r1058 | zas_ | 2008-08-16 09:18:16 +0200 (So, 16 srp 2008) | 3 lines 1555 r1058 | zas_ | 2008-08-16 09:18:16 +0200 (Sat, 16 Aug 2008) | 3 lines
1397 1556
1398 Fix double escaping of image overlay text. 1557 Fix double escaping of image overlay text.
1399 Bug 2051955, reported by Emmanuel Dupuis. 1558 Bug 2051955, reported by Emmanuel Dupuis.
1400 1559
1401 ------------------------------------------------------------------------ 1560 ------------------------------------------------------------------------
1402 r1057 | nadvornik | 2008-08-13 23:07:06 +0200 (St, 13 srp 2008) | 2 lines 1561 r1057 | nadvornik | 2008-08-13 23:07:06 +0200 (Wed, 13 Aug 2008) | 2 lines
1403 1562
1404 added keyboard map generator 1563 added keyboard map generator
1405 1564
1406 ------------------------------------------------------------------------ 1565 ------------------------------------------------------------------------
1407 r1056 | nadvornik | 2008-08-13 22:46:06 +0200 (St, 13 srp 2008) | 2 lines 1566 r1056 | nadvornik | 2008-08-13 22:46:06 +0200 (Wed, 13 Aug 2008) | 2 lines
1408 1567
1409 a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669 1568 a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669
1410 1569
1411 ------------------------------------------------------------------------ 1570 ------------------------------------------------------------------------
1412 r1055 | nadvornik | 2008-08-12 22:21:25 +0200 (Út, 12 srp 2008) | 2 lines 1571 r1055 | nadvornik | 2008-08-12 22:21:25 +0200 (Tue, 12 Aug 2008) | 2 lines
1413 1572
1414 fixed crash with float file list and geeqie --blank 1573 fixed crash with float file list and geeqie --blank
1415 1574
1416 ------------------------------------------------------------------------ 1575 ------------------------------------------------------------------------
1417 r1054 | nadvornik | 2008-08-11 20:53:19 +0200 (Po, 11 srp 2008) | 2 lines 1576 r1054 | nadvornik | 2008-08-11 20:53:19 +0200 (Mon, 11 Aug 2008) | 2 lines
1418 1577
1419 fixed crash in geeqie --blank 1578 fixed crash in geeqie --blank
1420 1579
1421 ------------------------------------------------------------------------ 1580 ------------------------------------------------------------------------
1422 r1053 | nadvornik | 2008-08-11 19:45:26 +0200 (Po, 11 srp 2008) | 2 lines 1581 r1053 | nadvornik | 2008-08-11 19:45:26 +0200 (Mon, 11 Aug 2008) | 2 lines
1423 1582
1424 fixed setting visible entry in view_dir_tree 1583 fixed setting visible entry in view_dir_tree
1425 1584
1426 ------------------------------------------------------------------------ 1585 ------------------------------------------------------------------------
1427 r1051 | nadvornik | 2008-07-30 20:44:49 +0200 (St, 30 čec 2008) | 2 lines 1586 r1051 | nadvornik | 2008-07-30 20:44:49 +0200 (Wed, 30 Jul 2008) | 2 lines
1428 1587
1429 updated ChangeLog from svn log 1588 updated ChangeLog from svn log
1430 1589
1431 ------------------------------------------------------------------------ 1590 ------------------------------------------------------------------------
1432 r1050 | zas_ | 2008-07-28 20:35:19 +0200 (Po, 28 čec 2008) | 2 lines 1591 r1050 | zas_ | 2008-07-28 20:35:19 +0200 (Mon, 28 Jul 2008) | 2 lines
1433 1592
1434 Move declarations at the beginning of blocks. 1593 Move declarations at the beginning of blocks.
1435 1594
1436 ------------------------------------------------------------------------ 1595 ------------------------------------------------------------------------
1437 r1049 | zas_ | 2008-07-28 20:07:42 +0200 (Po, 28 čec 2008) | 2 lines 1596 r1049 | zas_ | 2008-07-28 20:07:42 +0200 (Mon, 28 Jul 2008) | 2 lines
1438 1597
1439 Optimize tests even more using last changes. 1598 Optimize tests even more using last changes.
1440 1599
1441 ------------------------------------------------------------------------ 1600 ------------------------------------------------------------------------
1442 r1048 | nadvornik | 2008-07-28 20:02:10 +0200 (Po, 28 čec 2008) | 2 lines 1601 r1048 | nadvornik | 2008-07-28 20:02:10 +0200 (Mon, 28 Jul 2008) | 2 lines
1443 1602
1444 do not free unallocated exif data 1603 do not free unallocated exif data
1445 1604
1446 ------------------------------------------------------------------------ 1605 ------------------------------------------------------------------------
1447 r1047 | zas_ | 2008-07-28 19:59:09 +0200 (Po, 28 čec 2008) | 2 lines 1606 r1047 | zas_ | 2008-07-28 19:59:09 +0200 (Mon, 28 Jul 2008) | 2 lines
1448 1607
1449 Cache strcmp() result. 1608 Cache strcmp() result.
1450 1609
1451 ------------------------------------------------------------------------ 1610 ------------------------------------------------------------------------
1452 r1046 | zas_ | 2008-07-28 19:56:56 +0200 (Po, 28 čec 2008) | 2 lines 1611 r1046 | zas_ | 2008-07-28 19:56:56 +0200 (Mon, 28 Jul 2008) | 2 lines
1453 1612
1454 Optimize redundant tests. 1613 Optimize redundant tests.
1455 1614
1456 ------------------------------------------------------------------------ 1615 ------------------------------------------------------------------------
1457 r1045 | zas_ | 2008-07-28 19:55:06 +0200 (Po, 28 čec 2008) | 2 lines 1616 r1045 | zas_ | 2008-07-28 19:55:06 +0200 (Mon, 28 Jul 2008) | 2 lines
1458 1617
1459 Move dest_dir variable to inner block. 1618 Move dest_dir variable to inner block.
1460 1619
1461 ------------------------------------------------------------------------ 1620 ------------------------------------------------------------------------
1462 r1044 | zas_ | 2008-07-28 11:44:50 +0200 (Po, 28 čec 2008) | 2 lines 1621 r1044 | zas_ | 2008-07-28 11:44:50 +0200 (Mon, 28 Jul 2008) | 2 lines
1463 1622
1464 Reduce code redundancy and minor typo fixes. 1623 Reduce code redundancy and minor typo fixes.
1465 1624
1466 ------------------------------------------------------------------------ 1625 ------------------------------------------------------------------------
1467 r1043 | zas_ | 2008-07-28 11:14:10 +0200 (Po, 28 čec 2008) | 2 lines 1626 r1043 | zas_ | 2008-07-28 11:14:10 +0200 (Mon, 28 Jul 2008) | 2 lines
1468 1627
1469 French translation was updated. 1628 French translation was updated.
1470 1629
1471 ------------------------------------------------------------------------ 1630 ------------------------------------------------------------------------
1472 r1042 | zas_ | 2008-07-28 11:12:33 +0200 (Po, 28 čec 2008) | 2 lines 1631 r1042 | zas_ | 2008-07-28 11:12:33 +0200 (Mon, 28 Jul 2008) | 2 lines
1473 1632
1474 Typo fix. 1633 Typo fix.
1475 1634
1476 ------------------------------------------------------------------------ 1635 ------------------------------------------------------------------------
1477 r1041 | nadvornik | 2008-07-27 21:22:40 +0200 (Ne, 27 čec 2008) | 2 lines 1636 r1041 | nadvornik | 2008-07-27 21:22:40 +0200 (Sun, 27 Jul 2008) | 2 lines
1478 1637
1479 abort file operations when the file list is empty 1638 abort file operations when the file list is empty
1480 1639
1481 ------------------------------------------------------------------------ 1640 ------------------------------------------------------------------------
1482 r1040 | nadvornik | 2008-07-27 20:20:59 +0200 (Ne, 27 čec 2008) | 3 lines 1641 r1040 | nadvornik | 2008-07-27 20:20:59 +0200 (Sun, 27 Jul 2008) | 3 lines
1483 1642
1484 remember path entered in file dialog 1643 remember path entered in file dialog
1485 http://sourceforge.net/tracker/index.php?func=detail&aid=2028977&group_id=222125&atid=1054680 1644 http://sourceforge.net/tracker/index.php?func=detail&aid=2028977&group_id=222125&atid=1054680
1486 1645
1487 ------------------------------------------------------------------------ 1646 ------------------------------------------------------------------------
1488 r1039 | nadvornik | 2008-07-27 15:46:24 +0200 (Ne, 27 čec 2008) | 2 lines 1647 r1039 | nadvornik | 2008-07-27 15:46:24 +0200 (Sun, 27 Jul 2008) | 2 lines
1489 1648
1490 speed-up of directory notification on deleting large number of files 1649 speed-up of directory notification on deleting large number of files
1491 1650
1492 ------------------------------------------------------------------------ 1651 ------------------------------------------------------------------------
1493 r1038 | nadvornik | 2008-07-27 11:51:28 +0200 (Ne, 27 čec 2008) | 2 lines 1652 r1038 | nadvornik | 2008-07-27 11:51:28 +0200 (Sun, 27 Jul 2008) | 2 lines
1494 1653
1495 added "Symlink" as an example of "filter" command 1654 added "Symlink" as an example of "filter" command
1496 1655
1497 ------------------------------------------------------------------------ 1656 ------------------------------------------------------------------------
1498 r1037 | nadvornik | 2008-07-27 10:57:12 +0200 (Ne, 27 čec 2008) | 2 lines 1657 r1037 | nadvornik | 2008-07-27 10:57:12 +0200 (Sun, 27 Jul 2008) | 2 lines
1499 1658
1500 improved updating of view_dir_tree 1659 improved updating of view_dir_tree
1501 1660
1502 ------------------------------------------------------------------------ 1661 ------------------------------------------------------------------------
1503 r1036 | nadvornik | 2008-07-27 10:40:47 +0200 (Ne, 27 čec 2008) | 2 lines 1662 r1036 | nadvornik | 2008-07-27 10:40:47 +0200 (Sun, 27 Jul 2008) | 2 lines
1504 1663
1505 fixed deleting of non-empty folder 1664 fixed deleting of non-empty folder
1506 1665
1507 ------------------------------------------------------------------------ 1666 ------------------------------------------------------------------------
1508 r1035 | nadvornik | 2008-07-27 00:36:58 +0200 (Ne, 27 čec 2008) | 2 lines 1667 r1035 | nadvornik | 2008-07-27 00:36:58 +0200 (Sun, 27 Jul 2008) | 2 lines
1509 1668
1510 fixed spec file 1669 fixed spec file
1511 1670
1512 ------------------------------------------------------------------------ 1671 ------------------------------------------------------------------------
1513 r1034 | nadvornik | 2008-07-27 00:26:08 +0200 (Ne, 27 čec 2008) | 2 lines 1672 r1034 | nadvornik | 2008-07-27 00:26:08 +0200 (Sun, 27 Jul 2008) | 2 lines
1514 1673
1515 fixed invalid warning on running editors 1674 fixed invalid warning on running editors
1516 1675
1517 ------------------------------------------------------------------------ 1676 ------------------------------------------------------------------------
1518 r1033 | nadvornik | 2008-07-26 22:34:24 +0200 (So, 26 čec 2008) | 2 lines 1677 r1033 | nadvornik | 2008-07-26 22:34:24 +0200 (Sat, 26 Jul 2008) | 2 lines
1519 1678
1520 updated version string 1679 updated version string
1521 1680
1522 ------------------------------------------------------------------------ 1681 ------------------------------------------------------------------------
1523 r1032 | nadvornik | 2008-07-26 22:15:00 +0200 (So, 26 čec 2008) | 3 lines 1682 r1032 | nadvornik | 2008-07-26 22:15:00 +0200 (Sat, 26 Jul 2008) | 3 lines
1524 1683
1525 dropped references to OpenOffice.org as suggested at 1684 dropped references to OpenOffice.org as suggested at
1526 https://sourceforge.net/tracker/index.php?func=detail&aid=1972534&group_id=222125&atid=1054680 1685 https://sourceforge.net/tracker/index.php?func=detail&aid=1972534&group_id=222125&atid=1054680
1527 1686
1528 ------------------------------------------------------------------------ 1687 ------------------------------------------------------------------------
1529 r1031 | nadvornik | 2008-07-26 22:02:20 +0200 (So, 26 čec 2008) | 2 lines 1688 r1031 | nadvornik | 2008-07-26 22:02:20 +0200 (Sat, 26 Jul 2008) | 2 lines
1530 1689
1531 string cleanup 1690 string cleanup
1532 1691
1533 ------------------------------------------------------------------------ 1692 ------------------------------------------------------------------------
1534 r1030 | nadvornik | 2008-07-26 21:52:40 +0200 (So, 26 čec 2008) | 2 lines 1693 r1030 | nadvornik | 2008-07-26 21:52:40 +0200 (Sat, 26 Jul 2008) | 2 lines
1535 1694
1536 removed unused messages.desc_dlist 1695 removed unused messages.desc_dlist
1537 1696
1538 ------------------------------------------------------------------------ 1697 ------------------------------------------------------------------------
1539 r1029 | nadvornik | 2008-07-26 21:41:46 +0200 (So, 26 čec 2008) | 2 lines 1698 r1029 | nadvornik | 2008-07-26 21:41:46 +0200 (Sat, 26 Jul 2008) | 2 lines
1540 1699
1541 fixed new folder command 1700 fixed new folder command
1542 1701
1543 ------------------------------------------------------------------------ 1702 ------------------------------------------------------------------------
1544 r1028 | nadvornik | 2008-07-26 21:33:36 +0200 (So, 26 čec 2008) | 2 lines 1703 r1028 | nadvornik | 2008-07-26 21:33:36 +0200 (Sat, 26 Jul 2008) | 2 lines
1545 1704
1546 fixed renaming of directories 1705 fixed renaming of directories
1547 1706
1548 ------------------------------------------------------------------------ 1707 ------------------------------------------------------------------------
1549 r1027 | nadvornik | 2008-07-26 21:01:20 +0200 (So, 26 čec 2008) | 2 lines 1708 r1027 | nadvornik | 2008-07-26 21:01:20 +0200 (Sat, 26 Jul 2008) | 2 lines
1550 1709
1551 warn about changed file extensions 1710 warn about changed file extensions
1552 1711
1553 ------------------------------------------------------------------------ 1712 ------------------------------------------------------------------------
1554 r1026 | nadvornik | 2008-07-26 20:33:49 +0200 (So, 26 čec 2008) | 2 lines 1713 r1026 | nadvornik | 2008-07-26 20:33:49 +0200 (Sat, 26 Jul 2008) | 2 lines
1555 1714
1556 added icon for changes without warnings 1715 added icon for changes without warnings
1557 1716
1558 ------------------------------------------------------------------------ 1717 ------------------------------------------------------------------------
1559 r1025 | nadvornik | 2008-07-26 20:17:56 +0200 (So, 26 čec 2008) | 3 lines 1718 r1025 | nadvornik | 2008-07-26 20:17:56 +0200 (Sat, 26 Jul 2008) | 3 lines
1560 1719
1561 allow only existing folders in destination dialog 1720 allow only existing folders in destination dialog
1562 http://sourceforge.net/tracker/index.php?func=detail&aid=2011243&group_id=222125&atid=1054680 1721 http://sourceforge.net/tracker/index.php?func=detail&aid=2011243&group_id=222125&atid=1054680
1563 1722
1564 ------------------------------------------------------------------------ 1723 ------------------------------------------------------------------------
1565 r1024 | nadvornik | 2008-07-26 12:27:41 +0200 (So, 26 čec 2008) | 2 lines 1724 r1024 | nadvornik | 2008-07-26 12:27:41 +0200 (Sat, 26 Jul 2008) | 2 lines
1566 1725
1567 clean up - checks are handled elsewhere 1726 clean up - checks are handled elsewhere
1568 1727
1569 ------------------------------------------------------------------------ 1728 ------------------------------------------------------------------------
1570 r1023 | nadvornik | 2008-07-26 11:58:25 +0200 (So, 26 čec 2008) | 2 lines 1729 r1023 | nadvornik | 2008-07-26 11:58:25 +0200 (Sat, 26 Jul 2008) | 2 lines
1571 1730
1572 more checks for file operations 1731 more checks for file operations
1573 1732
1574 ------------------------------------------------------------------------ 1733 ------------------------------------------------------------------------
1575 r1022 | nadvornik | 2008-07-26 00:04:55 +0200 (So, 26 čec 2008) | 2 lines 1734 r1022 | nadvornik | 2008-07-26 00:04:55 +0200 (Sat, 26 Jul 2008) | 2 lines
1576 1735
1577 improved error reporting 1736 improved error reporting
1578 1737
1579 ------------------------------------------------------------------------ 1738 ------------------------------------------------------------------------
1580 r1021 | zas_ | 2008-07-25 08:35:35 +0200 (Pá, 25 čec 2008) | 2 lines 1739 r1021 | zas_ | 2008-07-25 08:35:35 +0200 (Fri, 25 Jul 2008) | 2 lines
1581 1740
1582 Minor tidy up and optimization. 1741 Minor tidy up and optimization.
1583 1742
1584 ------------------------------------------------------------------------ 1743 ------------------------------------------------------------------------
1585 r1020 | zas_ | 2008-07-24 22:24:04 +0200 (Čt, 24 čec 2008) | 6 lines 1744 r1020 | zas_ | 2008-07-24 22:24:04 +0200 (Thu, 24 Jul 2008) | 6 lines
1586 1745
1587 Set GIO channels to binary encoding. 1746 Set GIO channels to binary encoding.
1588 This is needed since messages from commands may not be UTF8-encoded 1747 This is needed since messages from commands may not be UTF8-encoded
1589 and g_io_channel_read_chars() may incorrectly interpret some characters. 1748 and g_io_channel_read_chars() may incorrectly interpret some characters.
1590 In practice it was truncating some ISO-8859-1 messages containing some 1749 In practice it was truncating some ISO-8859-1 messages containing some
1591 french characters. This fixes it. 1750 french characters. This fixes it.
1592 1751
1593 ------------------------------------------------------------------------ 1752 ------------------------------------------------------------------------
1594 r1019 | nadvornik | 2008-07-24 22:03:57 +0200 (Čt, 24 čec 2008) | 3 lines 1753 r1019 | nadvornik | 2008-07-24 22:03:57 +0200 (Thu, 24 Jul 2008) | 3 lines
1595 1754
1596 separated debugging log and debug CFLAGS 1755 separated debugging log and debug CFLAGS
1597 enable debugging log support by default 1756 enable debugging log support by default
1598 1757
1599 ------------------------------------------------------------------------ 1758 ------------------------------------------------------------------------
1600 r1018 | nadvornik | 2008-07-24 00:19:16 +0200 (Čt, 24 čec 2008) | 2 lines 1759 r1018 | nadvornik | 2008-07-24 00:19:16 +0200 (Thu, 24 Jul 2008) | 2 lines
1601 1760
1602 indicate check warnings and errors in delete and rename dialogs 1761 indicate check warnings and errors in delete and rename dialogs
1603 1762
1604 ------------------------------------------------------------------------ 1763 ------------------------------------------------------------------------
1605 r1017 | nadvornik | 2008-07-23 22:53:05 +0200 (St, 23 čec 2008) | 3 lines 1764 r1017 | nadvornik | 2008-07-23 22:53:05 +0200 (Wed, 23 Jul 2008) | 3 lines
1606 1765
1607 removed file_data_add_change_info 1766 removed file_data_add_change_info
1608 reduced code redundancy - patch by Laurent, slightly modified 1767 reduced code redundancy - patch by Laurent, slightly modified
1609 1768
1610 ------------------------------------------------------------------------ 1769 ------------------------------------------------------------------------
1611 r1016 | zas_ | 2008-07-23 19:38:04 +0200 (St, 23 čec 2008) | 2 lines 1770 r1016 | zas_ | 2008-07-23 19:38:04 +0200 (Wed, 23 Jul 2008) | 2 lines
1612 1771
1613 Minor tidy up. 1772 Minor tidy up.
1614 1773
1615 ------------------------------------------------------------------------ 1774 ------------------------------------------------------------------------
1616 r1015 | zas_ | 2008-07-23 14:46:35 +0200 (St, 23 čec 2008) | 2 lines 1775 r1015 | zas_ | 2008-07-23 14:46:35 +0200 (Wed, 23 Jul 2008) | 2 lines
1617 1776
1618 Tidy up. 1777 Tidy up.
1619 1778
1620 ------------------------------------------------------------------------ 1779 ------------------------------------------------------------------------
1621 r1014 | zas_ | 2008-07-23 14:45:59 +0200 (St, 23 čec 2008) | 2 lines 1780 r1014 | zas_ | 2008-07-23 14:45:59 +0200 (Wed, 23 Jul 2008) | 2 lines
1622 1781
1623 Use g_strconcat() instead of g_strdup_printf("%s%s", ...). 1782 Use g_strconcat() instead of g_strdup_printf("%s%s", ...).
1624 1783
1625 ------------------------------------------------------------------------ 1784 ------------------------------------------------------------------------
1626 r1013 | zas_ | 2008-07-23 12:21:37 +0200 (St, 23 čec 2008) | 2 lines 1785 r1013 | zas_ | 2008-07-23 12:21:37 +0200 (Wed, 23 Jul 2008) | 2 lines
1627 1786
1628 Simplify parse_out_relatives(). 1787 Simplify parse_out_relatives().
1629 1788
1630 ------------------------------------------------------------------------ 1789 ------------------------------------------------------------------------
1631 r1012 | zas_ | 2008-07-23 11:10:41 +0200 (St, 23 čec 2008) | 2 lines 1790 r1012 | zas_ | 2008-07-23 11:10:41 +0200 (Wed, 23 Jul 2008) | 2 lines
1632 1791
1633 Tidy up. 1792 Tidy up.
1634 1793
1635 ------------------------------------------------------------------------ 1794 ------------------------------------------------------------------------
1636 r1011 | zas_ | 2008-07-23 11:00:38 +0200 (St, 23 čec 2008) | 2 lines 1795 r1011 | zas_ | 2008-07-23 11:00:38 +0200 (Wed, 23 Jul 2008) | 2 lines
1637 1796
1638 Fix missing newline at end of file. 1797 Fix missing newline at end of file.
1639 1798
1640 ------------------------------------------------------------------------ 1799 ------------------------------------------------------------------------
1641 r1010 | zas_ | 2008-07-23 10:59:29 +0200 (St, 23 čec 2008) | 2 lines 1800 r1010 | zas_ | 2008-07-23 10:59:29 +0200 (Wed, 23 Jul 2008) | 2 lines
1642 1801
1643 Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type 1802 Fix warning: passing argument 1 of 'gtk_tree_store_set' from incompatible pointer type
1644 1803
1645 ------------------------------------------------------------------------ 1804 ------------------------------------------------------------------------
1646 r1009 | nadvornik | 2008-07-23 00:05:20 +0200 (St, 23 čec 2008) | 2 lines 1805 r1009 | nadvornik | 2008-07-23 00:05:20 +0200 (Wed, 23 Jul 2008) | 2 lines
1647 1806
1648 do not create duplicate FileData entries 1807 do not create duplicate FileData entries
1649 1808
1650 ------------------------------------------------------------------------ 1809 ------------------------------------------------------------------------
1651 r1008 | nadvornik | 2008-07-22 23:46:08 +0200 (Út, 22 čec 2008) | 3 lines 1810 r1008 | nadvornik | 2008-07-22 23:46:08 +0200 (Tue, 22 Jul 2008) | 3 lines
1652 1811
1653 basic infrastructure for early error and dangerous operations checking 1812 basic infrastructure for early error and dangerous operations checking
1654 it needs more work 1813 it needs more work
1655 1814
1656 ------------------------------------------------------------------------ 1815 ------------------------------------------------------------------------
1657 r1007 | nadvornik | 2008-07-22 20:27:12 +0200 (Út, 22 čec 2008) | 2 lines 1816 r1007 | nadvornik | 2008-07-22 20:27:12 +0200 (Tue, 22 Jul 2008) | 2 lines
1658 1817
1659 clean up fd->change on error 1818 clean up fd->change on error
1660 1819
1661 ------------------------------------------------------------------------ 1820 ------------------------------------------------------------------------
1662 r1006 | nadvornik | 2008-07-22 20:13:41 +0200 (Út, 22 čec 2008) | 3 lines 1821 r1006 | nadvornik | 2008-07-22 20:13:41 +0200 (Tue, 22 Jul 2008) | 3 lines
1663 1822
1664 remove items from file_data_planned_change_hash when the operation is 1823 remove items from file_data_planned_change_hash when the operation is
1665 canceled 1824 canceled
1666 1825
1667 ------------------------------------------------------------------------ 1826 ------------------------------------------------------------------------
1668 r1005 | nadvornik | 2008-07-22 19:57:22 +0200 (Út, 22 čec 2008) | 2 lines 1827 r1005 | nadvornik | 2008-07-22 19:57:22 +0200 (Tue, 22 Jul 2008) | 2 lines
1669 1828
1670 fixed stop button in editor dialog 1829 fixed stop button in editor dialog
1671 1830
1672 ------------------------------------------------------------------------ 1831 ------------------------------------------------------------------------
1673 r1004 | nadvornik | 2008-07-22 19:40:24 +0200 (Út, 22 čec 2008) | 2 lines 1832 r1004 | nadvornik | 2008-07-22 19:40:24 +0200 (Tue, 22 Jul 2008) | 2 lines
1674 1833
1675 delete file_data_planned_change_hash when it is not used 1834 delete file_data_planned_change_hash when it is not used
1676 1835
1677 ------------------------------------------------------------------------ 1836 ------------------------------------------------------------------------
1678 r1003 | nadvornik | 2008-07-21 23:38:26 +0200 (Po, 21 čec 2008) | 3 lines 1837 r1003 | nadvornik | 2008-07-21 23:38:26 +0200 (Mon, 21 Jul 2008) | 3 lines
1679 1838
1680 fixed 1839 fixed
1681 http://sourceforge.net/tracker/index.php?func=detail&aid=2019012&group_id=222125&atid=1054680 1840 http://sourceforge.net/tracker/index.php?func=detail&aid=2019012&group_id=222125&atid=1054680
1682 1841
1683 ------------------------------------------------------------------------ 1842 ------------------------------------------------------------------------
1684 r1002 | nadvornik | 2008-07-21 22:50:24 +0200 (Po, 21 čec 2008) | 2 lines 1843 r1002 | nadvornik | 2008-07-21 22:50:24 +0200 (Mon, 21 Jul 2008) | 2 lines
1685 1844
1686 file_util_rename_dir should not return anything 1845 file_util_rename_dir should not return anything
1687 1846
1688 ------------------------------------------------------------------------ 1847 ------------------------------------------------------------------------
1689 r1001 | nadvornik | 2008-07-21 22:40:29 +0200 (Po, 21 čec 2008) | 2 lines 1848 r1001 | nadvornik | 2008-07-21 22:40:29 +0200 (Mon, 21 Jul 2008) | 2 lines
1690 1849
1691 added notification handler to view_dir 1850 added notification handler to view_dir
1692 1851
1693 ------------------------------------------------------------------------ 1852 ------------------------------------------------------------------------
1694 r1000 | zas_ | 2008-07-21 10:31:43 +0200 (Po, 21 čec 2008) | 2 lines 1853 r1000 | zas_ | 2008-07-21 10:31:43 +0200 (Mon, 21 Jul 2008) | 2 lines
1695 1854
1696 French translation was updated. 1855 French translation was updated.
1697 1856
1698 ------------------------------------------------------------------------ 1857 ------------------------------------------------------------------------
1699 r999 | zas_ | 2008-07-20 17:21:06 +0200 (Ne, 20 čec 2008) | 2 lines 1858 r999 | zas_ | 2008-07-20 17:21:06 +0200 (Sun, 20 Jul 2008) | 2 lines
1700 1859
1701 Update POTFILES.in. 1860 Update POTFILES.in.
1702 1861
1703 ------------------------------------------------------------------------ 1862 ------------------------------------------------------------------------
1704 r998 | zas_ | 2008-07-20 17:16:05 +0200 (Ne, 20 čec 2008) | 2 lines 1863 r998 | zas_ | 2008-07-20 17:16:05 +0200 (Sun, 20 Jul 2008) | 2 lines
1705 1864
1706 Move uri_*() functions to separate files: uri_utils.[ch] 1865 Move uri_*() functions to separate files: uri_utils.[ch]
1707 1866
1708 ------------------------------------------------------------------------ 1867 ------------------------------------------------------------------------
1709 r997 | nadvornik | 2008-07-20 17:04:40 +0200 (Ne, 20 čec 2008) | 1 line 1868 r997 | nadvornik | 2008-07-20 17:04:40 +0200 (Sun, 20 Jul 2008) | 1 line
1710 1869
1711 periodic testing of changed files can be now disabled 1870 periodic testing of changed files can be now disabled
1712 ------------------------------------------------------------------------ 1871 ------------------------------------------------------------------------
1713 r996 | zas_ | 2008-07-20 16:56:32 +0200 (Ne, 20 čec 2008) | 3 lines 1872 r996 | zas_ | 2008-07-20 16:56:32 +0200 (Sun, 20 Jul 2008) | 3 lines
1714 1873
1715 Move history_list_*() functions to separate files: 1874 Move history_list_*() functions to separate files:
1716 history_list.c and history_list.h. 1875 history_list.c and history_list.h.
1717 1876
1718 ------------------------------------------------------------------------ 1877 ------------------------------------------------------------------------
1719 r995 | nadvornik | 2008-07-20 16:52:00 +0200 (Ne, 20 čec 2008) | 2 lines 1878 r995 | nadvornik | 2008-07-20 16:52:00 +0200 (Sun, 20 Jul 2008) | 2 lines
1720 1879
1721 implemented "create directory" command 1880 implemented "create directory" command
1722 1881
1723 ------------------------------------------------------------------------ 1882 ------------------------------------------------------------------------
1724 r994 | nadvornik | 2008-07-20 15:59:55 +0200 (Ne, 20 čec 2008) | 2 lines 1883 r994 | nadvornik | 2008-07-20 15:59:55 +0200 (Sun, 20 Jul 2008) | 2 lines
1725 1884
1726 fixed file copy/move dialog 1885 fixed file copy/move dialog
1727 1886
1728 ------------------------------------------------------------------------ 1887 ------------------------------------------------------------------------
1729 r993 | nadvornik | 2008-07-20 15:19:22 +0200 (Ne, 20 čec 2008) | 5 lines 1888 r993 | nadvornik | 2008-07-20 15:19:22 +0200 (Sun, 20 Jul 2008) | 5 lines
1730 1889
1731 fixed the case when a renamed file is detected by directory scanning 1890 fixed the case when a renamed file is detected by directory scanning
1732 before the external rename commands exits. We have to update the 1891 before the external rename commands exits. We have to update the
1733 FileData structure immediately, othervise we would get duplicate 1892 FileData structure immediately, othervise we would get duplicate
1734 entries. 1893 entries.
1735 1894
1736 ------------------------------------------------------------------------ 1895 ------------------------------------------------------------------------
1737 r992 | zas_ | 2008-07-20 14:20:12 +0200 (Ne, 20 čec 2008) | 2 lines 1896 r992 | zas_ | 2008-07-20 14:20:12 +0200 (Sun, 20 Jul 2008) | 2 lines
1738 1897
1739 Optimize history_list_add_to_key() a bit. 1898 Optimize history_list_add_to_key() a bit.
1740 1899
1741 ------------------------------------------------------------------------ 1900 ------------------------------------------------------------------------
1742 r991 | nadvornik | 2008-07-20 13:29:12 +0200 (Ne, 20 čec 2008) | 2 lines 1901 r991 | nadvornik | 2008-07-20 13:29:12 +0200 (Sun, 20 Jul 2008) | 2 lines
1743 1902
1744 fixed previous checkin 1903 fixed previous checkin
1745 1904
1746 ------------------------------------------------------------------------ 1905 ------------------------------------------------------------------------
1747 r990 | nadvornik | 2008-07-20 13:22:19 +0200 (Ne, 20 čec 2008) | 2 lines 1906 r990 | nadvornik | 2008-07-20 13:22:19 +0200 (Sun, 20 Jul 2008) | 2 lines
1748 1907
1749 implemented directory rename and delete operations 1908 implemented directory rename and delete operations
1750 1909
1751 ------------------------------------------------------------------------ 1910 ------------------------------------------------------------------------
1752 r989 | zas_ | 2008-07-20 09:52:16 +0200 (Ne, 20 čec 2008) | 2 lines 1911 r989 | zas_ | 2008-07-20 09:52:16 +0200 (Sun, 20 Jul 2008) | 2 lines
1753 1912
1754 Move out test outside the loop. 1913 Move out test outside the loop.
1755 1914
1756 ------------------------------------------------------------------------ 1915 ------------------------------------------------------------------------
1757 r988 | zas_ | 2008-07-19 15:57:03 +0200 (So, 19 čec 2008) | 2 lines 1916 r988 | zas_ | 2008-07-19 15:57:03 +0200 (Sat, 19 Jul 2008) | 2 lines
1758 1917
1759 Tidy up. 1918 Tidy up.
1760 1919
1761 ------------------------------------------------------------------------ 1920 ------------------------------------------------------------------------
1762 r987 | zas_ | 2008-07-19 14:36:46 +0200 (So, 19 čec 2008) | 2 lines 1921 r987 | zas_ | 2008-07-19 14:36:46 +0200 (Sat, 19 Jul 2008) | 2 lines
1763 1922
1764 Fix missing newline at end of file. 1923 Fix missing newline at end of file.
1765 1924
1766 ------------------------------------------------------------------------ 1925 ------------------------------------------------------------------------
1767 r986 | nadvornik | 2008-07-19 11:06:24 +0200 (So, 19 čec 2008) | 2 lines 1926 r986 | nadvornik | 2008-07-19 11:06:24 +0200 (Sat, 19 Jul 2008) | 2 lines
1768 1927
1769 increase reference count before sending notification in file_data_new 1928 increase reference count before sending notification in file_data_new
1770 1929
1771 ------------------------------------------------------------------------ 1930 ------------------------------------------------------------------------
1772 r985 | nadvornik | 2008-07-18 23:20:49 +0200 (Pá, 18 čec 2008) | 2 lines 1931 r985 | nadvornik | 2008-07-18 23:20:49 +0200 (Fri, 18 Jul 2008) | 2 lines
1773 1932
1774 fixed test for changed files in cache 1933 fixed test for changed files in cache
1775 1934
1776 ------------------------------------------------------------------------ 1935 ------------------------------------------------------------------------
1777 r984 | zas_ | 2008-07-18 11:55:15 +0200 (Pá, 18 čec 2008) | 2 lines 1936 r984 | zas_ | 2008-07-18 11:55:15 +0200 (Fri, 18 Jul 2008) | 2 lines
1778 1937
1779 Introduce image_loader_set_done_func(). 1938 Introduce image_loader_set_done_func().
1780 1939
1781 ------------------------------------------------------------------------ 1940 ------------------------------------------------------------------------
1782 r983 | zas_ | 2008-07-18 00:36:58 +0200 (Pá, 18 čec 2008) | 2 lines 1941 r983 | zas_ | 2008-07-18 00:36:58 +0200 (Fri, 18 Jul 2008) | 2 lines
1783 1942
1784 Reduce code redundancy by moving common code to new menu_choice_get_match_type(). 1943 Reduce code redundancy by moving common code to new menu_choice_get_match_type().
1785 1944
1786 ------------------------------------------------------------------------ 1945 ------------------------------------------------------------------------
1787 r982 | nadvornik | 2008-07-17 23:51:21 +0200 (Čt, 17 čec 2008) | 2 lines 1946 r982 | nadvornik | 2008-07-17 23:51:21 +0200 (Thu, 17 Jul 2008) | 2 lines
1788 1947
1789 reload changed images 1948 reload changed images
1790 1949
1791 ------------------------------------------------------------------------ 1950 ------------------------------------------------------------------------
1792 r981 | zas_ | 2008-07-15 17:37:14 +0200 (Út, 15 čec 2008) | 2 lines 1951 r981 | zas_ | 2008-07-15 17:37:14 +0200 (Tue, 15 Jul 2008) | 2 lines
1793 1952
1794 Move code from image_osd_update_cb() to separate functions. 1953 Move code from image_osd_update_cb() to separate functions.
1795 1954
1796 ------------------------------------------------------------------------ 1955 ------------------------------------------------------------------------
1797 r980 | zas_ | 2008-07-15 16:32:00 +0200 (Út, 15 čec 2008) | 2 lines 1956 r980 | zas_ | 2008-07-15 16:32:00 +0200 (Tue, 15 Jul 2008) | 2 lines
1798 1957
1799 Tidy up and code redundancy reduction. 1958 Tidy up and code redundancy reduction.
1800 1959
1801 ------------------------------------------------------------------------ 1960 ------------------------------------------------------------------------
1802 r979 | zas_ | 2008-07-15 14:52:02 +0200 (Út, 15 čec 2008) | 4 lines 1961 r979 | zas_ | 2008-07-15 14:52:02 +0200 (Tue, 15 Jul 2008) | 4 lines
1803 1962
1804 Use a specific enum for image.zoom_mode values (ZoomMode) and 1963 Use a specific enum for image.zoom_mode values (ZoomMode) and
1805 simplify calls to image_zoom_get_default(), dropping last parameter 1964 simplify calls to image_zoom_get_default(), dropping last parameter
1806 which was always options->image.zoom_mode. 1965 which was always options->image.zoom_mode.
1807 1966
1808 ------------------------------------------------------------------------ 1967 ------------------------------------------------------------------------
1809 r978 | zas_ | 2008-07-13 16:50:07 +0200 (Ne, 13 čec 2008) | 9 lines 1968 r978 | zas_ | 2008-07-13 16:50:07 +0200 (Sun, 13 Jul 2008) | 9 lines
1810 1969
1811 Improve ways to specify html browser (used for help, see bug 2015099). 1970 Improve ways to specify html browser (used for help, see bug 2015099).
1812 Two new rc file options were added: 1971 Two new rc file options were added:
1813 - helpers.html_browser.command_name 1972 - helpers.html_browser.command_name
1814 - helpers.html_browser.command_line 1973 - helpers.html_browser.command_line
1816 If these do not lead to a valid browser, then geeqie will 1975 If these do not lead to a valid browser, then geeqie will
1817 search for geeqie_html_browser script in the path, then 1976 search for geeqie_html_browser script in the path, then
1818 it will try various common browsers. 1977 it will try various common browsers.
1819 1978
1820 ------------------------------------------------------------------------ 1979 ------------------------------------------------------------------------
1821 r977 | zas_ | 2008-07-13 15:51:23 +0200 (Ne, 13 čec 2008) | 2 lines 1980 r977 | zas_ | 2008-07-13 15:51:23 +0200 (Sun, 13 Jul 2008) | 2 lines
1822 1981
1823 Apply debian-specific patch to launch help browser (bug 2015099). 1982 Apply debian-specific patch to launch help browser (bug 2015099).
1824 1983
1825 ------------------------------------------------------------------------ 1984 ------------------------------------------------------------------------
1826 r976 | zas_ | 2008-07-13 14:36:18 +0200 (Ne, 13 čec 2008) | 3 lines 1985 r976 | zas_ | 2008-07-13 14:36:18 +0200 (Sun, 13 Jul 2008) | 3 lines
1827 1986
1828 Fix a segfault occuring when opening some collection files. 1987 Fix a segfault occuring when opening some collection files.
1829 Skip all lines not starting with a # when only geometry is required. 1988 Skip all lines not starting with a # when only geometry is required.
1830 1989
1831 ------------------------------------------------------------------------ 1990 ------------------------------------------------------------------------
1832 r975 | zas_ | 2008-07-05 12:21:09 +0200 (So, 05 čec 2008) | 2 lines 1991 r975 | zas_ | 2008-07-05 12:21:09 +0200 (Sat, 05 Jul 2008) | 2 lines
1833 1992
1834 Prevent segfault in certain conditions when displaying debug message. 1993 Prevent segfault in certain conditions when displaying debug message.
1835 1994
1836 ------------------------------------------------------------------------ 1995 ------------------------------------------------------------------------
1837 r974 | zas_ | 2008-07-05 00:49:04 +0200 (So, 05 čec 2008) | 2 lines 1996 r974 | zas_ | 2008-07-05 00:49:04 +0200 (Sat, 05 Jul 2008) | 2 lines
1838 1997
1839 French translation was updated. 1998 French translation was updated.
1840 1999
1841 ------------------------------------------------------------------------ 2000 ------------------------------------------------------------------------
1842 r973 | zas_ | 2008-07-04 22:32:48 +0200 (Pá, 04 čec 2008) | 3 lines 2001 r973 | zas_ | 2008-07-04 22:32:48 +0200 (Fri, 04 Jul 2008) | 3 lines
1843 2002
1844 Optimize a bit when connected zoom and scrolling are unset, 2003 Optimize a bit when connected zoom and scrolling are unset,
1845 just move the test outside loops. 2004 just move the test outside loops.
1846 2005
1847 ------------------------------------------------------------------------ 2006 ------------------------------------------------------------------------
1848 r972 | zas_ | 2008-07-04 19:21:07 +0200 (Pá, 04 čec 2008) | 2 lines 2007 r972 | zas_ | 2008-07-04 19:21:07 +0200 (Fri, 04 Jul 2008) | 2 lines
1849 2008
1850 layout_color_button_press_cb(): tidy up, drop useless memory allocations, improve i18n. 2009 layout_color_button_press_cb(): tidy up, drop useless memory allocations, improve i18n.
1851 2010
1852 ------------------------------------------------------------------------ 2011 ------------------------------------------------------------------------
1853 r971 | nadvornik | 2008-07-03 22:16:15 +0200 (Čt, 03 čec 2008) | 2 lines 2012 r971 | nadvornik | 2008-07-03 22:16:15 +0200 (Thu, 03 Jul 2008) | 2 lines
1854 2013
1855 refresh thumbnails on file change 2014 refresh thumbnails on file change
1856 2015
1857 ------------------------------------------------------------------------ 2016 ------------------------------------------------------------------------
1858 r970 | nadvornik | 2008-07-03 21:38:19 +0200 (Čt, 03 čec 2008) | 2 lines 2017 r970 | nadvornik | 2008-07-03 21:38:19 +0200 (Thu, 03 Jul 2008) | 2 lines
1859 2018
1860 set fallback thumbnail pixbuf only if the loading really fails 2019 set fallback thumbnail pixbuf only if the loading really fails
1861 2020
1862 ------------------------------------------------------------------------ 2021 ------------------------------------------------------------------------
1863 r969 | zas_ | 2008-07-03 20:16:39 +0200 (Čt, 03 čec 2008) | 4 lines 2022 r969 | zas_ | 2008-07-03 20:16:39 +0200 (Thu, 03 Jul 2008) | 4 lines
1864 2023
1865 Fix missing references for the current directory in pan folder stuff. 2024 Fix missing references for the current directory in pan folder stuff.
1866 It was causing an fd magick assertion failure. 2025 It was causing an fd magick assertion failure.
1867 Bug reported by Omari Stephens. 2026 Bug reported by Omari Stephens.
1868 2027
1869 ------------------------------------------------------------------------ 2028 ------------------------------------------------------------------------
1870 r968 | zas_ | 2008-07-03 10:33:10 +0200 (Čt, 03 čec 2008) | 4 lines 2029 r968 | zas_ | 2008-07-03 10:33:10 +0200 (Thu, 03 Jul 2008) | 4 lines
1871 2030
1872 Increase debugging info in file_data_ref() and file_data_unref(). 2031 Increase debugging info in file_data_ref() and file_data_unref().
1873 When compiled with DEBUG defined, file and line of the caller is displayed 2032 When compiled with DEBUG defined, file and line of the caller is displayed
1874 in debug log. 2033 in debug log.
1875 2034
1876 ------------------------------------------------------------------------ 2035 ------------------------------------------------------------------------
1877 r967 | zas_ | 2008-07-02 10:38:47 +0200 (St, 02 čec 2008) | 5 lines 2036 r967 | zas_ | 2008-07-02 10:38:47 +0200 (Wed, 02 Jul 2008) | 5 lines
1878 2037
1879 Optimize file_cache_get() by only moving element to front if needed 2038 Optimize file_cache_get() by only moving element to front if needed
1880 (most of the time there is no need). 2039 (most of the time there is no need).
1881 Reduce code redundancy in file_cache_put() by calling file_cache_get(). 2040 Reduce code redundancy in file_cache_put() by calling file_cache_get().
1882 Enhance debugging code. 2041 Enhance debugging code.
1883 2042
1884 ------------------------------------------------------------------------ 2043 ------------------------------------------------------------------------
1885 r966 | nadvornik | 2008-06-30 23:08:28 +0200 (Po, 30 čen 2008) | 2 lines 2044 r966 | nadvornik | 2008-06-30 23:08:28 +0200 (Mon, 30 Jun 2008) | 2 lines
1886 2045
1887 fixed division by zero in pixbuf_renderer_get_scroll_center 2046 fixed division by zero in pixbuf_renderer_get_scroll_center
1888 2047
1889 ------------------------------------------------------------------------ 2048 ------------------------------------------------------------------------
1890 r965 | zas_ | 2008-06-29 17:51:54 +0200 (Ne, 29 čen 2008) | 4 lines 2049 r965 | zas_ | 2008-06-29 17:51:54 +0200 (Sun, 29 Jun 2008) | 4 lines
1891 2050
1892 Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure() 2051 Merge thumb_loader_save_to_cache() and thumb_loader_mark_failure()
1893 into thumb_loader_save_thumbnail(). 2052 into thumb_loader_save_thumbnail().
1894 Most of the code was redundant. 2053 Most of the code was redundant.
1895 2054
1896 ------------------------------------------------------------------------ 2055 ------------------------------------------------------------------------
1897 r964 | zas_ | 2008-06-29 12:11:43 +0200 (Ne, 29 čen 2008) | 3 lines 2056 r964 | zas_ | 2008-06-29 12:11:43 +0200 (Sun, 29 Jun 2008) | 3 lines
1898 2057
1899 Make better matching between options types in options.h and the rest of the code. 2058 Make better matching between options types in options.h and the rest of the code.
1900 Most changes are from gint to gboolean pseudo type and between gint / guint. 2059 Most changes are from gint to gboolean pseudo type and between gint / guint.
1901 2060
1902 ------------------------------------------------------------------------ 2061 ------------------------------------------------------------------------
1903 r963 | zas_ | 2008-06-28 10:01:36 +0200 (So, 28 čen 2008) | 2 lines 2062 r963 | zas_ | 2008-06-28 10:01:36 +0200 (Sat, 28 Jun 2008) | 2 lines
1904 2063
1905 layout_image_drag_cb(): optimize when connected scrolling is unset. 2064 layout_image_drag_cb(): optimize when connected scrolling is unset.
1906 2065
1907 ------------------------------------------------------------------------ 2066 ------------------------------------------------------------------------
1908 r962 | zas_ | 2008-06-28 09:43:37 +0200 (So, 28 čen 2008) | 2 lines 2067 r962 | zas_ | 2008-06-28 09:43:37 +0200 (Sat, 28 Jun 2008) | 2 lines
1909 2068
1910 Reduce number of parameters (mostly unused), just pass the event pointer. 2069 Reduce number of parameters (mostly unused), just pass the event pointer.
1911 2070
1912 ------------------------------------------------------------------------ 2071 ------------------------------------------------------------------------
1913 r961 | zas_ | 2008-06-28 02:44:31 +0200 (So, 28 čen 2008) | 3 lines 2072 r961 | zas_ | 2008-06-28 02:44:31 +0200 (Sat, 28 Jun 2008) | 3 lines
1914 2073
1915 Fix warning: 2074 Fix warning:
1916 thumb.c:31: warning : 'normalize_thumb' declared 'static' but never defined 2075 thumb.c:31: warning : 'normalize_thumb' declared 'static' but never defined
1917 2076
1918 ------------------------------------------------------------------------ 2077 ------------------------------------------------------------------------
1919 r960 | zas_ | 2008-06-28 00:57:48 +0200 (So, 28 čen 2008) | 3 lines 2078 r960 | zas_ | 2008-06-28 00:57:48 +0200 (Sat, 28 Jun 2008) | 3 lines
1920 2079
1921 image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with 2080 image_osd_mkinfo(): pipe replacement by " - " separator was fixed to work correctly with
1922 empty first element. 2081 empty first element.
1923 2082
1924 ------------------------------------------------------------------------ 2083 ------------------------------------------------------------------------
1925 r959 | nadvornik | 2008-06-27 23:35:21 +0200 (Pá, 27 čen 2008) | 3 lines 2084 r959 | nadvornik | 2008-06-27 23:35:21 +0200 (Fri, 27 Jun 2008) | 3 lines
1926 2085
1927 do not read keywords and comment between exif_read_fd and exif_free_fd 2086 do not read keywords and comment between exif_read_fd and exif_free_fd
1928 calls (fd->exif does not have reference counting) 2087 calls (fd->exif does not have reference counting)
1929 2088
1930 ------------------------------------------------------------------------ 2089 ------------------------------------------------------------------------
1931 r958 | nadvornik | 2008-06-27 23:09:15 +0200 (Pá, 27 čen 2008) | 3 lines 2090 r958 | nadvornik | 2008-06-27 23:09:15 +0200 (Fri, 27 Jun 2008) | 3 lines
1932 2091
1933 added pixbuf_fallback function 2092 added pixbuf_fallback function
1934 fixed thumb loader for non-image files 2093 fixed thumb loader for non-image files
1935 2094
1936 ------------------------------------------------------------------------ 2095 ------------------------------------------------------------------------
1937 r957 | nadvornik | 2008-06-27 20:43:05 +0200 (Pá, 27 čen 2008) | 2 lines 2096 r957 | nadvornik | 2008-06-27 20:43:05 +0200 (Fri, 27 Jun 2008) | 2 lines
1938 2097
1939 fixed crash in entering fullscreen during loading 2098 fixed crash in entering fullscreen during loading
1940 2099
1941 ------------------------------------------------------------------------ 2100 ------------------------------------------------------------------------
1942 r956 | zas_ | 2008-06-27 12:00:55 +0200 (Pá, 27 čen 2008) | 2 lines 2101 r956 | zas_ | 2008-06-27 12:00:55 +0200 (Fri, 27 Jun 2008) | 2 lines
1943 2102
1944 osd_template_insert(): optimize and simplify using flags. 2103 osd_template_insert(): optimize and simplify using flags.
1945 2104
1946 ------------------------------------------------------------------------ 2105 ------------------------------------------------------------------------
1947 r955 | zas_ | 2008-06-27 10:05:51 +0200 (Pá, 27 čen 2008) | 3 lines 2106 r955 | zas_ | 2008-06-27 10:05:51 +0200 (Fri, 27 Jun 2008) | 3 lines
1948 2107
1949 image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup(). 2108 image_osd_info_render(): ensure values are always escaped before using pango_layout_set_markup().
1950 Two helper functions were added: osd_template_insert() and osd_template_insert_and_free(). 2109 Two helper functions were added: osd_template_insert() and osd_template_insert_and_free().
1951 2110
1952 ------------------------------------------------------------------------ 2111 ------------------------------------------------------------------------
1953 r954 | zas_ | 2008-06-27 01:29:08 +0200 (Pá, 27 čen 2008) | 2 lines 2112 r954 | zas_ | 2008-06-27 01:29:08 +0200 (Fri, 27 Jun 2008) | 2 lines
1954 2113
1955 image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations. 2114 image_osd_info_render(): code cleanup and simplification, drop some useless memory allocations.
1956 2115
1957 ------------------------------------------------------------------------ 2116 ------------------------------------------------------------------------
1958 r953 | zas_ | 2008-06-26 17:59:20 +0200 (Čt, 26 čen 2008) | 2 lines 2117 r953 | zas_ | 2008-06-26 17:59:20 +0200 (Thu, 26 Jun 2008) | 2 lines
1959 2118
1960 Use flags for pr_zoom_*() functions. 2119 Use flags for pr_zoom_*() functions.
1961 2120
1962 ------------------------------------------------------------------------ 2121 ------------------------------------------------------------------------
1963 r952 | zas_ | 2008-06-26 16:43:52 +0200 (Čt, 26 čen 2008) | 2 lines 2122 r952 | zas_ | 2008-06-26 16:43:52 +0200 (Thu, 26 Jun 2008) | 2 lines
1964 2123
1965 Use stricter types for image options. 2124 Use stricter types for image options.
1966 2125
1967 ------------------------------------------------------------------------ 2126 ------------------------------------------------------------------------
1968 r951 | zas_ | 2008-06-26 14:23:48 +0200 (Čt, 26 čen 2008) | 2 lines 2127 r951 | zas_ | 2008-06-26 14:23:48 +0200 (Thu, 26 Jun 2008) | 2 lines
1969 2128
1970 Use flags instead of int parameters for pixbuf_renderer_overlay_add(). 2129 Use flags instead of int parameters for pixbuf_renderer_overlay_add().
1971 2130
1972 ------------------------------------------------------------------------ 2131 ------------------------------------------------------------------------
1973 r950 | zas_ | 2008-06-26 13:48:40 +0200 (Čt, 26 čen 2008) | 3 lines 2132 r950 | zas_ | 2008-06-26 13:48:40 +0200 (Thu, 26 Jun 2008) | 3 lines
1974 2133
1975 Only define ExifOrientationType if GQ_BUILD is not defined since 2134 Only define ExifOrientationType if GQ_BUILD is not defined since
1976 it is already defined in exif.h. 2135 it is already defined in exif.h.
1977 2136
1978 ------------------------------------------------------------------------ 2137 ------------------------------------------------------------------------
1979 r949 | zas_ | 2008-06-25 22:53:52 +0200 (St, 25 čen 2008) | 2 lines 2138 r949 | zas_ | 2008-06-25 22:53:52 +0200 (Wed, 25 Jun 2008) | 2 lines
1980 2139
1981 Tidy up. 2140 Tidy up.
1982 2141
1983 ------------------------------------------------------------------------ 2142 ------------------------------------------------------------------------
1984 r948 | zas_ | 2008-06-25 22:22:02 +0200 (St, 25 čen 2008) | 2 lines 2143 r948 | zas_ | 2008-06-25 22:22:02 +0200 (Wed, 25 Jun 2008) | 2 lines
1985 2144
1986 French translation was updated. 2145 French translation was updated.
1987 2146
1988 ------------------------------------------------------------------------ 2147 ------------------------------------------------------------------------
1989 r947 | nadvornik | 2008-06-22 22:07:32 +0200 (Ne, 22 čen 2008) | 2 lines 2148 r947 | nadvornik | 2008-06-22 22:07:32 +0200 (Sun, 22 Jun 2008) | 2 lines
1990 2149
1991 optimized marks drawing 2150 optimized marks drawing
1992 2151
1993 ------------------------------------------------------------------------ 2152 ------------------------------------------------------------------------
1994 r946 | nadvornik | 2008-06-22 22:01:20 +0200 (Ne, 22 čen 2008) | 2 lines 2153 r946 | nadvornik | 2008-06-22 22:01:20 +0200 (Sun, 22 Jun 2008) | 2 lines
1995 2154
1996 show marks in iconview 2155 show marks in iconview
1997 2156
1998 ------------------------------------------------------------------------ 2157 ------------------------------------------------------------------------
1999 r945 | nadvornik | 2008-06-22 12:01:26 +0200 (Ne, 22 čen 2008) | 2 lines 2158 r945 | nadvornik | 2008-06-22 12:01:26 +0200 (Sun, 22 Jun 2008) | 2 lines
2000 2159
2001 show sidecars in icon view 2160 show sidecars in icon view
2002 2161
2003 ------------------------------------------------------------------------ 2162 ------------------------------------------------------------------------
2004 r944 | nadvornik | 2008-06-22 11:40:57 +0200 (Ne, 22 čen 2008) | 2 lines 2163 r944 | nadvornik | 2008-06-22 11:40:57 +0200 (Sun, 22 Jun 2008) | 2 lines
2005 2164
2006 fixed in-place renaming 2165 fixed in-place renaming
2007 2166
2008 ------------------------------------------------------------------------ 2167 ------------------------------------------------------------------------
2009 r943 | nadvornik | 2008-06-22 11:19:42 +0200 (Ne, 22 čen 2008) | 2 lines 2168 r943 | nadvornik | 2008-06-22 11:19:42 +0200 (Sun, 22 Jun 2008) | 2 lines
2010 2169
2011 added possibility to disable grouping of selected files 2170 added possibility to disable grouping of selected files
2012 2171
2013 ------------------------------------------------------------------------ 2172 ------------------------------------------------------------------------
2014 r942 | nadvornik | 2008-06-22 00:01:45 +0200 (Ne, 22 čen 2008) | 2 lines 2173 r942 | nadvornik | 2008-06-22 00:01:45 +0200 (Sun, 22 Jun 2008) | 2 lines
2015 2174
2016 cache size made configurable 2175 cache size made configurable
2017 2176
2018 ------------------------------------------------------------------------ 2177 ------------------------------------------------------------------------
2019 r941 | nadvornik | 2008-06-21 21:26:01 +0200 (So, 21 čen 2008) | 2 lines 2178 r941 | nadvornik | 2008-06-21 21:26:01 +0200 (Sat, 21 Jun 2008) | 2 lines
2020 2179
2021 measure pixbuf cache size in bytes 2180 measure pixbuf cache size in bytes
2022 2181
2023 ------------------------------------------------------------------------ 2182 ------------------------------------------------------------------------
2024 r940 | nadvornik | 2008-06-21 18:00:13 +0200 (So, 21 čen 2008) | 2 lines 2183 r940 | nadvornik | 2008-06-21 18:00:13 +0200 (Sat, 21 Jun 2008) | 2 lines
2025 2184
2026 simple cache for loaded pixbufs 2185 simple cache for loaded pixbufs
2027 2186
2028 ------------------------------------------------------------------------ 2187 ------------------------------------------------------------------------
2029 r939 | nadvornik | 2008-06-21 13:05:55 +0200 (So, 21 čen 2008) | 2 lines 2188 r939 | nadvornik | 2008-06-21 13:05:55 +0200 (Sat, 21 Jun 2008) | 2 lines
2030 2189
2031 renamed fd->pixbuf to fd->thumb_pixbuf 2190 renamed fd->pixbuf to fd->thumb_pixbuf
2032 2191
2033 ------------------------------------------------------------------------ 2192 ------------------------------------------------------------------------
2034 r938 | nadvornik | 2008-06-19 00:26:52 +0200 (Čt, 19 čen 2008) | 3 lines 2193 r938 | nadvornik | 2008-06-19 00:26:52 +0200 (Thu, 19 Jun 2008) | 3 lines
2035 2194
2036 implemented generic FileData cache 2195 implemented generic FileData cache
2037 use it for caching decoded exif data 2196 use it for caching decoded exif data
2038 2197
2039 ------------------------------------------------------------------------ 2198 ------------------------------------------------------------------------
2040 r937 | nadvornik | 2008-06-17 22:25:05 +0200 (Út, 17 čen 2008) | 2 lines 2199 r937 | nadvornik | 2008-06-17 22:25:05 +0200 (Tue, 17 Jun 2008) | 2 lines
2041 2200
2042 more robust thumbs progress bar 2201 more robust thumbs progress bar
2043 2202
2044 ------------------------------------------------------------------------ 2203 ------------------------------------------------------------------------
2045 r936 | nadvornik | 2008-06-17 21:56:21 +0200 (Út, 17 čen 2008) | 2 lines 2204 r936 | nadvornik | 2008-06-17 21:56:21 +0200 (Tue, 17 Jun 2008) | 2 lines
2046 2205
2047 do not allocate new buffer for thumbnails with correct orientation 2206 do not allocate new buffer for thumbnails with correct orientation
2048 2207
2049 ------------------------------------------------------------------------ 2208 ------------------------------------------------------------------------
2050 r935 | nadvornik | 2008-06-16 21:07:02 +0200 (Po, 16 čen 2008) | 2 lines 2209 r935 | nadvornik | 2008-06-16 21:07:02 +0200 (Mon, 16 Jun 2008) | 2 lines
2051 2210
2052 fixed memory leak 2211 fixed memory leak
2053 2212
2054 ------------------------------------------------------------------------ 2213 ------------------------------------------------------------------------
2055 r934 | nadvornik | 2008-06-16 20:37:35 +0200 (Po, 16 čen 2008) | 2 lines 2214 r934 | nadvornik | 2008-06-16 20:37:35 +0200 (Mon, 16 Jun 2008) | 2 lines
2056 2215
2057 another try to free layout at exit 2216 another try to free layout at exit
2058 2217
2059 ------------------------------------------------------------------------ 2218 ------------------------------------------------------------------------
2060 r933 | nadvornik | 2008-06-15 23:52:15 +0200 (Ne, 15 čen 2008) | 2 lines 2219 r933 | nadvornik | 2008-06-15 23:52:15 +0200 (Sun, 15 Jun 2008) | 2 lines
2061 2220
2062 rotate thumbnails by exif 2221 rotate thumbnails by exif
2063 2222
2064 ------------------------------------------------------------------------ 2223 ------------------------------------------------------------------------
2065 r932 | nadvornik | 2008-06-15 22:09:15 +0200 (Ne, 15 čen 2008) | 2 lines 2224 r932 | nadvornik | 2008-06-15 22:09:15 +0200 (Sun, 15 Jun 2008) | 2 lines
2066 2225
2067 use FileData in thumb_loader 2226 use FileData in thumb_loader
2068 2227
2069 ------------------------------------------------------------------------ 2228 ------------------------------------------------------------------------
2070 r931 | nadvornik | 2008-06-14 23:49:48 +0200 (So, 14 čen 2008) | 2 lines 2229 r931 | nadvornik | 2008-06-14 23:49:48 +0200 (Sat, 14 Jun 2008) | 2 lines
2071 2230
2072 use GtkSizeGroup to control initial size of split images 2231 use GtkSizeGroup to control initial size of split images
2073 2232
2074 ------------------------------------------------------------------------ 2233 ------------------------------------------------------------------------
2075 r930 | nadvornik | 2008-06-14 20:41:30 +0200 (So, 14 čen 2008) | 2 lines 2234 r930 | nadvornik | 2008-06-14 20:41:30 +0200 (Sat, 14 Jun 2008) | 2 lines
2076 2235
2077 preserve image center on refresh 2236 preserve image center on refresh
2078 2237
2079 ------------------------------------------------------------------------ 2238 ------------------------------------------------------------------------
2080 r929 | nadvornik | 2008-06-14 20:33:40 +0200 (So, 14 čen 2008) | 4 lines 2239 r929 | nadvornik | 2008-06-14 20:33:40 +0200 (Sat, 14 Jun 2008) | 4 lines
2081 2240
2082 use multiline description in vflist with large thumbnails 2241 use multiline description in vflist with large thumbnails
2083 always display marks in the first column 2242 always display marks in the first column
2084 show expander in "name" column 2243 show expander in "name" column
2085 2244
2086 ------------------------------------------------------------------------ 2245 ------------------------------------------------------------------------
2087 r928 | nadvornik | 2008-06-14 19:32:27 +0200 (So, 14 čen 2008) | 2 lines 2246 r928 | nadvornik | 2008-06-14 19:32:27 +0200 (Sat, 14 Jun 2008) | 2 lines
2088 2247
2089 join name and sidecars to one string 2248 join name and sidecars to one string
2090 2249
2091 ------------------------------------------------------------------------ 2250 ------------------------------------------------------------------------
2092 r927 | nadvornik | 2008-06-14 19:14:28 +0200 (So, 14 čen 2008) | 2 lines 2251 r927 | nadvornik | 2008-06-14 19:14:28 +0200 (Sat, 14 Jun 2008) | 2 lines
2093 2252
2094 optimized vflist_setup_iter_recursive 2253 optimized vflist_setup_iter_recursive
2095 2254
2096 ------------------------------------------------------------------------ 2255 ------------------------------------------------------------------------
2097 r926 | nadvornik | 2008-06-14 14:43:39 +0200 (So, 14 čen 2008) | 2 lines 2256 r926 | nadvornik | 2008-06-14 14:43:39 +0200 (Sat, 14 Jun 2008) | 2 lines
2098 2257
2099 iconlist_refresh optimization 2258 iconlist_refresh optimization
2100 2259
2101 ------------------------------------------------------------------------ 2260 ------------------------------------------------------------------------
2102 r925 | nadvornik | 2008-06-14 14:30:44 +0200 (So, 14 čen 2008) | 2 lines 2261 r925 | nadvornik | 2008-06-14 14:30:44 +0200 (Sat, 14 Jun 2008) | 2 lines
2103 2262
2104 fixed iconview update after deletion of selected image 2263 fixed iconview update after deletion of selected image
2105 2264
2106 ------------------------------------------------------------------------ 2265 ------------------------------------------------------------------------
2107 r924 | zas_ | 2008-06-14 08:52:52 +0200 (So, 14 čen 2008) | 2 lines 2266 r924 | zas_ | 2008-06-14 08:52:52 +0200 (Sat, 14 Jun 2008) | 2 lines
2108 2267
2109 Silent unused variable warning. 2268 Silent unused variable warning.
2110 2269
2111 ------------------------------------------------------------------------ 2270 ------------------------------------------------------------------------
2112 r923 | nadvornik | 2008-06-13 23:32:58 +0200 (Pá, 13 čen 2008) | 2 lines 2271 r923 | nadvornik | 2008-06-13 23:32:58 +0200 (Fri, 13 Jun 2008) | 2 lines
2113 2272
2114 optimized vflist_setup_iter 2273 optimized vflist_setup_iter
2115 2274
2116 ------------------------------------------------------------------------ 2275 ------------------------------------------------------------------------
2117 r922 | zas_ | 2008-06-13 15:33:11 +0200 (Pá, 13 čen 2008) | 2 lines 2276 r922 | zas_ | 2008-06-13 15:33:11 +0200 (Fri, 13 Jun 2008) | 2 lines
2118 2277
2119 French translation was updated. 2278 French translation was updated.
2120 2279
2121 ------------------------------------------------------------------------ 2280 ------------------------------------------------------------------------
2122 r921 | zas_ | 2008-06-13 14:27:41 +0200 (Pá, 13 čen 2008) | 5 lines 2281 r921 | zas_ | 2008-06-13 14:27:41 +0200 (Fri, 13 Jun 2008) | 5 lines
2123 2282
2124 Revert patches 759 and 760. 2283 Revert patches 759 and 760.
2125 759 patch broke adding selection of files through sort manager 2284 759 patch broke adding selection of files through sort manager
2126 to an unopened collection. 2285 to an unopened collection.
2127 2286
2128 2287
2129 ------------------------------------------------------------------------ 2288 ------------------------------------------------------------------------
2130 r920 | zas_ | 2008-06-13 13:51:23 +0200 (Pá, 13 čen 2008) | 2 lines 2289 r920 | zas_ | 2008-06-13 13:51:23 +0200 (Fri, 13 Jun 2008) | 2 lines
2131 2290
2132 Display total size of files in collection window, for the list and for the selection. 2291 Display total size of files in collection window, for the list and for the selection.
2133 2292
2134 ------------------------------------------------------------------------ 2293 ------------------------------------------------------------------------
2135 r919 | zas_ | 2008-06-13 13:11:57 +0200 (Pá, 13 čen 2008) | 4 lines 2294 r919 | zas_ | 2008-06-13 13:11:57 +0200 (Fri, 13 Jun 2008) | 4 lines
2136 2295
2137 Optionnally display directory's date in list view. 2296 Optionnally display directory's date in list view.
2138 It can be set through Preferences > Advanced > Behavior and 2297 It can be set through Preferences > Advanced > Behavior and
2139 is saved to rc file as layout.show_directory_date option. 2298 is saved to rc file as layout.show_directory_date option.
2140 2299
2141 ------------------------------------------------------------------------ 2300 ------------------------------------------------------------------------
2142 r918 | zas_ | 2008-06-13 00:43:32 +0200 (Pá, 13 čen 2008) | 7 lines 2301 r918 | zas_ | 2008-06-13 00:43:32 +0200 (Fri, 13 Jun 2008) | 7 lines
2143 2302
2144 load_options_from(): 2303 load_options_from():
2145 - do not copy option name and value anywhere, only copy value_all to a separate buffer 2304 - do not copy option name and value anywhere, only copy value_all to a separate buffer
2146 - allow more relaxed syntax on read, so we can correctly read option name and value 2305 - allow more relaxed syntax on read, so we can correctly read option name and value
2147 even if user made some errors like replacing ':' by '=' or inserting a space before ':'. 2306 even if user made some errors like replacing ':' by '=' or inserting a space before ':'.
2148 - minor aesthetical changes 2307 - minor aesthetical changes
2149 2308
2150 2309
2151 ------------------------------------------------------------------------ 2310 ------------------------------------------------------------------------
2152 r917 | zas_ | 2008-06-12 23:21:32 +0200 (Čt, 12 čen 2008) | 2 lines 2311 r917 | zas_ | 2008-06-12 23:21:32 +0200 (Thu, 12 Jun 2008) | 2 lines
2153 2312
2154 Add a comment about relative positions of image overlay in the rc file. 2313 Add a comment about relative positions of image overlay in the rc file.
2155 2314
2156 ------------------------------------------------------------------------ 2315 ------------------------------------------------------------------------
2157 r916 | zas_ | 2008-06-12 22:33:51 +0200 (Čt, 12 čen 2008) | 6 lines 2316 r916 | zas_ | 2008-06-12 22:33:51 +0200 (Thu, 12 Jun 2008) | 6 lines
2158 2317
2159 Allow to set image overlay info position through options: 2318 Allow to set image overlay info position through options:
2160 - image_overlay.common.x 2319 - image_overlay.common.x
2161 - image_overlay.common.y 2320 - image_overlay.common.y
2162 2321
2163 For now, there are only editable through rc file. 2322 For now, there are only editable through rc file.
2164 2323
2165 ------------------------------------------------------------------------ 2324 ------------------------------------------------------------------------
2166 r915 | zas_ | 2008-06-12 22:17:22 +0200 (Čt, 12 čen 2008) | 6 lines 2325 r915 | zas_ | 2008-06-12 22:17:22 +0200 (Thu, 12 Jun 2008) | 6 lines
2167 2326
2168 Move some functions from image.[ch] to image-overlay.c and make them static: 2327 Move some functions from image.[ch] to image-overlay.c and make them static:
2169 - image_overlay_add() 2328 - image_overlay_add()
2170 - image_overlay_set() 2329 - image_overlay_set()
2171 - image_overlay_remove() 2330 - image_overlay_remove()
2172 - image_overlay_get() (unused) 2331 - image_overlay_get() (unused)
2173 2332
2174 ------------------------------------------------------------------------ 2333 ------------------------------------------------------------------------
2175 r914 | nadvornik | 2008-06-12 20:30:33 +0200 (Čt, 12 čen 2008) | 2 lines 2334 r914 | nadvornik | 2008-06-12 20:30:33 +0200 (Thu, 12 Jun 2008) | 2 lines
2176 2335
2177 reverted changes in layout_close made in rev. 890 and 901 2336 reverted changes in layout_close made in rev. 890 and 901
2178 2337
2179 ------------------------------------------------------------------------ 2338 ------------------------------------------------------------------------
2180 r913 | nadvornik | 2008-06-10 21:25:21 +0200 (Út, 10 čen 2008) | 2 lines 2339 r913 | nadvornik | 2008-06-10 21:25:21 +0200 (Tue, 10 Jun 2008) | 2 lines
2181 2340
2182 fixed vdtree_sort_cb 2341 fixed vdtree_sort_cb
2183 2342
2184 ------------------------------------------------------------------------ 2343 ------------------------------------------------------------------------
2185 r912 | nadvornik | 2008-06-10 20:39:19 +0200 (Út, 10 čen 2008) | 2 lines 2344 r912 | nadvornik | 2008-06-10 20:39:19 +0200 (Tue, 10 Jun 2008) | 2 lines
2186 2345
2187 fixed segfault in vd_rename_cb 2346 fixed segfault in vd_rename_cb
2188 2347
2189 ------------------------------------------------------------------------ 2348 ------------------------------------------------------------------------
2190 r911 | nadvornik | 2008-06-10 20:19:17 +0200 (Út, 10 čen 2008) | 2 lines 2349 r911 | nadvornik | 2008-06-10 20:19:17 +0200 (Tue, 10 Jun 2008) | 2 lines
2191 2350
2192 dropped vficon_sync, use vficon_refresh everywhere 2351 dropped vficon_sync, use vficon_refresh everywhere
2193 2352
2194 ------------------------------------------------------------------------ 2353 ------------------------------------------------------------------------
2195 r910 | zas_ | 2008-06-10 13:55:18 +0200 (Út, 10 čen 2008) | 2 lines 2354 r910 | zas_ | 2008-06-10 13:55:18 +0200 (Tue, 10 Jun 2008) | 2 lines
2196 2355
2197 collection_from_dnd_data(): simplify and optimize. 2356 collection_from_dnd_data(): simplify and optimize.
2198 2357
2199 ------------------------------------------------------------------------ 2358 ------------------------------------------------------------------------
2200 r909 | zas_ | 2008-06-10 13:27:35 +0200 (Út, 10 čen 2008) | 2 lines 2359 r909 | zas_ | 2008-06-10 13:27:35 +0200 (Tue, 10 Jun 2008) | 2 lines
2201 2360
2202 collection_info_list_to_dnd_data(): simplify and optimize. 2361 collection_info_list_to_dnd_data(): simplify and optimize.
2203 2362
2204 ------------------------------------------------------------------------ 2363 ------------------------------------------------------------------------
2205 r908 | nadvornik | 2008-06-09 22:27:39 +0200 (Po, 09 čen 2008) | 2 lines 2364 r908 | nadvornik | 2008-06-09 22:27:39 +0200 (Mon, 09 Jun 2008) | 2 lines
2206 2365
2207 moved notification to view_file.c 2366 moved notification to view_file.c
2208 2367
2209 ------------------------------------------------------------------------ 2368 ------------------------------------------------------------------------
2210 r907 | nadvornik | 2008-06-09 21:43:56 +0200 (Po, 09 čen 2008) | 2 lines 2369 r907 | nadvornik | 2008-06-09 21:43:56 +0200 (Mon, 09 Jun 2008) | 2 lines
2211 2370
2212 run idle function just once 2371 run idle function just once
2213 2372
2214 ------------------------------------------------------------------------ 2373 ------------------------------------------------------------------------
2215 r906 | nadvornik | 2008-06-09 21:41:37 +0200 (Po, 09 čen 2008) | 2 lines 2374 r906 | nadvornik | 2008-06-09 21:41:37 +0200 (Mon, 09 Jun 2008) | 2 lines
2216 2375
2217 use vficon_refresh for updating 2376 use vficon_refresh for updating
2218 2377
2219 ------------------------------------------------------------------------ 2378 ------------------------------------------------------------------------
2220 r905 | nadvornik | 2008-06-09 21:00:47 +0200 (Po, 09 čen 2008) | 2 lines 2379 r905 | nadvornik | 2008-06-09 21:00:47 +0200 (Mon, 09 Jun 2008) | 2 lines
2221 2380
2222 handle deletion of selected files 2381 handle deletion of selected files
2223 2382
2224 ------------------------------------------------------------------------ 2383 ------------------------------------------------------------------------
2225 r904 | nadvornik | 2008-06-09 20:28:28 +0200 (Po, 09 čen 2008) | 2 lines 2384 r904 | nadvornik | 2008-06-09 20:28:28 +0200 (Mon, 09 Jun 2008) | 2 lines
2226 2385
2227 optimized vficon_refresh_real 2386 optimized vficon_refresh_real
2228 2387
2229 ------------------------------------------------------------------------ 2388 ------------------------------------------------------------------------
2230 r903 | zas_ | 2008-06-09 12:10:34 +0200 (Po, 09 čen 2008) | 2 lines 2389 r903 | zas_ | 2008-06-09 12:10:34 +0200 (Mon, 09 Jun 2008) | 2 lines
2231 2390
2232 Minor fixes and add a note about variable declaration. 2391 Minor fixes and add a note about variable declaration.
2233 2392
2234 ------------------------------------------------------------------------ 2393 ------------------------------------------------------------------------
2235 r902 | zas_ | 2008-06-09 09:14:46 +0200 (Po, 09 čen 2008) | 2 lines 2394 r902 | zas_ | 2008-06-09 09:14:46 +0200 (Mon, 09 Jun 2008) | 2 lines
2236 2395
2237 Use unsigned type for marks since it is used as a bitfield. 2396 Use unsigned type for marks since it is used as a bitfield.
2238 2397
2239 ------------------------------------------------------------------------ 2398 ------------------------------------------------------------------------
2240 r901 | nadvornik | 2008-06-09 09:06:53 +0200 (Po, 09 čen 2008) | 2 lines 2399 r901 | nadvornik | 2008-06-09 09:06:53 +0200 (Mon, 09 Jun 2008) | 2 lines
2241 2400
2242 fixed saving options on exit 2401 fixed saving options on exit
2243 2402
2244 ------------------------------------------------------------------------ 2403 ------------------------------------------------------------------------
2245 r900 | zas_ | 2008-06-09 01:42:51 +0200 (Po, 09 čen 2008) | 2 lines 2404 r900 | zas_ | 2008-06-09 01:42:51 +0200 (Mon, 09 Jun 2008) | 2 lines
2246 2405
2247 Tidy up: add/remove white lines, minor code changes. 2406 Tidy up: add/remove white lines, minor code changes.
2248 2407
2249 ------------------------------------------------------------------------ 2408 ------------------------------------------------------------------------
2250 r899 | nadvornik | 2008-06-08 23:21:13 +0200 (Ne, 08 čen 2008) | 2 lines 2409 r899 | nadvornik | 2008-06-08 23:21:13 +0200 (Sun, 08 Jun 2008) | 2 lines
2251 2410
2252 improved vficon_populate 2411 improved vficon_populate
2253 2412
2254 ------------------------------------------------------------------------ 2413 ------------------------------------------------------------------------
2255 r898 | nadvornik | 2008-06-08 22:24:46 +0200 (Ne, 08 čen 2008) | 2 lines 2414 r898 | nadvornik | 2008-06-08 22:24:46 +0200 (Sun, 08 Jun 2008) | 2 lines
2256 2415
2257 vficon_sync speed-up 2416 vficon_sync speed-up
2258 2417
2259 ------------------------------------------------------------------------ 2418 ------------------------------------------------------------------------
2260 r897 | nadvornik | 2008-06-08 21:09:44 +0200 (Ne, 08 čen 2008) | 2 lines 2419 r897 | nadvornik | 2008-06-08 21:09:44 +0200 (Sun, 08 Jun 2008) | 2 lines
2261 2420
2262 better check for notify type 2421 better check for notify type
2263 2422
2264 ------------------------------------------------------------------------ 2423 ------------------------------------------------------------------------
2265 r896 | nadvornik | 2008-06-08 11:25:39 +0200 (Ne, 08 čen 2008) | 2 lines 2424 r896 | nadvornik | 2008-06-08 11:25:39 +0200 (Sun, 08 Jun 2008) | 2 lines
2266 2425
2267 fixed switching thumbnails in listview on and off - bug 1984825 2426 fixed switching thumbnails in listview on and off - bug 1984825
2268 2427
2269 ------------------------------------------------------------------------ 2428 ------------------------------------------------------------------------
2270 r895 | nadvornik | 2008-06-08 00:44:17 +0200 (Ne, 08 čen 2008) | 2 lines 2429 r895 | nadvornik | 2008-06-08 00:44:17 +0200 (Sun, 08 Jun 2008) | 2 lines
2271 2430
2272 various refresh and notification fixes 2431 various refresh and notification fixes
2273 2432
2274 ------------------------------------------------------------------------ 2433 ------------------------------------------------------------------------
2275 r894 | nadvornik | 2008-06-07 17:08:33 +0200 (So, 07 čen 2008) | 2 lines 2434 r894 | nadvornik | 2008-06-07 17:08:33 +0200 (Sat, 07 Jun 2008) | 2 lines
2276 2435
2277 various notification improvements 2436 various notification improvements
2278 2437
2279 ------------------------------------------------------------------------ 2438 ------------------------------------------------------------------------
2280 r893 | nadvornik | 2008-06-07 12:45:33 +0200 (So, 07 čen 2008) | 2 lines 2439 r893 | nadvornik | 2008-06-07 12:45:33 +0200 (Sat, 07 Jun 2008) | 2 lines
2281 2440
2282 use the new notification for collections 2441 use the new notification for collections
2283 2442
2284 ------------------------------------------------------------------------ 2443 ------------------------------------------------------------------------
2285 r892 | zas_ | 2008-06-07 12:18:30 +0200 (So, 07 čen 2008) | 3 lines 2444 r892 | zas_ | 2008-06-07 12:18:30 +0200 (Sat, 07 Jun 2008) | 3 lines
2286 2445
2287 Display Lirc state in config log. 2446 Display Lirc state in config log.
2288 Re-organize the config log a bit. 2447 Re-organize the config log a bit.
2289 2448
2290 ------------------------------------------------------------------------ 2449 ------------------------------------------------------------------------
2291 r891 | nadvornik | 2008-06-07 11:36:12 +0200 (So, 07 čen 2008) | 2 lines 2450 r891 | nadvornik | 2008-06-07 11:36:12 +0200 (Sat, 07 Jun 2008) | 2 lines
2292 2451
2293 use new notification in img-view 2452 use new notification in img-view
2294 2453
2295 ------------------------------------------------------------------------ 2454 ------------------------------------------------------------------------
2296 r890 | nadvornik | 2008-06-07 11:10:01 +0200 (So, 07 čen 2008) | 2 lines 2455 r890 | nadvornik | 2008-06-07 11:10:01 +0200 (Sat, 07 Jun 2008) | 2 lines
2297 2456
2298 use new notification in layout and layout_image 2457 use new notification in layout and layout_image
2299 2458
2300 ------------------------------------------------------------------------ 2459 ------------------------------------------------------------------------
2301 r889 | nadvornik | 2008-06-07 10:13:22 +0200 (So, 07 čen 2008) | 2 lines 2460 r889 | nadvornik | 2008-06-07 10:13:22 +0200 (Sat, 07 Jun 2008) | 2 lines
2302 2461
2303 used new notification in search.c 2462 used new notification in search.c
2304 2463
2305 ------------------------------------------------------------------------ 2464 ------------------------------------------------------------------------
2306 r888 | nadvornik | 2008-06-07 09:45:08 +0200 (So, 07 čen 2008) | 2 lines 2465 r888 | nadvornik | 2008-06-07 09:45:08 +0200 (Sat, 07 Jun 2008) | 2 lines
2307 2466
2308 used new notification in dupe.c 2467 used new notification in dupe.c
2309 2468
2310 ------------------------------------------------------------------------ 2469 ------------------------------------------------------------------------
2311 r887 | nadvornik | 2008-06-07 00:34:15 +0200 (So, 07 čen 2008) | 2 lines 2470 r887 | nadvornik | 2008-06-07 00:34:15 +0200 (Sat, 07 Jun 2008) | 2 lines
2312 2471
2313 used new notification in cache_maint 2472 used new notification in cache_maint
2314 2473
2315 ------------------------------------------------------------------------ 2474 ------------------------------------------------------------------------
2316 r886 | nadvornik | 2008-06-07 00:11:03 +0200 (So, 07 čen 2008) | 2 lines 2475 r886 | nadvornik | 2008-06-07 00:11:03 +0200 (Sat, 07 Jun 2008) | 2 lines
2317 2476
2318 added NotifyType 2477 added NotifyType
2319 2478
2320 ------------------------------------------------------------------------ 2479 ------------------------------------------------------------------------
2321 r885 | nadvornik | 2008-06-06 23:50:09 +0200 (Pá, 06 čen 2008) | 2 lines 2480 r885 | nadvornik | 2008-06-06 23:50:09 +0200 (Fri, 06 Jun 2008) | 2 lines
2322 2481
2323 realtime file monitor 2482 realtime file monitor
2324 2483
2325 ------------------------------------------------------------------------ 2484 ------------------------------------------------------------------------
2326 r884 | nadvornik | 2008-06-06 22:59:03 +0200 (Pá, 06 čen 2008) | 2 lines 2485 r884 | nadvornik | 2008-06-06 22:59:03 +0200 (Fri, 06 Jun 2008) | 2 lines
2327 2486
2328 zero-lenght path must be allowed for now 2487 zero-lenght path must be allowed for now
2329 2488
2330 ------------------------------------------------------------------------ 2489 ------------------------------------------------------------------------
2331 r883 | zas_ | 2008-06-06 10:01:19 +0200 (Pá, 06 čen 2008) | 2 lines 2490 r883 | zas_ | 2008-06-06 10:01:19 +0200 (Fri, 06 Jun 2008) | 2 lines
2332 2491
2333 French translation was updated. 2492 French translation was updated.
2334 2493
2335 ------------------------------------------------------------------------ 2494 ------------------------------------------------------------------------
2336 r882 | zas_ | 2008-06-06 01:31:22 +0200 (Pá, 06 čen 2008) | 2 lines 2495 r882 | zas_ | 2008-06-06 01:31:22 +0200 (Fri, 06 Jun 2008) | 2 lines
2337 2496
2338 Fix "No newline at end of file" warning. 2497 Fix "No newline at end of file" warning.
2339 2498
2340 ------------------------------------------------------------------------ 2499 ------------------------------------------------------------------------
2341 r881 | nadvornik | 2008-06-05 20:43:44 +0200 (Čt, 05 čen 2008) | 2 lines 2500 r881 | nadvornik | 2008-06-05 20:43:44 +0200 (Thu, 05 Jun 2008) | 2 lines
2342 2501
2343 use new notification in vficon 2502 use new notification in vficon
2344 2503
2345 ------------------------------------------------------------------------ 2504 ------------------------------------------------------------------------
2346 r880 | zas_ | 2008-06-05 11:24:42 +0200 (Čt, 05 čen 2008) | 3 lines 2505 r880 | zas_ | 2008-06-05 11:24:42 +0200 (Thu, 05 Jun 2008) | 3 lines
2347 2506
2348 Compare paths using utf8_collate_key() since paths are utf8-encoded. 2507 Compare paths using utf8_collate_key() since paths are utf8-encoded.
2349 It fixes bug 1959854. 2508 It fixes bug 1959854.
2350 2509
2351 ------------------------------------------------------------------------ 2510 ------------------------------------------------------------------------
2352 r879 | zas_ | 2008-06-05 10:41:02 +0200 (Čt, 05 čen 2008) | 6 lines 2511 r879 | zas_ | 2008-06-05 10:41:02 +0200 (Thu, 05 Jun 2008) | 6 lines
2353 2512
2354 Use uft8_collate_key() to sort utf8 strings. 2513 Use uft8_collate_key() to sort utf8 strings.
2355 Modify file_data_set_path() to sync collate keys and file_data_pool 2514 Modify file_data_set_path() to sync collate keys and file_data_pool
2356 on path change. 2515 on path change.
2357 2516
2358 Partially fix bug 1959854. 2517 Partially fix bug 1959854.
2359 2518
2360 ------------------------------------------------------------------------ 2519 ------------------------------------------------------------------------
2361 r878 | nadvornik | 2008-06-04 23:12:47 +0200 (St, 04 čen 2008) | 2 lines 2520 r878 | nadvornik | 2008-06-04 23:12:47 +0200 (Wed, 04 Jun 2008) | 2 lines
2362 2521
2363 new notification system (used only in vflist for now) 2522 new notification system (used only in vflist for now)
2364 2523
2365 ------------------------------------------------------------------------ 2524 ------------------------------------------------------------------------
2366 r877 | nadvornik | 2008-06-03 21:44:19 +0200 (Út, 03 čen 2008) | 2 lines 2525 r877 | nadvornik | 2008-06-03 21:44:19 +0200 (Tue, 03 Jun 2008) | 2 lines
2367 2526
2368 replaced directory path with FileData* dir_fd 2527 replaced directory path with FileData* dir_fd
2369 2528
2370 ------------------------------------------------------------------------ 2529 ------------------------------------------------------------------------
2371 r876 | zas_ | 2008-06-03 17:54:05 +0200 (Út, 03 čen 2008) | 4 lines 2530 r876 | zas_ | 2008-06-03 17:54:05 +0200 (Tue, 03 Jun 2008) | 4 lines
2372 2531
2373 Allow to modify the aspect of Geeqie through the use of a 2532 Allow to modify the aspect of Geeqie through the use of a
2374 gtkrc file that may be present in the geeqie rc directory. 2533 gtkrc file that may be present in the geeqie rc directory.
2375 Patch by Aldric RENAUDIN and me. 2534 Patch by Aldric RENAUDIN and me.
2376 2535
2377 ------------------------------------------------------------------------ 2536 ------------------------------------------------------------------------
2378 r875 | zas_ | 2008-06-03 15:54:22 +0200 (Út, 03 čen 2008) | 2 lines 2537 r875 | zas_ | 2008-06-03 15:54:22 +0200 (Tue, 03 Jun 2008) | 2 lines
2379 2538
2380 Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT). 2539 Replace hardcoded collection filename extension by a macro (GQ_COLLECTION_EXT).
2381 2540
2382 ------------------------------------------------------------------------ 2541 ------------------------------------------------------------------------
2383 r874 | zas_ | 2008-06-03 13:24:16 +0200 (Út, 03 čen 2008) | 2 lines 2542 r874 | zas_ | 2008-06-03 13:24:16 +0200 (Tue, 03 Jun 2008) | 2 lines
2384 2543
2385 Drop initialization to NULL since filelist_read() will take care of it. 2544 Drop initialization to NULL since filelist_read() will take care of it.
2386 2545
2387 ------------------------------------------------------------------------ 2546 ------------------------------------------------------------------------
2388 r873 | zas_ | 2008-06-03 11:41:00 +0200 (Út, 03 čen 2008) | 2 lines 2547 r873 | zas_ | 2008-06-03 11:41:00 +0200 (Tue, 03 Jun 2008) | 2 lines
2389 2548
2390 filelist_read_real(): optimize and clean up. 2549 filelist_read_real(): optimize and clean up.
2391 2550
2392 ------------------------------------------------------------------------ 2551 ------------------------------------------------------------------------
2393 r872 | zas_ | 2008-06-03 11:03:33 +0200 (Út, 03 čen 2008) | 2 lines 2552 r872 | zas_ | 2008-06-03 11:03:33 +0200 (Tue, 03 Jun 2008) | 2 lines
2394 2553
2395 Reduce indentation level. 2554 Reduce indentation level.
2396 2555
2397 ------------------------------------------------------------------------ 2556 ------------------------------------------------------------------------
2398 r871 | zas_ | 2008-06-03 10:57:46 +0200 (Út, 03 čen 2008) | 2 lines 2557 r871 | zas_ | 2008-06-03 10:57:46 +0200 (Tue, 03 Jun 2008) | 2 lines
2399 2558
2400 Reduce indentation level. 2559 Reduce indentation level.
2401 2560
2402 ------------------------------------------------------------------------ 2561 ------------------------------------------------------------------------
2403 r870 | zas_ | 2008-06-03 10:53:53 +0200 (Út, 03 čen 2008) | 2 lines 2562 r870 | zas_ | 2008-06-03 10:53:53 +0200 (Tue, 03 Jun 2008) | 2 lines
2404 2563
2405 collection_table_find_data_by_coord(): tidy up. 2564 collection_table_find_data_by_coord(): tidy up.
2406 2565
2407 ------------------------------------------------------------------------ 2566 ------------------------------------------------------------------------
2408 r869 | zas_ | 2008-06-03 09:37:24 +0200 (Út, 03 čen 2008) | 3 lines 2567 r869 | zas_ | 2008-06-03 09:37:24 +0200 (Tue, 03 Jun 2008) | 3 lines
2409 2568
2410 vflist_maint(): only allocate memory and compare strings if needed. 2569 vflist_maint(): only allocate memory and compare strings if needed.
2411 2570
2412 2571
2413 ------------------------------------------------------------------------ 2572 ------------------------------------------------------------------------
2414 r868 | zas_ | 2008-06-03 09:32:13 +0200 (Út, 03 čen 2008) | 3 lines 2573 r868 | zas_ | 2008-06-03 09:32:13 +0200 (Tue, 03 Jun 2008) | 3 lines
2415 2574
2416 layout_real_renamed(), layout_real_removed(), layout_real_moved(): 2575 layout_real_renamed(), layout_real_removed(), layout_real_moved():
2417 simplify code. 2576 simplify code.
2418 2577
2419 ------------------------------------------------------------------------ 2578 ------------------------------------------------------------------------
2420 r867 | nadvornik | 2008-05-31 21:46:26 +0200 (So, 31 kvě 2008) | 2 lines 2579 r867 | nadvornik | 2008-05-31 21:46:26 +0200 (Sat, 31 May 2008) | 2 lines
2421 2580
2422 do not change original FileData on copy 2581 do not change original FileData on copy
2423 2582
2424 ------------------------------------------------------------------------ 2583 ------------------------------------------------------------------------
2425 r866 | nadvornik | 2008-05-31 21:44:41 +0200 (So, 31 kvě 2008) | 3 lines 2584 r866 | nadvornik | 2008-05-31 21:44:41 +0200 (Sat, 31 May 2008) | 3 lines
2426 2585
2427 replaced vflist_maint functions by vflist_refresh - it allows to follow 2586 replaced vflist_maint functions by vflist_refresh - it allows to follow
2428 changes made by external editors more precisely 2587 changes made by external editors more precisely
2429 2588
2430 ------------------------------------------------------------------------ 2589 ------------------------------------------------------------------------
2431 r865 | nadvornik | 2008-05-30 23:41:46 +0200 (Pá, 30 kvě 2008) | 2 lines 2590 r865 | nadvornik | 2008-05-30 23:41:46 +0200 (Fri, 30 May 2008) | 2 lines
2432 2591
2433 vflist_populate_view: better handle selected files that are renamed or deleted 2592 vflist_populate_view: better handle selected files that are renamed or deleted
2434 2593
2435 ------------------------------------------------------------------------ 2594 ------------------------------------------------------------------------
2436 r864 | nadvornik | 2008-05-30 22:13:16 +0200 (Pá, 30 kvě 2008) | 2 lines 2595 r864 | nadvornik | 2008-05-30 22:13:16 +0200 (Fri, 30 May 2008) | 2 lines
2437 2596
2438 fixed thumb index (thumbnails are shown again) 2597 fixed thumb index (thumbnails are shown again)
2439 2598
2440 ------------------------------------------------------------------------ 2599 ------------------------------------------------------------------------
2441 r863 | nadvornik | 2008-05-30 21:53:52 +0200 (Pá, 30 kvě 2008) | 2 lines 2600 r863 | nadvornik | 2008-05-30 21:53:52 +0200 (Fri, 30 May 2008) | 2 lines
2442 2601
2443 simplified vflist_populate_view 2602 simplified vflist_populate_view
2444 2603
2445 ------------------------------------------------------------------------ 2604 ------------------------------------------------------------------------
2446 r862 | zas_ | 2008-05-30 10:39:52 +0200 (Pá, 30 kvě 2008) | 4 lines 2605 r862 | zas_ | 2008-05-30 10:39:52 +0200 (Fri, 30 May 2008) | 4 lines
2447 2606
2448 Use functions to set editors name and command and ensure they are 2607 Use functions to set editors name and command and ensure they are
2449 utf8-encoded. 2608 utf8-encoded.
2450 Previously, non-utf8 strings from rc file caused some issues. 2609 Previously, non-utf8 strings from rc file caused some issues.
2451 2610
2452 ------------------------------------------------------------------------ 2611 ------------------------------------------------------------------------
2453 r861 | zas_ | 2008-05-30 10:36:23 +0200 (Pá, 30 kvě 2008) | 2 lines 2612 r861 | zas_ | 2008-05-30 10:36:23 +0200 (Fri, 30 May 2008) | 2 lines
2454 2613
2455 Make utf8_validate_or_convert() to always allocate a new string. 2614 Make utf8_validate_or_convert() to always allocate a new string.
2456 2615
2457 ------------------------------------------------------------------------ 2616 ------------------------------------------------------------------------
2458 r860 | zas_ | 2008-05-30 09:20:25 +0200 (Pá, 30 kvě 2008) | 2 lines 2617 r860 | zas_ | 2008-05-30 09:20:25 +0200 (Fri, 30 May 2008) | 2 lines
2459 2618
2460 Check for existing editor command using is_valid_editor_command(). 2619 Check for existing editor command using is_valid_editor_command().
2461 2620
2462 ------------------------------------------------------------------------ 2621 ------------------------------------------------------------------------
2463 r859 | zas_ | 2008-05-29 09:58:34 +0200 (Čt, 29 kvě 2008) | 4 lines 2622 r859 | zas_ | 2008-05-29 09:58:34 +0200 (Thu, 29 May 2008) | 4 lines
2464 2623
2465 Preserve properties window width and height during session even when 2624 Preserve properties window width and height during session even when
2466 layout.save_window_positions is not set. 2625 layout.save_window_positions is not set.
2467 It restores the pre revision 858 behavior. 2626 It restores the pre revision 858 behavior.
2468 2627
2469 ------------------------------------------------------------------------ 2628 ------------------------------------------------------------------------
2470 r858 | zas_ | 2008-05-29 09:52:05 +0200 (Čt, 29 kvě 2008) | 3 lines 2629 r858 | zas_ | 2008-05-29 09:52:05 +0200 (Thu, 29 May 2008) | 3 lines
2471 2630
2472 Save properties window width and height to rc file and restore 2631 Save properties window width and height to rc file and restore
2473 them on next session if layout.save_window_positions is set to TRUE. 2632 them on next session if layout.save_window_positions is set to TRUE.
2474 2633
2475 ------------------------------------------------------------------------ 2634 ------------------------------------------------------------------------
2476 r857 | nadvornik | 2008-05-29 00:12:10 +0200 (Čt, 29 kvě 2008) | 2 lines 2635 r857 | nadvornik | 2008-05-29 00:12:10 +0200 (Thu, 29 May 2008) | 2 lines
2477 2636
2478 improved infrastructure for tracing changes, optimized vflist_populate_view 2637 improved infrastructure for tracing changes, optimized vflist_populate_view
2479 2638
2480 ------------------------------------------------------------------------ 2639 ------------------------------------------------------------------------
2481 r856 | nadvornik | 2008-05-27 20:46:34 +0200 (Út, 27 kvě 2008) | 2 lines 2640 r856 | nadvornik | 2008-05-27 20:46:34 +0200 (Tue, 27 May 2008) | 2 lines
2482 2641
2483 measure time of filelist update 2642 measure time of filelist update
2484 2643
2485 ------------------------------------------------------------------------ 2644 ------------------------------------------------------------------------
2486 r855 | nadvornik | 2008-05-27 20:37:15 +0200 (Út, 27 kvě 2008) | 2 lines 2645 r855 | nadvornik | 2008-05-27 20:37:15 +0200 (Tue, 27 May 2008) | 2 lines
2487 2646
2488 another fix in notification 2647 another fix in notification
2489 2648
2490 ------------------------------------------------------------------------ 2649 ------------------------------------------------------------------------
2491 r854 | nadvornik | 2008-05-26 20:32:04 +0200 (Po, 26 kvě 2008) | 2 lines 2650 r854 | nadvornik | 2008-05-26 20:32:04 +0200 (Mon, 26 May 2008) | 2 lines
2492 2651
2493 Fix histogram grid - patch by Uwe Ohse 2652 Fix histogram grid - patch by Uwe Ohse
2494 2653
2495 ------------------------------------------------------------------------ 2654 ------------------------------------------------------------------------
2496 r853 | nadvornik | 2008-05-26 20:22:08 +0200 (Po, 26 kvě 2008) | 2 lines 2655 r853 | nadvornik | 2008-05-26 20:22:08 +0200 (Mon, 26 May 2008) | 2 lines
2497 2656
2498 use fputs instead of printf - patch by Uwe Ohse 2657 use fputs instead of printf - patch by Uwe Ohse
2499 2658
2500 ------------------------------------------------------------------------ 2659 ------------------------------------------------------------------------
2501 r852 | nadvornik | 2008-05-26 19:06:30 +0200 (Po, 26 kvě 2008) | 2 lines 2660 r852 | nadvornik | 2008-05-26 19:06:30 +0200 (Mon, 26 May 2008) | 2 lines
2502 2661
2503 fixed bug in notification code 2662 fixed bug in notification code
2504 2663
2505 ------------------------------------------------------------------------ 2664 ------------------------------------------------------------------------
2506 r851 | zas_ | 2008-05-25 22:17:07 +0200 (Ne, 25 kvě 2008) | 2 lines 2665 r851 | zas_ | 2008-05-25 22:17:07 +0200 (Sun, 25 May 2008) | 2 lines
2507 2666
2508 Tidy up: indentation fixes, typo fixes, ... 2667 Tidy up: indentation fixes, typo fixes, ...
2509 2668
2510 ------------------------------------------------------------------------ 2669 ------------------------------------------------------------------------
2511 r850 | zas_ | 2008-05-25 21:54:00 +0200 (Ne, 25 kvě 2008) | 2 lines 2670 r850 | zas_ | 2008-05-25 21:54:00 +0200 (Sun, 25 May 2008) | 2 lines
2512 2671
2513 Typo fix. 2672 Typo fix.
2514 2673
2515 ------------------------------------------------------------------------ 2674 ------------------------------------------------------------------------
2516 r849 | zas_ | 2008-05-25 21:13:04 +0200 (Ne, 25 kvě 2008) | 2 lines 2675 r849 | zas_ | 2008-05-25 21:13:04 +0200 (Sun, 25 May 2008) | 2 lines
2517 2676
2518 Typo fix. 2677 Typo fix.
2519 2678
2520 ------------------------------------------------------------------------ 2679 ------------------------------------------------------------------------
2521 r848 | zas_ | 2008-05-25 21:03:30 +0200 (Ne, 25 kvě 2008) | 2 lines 2680 r848 | zas_ | 2008-05-25 21:03:30 +0200 (Sun, 25 May 2008) | 2 lines
2522 2681
2523 bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint. 2682 bar_sort_set_filter_cb(): filter_idx was set as uint so get it as uint.
2524 2683
2525 ------------------------------------------------------------------------ 2684 ------------------------------------------------------------------------
2526 r847 | nadvornik | 2008-05-25 00:44:18 +0200 (Ne, 25 kvě 2008) | 4 lines 2685 r847 | nadvornik | 2008-05-25 00:44:18 +0200 (Sun, 25 May 2008) | 4 lines
2527 2686
2528 rewritten utilops.h: 2687 rewritten utilops.h:
2529 - better integration of external commands 2688 - better integration of external commands
2530 - filter commands 2689 - filter commands
2531 2690
2532 ------------------------------------------------------------------------ 2691 ------------------------------------------------------------------------
2533 r846 | zas_ | 2008-05-24 22:01:59 +0200 (So, 24 kvě 2008) | 6 lines 2692 r846 | zas_ | 2008-05-24 22:01:59 +0200 (Sat, 24 May 2008) | 6 lines
2534 2693
2535 Allow to escape star characters in the template string with a \. 2694 Allow to escape star characters in the template string with a \.
2536 One can insert a \ by escaping it with another \. 2695 One can insert a \ by escaping it with another \.
2537 Fix deletion of empty parts when using | trick. 2696 Fix deletion of empty parts when using | trick.
2538 Append the separator " - " only if data is neither NULL nor empty. 2697 Append the separator " - " only if data is neither NULL nor empty.
2539 Patch by Uwe Ohse and Laurent Monin. 2698 Patch by Uwe Ohse and Laurent Monin.
2540 2699
2541 ------------------------------------------------------------------------ 2700 ------------------------------------------------------------------------
2542 r845 | nadvornik | 2008-05-24 11:18:09 +0200 (So, 24 kvě 2008) | 2 lines 2701 r845 | nadvornik | 2008-05-24 11:18:09 +0200 (Sat, 24 May 2008) | 2 lines
2543 2702
2544 improved filedata interface 2703 improved filedata interface
2545 2704
2546 ------------------------------------------------------------------------ 2705 ------------------------------------------------------------------------
2547 r844 | zas_ | 2008-05-24 01:40:12 +0200 (So, 24 kvě 2008) | 3 lines 2706 r844 | zas_ | 2008-05-24 01:40:12 +0200 (Sat, 24 May 2008) | 3 lines
2548 2707
2549 Fix display of libpthread detection. 2708 Fix display of libpthread detection.
2550 Fix display of lirc support, do not test for headers if disabled. 2709 Fix display of lirc support, do not test for headers if disabled.
2551 2710
2552 ------------------------------------------------------------------------ 2711 ------------------------------------------------------------------------
2553 r843 | zas_ | 2008-05-24 01:18:40 +0200 (So, 24 kvě 2008) | 2 lines 2712 r843 | zas_ | 2008-05-24 01:18:40 +0200 (Sat, 24 May 2008) | 2 lines
2554 2713
2555 Silent few warnings that appeared when using --disable-exiv2 configure option. 2714 Silent few warnings that appeared when using --disable-exiv2 configure option.
2556 2715
2557 ------------------------------------------------------------------------ 2716 ------------------------------------------------------------------------
2558 r842 | zas_ | 2008-05-24 00:57:51 +0200 (So, 24 kvě 2008) | 2 lines 2717 r842 | zas_ | 2008-05-24 00:57:51 +0200 (Sat, 24 May 2008) | 2 lines
2559 2718
2560 French translation was updated. 2719 French translation was updated.
2561 2720
2562 ------------------------------------------------------------------------ 2721 ------------------------------------------------------------------------
2563 r841 | zas_ | 2008-05-24 00:55:23 +0200 (So, 24 kvě 2008) | 2 lines 2722 r841 | zas_ | 2008-05-24 00:55:23 +0200 (Sat, 24 May 2008) | 2 lines
2564 2723
2565 Use the same label for toolbar buttons tooltip than in main menu. 2724 Use the same label for toolbar buttons tooltip than in main menu.
2566 2725
2567 ------------------------------------------------------------------------ 2726 ------------------------------------------------------------------------
2568 r840 | zas_ | 2008-05-23 17:07:30 +0200 (Pá, 23 kvě 2008) | 6 lines 2727 r840 | zas_ | 2008-05-23 17:07:30 +0200 (Fri, 23 May 2008) | 6 lines
2569 2728
2570 Add -Wstrict-prototypes to gcc options only in developer mode 2729 Add -Wstrict-prototypes to gcc options only in developer mode
2571 since it clutters the compilation log with unfixable warnings. 2730 since it clutters the compilation log with unfixable warnings.
2572 Add -Wall in developer mode to display even more warnings. 2731 Add -Wall in developer mode to display even more warnings.
2573 Fix display of --enable-deprecated at end of configure (yes 2732 Fix display of --enable-deprecated at end of configure (yes
2574 and no were inversed). 2733 and no were inversed).
2575 2734
2576 ------------------------------------------------------------------------ 2735 ------------------------------------------------------------------------
2577 r839 | zas_ | 2008-05-23 14:27:28 +0200 (Pá, 23 kvě 2008) | 2 lines 2736 r839 | zas_ | 2008-05-23 14:27:28 +0200 (Fri, 23 May 2008) | 2 lines
2578 2737
2579 slideshow_next(), slideshow_prev(): move code to common slideshow_move(), reducing code redundancy. 2738 slideshow_next(), slideshow_prev(): move code to common slideshow_move(), reducing code redundancy.
2580 2739
2581 ------------------------------------------------------------------------ 2740 ------------------------------------------------------------------------
2582 r838 | zas_ | 2008-05-23 14:19:42 +0200 (Pá, 23 kvě 2008) | 2 lines 2741 r838 | zas_ | 2008-05-23 14:19:42 +0200 (Fri, 23 May 2008) | 2 lines
2583 2742
2584 Move code from slideshow_timer_reset() to new slideshow_timer_stop() and simplify calls. 2743 Move code from slideshow_timer_reset() to new slideshow_timer_stop() and simplify calls.
2585 2744
2586 ------------------------------------------------------------------------ 2745 ------------------------------------------------------------------------
2587 r837 | zas_ | 2008-05-23 02:20:56 +0200 (Pá, 23 kvě 2008) | 9 lines 2746 r837 | zas_ | 2008-05-23 02:20:56 +0200 (Fri, 23 May 2008) | 9 lines
2588 2747
2589 Try to load a system-wide rc file if any, before per-user rc file. 2748 Try to load a system-wide rc file if any, before per-user rc file.
2590 For now, system-wide rc file path is set to /etc/geeqie/geeqierc 2749 For now, system-wide rc file path is set to /etc/geeqie/geeqierc
2591 (defined by GQ_SYSTEM_WIDE_DIR in main.h). 2750 (defined by GQ_SYSTEM_WIDE_DIR in main.h).
2592 filter_parse() was modified to replace entries having the same key, 2751 filter_parse() was modified to replace entries having the same key,
2594 2753
2595 Please test heavily. 2754 Please test heavily.
2596 2755
2597 2756
2598 ------------------------------------------------------------------------ 2757 ------------------------------------------------------------------------
2599 r836 | zas_ | 2008-05-23 01:22:12 +0200 (Pá, 23 kvě 2008) | 2 lines 2758 r836 | zas_ | 2008-05-23 01:22:12 +0200 (Fri, 23 May 2008) | 2 lines
2600 2759
2601 Pass ConfOptions * to save_options() and load_options(). 2760 Pass ConfOptions * to save_options() and load_options().
2602 2761
2603 ------------------------------------------------------------------------ 2762 ------------------------------------------------------------------------
2604 r835 | zas_ | 2008-05-23 01:17:26 +0200 (Pá, 23 kvě 2008) | 3 lines 2763 r835 | zas_ | 2008-05-23 01:17:26 +0200 (Fri, 23 May 2008) | 3 lines
2605 2764
2606 Move code from save_options() to new save_options_to() which takes 2765 Move code from save_options() to new save_options_to() which takes
2607 the destination path as parameter. 2766 the destination path as parameter.
2608 2767
2609 ------------------------------------------------------------------------ 2768 ------------------------------------------------------------------------
2610 r834 | zas_ | 2008-05-23 01:09:53 +0200 (Pá, 23 kvě 2008) | 4 lines 2769 r834 | zas_ | 2008-05-23 01:09:53 +0200 (Fri, 23 May 2008) | 4 lines
2611 2770
2612 Move setup_default_options() and sync_options_with_current_state() to options.[ch]. 2771 Move setup_default_options() and sync_options_with_current_state() to options.[ch].
2613 Pass ConfOptions * to these instead of directly using global variable. 2772 Pass ConfOptions * to these instead of directly using global variable.
2614 Cleanup #include in main.c. 2773 Cleanup #include in main.c.
2615 2774
2616 ------------------------------------------------------------------------ 2775 ------------------------------------------------------------------------
2617 r833 | zas_ | 2008-05-23 00:49:07 +0200 (Pá, 23 kvě 2008) | 2 lines 2776 r833 | zas_ | 2008-05-23 00:49:07 +0200 (Fri, 23 May 2008) | 2 lines
2618 2777
2619 Move code from exit_program_final() to new sync_options_with_current_state(). 2778 Move code from exit_program_final() to new sync_options_with_current_state().
2620 2779
2621 ------------------------------------------------------------------------ 2780 ------------------------------------------------------------------------
2622 r832 | zas_ | 2008-05-23 00:43:07 +0200 (Pá, 23 kvě 2008) | 4 lines 2781 r832 | zas_ | 2008-05-23 00:43:07 +0200 (Fri, 23 May 2008) | 4 lines
2623 2782
2624 Separate path building code from options loading code. 2783 Separate path building code from options loading code.
2625 Most code of load_options() is moved to new load_options_from(). 2784 Most code of load_options() is moved to new load_options_from().
2626 ExifUIList initialization is moved to setup_default_options(). 2785 ExifUIList initialization is moved to setup_default_options().
2627 2786
2628 ------------------------------------------------------------------------ 2787 ------------------------------------------------------------------------
2629 r831 | zas_ | 2008-05-22 22:22:13 +0200 (Čt, 22 kvě 2008) | 10 lines 2788 r831 | zas_ | 2008-05-22 22:22:13 +0200 (Thu, 22 May 2008) | 10 lines
2630 2789
2631 Make shell command and its option rc file options instead of hardcoded strings. 2790 Make shell command and its option rc file options instead of hardcoded strings.
2632 This allows users to modify the shell command that execute "editors". 2791 This allows users to modify the shell command that execute "editors".
2633 Two new options appear in rc file: 2792 Two new options appear in rc file:
2634 - shell.path (default to "/bin/sh") 2793 - shell.path (default to "/bin/sh")
2637 These options can only be changed from the rc file, not at runtime. 2796 These options can only be changed from the rc file, not at runtime.
2638 Tests are made to check that shell.path is not empty and lead to 2797 Tests are made to check that shell.path is not empty and lead to
2639 an executable file. 2798 an executable file.
2640 2799
2641 ------------------------------------------------------------------------ 2800 ------------------------------------------------------------------------
2642 r830 | zas_ | 2008-05-22 15:00:45 +0200 (Čt, 22 kvě 2008) | 3 lines 2801 r830 | zas_ | 2008-05-22 15:00:45 +0200 (Thu, 22 May 2008) | 3 lines
2643 2802
2644 Fix signed vs unsigned warnings. 2803 Fix signed vs unsigned warnings.
2645 In most cases, gint was used instead of guint. 2804 In most cases, gint was used instead of guint.
2646 2805
2647 ------------------------------------------------------------------------ 2806 ------------------------------------------------------------------------
2648 r829 | zas_ | 2008-05-22 13:28:35 +0200 (Čt, 22 kvě 2008) | 2 lines 2807 r829 | zas_ | 2008-05-22 13:28:35 +0200 (Thu, 22 May 2008) | 2 lines
2649 2808
2650 Comment out unused static function extension_truncate(). 2809 Comment out unused static function extension_truncate().
2651 2810
2652 ------------------------------------------------------------------------ 2811 ------------------------------------------------------------------------
2653 r828 | zas_ | 2008-05-22 13:27:43 +0200 (Čt, 22 kvě 2008) | 2 lines 2812 r828 | zas_ | 2008-05-22 13:27:43 +0200 (Thu, 22 May 2008) | 2 lines
2654 2813
2655 Fix up some types, make some signed vs unsigned warnings quiet. 2814 Fix up some types, make some signed vs unsigned warnings quiet.
2656 2815
2657 ------------------------------------------------------------------------ 2816 ------------------------------------------------------------------------
2658 r827 | zas_ | 2008-05-22 12:09:07 +0200 (Čt, 22 kvě 2008) | 3 lines 2817 r827 | zas_ | 2008-05-22 12:09:07 +0200 (Thu, 22 May 2008) | 3 lines
2659 2818
2660 Modify set_default_image_overlay_template_string() to accept the pointer to 2819 Modify set_default_image_overlay_template_string() to accept the pointer to
2661 the string to modify and add a generic function to set template_string value. 2820 the string to modify and add a generic function to set template_string value.
2662 2821
2663 ------------------------------------------------------------------------ 2822 ------------------------------------------------------------------------
2664 r826 | zas_ | 2008-05-22 11:22:29 +0200 (Čt, 22 kvě 2008) | 2 lines 2823 r826 | zas_ | 2008-05-22 11:22:29 +0200 (Thu, 22 May 2008) | 2 lines
2665 2824
2666 French translation was updated. 2825 French translation was updated.
2667 2826
2668 ------------------------------------------------------------------------ 2827 ------------------------------------------------------------------------
2669 r825 | zas_ | 2008-05-22 11:12:36 +0200 (Čt, 22 kvě 2008) | 3 lines 2828 r825 | zas_ | 2008-05-22 11:12:36 +0200 (Thu, 22 May 2008) | 3 lines
2670 2829
2671 Introduce an helper function that returns the name of an editor. 2830 Introduce an helper function that returns the name of an editor.
2672 It helps to reduce code redundancy. 2831 It helps to reduce code redundancy.
2673 2832
2674 ------------------------------------------------------------------------ 2833 ------------------------------------------------------------------------
2675 r824 | zas_ | 2008-05-22 10:49:52 +0200 (Čt, 22 kvě 2008) | 2 lines 2834 r824 | zas_ | 2008-05-22 10:49:52 +0200 (Thu, 22 May 2008) | 2 lines
2676 2835
2677 Use a struct to handle editor's properties. 2836 Use a struct to handle editor's properties.
2678 2837
2679 ------------------------------------------------------------------------ 2838 ------------------------------------------------------------------------
2680 r823 | zas_ | 2008-05-21 21:37:18 +0200 (St, 21 kvě 2008) | 6 lines 2839 r823 | zas_ | 2008-05-21 21:37:18 +0200 (Wed, 21 May 2008) | 6 lines
2681 2840
2682 Make stricter match for option's names consisting of a prefix and a number. 2841 Make stricter match for option's names consisting of a prefix and a number.
2683 It allows to have names like "prefix_12" and "prefix_something" in the same file. 2842 It allows to have names like "prefix_12" and "prefix_something" in the same file.
2684 Using strtol() was wrong since it allowed names like "prefix_-0xa", leading 2843 Using strtol() was wrong since it allowed names like "prefix_-0xa", leading
2685 to unpredictable results. It was wrong too with "prefix_something", which 2844 to unpredictable results. It was wrong too with "prefix_something", which
2686 was equivalent to "prefix_0", instead of being an option of its own. 2845 was equivalent to "prefix_0", instead of being an option of its own.
2687 2846
2688 ------------------------------------------------------------------------ 2847 ------------------------------------------------------------------------
2689 r822 | zas_ | 2008-05-21 13:46:19 +0200 (St, 21 kvě 2008) | 2 lines 2848 r822 | zas_ | 2008-05-21 13:46:19 +0200 (Wed, 21 May 2008) | 2 lines
2690 2849
2691 Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable. 2850 Replace hardcoded "/" by G_DIR_SEPARATOR_S where applicable.
2692 2851
2693 ------------------------------------------------------------------------ 2852 ------------------------------------------------------------------------
2694 r821 | zas_ | 2008-05-21 13:45:29 +0200 (St, 21 kvě 2008) | 2 lines 2853 r821 | zas_ | 2008-05-21 13:45:29 +0200 (Wed, 21 May 2008) | 2 lines
2695 2854
2696 Use g_build_filename(). 2855 Use g_build_filename().
2697 2856
2698 ------------------------------------------------------------------------ 2857 ------------------------------------------------------------------------
2699 r820 | zas_ | 2008-05-21 13:07:23 +0200 (St, 21 kvě 2008) | 2 lines 2858 r820 | zas_ | 2008-05-21 13:07:23 +0200 (Wed, 21 May 2008) | 2 lines
2700 2859
2701 Use G_DIR_SEPARATOR where applicable. 2860 Use G_DIR_SEPARATOR where applicable.
2702 2861
2703 ------------------------------------------------------------------------ 2862 ------------------------------------------------------------------------
2704 r819 | zas_ | 2008-05-21 13:00:13 +0200 (St, 21 kvě 2008) | 2 lines 2863 r819 | zas_ | 2008-05-21 13:00:13 +0200 (Wed, 21 May 2008) | 2 lines
2705 2864
2706 Use G_DIR_SEPARATOR_S where applicable. 2865 Use G_DIR_SEPARATOR_S where applicable.
2707 2866
2708 ------------------------------------------------------------------------ 2867 ------------------------------------------------------------------------
2709 r818 | zas_ | 2008-05-21 12:52:38 +0200 (St, 21 kvě 2008) | 2 lines 2868 r818 | zas_ | 2008-05-21 12:52:38 +0200 (Wed, 21 May 2008) | 2 lines
2710 2869
2711 Use g_build_filename() and G_DIR_SEPARATOR_S. 2870 Use g_build_filename() and G_DIR_SEPARATOR_S.
2712 2871
2713 ------------------------------------------------------------------------ 2872 ------------------------------------------------------------------------
2714 r817 | zas_ | 2008-05-21 12:46:33 +0200 (St, 21 kvě 2008) | 2 lines 2873 r817 | zas_ | 2008-05-21 12:46:33 +0200 (Wed, 21 May 2008) | 2 lines
2715 2874
2716 Use g_build_filename() instead of g_strconcat(). 2875 Use g_build_filename() instead of g_strconcat().
2717 2876
2718 ------------------------------------------------------------------------ 2877 ------------------------------------------------------------------------
2719 r816 | zas_ | 2008-05-21 12:11:56 +0200 (St, 21 kvě 2008) | 2 lines 2878 r816 | zas_ | 2008-05-21 12:11:56 +0200 (Wed, 21 May 2008) | 2 lines
2720 2879
2721 tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S. 2880 tab_completion_do(): use g_build_filename(), G_DIR_SEPARATOR, G_DIR_SEPARATOR_S.
2722 2881
2723 ------------------------------------------------------------------------ 2882 ------------------------------------------------------------------------
2724 r815 | zas_ | 2008-05-21 11:58:29 +0200 (St, 21 kvě 2008) | 2 lines 2883 r815 | zas_ | 2008-05-21 11:58:29 +0200 (Wed, 21 May 2008) | 2 lines
2725 2884
2726 tab_completion_popup_cb(): use g_build_filename() and simplify code. 2885 tab_completion_popup_cb(): use g_build_filename() and simplify code.
2727 2886
2728 ------------------------------------------------------------------------ 2887 ------------------------------------------------------------------------
2729 r814 | zas_ | 2008-05-21 11:50:32 +0200 (St, 21 kvě 2008) | 3 lines 2888 r814 | zas_ | 2008-05-21 11:50:32 +0200 (Wed, 21 May 2008) | 3 lines
2730 2889
2731 Use expand_tilde() instead of simple concatenation, it allows correct expansion 2890 Use expand_tilde() instead of simple concatenation, it allows correct expansion
2732 of ~user as well as ~dir. 2891 of ~user as well as ~dir.
2733 2892
2734 ------------------------------------------------------------------------ 2893 ------------------------------------------------------------------------
2735 r813 | zas_ | 2008-05-21 11:30:53 +0200 (St, 21 kvě 2008) | 2 lines 2894 r813 | zas_ | 2008-05-21 11:30:53 +0200 (Wed, 21 May 2008) | 2 lines
2736 2895
2737 dest_change_dir(): rewrite to use g_build_filename(), g_path_get_dirname() and g_path_get_basename(). 2896 dest_change_dir(): rewrite to use g_build_filename(), g_path_get_dirname() and g_path_get_basename().
2738 2897
2739 ------------------------------------------------------------------------ 2898 ------------------------------------------------------------------------
2740 r812 | zas_ | 2008-05-21 10:53:51 +0200 (St, 21 kvě 2008) | 2 lines 2899 r812 | zas_ | 2008-05-21 10:53:51 +0200 (Wed, 21 May 2008) | 2 lines
2741 2900
2742 Fix a segfault occuring when logging an empty message and there is no log window. 2901 Fix a segfault occuring when logging an empty message and there is no log window.
2743 2902
2744 ------------------------------------------------------------------------ 2903 ------------------------------------------------------------------------
2745 r811 | zas_ | 2008-05-21 02:42:14 +0200 (St, 21 kvě 2008) | 2 lines 2904 r811 | zas_ | 2008-05-21 02:42:14 +0200 (Wed, 21 May 2008) | 2 lines
2746 2905
2747 Use g_build_filename(). 2906 Use g_build_filename().
2748 2907
2749 ------------------------------------------------------------------------ 2908 ------------------------------------------------------------------------
2750 r810 | zas_ | 2008-05-21 02:39:16 +0200 (St, 21 kvě 2008) | 2 lines 2909 r810 | zas_ | 2008-05-21 02:39:16 +0200 (Wed, 21 May 2008) | 2 lines
2751 2910
2752 thumb_std_cache_path(): use g_build_filename() and simplify. 2911 thumb_std_cache_path(): use g_build_filename() and simplify.
2753 2912
2754 ------------------------------------------------------------------------ 2913 ------------------------------------------------------------------------
2755 r809 | zas_ | 2008-05-21 02:32:57 +0200 (St, 21 kvě 2008) | 2 lines 2914 r809 | zas_ | 2008-05-21 02:32:57 +0200 (Wed, 21 May 2008) | 2 lines
2756 2915
2757 Use g_build_filename(). 2916 Use g_build_filename().
2758 2917
2759 ------------------------------------------------------------------------ 2918 ------------------------------------------------------------------------
2760 r808 | zas_ | 2008-05-21 02:20:13 +0200 (St, 21 kvě 2008) | 2 lines 2919 r808 | zas_ | 2008-05-21 02:20:13 +0200 (Wed, 21 May 2008) | 2 lines
2761 2920
2762 Use g_build_filename() where applicable. 2921 Use g_build_filename() where applicable.
2763 2922
2764 ------------------------------------------------------------------------ 2923 ------------------------------------------------------------------------
2765 r807 | zas_ | 2008-05-21 02:15:41 +0200 (St, 21 kvě 2008) | 2 lines 2924 r807 | zas_ | 2008-05-21 02:15:41 +0200 (Wed, 21 May 2008) | 2 lines
2766 2925
2767 Use g_build_filename() instead of g_strconcat(). 2926 Use g_build_filename() instead of g_strconcat().
2768 2927
2769 ------------------------------------------------------------------------ 2928 ------------------------------------------------------------------------
2770 r806 | zas_ | 2008-05-21 02:13:12 +0200 (St, 21 kvě 2008) | 2 lines 2929 r806 | zas_ | 2008-05-21 02:13:12 +0200 (Wed, 21 May 2008) | 2 lines
2771 2930
2772 Use g_build_filename() and get rid of "root dir fix". 2931 Use g_build_filename() and get rid of "root dir fix".
2773 2932
2774 ------------------------------------------------------------------------ 2933 ------------------------------------------------------------------------
2775 r805 | zas_ | 2008-05-21 02:12:19 +0200 (St, 21 kvě 2008) | 2 lines 2934 r805 | zas_ | 2008-05-21 02:12:19 +0200 (Wed, 21 May 2008) | 2 lines
2776 2935
2777 Use g_build_filename(). 2936 Use g_build_filename().
2778 2937
2779 ------------------------------------------------------------------------ 2938 ------------------------------------------------------------------------
2780 r804 | zas_ | 2008-05-21 02:01:03 +0200 (St, 21 kvě 2008) | 5 lines 2939 r804 | zas_ | 2008-05-21 02:01:03 +0200 (Wed, 21 May 2008) | 5 lines
2781 2940
2782 Disable unused code: 2941 Disable unused code:
2783 - cache_maintain_home_dir() 2942 - cache_maintain_home_dir()
2784 - cache_maintain_dir() 2943 - cache_maintain_dir()
2785 2944
2786 2945
2787 ------------------------------------------------------------------------ 2946 ------------------------------------------------------------------------
2788 r803 | zas_ | 2008-05-21 01:41:13 +0200 (St, 21 kvě 2008) | 2 lines 2947 r803 | zas_ | 2008-05-21 01:41:13 +0200 (Wed, 21 May 2008) | 2 lines
2789 2948
2790 Build path using g_build_filename() then calculate its length. 2949 Build path using g_build_filename() then calculate its length.
2791 2950
2792 ------------------------------------------------------------------------ 2951 ------------------------------------------------------------------------
2793 r802 | zas_ | 2008-05-21 01:11:47 +0200 (St, 21 kvě 2008) | 2 lines 2952 r802 | zas_ | 2008-05-21 01:11:47 +0200 (Wed, 21 May 2008) | 2 lines
2794 2953
2795 Use G_DIR_SEPARATOR_S instead of hardcoded "/". 2954 Use G_DIR_SEPARATOR_S instead of hardcoded "/".
2796 2955
2797 ------------------------------------------------------------------------ 2956 ------------------------------------------------------------------------
2798 r801 | zas_ | 2008-05-21 01:07:09 +0200 (St, 21 kvě 2008) | 2 lines 2957 r801 | zas_ | 2008-05-21 01:07:09 +0200 (Wed, 21 May 2008) | 2 lines
2799 2958
2800 Use g_build_filename() and move location label creation from cache_manager_show() to new cache_manager_location_label(). 2959 Use g_build_filename() and move location label creation from cache_manager_show() to new cache_manager_location_label().
2801 2960
2802 ------------------------------------------------------------------------ 2961 ------------------------------------------------------------------------
2803 r800 | zas_ | 2008-05-21 00:47:13 +0200 (St, 21 kvě 2008) | 2 lines 2962 r800 | zas_ | 2008-05-21 00:47:13 +0200 (Wed, 21 May 2008) | 2 lines
2804 2963
2805 cache_find_location(): use g_build_filename() and move redundant code to new functions. 2964 cache_find_location(): use g_build_filename() and move redundant code to new functions.
2806 2965
2807 ------------------------------------------------------------------------ 2966 ------------------------------------------------------------------------
2808 r799 | zas_ | 2008-05-21 00:22:11 +0200 (St, 21 kvě 2008) | 2 lines 2967 r799 | zas_ | 2008-05-21 00:22:11 +0200 (Wed, 21 May 2008) | 2 lines
2809 2968
2810 Use g_build_filename(). 2969 Use g_build_filename().
2811 2970
2812 ------------------------------------------------------------------------ 2971 ------------------------------------------------------------------------
2813 r798 | zas_ | 2008-05-21 00:13:48 +0200 (St, 21 kvě 2008) | 2 lines 2972 r798 | zas_ | 2008-05-21 00:13:48 +0200 (Wed, 21 May 2008) | 2 lines
2814 2973
2815 Use size_t instead of gint, it silents a signed vs unsigned warning. 2974 Use size_t instead of gint, it silents a signed vs unsigned warning.
2816 2975
2817 ------------------------------------------------------------------------ 2976 ------------------------------------------------------------------------
2818 r797 | zas_ | 2008-05-21 00:11:59 +0200 (St, 21 kvě 2008) | 2 lines 2977 r797 | zas_ | 2008-05-21 00:11:59 +0200 (Wed, 21 May 2008) | 2 lines
2819 2978
2820 Use g_build_filename() instead of g_strconcat(). 2979 Use g_build_filename() instead of g_strconcat().
2821 2980
2822 ------------------------------------------------------------------------ 2981 ------------------------------------------------------------------------
2823 r796 | zas_ | 2008-05-21 00:09:04 +0200 (St, 21 kvě 2008) | 2 lines 2982 r796 | zas_ | 2008-05-21 00:09:04 +0200 (Wed, 21 May 2008) | 2 lines
2824 2983
2825 Drop concat_dir_and_file() and use g_build_filename() instead. 2984 Drop concat_dir_and_file() and use g_build_filename() instead.
2826 2985
2827 ------------------------------------------------------------------------ 2986 ------------------------------------------------------------------------
2828 r795 | zas_ | 2008-05-21 00:00:14 +0200 (St, 21 kvě 2008) | 2 lines 2987 r795 | zas_ | 2008-05-21 00:00:14 +0200 (Wed, 21 May 2008) | 2 lines
2829 2988
2830 Use G_DIR_SEPARATOR instead of '/' where applicable. 2989 Use G_DIR_SEPARATOR instead of '/' where applicable.
2831 2990
2832 ------------------------------------------------------------------------ 2991 ------------------------------------------------------------------------
2833 r794 | zas_ | 2008-05-20 23:51:25 +0200 (Út, 20 kvě 2008) | 2 lines 2992 r794 | zas_ | 2008-05-20 23:51:25 +0200 (Tue, 20 May 2008) | 2 lines
2834 2993
2835 Use g_build_filename() to build paths. 2994 Use g_build_filename() to build paths.
2836 2995
2837 ------------------------------------------------------------------------ 2996 ------------------------------------------------------------------------
2838 r793 | zas_ | 2008-05-20 22:11:29 +0200 (Út, 20 kvě 2008) | 3 lines 2997 r793 | zas_ | 2008-05-20 22:11:29 +0200 (Tue, 20 May 2008) | 3 lines
2839 2998
2840 Do not use glib posix wrappers since they were introduced in 2.6 2999 Do not use glib posix wrappers since they were introduced in 2.6
2841 and we want 2.4 compatibility. 3000 and we want 2.4 compatibility.
2842 3001
2843 ------------------------------------------------------------------------ 3002 ------------------------------------------------------------------------
2844 r792 | zas_ | 2008-05-20 22:06:11 +0200 (Út, 20 kvě 2008) | 2 lines 3003 r792 | zas_ | 2008-05-20 22:06:11 +0200 (Tue, 20 May 2008) | 2 lines
2845 3004
2846 Use access() instead of g_access() which is only available in 2.8. 3005 Use access() instead of g_access() which is only available in 2.8.
2847 3006
2848 ------------------------------------------------------------------------ 3007 ------------------------------------------------------------------------
2849 r791 | zas_ | 2008-05-20 21:14:36 +0200 (Út, 20 kvě 2008) | 3 lines 3008 r791 | zas_ | 2008-05-20 21:14:36 +0200 (Tue, 20 May 2008) | 3 lines
2850 3009
2851 Use utf-8 charset instead of iso-8859-1. 3010 Use utf-8 charset instead of iso-8859-1.
2852 Minor cleanup. 3011 Minor cleanup.
2853 3012
2854 ------------------------------------------------------------------------ 3013 ------------------------------------------------------------------------
2855 r790 | nadvornik | 2008-05-20 19:43:37 +0200 (Út, 20 kvě 2008) | 2 lines 3014 r790 | nadvornik | 2008-05-20 19:43:37 +0200 (Tue, 20 May 2008) | 2 lines
2856 3015
2857 updated ru.po by Alexandre Prokoudine 3016 updated ru.po by Alexandre Prokoudine
2858 3017
2859 ------------------------------------------------------------------------ 3018 ------------------------------------------------------------------------
2860 r789 | zas_ | 2008-05-20 10:18:30 +0200 (Út, 20 kvě 2008) | 2 lines 3019 r789 | zas_ | 2008-05-20 10:18:30 +0200 (Tue, 20 May 2008) | 2 lines
2861 3020
2862 French translation was updated. 3021 French translation was updated.
2863 3022
2864 ------------------------------------------------------------------------ 3023 ------------------------------------------------------------------------
2865 r788 | zas_ | 2008-05-20 10:14:35 +0200 (Út, 20 kvě 2008) | 2 lines 3024 r788 | zas_ | 2008-05-20 10:14:35 +0200 (Tue, 20 May 2008) | 2 lines
2866 3025
2867 Sort out log_printf() vs printf_term() mix up. 3026 Sort out log_printf() vs printf_term() mix up.
2868 3027
2869 ------------------------------------------------------------------------ 3028 ------------------------------------------------------------------------
2870 r787 | zas_ | 2008-05-20 09:52:49 +0200 (Út, 20 kvě 2008) | 3 lines 3029 r787 | zas_ | 2008-05-20 09:52:49 +0200 (Tue, 20 May 2008) | 3 lines
2871 3030
2872 Use print_term() instead of printf(), since it handles charset conversion 3031 Use print_term() instead of printf(), since it handles charset conversion
2873 from utf8 to locale if needed. 3032 from utf8 to locale if needed.
2874 3033
2875 ------------------------------------------------------------------------ 3034 ------------------------------------------------------------------------
2876 r786 | zas_ | 2008-05-19 13:09:23 +0200 (Po, 19 kvě 2008) | 3 lines 3035 r786 | zas_ | 2008-05-19 13:09:23 +0200 (Mon, 19 May 2008) | 3 lines
2877 3036
2878 Remove C-specific gcc options from CXXFLAGS. 3037 Remove C-specific gcc options from CXXFLAGS.
2879 Add few more warnings. 3038 Add few more warnings.
2880 3039
2881 ------------------------------------------------------------------------ 3040 ------------------------------------------------------------------------
2882 r785 | zas_ | 2008-05-19 11:27:30 +0200 (Po, 19 kvě 2008) | 2 lines 3041 r785 | zas_ | 2008-05-19 11:27:30 +0200 (Mon, 19 May 2008) | 2 lines
2883 3042
2884 Fix some incomplete initialization warnings. 3043 Fix some incomplete initialization warnings.
2885 3044
2886 ------------------------------------------------------------------------ 3045 ------------------------------------------------------------------------
2887 r784 | zas_ | 2008-05-19 10:46:37 +0200 (Po, 19 kvě 2008) | 2 lines 3046 r784 | zas_ | 2008-05-19 10:46:37 +0200 (Mon, 19 May 2008) | 2 lines
2888 3047
2889 depreceated -> deprecated 3048 depreceated -> deprecated
2890 3049
2891 ------------------------------------------------------------------------ 3050 ------------------------------------------------------------------------
2892 r783 | zas_ | 2008-05-19 10:43:11 +0200 (Po, 19 kvě 2008) | 2 lines 3051 r783 | zas_ | 2008-05-19 10:43:11 +0200 (Mon, 19 May 2008) | 2 lines
2893 3052
2894 Typo fixes. 3053 Typo fixes.
2895 3054
2896 ------------------------------------------------------------------------ 3055 ------------------------------------------------------------------------
2897 r782 | zas_ | 2008-05-19 10:36:06 +0200 (Po, 19 kvě 2008) | 2 lines 3056 r782 | zas_ | 2008-05-19 10:36:06 +0200 (Mon, 19 May 2008) | 2 lines
2898 3057
2899 Create auxdir if needed. 3058 Create auxdir if needed.
2900 3059
2901 ------------------------------------------------------------------------ 3060 ------------------------------------------------------------------------
2902 r781 | zas_ | 2008-05-19 10:24:10 +0200 (Po, 19 kvě 2008) | 2 lines 3061 r781 | zas_ | 2008-05-19 10:24:10 +0200 (Mon, 19 May 2008) | 2 lines
2903 3062
2904 Fix spurious end of line introduced in revision 780. 3063 Fix spurious end of line introduced in revision 780.
2905 3064
2906 ------------------------------------------------------------------------ 3065 ------------------------------------------------------------------------
2907 r780 | bruclik | 2008-05-19 03:15:17 +0200 (Po, 19 kvě 2008) | 10 lines 3066 r780 | bruclik | 2008-05-19 03:15:17 +0200 (Mon, 19 May 2008) | 10 lines
2908 3067
2909 configure.in was rewritten: 3068 configure.in was rewritten:
2910 - uses PKG_CHECK_MODULES everywhere 3069 - uses PKG_CHECK_MODULES everywhere
2911 - added --enable-debug (enable debugging support) 3070 - added --enable-debug (enable debugging support)
2912 - added --enable-developer (developer mode, checks depreceated code ...) 3071 - added --enable-developer (developer mode, checks depreceated code ...)
2915 Fixed src/exiv2.c compilation with libexiv2 v0.15. 3074 Fixed src/exiv2.c compilation with libexiv2 v0.15.
2916 Added src/trash.h to src/Makefile.am (fixed generating 'make dist'). 3075 Added src/trash.h to src/Makefile.am (fixed generating 'make dist').
2917 3076
2918 3077
2919 ------------------------------------------------------------------------ 3078 ------------------------------------------------------------------------
2920 r779 | bruclik | 2008-05-19 02:54:59 +0200 (Po, 19 kvě 2008) | 3 lines 3079 r779 | bruclik | 2008-05-19 02:54:59 +0200 (Mon, 19 May 2008) | 3 lines
2921 3080
2922 Updated CODING (GPL header, macros, svn change-log, ...). 3081 Updated CODING (GPL header, macros, svn change-log, ...).
2923 3082
2924 3083
2925 ------------------------------------------------------------------------ 3084 ------------------------------------------------------------------------
2926 r778 | zas_ | 2008-05-18 23:14:01 +0200 (Ne, 18 kvě 2008) | 7 lines 3085 r778 | zas_ | 2008-05-18 23:14:01 +0200 (Sun, 18 May 2008) | 7 lines
2927 3086
2928 Save order of Properties dialog tabs to rc file. 3087 Save order of Properties dialog tabs to rc file.
2929 Users of GTK+ <2.10 can set tabs order directly in the rc file, 3088 Users of GTK+ <2.10 can set tabs order directly in the rc file,
2930 others can move tabs using drag'n drop. 3089 others can move tabs using drag'n drop.
2931 The option is named properties.tabs_order, its default value 3090 The option is named properties.tabs_order, its default value
2932 is "123" which is General, Keywords, Exif tabs (left to right). 3091 is "123" which is General, Keywords, Exif tabs (left to right).
2933 3092
2934 3093
2935 ------------------------------------------------------------------------ 3094 ------------------------------------------------------------------------
2936 r777 | zas_ | 2008-05-18 14:56:18 +0200 (Ne, 18 kvě 2008) | 3 lines 3095 r777 | zas_ | 2008-05-18 14:56:18 +0200 (Sun, 18 May 2008) | 3 lines
2937 3096
2938 Cleanup and code redundancy reduction. 3097 Cleanup and code redundancy reduction.
2939 3098
2940 3099
2941 ------------------------------------------------------------------------ 3100 ------------------------------------------------------------------------
2942 r776 | zas_ | 2008-05-18 13:39:58 +0200 (Ne, 18 kvě 2008) | 4 lines 3101 r776 | zas_ | 2008-05-18 13:39:58 +0200 (Sun, 18 May 2008) | 4 lines
2943 3102
2944 Memorize text to display in the log window when the window is 3103 Memorize text to display in the log window when the window is
2945 not yet created. On log window display, the memorized text 3104 not yet created. On log window display, the memorized text
2946 is then recalled and displayed. 3105 is then recalled and displayed.
2947 3106
2948 ------------------------------------------------------------------------ 3107 ------------------------------------------------------------------------
2949 r775 | zas_ | 2008-05-18 09:36:57 +0200 (Ne, 18 kvě 2008) | 2 lines 3108 r775 | zas_ | 2008-05-18 09:36:57 +0200 (Sun, 18 May 2008) | 2 lines
2950 3109
2951 Do not create log window more than once. 3110 Do not create log window more than once.
2952 3111
2953 ------------------------------------------------------------------------ 3112 ------------------------------------------------------------------------
2954 r774 | zas_ | 2008-05-18 00:37:04 +0200 (Ne, 18 kvě 2008) | 2 lines 3113 r774 | zas_ | 2008-05-18 00:37:04 +0200 (Sun, 18 May 2008) | 2 lines
2955 3114
2956 Fix formatted.SubjectDistance appearing twice in exif bar configuration. 3115 Fix formatted.SubjectDistance appearing twice in exif bar configuration.
2957 3116
2958 ------------------------------------------------------------------------ 3117 ------------------------------------------------------------------------
2959 r773 | zas_ | 2008-05-17 23:28:02 +0200 (So, 17 kvě 2008) | 2 lines 3118 r773 | zas_ | 2008-05-17 23:28:02 +0200 (Sat, 17 May 2008) | 2 lines
2960 3119
2961 Update POTFILES.in. 3120 Update POTFILES.in.
2962 3121
2963 ------------------------------------------------------------------------ 3122 ------------------------------------------------------------------------
2964 r772 | zas_ | 2008-05-17 23:26:45 +0200 (So, 17 kvě 2008) | 1 line 3123 r772 | zas_ | 2008-05-17 23:26:45 +0200 (Sat, 17 May 2008) | 1 line
2965 3124
2966 Add a log window that shows normal and debug messages. For now, it was added to Help menu. 3125 Add a log window that shows normal and debug messages. For now, it was added to Help menu.
2967 ------------------------------------------------------------------------ 3126 ------------------------------------------------------------------------
2968 r771 | nadvornik | 2008-05-16 22:12:11 +0200 (Pá, 16 kvě 2008) | 2 lines 3127 r771 | nadvornik | 2008-05-16 22:12:11 +0200 (Fri, 16 May 2008) | 2 lines
2969 3128
2970 fixed exiv2 version test 3129 fixed exiv2 version test
2971 3130
2972 ------------------------------------------------------------------------ 3131 ------------------------------------------------------------------------
2973 r770 | nadvornik | 2008-05-16 22:09:32 +0200 (Pá, 16 kvě 2008) | 3 lines 3132 r770 | nadvornik | 2008-05-16 22:09:32 +0200 (Fri, 16 May 2008) | 3 lines
2974 3133
2975 get processed values from exiv2 3134 get processed values from exiv2
2976 http://sourceforge.net/tracker/index.php?func=detail&aid=1962444&group_id=222125&atid=1054680 3135 http://sourceforge.net/tracker/index.php?func=detail&aid=1962444&group_id=222125&atid=1054680
2977 3136
2978 ------------------------------------------------------------------------ 3137 ------------------------------------------------------------------------
2979 r769 | zas_ | 2008-05-16 16:59:45 +0200 (Pá, 16 kvě 2008) | 3 lines 3138 r769 | zas_ | 2008-05-16 16:59:45 +0200 (Fri, 16 May 2008) | 3 lines
2980 3139
2981 Fix redundant application name in window titles. 3140 Fix redundant application name in window titles.
2982 It simplifies code. 3141 It simplifies code.
2983 3142
2984 ------------------------------------------------------------------------ 3143 ------------------------------------------------------------------------
2985 r768 | zas_ | 2008-05-16 16:38:05 +0200 (Pá, 16 kvě 2008) | 2 lines 3144 r768 | zas_ | 2008-05-16 16:38:05 +0200 (Fri, 16 May 2008) | 2 lines
2986 3145
2987 French translation was updated. 3146 French translation was updated.
2988 3147
2989 ------------------------------------------------------------------------ 3148 ------------------------------------------------------------------------
2990 r767 | zas_ | 2008-05-16 14:16:49 +0200 (Pá, 16 kvě 2008) | 3 lines 3149 r767 | zas_ | 2008-05-16 14:16:49 +0200 (Fri, 16 May 2008) | 3 lines
2991 3150
2992 Do not use printf() directly but use new wrapper function log_printf() instead. 3151 Do not use printf() directly but use new wrapper function log_printf() instead.
2993 3152
2994 3153
2995 ------------------------------------------------------------------------ 3154 ------------------------------------------------------------------------
2996 r766 | zas_ | 2008-05-16 14:08:51 +0200 (Pá, 16 kvě 2008) | 2 lines 3155 r766 | zas_ | 2008-05-16 14:08:51 +0200 (Fri, 16 May 2008) | 2 lines
2997 3156
2998 Drop include "debug.h". 3157 Drop include "debug.h".
2999 3158
3000 ------------------------------------------------------------------------ 3159 ------------------------------------------------------------------------
3001 r765 | zas_ | 2008-05-16 12:02:56 +0200 (Pá, 16 kvě 2008) | 3 lines 3160 r765 | zas_ | 2008-05-16 12:02:56 +0200 (Fri, 16 May 2008) | 3 lines
3002 3161
3003 Include debug.h from main.h since debug macros may be used anywhere in the code. 3162 Include debug.h from main.h since debug macros may be used anywhere in the code.
3004 3163
3005 3164
3006 ------------------------------------------------------------------------ 3165 ------------------------------------------------------------------------
3007 r764 | zas_ | 2008-05-16 11:10:56 +0200 (Pá, 16 kvě 2008) | 5 lines 3166 r764 | zas_ | 2008-05-16 11:10:56 +0200 (Fri, 16 May 2008) | 5 lines
3008 3167
3009 Improve editor commands error display: 3168 Improve editor commands error display:
3010 - display all errors (not only syntax errors) 3169 - display all errors (not only syntax errors)
3011 - display errors from Preferences (checks are made on Apply or OK) 3170 - display errors from Preferences (checks are made on Apply or OK)
3012 3171
3013 3172
3014 ------------------------------------------------------------------------ 3173 ------------------------------------------------------------------------
3015 r763 | zas_ | 2008-05-16 10:37:07 +0200 (Pá, 16 kvě 2008) | 7 lines 3174 r763 | zas_ | 2008-05-16 10:37:07 +0200 (Fri, 16 May 2008) | 7 lines
3016 3175
3017 Improve editors a bit: 3176 Improve editors a bit:
3018 - allow whitespaces before and after %v, %V, %w 3177 - allow whitespaces before and after %v, %V, %w
3019 - allow % escaping using %% (mandatory to use shell commands than contain % characters) 3178 - allow % escaping using %% (mandatory to use shell commands than contain % characters)
3020 - display a dialog on execution if a syntax error is detected (only for generic editors) 3179 - display a dialog on execution if a syntax error is detected (only for generic editors)
3021 - update README editors section 3180 - update README editors section
3022 3181
3023 3182
3024 ------------------------------------------------------------------------ 3183 ------------------------------------------------------------------------
3025 r762 | zas_ | 2008-05-14 20:12:11 +0200 (St, 14 kvě 2008) | 9 lines 3184 r762 | zas_ | 2008-05-14 20:12:11 +0200 (Wed, 14 May 2008) | 9 lines
3026 3185
3027 The Encoding key is now deprecated by the FreeDesktop standard and all 3186 The Encoding key is now deprecated by the FreeDesktop standard and all
3028 strings are required to be encoded in UTF-8. This desktop entry 3187 strings are required to be encoded in UTF-8. This desktop entry
3029 explicitly specifies an Encoding of UTF-8, which is harmless but no longer 3188 explicitly specifies an Encoding of UTF-8, which is harmless but no longer
3030 necessary. 3189 necessary.
3032 See http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html 3191 See http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html
3033 3192
3034 Patch #1963689. 3193 Patch #1963689.
3035 3194
3036 ------------------------------------------------------------------------ 3195 ------------------------------------------------------------------------
3037 r761 | zas_ | 2008-05-14 20:09:05 +0200 (St, 14 kvě 2008) | 3 lines 3196 r761 | zas_ | 2008-05-14 20:09:05 +0200 (Wed, 14 May 2008) | 3 lines
3038 3197
3039 Patch #1963690 was applied. 3198 Patch #1963690 was applied.
3040 It fixes hyphens/minus confusion in the man page. 3199 It fixes hyphens/minus confusion in the man page.
3041 3200
3042 ------------------------------------------------------------------------ 3201 ------------------------------------------------------------------------
3043 r760 | zas_ | 2008-05-14 19:00:25 +0200 (St, 14 kvě 2008) | 4 lines 3202 r760 | zas_ | 2008-05-14 19:00:25 +0200 (Wed, 14 May 2008) | 4 lines
3044 3203
3045 Simplify thumb_std_maint_moved(), since g_list_append knows 3204 Simplify thumb_std_maint_moved(), since g_list_append knows
3046 how to append to a NULL list. Patch by Uwe Ohse. 3205 how to append to a NULL list. Patch by Uwe Ohse.
3047 3206
3048 3207
3049 ------------------------------------------------------------------------ 3208 ------------------------------------------------------------------------
3050 r759 | zas_ | 2008-05-14 18:52:55 +0200 (St, 14 kvě 2008) | 4 lines 3209 r759 | zas_ | 2008-05-14 18:52:55 +0200 (Wed, 14 May 2008) | 4 lines
3051 3210
3052 Simplify collect_manager_add_action(), since g_list_append knows 3211 Simplify collect_manager_add_action(), since g_list_append knows
3053 how to append to a NULL list. Patch by Uwe Ohse. 3212 how to append to a NULL list. Patch by Uwe Ohse.
3054 3213
3055 3214
3056 ------------------------------------------------------------------------ 3215 ------------------------------------------------------------------------
3057 r758 | zas_ | 2008-05-14 14:59:00 +0200 (St, 14 kvě 2008) | 2 lines 3216 r758 | zas_ | 2008-05-14 14:59:00 +0200 (Wed, 14 May 2008) | 2 lines
3058 3217
3059 Merge vflist_row_by_path() into vflist_index_by_path(). 3218 Merge vflist_row_by_path() into vflist_index_by_path().
3060 3219
3061 ------------------------------------------------------------------------ 3220 ------------------------------------------------------------------------
3062 r757 | zas_ | 2008-05-14 12:40:43 +0200 (St, 14 kvě 2008) | 3 lines 3221 r757 | zas_ | 2008-05-14 12:40:43 +0200 (Wed, 14 May 2008) | 3 lines
3063 3222
3064 Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt. 3223 Fix some typos. Thanks to Michal \u010ciha\u0159 and James R. Van Zandt.
3065 Patch #1963691. 3224 Patch #1963691.
3066 3225
3067 ------------------------------------------------------------------------ 3226 ------------------------------------------------------------------------
3068 r756 | zas_ | 2008-05-14 10:56:08 +0200 (St, 14 kvě 2008) | 2 lines 3227 r756 | zas_ | 2008-05-14 10:56:08 +0200 (Wed, 14 May 2008) | 2 lines
3069 3228
3070 Make vf_pop_menu_*_cb static. 3229 Make vf_pop_menu_*_cb static.
3071 3230
3072 ------------------------------------------------------------------------ 3231 ------------------------------------------------------------------------
3073 r755 | zas_ | 2008-05-13 22:31:35 +0200 (Út, 13 kvě 2008) | 2 lines 3232 r755 | zas_ | 2008-05-13 22:31:35 +0200 (Tue, 13 May 2008) | 2 lines
3074 3233
3075 French translation fixes. 3234 French translation fixes.
3076 3235
3077 ------------------------------------------------------------------------ 3236 ------------------------------------------------------------------------
3078 r754 | zas_ | 2008-05-13 22:21:00 +0200 (Út, 13 kvě 2008) | 3 lines 3237 r754 | zas_ | 2008-05-13 22:21:00 +0200 (Tue, 13 May 2008) | 3 lines
3079 3238
3080 Resync POTFILES.in and *.po, update french translation and 3239 Resync POTFILES.in and *.po, update french translation and
3081 regenerate statistics in README. 3240 regenerate statistics in README.
3082 3241
3083 ------------------------------------------------------------------------ 3242 ------------------------------------------------------------------------
3084 r753 | zas_ | 2008-05-13 22:13:44 +0200 (Út, 13 kvě 2008) | 2 lines 3243 r753 | zas_ | 2008-05-13 22:13:44 +0200 (Tue, 13 May 2008) | 2 lines
3085 3244
3086 Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu(). 3245 Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
3087 3246
3088 ------------------------------------------------------------------------ 3247 ------------------------------------------------------------------------
3089 r752 | zas_ | 2008-05-13 21:56:52 +0200 (Út, 13 kvě 2008) | 2 lines 3248 r752 | zas_ | 2008-05-13 21:56:52 +0200 (Tue, 13 May 2008) | 2 lines
3090 3249
3091 Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h 3250 Move VFICON_INFO() and VFLIST_INFO() macros to view_file.h
3092 3251
3093 ------------------------------------------------------------------------ 3252 ------------------------------------------------------------------------
3094 r751 | zas_ | 2008-05-13 21:54:13 +0200 (Út, 13 kvě 2008) | 2 lines 3253 r751 | zas_ | 2008-05-13 21:54:13 +0200 (Tue, 13 May 2008) | 2 lines
3095 3254
3096 vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead. 3255 vficon_pop_menu(): drop "gint active" parameter, use stored click_id instead.
3097 3256
3098 ------------------------------------------------------------------------ 3257 ------------------------------------------------------------------------
3099 r750 | zas_ | 2008-05-13 21:51:22 +0200 (Út, 13 kvě 2008) | 3 lines 3258 r750 | zas_ | 2008-05-13 21:51:22 +0200 (Tue, 13 May 2008) | 3 lines
3100 3259
3101 vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead. 3260 vflist_pop_menu(): drop FileData * parameter, use stored click_fd instead.
3102 3261
3103 3262
3104 ------------------------------------------------------------------------ 3263 ------------------------------------------------------------------------
3105 r749 | zas_ | 2008-05-13 21:45:04 +0200 (Út, 13 kvě 2008) | 2 lines 3264 r749 | zas_ | 2008-05-13 21:45:04 +0200 (Tue, 13 May 2008) | 2 lines
3106 3265
3107 Fix last patch, only set vf->clicked_mark for a valid mark. 3266 Fix last patch, only set vf->clicked_mark for a valid mark.
3108 3267
3109 ------------------------------------------------------------------------ 3268 ------------------------------------------------------------------------
3110 r748 | zas_ | 2008-05-13 21:32:25 +0200 (Út, 13 kvě 2008) | 6 lines 3269 r748 | zas_ | 2008-05-13 21:32:25 +0200 (Tue, 13 May 2008) | 6 lines
3111 3270
3112 Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field 3271 Get rid of vflist_pop_menu() col_idx parameter, use new Viewfile field
3113 named clicked_mark. 3272 named clicked_mark.
3114 Marks numbering is now consistent with menus (starting at 1, 0 is an 3273 Marks numbering is now consistent with menus (starting at 1, 0 is an
3115 invalid mark), assertions were modified accordingly. 3274 invalid mark), assertions were modified accordingly.
3116 3275
3117 3276
3118 ------------------------------------------------------------------------ 3277 ------------------------------------------------------------------------
3119 r747 | zas_ | 2008-05-13 18:09:43 +0200 (Út, 13 kvě 2008) | 6 lines 3278 r747 | zas_ | 2008-05-13 18:09:43 +0200 (Tue, 13 May 2008) | 6 lines
3120 3279
3121 Expand tilde with file: and view: remote parameters. 3280 Expand tilde with file: and view: remote parameters.
3122 Now these are working: 3281 Now these are working:
3123 geeqie -r file:~/dir 3282 geeqie -r file:~/dir
3124 geeqie -r view:~user/file 3283 geeqie -r view:~user/file
3125 3284
3126 3285
3127 ------------------------------------------------------------------------ 3286 ------------------------------------------------------------------------
3128 r746 | zas_ | 2008-05-13 16:49:38 +0200 (Út, 13 kvě 2008) | 3 lines 3287 r746 | zas_ | 2008-05-13 16:49:38 +0200 (Tue, 13 May 2008) | 3 lines
3129 3288
3130 Display a message when invalid remote options are used. 3289 Display a message when invalid remote options are used.
3131 3290
3132 3291
3133 ------------------------------------------------------------------------ 3292 ------------------------------------------------------------------------
3134 r745 | zas_ | 2008-05-13 16:35:51 +0200 (Út, 13 kvě 2008) | 2 lines 3293 r745 | zas_ | 2008-05-13 16:35:51 +0200 (Tue, 13 May 2008) | 2 lines
3135 3294
3136 Comparing tag id is not sufficient, check the tag name too. 3295 Comparing tag id is not sufficient, check the tag name too.
3137 3296
3138 ------------------------------------------------------------------------ 3297 ------------------------------------------------------------------------
3139 r744 | zas_ | 2008-05-13 13:58:47 +0200 (Út, 13 kvě 2008) | 2 lines 3298 r744 | zas_ | 2008-05-13 13:58:47 +0200 (Tue, 13 May 2008) | 2 lines
3140 3299
3141 Keywords and comment can now be displayed in OSD info using %keywords% and %comment%. 3300 Keywords and comment can now be displayed in OSD info using %keywords% and %comment%.
3142 3301
3143 ------------------------------------------------------------------------ 3302 ------------------------------------------------------------------------
3144 r743 | zas_ | 2008-05-13 10:53:26 +0200 (Út, 13 kvě 2008) | 2 lines 3303 r743 | zas_ | 2008-05-13 10:53:26 +0200 (Tue, 13 May 2008) | 2 lines
3145 3304
3146 Move all remote stuff from main.c to remote.[ch]. 3305 Move all remote stuff from main.c to remote.[ch].
3147 3306
3148 ------------------------------------------------------------------------ 3307 ------------------------------------------------------------------------
3149 r742 | zas_ | 2008-05-13 10:02:46 +0200 (Út, 13 kvě 2008) | 2 lines 3308 r742 | zas_ | 2008-05-13 10:02:46 +0200 (Tue, 13 May 2008) | 2 lines
3150 3309
3151 Move some functions from main.[ch] to new window.[ch]. 3310 Move some functions from main.[ch] to new window.[ch].
3152 3311
3153 ------------------------------------------------------------------------ 3312 ------------------------------------------------------------------------
3154 r741 | zas_ | 2008-05-13 09:34:37 +0200 (Út, 13 kvě 2008) | 2 lines 3313 r741 | zas_ | 2008-05-13 09:34:37 +0200 (Tue, 13 May 2008) | 2 lines
3155 3314
3156 Ensure that we end with UTF8 encoded comment and keywords. 3315 Ensure that we end with UTF8 encoded comment and keywords.
3157 3316
3158 ------------------------------------------------------------------------ 3317 ------------------------------------------------------------------------
3159 r740 | zas_ | 2008-05-13 01:26:00 +0200 (Út, 13 kvě 2008) | 4 lines 3318 r740 | zas_ | 2008-05-13 01:26:00 +0200 (Tue, 13 May 2008) | 4 lines
3160 3319
3161 Reading of Iptc.Application2.Keywords should now be fixed. 3320 Reading of Iptc.Application2.Keywords should now be fixed.
3162 Use uft8_validate_or_convert() on exif's text data to be safe. 3321 Use uft8_validate_or_convert() on exif's text data to be safe.
3163 3322
3164 3323
3165 ------------------------------------------------------------------------ 3324 ------------------------------------------------------------------------
3166 r739 | zas_ | 2008-05-13 01:21:35 +0200 (Út, 13 kvě 2008) | 2 lines 3325 r739 | zas_ | 2008-05-13 01:21:35 +0200 (Tue, 13 May 2008) | 2 lines
3167 3326
3168 Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch]. 3327 Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
3169 3328
3170 ------------------------------------------------------------------------ 3329 ------------------------------------------------------------------------
3171 r738 | zas_ | 2008-05-13 01:00:04 +0200 (Út, 13 kvě 2008) | 2 lines 3330 r738 | zas_ | 2008-05-13 01:00:04 +0200 (Tue, 13 May 2008) | 2 lines
3172 3331
3173 bar_exif_validate_text(): use computed length and cleanup. 3332 bar_exif_validate_text(): use computed length and cleanup.
3174 3333
3175 ------------------------------------------------------------------------ 3334 ------------------------------------------------------------------------
3176 r737 | zas_ | 2008-05-12 21:56:28 +0200 (Po, 12 kvě 2008) | 2 lines 3335 r737 | zas_ | 2008-05-12 21:56:28 +0200 (Mon, 12 May 2008) | 2 lines
3177 3336
3178 Disable non-working Iptc.Application2.Keywords reading introduced in revision 736. 3337 Disable non-working Iptc.Application2.Keywords reading introduced in revision 736.
3179 3338
3180 ------------------------------------------------------------------------ 3339 ------------------------------------------------------------------------
3181 r736 | zas_ | 2008-05-12 19:10:40 +0200 (Po, 12 kvě 2008) | 5 lines 3340 r736 | zas_ | 2008-05-12 19:10:40 +0200 (Mon, 12 May 2008) | 5 lines
3182 3341
3183 Extract and append keywords from Iptc.Application2.Keywords tags. 3342 Extract and append keywords from Iptc.Application2.Keywords tags.
3184 A function was added to make the keywords unique in the list. 3343 A function was added to make the keywords unique in the list.
3185 Note: Iptc.Application2.Keywords is only read, not written. 3344 Note: Iptc.Application2.Keywords is only read, not written.
3186 3345
3187 3346
3188 ------------------------------------------------------------------------ 3347 ------------------------------------------------------------------------
3189 r735 | zas_ | 2008-05-12 12:46:23 +0200 (Po, 12 kvě 2008) | 2 lines 3348 r735 | zas_ | 2008-05-12 12:46:23 +0200 (Mon, 12 May 2008) | 2 lines
3190 3349
3191 When an option was successfully read, just continue to next line. 3350 When an option was successfully read, just continue to next line.
3192 3351
3193 ------------------------------------------------------------------------ 3352 ------------------------------------------------------------------------
3194 r734 | zas_ | 2008-05-12 12:37:37 +0200 (Po, 12 kvě 2008) | 2 lines 3353 r734 | zas_ | 2008-05-12 12:37:37 +0200 (Mon, 12 May 2008) | 2 lines
3195 3354
3196 Minor formatting fix in rc file header. 3355 Minor formatting fix in rc file header.
3197 3356
3198 ------------------------------------------------------------------------ 3357 ------------------------------------------------------------------------
3199 r733 | zas_ | 2008-05-12 10:52:17 +0200 (Po, 12 kvě 2008) | 8 lines 3358 r733 | zas_ | 2008-05-12 10:52:17 +0200 (Mon, 12 May 2008) | 8 lines
3200 3359
3201 Rework read_*_option(): 3360 Rework read_*_option():
3202 - read_u?int_option() now interpret a value of "true" as 1 3361 - read_u?int_option() now interpret a value of "true" as 1
3203 - read_bool_option() now interpret any value different from 0 as true. 3362 - read_bool_option() now interpret any value different from 0 as true.
3204 - make functions return TRUE on successful read, FALSE else 3363 - make functions return TRUE on successful read, FALSE else
3205 3364
3206 Theses changes will help to maintain compatibility when options are modified. 3365 Theses changes will help to maintain compatibility when options are modified.
3207 3366
3208 3367
3209 ------------------------------------------------------------------------ 3368 ------------------------------------------------------------------------
3210 r732 | zas_ | 2008-05-12 10:11:27 +0200 (Po, 12 kvě 2008) | 3 lines 3369 r732 | zas_ | 2008-05-12 10:11:27 +0200 (Mon, 12 May 2008) | 3 lines
3211 3370
3212 Rename option image_overlay.common.enabled to image_overlay.common.state 3371 Rename option image_overlay.common.enabled to image_overlay.common.state
3213 since it is not a boolean anymore. 3372 since it is not a boolean anymore.
3214 3373
3215 ------------------------------------------------------------------------ 3374 ------------------------------------------------------------------------
3216 r731 | zas_ | 2008-05-12 02:22:38 +0200 (Po, 12 kvě 2008) | 2 lines 3375 r731 | zas_ | 2008-05-12 02:22:38 +0200 (Mon, 12 May 2008) | 2 lines
3217 3376
3218 Add some wrapper functions for not yet common code. 3377 Add some wrapper functions for not yet common code.
3219 3378
3220 ------------------------------------------------------------------------ 3379 ------------------------------------------------------------------------
3221 r730 | zas_ | 2008-05-12 01:56:40 +0200 (Po, 12 kvě 2008) | 3 lines 3380 r730 | zas_ | 2008-05-12 01:56:40 +0200 (Mon, 12 May 2008) | 3 lines
3222 3381
3223 Make vf_pop_menu_toggle_view_type_cb() independent of FILEVIEW_LIST/FILEVIEW_ICON real values. 3382 Make vf_pop_menu_toggle_view_type_cb() independent of FILEVIEW_LIST/FILEVIEW_ICON real values.
3224 3383
3225 3384
3226 ------------------------------------------------------------------------ 3385 ------------------------------------------------------------------------
3227 r729 | zas_ | 2008-05-12 01:47:59 +0200 (Po, 12 kvě 2008) | 2 lines 3386 r729 | zas_ | 2008-05-12 01:47:59 +0200 (Mon, 12 May 2008) | 2 lines
3228 3387
3229 Move a part of pop up menu common code to view_file.[ch]. 3388 Move a part of pop up menu common code to view_file.[ch].
3230 3389
3231 ------------------------------------------------------------------------ 3390 ------------------------------------------------------------------------
3232 r728 | zas_ | 2008-05-12 01:09:39 +0200 (Po, 12 kvě 2008) | 3 lines 3391 r728 | zas_ | 2008-05-12 01:09:39 +0200 (Mon, 12 May 2008) | 3 lines
3233 3392
3234 Introduce vf_pop_menu_file_list() as a wrapper to 3393 Introduce vf_pop_menu_file_list() as a wrapper to
3235 vflist_pop_menu_file_list() and vficon_pop_menu_file_list(). 3394 vflist_pop_menu_file_list() and vficon_pop_menu_file_list().
3236 3395
3237 ------------------------------------------------------------------------ 3396 ------------------------------------------------------------------------
3238 r727 | zas_ | 2008-05-11 23:11:54 +0200 (Ne, 11 kvě 2008) | 2 lines 3397 r727 | zas_ | 2008-05-11 23:11:54 +0200 (Sun, 11 May 2008) | 2 lines
3239 3398
3240 Use vf_* functions where possible. 3399 Use vf_* functions where possible.
3241 3400
3242 ------------------------------------------------------------------------ 3401 ------------------------------------------------------------------------
3243 r726 | zas_ | 2008-05-11 22:38:21 +0200 (Ne, 11 kvě 2008) | 2 lines 3402 r726 | zas_ | 2008-05-11 22:38:21 +0200 (Sun, 11 May 2008) | 2 lines
3244 3403
3245 Drop unused layout_list_get_path() and vf*_index_get_path(). 3404 Drop unused layout_list_get_path() and vf*_index_get_path().
3246 3405
3247 ------------------------------------------------------------------------ 3406 ------------------------------------------------------------------------
3248 r725 | zas_ | 2008-05-11 15:17:38 +0200 (Ne, 11 kvě 2008) | 2 lines 3407 r725 | zas_ | 2008-05-11 15:17:38 +0200 (Sun, 11 May 2008) | 2 lines
3249 3408
3250 French translation was updated. 3409 French translation was updated.
3251 3410
3252 ------------------------------------------------------------------------ 3411 ------------------------------------------------------------------------
3253 r724 | zas_ | 2008-05-11 15:14:58 +0200 (Ne, 11 kvě 2008) | 4 lines 3412 r724 | zas_ | 2008-05-11 15:14:58 +0200 (Sun, 11 May 2008) | 4 lines
3254 3413
3255 An option to save and restore the last path used was added. 3414 An option to save and restore the last path used was added.
3256 This option appears as startup.use_last_path in rc file. 3415 This option appears as startup.use_last_path in rc file.
3257 Preferences > General > Startup was modified accordingly. 3416 Preferences > General > Startup was modified accordingly.
3258 3417
3259 ------------------------------------------------------------------------ 3418 ------------------------------------------------------------------------
3260 r723 | zas_ | 2008-05-11 14:23:26 +0200 (Ne, 11 kvě 2008) | 8 lines 3419 r723 | zas_ | 2008-05-11 14:23:26 +0200 (Sun, 11 May 2008) | 8 lines
3261 3420
3262 Rename options: 3421 Rename options:
3263 startup_path_enable -> startup.restore_path 3422 startup_path_enable -> startup.restore_path
3264 startup_path -> startup.path 3423 startup_path -> startup.path
3265 3424
3266 Geeqie is still able to read old options. 3425 Geeqie is still able to read old options.
3267 3426
3268 3427
3269 3428
3270 ------------------------------------------------------------------------ 3429 ------------------------------------------------------------------------
3271 r722 | zas_ | 2008-05-11 13:46:48 +0200 (Ne, 11 kvě 2008) | 2 lines 3430 r722 | zas_ | 2008-05-11 13:46:48 +0200 (Sun, 11 May 2008) | 2 lines
3272 3431
3273 Fix help window title. 3432 Fix help window title.
3274 3433
3275 ------------------------------------------------------------------------ 3434 ------------------------------------------------------------------------
3276 r721 | zas_ | 2008-05-11 13:44:58 +0200 (Ne, 11 kvě 2008) | 2 lines 3435 r721 | zas_ | 2008-05-11 13:44:58 +0200 (Sun, 11 May 2008) | 2 lines
3277 3436
3278 Use computed string length. 3437 Use computed string length.
3279 3438
3280 ------------------------------------------------------------------------ 3439 ------------------------------------------------------------------------
3281 r720 | zas_ | 2008-05-11 13:41:32 +0200 (Ne, 11 kvě 2008) | 2 lines 3440 r720 | zas_ | 2008-05-11 13:41:32 +0200 (Sun, 11 May 2008) | 2 lines
3282 3441
3283 Slightly increase help window's default width. 3442 Slightly increase help window's default width.
3284 3443
3285 ------------------------------------------------------------------------ 3444 ------------------------------------------------------------------------
3286 r719 | zas_ | 2008-05-11 13:30:41 +0200 (Ne, 11 kvě 2008) | 4 lines 3445 r719 | zas_ | 2008-05-11 13:30:41 +0200 (Sun, 11 May 2008) | 4 lines
3287 3446
3288 Add an help button to OSD info configuration in Preferences dialog. 3447 Add an help button to OSD info configuration in Preferences dialog.
3289 Make its own section named "Overlay Screen Display". 3448 Make its own section named "Overlay Screen Display".
3290 3449
3291 3450
3292 ------------------------------------------------------------------------ 3451 ------------------------------------------------------------------------
3293 r718 | zas_ | 2008-05-11 12:25:04 +0200 (Ne, 11 kvě 2008) | 5 lines 3452 r718 | zas_ | 2008-05-11 12:25:04 +0200 (Sun, 11 May 2008) | 5 lines
3294 3453
3295 Partially update main README. 3454 Partially update main README.
3296 A section concerning overlay info was added. 3455 A section concerning overlay info was added.
3297 Translation statistics were updated. 3456 Translation statistics were updated.
3298 3457
3299 3458
3300 ------------------------------------------------------------------------ 3459 ------------------------------------------------------------------------
3301 r717 | zas_ | 2008-05-11 11:37:46 +0200 (Ne, 11 kvě 2008) | 50 lines 3460 r717 | zas_ | 2008-05-11 11:37:46 +0200 (Sun, 11 May 2008) | 50 lines
3302 3461
3303 Change translations statistics formatting to match the style 3462 Change translations statistics formatting to match the style
3304 use in the README file. 3463 use in the README file.
3305 3464
3306 Here is the result for current trunk: 3465 Here is the result for current trunk:
3349 tr 6.60 65 398 522 985 3508 tr 6.60 65 398 522 985
3350 3509
3351 3510
3352 3511
3353 ------------------------------------------------------------------------ 3512 ------------------------------------------------------------------------
3354 r716 | zas_ | 2008-05-10 23:29:53 +0200 (So, 10 kvě 2008) | 25 lines 3513 r716 | zas_ | 2008-05-10 23:29:53 +0200 (Sat, 10 May 2008) | 25 lines
3355 3514
3356 Fix display of collection in overlay info. 3515 Fix display of collection in overlay info.
3357 Due to markup escaped <i>collection</i> was displayed instead of collection's in italic. 3516 Due to markup escaped <i>collection</i> was displayed instead of collection's in italic.
3358 3517
3359 Overlay info syntax was extended to allow the wrapping of displayed data with markup. 3518 Overlay info syntax was extended to allow the wrapping of displayed data with markup.
3377 displayed as usual. 3536 displayed as usual.
3378 3537
3379 3538
3380 3539
3381 ------------------------------------------------------------------------ 3540 ------------------------------------------------------------------------
3382 r715 | zas_ | 2008-05-10 16:22:18 +0200 (So, 10 kvě 2008) | 2 lines 3541 r715 | zas_ | 2008-05-10 16:22:18 +0200 (Sat, 10 May 2008) | 2 lines
3383 3542
3384 image_osd_get() now returns OsdShowFlags. 3543 image_osd_get() now returns OsdShowFlags.
3385 3544
3386 ------------------------------------------------------------------------ 3545 ------------------------------------------------------------------------
3387 r714 | zas_ | 2008-05-10 15:54:25 +0200 (So, 10 kvě 2008) | 2 lines 3546 r714 | zas_ | 2008-05-10 15:54:25 +0200 (Sat, 10 May 2008) | 2 lines
3388 3547
3389 Display a simple grid with histogram. 3548 Display a simple grid with histogram.
3390 3549
3391 ------------------------------------------------------------------------ 3550 ------------------------------------------------------------------------
3392 r713 | zas_ | 2008-05-10 14:33:52 +0200 (So, 10 kvě 2008) | 2 lines 3551 r713 | zas_ | 2008-05-10 14:33:52 +0200 (Sat, 10 May 2008) | 2 lines
3393 3552
3394 Initialize to correct value (OSD_SHOW_NOTHING instead of FALSE). 3553 Initialize to correct value (OSD_SHOW_NOTHING instead of FALSE).
3395 3554
3396 ------------------------------------------------------------------------ 3555 ------------------------------------------------------------------------
3397 r712 | zas_ | 2008-05-10 11:00:14 +0200 (So, 10 kvě 2008) | 4 lines 3556 r712 | zas_ | 2008-05-10 11:00:14 +0200 (Sat, 10 May 2008) | 4 lines
3398 3557
3399 Save full OSD state to rc file and restore it on startup. 3558 Save full OSD state to rc file and restore it on startup.
3400 It allows to restore OSD with or without histogram depending 3559 It allows to restore OSD with or without histogram depending
3401 on previous state. 3560 on previous state.
3402 3561
3403 ------------------------------------------------------------------------ 3562 ------------------------------------------------------------------------
3404 r711 | zas_ | 2008-05-09 14:43:10 +0200 (Pá, 09 kvě 2008) | 3 lines 3563 r711 | zas_ | 2008-05-09 14:43:10 +0200 (Fri, 09 May 2008) | 3 lines
3405 3564
3406 image_osd_info_render(): if there's no fd, just return. 3565 image_osd_info_render(): if there's no fd, just return.
3407 3566
3408 3567
3409 ------------------------------------------------------------------------ 3568 ------------------------------------------------------------------------
3410 r710 | zas_ | 2008-05-09 14:33:24 +0200 (Pá, 09 kvě 2008) | 5 lines 3569 r710 | zas_ | 2008-05-09 14:33:24 +0200 (Fri, 09 May 2008) | 5 lines
3411 3570
3412 Move overlay histogram stuff from ImageWindow to OverlayStateData. 3571 Move overlay histogram stuff from ImageWindow to OverlayStateData.
3413 It simplifies things a lot and make more sense. 3572 It simplifies things a lot and make more sense.
3414 3573
3415 Note: overlay icons display is broken since a long time it seems. 3574 Note: overlay icons display is broken since a long time it seems.
3416 3575
3417 ------------------------------------------------------------------------ 3576 ------------------------------------------------------------------------
3418 r709 | zas_ | 2008-05-09 13:15:56 +0200 (Pá, 09 kvě 2008) | 2 lines 3577 r709 | zas_ | 2008-05-09 13:15:56 +0200 (Fri, 09 May 2008) | 2 lines
3419 3578
3420 Introduce image_get_osd_data() and image_set_osd_data(). 3579 Introduce image_get_osd_data() and image_set_osd_data().
3421 3580
3422 ------------------------------------------------------------------------ 3581 ------------------------------------------------------------------------
3423 r708 | zas_ | 2008-05-09 11:58:46 +0200 (Pá, 09 kvě 2008) | 2 lines 3582 r708 | zas_ | 2008-05-09 11:58:46 +0200 (Fri, 09 May 2008) | 2 lines
3424 3583
3425 image_osd_get() and image_osd_set() now uses flags. 3584 image_osd_get() and image_osd_set() now uses flags.
3426 3585
3427 ------------------------------------------------------------------------ 3586 ------------------------------------------------------------------------
3428 r707 | zas_ | 2008-05-09 11:34:38 +0200 (Pá, 09 kvě 2008) | 3 lines 3587 r707 | zas_ | 2008-05-09 11:34:38 +0200 (Fri, 09 May 2008) | 3 lines
3429 3588
3430 image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle(): 3589 image_osd_histogram_chan_toggle(), image_osd_histogram_log_toggle():
3431 reduce indentation level. 3590 reduce indentation level.
3432 3591
3433 ------------------------------------------------------------------------ 3592 ------------------------------------------------------------------------
3434 r706 | zas_ | 2008-05-09 10:39:18 +0200 (Pá, 09 kvě 2008) | 7 lines 3593 r706 | zas_ | 2008-05-09 10:39:18 +0200 (Fri, 09 May 2008) | 7 lines
3435 3594
3436 Preserve last histogram modes. 3595 Preserve last histogram modes.
3437 When a new histogram is displayed, it uses previously chosen 3596 When a new histogram is displayed, it uses previously chosen
3438 modes. 3597 modes.
3439 These modes are saved on exit to rc file as options: 3598 These modes are saved on exit to rc file as options:
3440 histogram.last_channel_mode 3599 histogram.last_channel_mode
3441 histogram.last_log_mode 3600 histogram.last_log_mode
3442 3601
3443 ------------------------------------------------------------------------ 3602 ------------------------------------------------------------------------
3444 r705 | zas_ | 2008-05-09 10:03:25 +0200 (Pá, 09 kvě 2008) | 2 lines 3603 r705 | zas_ | 2008-05-09 10:03:25 +0200 (Fri, 09 May 2008) | 2 lines
3445 3604
3446 Update CODING and HACKING files, and add po/README file for translators. 3605 Update CODING and HACKING files, and add po/README file for translators.
3447 3606
3448 ------------------------------------------------------------------------ 3607 ------------------------------------------------------------------------
3449 r704 | zas_ | 2008-05-09 09:46:18 +0200 (Pá, 09 kvě 2008) | 2 lines 3608 r704 | zas_ | 2008-05-09 09:46:18 +0200 (Fri, 09 May 2008) | 2 lines
3450 3609
3451 Make lirc_cleanup() and lirc_input_callback() static. 3610 Make lirc_cleanup() and lirc_input_callback() static.
3452 3611
3453 ------------------------------------------------------------------------ 3612 ------------------------------------------------------------------------
3454 r703 | zas_ | 2008-05-09 09:32:30 +0200 (Pá, 09 kvě 2008) | 4 lines 3613 r703 | zas_ | 2008-05-09 09:32:30 +0200 (Fri, 09 May 2008) | 4 lines
3455 3614
3456 Use function(void) instead of function() for declaring functions which 3615 Use function(void) instead of function() for declaring functions which
3457 do not take any parameters at all. 3616 do not take any parameters at all.
3458 It respects current Geeqie coding style more. 3617 It respects current Geeqie coding style more.
3459 3618
3460 ------------------------------------------------------------------------ 3619 ------------------------------------------------------------------------
3461 r702 | zas_ | 2008-05-09 00:59:14 +0200 (Pá, 09 kvě 2008) | 4 lines 3620 r702 | zas_ | 2008-05-09 00:59:14 +0200 (Fri, 09 May 2008) | 4 lines
3462 3621
3463 In the search results view, hide dimensions column instead of 3622 In the search results view, hide dimensions column instead of
3464 displaying an empty one. 3623 displaying an empty one.
3465 When dimensions search criteria is used, it is always displayed. 3624 When dimensions search criteria is used, it is always displayed.
3466 3625
3467 ------------------------------------------------------------------------ 3626 ------------------------------------------------------------------------
3468 r701 | zas_ | 2008-05-09 00:49:16 +0200 (Pá, 09 kvě 2008) | 3 lines 3627 r701 | zas_ | 2008-05-09 00:49:16 +0200 (Fri, 09 May 2008) | 3 lines
3469 3628
3470 Reset thumbnail column to NULL when hidden. 3629 Reset thumbnail column to NULL when hidden.
3471 It fixes bug 1960274. 3630 It fixes bug 1960274.
3472 3631
3473 ------------------------------------------------------------------------ 3632 ------------------------------------------------------------------------
3474 r700 | zas_ | 2008-05-08 22:21:03 +0200 (Čt, 08 kvě 2008) | 2 lines 3633 r700 | zas_ | 2008-05-08 22:21:03 +0200 (Thu, 08 May 2008) | 2 lines
3475 3634
3476 search_status_update(): slightly reduce code redundancy. 3635 search_status_update(): slightly reduce code redundancy.
3477 3636
3478 ------------------------------------------------------------------------ 3637 ------------------------------------------------------------------------
3479 r699 | zas_ | 2008-05-08 14:50:25 +0200 (Čt, 08 kvě 2008) | 4 lines 3638 r699 | zas_ | 2008-05-08 14:50:25 +0200 (Thu, 08 May 2008) | 4 lines
3480 3639
3481 Use g_ascii_strncasecmp() instead of strncasecmp() where applicable. 3640 Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
3482 Add a FIXME where potential improper usage of strncasecmp() is made. 3641 Add a FIXME where potential improper usage of strncasecmp() is made.
3483 3642
3484 3643
3485 ------------------------------------------------------------------------ 3644 ------------------------------------------------------------------------
3486 r698 | zas_ | 2008-05-08 14:38:34 +0200 (Čt, 08 kvě 2008) | 3 lines 3645 r698 | zas_ | 2008-05-08 14:38:34 +0200 (Thu, 08 May 2008) | 3 lines
3487 3646
3488 Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings 3647 Use g_ascii_strcasecmp() instead of strcasecmp() where ascii-only strings
3489 are used. 3648 are used.
3490 3649
3491 ------------------------------------------------------------------------ 3650 ------------------------------------------------------------------------
3492 r697 | zas_ | 2008-05-08 01:27:26 +0200 (Čt, 08 kvě 2008) | 8 lines 3651 r697 | zas_ | 2008-05-08 01:27:26 +0200 (Thu, 08 May 2008) | 8 lines
3493 3652
3494 Replace deprecated functions by their counterparts: 3653 Replace deprecated functions by their counterparts:
3495 g_strcasecmp() -> g_ascii_strcasecmp() 3654 g_strcasecmp() -> g_ascii_strcasecmp()
3496 g_strncasecmp() -> g_ascii_strncasecmp() 3655 g_strncasecmp() -> g_ascii_strncasecmp()
3497 gtk_input_remove() -> g_source_remove() 3656 gtk_input_remove() -> g_source_remove()
3498 g_io_channel_close() -> g_io_channel_shutdown() + g_io_channel_unref() 3657 g_io_channel_close() -> g_io_channel_shutdown() + g_io_channel_unref()
3499 3658
3500 All these are deprecated either since 2.2 or 2.4. 3659 All these are deprecated either since 2.2 or 2.4.
3501 3660
3502 ------------------------------------------------------------------------ 3661 ------------------------------------------------------------------------
3503 r696 | zas_ | 2008-05-08 00:54:33 +0200 (Čt, 08 kvě 2008) | 3 lines 3662 r696 | zas_ | 2008-05-08 00:54:33 +0200 (Thu, 08 May 2008) | 3 lines
3504 3663
3505 Resync po files. 3664 Resync po files.
3506 French translation was updated. 3665 French translation was updated.
3507 3666
3508 ------------------------------------------------------------------------ 3667 ------------------------------------------------------------------------
3509 r695 | zas_ | 2008-05-08 00:48:30 +0200 (Čt, 08 kvě 2008) | 5 lines 3668 r695 | zas_ | 2008-05-08 00:48:30 +0200 (Thu, 08 May 2008) | 5 lines
3510 3669
3511 Add a way to invert the current selection. 3670 Add a way to invert the current selection.
3512 An item labeled "Invert selection" was added to the Select submenu 3671 An item labeled "Invert selection" was added to the Select submenu
3513 in the main menu. 3672 in the main menu.
3514 3673
3515 3674
3516 ------------------------------------------------------------------------ 3675 ------------------------------------------------------------------------
3517 r694 | zas_ | 2008-05-07 01:58:08 +0200 (St, 07 kvě 2008) | 2 lines 3676 r694 | zas_ | 2008-05-07 01:58:08 +0200 (Wed, 07 May 2008) | 2 lines
3518 3677
3519 Tidy up. 3678 Tidy up.
3520 3679
3521 ------------------------------------------------------------------------ 3680 ------------------------------------------------------------------------
3522 r693 | zas_ | 2008-05-07 01:53:12 +0200 (St, 07 kvě 2008) | 2 lines 3681 r693 | zas_ | 2008-05-07 01:53:12 +0200 (Wed, 07 May 2008) | 2 lines
3523 3682
3524 French translation was updated. 3683 French translation was updated.
3525 3684
3526 ------------------------------------------------------------------------ 3685 ------------------------------------------------------------------------
3527 r692 | zas_ | 2008-05-07 01:52:09 +0200 (St, 07 kvě 2008) | 2 lines 3686 r692 | zas_ | 2008-05-07 01:52:09 +0200 (Wed, 07 May 2008) | 2 lines
3528 3687
3529 Add trash.c. 3688 Add trash.c.
3530 3689
3531 ------------------------------------------------------------------------ 3690 ------------------------------------------------------------------------
3532 r691 | nadvornik | 2008-05-06 23:35:31 +0200 (Út, 06 kvě 2008) | 2 lines 3691 r691 | nadvornik | 2008-05-06 23:35:31 +0200 (Tue, 06 May 2008) | 2 lines
3533 3692
3534 moved safe delete functions to separate file 3693 moved safe delete functions to separate file
3535 3694
3536 ------------------------------------------------------------------------ 3695 ------------------------------------------------------------------------
3537 r690 | nadvornik | 2008-05-06 22:24:16 +0200 (Út, 06 kvě 2008) | 2 lines 3696 r690 | nadvornik | 2008-05-06 22:24:16 +0200 (Tue, 06 May 2008) | 2 lines
3538 3697
3539 use some of the new functions in filedata.c 3698 use some of the new functions in filedata.c
3540 3699
3541 ------------------------------------------------------------------------ 3700 ------------------------------------------------------------------------
3542 r689 | zas_ | 2008-05-06 19:00:55 +0200 (Út, 06 kvě 2008) | 3 lines 3701 r689 | zas_ | 2008-05-06 19:00:55 +0200 (Tue, 06 May 2008) | 3 lines
3543 3702
3544 Allow the user to append or replace comments for a group of selected files. 3703 Allow the user to append or replace comments for a group of selected files.
3545 Two buttons were added to the Keywords panel. 3704 Two buttons were added to the Keywords panel.
3546 3705
3547 ------------------------------------------------------------------------ 3706 ------------------------------------------------------------------------
3548 r688 | zas_ | 2008-05-06 14:31:23 +0200 (Út, 06 kvě 2008) | 6 lines 3707 r688 | zas_ | 2008-05-06 14:31:23 +0200 (Tue, 06 May 2008) | 6 lines
3549 3708
3550 Use a dedicated option to enable keywords and comment saving as XMP tags 3709 Use a dedicated option to enable keywords and comment saving as XMP tags
3551 in image's files. 3710 in image's files.
3552 This new option is named "save_metadata_in_image_file" in configuration file. 3711 This new option is named "save_metadata_in_image_file" in configuration file.
3553 User can toggle it through Preferences > Advanced > Miscellaneous > Store keywords and comments as XMP tags in image files. 3712 User can toggle it through Preferences > Advanced > Miscellaneous > Store keywords and comments as XMP tags in image files.
3554 Description of enable_metadata_dirs was modified as an attempt to improve clarity. 3713 Description of enable_metadata_dirs was modified as an attempt to improve clarity.
3555 3714
3556 ------------------------------------------------------------------------ 3715 ------------------------------------------------------------------------
3557 r687 | zas_ | 2008-05-06 14:03:39 +0200 (Út, 06 kvě 2008) | 2 lines 3716 r687 | zas_ | 2008-05-06 14:03:39 +0200 (Tue, 06 May 2008) | 2 lines
3558 3717
3559 comment_xmp_read(), comment_xmp_write(): cleanup and improve readibility. 3718 comment_xmp_read(), comment_xmp_write(): cleanup and improve readibility.
3560 3719
3561 ------------------------------------------------------------------------ 3720 ------------------------------------------------------------------------
3562 r686 | zas_ | 2008-05-05 23:27:39 +0200 (Po, 05 kvě 2008) | 2 lines 3721 r686 | zas_ | 2008-05-05 23:27:39 +0200 (Mon, 05 May 2008) | 2 lines
3563 3722
3564 French translation was updated, various fixes. 3723 French translation was updated, various fixes.
3565 3724
3566 ------------------------------------------------------------------------ 3725 ------------------------------------------------------------------------
3567 r685 | zas_ | 2008-05-05 22:56:20 +0200 (Po, 05 kvě 2008) | 2 lines 3726 r685 | zas_ | 2008-05-05 22:56:20 +0200 (Mon, 05 May 2008) | 2 lines
3568 3727
3569 Belarusian translation was updated. Thanks to Pavel Piatruk. 3728 Belarusian translation was updated. Thanks to Pavel Piatruk.
3570 3729
3571 ------------------------------------------------------------------------ 3730 ------------------------------------------------------------------------
3572 r684 | nadvornik | 2008-05-05 22:51:51 +0200 (Po, 05 kvě 2008) | 2 lines 3731 r684 | nadvornik | 2008-05-05 22:51:51 +0200 (Mon, 05 May 2008) | 2 lines
3573 3732
3574 started implementation of API for sidecar files 3733 started implementation of API for sidecar files
3575 3734
3576 ------------------------------------------------------------------------ 3735 ------------------------------------------------------------------------
3577 r683 | zas_ | 2008-05-05 22:51:50 +0200 (Po, 05 kvě 2008) | 2 lines 3736 r683 | zas_ | 2008-05-05 22:51:50 +0200 (Mon, 05 May 2008) | 2 lines
3578 3737
3579 Update POTFILES.in (filelist.c -> filedata.c). 3738 Update POTFILES.in (filelist.c -> filedata.c).
3580 3739
3581 ------------------------------------------------------------------------ 3740 ------------------------------------------------------------------------
3582 r682 | zas_ | 2008-05-05 22:49:40 +0200 (Po, 05 kvě 2008) | 3 lines 3741 r682 | zas_ | 2008-05-05 22:49:40 +0200 (Mon, 05 May 2008) | 3 lines
3583 3742
3584 Modify regen_potfiles.sh to generate a patch instead of 3743 Modify regen_potfiles.sh to generate a patch instead of
3585 directly applying changes to POTFILES.in. 3744 directly applying changes to POTFILES.in.
3586 3745
3587 ------------------------------------------------------------------------ 3746 ------------------------------------------------------------------------
3588 r681 | nadvornik | 2008-05-05 21:20:46 +0200 (Po, 05 kvě 2008) | 2 lines 3747 r681 | nadvornik | 2008-05-05 21:20:46 +0200 (Mon, 05 May 2008) | 2 lines
3589 3748
3590 added .gqv to known file types 3749 added .gqv to known file types
3591 3750
3592 ------------------------------------------------------------------------ 3751 ------------------------------------------------------------------------
3593 r680 | nadvornik | 2008-05-05 21:11:12 +0200 (Po, 05 kvě 2008) | 2 lines 3752 r680 | nadvornik | 2008-05-05 21:11:12 +0200 (Mon, 05 May 2008) | 2 lines
3594 3753
3595 split filelist.c to filefilter.c and filedata.c 3754 split filelist.c to filefilter.c and filedata.c
3596 3755
3597 ------------------------------------------------------------------------ 3756 ------------------------------------------------------------------------
3598 r679 | zas_ | 2008-05-05 11:21:01 +0200 (Po, 05 kvě 2008) | 2 lines 3757 r679 | zas_ | 2008-05-05 11:21:01 +0200 (Mon, 05 May 2008) | 2 lines
3599 3758
3600 Revert wrong patch rev 676. 3759 Revert wrong patch rev 676.
3601 3760
3602 ------------------------------------------------------------------------ 3761 ------------------------------------------------------------------------
3603 r678 | zas_ | 2008-05-05 11:12:07 +0200 (Po, 05 kvě 2008) | 4 lines 3762 r678 | zas_ | 2008-05-05 11:12:07 +0200 (Mon, 05 May 2008) | 4 lines
3604 3763
3605 Add an helper script to regenerate POTFILES.in file. 3764 Add an helper script to regenerate POTFILES.in file.
3606 POTFILES.in was updated. 3765 POTFILES.in was updated.
3607 French translation was updated. 3766 French translation was updated.
3608 3767
3609 ------------------------------------------------------------------------ 3768 ------------------------------------------------------------------------
3610 r677 | zas_ | 2008-05-05 10:32:18 +0200 (Po, 05 kvě 2008) | 2 lines 3769 r677 | zas_ | 2008-05-05 10:32:18 +0200 (Mon, 05 May 2008) | 2 lines
3611 3770
3612 Revert patch 675, and correctly fix gtk assertion failure. 3771 Revert patch 675, and correctly fix gtk assertion failure.
3613 3772
3614 ------------------------------------------------------------------------ 3773 ------------------------------------------------------------------------
3615 r676 | zas_ | 2008-05-05 10:15:52 +0200 (Po, 05 kvě 2008) | 2 lines 3774 r676 | zas_ | 2008-05-05 10:15:52 +0200 (Mon, 05 May 2008) | 2 lines
3616 3775
3617 Fix two memory leaks. 3776 Fix two memory leaks.
3618 3777
3619 ------------------------------------------------------------------------ 3778 ------------------------------------------------------------------------
3620 r675 | zas_ | 2008-05-05 09:46:32 +0200 (Po, 05 kvě 2008) | 3 lines 3779 r675 | zas_ | 2008-05-05 09:46:32 +0200 (Mon, 05 May 2008) | 3 lines
3621 3780
3622 Fix Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed 3781 Fix Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
3623 when swapping to/from file icon view. 3782 when swapping to/from file icon view.
3624 3783
3625 ------------------------------------------------------------------------ 3784 ------------------------------------------------------------------------
3626 r674 | zas_ | 2008-05-05 01:57:20 +0200 (Po, 05 kvě 2008) | 2 lines 3785 r674 | zas_ | 2008-05-05 01:57:20 +0200 (Mon, 05 May 2008) | 2 lines
3627 3786
3628 vficon_release_cb(): use switch() and cleanup. 3787 vficon_release_cb(): use switch() and cleanup.
3629 3788
3630 ------------------------------------------------------------------------ 3789 ------------------------------------------------------------------------
3631 r673 | zas_ | 2008-05-05 01:20:43 +0200 (Po, 05 kvě 2008) | 2 lines 3790 r673 | zas_ | 2008-05-05 01:20:43 +0200 (Mon, 05 May 2008) | 2 lines
3632 3791
3633 Minor tidyup. 3792 Minor tidyup.
3634 3793
3635 ------------------------------------------------------------------------ 3794 ------------------------------------------------------------------------
3636 r672 | zas_ | 2008-05-05 01:06:46 +0200 (Po, 05 kvě 2008) | 2 lines 3795 r672 | zas_ | 2008-05-05 01:06:46 +0200 (Mon, 05 May 2008) | 2 lines
3637 3796
3638 Drop unused vficon_select_by_path() and vflist_select_by_path(). 3797 Drop unused vficon_select_by_path() and vflist_select_by_path().
3639 3798
3640 ------------------------------------------------------------------------ 3799 ------------------------------------------------------------------------
3641 r671 | zas_ | 2008-05-05 01:03:36 +0200 (Po, 05 kvě 2008) | 2 lines 3800 r671 | zas_ | 2008-05-05 01:03:36 +0200 (Mon, 05 May 2008) | 2 lines
3642 3801
3643 Minor cleanup. 3802 Minor cleanup.
3644 3803
3645 ------------------------------------------------------------------------ 3804 ------------------------------------------------------------------------
3646 r670 | nadvornik | 2008-05-04 23:54:20 +0200 (Ne, 04 kvě 2008) | 2 lines 3805 r670 | nadvornik | 2008-05-04 23:54:20 +0200 (Sun, 04 May 2008) | 2 lines
3647 3806
3648 dropped path_list functions, use filelist functions everywhere 3807 dropped path_list functions, use filelist functions everywhere
3649 3808
3650 ------------------------------------------------------------------------ 3809 ------------------------------------------------------------------------
3651 r669 | zas_ | 2008-05-04 21:00:39 +0200 (Ne, 04 kvě 2008) | 9 lines 3810 r669 | zas_ | 2008-05-04 21:00:39 +0200 (Sun, 04 May 2008) | 9 lines
3652 3811
3653 Remove unused functions: 3812 Remove unused functions:
3654 vflist_set_status_func() 3813 vflist_set_status_func()
3655 vflist_set_thumb_status_func() 3814 vflist_set_thumb_status_func()
3656 vflist_set_layout() 3815 vflist_set_layout()
3658 vficon_set_thumb_status_func() 3817 vficon_set_thumb_status_func()
3659 vficon_set_layout() 3818 vficon_set_layout()
3660 3819
3661 3820
3662 ------------------------------------------------------------------------ 3821 ------------------------------------------------------------------------
3663 r668 | zas_ | 2008-05-04 20:45:06 +0200 (Ne, 04 kvě 2008) | 2 lines 3822 r668 | zas_ | 2008-05-04 20:45:06 +0200 (Sun, 04 May 2008) | 2 lines
3664 3823
3665 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead. 3824 Drop ViewFileIcon, use ViewFile and ViewFileInfoIcon instead.
3666 3825
3667 ------------------------------------------------------------------------ 3826 ------------------------------------------------------------------------
3668 r667 | zas_ | 2008-05-04 18:16:07 +0200 (Ne, 04 kvě 2008) | 2 lines 3827 r667 | zas_ | 2008-05-04 18:16:07 +0200 (Sun, 04 May 2008) | 2 lines
3669 3828
3670 Drop ViewFileList, use ViewFile and ViewFileInfoList instead. 3829 Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
3671 3830
3672 ------------------------------------------------------------------------ 3831 ------------------------------------------------------------------------
3673 r666 | zas_ | 2008-05-04 13:47:36 +0200 (Ne, 04 kvě 2008) | 2 lines 3832 r666 | zas_ | 2008-05-04 13:47:36 +0200 (Sun, 04 May 2008) | 2 lines
3674 3833
3675 Prepare switch to ViewFile (unused yet). 3834 Prepare switch to ViewFile (unused yet).
3676 3835
3677 ------------------------------------------------------------------------ 3836 ------------------------------------------------------------------------
3678 r665 | zas_ | 2008-05-04 02:32:05 +0200 (Ne, 04 kvě 2008) | 3 lines 3837 r665 | zas_ | 2008-05-04 02:32:05 +0200 (Sun, 04 May 2008) | 3 lines
3679 3838
3680 Shorten Edit menu labels, dropping "in ". It will ease 3839 Shorten Edit menu labels, dropping "in ". It will ease
3681 translations too, and user can define its own label in Preferences. 3840 translations too, and user can define its own label in Preferences.
3682 3841
3683 ------------------------------------------------------------------------ 3842 ------------------------------------------------------------------------
3684 r664 | zas_ | 2008-05-04 02:21:14 +0200 (Ne, 04 kvě 2008) | 3 lines 3843 r664 | zas_ | 2008-05-04 02:21:14 +0200 (Sun, 04 May 2008) | 3 lines
3685 3844
3686 Do not show Copy, Move, Rename, Delete, New Folder external commands 3845 Do not show Copy, Move, Rename, Delete, New Folder external commands
3687 in the Edit section of contextual menus. 3846 in the Edit section of contextual menus.
3688 3847
3689 ------------------------------------------------------------------------ 3848 ------------------------------------------------------------------------
3690 r663 | zas_ | 2008-05-04 02:16:37 +0200 (Ne, 04 kvě 2008) | 2 lines 3849 r663 | zas_ | 2008-05-04 02:16:37 +0200 (Sun, 04 May 2008) | 2 lines
3691 3850
3692 Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value. 3851 Use GQ_EDITOR_GENERIC_SLOTS instead of hardcoded value.
3693 3852
3694 ------------------------------------------------------------------------ 3853 ------------------------------------------------------------------------
3695 r662 | zas_ | 2008-05-03 22:55:16 +0200 (So, 03 kvě 2008) | 2 lines 3854 r662 | zas_ | 2008-05-03 22:55:16 +0200 (Sat, 03 May 2008) | 2 lines
3696 3855
3697 exif_get_description_by_key(): check for "formatted." prefix, and optimize. 3856 exif_get_description_by_key(): check for "formatted." prefix, and optimize.
3698 3857
3699 ------------------------------------------------------------------------ 3858 ------------------------------------------------------------------------
3700 r661 | zas_ | 2008-05-03 22:49:25 +0200 (So, 03 kvě 2008) | 2 lines 3859 r661 | zas_ | 2008-05-03 22:49:25 +0200 (Sat, 03 May 2008) | 2 lines
3701 3860
3702 exif_get_formatted_by_key(): skip prefix when comparing. 3861 exif_get_formatted_by_key(): skip prefix when comparing.
3703 3862
3704 ------------------------------------------------------------------------ 3863 ------------------------------------------------------------------------
3705 r660 | zas_ | 2008-05-03 22:40:50 +0200 (So, 03 kvě 2008) | 5 lines 3864 r660 | zas_ | 2008-05-03 22:40:50 +0200 (Sat, 03 May 2008) | 5 lines
3706 3865
3707 Change the prefix of formatted exif tags to a more explicit "formatted." prefix 3866 Change the prefix of formatted exif tags to a more explicit "formatted." prefix
3708 instead of the shorter "f". 3867 instead of the shorter "f".
3709 Warning: custom overlay info string has to be modified since old names are no 3868 Warning: custom overlay info string has to be modified since old names are no
3710 more recognized, one can reset it to default through Preferences > Advanced. 3869 more recognized, one can reset it to default through Preferences > Advanced.
3711 3870
3712 ------------------------------------------------------------------------ 3871 ------------------------------------------------------------------------
3713 r659 | zas_ | 2008-05-03 18:58:17 +0200 (So, 03 kvě 2008) | 17 lines 3872 r659 | zas_ | 2008-05-03 18:58:17 +0200 (Sat, 03 May 2008) | 17 lines
3714 3873
3715 Fix a bug occuring when using certain actions on a collection 3874 Fix a bug occuring when using certain actions on a collection
3716 item which is not in the selection. 3875 item which is not in the selection.
3717 Triggering it will either result in an assertion failure or a 3876 Triggering it will either result in an assertion failure or a
3718 segfault. 3877 segfault.
3728 3887
3729 collection_table_popup_file_list() has to return a list of filedata * 3888 collection_table_popup_file_list() has to return a list of filedata *
3730 not a list of gchar *. 3889 not a list of gchar *.
3731 3890
3732 ------------------------------------------------------------------------ 3891 ------------------------------------------------------------------------
3733 r658 | zas_ | 2008-05-03 17:19:35 +0200 (So, 03 kvě 2008) | 3 lines 3892 r658 | zas_ | 2008-05-03 17:19:35 +0200 (Sat, 03 May 2008) | 3 lines
3734 3893
3735 Move marks-related fields from _ViewFileInfoList to _ViewFile, since 3894 Move marks-related fields from _ViewFileInfoList to _ViewFile, since
3736 they'll be used for file icon view too. 3895 they'll be used for file icon view too.
3737 3896
3738 ------------------------------------------------------------------------ 3897 ------------------------------------------------------------------------
3739 r657 | zas_ | 2008-05-03 17:17:24 +0200 (So, 03 kvě 2008) | 3 lines 3898 r657 | zas_ | 2008-05-03 17:17:24 +0200 (Sat, 03 May 2008) | 3 lines
3740 3899
3741 Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList 3900 Move common thumbs_* fields from _ViewFileInfoIcon and _ViewFileInfoList
3742 to _ViewFile. 3901 to _ViewFile.
3743 3902
3744 ------------------------------------------------------------------------ 3903 ------------------------------------------------------------------------
3745 r656 | zas_ | 2008-05-03 17:13:15 +0200 (So, 03 kvě 2008) | 3 lines 3904 r656 | zas_ | 2008-05-03 17:13:15 +0200 (Sat, 03 May 2008) | 3 lines
3746 3905
3747 Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match 3906 Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match
3748 the name used in ViewFileList. 3907 the name used in ViewFileList.
3749 3908
3750 ------------------------------------------------------------------------ 3909 ------------------------------------------------------------------------
3751 r655 | zas_ | 2008-05-03 17:09:21 +0200 (So, 03 kvě 2008) | 2 lines 3910 r655 | zas_ | 2008-05-03 17:09:21 +0200 (Sat, 03 May 2008) | 2 lines
3752 3911
3753 Remove useless thumbs_list from ViewFileIcon. 3912 Remove useless thumbs_list from ViewFileIcon.
3754 3913
3755 ------------------------------------------------------------------------ 3914 ------------------------------------------------------------------------
3756 r654 | zas_ | 2008-05-03 14:50:52 +0200 (So, 03 kvě 2008) | 2 lines 3915 r654 | zas_ | 2008-05-03 14:50:52 +0200 (Sat, 03 May 2008) | 2 lines
3757 3916
3758 Add function prototypes (yet unused). 3917 Add function prototypes (yet unused).
3759 3918
3760 ------------------------------------------------------------------------ 3919 ------------------------------------------------------------------------
3761 r653 | zas_ | 2008-05-03 14:48:45 +0200 (So, 03 kvě 2008) | 3 lines 3920 r653 | zas_ | 2008-05-03 14:48:45 +0200 (Sat, 03 May 2008) | 3 lines
3762 3921
3763 Drop redundant vflist_thumbs_set() introduced in revision 649, 3922 Drop redundant vflist_thumbs_set() introduced in revision 649,
3764 modify and use existing vflist_thumb_set(). 3923 modify and use existing vflist_thumb_set().
3765 3924
3766 ------------------------------------------------------------------------ 3925 ------------------------------------------------------------------------
3767 r652 | zas_ | 2008-05-03 14:21:22 +0200 (So, 03 kvě 2008) | 2 lines 3926 r652 | zas_ | 2008-05-03 14:21:22 +0200 (Sat, 03 May 2008) | 2 lines
3768 3927
3769 Remove redundant prototype. 3928 Remove redundant prototype.
3770 3929
3771 ------------------------------------------------------------------------ 3930 ------------------------------------------------------------------------
3772 r651 | zas_ | 2008-05-03 13:58:41 +0200 (So, 03 kvě 2008) | 2 lines 3931 r651 | zas_ | 2008-05-03 13:58:41 +0200 (Sat, 03 May 2008) | 2 lines
3773 3932
3774 Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet). 3933 Introduce ViewFileInfoList and ViewFileInfoIcon (not used yet).
3775 3934
3776 ------------------------------------------------------------------------ 3935 ------------------------------------------------------------------------
3777 r650 | zas_ | 2008-05-03 13:34:13 +0200 (So, 03 kvě 2008) | 3 lines 3936 r650 | zas_ | 2008-05-03 13:34:13 +0200 (Sat, 03 May 2008) | 3 lines
3778 3937
3779 Replace Layout icon_view field by more generic file_view_type. 3938 Replace Layout icon_view field by more generic file_view_type.
3780 Replace option layout.view_as_icons by layout.file_view_type. 3939 Replace option layout.view_as_icons by layout.file_view_type.
3781 3940
3782 ------------------------------------------------------------------------ 3941 ------------------------------------------------------------------------
3783 r649 | zas_ | 2008-05-03 12:31:37 +0200 (So, 03 kvě 2008) | 4 lines 3942 r649 | zas_ | 2008-05-03 12:31:37 +0200 (Sat, 03 May 2008) | 4 lines
3784 3943
3785 Set thumbs_enabled through new function vflist_thumbs_set() instead 3944 Set thumbs_enabled through new function vflist_thumbs_set() instead
3786 of vflist_new(). 3945 of vflist_new().
3787 3946
3788 3947
3789 ------------------------------------------------------------------------ 3948 ------------------------------------------------------------------------
3790 r648 | zas_ | 2008-05-03 11:41:09 +0200 (So, 03 kvě 2008) | 3 lines 3949 r648 | zas_ | 2008-05-03 11:41:09 +0200 (Sat, 03 May 2008) | 3 lines
3791 3950
3792 Prepare merging of some parts of view_file_list and view_file_icon and 3951 Prepare merging of some parts of view_file_list and view_file_icon and
3793 simplification of view_file* interface. 3952 simplification of view_file* interface.
3794 3953
3795 ------------------------------------------------------------------------ 3954 ------------------------------------------------------------------------
3796 r647 | zas_ | 2008-05-03 10:35:08 +0200 (So, 03 kvě 2008) | 3 lines 3955 r647 | zas_ | 2008-05-03 10:35:08 +0200 (Sat, 03 May 2008) | 3 lines
3797 3956
3798 Change default positions of dividers since width of the main menu 3957 Change default positions of dividers since width of the main menu
3799 was increased. 3958 was increased.
3800 3959
3801 ------------------------------------------------------------------------ 3960 ------------------------------------------------------------------------
3802 r646 | zas_ | 2008-05-03 01:11:31 +0200 (So, 03 kvě 2008) | 3 lines 3961 r646 | zas_ | 2008-05-03 01:11:31 +0200 (Sat, 03 May 2008) | 3 lines
3803 3962
3804 Make exif_rational_to_double() and exif_get_rational_as_double() static. 3963 Make exif_rational_to_double() and exif_get_rational_as_double() static.
3805 3964
3806 3965
3807 ------------------------------------------------------------------------ 3966 ------------------------------------------------------------------------
3808 r645 | zas_ | 2008-05-03 01:08:18 +0200 (So, 03 kvě 2008) | 3 lines 3967 r645 | zas_ | 2008-05-03 01:08:18 +0200 (Sat, 03 May 2008) | 3 lines
3809 3968
3810 info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif 3969 info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif
3811 info disappearing when moving the tab. 3970 info disappearing when moving the tab.
3812 3971
3813 ------------------------------------------------------------------------ 3972 ------------------------------------------------------------------------
3814 r644 | zas_ | 2008-05-03 00:59:04 +0200 (So, 03 kvě 2008) | 3 lines 3973 r644 | zas_ | 2008-05-03 00:59:04 +0200 (Sat, 03 May 2008) | 3 lines
3815 3974
3816 Fix a Pango warning related to UTF8 when displaying internationalized 3975 Fix a Pango warning related to UTF8 when displaying internationalized
3817 description in Advanced Exif Properties panel. 3976 description in Advanced Exif Properties panel.
3818 3977
3819 ------------------------------------------------------------------------ 3978 ------------------------------------------------------------------------
3820 r643 | zas_ | 2008-05-03 00:31:24 +0200 (So, 03 kvě 2008) | 2 lines 3979 r643 | zas_ | 2008-05-03 00:31:24 +0200 (Sat, 03 May 2008) | 2 lines
3821 3980
3822 exif_get_description_by_key(): tidy up. 3981 exif_get_description_by_key(): tidy up.
3823 3982
3824 ------------------------------------------------------------------------ 3983 ------------------------------------------------------------------------
3825 r642 | zas_ | 2008-05-03 00:28:39 +0200 (So, 03 kvě 2008) | 3 lines 3984 r642 | zas_ | 2008-05-03 00:28:39 +0200 (Sat, 03 May 2008) | 3 lines
3826 3985
3827 Add a pointer to the build function in the formatted exif tags struct 3986 Add a pointer to the build function in the formatted exif tags struct
3828 and use a loop in exif_get_formatted_by_key(). 3987 and use a loop in exif_get_formatted_by_key().
3829 3988
3830 ------------------------------------------------------------------------ 3989 ------------------------------------------------------------------------
3831 r641 | zas_ | 2008-05-02 23:58:36 +0200 (Pá, 02 kvě 2008) | 2 lines 3990 r641 | zas_ | 2008-05-02 23:58:36 +0200 (Fri, 02 May 2008) | 2 lines
3832 3991
3833 Indentation fix. 3992 Indentation fix.
3834 3993
3835 ------------------------------------------------------------------------ 3994 ------------------------------------------------------------------------
3836 r640 | zas_ | 2008-05-02 23:34:26 +0200 (Pá, 02 kvě 2008) | 3 lines 3995 r640 | zas_ | 2008-05-02 23:34:26 +0200 (Fri, 02 May 2008) | 3 lines
3837 3996
3838 Explode exif_get_formatted_by_key() in smaller functions prefixed "exif_build_f". 3997 Explode exif_get_formatted_by_key() in smaller functions prefixed "exif_build_f".
3839 An helper macro was added to call them. 3998 An helper macro was added to call them.
3840 3999
3841 ------------------------------------------------------------------------ 4000 ------------------------------------------------------------------------
3842 r639 | zas_ | 2008-05-02 22:56:59 +0200 (Pá, 02 kvě 2008) | 3 lines 4001 r639 | zas_ | 2008-05-02 22:56:59 +0200 (Fri, 02 May 2008) | 3 lines
3843 4002
3844 Remove unused checksum_simple() function. 4003 Remove unused checksum_simple() function.
3845 4004
3846 4005
3847 ------------------------------------------------------------------------ 4006 ------------------------------------------------------------------------
3848 r638 | zas_ | 2008-05-02 22:40:47 +0200 (Pá, 02 kvě 2008) | 2 lines 4007 r638 | zas_ | 2008-05-02 22:40:47 +0200 (Fri, 02 May 2008) | 2 lines
3849 4008
3850 Simplify remove_extension_from_path(). 4009 Simplify remove_extension_from_path().
3851 4010
3852 ------------------------------------------------------------------------ 4011 ------------------------------------------------------------------------
3853 r637 | zas_ | 2008-05-02 22:27:47 +0200 (Pá, 02 kvě 2008) | 2 lines 4012 r637 | zas_ | 2008-05-02 22:27:47 +0200 (Fri, 02 May 2008) | 2 lines
3854 4013
3855 remove_level_from_path() was simplified. 4014 remove_level_from_path() was simplified.
3856 4015
3857 ------------------------------------------------------------------------ 4016 ------------------------------------------------------------------------
3858 r636 | zas_ | 2008-05-02 11:03:52 +0200 (Pá, 02 kvě 2008) | 2 lines 4017 r636 | zas_ | 2008-05-02 11:03:52 +0200 (Fri, 02 May 2008) | 2 lines
3859 4018
3860 Move variable declaration and affectation near where it is used. 4019 Move variable declaration and affectation near where it is used.
3861 4020
3862 ------------------------------------------------------------------------ 4021 ------------------------------------------------------------------------
3863 r635 | zas_ | 2008-05-02 10:41:32 +0200 (Pá, 02 kvě 2008) | 2 lines 4022 r635 | zas_ | 2008-05-02 10:41:32 +0200 (Fri, 02 May 2008) | 2 lines
3864 4023
3865 Replace GQView by Geeqie. 4024 Replace GQView by Geeqie.
3866 4025
3867 ------------------------------------------------------------------------ 4026 ------------------------------------------------------------------------
3868 r634 | zas_ | 2008-05-02 01:20:26 +0200 (Pá, 02 kvě 2008) | 2 lines 4027 r634 | zas_ | 2008-05-02 01:20:26 +0200 (Fri, 02 May 2008) | 2 lines
3869 4028
3870 Use sizeof() instead of hardcoded buffer sizes. 4029 Use sizeof() instead of hardcoded buffer sizes.
3871 4030
3872 ------------------------------------------------------------------------ 4031 ------------------------------------------------------------------------
3873 r633 | zas_ | 2008-05-02 00:59:54 +0200 (Pá, 02 kvě 2008) | 2 lines 4032 r633 | zas_ | 2008-05-02 00:59:54 +0200 (Fri, 02 May 2008) | 2 lines
3874 4033
3875 cache_sim_write_similarity(): cleanup and simplification. 4034 cache_sim_write_similarity(): cleanup and simplification.
3876 4035
3877 ------------------------------------------------------------------------ 4036 ------------------------------------------------------------------------
3878 r632 | zas_ | 2008-05-02 00:31:14 +0200 (Pá, 02 kvě 2008) | 2 lines 4037 r632 | zas_ | 2008-05-02 00:31:14 +0200 (Fri, 02 May 2008) | 2 lines
3879 4038
3880 Use secure_save stuff to write .sim files. 4039 Use secure_save stuff to write .sim files.
3881 4040
3882 ------------------------------------------------------------------------ 4041 ------------------------------------------------------------------------
3883 r631 | zas_ | 2008-05-02 00:30:16 +0200 (Pá, 02 kvě 2008) | 2 lines 4042 r631 | zas_ | 2008-05-02 00:30:16 +0200 (Fri, 02 May 2008) | 2 lines
3884 4043
3885 save_options(): minor code simplification. 4044 save_options(): minor code simplification.
3886 4045
3887 ------------------------------------------------------------------------ 4046 ------------------------------------------------------------------------
3888 r630 | zas_ | 2008-05-02 00:27:44 +0200 (Pá, 02 kvě 2008) | 2 lines 4047 r630 | zas_ | 2008-05-02 00:27:44 +0200 (Fri, 02 May 2008) | 2 lines
3889 4048
3890 Add a wrapper to fwrite(). 4049 Add a wrapper to fwrite().
3891 4050
3892 ------------------------------------------------------------------------ 4051 ------------------------------------------------------------------------
3893 r629 | zas_ | 2008-05-01 23:42:22 +0200 (Čt, 01 kvě 2008) | 2 lines 4052 r629 | zas_ | 2008-05-01 23:42:22 +0200 (Thu, 01 May 2008) | 2 lines
3894 4053
3895 Typo fix. 4054 Typo fix.
3896 4055
3897 ------------------------------------------------------------------------ 4056 ------------------------------------------------------------------------
3898 r628 | zas_ | 2008-05-01 20:37:50 +0200 (Čt, 01 kvě 2008) | 2 lines 4057 r628 | zas_ | 2008-05-01 20:37:50 +0200 (Thu, 01 May 2008) | 2 lines
3899 4058
3900 Indentation fixes. 4059 Indentation fixes.
3901 4060
3902 ------------------------------------------------------------------------ 4061 ------------------------------------------------------------------------
3903 r627 | zas_ | 2008-05-01 20:26:30 +0200 (Čt, 01 kvě 2008) | 2 lines 4062 r627 | zas_ | 2008-05-01 20:26:30 +0200 (Thu, 01 May 2008) | 2 lines
3904 4063
3905 Simplify and optimize extension_find_dot(). 4064 Simplify and optimize extension_find_dot().
3906 4065
3907 ------------------------------------------------------------------------ 4066 ------------------------------------------------------------------------
3908 r626 | nadvornik | 2008-04-30 00:44:06 +0200 (St, 30 dub 2008) | 2 lines 4067 r626 | nadvornik | 2008-04-30 00:44:06 +0200 (Wed, 30 Apr 2008) | 2 lines
3909 4068
3910 fixed a memory leak 4069 fixed a memory leak
3911 4070
3912 ------------------------------------------------------------------------ 4071 ------------------------------------------------------------------------
3913 r625 | nadvornik | 2008-04-29 20:12:49 +0200 (Út, 29 dub 2008) | 2 lines 4072 r625 | nadvornik | 2008-04-29 20:12:49 +0200 (Tue, 29 Apr 2008) | 2 lines
3914 4073
3915 cleanup: use image_get_image_size 4074 cleanup: use image_get_image_size
3916 4075
3917 ------------------------------------------------------------------------ 4076 ------------------------------------------------------------------------
3918 r624 | nadvornik | 2008-04-29 19:52:12 +0200 (Út, 29 dub 2008) | 4 lines 4077 r624 | nadvornik | 2008-04-29 19:52:12 +0200 (Tue, 29 Apr 2008) | 4 lines
3919 4078
3920 fixed connected zoom and scroll that didn't work in some cases 4079 fixed connected zoom and scroll that didn't work in some cases
3921 http://sourceforge.net/tracker/index.php?func=detail&aid=1952429&group_id=222125&atid=1054680 4080 http://sourceforge.net/tracker/index.php?func=detail&aid=1952429&group_id=222125&atid=1054680
3922 4081
3923 4082
3924 ------------------------------------------------------------------------ 4083 ------------------------------------------------------------------------
3925 r623 | bruclik | 2008-04-28 01:31:20 +0200 (Po, 28 dub 2008) | 5 lines 4084 r623 | bruclik | 2008-04-28 01:31:20 +0200 (Mon, 28 Apr 2008) | 5 lines
3926 4085
3927 fix warning cast from pointer to integer of different size (when an integer is 4086 fix warning cast from pointer to integer of different size (when an integer is
3928 passed instead of a pointer to a callback, GINT_TO_POINTER(i) should be used) 4087 passed instead of a pointer to a callback, GINT_TO_POINTER(i) should be used)
3929 4088
3930 4089
3931 4090
3932 ------------------------------------------------------------------------ 4091 ------------------------------------------------------------------------
3933 r622 | nadvornik | 2008-04-27 22:05:11 +0200 (Ne, 27 dub 2008) | 2 lines 4092 r622 | nadvornik | 2008-04-27 22:05:11 +0200 (Sun, 27 Apr 2008) | 2 lines
3934 4093
3935 Added LIRC patch written by Matteo Beniamino 4094 Added LIRC patch written by Matteo Beniamino
3936 4095
3937 ------------------------------------------------------------------------ 4096 ------------------------------------------------------------------------
3938 r621 | zas_ | 2008-04-25 22:23:21 +0200 (Pá, 25 dub 2008) | 2 lines 4097 r621 | zas_ | 2008-04-25 22:23:21 +0200 (Fri, 25 Apr 2008) | 2 lines
3939 4098
3940 Fix number of directory views, bug introduced in revision 617. 4099 Fix number of directory views, bug introduced in revision 617.
3941 4100
3942 ------------------------------------------------------------------------ 4101 ------------------------------------------------------------------------
3943 r620 | nadvornik | 2008-04-25 22:08:47 +0200 (Pá, 25 dub 2008) | 4 lines 4102 r620 | nadvornik | 2008-04-25 22:08:47 +0200 (Fri, 25 Apr 2008) | 4 lines
3944 4103
3945 fixed dragging multiple files from file list 4104 fixed dragging multiple files from file list
3946 http://sourceforge.net/tracker/index.php?func=detail&aid=1950740&group_id=222125&atid=1054680 4105 http://sourceforge.net/tracker/index.php?func=detail&aid=1950740&group_id=222125&atid=1054680
3947 4106
3948 4107
3949 ------------------------------------------------------------------------ 4108 ------------------------------------------------------------------------
3950 r619 | zas_ | 2008-04-25 11:31:32 +0200 (Pá, 25 dub 2008) | 2 lines 4109 r619 | zas_ | 2008-04-25 11:31:32 +0200 (Fri, 25 Apr 2008) | 2 lines
3951 4110
3952 Add a line about variable and function names. 4111 Add a line about variable and function names.
3953 4112
3954 ------------------------------------------------------------------------ 4113 ------------------------------------------------------------------------
3955 r618 | zas_ | 2008-04-25 11:28:45 +0200 (Pá, 25 dub 2008) | 3 lines 4114 r618 | zas_ | 2008-04-25 11:28:45 +0200 (Fri, 25 Apr 2008) | 3 lines
3956 4115
3957 Document the Geeqie coding style. 4116 Document the Geeqie coding style.
3958 This is a draft, please improve. 4117 This is a draft, please improve.
3959 4118
3960 ------------------------------------------------------------------------ 4119 ------------------------------------------------------------------------
3961 r617 | zas_ | 2008-04-25 10:07:22 +0200 (Pá, 25 dub 2008) | 3 lines 4120 r617 | zas_ | 2008-04-25 10:07:22 +0200 (Fri, 25 Apr 2008) | 3 lines
3962 4121
3963 Handle the case of reduction of the number of view directory types. 4122 Handle the case of reduction of the number of view directory types.
3964 Previously it was leading to a segfault. 4123 Previously it was leading to a segfault.
3965 4124
3966 ------------------------------------------------------------------------ 4125 ------------------------------------------------------------------------
3967 r616 | zas_ | 2008-04-24 22:29:09 +0200 (Čt, 24 dub 2008) | 4 lines 4126 r616 | zas_ | 2008-04-24 22:29:09 +0200 (Thu, 24 Apr 2008) | 4 lines
3968 4127
3969 Allow to copy the path of a directory to clipboard from directory views. 4128 Allow to copy the path of a directory to clipboard from directory views.
3970 Show Copy path option has to be enabled. 4129 Show Copy path option has to be enabled.
3971 Suggested by Frédéric Mantegazza. 4130 Suggested by Fr?\195?\169d?\195?\169ric Mantegazza.
3972 4131
3973 ------------------------------------------------------------------------ 4132 ------------------------------------------------------------------------
3974 r615 | zas_ | 2008-04-24 22:18:59 +0200 (Čt, 24 dub 2008) | 4 lines 4133 r615 | zas_ | 2008-04-24 22:18:59 +0200 (Thu, 24 Apr 2008) | 4 lines
3975 4134
3976 Do not allow to add anything but directories to sort bar in 4135 Do not allow to add anything but directories to sort bar in
3977 folder mode through drag'n'drop. 4136 folder mode through drag'n'drop.
3978 Introduce a new field only_directories to _BookMarkData struct. 4137 Introduce a new field only_directories to _BookMarkData struct.
3979 4138
3980 ------------------------------------------------------------------------ 4139 ------------------------------------------------------------------------
3981 r614 | zas_ | 2008-04-24 18:35:02 +0200 (Čt, 24 dub 2008) | 2 lines 4140 r614 | zas_ | 2008-04-24 18:35:02 +0200 (Thu, 24 Apr 2008) | 2 lines
3982 4141
3983 Add missing spaces around equal sign. 4142 Add missing spaces around equal sign.
3984 4143
3985 ------------------------------------------------------------------------ 4144 ------------------------------------------------------------------------
3986 r613 | zas_ | 2008-04-24 18:32:20 +0200 (Čt, 24 dub 2008) | 2 lines 4145 r613 | zas_ | 2008-04-24 18:32:20 +0200 (Thu, 24 Apr 2008) | 2 lines
3987 4146
3988 Cleanup exif_get_formatted_by_key(). 4147 Cleanup exif_get_formatted_by_key().
3989 4148
3990 ------------------------------------------------------------------------ 4149 ------------------------------------------------------------------------
3991 r612 | zas_ | 2008-04-24 17:57:58 +0200 (Čt, 24 dub 2008) | 2 lines 4150 r612 | zas_ | 2008-04-24 17:57:58 +0200 (Thu, 24 Apr 2008) | 2 lines
3992 4151
3993 Add missing space. 4152 Add missing space.
3994 4153
3995 ------------------------------------------------------------------------ 4154 ------------------------------------------------------------------------
3996 r611 | zas_ | 2008-04-24 17:53:08 +0200 (Čt, 24 dub 2008) | 2 lines 4155 r611 | zas_ | 2008-04-24 17:53:08 +0200 (Thu, 24 Apr 2008) | 2 lines
3997 4156
3998 6 for() vs 201 for (): winner is for (). 4157 6 for() vs 201 for (): winner is for ().
3999 4158
4000 ------------------------------------------------------------------------ 4159 ------------------------------------------------------------------------
4001 r610 | zas_ | 2008-04-24 17:49:57 +0200 (Čt, 24 dub 2008) | 2 lines 4160 r610 | zas_ | 2008-04-24 17:49:57 +0200 (Thu, 24 Apr 2008) | 2 lines
4002 4161
4003 Convert the minority of while() to while (). 4162 Convert the minority of while() to while ().
4004 4163
4005 ------------------------------------------------------------------------ 4164 ------------------------------------------------------------------------
4006 r609 | zas_ | 2008-04-24 17:44:43 +0200 (Čt, 24 dub 2008) | 2 lines 4165 r609 | zas_ | 2008-04-24 17:44:43 +0200 (Thu, 24 Apr 2008) | 2 lines
4007 4166
4008 Use only one secure_fprintf() call instead of two. 4167 Use only one secure_fprintf() call instead of two.
4009 4168
4010 ------------------------------------------------------------------------ 4169 ------------------------------------------------------------------------
4011 r608 | zas_ | 2008-04-24 17:31:21 +0200 (Čt, 24 dub 2008) | 2 lines 4170 r608 | zas_ | 2008-04-24 17:31:21 +0200 (Thu, 24 Apr 2008) | 2 lines
4012 4171
4013 Use sizeof(). 4172 Use sizeof().
4014 4173
4015 ------------------------------------------------------------------------ 4174 ------------------------------------------------------------------------
4016 r607 | zas_ | 2008-04-24 14:47:09 +0200 (Čt, 24 dub 2008) | 2 lines 4175 r607 | zas_ | 2008-04-24 14:47:09 +0200 (Thu, 24 Apr 2008) | 2 lines
4017 4176
4018 Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2) 4177 Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
4019 4178
4020 ------------------------------------------------------------------------ 4179 ------------------------------------------------------------------------
4021 r606 | zas_ | 2008-04-24 14:23:02 +0200 (Čt, 24 dub 2008) | 2 lines 4180 r606 | zas_ | 2008-04-24 14:23:02 +0200 (Thu, 24 Apr 2008) | 2 lines
4022 4181
4023 Remove whitespace between function name and first parenthesis for the sake of consistency. 4182 Remove whitespace between function name and first parenthesis for the sake of consistency.
4024 4183
4025 ------------------------------------------------------------------------ 4184 ------------------------------------------------------------------------
4026 r605 | zas_ | 2008-04-24 13:40:26 +0200 (Čt, 24 dub 2008) | 2 lines 4185 r605 | zas_ | 2008-04-24 13:40:26 +0200 (Thu, 24 Apr 2008) | 2 lines
4027 4186
4028 Indentation fix. 4187 Indentation fix.
4029 4188
4030 ------------------------------------------------------------------------ 4189 ------------------------------------------------------------------------
4031 r604 | zas_ | 2008-04-24 11:50:37 +0200 (Čt, 24 dub 2008) | 1 line 4190 r604 | zas_ | 2008-04-24 11:50:37 +0200 (Thu, 24 Apr 2008) | 1 line
4032 4191
4033 Display file_data debug messages only at level 2. 4192 Display file_data debug messages only at level 2.
4034 ------------------------------------------------------------------------ 4193 ------------------------------------------------------------------------
4035 r603 | zas_ | 2008-04-24 11:43:23 +0200 (Čt, 24 dub 2008) | 2 lines 4194 r603 | zas_ | 2008-04-24 11:43:23 +0200 (Thu, 24 Apr 2008) | 2 lines
4036 4195
4037 Move get_exec_time() to debug.{c,h}. 4196 Move get_exec_time() to debug.{c,h}.
4038 4197
4039 ------------------------------------------------------------------------ 4198 ------------------------------------------------------------------------
4040 r602 | zas_ | 2008-04-24 11:09:48 +0200 (Čt, 24 dub 2008) | 2 lines 4199 r602 | zas_ | 2008-04-24 11:09:48 +0200 (Thu, 24 Apr 2008) | 2 lines
4041 4200
4042 Move options stuff to options.{c,h} and remove globals.c 4201 Move options stuff to options.{c,h} and remove globals.c
4043 4202
4044 ------------------------------------------------------------------------ 4203 ------------------------------------------------------------------------
4045 r601 | zas_ | 2008-04-24 10:53:39 +0200 (Čt, 24 dub 2008) | 5 lines 4204 r601 | zas_ | 2008-04-24 10:53:39 +0200 (Thu, 24 Apr 2008) | 5 lines
4046 4205
4047 Move debug macros from main.h to new debug.h. 4206 Move debug macros from main.h to new debug.h.
4048 Make debug_level static to debug.c and add utility functions 4207 Make debug_level static to debug.c and add utility functions
4049 to manipulate it. 4208 to manipulate it.
4050 Add #include "debug.h" where needed. 4209 Add #include "debug.h" where needed.
4051 4210
4052 ------------------------------------------------------------------------ 4211 ------------------------------------------------------------------------
4053 r600 | zas_ | 2008-04-24 02:15:03 +0200 (Čt, 24 dub 2008) | 3 lines 4212 r600 | zas_ | 2008-04-24 02:15:03 +0200 (Thu, 24 Apr 2008) | 3 lines
4054 4213
4055 Handle the newline in DEBUG_N() macro instead of adding one 4214 Handle the newline in DEBUG_N() macro instead of adding one
4056 in each debug message string. 4215 in each debug message string.
4057 4216
4058 ------------------------------------------------------------------------ 4217 ------------------------------------------------------------------------
4059 r599 | zas_ | 2008-04-24 01:52:20 +0200 (Čt, 24 dub 2008) | 2 lines 4218 r599 | zas_ | 2008-04-24 01:52:20 +0200 (Thu, 24 Apr 2008) | 2 lines
4060 4219
4061 French translation was updated. 4220 French translation was updated.
4062 4221
4063 ------------------------------------------------------------------------ 4222 ------------------------------------------------------------------------
4064 r598 | zas_ | 2008-04-24 01:51:02 +0200 (Čt, 24 dub 2008) | 2 lines 4223 r598 | zas_ | 2008-04-24 01:51:02 +0200 (Thu, 24 Apr 2008) | 2 lines
4065 4224
4066 Make image_osd_histogram_onoff_toggle() and image_osd_histogram_onoff_status() static. 4225 Make image_osd_histogram_onoff_toggle() and image_osd_histogram_onoff_status() static.
4067 4226
4068 ------------------------------------------------------------------------ 4227 ------------------------------------------------------------------------
4069 r597 | zas_ | 2008-04-24 01:47:53 +0200 (Čt, 24 dub 2008) | 2 lines 4228 r597 | zas_ | 2008-04-24 01:47:53 +0200 (Thu, 24 Apr 2008) | 2 lines
4070 4229
4071 Fix image overlay displayed only on second "I" press in layout view. 4230 Fix image overlay displayed only on second "I" press in layout view.
4072 4231
4073 ------------------------------------------------------------------------ 4232 ------------------------------------------------------------------------
4074 r596 | zas_ | 2008-04-24 01:35:13 +0200 (Čt, 24 dub 2008) | 3 lines 4233 r596 | zas_ | 2008-04-24 01:35:13 +0200 (Thu, 24 Apr 2008) | 3 lines
4075 4234
4076 Display file and line along debug messages for any debug level but level 1. 4235 Display file and line along debug messages for any debug level but level 1.
4077 Add a DEBUG_0() macro for instant debugging. 4236 Add a DEBUG_0() macro for instant debugging.
4078 4237
4079 ------------------------------------------------------------------------ 4238 ------------------------------------------------------------------------
4080 r595 | zas_ | 2008-04-24 00:40:55 +0200 (Čt, 24 dub 2008) | 4 lines 4239 r595 | zas_ | 2008-04-24 00:40:55 +0200 (Thu, 24 Apr 2008) | 4 lines
4081 4240
4082 Fix Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed 4241 Fix Gtk-CRITICAL **: gtk_entry_set_text: assertion `GTK_IS_ENTRY (entry)' failed
4083 occuring when toggling file list view <-> file icon view. 4242 occuring when toggling file list view <-> file icon view.
4084 4243
4085 4244
4086 ------------------------------------------------------------------------ 4245 ------------------------------------------------------------------------
4087 r594 | nadvornik | 2008-04-24 00:38:34 +0200 (Čt, 24 dub 2008) | 2 lines 4246 r594 | nadvornik | 2008-04-24 00:38:34 +0200 (Thu, 24 Apr 2008) | 2 lines
4088 4247
4089 clear the buffer before loading of an image 4248 clear the buffer before loading of an image
4090 4249
4091 ------------------------------------------------------------------------ 4250 ------------------------------------------------------------------------
4092 r593 | zas_ | 2008-04-24 00:33:18 +0200 (Čt, 24 dub 2008) | 2 lines 4251 r593 | zas_ | 2008-04-24 00:33:18 +0200 (Thu, 24 Apr 2008) | 2 lines
4093 4252
4094 Use menu_item_add_stock_sensitive() and menu_item_add_sensitive(). 4253 Use menu_item_add_stock_sensitive() and menu_item_add_sensitive().
4095 4254
4096 ------------------------------------------------------------------------ 4255 ------------------------------------------------------------------------
4097 r592 | zas_ | 2008-04-24 00:22:37 +0200 (Čt, 24 dub 2008) | 2 lines 4256 r592 | zas_ | 2008-04-24 00:22:37 +0200 (Thu, 24 Apr 2008) | 2 lines
4098 4257
4099 Update to contributors list. 4258 Update to contributors list.
4100 4259
4101 ------------------------------------------------------------------------ 4260 ------------------------------------------------------------------------
4102 r591 | zas_ | 2008-04-24 00:17:21 +0200 (Čt, 24 dub 2008) | 8 lines 4261 r591 | zas_ | 2008-04-24 00:17:21 +0200 (Thu, 24 Apr 2008) | 8 lines
4103 4262
4104 Allow the copy of file paths to clipboard. 4263 Allow the copy of file paths to clipboard.
4105 This feature is disabled by default, it can be set through 4264 This feature is disabled by default, it can be set through
4106 Preferences > Advanced > Behavior > Show "Copy path" ... 4265 Preferences > Advanced > Behavior > Show "Copy path" ...
4107 When enabled, it adds a menu entry "Copy path" that let the 4266 When enabled, it adds a menu entry "Copy path" that let the
4108 user copies current selection's paths to X clipboard. 4267 user copies current selection's paths to X clipboard.
4109 It is very convenient to paste paths to xterm for example. 4268 It is very convenient to paste paths to xterm for example.
4110 Patch by Carles Pina i Estany and me. 4269 Patch by Carles Pina i Estany and me.
4111 4270
4112 ------------------------------------------------------------------------ 4271 ------------------------------------------------------------------------
4113 r590 | nadvornik | 2008-04-23 23:08:29 +0200 (St, 23 dub 2008) | 2 lines 4272 r590 | nadvornik | 2008-04-23 23:08:29 +0200 (Wed, 23 Apr 2008) | 2 lines
4114 4273
4115 fixed a bug in opening files with non-utf8 locales in exiv2.cc 4274 fixed a bug in opening files with non-utf8 locales in exiv2.cc
4116 4275
4117 ------------------------------------------------------------------------ 4276 ------------------------------------------------------------------------
4118 r589 | zas_ | 2008-04-23 22:47:19 +0200 (St, 23 dub 2008) | 9 lines 4277 r589 | zas_ | 2008-04-23 22:47:19 +0200 (Wed, 23 Apr 2008) | 9 lines
4119 4278
4120 Introduce macros to display debug messages. 4279 Introduce macros to display debug messages.
4121 if (debug) printf(...) is now replaced by variadic macros: 4280 if (debug) printf(...) is now replaced by variadic macros:
4122 DEBUG_1() 4281 DEBUG_1()
4123 And for higher debugging levels: 4282 And for higher debugging levels:
4125 DEBUG_3() 4284 DEBUG_3()
4126 DEBUG_4() 4285 DEBUG_4()
4127 4286
4128 4287
4129 ------------------------------------------------------------------------ 4288 ------------------------------------------------------------------------
4130 r588 | zas_ | 2008-04-23 15:46:18 +0200 (St, 23 dub 2008) | 7 lines 4289 r588 | zas_ | 2008-04-23 15:46:18 +0200 (Wed, 23 Apr 2008) | 7 lines
4131 4290
4132 Honor Control and Shift keys while drag'n'droping files 4291 Honor Control and Shift keys while drag'n'droping files
4133 to directories. 4292 to directories.
4134 Before a menu (Copy/Move/Cancel) was always displayed, now 4293 Before a menu (Copy/Move/Cancel) was always displayed, now
4135 if the user hold Shift key or Control key, the menu 4294 if the user hold Shift key or Control key, the menu
4136 is not shown, but move or copy actions take place. 4295 is not shown, but move or copy actions take place.
4137 If no modifier key is used, the menu is displayed as usual. 4296 If no modifier key is used, the menu is displayed as usual.
4138 4297
4139 ------------------------------------------------------------------------ 4298 ------------------------------------------------------------------------
4140 r587 | zas_ | 2008-04-23 15:03:04 +0200 (St, 23 dub 2008) | 2 lines 4299 r587 | zas_ | 2008-04-23 15:03:04 +0200 (Wed, 23 Apr 2008) | 2 lines
4141 4300
4142 Only display message if in debug mode. 4301 Only display message if in debug mode.
4143 4302
4144 ------------------------------------------------------------------------ 4303 ------------------------------------------------------------------------
4145 r586 | zas_ | 2008-04-23 11:56:21 +0200 (St, 23 dub 2008) | 5 lines 4304 r586 | zas_ | 2008-04-23 11:56:21 +0200 (Wed, 23 Apr 2008) | 5 lines
4146 4305
4147 Fix adding a selection to a collection with no window open 4306 Fix adding a selection to a collection with no window open
4148 using the sort manager. Only one file was added, now all 4307 using the sort manager. Only one file was added, now all
4149 files in the selection are added (but duplicates). 4308 files in the selection are added (but duplicates).
4150 A pointer was not reset correctly. 4309 A pointer was not reset correctly.
4151 4310
4152 ------------------------------------------------------------------------ 4311 ------------------------------------------------------------------------
4153 r585 | zas_ | 2008-04-23 01:53:24 +0200 (St, 23 dub 2008) | 2 lines 4312 r585 | zas_ | 2008-04-23 01:53:24 +0200 (Wed, 23 Apr 2008) | 2 lines
4154 4313
4155 Save sort manager state to rc file. 4314 Save sort manager state to rc file.
4156 4315
4157 ------------------------------------------------------------------------ 4316 ------------------------------------------------------------------------
4158 r584 | zas_ | 2008-04-23 00:45:51 +0200 (St, 23 dub 2008) | 2 lines 4317 r584 | zas_ | 2008-04-23 00:45:51 +0200 (Wed, 23 Apr 2008) | 2 lines
4159 4318
4160 Remove unused function bar_info_size_request(). 4319 Remove unused function bar_info_size_request().
4161 4320
4162 ------------------------------------------------------------------------ 4321 ------------------------------------------------------------------------
4163 r583 | zas_ | 2008-04-23 00:44:10 +0200 (St, 23 dub 2008) | 3 lines 4322 r583 | zas_ | 2008-04-23 00:44:10 +0200 (Wed, 23 Apr 2008) | 3 lines
4164 4323
4165 Save state and width of exif, info and sort panels to rc file. 4324 Save state and width of exif, info and sort panels to rc file.
4166 Width is restored only if save windows dimensions is set. 4325 Width is restored only if save windows dimensions is set.
4167 4326
4168 ------------------------------------------------------------------------ 4327 ------------------------------------------------------------------------
4169 r581 | nadvornik | 2008-04-22 21:26:07 +0200 (Út, 22 dub 2008) | 2 lines 4328 r581 | nadvornik | 2008-04-22 21:26:07 +0200 (Tue, 22 Apr 2008) | 2 lines
4170 4329
4171 updated ChangeLog from svn log 4330 updated ChangeLog from svn log
4172 4331
4173 ------------------------------------------------------------------------ 4332 ------------------------------------------------------------------------
4174 ------------------------------------------------------------------------ 4333 r580 | nadvornik | 2008-04-22 20:06:38 +0200 (Tue, 22 Apr 2008) | 2 lines
4175 r580 | nadvornik | 2008-04-22 20:06:38 +0200 (Út, 22 dub 2008) | 2 lines
4176 4334
4177 fixed version string ;) 4335 fixed version string ;)
4178 4336
4179 ------------------------------------------------------------------------ 4337 ------------------------------------------------------------------------
4180 r579 | nadvornik | 2008-04-22 19:45:08 +0200 (Út, 22 dub 2008) | 2 lines 4338 r579 | nadvornik | 2008-04-22 19:45:08 +0200 (Tue, 22 Apr 2008) | 2 lines
4181 4339
4182 updated version number 4340 updated version number
4183 4341
4184 ------------------------------------------------------------------------ 4342 ------------------------------------------------------------------------
4185 r578 | nadvornik | 2008-04-22 19:40:29 +0200 (Út, 22 dub 2008) | 2 lines 4343 r578 | nadvornik | 2008-04-22 19:40:29 +0200 (Tue, 22 Apr 2008) | 2 lines
4186 4344
4187 fixed reading of signed rational type with Exiv2 4345 fixed reading of signed rational type with Exiv2
4188 4346
4189 ------------------------------------------------------------------------ 4347 ------------------------------------------------------------------------
4190 r577 | nadvornik | 2008-04-22 11:57:26 +0200 (Út, 22 dub 2008) | 2 lines 4348 r577 | nadvornik | 2008-04-22 11:57:26 +0200 (Tue, 22 Apr 2008) | 2 lines
4191 4349
4192 fixed instalation of doc files 4350 fixed instalation of doc files
4193 4351
4194 ------------------------------------------------------------------------ 4352 ------------------------------------------------------------------------
4195 r576 | zas_ | 2008-04-22 11:40:05 +0200 (Út, 22 dub 2008) | 3 lines 4353 r576 | zas_ | 2008-04-22 11:40:05 +0200 (Tue, 22 Apr 2008) | 3 lines
4196 4354
4197 Correctly escape data before using pango_layout_set_markup(). 4355 Correctly escape data before using pango_layout_set_markup().
4198 Exif data may contain characters like & or < >. 4356 Exif data may contain characters like & or < >.
4199 4357
4200 ------------------------------------------------------------------------ 4358 ------------------------------------------------------------------------
4201 r575 | zas_ | 2008-04-22 11:01:29 +0200 (Út, 22 dub 2008) | 3 lines 4359 r575 | zas_ | 2008-04-22 11:01:29 +0200 (Tue, 22 Apr 2008) | 3 lines
4202 4360
4203 Use image_osd_toggle() in layout_menu_overlay_cb(). 4361 Use image_osd_toggle() in layout_menu_overlay_cb().
4204 Drop layout_image_overlay_update(). 4362 Drop layout_image_overlay_update().
4205 4363
4206 ------------------------------------------------------------------------ 4364 ------------------------------------------------------------------------
4207 r574 | zas_ | 2008-04-22 10:53:07 +0200 (Út, 22 dub 2008) | 2 lines 4365 r574 | zas_ | 2008-04-22 10:53:07 +0200 (Tue, 22 Apr 2008) | 2 lines
4208 4366
4209 Merge view_overlay_toggle() and layout_image_overlay_toggle() into new image_osd_toggle(). 4367 Merge view_overlay_toggle() and layout_image_overlay_toggle() into new image_osd_toggle().
4210 4368
4211 ------------------------------------------------------------------------ 4369 ------------------------------------------------------------------------
4212 r573 | zas_ | 2008-04-22 10:34:30 +0200 (Út, 22 dub 2008) | 3 lines 4370 r573 | zas_ | 2008-04-22 10:34:30 +0200 (Tue, 22 Apr 2008) | 3 lines
4213 4371
4214 Make histogram depends on image window not layout window. 4372 Make histogram depends on image window not layout window.
4215 It simplifies the code, and make more sense. 4373 It simplifies the code, and make more sense.
4216 4374
4217 ------------------------------------------------------------------------ 4375 ------------------------------------------------------------------------
4218 r572 | zas_ | 2008-04-22 10:16:02 +0200 (Út, 22 dub 2008) | 4 lines 4376 r572 | zas_ | 2008-04-22 10:16:02 +0200 (Tue, 22 Apr 2008) | 4 lines
4219 4377
4220 Ensure Properties dialog is displayed above fullscreen window. 4378 Ensure Properties dialog is displayed above fullscreen window.
4221 Add a parameter to info_window_new() to pass parent window and 4379 Add a parameter to info_window_new() to pass parent window and
4222 revert patch 472. 4380 revert patch 472.
4223 4381
4224 ------------------------------------------------------------------------ 4382 ------------------------------------------------------------------------
4225 r571 | zas_ | 2008-04-22 00:19:32 +0200 (Út, 22 dub 2008) | 2 lines 4383 r571 | zas_ | 2008-04-22 00:19:32 +0200 (Tue, 22 Apr 2008) | 2 lines
4226 4384
4227 Indicate bugs and feature requests trackers, remove obsolete stuff. 4385 Indicate bugs and feature requests trackers, remove obsolete stuff.
4228 4386
4229 ------------------------------------------------------------------------ 4387 ------------------------------------------------------------------------
4230 r570 | zas_ | 2008-04-22 00:15:56 +0200 (Út, 22 dub 2008) | 2 lines 4388 r570 | zas_ | 2008-04-22 00:15:56 +0200 (Tue, 22 Apr 2008) | 2 lines
4231 4389
4232 Lowercased name. 4390 Lowercased name.
4233 4391
4234 ------------------------------------------------------------------------ 4392 ------------------------------------------------------------------------
4235 r569 | zas_ | 2008-04-22 00:14:57 +0200 (Út, 22 dub 2008) | 2 lines 4393 r569 | zas_ | 2008-04-22 00:14:57 +0200 (Tue, 22 Apr 2008) | 2 lines
4236 4394
4237 . -> dot 4395 . -> dot
4238 4396
4239 ------------------------------------------------------------------------ 4397 ------------------------------------------------------------------------
4240 r568 | nadvornik | 2008-04-21 23:46:38 +0200 (Po, 21 dub 2008) | 2 lines 4398 r568 | nadvornik | 2008-04-21 23:46:38 +0200 (Mon, 21 Apr 2008) | 2 lines
4241 4399
4242 updated copyright in source files 4400 updated copyright in source files
4243 4401
4244 ------------------------------------------------------------------------ 4402 ------------------------------------------------------------------------
4245 r567 | zas_ | 2008-04-21 22:45:35 +0200 (Po, 21 dub 2008) | 3 lines 4403 r567 | zas_ | 2008-04-21 22:45:35 +0200 (Mon, 21 Apr 2008) | 3 lines
4246 4404
4247 Properly initialize image_overlay options. 4405 Properly initialize image_overlay options.
4248 4406
4249 4407
4250 ------------------------------------------------------------------------ 4408 ------------------------------------------------------------------------
4251 r566 | zas_ | 2008-04-21 22:42:18 +0200 (Po, 21 dub 2008) | 2 lines 4409 r566 | zas_ | 2008-04-21 22:42:18 +0200 (Mon, 21 Apr 2008) | 2 lines
4252 4410
4253 Few more fixes to french translation. 4411 Few more fixes to french translation.
4254 4412
4255 ------------------------------------------------------------------------ 4413 ------------------------------------------------------------------------
4256 r565 | zas_ | 2008-04-21 22:39:36 +0200 (Po, 21 dub 2008) | 3 lines 4414 r565 | zas_ | 2008-04-21 22:39:36 +0200 (Mon, 21 Apr 2008) | 3 lines
4257 4415
4258 Add some macros to handle rc file compatibility issues related to 4416 Add some macros to handle rc file compatibility issues related to
4259 option name changes. 4417 option name changes.
4260 4418
4261 ------------------------------------------------------------------------ 4419 ------------------------------------------------------------------------
4262 r564 | zas_ | 2008-04-21 22:27:39 +0200 (Po, 21 dub 2008) | 2 lines 4420 r564 | zas_ | 2008-04-21 22:27:39 +0200 (Mon, 21 Apr 2008) | 2 lines
4263 4421
4264 Minor french translation fix. 4422 Minor french translation fix.
4265 4423
4266 ------------------------------------------------------------------------ 4424 ------------------------------------------------------------------------
4267 r563 | zas_ | 2008-04-21 22:24:15 +0200 (Po, 21 dub 2008) | 2 lines 4425 r563 | zas_ | 2008-04-21 22:24:15 +0200 (Mon, 21 Apr 2008) | 2 lines
4268 4426
4269 French translation was updated. 4427 French translation was updated.
4270 4428
4271 ------------------------------------------------------------------------ 4429 ------------------------------------------------------------------------
4272 r562 | zas_ | 2008-04-21 22:12:49 +0200 (Po, 21 dub 2008) | 6 lines 4430 r562 | zas_ | 2008-04-21 22:12:49 +0200 (Mon, 21 Apr 2008) | 6 lines
4273 4431
4274 Rename few functions and replace fullscreen info with image overlay template string. 4432 Rename few functions and replace fullscreen info with image overlay template string.
4275 fullscreen_info_default_cb() -> image_overlay_default_template_cb() 4433 fullscreen_info_default_cb() -> image_overlay_default_template_cb()
4276 fullscreen_info_default_ok_cb() -> image_overlay_default_template_ok_cb() 4434 fullscreen_info_default_ok_cb() -> image_overlay_default_template_ok_cb()
4277 set_default_fullscreen_info() -> set_default_image_overlay_template_string() (moved to image-overlay.h) 4435 set_default_fullscreen_info() -> set_default_image_overlay_template_string() (moved to image-overlay.h)
4278 4436
4279 4437
4280 ------------------------------------------------------------------------ 4438 ------------------------------------------------------------------------
4281 r561 | zas_ | 2008-04-21 22:01:22 +0200 (Po, 21 dub 2008) | 9 lines 4439 r561 | zas_ | 2008-04-21 22:01:22 +0200 (Mon, 21 Apr 2008) | 9 lines
4282 4440
4283 Replace fullscreen.info and fullscreen.show_info options by: 4441 Replace fullscreen.info and fullscreen.show_info options by:
4284 image_overlay.common.enabled => to save last state to rc file 4442 image_overlay.common.enabled => to save last state to rc file
4285 image_overlay.common.show_at_startup => overrides .common.enabled at startup 4443 image_overlay.common.show_at_startup => overrides .common.enabled at startup
4286 image_overlay.common.template_string => replace fullscreen.info 4444 image_overlay.common.template_string => replace fullscreen.info
4288 common is used since for now there is only one image overlay setup, 4446 common is used since for now there is only one image overlay setup,
4289 later specific setups may be added. 4447 later specific setups may be added.
4290 4448
4291 4449
4292 ------------------------------------------------------------------------ 4450 ------------------------------------------------------------------------
4293 r560 | nadvornik | 2008-04-21 21:42:58 +0200 (Po, 21 dub 2008) | 2 lines 4451 r560 | nadvornik | 2008-04-21 21:42:58 +0200 (Mon, 21 Apr 2008) | 2 lines
4294 4452
4295 fixed another "gqview" occurence 4453 fixed another "gqview" occurence
4296 4454
4297 ------------------------------------------------------------------------ 4455 ------------------------------------------------------------------------
4298 r559 | nadvornik | 2008-04-21 21:10:41 +0200 (Po, 21 dub 2008) | 2 lines 4456 r559 | nadvornik | 2008-04-21 21:10:41 +0200 (Mon, 21 Apr 2008) | 2 lines
4299 4457
4300 updated NEWS, README and other documentation files 4458 updated NEWS, README and other documentation files
4301 4459
4302 ------------------------------------------------------------------------ 4460 ------------------------------------------------------------------------
4303 r558 | nadvornik | 2008-04-21 20:09:30 +0200 (Po, 21 dub 2008) | 2 lines 4461 r558 | nadvornik | 2008-04-21 20:09:30 +0200 (Mon, 21 Apr 2008) | 2 lines
4304 4462
4305 renamed no.po to nb.po 4463 renamed no.po to nb.po
4306 4464
4307 ------------------------------------------------------------------------ 4465 ------------------------------------------------------------------------
4308 r557 | zas_ | 2008-04-21 17:30:16 +0200 (Po, 21 dub 2008) | 3 lines 4466 r557 | zas_ | 2008-04-21 17:30:16 +0200 (Mon, 21 Apr 2008) | 3 lines
4309 4467
4310 Fix a segfault occuring when pressing 'i' for overlay info 4468 Fix a segfault occuring when pressing 'i' for overlay info
4311 in a separate image window (no layout). 4469 in a separate image window (no layout).
4312 4470
4313 ------------------------------------------------------------------------ 4471 ------------------------------------------------------------------------
4314 r556 | zas_ | 2008-04-21 16:19:48 +0200 (Po, 21 dub 2008) | 2 lines 4472 r556 | zas_ | 2008-04-21 16:19:48 +0200 (Mon, 21 Apr 2008) | 2 lines
4315 4473
4316 histogram_draw(): tidy up. 4474 histogram_draw(): tidy up.
4317 4475
4318 ------------------------------------------------------------------------ 4476 ------------------------------------------------------------------------
4319 r555 | zas_ | 2008-04-21 15:39:17 +0200 (Po, 21 dub 2008) | 2 lines 4477 r555 | zas_ | 2008-04-21 15:39:17 +0200 (Mon, 21 Apr 2008) | 2 lines
4320 4478
4321 histogram_read(): speed up calculations by 20%. 4479 histogram_read(): speed up calculations by 20%.
4322 4480
4323 ------------------------------------------------------------------------ 4481 ------------------------------------------------------------------------
4324 r554 | zas_ | 2008-04-21 13:44:03 +0200 (Po, 21 dub 2008) | 2 lines 4482 r554 | zas_ | 2008-04-21 13:44:03 +0200 (Mon, 21 Apr 2008) | 2 lines
4325 4483
4326 histogram_read(): use memset() to initialize histogram data instead of for() loop. 4484 histogram_read(): use memset() to initialize histogram data instead of for() loop.
4327 4485
4328 ------------------------------------------------------------------------ 4486 ------------------------------------------------------------------------
4329 r553 | zas_ | 2008-04-21 12:11:55 +0200 (Po, 21 dub 2008) | 2 lines 4487 r553 | zas_ | 2008-04-21 12:11:55 +0200 (Mon, 21 Apr 2008) | 2 lines
4330 4488
4331 French translation was updated. 4489 French translation was updated.
4332 4490
4333 ------------------------------------------------------------------------ 4491 ------------------------------------------------------------------------
4334 r552 | zas_ | 2008-04-21 12:10:23 +0200 (Po, 21 dub 2008) | 2 lines 4492 r552 | zas_ | 2008-04-21 12:10:23 +0200 (Mon, 21 Apr 2008) | 2 lines
4335 4493
4336 Add compat.c to POTFILES 4494 Add compat.c to POTFILES
4337 4495
4338 ------------------------------------------------------------------------ 4496 ------------------------------------------------------------------------
4339 r551 | zas_ | 2008-04-21 12:09:01 +0200 (Po, 21 dub 2008) | 4 lines 4497 r551 | zas_ | 2008-04-21 12:09:01 +0200 (Mon, 21 Apr 2008) | 4 lines
4340 4498
4341 Allow the user to set the drag'n drop icon size through 4499 Allow the user to set the drag'n drop icon size through
4342 Preferences > Advanced > Behavior > Drag'n drop icon size. 4500 Preferences > Advanced > Behavior > Drag'n drop icon size.
4343 It is saved to rc file as dnd_icon_size. 4501 It is saved to rc file as dnd_icon_size.
4344 4502
4345 ------------------------------------------------------------------------ 4503 ------------------------------------------------------------------------
4346 r550 | zas_ | 2008-04-21 01:17:35 +0200 (Po, 21 dub 2008) | 4 lines 4504 r550 | zas_ | 2008-04-21 01:17:35 +0200 (Mon, 21 Apr 2008) | 4 lines
4347 4505
4348 Add a replacement for gtk_radio_action_set_current_value() which 4506 Add a replacement for gtk_radio_action_set_current_value() which
4349 require GTK+ >= 2.10. 4507 require GTK+ >= 2.10.
4350 Two new files were added, compat.h and compat.c. 4508 Two new files were added, compat.h and compat.c.
4351 4509
4352 ------------------------------------------------------------------------ 4510 ------------------------------------------------------------------------
4353 r549 | zas_ | 2008-04-21 00:51:53 +0200 (Po, 21 dub 2008) | 2 lines 4511 r549 | zas_ | 2008-04-21 00:51:53 +0200 (Mon, 21 Apr 2008) | 2 lines
4354 4512
4355 French translation was updated. 4513 French translation was updated.
4356 4514
4357 ------------------------------------------------------------------------ 4515 ------------------------------------------------------------------------
4358 r548 | zas_ | 2008-04-21 00:45:00 +0200 (Po, 21 dub 2008) | 2 lines 4516 r548 | zas_ | 2008-04-21 00:45:00 +0200 (Mon, 21 Apr 2008) | 2 lines
4359 4517
4360 Add number mnemonics to image view editors submenu. 4518 Add number mnemonics to image view editors submenu.
4361 4519
4362 ------------------------------------------------------------------------ 4520 ------------------------------------------------------------------------
4363 r547 | zas_ | 2008-04-21 00:29:23 +0200 (Po, 21 dub 2008) | 3 lines 4521 r547 | zas_ | 2008-04-21 00:29:23 +0200 (Mon, 21 Apr 2008) | 3 lines
4364 4522
4365 Prefix editor entries in the main menu with numbers. 4523 Prefix editor entries in the main menu with numbers.
4366 It allows Alt+E+number as shortcut to start an editor. 4524 It allows Alt+E+number as shortcut to start an editor.
4367 4525
4368 ------------------------------------------------------------------------ 4526 ------------------------------------------------------------------------
4369 r546 | zas_ | 2008-04-21 00:14:54 +0200 (Po, 21 dub 2008) | 2 lines 4527 r546 | zas_ | 2008-04-21 00:14:54 +0200 (Mon, 21 Apr 2008) | 2 lines
4370 4528
4371 Add missing shortcuts. 4529 Add missing shortcuts.
4372 4530
4373 ------------------------------------------------------------------------ 4531 ------------------------------------------------------------------------
4374 r545 | nadvornik | 2008-04-21 00:14:38 +0200 (Po, 21 dub 2008) | 3 lines 4532 r545 | nadvornik | 2008-04-21 00:14:38 +0200 (Mon, 21 Apr 2008) | 3 lines
4375 4533
4376 fixed color profile code for older versions of exiv2 4534 fixed color profile code for older versions of exiv2
4377 compilation fixes 4535 compilation fixes
4378 4536
4379 ------------------------------------------------------------------------ 4537 ------------------------------------------------------------------------
4380 r544 | zas_ | 2008-04-21 00:01:26 +0200 (Po, 21 dub 2008) | 4 lines 4538 r544 | zas_ | 2008-04-21 00:01:26 +0200 (Mon, 21 Apr 2008) | 4 lines
4381 4539
4382 Mark slideshow toggle state in the menu. 4540 Mark slideshow toggle state in the menu.
4383 There is still an issue due to layout vs view slideshows... 4541 There is still an issue due to layout vs view slideshows...
4384 4542
4385 4543
4386 ------------------------------------------------------------------------ 4544 ------------------------------------------------------------------------
4387 r543 | zas_ | 2008-04-20 23:38:45 +0200 (Ne, 20 dub 2008) | 2 lines 4545 r543 | zas_ | 2008-04-20 23:38:45 +0200 (Sun, 20 Apr 2008) | 2 lines
4388 4546
4389 Fix a typo introduced by revision 521. 4547 Fix a typo introduced by revision 521.
4390 4548
4391 ------------------------------------------------------------------------ 4549 ------------------------------------------------------------------------
4392 r542 | nadvornik | 2008-04-20 23:35:03 +0200 (Ne, 20 dub 2008) | 2 lines 4550 r542 | nadvornik | 2008-04-20 23:35:03 +0200 (Sun, 20 Apr 2008) | 2 lines
4393 4551
4394 read color profiles from jpeg also with Exiv2 4552 read color profiles from jpeg also with Exiv2
4395 4553
4396 ------------------------------------------------------------------------ 4554 ------------------------------------------------------------------------
4397 r541 | zas_ | 2008-04-20 23:30:36 +0200 (Ne, 20 dub 2008) | 6 lines 4555 r541 | zas_ | 2008-04-20 23:30:36 +0200 (Sun, 20 Apr 2008) | 6 lines
4398 4556
4399 Use explicit names for mouse buttons instead of numbers. 4557 Use explicit names for mouse buttons instead of numbers.
4400 MOUSE_BUTTON_LEFT = 1 4558 MOUSE_BUTTON_LEFT = 1
4401 MOUSE_BUTTON_MIDDLE = 2 4559 MOUSE_BUTTON_MIDDLE = 2
4402 MOUSE_BUTTON_RIGHT = 3 4560 MOUSE_BUTTON_RIGHT = 3
4403 It makes the code easier to read. 4561 It makes the code easier to read.
4404 4562
4405 ------------------------------------------------------------------------ 4563 ------------------------------------------------------------------------
4406 r540 | zas_ | 2008-04-20 22:35:26 +0200 (Ne, 20 dub 2008) | 2 lines 4564 r540 | zas_ | 2008-04-20 22:35:26 +0200 (Sun, 20 Apr 2008) | 2 lines
4407 4565
4408 Fix a typo: unoffical -> unofficial 4566 Fix a typo: unoffical -> unofficial
4409 4567
4410 ------------------------------------------------------------------------ 4568 ------------------------------------------------------------------------
4411 r539 | zas_ | 2008-04-20 20:07:51 +0200 (Ne, 20 dub 2008) | 2 lines 4569 r539 | zas_ | 2008-04-20 20:07:51 +0200 (Sun, 20 Apr 2008) | 2 lines
4412 4570
4413 Effectively drop empty newlines at end of files (missing from rev 535) 4571 Effectively drop empty newlines at end of files (missing from rev 535)
4414 4572
4415 ------------------------------------------------------------------------ 4573 ------------------------------------------------------------------------
4416 r538 | zas_ | 2008-04-20 18:50:19 +0200 (Ne, 20 dub 2008) | 3 lines 4574 r538 | zas_ | 2008-04-20 18:50:19 +0200 (Sun, 20 Apr 2008) | 3 lines
4417 4575
4418 comment_file_read(): rewrite the parser, drop leading and trailing newlines 4576 comment_file_read(): rewrite the parser, drop leading and trailing newlines
4419 in comment. 4577 in comment.
4420 4578
4421 ------------------------------------------------------------------------ 4579 ------------------------------------------------------------------------
4422 r537 | zas_ | 2008-04-20 15:42:22 +0200 (Ne, 20 dub 2008) | 2 lines 4580 r537 | zas_ | 2008-04-20 15:42:22 +0200 (Sun, 20 Apr 2008) | 2 lines
4423 4581
4424 Minor cleanup and code redundancy reduction. 4582 Minor cleanup and code redundancy reduction.
4425 4583
4426 ------------------------------------------------------------------------ 4584 ------------------------------------------------------------------------
4427 r536 | zas_ | 2008-04-20 15:30:36 +0200 (Ne, 20 dub 2008) | 2 lines 4585 r536 | zas_ | 2008-04-20 15:30:36 +0200 (Sun, 20 Apr 2008) | 2 lines
4428 4586
4429 editor_command_one(): tidy up. 4587 editor_command_one(): tidy up.
4430 4588
4431 ------------------------------------------------------------------------ 4589 ------------------------------------------------------------------------
4432 r535 | zas_ | 2008-04-20 15:04:57 +0200 (Ne, 20 dub 2008) | 6 lines 4590 r535 | zas_ | 2008-04-20 15:04:57 +0200 (Sun, 20 Apr 2008) | 6 lines
4433 4591
4434 Big whitespaces cleanup: 4592 Big whitespaces cleanup:
4435 - drop whitespaces at end of lines 4593 - drop whitespaces at end of lines
4436 - convert eight spaces to tab at start of lines 4594 - convert eight spaces to tab at start of lines
4437 - drop spurious spaces mixed with tabs 4595 - drop spurious spaces mixed with tabs
4438 - remove empty lines at end of files 4596 - remove empty lines at end of files
4439 4597
4440 ------------------------------------------------------------------------ 4598 ------------------------------------------------------------------------
4441 r534 | zas_ | 2008-04-20 12:05:27 +0200 (Ne, 20 dub 2008) | 3 lines 4599 r534 | zas_ | 2008-04-20 12:05:27 +0200 (Sun, 20 Apr 2008) | 3 lines
4442 4600
4443 Allow the user to change open_recent_list_maxsize option through 4601 Allow the user to change open_recent_list_maxsize option through
4444 Preferences > Advanced > Navigation. 4602 Preferences > Advanced > Navigation.
4445 4603
4446 ------------------------------------------------------------------------ 4604 ------------------------------------------------------------------------
4447 r533 | nadvornik | 2008-04-20 11:53:37 +0200 (Ne, 20 dub 2008) | 2 lines 4605 r533 | nadvornik | 2008-04-20 11:53:37 +0200 (Sun, 20 Apr 2008) | 2 lines
4448 4606
4449 rm as external delete command is too dangerous, even for testing 4607 rm as external delete command is too dangerous, even for testing
4450 4608
4451 ------------------------------------------------------------------------ 4609 ------------------------------------------------------------------------
4452 r532 | zas_ | 2008-04-20 11:47:51 +0200 (Ne, 20 dub 2008) | 2 lines 4610 r532 | zas_ | 2008-04-20 11:47:51 +0200 (Sun, 20 Apr 2008) | 2 lines
4453 4611
4454 Add a way to restore original state in Adjust menu. 4612 Add a way to restore original state in Adjust menu.
4455 4613
4456 ------------------------------------------------------------------------ 4614 ------------------------------------------------------------------------
4457 r531 | nadvornik | 2008-04-20 11:29:46 +0200 (Ne, 20 dub 2008) | 2 lines 4615 r531 | nadvornik | 2008-04-20 11:29:46 +0200 (Sun, 20 Apr 2008) | 2 lines
4458 4616
4459 added fColorProfile pseudo-tag with detailed information 4617 added fColorProfile pseudo-tag with detailed information
4460 4618
4461 ------------------------------------------------------------------------ 4619 ------------------------------------------------------------------------
4462 r530 | zas_ | 2008-04-20 11:02:05 +0200 (Ne, 20 dub 2008) | 3 lines 4620 r530 | zas_ | 2008-04-20 11:02:05 +0200 (Sun, 20 Apr 2008) | 3 lines
4463 4621
4464 Fix the case "orientation from FileData, color profile from exif". 4622 Fix the case "orientation from FileData, color profile from exif".
4465 Reported by Vladimir Nadvornik. 4623 Reported by Vladimir Nadvornik.
4466 4624
4467 ------------------------------------------------------------------------ 4625 ------------------------------------------------------------------------
4468 r529 | zas_ | 2008-04-20 01:12:30 +0200 (Ne, 20 dub 2008) | 3 lines 4626 r529 | zas_ | 2008-04-20 01:12:30 +0200 (Sun, 20 Apr 2008) | 3 lines
4469 4627
4470 Rename inappropriate folder_size to folder. 4628 Rename inappropriate folder_size to folder.
4471 4629
4472 4630
4473 ------------------------------------------------------------------------ 4631 ------------------------------------------------------------------------
4474 r528 | zas_ | 2008-04-20 00:32:07 +0200 (Ne, 20 dub 2008) | 2 lines 4632 r528 | zas_ | 2008-04-20 00:32:07 +0200 (Sun, 20 Apr 2008) | 2 lines
4475 4633
4476 Use sizeof() for buffer size where appropriate. 4634 Use sizeof() for buffer size where appropriate.
4477 4635
4478 ------------------------------------------------------------------------ 4636 ------------------------------------------------------------------------
4479 r527 | zas_ | 2008-04-19 23:50:05 +0200 (So, 19 dub 2008) | 2 lines 4637 r527 | zas_ | 2008-04-19 23:50:05 +0200 (Sat, 19 Apr 2008) | 2 lines
4480 4638
4481 Keep image orientation set by the user during the session. 4639 Keep image orientation set by the user during the session.
4482 4640
4483 ------------------------------------------------------------------------ 4641 ------------------------------------------------------------------------
4484 r526 | zas_ | 2008-04-19 23:30:19 +0200 (So, 19 dub 2008) | 3 lines 4642 r526 | zas_ | 2008-04-19 23:30:19 +0200 (Sat, 19 Apr 2008) | 3 lines
4485 4643
4486 Save Show Marks state to rc file and display current state in menu. 4644 Save Show Marks state to rc file and display current state in menu.
4487 It is saved as boolean option layout.show_marks. 4645 It is saved as boolean option layout.show_marks.
4488 4646
4489 ------------------------------------------------------------------------ 4647 ------------------------------------------------------------------------
4490 r525 | nadvornik | 2008-04-19 23:20:08 +0200 (So, 19 dub 2008) | 2 lines 4648 r525 | nadvornik | 2008-04-19 23:20:08 +0200 (Sat, 19 Apr 2008) | 2 lines
4491 4649
4492 fixed max. number of profiles 4650 fixed max. number of profiles
4493 4651
4494 ------------------------------------------------------------------------ 4652 ------------------------------------------------------------------------
4495 r524 | zas_ | 2008-04-19 23:18:24 +0200 (So, 19 dub 2008) | 2 lines 4653 r524 | zas_ | 2008-04-19 23:18:24 +0200 (Sat, 19 Apr 2008) | 2 lines
4496 4654
4497 Sort options. 4655 Sort options.
4498 4656
4499 ------------------------------------------------------------------------ 4657 ------------------------------------------------------------------------
4500 r523 | nadvornik | 2008-04-19 23:10:18 +0200 (So, 19 dub 2008) | 2 lines 4658 r523 | nadvornik | 2008-04-19 23:10:18 +0200 (Sat, 19 Apr 2008) | 2 lines
4501 4659
4502 fixed color profile index 4660 fixed color profile index
4503 4661
4504 ------------------------------------------------------------------------ 4662 ------------------------------------------------------------------------
4505 r522 | zas_ | 2008-04-19 22:53:12 +0200 (So, 19 dub 2008) | 2 lines 4663 r522 | zas_ | 2008-04-19 22:53:12 +0200 (Sat, 19 Apr 2008) | 2 lines
4506 4664
4507 Let toggle marks with numeric keypad. 4665 Let toggle marks with numeric keypad.
4508 4666
4509 ------------------------------------------------------------------------ 4667 ------------------------------------------------------------------------
4510 r521 | nadvornik | 2008-04-19 22:19:27 +0200 (So, 19 dub 2008) | 4 lines 4668 r521 | nadvornik | 2008-04-19 22:19:27 +0200 (Sat, 19 Apr 2008) | 4 lines
4511 4669
4512 I have finally found how to add alternative hotkeys 4670 I have finally found how to add alternative hotkeys
4513 removed more hard-coded keys 4671 removed more hard-coded keys
4514 "Split Quad" is without hotkey for now 4672 "Split Quad" is without hotkey for now
4515 4673
4516 ------------------------------------------------------------------------ 4674 ------------------------------------------------------------------------
4517 r520 | zas_ | 2008-04-19 21:28:10 +0200 (So, 19 dub 2008) | 3 lines 4675 r520 | zas_ | 2008-04-19 21:28:10 +0200 (Sat, 19 Apr 2008) | 3 lines
4518 4676
4519 Accept keywords composed by two words ("Todo" = "A faire" in french). 4677 Accept keywords composed by two words ("Todo" = "A faire" in french).
4520 Prevent duplicate keywords in the list. 4678 Prevent duplicate keywords in the list.
4521 4679
4522 ------------------------------------------------------------------------ 4680 ------------------------------------------------------------------------
4523 r519 | nadvornik | 2008-04-19 19:55:41 +0200 (So, 19 dub 2008) | 2 lines 4681 r519 | nadvornik | 2008-04-19 19:55:41 +0200 (Sat, 19 Apr 2008) | 2 lines
4524 4682
4525 show the AdobeRGB profile in the menu, indicate input profile from image 4683 show the AdobeRGB profile in the menu, indicate input profile from image
4526 4684
4527 ------------------------------------------------------------------------ 4685 ------------------------------------------------------------------------
4528 r518 | zas_ | 2008-04-19 19:14:03 +0200 (So, 19 dub 2008) | 2 lines 4686 r518 | zas_ | 2008-04-19 19:14:03 +0200 (Sat, 19 Apr 2008) | 2 lines
4529 4687
4530 file_dat_unref: display number of references as well of path (debug only). 4688 file_dat_unref: display number of references as well of path (debug only).
4531 4689
4532 ------------------------------------------------------------------------ 4690 ------------------------------------------------------------------------
4533 r517 | nadvornik | 2008-04-19 18:26:29 +0200 (So, 19 dub 2008) | 2 lines 4691 r517 | nadvornik | 2008-04-19 18:26:29 +0200 (Sat, 19 Apr 2008) | 2 lines
4534 4692
4535 first support for AdobeRGB colorspace 4693 first support for AdobeRGB colorspace
4536 4694
4537 ------------------------------------------------------------------------ 4695 ------------------------------------------------------------------------
4538 r516 | zas_ | 2008-04-19 18:10:08 +0200 (So, 19 dub 2008) | 2 lines 4696 r516 | zas_ | 2008-04-19 18:10:08 +0200 (Sat, 19 Apr 2008) | 2 lines
4539 4697
4540 French translation fixes. 4698 French translation fixes.
4541 4699
4542 ------------------------------------------------------------------------ 4700 ------------------------------------------------------------------------
4543 r515 | zas_ | 2008-04-19 15:40:20 +0200 (So, 19 dub 2008) | 3 lines 4701 r515 | zas_ | 2008-04-19 15:40:20 +0200 (Sat, 19 Apr 2008) | 3 lines
4544 4702
4545 French translation fixes and updates. 4703 French translation fixes and updates.
4546 4704
4547 4705
4548 ------------------------------------------------------------------------ 4706 ------------------------------------------------------------------------
4549 r514 | zas_ | 2008-04-19 15:39:21 +0200 (So, 19 dub 2008) | 2 lines 4707 r514 | zas_ | 2008-04-19 15:39:21 +0200 (Sat, 19 Apr 2008) | 2 lines
4550 4708
4551 Add missing _(). 4709 Add missing _().
4552 4710
4553 ------------------------------------------------------------------------ 4711 ------------------------------------------------------------------------
4554 r513 | zas_ | 2008-04-19 14:46:59 +0200 (So, 19 dub 2008) | 4 lines 4712 r513 | zas_ | 2008-04-19 14:46:59 +0200 (Sat, 19 Apr 2008) | 4 lines
4555 4713
4556 Add the possibility to update only one translation file using, 4714 Add the possibility to update only one translation file using,
4557 for example: make update-po PO=fr 4715 for example: make update-po PO=fr
4558 autogen.sh applies a patch made against glib-gettextize generated Makefile.in.in 4716 autogen.sh applies a patch made against glib-gettextize generated Makefile.in.in
4559 4717
4560 ------------------------------------------------------------------------ 4718 ------------------------------------------------------------------------
4561 r512 | zas_ | 2008-04-19 13:11:53 +0200 (So, 19 dub 2008) | 5 lines 4719 r512 | zas_ | 2008-04-19 13:11:53 +0200 (Sat, 19 Apr 2008) | 5 lines
4562 4720
4563 Cleanup last patch: 4721 Cleanup last patch:
4564 - drop vd_pop_menu_dir_view_as_cb() since it is now unused. 4722 - drop vd_pop_menu_dir_view_as_cb() since it is now unused.
4565 - use G_N_ELEMENTS() 4723 - use G_N_ELEMENTS()
4566 4724
4567 4725
4568 ------------------------------------------------------------------------ 4726 ------------------------------------------------------------------------
4569 r511 | nadvornik | 2008-04-19 11:49:14 +0200 (So, 19 dub 2008) | 2 lines 4727 r511 | nadvornik | 2008-04-19 11:49:14 +0200 (Sat, 19 Apr 2008) | 2 lines
4570 4728
4571 improved spec file 4729 improved spec file
4572 4730
4573 ------------------------------------------------------------------------ 4731 ------------------------------------------------------------------------
4574 r510 | zas_ | 2008-04-19 11:36:30 +0200 (So, 19 dub 2008) | 3 lines 4732 r510 | zas_ | 2008-04-19 11:36:30 +0200 (Sat, 19 Apr 2008) | 3 lines
4575 4733
4576 Fix directory view popup menu to display a View As submenu 4734 Fix directory view popup menu to display a View As submenu
4577 to switch between different directory views. 4735 to switch between different directory views.
4578 4736
4579 ------------------------------------------------------------------------ 4737 ------------------------------------------------------------------------
4580 r509 | zas_ | 2008-04-19 01:35:16 +0200 (So, 19 dub 2008) | 2 lines 4738 r509 | zas_ | 2008-04-19 01:35:16 +0200 (Sat, 19 Apr 2008) | 2 lines
4581 4739
4582 gimp-remote has no -n option. 4740 gimp-remote has no -n option.
4583 4741
4584 ------------------------------------------------------------------------ 4742 ------------------------------------------------------------------------
4585 r508 | zas_ | 2008-04-19 01:09:03 +0200 (So, 19 dub 2008) | 4 lines 4743 r508 | zas_ | 2008-04-19 01:09:03 +0200 (Sat, 19 Apr 2008) | 4 lines
4586 4744
4587 Add zoom ratio display to OSD in fullscreen mode. 4745 Add zoom ratio display to OSD in fullscreen mode.
4588 It appears as [%zoom%] in fullscreen info string. 4746 It appears as [%zoom%] in fullscreen info string.
4589 It is now displayed by default. 4747 It is now displayed by default.
4590 4748
4591 ------------------------------------------------------------------------ 4749 ------------------------------------------------------------------------
4592 r507 | nadvornik | 2008-04-19 00:31:58 +0200 (So, 19 dub 2008) | 2 lines 4750 r507 | nadvornik | 2008-04-19 00:31:58 +0200 (Sat, 19 Apr 2008) | 2 lines
4593 4751
4594 partially fixed reading embedded color profiles with exiv2 4752 partially fixed reading embedded color profiles with exiv2
4595 4753
4596 ------------------------------------------------------------------------ 4754 ------------------------------------------------------------------------
4597 r506 | zas_ | 2008-04-19 00:15:01 +0200 (So, 19 dub 2008) | 5 lines 4755 r506 | zas_ | 2008-04-19 00:15:01 +0200 (Sat, 19 Apr 2008) | 5 lines
4598 4756
4599 Add two new options to control image read buffer at runtime. 4757 Add two new options to control image read buffer at runtime.
4600 They are available in Preferences > Advanced > Image loading and caching. 4758 They are available in Preferences > Advanced > Image loading and caching.
4601 Default read buffer size was set to 4096 instead of 512. 4759 Default read buffer size was set to 4096 instead of 512.
4602 These options are saved to rc file. 4760 These options are saved to rc file.
4603 4761
4604 ------------------------------------------------------------------------ 4762 ------------------------------------------------------------------------
4605 r505 | zas_ | 2008-04-18 23:53:33 +0200 (Pá, 18 dub 2008) | 2 lines 4763 r505 | zas_ | 2008-04-18 23:53:33 +0200 (Fri, 18 Apr 2008) | 2 lines
4606 4764
4607 Display elapsed time since previous get_exec_time() call (debug only). 4765 Display elapsed time since previous get_exec_time() call (debug only).
4608 4766
4609 ------------------------------------------------------------------------ 4767 ------------------------------------------------------------------------
4610 r504 | zas_ | 2008-04-18 23:51:08 +0200 (Pá, 18 dub 2008) | 2 lines 4768 r504 | zas_ | 2008-04-18 23:51:08 +0200 (Fri, 18 Apr 2008) | 2 lines
4611 4769
4612 Remove forgotten debug printf(). 4770 Remove forgotten debug printf().
4613 4771
4614 ------------------------------------------------------------------------ 4772 ------------------------------------------------------------------------
4615 r503 | zas_ | 2008-04-18 23:42:00 +0200 (Pá, 18 dub 2008) | 2 lines 4773 r503 | zas_ | 2008-04-18 23:42:00 +0200 (Fri, 18 Apr 2008) | 2 lines
4616 4774
4617 Fix OSD display when fullscreen info string is empty. 4775 Fix OSD display when fullscreen info string is empty.
4618 4776
4619 ------------------------------------------------------------------------ 4777 ------------------------------------------------------------------------
4620 r502 | nadvornik | 2008-04-18 23:30:12 +0200 (Pá, 18 dub 2008) | 2 lines 4778 r502 | nadvornik | 2008-04-18 23:30:12 +0200 (Fri, 18 Apr 2008) | 2 lines
4621 4779
4622 replace inner loops with memcpy 4780 replace inner loops with memcpy
4623 4781
4624 ------------------------------------------------------------------------ 4782 ------------------------------------------------------------------------
4625 r501 | zas_ | 2008-04-18 22:41:09 +0200 (Pá, 18 dub 2008) | 5 lines 4783 r501 | zas_ | 2008-04-18 22:41:09 +0200 (Fri, 18 Apr 2008) | 5 lines
4626 4784
4627 Explode pr_tile_mirror() in three optimized functions: 4785 Explode pr_tile_mirror() in three optimized functions:
4628 pr_tile_mirror_only() 4786 pr_tile_mirror_only()
4629 pr_tile_mirror_and_flip() 4787 pr_tile_mirror_and_flip()
4630 pr_tile_flip_only() 4788 pr_tile_flip_only()
4631 4789
4632 ------------------------------------------------------------------------ 4790 ------------------------------------------------------------------------
4633 r500 | zas_ | 2008-04-18 18:53:41 +0200 (Pá, 18 dub 2008) | 5 lines 4791 r500 | zas_ | 2008-04-18 18:53:41 +0200 (Fri, 18 Apr 2008) | 5 lines
4634 4792
4635 Rename vd_drop_update() to vd_dnd_drop_update(). 4793 Rename vd_drop_update() to vd_dnd_drop_update().
4636 Add two function pointers to ViewDir struct to keep 4794 Add two function pointers to ViewDir struct to keep
4637 vdtree_dnd_drop_expand_cancel() and vdtree_dnd_drop_expand() 4795 vdtree_dnd_drop_expand_cancel() and vdtree_dnd_drop_expand()
4638 static to view_dir_tree.c. 4796 static to view_dir_tree.c.
4639 4797
4640 ------------------------------------------------------------------------ 4798 ------------------------------------------------------------------------
4641 r499 | zas_ | 2008-04-18 18:29:47 +0200 (Pá, 18 dub 2008) | 2 lines 4799 r499 | zas_ | 2008-04-18 18:29:47 +0200 (Fri, 18 Apr 2008) | 2 lines
4642 4800
4643 Drop 3 useless #define. 4801 Drop 3 useless #define.
4644 4802
4645 ------------------------------------------------------------------------ 4803 ------------------------------------------------------------------------
4646 r498 | zas_ | 2008-04-18 18:25:40 +0200 (Pá, 18 dub 2008) | 4 lines 4804 r498 | zas_ | 2008-04-18 18:25:40 +0200 (Fri, 18 Apr 2008) | 4 lines
4647 4805
4648 Fix forgotten vd->pf affectation. 4806 Fix forgotten vd->pf affectation.
4649 Cleanup, and reduce code redundancy a bit. 4807 Cleanup, and reduce code redundancy a bit.
4650 4808
4651 4809
4652 ------------------------------------------------------------------------ 4810 ------------------------------------------------------------------------
4653 r497 | zas_ | 2008-04-18 13:01:41 +0200 (Pá, 18 dub 2008) | 6 lines 4811 r497 | zas_ | 2008-04-18 13:01:41 +0200 (Fri, 18 Apr 2008) | 6 lines
4654 4812
4655 Explode pr_tile_rotate_90() in two functions: 4813 Explode pr_tile_rotate_90() in two functions:
4656 pr_tile_rotate_90_clockwise() 4814 pr_tile_rotate_90_clockwise()
4657 pr_tile_rotate_90_counter_clockwise() 4815 pr_tile_rotate_90_counter_clockwise()
4658 Optimize the code at the expense of a bit of code redundancy: 4816 Optimize the code at the expense of a bit of code redundancy:
4659 tests were moved outside the loops, intermediate results are now cached. 4817 tests were moved outside the loops, intermediate results are now cached.
4660 4818
4661 ------------------------------------------------------------------------ 4819 ------------------------------------------------------------------------
4662 r496 | zas_ | 2008-04-18 11:15:09 +0200 (Pá, 18 dub 2008) | 2 lines 4820 r496 | zas_ | 2008-04-18 11:15:09 +0200 (Fri, 18 Apr 2008) | 2 lines
4663 4821
4664 Introduce printf_term() macro and use it. 4822 Introduce printf_term() macro and use it.
4665 4823
4666 ------------------------------------------------------------------------ 4824 ------------------------------------------------------------------------
4667 r495 | zas_ | 2008-04-17 22:14:49 +0200 (Čt, 17 dub 2008) | 3 lines 4825 r495 | zas_ | 2008-04-17 22:14:49 +0200 (Thu, 17 Apr 2008) | 3 lines
4668 4826
4669 Add a shortcut key for List (L) and change the one for Tree (T), 4827 Add a shortcut key for List (L) and change the one for Tree (T),
4670 they are now in a submenu. 4828 they are now in a submenu.
4671 4829
4672 ------------------------------------------------------------------------ 4830 ------------------------------------------------------------------------
4673 r494 | zas_ | 2008-04-17 22:03:49 +0200 (Čt, 17 dub 2008) | 2 lines 4831 r494 | zas_ | 2008-04-17 22:03:49 +0200 (Thu, 17 Apr 2008) | 2 lines
4674 4832
4675 Add some wrappers in view_dir.c and simplify even more. 4833 Add some wrappers in view_dir.c and simplify even more.
4676 4834
4677 ------------------------------------------------------------------------ 4835 ------------------------------------------------------------------------
4678 r493 | zas_ | 2008-04-17 21:57:41 +0200 (Čt, 17 dub 2008) | 2 lines 4836 r493 | zas_ | 2008-04-17 21:57:41 +0200 (Thu, 17 Apr 2008) | 2 lines
4679 4837
4680 Fix a bug introduced in revision 489. 4838 Fix a bug introduced in revision 489.
4681 4839
4682 ------------------------------------------------------------------------ 4840 ------------------------------------------------------------------------
4683 r492 | zas_ | 2008-04-17 20:44:17 +0200 (Čt, 17 dub 2008) | 3 lines 4841 r492 | zas_ | 2008-04-17 20:44:17 +0200 (Thu, 17 Apr 2008) | 3 lines
4684 4842
4685 Reduce code redundancy with the introduction of a new 4843 Reduce code redundancy with the introduction of a new
4686 function named vd_get_fd_from_tree_path(). 4844 function named vd_get_fd_from_tree_path().
4687 4845
4688 ------------------------------------------------------------------------ 4846 ------------------------------------------------------------------------
4689 r491 | nadvornik | 2008-04-17 19:44:54 +0200 (Čt, 17 dub 2008) | 3 lines 4847 r491 | nadvornik | 2008-04-17 19:44:54 +0200 (Thu, 17 Apr 2008) | 3 lines
4690 4848
4691 image post-processing (rotation and color management) moved to 4849 image post-processing (rotation and color management) moved to
4692 pixbuf-renderer 4850 pixbuf-renderer
4693 4851
4694 ------------------------------------------------------------------------ 4852 ------------------------------------------------------------------------
4695 r490 | zas_ | 2008-04-17 19:35:51 +0200 (Čt, 17 dub 2008) | 3 lines 4853 r490 | zas_ | 2008-04-17 19:35:51 +0200 (Thu, 17 Apr 2008) | 3 lines
4696 4854
4697 Merge vd(list|tree)_release_cb() in vd_release_cb(). 4855 Merge vd(list|tree)_release_cb() in vd_release_cb().
4698 I made some assumptions here i hope correct. 4856 I made some assumptions here i hope correct.
4699 4857
4700 ------------------------------------------------------------------------ 4858 ------------------------------------------------------------------------
4701 r489 | zas_ | 2008-04-17 19:19:41 +0200 (Čt, 17 dub 2008) | 2 lines 4859 r489 | zas_ | 2008-04-17 19:19:41 +0200 (Thu, 17 Apr 2008) | 2 lines
4702 4860
4703 Merge few more functions to view_dir.c. 4861 Merge few more functions to view_dir.c.
4704 4862
4705 ------------------------------------------------------------------------ 4863 ------------------------------------------------------------------------
4706 r488 | zas_ | 2008-04-17 18:33:31 +0200 (Čt, 17 dub 2008) | 2 lines 4864 r488 | zas_ | 2008-04-17 18:33:31 +0200 (Thu, 17 Apr 2008) | 2 lines
4707 4865
4708 Move common menu position callback to view_dir.c. 4866 Move common menu position callback to view_dir.c.
4709 4867
4710 ------------------------------------------------------------------------ 4868 ------------------------------------------------------------------------
4711 r487 | zas_ | 2008-04-17 16:51:32 +0200 (Čt, 17 dub 2008) | 2 lines 4869 r487 | zas_ | 2008-04-17 16:51:32 +0200 (Thu, 17 Apr 2008) | 2 lines
4712 4870
4713 Merge dirlist/dirview dnd code. 4871 Merge dirlist/dirview dnd code.
4714 4872
4715 ------------------------------------------------------------------------ 4873 ------------------------------------------------------------------------
4716 r486 | zas_ | 2008-04-17 00:51:32 +0200 (Čt, 17 dub 2008) | 2 lines 4874 r486 | zas_ | 2008-04-17 00:51:32 +0200 (Thu, 17 Apr 2008) | 2 lines
4717 4875
4718 Regenerate translations files and update french translation. 4876 Regenerate translations files and update french translation.
4719 4877
4720 ------------------------------------------------------------------------ 4878 ------------------------------------------------------------------------
4721 r485 | zas_ | 2008-04-17 00:31:52 +0200 (Čt, 17 dub 2008) | 2 lines 4879 r485 | zas_ | 2008-04-17 00:31:52 +0200 (Thu, 17 Apr 2008) | 2 lines
4722 4880
4723 Fix new folder feature in dirlist mode, it was broken by revision 481. 4881 Fix new folder feature in dirlist mode, it was broken by revision 481.
4724 4882
4725 ------------------------------------------------------------------------ 4883 ------------------------------------------------------------------------
4726 r484 | zas_ | 2008-04-17 00:23:43 +0200 (Čt, 17 dub 2008) | 2 lines 4884 r484 | zas_ | 2008-04-17 00:23:43 +0200 (Thu, 17 Apr 2008) | 2 lines
4727 4885
4728 Fix a crash introduced in revision 477. 4886 Fix a crash introduced in revision 477.
4729 4887
4730 ------------------------------------------------------------------------ 4888 ------------------------------------------------------------------------
4731 r483 | zas_ | 2008-04-17 00:21:01 +0200 (Čt, 17 dub 2008) | 2 lines 4889 r483 | zas_ | 2008-04-17 00:21:01 +0200 (Thu, 17 Apr 2008) | 2 lines
4732 4890
4733 Fix two errors made in revision 473. 4891 Fix two errors made in revision 473.
4734 4892
4735 ------------------------------------------------------------------------ 4893 ------------------------------------------------------------------------
4736 r482 | zas_ | 2008-04-16 23:58:05 +0200 (St, 16 dub 2008) | 2 lines 4894 r482 | zas_ | 2008-04-16 23:58:05 +0200 (Wed, 16 Apr 2008) | 2 lines
4737 4895
4738 Merge few more vdlist/vdtree functions. 4896 Merge few more vdlist/vdtree functions.
4739 4897
4740 ------------------------------------------------------------------------ 4898 ------------------------------------------------------------------------
4741 r481 | zas_ | 2008-04-16 22:36:10 +0200 (St, 16 dub 2008) | 2 lines 4899 r481 | zas_ | 2008-04-16 22:36:10 +0200 (Wed, 16 Apr 2008) | 2 lines
4742 4900
4743 Make directory view popup menu common and move it to view_dir.{c,h}. 4901 Make directory view popup menu common and move it to view_dir.{c,h}.
4744 4902
4745 ------------------------------------------------------------------------ 4903 ------------------------------------------------------------------------
4746 r480 | nadvornik | 2008-04-16 22:32:44 +0200 (St, 16 dub 2008) | 2 lines 4904 r480 | nadvornik | 2008-04-16 22:32:44 +0200 (Wed, 16 Apr 2008) | 2 lines
4747 4905
4748 fixed compiler warnings 4906 fixed compiler warnings
4749 4907
4750 ------------------------------------------------------------------------ 4908 ------------------------------------------------------------------------
4751 r479 | nadvornik | 2008-04-16 22:15:42 +0200 (St, 16 dub 2008) | 2 lines 4909 r479 | nadvornik | 2008-04-16 22:15:42 +0200 (Wed, 16 Apr 2008) | 2 lines
4752 4910
4753 in debug mode print time information on selected events 4911 in debug mode print time information on selected events
4754 4912
4755 ------------------------------------------------------------------------ 4913 ------------------------------------------------------------------------
4756 r478 | zas_ | 2008-04-16 20:57:50 +0200 (St, 16 dub 2008) | 2 lines 4914 r478 | zas_ | 2008-04-16 20:57:50 +0200 (Wed, 16 Apr 2008) | 2 lines
4757 4915
4758 Clean up and simplify. 4916 Clean up and simplify.
4759 4917
4760 ------------------------------------------------------------------------ 4918 ------------------------------------------------------------------------
4761 r477 | zas_ | 2008-04-16 18:54:38 +0200 (St, 16 dub 2008) | 3 lines 4919 r477 | zas_ | 2008-04-16 18:54:38 +0200 (Wed, 16 Apr 2008) | 3 lines
4762 4920
4763 Merge parts of view_dir_list/tree constructors/destructors to 4921 Merge parts of view_dir_list/tree constructors/destructors to
4764 view_dir. 4922 view_dir.
4765 4923
4766 ------------------------------------------------------------------------ 4924 ------------------------------------------------------------------------
4767 r476 | zas_ | 2008-04-16 18:05:12 +0200 (St, 16 dub 2008) | 3 lines 4925 r476 | zas_ | 2008-04-16 18:05:12 +0200 (Wed, 16 Apr 2008) | 3 lines
4768 4926
4769 Move some dnd common code from view_dir_list.c and view_dir_tree.c 4927 Move some dnd common code from view_dir_list.c and view_dir_tree.c
4770 to view_dir.c. 4928 to view_dir.c.
4771 4929
4772 ------------------------------------------------------------------------ 4930 ------------------------------------------------------------------------
4773 r475 | zas_ | 2008-04-16 16:56:31 +0200 (St, 16 dub 2008) | 2 lines 4931 r475 | zas_ | 2008-04-16 16:56:31 +0200 (Wed, 16 Apr 2008) | 2 lines
4774 4932
4775 Rename vdt occurences to vd. 4933 Rename vdt occurences to vd.
4776 4934
4777 ------------------------------------------------------------------------ 4935 ------------------------------------------------------------------------
4778 r474 | zas_ | 2008-04-16 16:51:39 +0200 (St, 16 dub 2008) | 2 lines 4936 r474 | zas_ | 2008-04-16 16:51:39 +0200 (Wed, 16 Apr 2008) | 2 lines
4779 4937
4780 Rename vdl occurences to vd. 4938 Rename vdl occurences to vd.
4781 4939
4782 ------------------------------------------------------------------------ 4940 ------------------------------------------------------------------------
4783 r473 | zas_ | 2008-04-16 16:45:22 +0200 (St, 16 dub 2008) | 11 lines 4941 r473 | zas_ | 2008-04-16 16:45:22 +0200 (Wed, 16 Apr 2008) | 11 lines
4784 4942
4785 Introduce a new struct ViewDir to handle directory views common 4943 Introduce a new struct ViewDir to handle directory views common
4786 data. 4944 data.
4787 Specific data is now in ViewDirInfoList and ViewDirInfoTree. 4945 Specific data is now in ViewDirInfoList and ViewDirInfoTree.
4788 Type of directory view can be specified with enum DirViewType. 4946 Type of directory view can be specified with enum DirViewType.
4792 This is a first to move to merge common code of view_dir_list.c 4950 This is a first to move to merge common code of view_dir_list.c
4793 and view_dir_tree.c and ease the introduction of new types 4951 and view_dir_tree.c and ease the introduction of new types
4794 of directory view. 4952 of directory view.
4795 4953
4796 ------------------------------------------------------------------------ 4954 ------------------------------------------------------------------------
4797 r472 | zas_ | 2008-04-15 23:49:28 +0200 (Út, 15 dub 2008) | 2 lines 4955 r472 | zas_ | 2008-04-15 23:49:28 +0200 (Tue, 15 Apr 2008) | 2 lines
4798 4956
4799 Indicate --debug[=level] in usage display. 4957 Indicate --debug[=level] in usage display.
4800 4958
4801 ------------------------------------------------------------------------ 4959 ------------------------------------------------------------------------
4802 r471 | zas_ | 2008-04-15 23:47:03 +0200 (Út, 15 dub 2008) | 4 lines 4960 r471 | zas_ | 2008-04-15 23:47:03 +0200 (Tue, 15 Apr 2008) | 4 lines
4803 4961
4804 Parse command line for --debug option as soon as possible and allow 4962 Parse command line for --debug option as soon as possible and allow
4805 --debug[=level] syntax. 4963 --debug[=level] syntax.
4806 Only display message indication debug level once. 4964 Only display message indication debug level once.
4807 4965
4808 ------------------------------------------------------------------------ 4966 ------------------------------------------------------------------------
4809 r470 | zas_ | 2008-04-15 23:06:00 +0200 (Út, 15 dub 2008) | 2 lines 4967 r470 | zas_ | 2008-04-15 23:06:00 +0200 (Tue, 15 Apr 2008) | 2 lines
4810 4968
4811 Cleanup read/write of image.zoom_mode option. 4969 Cleanup read/write of image.zoom_mode option.
4812 4970
4813 ------------------------------------------------------------------------ 4971 ------------------------------------------------------------------------
4814 r469 | zas_ | 2008-04-15 22:56:55 +0200 (Út, 15 dub 2008) | 2 lines 4972 r469 | zas_ | 2008-04-15 22:56:55 +0200 (Tue, 15 Apr 2008) | 2 lines
4815 4973
4816 Read show_icon_names only once. 4974 Read show_icon_names only once.
4817 4975
4818 ------------------------------------------------------------------------ 4976 ------------------------------------------------------------------------
4819 r468 | zas_ | 2008-04-15 22:55:21 +0200 (Út, 15 dub 2008) | 2 lines 4977 r468 | zas_ | 2008-04-15 22:55:21 +0200 (Tue, 15 Apr 2008) | 2 lines
4820 4978
4821 Rename l_conf to layout_order and make it more local. 4979 Rename l_conf to layout_order and make it more local.
4822 4980
4823 ------------------------------------------------------------------------ 4981 ------------------------------------------------------------------------
4824 r467 | zas_ | 2008-04-15 22:46:14 +0200 (Út, 15 dub 2008) | 5 lines 4982 r467 | zas_ | 2008-04-15 22:46:14 +0200 (Tue, 15 Apr 2008) | 5 lines
4825 4983
4826 Fix a bug that was here since a long time, buf has nothing 4984 Fix a bug that was here since a long time, buf has nothing
4827 to do with options->layout.order, so compare it to l_conf instead. 4985 to do with options->layout.order, so compare it to l_conf instead.
4828 It fixes refreshing of files and directories lists when changing 4986 It fixes refreshing of files and directories lists when changing
4829 filtering options. 4987 filtering options.
4830 4988
4831 ------------------------------------------------------------------------ 4989 ------------------------------------------------------------------------
4832 r466 | zas_ | 2008-04-15 22:36:11 +0200 (Út, 15 dub 2008) | 6 lines 4990 r466 | zas_ | 2008-04-15 22:36:11 +0200 (Tue, 15 Apr 2008) | 6 lines
4833 4991
4834 Add a new option in Preferences > Filtering to allow the 4992 Add a new option in Preferences > Filtering to allow the
4835 user to choose to display '.' directory in folder lists or not. 4993 user to choose to display '.' directory in folder lists or not.
4836 This option is saved to rc file as file_filter.show_dot_directory. 4994 This option is saved to rc file as file_filter.show_dot_directory.
4837 A minor fix was made to disable display of .. in folder selection 4995 A minor fix was made to disable display of .. in folder selection
4838 dialogs when current path is /. 4996 dialogs when current path is /.
4839 4997
4840 ------------------------------------------------------------------------ 4998 ------------------------------------------------------------------------
4841 r465 | zas_ | 2008-04-15 22:00:27 +0200 (Út, 15 dub 2008) | 2 lines 4999 r465 | zas_ | 2008-04-15 22:00:27 +0200 (Tue, 15 Apr 2008) | 2 lines
4842 5000
4843 Add and use few new macros in rc file writing code. 5001 Add and use few new macros in rc file writing code.
4844 5002
4845 ------------------------------------------------------------------------ 5003 ------------------------------------------------------------------------
4846 r464 | nadvornik | 2008-04-15 20:34:24 +0200 (Út, 15 dub 2008) | 2 lines 5004 r464 | nadvornik | 2008-04-15 20:34:24 +0200 (Tue, 15 Apr 2008) | 2 lines
4847 5005
4848 this might fix the freezes on freebsd, solaris, etc. 5006 this might fix the freezes on freebsd, solaris, etc.
4849 5007
4850 ------------------------------------------------------------------------ 5008 ------------------------------------------------------------------------
4851 r463 | nadvornik | 2008-04-15 18:57:30 +0200 (Út, 15 dub 2008) | 2 lines 5009 r463 | nadvornik | 2008-04-15 18:57:30 +0200 (Tue, 15 Apr 2008) | 2 lines
4852 5010
4853 save file_class to config file 5011 save file_class to config file
4854 5012
4855 ------------------------------------------------------------------------ 5013 ------------------------------------------------------------------------
4856 r462 | zas_ | 2008-04-15 09:16:51 +0200 (Út, 15 dub 2008) | 2 lines 5014 r462 | zas_ | 2008-04-15 09:16:51 +0200 (Tue, 15 Apr 2008) | 2 lines
4857 5015
4858 Exit fullscreen mode when Properties is displayed. 5016 Exit fullscreen mode when Properties is displayed.
4859 5017
4860 ------------------------------------------------------------------------ 5018 ------------------------------------------------------------------------
4861 r461 | zas_ | 2008-04-15 08:56:25 +0200 (Út, 15 dub 2008) | 7 lines 5019 r461 | zas_ | 2008-04-15 08:56:25 +0200 (Tue, 15 Apr 2008) | 7 lines
4862 5020
4863 New Go to directory view feature that permits to find and display the directory 5021 New Go to directory view feature that permits to find and display the directory
4864 corresponding to an image view. 5022 corresponding to an image view.
4865 For example, when you open an image in new window from collection, right clicking on 5023 For example, when you open an image in new window from collection, right clicking on
4866 the newly displayed image will let you choose Go to directory view, which would open 5024 the newly displayed image will let you choose Go to directory view, which would open
4867 a new window, with image and directory list. 5025 a new window, with image and directory list.
4868 If current directory is the one of the image, menu item is disabled. 5026 If current directory is the one of the image, menu item is disabled.
4869 5027
4870 ------------------------------------------------------------------------ 5028 ------------------------------------------------------------------------
4871 r460 | zas_ | 2008-04-15 01:47:13 +0200 (Út, 15 dub 2008) | 2 lines 5029 r460 | zas_ | 2008-04-15 01:47:13 +0200 (Tue, 15 Apr 2008) | 2 lines
4872 5030
4873 Move layout.order default init to setup_default_options(). 5031 Move layout.order default init to setup_default_options().
4874 5032
4875 ------------------------------------------------------------------------ 5033 ------------------------------------------------------------------------
4876 r459 | zas_ | 2008-04-15 01:39:46 +0200 (Út, 15 dub 2008) | 2 lines 5034 r459 | zas_ | 2008-04-15 01:39:46 +0200 (Tue, 15 Apr 2008) | 2 lines
4877 5035
4878 collection_load(): use booleans and always count failures (for debug). 5036 collection_load(): use booleans and always count failures (for debug).
4879 5037
4880 ------------------------------------------------------------------------ 5038 ------------------------------------------------------------------------
4881 r458 | zas_ | 2008-04-15 01:29:54 +0200 (Út, 15 dub 2008) | 2 lines 5039 r458 | zas_ | 2008-04-15 01:29:54 +0200 (Tue, 15 Apr 2008) | 2 lines
4882 5040
4883 collection_load(): improve headers parsing. 5041 collection_load(): improve headers parsing.
4884 5042
4885 ------------------------------------------------------------------------ 5043 ------------------------------------------------------------------------
4886 r457 | zas_ | 2008-04-15 01:09:48 +0200 (Út, 15 dub 2008) | 2 lines 5044 r457 | zas_ | 2008-04-15 01:09:48 +0200 (Tue, 15 Apr 2008) | 2 lines
4887 5045
4888 collection_load(): fix typo (missing #) made in rev 453. 5046 collection_load(): fix typo (missing #) made in rev 453.
4889 5047
4890 ------------------------------------------------------------------------ 5048 ------------------------------------------------------------------------
4891 r456 | zas_ | 2008-04-15 01:08:27 +0200 (Út, 15 dub 2008) | 2 lines 5049 r456 | zas_ | 2008-04-15 01:08:27 +0200 (Tue, 15 Apr 2008) | 2 lines
4892 5050
4893 collection_load(): accept whitespaces at start of lines. 5051 collection_load(): accept whitespaces at start of lines.
4894 5052
4895 ------------------------------------------------------------------------ 5053 ------------------------------------------------------------------------
4896 r455 | zas_ | 2008-04-15 00:57:26 +0200 (Út, 15 dub 2008) | 2 lines 5054 r455 | zas_ | 2008-04-15 00:57:26 +0200 (Tue, 15 Apr 2008) | 2 lines
4897 5055
4898 collection_load(): increase verbosity in debug mode. 5056 collection_load(): increase verbosity in debug mode.
4899 5057
4900 ------------------------------------------------------------------------ 5058 ------------------------------------------------------------------------
4901 r454 | zas_ | 2008-04-15 00:50:50 +0200 (Út, 15 dub 2008) | 3 lines 5059 r454 | zas_ | 2008-04-15 00:50:50 +0200 (Tue, 15 Apr 2008) | 3 lines
4902 5060
4903 collection_load(): replace official by limit_failures (and 5061 collection_load(): replace official by limit_failures (and
4904 invert the tests). 5062 invert the tests).
4905 5063
4906 ------------------------------------------------------------------------ 5064 ------------------------------------------------------------------------
4907 r453 | zas_ | 2008-04-15 00:45:53 +0200 (Út, 15 dub 2008) | 3 lines 5065 r453 | zas_ | 2008-04-15 00:45:53 +0200 (Tue, 15 Apr 2008) | 3 lines
4908 5066
4909 Increase collection_load() buffer size and do not activate 5067 Increase collection_load() buffer size and do not activate
4910 error limiting for GQview collections. 5068 error limiting for GQview collections.
4911 5069
4912 ------------------------------------------------------------------------ 5070 ------------------------------------------------------------------------
4913 r452 | zas_ | 2008-04-15 00:28:29 +0200 (Út, 15 dub 2008) | 2 lines 5071 r452 | zas_ | 2008-04-15 00:28:29 +0200 (Tue, 15 Apr 2008) | 2 lines
4914 5072
4915 Merge collection_load_only_geometry() into collection_load(). 5073 Merge collection_load_only_geometry() into collection_load().
4916 5074
4917 ------------------------------------------------------------------------ 5075 ------------------------------------------------------------------------
4918 r451 | zas_ | 2008-04-15 00:05:47 +0200 (Út, 15 dub 2008) | 2 lines 5076 r451 | zas_ | 2008-04-15 00:05:47 +0200 (Tue, 15 Apr 2008) | 2 lines
4919 5077
4920 Use flags for collection_load*(). 5078 Use flags for collection_load*().
4921 5079
4922 ------------------------------------------------------------------------ 5080 ------------------------------------------------------------------------
4923 r450 | zas_ | 2008-04-13 22:33:45 +0200 (Ne, 13 dub 2008) | 2 lines 5081 r450 | zas_ | 2008-04-13 22:33:45 +0200 (Sun, 13 Apr 2008) | 2 lines
4924 5082
4925 Apply exif display config (Never/If set/Always) to pan view too. 5083 Apply exif display config (Never/If set/Always) to pan view too.
4926 5084
4927 ------------------------------------------------------------------------ 5085 ------------------------------------------------------------------------
4928 r449 | zas_ | 2008-04-13 21:21:13 +0200 (Ne, 13 dub 2008) | 4 lines 5086 r449 | zas_ | 2008-04-13 21:21:13 +0200 (Sun, 13 Apr 2008) | 4 lines
4929 5087
4930 Rename show_dot_files to show_hidden_files. 5088 Rename show_dot_files to show_hidden_files.
4931 There is no need to expose the underlying method to hide 5089 There is no need to expose the underlying method to hide
4932 files. 5090 files.
4933 5091
4934 ------------------------------------------------------------------------ 5092 ------------------------------------------------------------------------
4935 r448 | zas_ | 2008-04-13 20:56:24 +0200 (Ne, 13 dub 2008) | 3 lines 5093 r448 | zas_ | 2008-04-13 20:56:24 +0200 (Sun, 13 Apr 2008) | 3 lines
4936 5094
4937 Let toggle the visibility of hidden files from directories list 5095 Let toggle the visibility of hidden files from directories list
4938 or tree contextual menu. 5096 or tree contextual menu.
4939 5097
4940 ------------------------------------------------------------------------ 5098 ------------------------------------------------------------------------
4941 r447 | zas_ | 2008-04-13 14:24:42 +0200 (Ne, 13 dub 2008) | 2 lines 5099 r447 | zas_ | 2008-04-13 14:24:42 +0200 (Sun, 13 Apr 2008) | 2 lines
4942 5100
4943 Add a button to reset fullscreen info string to default value. 5101 Add a button to reset fullscreen info string to default value.
4944 5102
4945 ------------------------------------------------------------------------ 5103 ------------------------------------------------------------------------
4946 r446 | zas_ | 2008-04-13 14:12:44 +0200 (Ne, 13 dub 2008) | 2 lines 5104 r446 | zas_ | 2008-04-13 14:12:44 +0200 (Sun, 13 Apr 2008) | 2 lines
4947 5105
4948 Fix a typo, READ_CHAR() must use value_all. 5106 Fix a typo, READ_CHAR() must use value_all.
4949 5107
4950 ------------------------------------------------------------------------ 5108 ------------------------------------------------------------------------
4951 r445 | zas_ | 2008-04-13 11:10:38 +0200 (Ne, 13 dub 2008) | 3 lines 5109 r445 | zas_ | 2008-04-13 11:10:38 +0200 (Sun, 13 Apr 2008) | 3 lines
4952 5110
4953 Use convenient macros to read options, it will ensure options 5111 Use convenient macros to read options, it will ensure options
4954 names are matching (in the rc file and internally). 5112 names are matching (in the rc file and internally).
4955 5113
4956 ------------------------------------------------------------------------ 5114 ------------------------------------------------------------------------
4957 r444 | zas_ | 2008-04-13 10:36:17 +0200 (Ne, 13 dub 2008) | 5 lines 5115 r444 | zas_ | 2008-04-13 10:36:17 +0200 (Sun, 13 Apr 2008) | 5 lines
4958 5116
4959 Simplify read_*_option() stuff by passing pointer to option value. 5117 Simplify read_*_option() stuff by passing pointer to option value.
4960 Introduce read_uint_option() to read enum values and read_int_option_clamp() 5118 Introduce read_uint_option() to read enum values and read_int_option_clamp()
4961 to read clamped values. 5119 to read clamped values.
4962 5120
4963 5121
4964 ------------------------------------------------------------------------ 5122 ------------------------------------------------------------------------
4965 r443 | zas_ | 2008-04-13 01:59:31 +0200 (Ne, 13 dub 2008) | 3 lines 5123 r443 | zas_ | 2008-04-13 01:59:31 +0200 (Sun, 13 Apr 2008) | 3 lines
4966 5124
4967 Partly rewrite option parser to accept whitespaces at start 5125 Partly rewrite option parser to accept whitespaces at start
4968 of lines. 5126 of lines.
4969 5127
4970 ------------------------------------------------------------------------ 5128 ------------------------------------------------------------------------
4971 r442 | zas_ | 2008-04-13 01:41:35 +0200 (Ne, 13 dub 2008) | 2 lines 5129 r442 | zas_ | 2008-04-13 01:41:35 +0200 (Sun, 13 Apr 2008) | 2 lines
4972 5130
4973 exif_* -> exif.display.* 5131 exif_* -> exif.display.*
4974 5132
4975 ------------------------------------------------------------------------ 5133 ------------------------------------------------------------------------
4976 r441 | zas_ | 2008-04-13 01:32:08 +0200 (Ne, 13 dub 2008) | 2 lines 5134 r441 | zas_ | 2008-04-13 01:32:08 +0200 (Sun, 13 Apr 2008) | 2 lines
4977 5135
4978 Add a note in the rc file about special editor slots. 5136 Add a note in the rc file about special editor slots.
4979 5137
4980 ------------------------------------------------------------------------ 5138 ------------------------------------------------------------------------
4981 r440 | zas_ | 2008-04-13 01:16:41 +0200 (Ne, 13 dub 2008) | 2 lines 5139 r440 | zas_ | 2008-04-13 01:16:41 +0200 (Sun, 13 Apr 2008) | 2 lines
4982 5140
4983 sidecar_ext -> sidecar.ext 5141 sidecar_ext -> sidecar.ext
4984 5142
4985 ------------------------------------------------------------------------ 5143 ------------------------------------------------------------------------
4986 r439 | zas_ | 2008-04-13 01:07:04 +0200 (Ne, 13 dub 2008) | 2 lines 5144 r439 | zas_ | 2008-04-13 01:07:04 +0200 (Sun, 13 Apr 2008) | 2 lines
4987 5145
4988 Unify names of options between variables and rc file. 5146 Unify names of options between variables and rc file.
4989 5147
4990 ------------------------------------------------------------------------ 5148 ------------------------------------------------------------------------
4991 r438 | zas_ | 2008-04-13 01:02:00 +0200 (Ne, 13 dub 2008) | 2 lines 5149 r438 | zas_ | 2008-04-13 01:02:00 +0200 (Sun, 13 Apr 2008) | 2 lines
4992 5150
4993 Use tree_descend_subdirs everywhere. 5151 Use tree_descend_subdirs everywhere.
4994 5152
4995 ------------------------------------------------------------------------ 5153 ------------------------------------------------------------------------
4996 r437 | zas_ | 2008-04-13 00:22:11 +0200 (Ne, 13 dub 2008) | 2 lines 5154 r437 | zas_ | 2008-04-13 00:22:11 +0200 (Sun, 13 Apr 2008) | 2 lines
4997 5155
4998 Use startup_path_enable everywhere. 5156 Use startup_path_enable everywhere.
4999 5157
5000 ------------------------------------------------------------------------ 5158 ------------------------------------------------------------------------
5001 r436 | zas_ | 2008-04-13 00:17:14 +0200 (Ne, 13 dub 2008) | 2 lines 5159 r436 | zas_ | 2008-04-13 00:17:14 +0200 (Sun, 13 Apr 2008) | 2 lines
5002 5160
5003 Rename recent_list_max/open_recent_max to open_recent_list_maxsize. 5161 Rename recent_list_max/open_recent_max to open_recent_list_maxsize.
5004 5162
5005 ------------------------------------------------------------------------ 5163 ------------------------------------------------------------------------
5006 r435 | zas_ | 2008-04-13 00:10:38 +0200 (Ne, 13 dub 2008) | 2 lines 5164 r435 | zas_ | 2008-04-13 00:10:38 +0200 (Sun, 13 Apr 2008) | 2 lines
5007 5165
5008 Rename dupe_custom_threshold option to duplicates_similarity_threshold. 5166 Rename dupe_custom_threshold option to duplicates_similarity_threshold.
5009 5167
5010 ------------------------------------------------------------------------ 5168 ------------------------------------------------------------------------
5011 r434 | zas_ | 2008-04-13 00:04:29 +0200 (Ne, 13 dub 2008) | 4 lines 5169 r434 | zas_ | 2008-04-13 00:04:29 +0200 (Sun, 13 Apr 2008) | 4 lines
5012 5170
5013 Move safe_delete* and in place rename options to file_ops 5171 Move safe_delete* and in place rename options to file_ops
5014 struct. 5172 struct.
5015 Re-order rc file a bit. 5173 Re-order rc file a bit.
5016 5174
5017 ------------------------------------------------------------------------ 5175 ------------------------------------------------------------------------
5018 r433 | zas_ | 2008-04-12 23:45:30 +0200 (So, 12 dub 2008) | 3 lines 5176 r433 | zas_ | 2008-04-12 23:45:30 +0200 (Sat, 12 Apr 2008) | 3 lines
5019 5177
5020 Rename option thumbnails.enabled to layout.show_thumbnails as it makes 5178 Rename option thumbnails.enabled to layout.show_thumbnails as it makes
5021 more sense. 5179 more sense.
5022 5180
5023 ------------------------------------------------------------------------ 5181 ------------------------------------------------------------------------
5024 r432 | zas_ | 2008-04-12 23:38:55 +0200 (So, 12 dub 2008) | 5 lines 5182 r432 | zas_ | 2008-04-12 23:38:55 +0200 (Sat, 12 Apr 2008) | 5 lines
5025 5183
5026 Rename user_specified_window_background and window_background_color 5184 Rename user_specified_window_background and window_background_color
5027 to image.use_custom_border_color and image.border_color. 5185 to image.use_custom_border_color and image.border_color.
5028 Rename pref_background_color_set_cb() to pref_color_button_set_cb(). 5186 Rename pref_background_color_set_cb() to pref_color_button_set_cb().
5029 Rename pref_colorbutton_new() to pref_color_button_new(). 5187 Rename pref_colorbutton_new() to pref_color_button_new().
5030 5188
5031 ------------------------------------------------------------------------ 5189 ------------------------------------------------------------------------
5032 r431 | zas_ | 2008-04-12 21:33:59 +0200 (So, 12 dub 2008) | 2 lines 5190 r431 | zas_ | 2008-04-12 21:33:59 +0200 (Sat, 12 Apr 2008) | 2 lines
5033 5191
5034 Rename window options (moved to layout) and re-order rc file. 5192 Rename window options (moved to layout) and re-order rc file.
5035 5193
5036 ------------------------------------------------------------------------ 5194 ------------------------------------------------------------------------
5037 r430 | zas_ | 2008-04-12 19:20:34 +0200 (So, 12 dub 2008) | 2 lines 5195 r430 | zas_ | 2008-04-12 19:20:34 +0200 (Sat, 12 Apr 2008) | 2 lines
5038 5196
5039 Fix bad image option name in the rc file. 5197 Fix bad image option name in the rc file.
5040 5198
5041 ------------------------------------------------------------------------ 5199 ------------------------------------------------------------------------
5042 r429 | zas_ | 2008-04-12 19:09:20 +0200 (So, 12 dub 2008) | 2 lines 5200 r429 | zas_ | 2008-04-12 19:09:20 +0200 (Sat, 12 Apr 2008) | 2 lines
5043 5201
5044 Fix display bug when using "Limit image size when autofitting" option. 5202 Fix display bug when using "Limit image size when autofitting" option.
5045 5203
5046 ------------------------------------------------------------------------ 5204 ------------------------------------------------------------------------
5047 r428 | zas_ | 2008-04-12 17:13:00 +0200 (So, 12 dub 2008) | 2 lines 5205 r428 | zas_ | 2008-04-12 17:13:00 +0200 (Sat, 12 Apr 2008) | 2 lines
5048 5206
5049 Beautify rc file, adding sub-sections titles. 5207 Beautify rc file, adding sub-sections titles.
5050 5208
5051 ------------------------------------------------------------------------ 5209 ------------------------------------------------------------------------
5052 r427 | zas_ | 2008-04-12 17:04:58 +0200 (So, 12 dub 2008) | 2 lines 5210 r427 | zas_ | 2008-04-12 17:04:58 +0200 (Sat, 12 Apr 2008) | 2 lines
5053 5211
5054 Rename image-related options. 5212 Rename image-related options.
5055 5213
5056 ------------------------------------------------------------------------ 5214 ------------------------------------------------------------------------
5057 r426 | zas_ | 2008-04-12 11:41:44 +0200 (So, 12 dub 2008) | 2 lines 5215 r426 | zas_ | 2008-04-12 11:41:44 +0200 (Sat, 12 Apr 2008) | 2 lines
5058 5216
5059 Rename thumbnails related options. 5217 Rename thumbnails related options.
5060 5218
5061 ------------------------------------------------------------------------ 5219 ------------------------------------------------------------------------
5062 r425 | zas_ | 2008-04-12 11:12:37 +0200 (So, 12 dub 2008) | 2 lines 5220 r425 | zas_ | 2008-04-12 11:12:37 +0200 (Sat, 12 Apr 2008) | 2 lines
5063 5221
5064 Rename file filtering options. 5222 Rename file filtering options.
5065 5223
5066 ------------------------------------------------------------------------ 5224 ------------------------------------------------------------------------
5067 r424 | zas_ | 2008-04-12 10:59:52 +0200 (So, 12 dub 2008) | 2 lines 5225 r424 | zas_ | 2008-04-12 10:59:52 +0200 (Sat, 12 Apr 2008) | 2 lines
5068 5226
5069 Drop unused stuff. 5227 Drop unused stuff.
5070 5228
5071 ------------------------------------------------------------------------ 5229 ------------------------------------------------------------------------
5072 r423 | zas_ | 2008-04-12 10:40:02 +0200 (So, 12 dub 2008) | 2 lines 5230 r423 | zas_ | 2008-04-12 10:40:02 +0200 (Sat, 12 Apr 2008) | 2 lines
5073 5231
5074 Rename collection options. 5232 Rename collection options.
5075 5233
5076 ------------------------------------------------------------------------ 5234 ------------------------------------------------------------------------
5077 r422 | zas_ | 2008-04-12 10:35:58 +0200 (So, 12 dub 2008) | 2 lines 5235 r422 | zas_ | 2008-04-12 10:35:58 +0200 (Sat, 12 Apr 2008) | 2 lines
5078 5236
5079 Rename file sorting options. 5237 Rename file sorting options.
5080 5238
5081 ------------------------------------------------------------------------ 5239 ------------------------------------------------------------------------
5082 r421 | zas_ | 2008-04-12 10:28:08 +0200 (So, 12 dub 2008) | 2 lines 5240 r421 | zas_ | 2008-04-12 10:28:08 +0200 (Sat, 12 Apr 2008) | 2 lines
5083 5241
5084 Re-order and try to group options. 5242 Re-order and try to group options.
5085 5243
5086 ------------------------------------------------------------------------ 5244 ------------------------------------------------------------------------
5087 r420 | zas_ | 2008-04-12 10:05:44 +0200 (So, 12 dub 2008) | 2 lines 5245 r420 | zas_ | 2008-04-12 10:05:44 +0200 (Sat, 12 Apr 2008) | 2 lines
5088 5246
5089 Rename color profile options. 5247 Rename color profile options.
5090 5248
5091 ------------------------------------------------------------------------ 5249 ------------------------------------------------------------------------
5092 r419 | zas_ | 2008-04-12 09:46:01 +0200 (So, 12 dub 2008) | 2 lines 5250 r419 | zas_ | 2008-04-12 09:46:01 +0200 (Sat, 12 Apr 2008) | 2 lines
5093 5251
5094 Rename slideshow options. 5252 Rename slideshow options.
5095 5253
5096 ------------------------------------------------------------------------ 5254 ------------------------------------------------------------------------
5097 r418 | zas_ | 2008-04-12 09:09:19 +0200 (So, 12 dub 2008) | 3 lines 5255 r418 | zas_ | 2008-04-12 09:09:19 +0200 (Sat, 12 Apr 2008) | 3 lines
5098 5256
5099 Only display defined exif tags by default. 5257 Only display defined exif tags by default.
5100 5258
5101 5259
5102 ------------------------------------------------------------------------ 5260 ------------------------------------------------------------------------
5103 r417 | zas_ | 2008-04-12 09:00:14 +0200 (So, 12 dub 2008) | 2 lines 5261 r417 | zas_ | 2008-04-12 09:00:14 +0200 (Sat, 12 Apr 2008) | 2 lines
5104 5262
5105 Drop redundant code. 5263 Drop redundant code.
5106 5264
5107 ------------------------------------------------------------------------ 5265 ------------------------------------------------------------------------
5108 r416 | zas_ | 2008-04-12 08:42:47 +0200 (So, 12 dub 2008) | 3 lines 5266 r416 | zas_ | 2008-04-12 08:42:47 +0200 (Sat, 12 Apr 2008) | 3 lines
5109 5267
5110 Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif. 5268 Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif.
5111 Requested by Frédéric Mantegazza. 5269 Requested by Fr?\195?\169d?\195?\169ric Mantegazza.
5112 5270
5113 ------------------------------------------------------------------------ 5271 ------------------------------------------------------------------------
5114 r415 | zas_ | 2008-04-12 01:32:22 +0200 (So, 12 dub 2008) | 2 lines 5272 r415 | zas_ | 2008-04-12 01:32:22 +0200 (Sat, 12 Apr 2008) | 2 lines
5115 5273
5116 Rationalize fullscreen options naming. 5274 Rationalize fullscreen options naming.
5117 5275
5118 ------------------------------------------------------------------------ 5276 ------------------------------------------------------------------------
5119 r414 | zas_ | 2008-04-12 01:01:00 +0200 (So, 12 dub 2008) | 2 lines 5277 r414 | zas_ | 2008-04-12 01:01:00 +0200 (Sat, 12 Apr 2008) | 2 lines
5120 5278
5121 options_c -> c_options 5279 options_c -> c_options
5122 5280
5123 ------------------------------------------------------------------------ 5281 ------------------------------------------------------------------------
5124 r413 | zas_ | 2008-04-12 00:52:22 +0200 (So, 12 dub 2008) | 2 lines 5282 r413 | zas_ | 2008-04-12 00:52:22 +0200 (Sat, 12 Apr 2008) | 2 lines
5125 5283
5126 Move more options to ConfOptions. 5284 Move more options to ConfOptions.
5127 5285
5128 ------------------------------------------------------------------------ 5286 ------------------------------------------------------------------------
5129 r412 | zas_ | 2008-04-12 00:27:54 +0200 (So, 12 dub 2008) | 3 lines 5287 r412 | zas_ | 2008-04-12 00:27:54 +0200 (Sat, 12 Apr 2008) | 3 lines
5130 5288
5131 Move file_sort_case_sensitive to ConfOptions. 5289 Move file_sort_case_sensitive to ConfOptions.
5132 5290
5133 5291
5134 ------------------------------------------------------------------------ 5292 ------------------------------------------------------------------------
5135 r411 | zas_ | 2008-04-12 00:14:36 +0200 (So, 12 dub 2008) | 6 lines 5293 r411 | zas_ | 2008-04-12 00:14:36 +0200 (Sat, 12 Apr 2008) | 6 lines
5136 5294
5137 Add a new struct ConfOptions to handle options. 5295 Add a new struct ConfOptions to handle options.
5138 Changes were made among the code to use only one global var 5296 Changes were made among the code to use only one global var
5139 named "options" of type ConfOptions *. 5297 named "options" of type ConfOptions *.
5140 Initialization takes place in new init_options(). 5298 Initialization takes place in new init_options().
5141 5299
5142 5300
5143 ------------------------------------------------------------------------ 5301 ------------------------------------------------------------------------
5144 r410 | zas_ | 2008-04-11 22:35:37 +0200 (Pá, 11 dub 2008) | 4 lines 5302 r410 | zas_ | 2008-04-11 22:35:37 +0200 (Fri, 11 Apr 2008) | 4 lines
5145 5303
5146 Make thumbnail standard fail directory after current application 5304 Make thumbnail standard fail directory after current application
5147 name and version. 5305 name and version.
5148 5306
5149 5307
5150 ------------------------------------------------------------------------ 5308 ------------------------------------------------------------------------
5151 r409 | zas_ | 2008-04-11 22:01:29 +0200 (Pá, 11 dub 2008) | 3 lines 5309 r409 | zas_ | 2008-04-11 22:01:29 +0200 (Fri, 11 Apr 2008) | 3 lines
5152 5310
5153 Define drag and drop target string in dnd.h. 5311 Define drag and drop target string in dnd.h.
5154 Make it use the current name of the application. 5312 Make it use the current name of the application.
5155 5313
5156 ------------------------------------------------------------------------ 5314 ------------------------------------------------------------------------
5157 r408 | zas_ | 2008-04-11 21:43:36 +0200 (Pá, 11 dub 2008) | 2 lines 5315 r408 | zas_ | 2008-04-11 21:43:36 +0200 (Fri, 11 Apr 2008) | 2 lines
5158 5316
5159 Use secure save in history_list_save(). 5317 Use secure save in history_list_save().
5160 5318
5161 ------------------------------------------------------------------------ 5319 ------------------------------------------------------------------------
5162 r407 | zas_ | 2008-04-11 19:11:14 +0200 (Pá, 11 dub 2008) | 3 lines 5320 r407 | zas_ | 2008-04-11 19:11:14 +0200 (Fri, 11 Apr 2008) | 3 lines
5163 5321
5164 Use secure save in comment_file_write(). 5322 Use secure save in comment_file_write().
5165 5323
5166 5324
5167 ------------------------------------------------------------------------ 5325 ------------------------------------------------------------------------
5168 r406 | zas_ | 2008-04-11 18:46:21 +0200 (Pá, 11 dub 2008) | 5 lines 5326 r406 | zas_ | 2008-04-11 18:46:21 +0200 (Fri, 11 Apr 2008) | 5 lines
5169 5327
5170 Secure save now unlinks temporary file on error by default. 5328 Secure save now unlinks temporary file on error by default.
5171 It will prevent left-behind temporary files, but also prevent 5329 It will prevent left-behind temporary files, but also prevent
5172 potential data recovery from partially written files (it 5330 potential data recovery from partially written files (it
5173 should not be a problem here). 5331 should not be a problem here).
5174 5332
5175 ------------------------------------------------------------------------ 5333 ------------------------------------------------------------------------
5176 r405 | zas_ | 2008-04-11 18:04:37 +0200 (Pá, 11 dub 2008) | 2 lines 5334 r405 | zas_ | 2008-04-11 18:04:37 +0200 (Fri, 11 Apr 2008) | 2 lines
5177 5335
5178 Use secure save feature when saving collections. 5336 Use secure save feature when saving collections.
5179 5337
5180 ------------------------------------------------------------------------ 5338 ------------------------------------------------------------------------
5181 r404 | zas_ | 2008-04-11 18:02:33 +0200 (Pá, 11 dub 2008) | 2 lines 5339 r404 | zas_ | 2008-04-11 18:02:33 +0200 (Fri, 11 Apr 2008) | 2 lines
5182 5340
5183 Preserve permissions of the destination file when using secure save. 5341 Preserve permissions of the destination file when using secure save.
5184 5342
5185 ------------------------------------------------------------------------ 5343 ------------------------------------------------------------------------
5186 r403 | zas_ | 2008-04-11 17:27:08 +0200 (Pá, 11 dub 2008) | 4 lines 5344 r403 | zas_ | 2008-04-11 17:27:08 +0200 (Fri, 11 Apr 2008) | 4 lines
5187 5345
5188 Revert part of the previous patch, let the caller take care 5346 Revert part of the previous patch, let the caller take care
5189 of calling path_from_utf8(). 5347 of calling path_from_utf8().
5190 5348
5191 5349
5192 ------------------------------------------------------------------------ 5350 ------------------------------------------------------------------------
5193 r402 | zas_ | 2008-04-11 16:27:55 +0200 (Pá, 11 dub 2008) | 3 lines 5351 r402 | zas_ | 2008-04-11 16:27:55 +0200 (Fri, 11 Apr 2008) | 3 lines
5194 5352
5195 Use path_from_utf8() on the passed filename. 5353 Use path_from_utf8() on the passed filename.
5196 Add const attribute. 5354 Add const attribute.
5197 5355
5198 ------------------------------------------------------------------------ 5356 ------------------------------------------------------------------------
5199 r401 | zas_ | 2008-04-11 15:07:48 +0200 (Pá, 11 dub 2008) | 8 lines 5357 r401 | zas_ | 2008-04-11 15:07:48 +0200 (Fri, 11 Apr 2008) | 8 lines
5200 5358
5201 ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource, 5359 ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource,
5202 so add a test for it in configure. 5360 so add a test for it in configure.
5203 Wrap generated headers files with #ifdef/#endif and add 5361 Wrap generated headers files with #ifdef/#endif and add
5204 a comment related to their auto-generated nature. 5362 a comment related to their auto-generated nature.
5205 Make the generation itself quiet, but display a message 5363 Make the generation itself quiet, but display a message
5206 on error. 5364 on error.
5207 Make these targets depend on respective Makefile.in. 5365 Make these targets depend on respective Makefile.in.
5208 5366
5209 ------------------------------------------------------------------------ 5367 ------------------------------------------------------------------------
5210 r400 | zas_ | 2008-04-11 14:31:32 +0200 (Pá, 11 dub 2008) | 2 lines 5368 r400 | zas_ | 2008-04-11 14:31:32 +0200 (Fri, 11 Apr 2008) | 2 lines
5211 5369
5212 Move secure save code to its own files: secure_save.{c,h}. 5370 Move secure save code to its own files: secure_save.{c,h}.
5213 5371
5214 ------------------------------------------------------------------------ 5372 ------------------------------------------------------------------------
5215 r399 | zas_ | 2008-04-11 14:25:36 +0200 (Pá, 11 dub 2008) | 2 lines 5373 r399 | zas_ | 2008-04-11 14:25:36 +0200 (Fri, 11 Apr 2008) | 2 lines
5216 5374
5217 Add missing #ifdef/#endif. 5375 Add missing #ifdef/#endif.
5218 5376
5219 ------------------------------------------------------------------------ 5377 ------------------------------------------------------------------------
5220 r398 | zas_ | 2008-04-11 12:46:52 +0200 (Pá, 11 dub 2008) | 2 lines 5378 r398 | zas_ | 2008-04-11 12:46:52 +0200 (Fri, 11 Apr 2008) | 2 lines
5221 5379
5222 Ensure that gcc flag -Wall is set. 5380 Ensure that gcc flag -Wall is set.
5223 5381
5224 ------------------------------------------------------------------------ 5382 ------------------------------------------------------------------------
5225 r397 | zas_ | 2008-04-11 12:45:37 +0200 (Pá, 11 dub 2008) | 2 lines 5383 r397 | zas_ | 2008-04-11 12:45:37 +0200 (Fri, 11 Apr 2008) | 2 lines
5226 5384
5227 Silent some gcc warnings. 5385 Silent some gcc warnings.
5228 5386
5229 ------------------------------------------------------------------------ 5387 ------------------------------------------------------------------------
5230 r396 | zas_ | 2008-04-11 11:02:20 +0200 (Pá, 11 dub 2008) | 3 lines 5388 r396 | zas_ | 2008-04-11 11:02:20 +0200 (Fri, 11 Apr 2008) | 3 lines
5231 5389
5232 Prevent multiple insertion of the same file in a collection. 5390 Prevent multiple insertion of the same file in a collection.
5233 Use a hash table to speed up existence tests. 5391 Use a hash table to speed up existence tests.
5234 5392
5235 ------------------------------------------------------------------------ 5393 ------------------------------------------------------------------------
5236 r395 | zas_ | 2008-04-11 10:10:40 +0200 (Pá, 11 dub 2008) | 2 lines 5394 r395 | zas_ | 2008-04-11 10:10:40 +0200 (Fri, 11 Apr 2008) | 2 lines
5237 5395
5238 Only display these messages if debug mode is enabled. 5396 Only display these messages if debug mode is enabled.
5239 5397
5240 ------------------------------------------------------------------------ 5398 ------------------------------------------------------------------------
5241 r394 | nadvornik | 2008-04-10 21:27:42 +0200 (Čt, 10 dub 2008) | 2 lines 5399 r394 | nadvornik | 2008-04-10 21:27:42 +0200 (Thu, 10 Apr 2008) | 2 lines
5242 5400
5243 fixed dates in pan-calendar 5401 fixed dates in pan-calendar
5244 5402
5245 ------------------------------------------------------------------------ 5403 ------------------------------------------------------------------------
5246 r393 | zas_ | 2008-04-10 14:07:34 +0200 (Čt, 10 dub 2008) | 2 lines 5404 r393 | zas_ | 2008-04-10 14:07:34 +0200 (Thu, 10 Apr 2008) | 2 lines
5247 5405
5248 Fix fCamera even more. 5406 Fix fCamera even more.
5249 5407
5250 ------------------------------------------------------------------------ 5408 ------------------------------------------------------------------------
5251 r392 | zas_ | 2008-04-10 13:31:20 +0200 (Čt, 10 dub 2008) | 2 lines 5409 r392 | zas_ | 2008-04-10 13:31:20 +0200 (Thu, 10 Apr 2008) | 2 lines
5252 5410
5253 Do not display ... if not truncated. 5411 Do not display ... if not truncated.
5254 5412
5255 ------------------------------------------------------------------------ 5413 ------------------------------------------------------------------------
5256 r391 | zas_ | 2008-04-10 12:43:15 +0200 (Čt, 10 dub 2008) | 5 lines 5414 r391 | zas_ | 2008-04-10 12:43:15 +0200 (Thu, 10 Apr 2008) | 5 lines
5257 5415
5258 Add the possibility to truncate overlay infos displayed: 5416 Add the possibility to truncate overlay infos displayed:
5259 %fCamera:20% will truncate data displayed to 20 characters 5417 %fCamera:20% will truncate data displayed to 20 characters
5260 and add 3 dots at the end. 5418 and add 3 dots at the end.
5261 For example, %name% -> some_file, %name:4% -> some... 5419 For example, %name% -> some_file, %name:4% -> some...
5262 5420
5263 ------------------------------------------------------------------------ 5421 ------------------------------------------------------------------------
5264 r390 | zas_ | 2008-04-10 02:09:43 +0200 (Čt, 10 dub 2008) | 2 lines 5422 r390 | zas_ | 2008-04-10 02:09:43 +0200 (Thu, 10 Apr 2008) | 2 lines
5265 5423
5266 Fix broken remove_common_prefix(), fCamera didn't display model as it should. 5424 Fix broken remove_common_prefix(), fCamera didn't display model as it should.
5267 5425
5268 ------------------------------------------------------------------------ 5426 ------------------------------------------------------------------------
5269 r389 | zas_ | 2008-04-10 00:47:43 +0200 (Čt, 10 dub 2008) | 2 lines 5427 r389 | zas_ | 2008-04-10 00:47:43 +0200 (Thu, 10 Apr 2008) | 2 lines
5270 5428
5271 Resync .po files. French translation was updated (100% made). 5429 Resync .po files. French translation was updated (100% made).
5272 5430
5273 ------------------------------------------------------------------------ 5431 ------------------------------------------------------------------------
5274 r388 | zas_ | 2008-04-10 00:36:43 +0200 (Čt, 10 dub 2008) | 2 lines 5432 r388 | zas_ | 2008-04-10 00:36:43 +0200 (Thu, 10 Apr 2008) | 2 lines
5275 5433
5276 Add 3 missing files to POTFILES.in. 5434 Add 3 missing files to POTFILES.in.
5277 5435
5278 ------------------------------------------------------------------------ 5436 ------------------------------------------------------------------------
5279 r387 | zas_ | 2008-04-10 00:33:06 +0200 (Čt, 10 dub 2008) | 2 lines 5437 r387 | zas_ | 2008-04-10 00:33:06 +0200 (Thu, 10 Apr 2008) | 2 lines
5280 5438
5281 Simple helper script to display translation statistics. 5439 Simple helper script to display translation statistics.
5282 5440
5283 ------------------------------------------------------------------------ 5441 ------------------------------------------------------------------------
5284 r386 | zas_ | 2008-04-10 00:13:11 +0200 (Čt, 10 dub 2008) | 3 lines 5442 r386 | zas_ | 2008-04-10 00:13:11 +0200 (Thu, 10 Apr 2008) | 3 lines
5285 5443
5286 Fix a typo: "while fluorescent" -> "white fluorescent" 5444 Fix a typo: "while fluorescent" -> "white fluorescent"
5287 5445
5288 5446
5289 ------------------------------------------------------------------------ 5447 ------------------------------------------------------------------------
5290 r385 | zas_ | 2008-04-10 00:01:52 +0200 (Čt, 10 dub 2008) | 2 lines 5448 r385 | zas_ | 2008-04-10 00:01:52 +0200 (Thu, 10 Apr 2008) | 2 lines
5291 5449
5292 Resync .po files. Update french translation. 5450 Resync .po files. Update french translation.
5293 5451
5294 ------------------------------------------------------------------------ 5452 ------------------------------------------------------------------------
5295 r384 | nadvornik | 2008-04-09 23:14:50 +0200 (St, 09 dub 2008) | 2 lines 5453 r384 | nadvornik | 2008-04-09 23:14:50 +0200 (Wed, 09 Apr 2008) | 2 lines
5296 5454
5297 fixed crash in pan_calendar 5455 fixed crash in pan_calendar
5298 5456
5299 ------------------------------------------------------------------------ 5457 ------------------------------------------------------------------------
5300 r383 | nadvornik | 2008-04-09 22:49:32 +0200 (St, 09 dub 2008) | 2 lines 5458 r383 | nadvornik | 2008-04-09 22:49:32 +0200 (Wed, 09 Apr 2008) | 2 lines
5301 5459
5302 improved histogram drawing 5460 improved histogram drawing
5303 5461
5304 ------------------------------------------------------------------------ 5462 ------------------------------------------------------------------------
5305 r382 | zas_ | 2008-04-09 18:37:54 +0200 (St, 09 dub 2008) | 5 lines 5463 r382 | zas_ | 2008-04-09 18:37:54 +0200 (Wed, 09 Apr 2008) | 5 lines
5306 5464
5307 Simplify and unify gtk_window creation with the help of 5465 Simplify and unify gtk_window creation with the help of
5308 the new window_new() function, that wraps gtk_window_new() 5466 the new window_new() function, that wraps gtk_window_new()
5309 call. 5467 call.
5310 Subclass, title and icon are set in the same call. 5468 Subclass, title and icon are set in the same call.
5311 5469
5312 ------------------------------------------------------------------------ 5470 ------------------------------------------------------------------------
5313 r381 | zas_ | 2008-04-09 15:53:01 +0200 (St, 09 dub 2008) | 2 lines 5471 r381 | zas_ | 2008-04-09 15:53:01 +0200 (Wed, 09 Apr 2008) | 2 lines
5314 5472
5315 Replace occurences of Geeqie / geeqie by constants defined in main.h. 5473 Replace occurences of Geeqie / geeqie by constants defined in main.h.
5316 5474
5317 ------------------------------------------------------------------------ 5475 ------------------------------------------------------------------------
5318 r380 | zas_ | 2008-04-09 01:41:01 +0200 (St, 09 dub 2008) | 2 lines 5476 r380 | zas_ | 2008-04-09 01:41:01 +0200 (Wed, 09 Apr 2008) | 2 lines
5319 5477
5320 int -> gint 5478 int -> gint
5321 5479
5322 ------------------------------------------------------------------------ 5480 ------------------------------------------------------------------------
5323 r379 | zas_ | 2008-04-09 01:39:27 +0200 (St, 09 dub 2008) | 2 lines 5481 r379 | zas_ | 2008-04-09 01:39:27 +0200 (Wed, 09 Apr 2008) | 2 lines
5324 5482
5325 Make xmp debug info only appears when debug >= 2. 5483 Make xmp debug info only appears when debug >= 2.
5326 5484
5327 ------------------------------------------------------------------------ 5485 ------------------------------------------------------------------------
5328 r378 | zas_ | 2008-04-09 01:33:49 +0200 (St, 09 dub 2008) | 3 lines 5486 r378 | zas_ | 2008-04-09 01:33:49 +0200 (Wed, 09 Apr 2008) | 3 lines
5329 5487
5330 Enable image rotation depending on EXIF by default. 5488 Enable image rotation depending on EXIF by default.
5331 New users shouldn't have to search for it. 5489 New users shouldn't have to search for it.
5332 5490
5333 ------------------------------------------------------------------------ 5491 ------------------------------------------------------------------------
5334 r377 | zas_ | 2008-04-09 01:25:46 +0200 (St, 09 dub 2008) | 2 lines 5492 r377 | zas_ | 2008-04-09 01:25:46 +0200 (Wed, 09 Apr 2008) | 2 lines
5335 5493
5336 Fix missing header files inclusions. 5494 Fix missing header files inclusions.
5337 5495
5338 ------------------------------------------------------------------------ 5496 ------------------------------------------------------------------------
5339 r376 | zas_ | 2008-04-09 01:16:12 +0200 (St, 09 dub 2008) | 2 lines 5497 r376 | zas_ | 2008-04-09 01:16:12 +0200 (Wed, 09 Apr 2008) | 2 lines
5340 5498
5341 GQVIEW_* -> GQ_* 5499 GQVIEW_* -> GQ_*
5342 5500
5343 ------------------------------------------------------------------------ 5501 ------------------------------------------------------------------------
5344 r375 | zas_ | 2008-04-09 01:07:09 +0200 (St, 09 dub 2008) | 2 lines 5502 r375 | zas_ | 2008-04-09 01:07:09 +0200 (Wed, 09 Apr 2008) | 2 lines
5345 5503
5346 GQVIEW_H -> MAIN_H 5504 GQVIEW_H -> MAIN_H
5347 5505
5348 ------------------------------------------------------------------------ 5506 ------------------------------------------------------------------------
5349 r374 | zas_ | 2008-04-09 01:02:33 +0200 (St, 09 dub 2008) | 2 lines 5507 r374 | zas_ | 2008-04-09 01:02:33 +0200 (Wed, 09 Apr 2008) | 2 lines
5350 5508
5351 gqview.h -> main.h 5509 gqview.h -> main.h
5352 5510
5353 ------------------------------------------------------------------------ 5511 ------------------------------------------------------------------------
5354 r373 | zas_ | 2008-04-09 00:31:42 +0200 (St, 09 dub 2008) | 2 lines 5512 r373 | zas_ | 2008-04-09 00:31:42 +0200 (Wed, 09 Apr 2008) | 2 lines
5355 5513
5356 Remove obsolete prototype. 5514 Remove obsolete prototype.
5357 5515
5358 ------------------------------------------------------------------------ 5516 ------------------------------------------------------------------------
5359 r372 | zas_ | 2008-04-09 00:28:55 +0200 (St, 09 dub 2008) | 9 lines 5517 r372 | zas_ | 2008-04-09 00:28:55 +0200 (Wed, 09 Apr 2008) | 9 lines
5360 5518
5361 5519
5362 gqview_remote -> remote_connection 5520 gqview_remote -> remote_connection
5363 gqview_command_collection -> command_collection 5521 gqview_command_collection -> command_collection
5364 gqview_remote_control() -> remote_control() 5522 gqview_remote_control() -> remote_control()
5366 gqview_remote_command_find() -> remote_command_find() 5524 gqview_remote_command_find() -> remote_command_find()
5367 gqview_remote_build_list() -> remote_build_list() 5525 gqview_remote_build_list() -> remote_build_list()
5368 gqview_remote_cb() -> remote_cb() 5526 gqview_remote_cb() -> remote_cb()
5369 5527
5370 ------------------------------------------------------------------------ 5528 ------------------------------------------------------------------------
5371 r371 | zas_ | 2008-04-09 00:16:56 +0200 (St, 09 dub 2008) | 4 lines 5529 r371 | zas_ | 2008-04-09 00:16:56 +0200 (Wed, 09 Apr 2008) | 4 lines
5372 5530
5373 5531
5374 exit_gqview() renamed to exit_program(). 5532 exit_gqview() renamed to exit_program().
5375 exit_gqview_final() renamed to exit_program_final(). 5533 exit_gqview_final() renamed to exit_program_final().
5376 5534
5377 ------------------------------------------------------------------------ 5535 ------------------------------------------------------------------------
5378 r370 | zas_ | 2008-04-09 00:05:04 +0200 (St, 09 dub 2008) | 8 lines 5536 r370 | zas_ | 2008-04-09 00:05:04 +0200 (Wed, 09 Apr 2008) | 8 lines
5379 5537
5380 Add support for some Samsung raw files (.pef). 5538 Add support for some Samsung raw files (.pef).
5381 5539
5382 Samsung raw not strongly differ from Pentax raw. 5540 Samsung raw not strongly differ from Pentax raw.
5383 The only difference in header (manufacturer, camera name and etc). 5541 The only difference in header (manufacturer, camera name and etc).
5384 Tested on Samsung GX-1S and Pentax *ist DS. 5542 Tested on Samsung GX-1S and Pentax *ist DS.
5385 Patch by Max Lushnikov. 5543 Patch by Max Lushnikov.
5386 5544
5387 5545
5388 ------------------------------------------------------------------------ 5546 ------------------------------------------------------------------------
5389 r369 | zas_ | 2008-04-08 23:55:58 +0200 (Út, 08 dub 2008) | 7 lines 5547 r369 | zas_ | 2008-04-08 23:55:58 +0200 (Tue, 08 Apr 2008) | 7 lines
5390 5548
5391 Implement secure rc file saving. 5549 Implement secure rc file saving.
5392 First data is written to a temporary file, then if nothing 5550 First data is written to a temporary file, then if nothing
5393 was wrong, this file is renamed to the final name. 5551 was wrong, this file is renamed to the final name.
5394 This way the risk of corrupted rc file is greatly reduced. 5552 This way the risk of corrupted rc file is greatly reduced.
5395 The code is borrowed from ELinks (http://elinks.cz). 5553 The code is borrowed from ELinks (http://elinks.cz).
5396 5554
5397 5555
5398 ------------------------------------------------------------------------ 5556 ------------------------------------------------------------------------
5399 r368 | nadvornik | 2008-04-08 23:52:04 +0200 (Út, 08 dub 2008) | 2 lines 5557 r368 | nadvornik | 2008-04-08 23:52:04 +0200 (Tue, 08 Apr 2008) | 2 lines
5400 5558
5401 fixed histogram label 5559 fixed histogram label
5402 5560
5403 ------------------------------------------------------------------------ 5561 ------------------------------------------------------------------------
5404 r367 | zas_ | 2008-04-08 23:33:29 +0200 (Út, 08 dub 2008) | 11 lines 5562 r367 | zas_ | 2008-04-08 23:33:29 +0200 (Tue, 08 Apr 2008) | 11 lines
5405 5563
5406 Fix the "continuous display" of tooltips in the collection view 5564 Fix the "continuous display" of tooltips in the collection view
5407 (before the tooltip delay occured once, then changing icon to icon never hide the 5565 (before the tooltip delay occured once, then changing icon to icon never hide the
5408 tooltip again, now the tip is displayed shortly after the cursor moved on the icon, 5566 tooltip again, now the tip is displayed shortly after the cursor moved on the icon,
5409 but disappears when moving cursor to another icon). 5567 but disappears when moving cursor to another icon).
5413 5571
5414 When Show filename text is off, behavior is unchanged, the (short) filename is 5572 When Show filename text is off, behavior is unchanged, the (short) filename is
5415 displayed. 5573 displayed.
5416 5574
5417 ------------------------------------------------------------------------ 5575 ------------------------------------------------------------------------
5418 r366 | nadvornik | 2008-04-08 22:56:50 +0200 (Út, 08 dub 2008) | 3 lines 5576 r366 | nadvornik | 2008-04-08 22:56:50 +0200 (Tue, 08 Apr 2008) | 3 lines
5419 5577
5420 reworked the histogram patch by Uwe Ohse, most of the code is in 5578 reworked the histogram patch by Uwe Ohse, most of the code is in
5421 separate files 5579 separate files
5422 5580
5423 ------------------------------------------------------------------------ 5581 ------------------------------------------------------------------------
5424 r365 | nadvornik | 2008-04-08 19:26:13 +0200 (Út, 08 dub 2008) | 2 lines 5582 r365 | nadvornik | 2008-04-08 19:26:13 +0200 (Tue, 08 Apr 2008) | 2 lines
5425 5583
5426 fixed file delete notification in view_file_icon 5584 fixed file delete notification in view_file_icon
5427 5585
5428 ------------------------------------------------------------------------ 5586 ------------------------------------------------------------------------
5429 r364 | zas_ | 2008-04-08 18:22:21 +0200 (Út, 08 dub 2008) | 2 lines 5587 r364 | zas_ | 2008-04-08 18:22:21 +0200 (Tue, 08 Apr 2008) | 2 lines
5430 5588
5431 gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10. 5589 gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.
5432 5590
5433 ------------------------------------------------------------------------ 5591 ------------------------------------------------------------------------
5434 r363 | zas_ | 2008-04-08 17:53:03 +0200 (Út, 08 dub 2008) | 2 lines 5592 r363 | zas_ | 2008-04-08 17:53:03 +0200 (Tue, 08 Apr 2008) | 2 lines
5435 5593
5436 Move active variable affectation after the test. 5594 Move active variable affectation after the test.
5437 5595
5438 ------------------------------------------------------------------------ 5596 ------------------------------------------------------------------------
5439 r362 | zas_ | 2008-04-08 16:52:42 +0200 (Út, 08 dub 2008) | 2 lines 5597 r362 | zas_ | 2008-04-08 16:52:42 +0200 (Tue, 08 Apr 2008) | 2 lines
5440 5598
5441 Simplify layout_color_name_parse() using g_strdelimit(). 5599 Simplify layout_color_name_parse() using g_strdelimit().
5442 5600
5443 ------------------------------------------------------------------------ 5601 ------------------------------------------------------------------------
5444 r361 | zas_ | 2008-04-08 16:50:14 +0200 (Út, 08 dub 2008) | 2 lines 5602 r361 | zas_ | 2008-04-08 16:50:14 +0200 (Tue, 08 Apr 2008) | 2 lines
5445 5603
5446 Tidy up, whitespaces and indentation fix. 5604 Tidy up, whitespaces and indentation fix.
5447 5605
5448 ------------------------------------------------------------------------ 5606 ------------------------------------------------------------------------
5449 r360 | zas_ | 2008-04-08 13:53:35 +0200 (Út, 08 dub 2008) | 7 lines 5607 r360 | zas_ | 2008-04-08 13:53:35 +0200 (Tue, 08 Apr 2008) | 7 lines
5450 5608
5451 Remove dependency on GTK 2.12, reported by John Vodden and Vladimir 5609 Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
5452 Nadvornik. 5610 Nadvornik.
5453 gtk_set_tooltip_markup() calls were disabled for GTK+ versions < 2.12. 5611 gtk_set_tooltip_markup() calls were disabled for GTK+ versions < 2.12.
5454 gdk_color_to_string() was replaced by a equivalent function. 5612 gdk_color_to_string() was replaced by a equivalent function.
5455 5613
5456 5614
5457 5615
5458 ------------------------------------------------------------------------ 5616 ------------------------------------------------------------------------
5459 r359 | zas_ | 2008-04-07 21:47:22 +0200 (Po, 07 dub 2008) | 9 lines 5617 r359 | zas_ | 2008-04-07 21:47:22 +0200 (Mon, 07 Apr 2008) | 9 lines
5460 5618
5461 Add the possibility to print file names with path. 5619 Add the possibility to print file names with path.
5462 A checkbox was added to the Text tab in the Print dialog. 5620 A checkbox was added to the Text tab in the Print dialog.
5463 5621
5464 Name checked and Path unchecked -> filename.jpg 5622 Name checked and Path unchecked -> filename.jpg
5466 Name unchecked and Path checked -> /some/dir/ 5624 Name unchecked and Path checked -> /some/dir/
5467 5625
5468 Patch by Michael Mokeev and Laurent Monin. 5626 Patch by Michael Mokeev and Laurent Monin.
5469 5627
5470 ------------------------------------------------------------------------ 5628 ------------------------------------------------------------------------
5471 r358 | zas_ | 2008-04-07 21:06:17 +0200 (Po, 07 dub 2008) | 2 lines 5629 r358 | zas_ | 2008-04-07 21:06:17 +0200 (Mon, 07 Apr 2008) | 2 lines
5472 5630
5473 Fix a segfault on fullscreen file deletion reported by Frédéric Mantegazza. 5631 Fix a segfault on fullscreen file deletion reported by Fr?\195?\169d?\195?\169ric Mantegazza.
5474 5632
5475 ------------------------------------------------------------------------ 5633 ------------------------------------------------------------------------
5476 r357 | zas_ | 2008-04-07 20:52:54 +0200 (Po, 07 dub 2008) | 3 lines 5634 r357 | zas_ | 2008-04-07 20:52:54 +0200 (Mon, 07 Apr 2008) | 3 lines
5477 5635
5478 Add the possibility to match duplicates on the name but ignoring the case. 5636 Add the possibility to match duplicates on the name but ignoring the case.
5479 A new item was added to types of match combo box in the Find duplicates dialog. 5637 A new item was added to types of match combo box in the Find duplicates dialog.
5480 5638
5481 ------------------------------------------------------------------------ 5639 ------------------------------------------------------------------------
5482 r356 | zas_ | 2008-04-07 10:09:39 +0200 (Po, 07 dub 2008) | 3 lines 5640 r356 | zas_ | 2008-04-07 10:09:39 +0200 (Mon, 07 Apr 2008) | 3 lines
5483 5641
5484 Display marks in overlay info only if at least one is set. 5642 Display marks in overlay info only if at least one is set.
5485 Fix a missing g_string_free(). 5643 Fix a missing g_string_free().
5486 5644
5487 ------------------------------------------------------------------------ 5645 ------------------------------------------------------------------------
5488 r355 | zas_ | 2008-04-06 12:17:41 +0200 (Ne, 06 dub 2008) | 3 lines 5646 r355 | zas_ | 2008-04-06 12:17:41 +0200 (Sun, 06 Apr 2008) | 3 lines
5489 5647
5490 Mark all exif labels as translatable. 5648 Mark all exif labels as translatable.
5491 Before only some of them were enclosed by N_(). 5649 Before only some of them were enclosed by N_().
5492 5650
5493 ------------------------------------------------------------------------ 5651 ------------------------------------------------------------------------
5494 r354 | zas_ | 2008-04-06 12:03:54 +0200 (Ne, 06 dub 2008) | 2 lines 5652 r354 | zas_ | 2008-04-06 12:03:54 +0200 (Sun, 06 Apr 2008) | 2 lines
5495 5653
5496 Mark strings as translatable. 5654 Mark strings as translatable.
5497 5655
5498 ------------------------------------------------------------------------ 5656 ------------------------------------------------------------------------
5499 r353 | zas_ | 2008-04-05 17:23:39 +0200 (So, 05 dub 2008) | 4 lines 5657 r353 | zas_ | 2008-04-05 17:23:39 +0200 (Sat, 05 Apr 2008) | 4 lines
5500 5658
5501 Improve remove_trailing_slash() so it allocates no more than 5659 Improve remove_trailing_slash() so it allocates no more than
5502 needed bytes and remove all trailing slashes instead only one. 5660 needed bytes and remove all trailing slashes instead only one.
5503 5661
5504 5662
5505 ------------------------------------------------------------------------ 5663 ------------------------------------------------------------------------
5506 r352 | zas_ | 2008-04-05 13:59:29 +0200 (So, 05 dub 2008) | 4 lines 5664 r352 | zas_ | 2008-04-05 13:59:29 +0200 (Sat, 05 Apr 2008) | 4 lines
5507 5665
5508 5666
5509 Comment out unused code. 5667 Comment out unused code.
5510 Geeqie code now compiles cleanly with -Wall gcc option. 5668 Geeqie code now compiles cleanly with -Wall gcc option.
5511 5669
5512 ------------------------------------------------------------------------ 5670 ------------------------------------------------------------------------
5513 r351 | zas_ | 2008-04-05 00:34:55 +0200 (So, 05 dub 2008) | 3 lines 5671 r351 | zas_ | 2008-04-05 00:34:55 +0200 (Sat, 05 Apr 2008) | 3 lines
5514 5672
5515 Change default exif order a bit to move up common and useful 5673 Change default exif order a bit to move up common and useful
5516 info. 5674 info.
5517 5675
5518 ------------------------------------------------------------------------ 5676 ------------------------------------------------------------------------
5519 r350 | zas_ | 2008-04-05 00:23:36 +0200 (So, 05 dub 2008) | 3 lines 5677 r350 | zas_ | 2008-04-05 00:23:36 +0200 (Sat, 05 Apr 2008) | 3 lines
5520 5678
5521 5679
5522 Re-add "What to show in properties dialog:" label before the table. 5680 Re-add "What to show in properties dialog:" label before the table.
5523 5681
5524 ------------------------------------------------------------------------ 5682 ------------------------------------------------------------------------
5525 r349 | zas_ | 2008-04-05 00:12:28 +0200 (So, 05 dub 2008) | 3 lines 5683 r349 | zas_ | 2008-04-05 00:12:28 +0200 (Sat, 05 Apr 2008) | 3 lines
5526 5684
5527 Rename exif preferences tab to "Properties", and name the 5685 Rename exif preferences tab to "Properties", and name the
5528 subsection "Exif". 5686 subsection "Exif".
5529 5687
5530 ------------------------------------------------------------------------ 5688 ------------------------------------------------------------------------
5531 r348 | zas_ | 2008-04-04 20:50:52 +0200 (Pá, 04 dub 2008) | 3 lines 5689 r348 | zas_ | 2008-04-04 20:50:52 +0200 (Fri, 04 Apr 2008) | 3 lines
5532 5690
5533 Fix a segfault occuring when enabling debug mode. 5691 Fix a segfault occuring when enabling debug mode.
5534 At this point il->fd can be null. 5692 At this point il->fd can be null.
5535 5693
5536 ------------------------------------------------------------------------ 5694 ------------------------------------------------------------------------
5537 r347 | zas_ | 2008-04-04 01:29:14 +0200 (Pá, 04 dub 2008) | 6 lines 5695 r347 | zas_ | 2008-04-04 01:29:14 +0200 (Fri, 04 Apr 2008) | 6 lines
5538 5696
5539 Make the wmclass value unique among the code by defining 5697 Make the wmclass value unique among the code by defining
5540 it in main header file as GQ_WMCLASS. 5698 it in main header file as GQ_WMCLASS.
5541 Before this patch, it was set using PACKAGE (="geeqie"), 5699 Before this patch, it was set using PACKAGE (="geeqie"),
5542 or by the hardcoded string "Geeqie". 5700 or by the hardcoded string "Geeqie".
5543 Now all Geeqie windows have the same value for wmclass. 5701 Now all Geeqie windows have the same value for wmclass.
5544 5702
5545 ------------------------------------------------------------------------ 5703 ------------------------------------------------------------------------
5546 r346 | zas_ | 2008-04-04 00:39:50 +0200 (Pá, 04 dub 2008) | 2 lines 5704 r346 | zas_ | 2008-04-04 00:39:50 +0200 (Fri, 04 Apr 2008) | 2 lines
5547 5705
5548 Initialize variables, clearing a gcc warning. 5706 Initialize variables, clearing a gcc warning.
5549 5707
5550 ------------------------------------------------------------------------ 5708 ------------------------------------------------------------------------
5551 r345 | zas_ | 2008-04-04 00:33:28 +0200 (Pá, 04 dub 2008) | 2 lines 5709 r345 | zas_ | 2008-04-04 00:33:28 +0200 (Fri, 04 Apr 2008) | 2 lines
5552 5710
5553 Add missing prototype to header file. 5711 Add missing prototype to header file.
5554 5712
5555 ------------------------------------------------------------------------ 5713 ------------------------------------------------------------------------
5556 r344 | zas_ | 2008-04-04 00:29:20 +0200 (Pá, 04 dub 2008) | 2 lines 5714 r344 | zas_ | 2008-04-04 00:29:20 +0200 (Fri, 04 Apr 2008) | 2 lines
5557 5715
5558 Add few missing prototypes to header file. 5716 Add few missing prototypes to header file.
5559 5717
5560 ------------------------------------------------------------------------ 5718 ------------------------------------------------------------------------
5561 r343 | zas_ | 2008-04-04 00:20:42 +0200 (Pá, 04 dub 2008) | 2 lines 5719 r343 | zas_ | 2008-04-04 00:20:42 +0200 (Fri, 04 Apr 2008) | 2 lines
5562 5720
5563 Drop a bunch of unused variables. 5721 Drop a bunch of unused variables.
5564 5722
5565 ------------------------------------------------------------------------ 5723 ------------------------------------------------------------------------
5566 r342 | zas_ | 2008-04-04 00:14:37 +0200 (Pá, 04 dub 2008) | 2 lines 5724 r342 | zas_ | 2008-04-04 00:14:37 +0200 (Fri, 04 Apr 2008) | 2 lines
5567 5725
5568 Add missing #include. 5726 Add missing #include.
5569 5727
5570 ------------------------------------------------------------------------ 5728 ------------------------------------------------------------------------
5571 r341 | zas_ | 2008-04-04 00:13:12 +0200 (Pá, 04 dub 2008) | 2 lines 5729 r341 | zas_ | 2008-04-04 00:13:12 +0200 (Fri, 04 Apr 2008) | 2 lines
5572 5730
5573 Remove unused variables. 5731 Remove unused variables.
5574 5732
5575 ------------------------------------------------------------------------ 5733 ------------------------------------------------------------------------
5576 r340 | zas_ | 2008-04-04 00:09:36 +0200 (Pá, 04 dub 2008) | 2 lines 5734 r340 | zas_ | 2008-04-04 00:09:36 +0200 (Fri, 04 Apr 2008) | 2 lines
5577 5735
5578 Add missing prototype. 5736 Add missing prototype.
5579 5737
5580 ------------------------------------------------------------------------ 5738 ------------------------------------------------------------------------
5581 r339 | zas_ | 2008-04-04 00:06:31 +0200 (Pá, 04 dub 2008) | 2 lines 5739 r339 | zas_ | 2008-04-04 00:06:31 +0200 (Fri, 04 Apr 2008) | 2 lines
5582 5740
5583 Drop 3 unused variables and comment out 2 unused functions. 5741 Drop 3 unused variables and comment out 2 unused functions.
5584 5742
5585 ------------------------------------------------------------------------ 5743 ------------------------------------------------------------------------
5586 r338 | zas_ | 2008-04-04 00:03:14 +0200 (Pá, 04 dub 2008) | 2 lines 5744 r338 | zas_ | 2008-04-04 00:03:14 +0200 (Fri, 04 Apr 2008) | 2 lines
5587 5745
5588 Add parenthesis around affection to clear a gcc warning. 5746 Add parenthesis around affection to clear a gcc warning.
5589 5747
5590 ------------------------------------------------------------------------ 5748 ------------------------------------------------------------------------
5591 r337 | zas_ | 2008-04-04 00:01:08 +0200 (Pá, 04 dub 2008) | 2 lines 5749 r337 | zas_ | 2008-04-04 00:01:08 +0200 (Fri, 04 Apr 2008) | 2 lines
5592 5750
5593 Fix a signedness warning. 5751 Fix a signedness warning.
5594 5752
5595 ------------------------------------------------------------------------ 5753 ------------------------------------------------------------------------
5596 r336 | zas_ | 2008-04-03 23:54:23 +0200 (Čt, 03 dub 2008) | 3 lines 5754 r336 | zas_ | 2008-04-03 23:54:23 +0200 (Thu, 03 Apr 2008) | 3 lines
5597 5755
5598 Main configuration file was renamed from gqviewrc to geeqierc. 5756 Main configuration file was renamed from gqviewrc to geeqierc.
5599 5757
5600 5758
5601 ------------------------------------------------------------------------ 5759 ------------------------------------------------------------------------
5602 r335 | zas_ | 2008-04-03 23:50:53 +0200 (Čt, 03 dub 2008) | 3 lines 5760 r335 | zas_ | 2008-04-03 23:50:53 +0200 (Thu, 03 Apr 2008) | 3 lines
5603 5761
5604 Fix a segfault occuring when using --without-exiv2 and 5762 Fix a segfault occuring when using --without-exiv2 and
5605 concerning exif stuff. 5763 concerning exif stuff.
5606 5764
5607 ------------------------------------------------------------------------ 5765 ------------------------------------------------------------------------
5608 r334 | zas_ | 2008-04-03 23:49:17 +0200 (Čt, 03 dub 2008) | 2 lines 5766 r334 | zas_ | 2008-04-03 23:49:17 +0200 (Thu, 03 Apr 2008) | 2 lines
5609 5767
5610 Fix missing bit of previous patch. 5768 Fix missing bit of previous patch.
5611 5769
5612 ------------------------------------------------------------------------ 5770 ------------------------------------------------------------------------
5613 r333 | zas_ | 2008-04-03 23:04:19 +0200 (Čt, 03 dub 2008) | 2 lines 5771 r333 | zas_ | 2008-04-03 23:04:19 +0200 (Thu, 03 Apr 2008) | 2 lines
5614 5772
5615 Fix two more gcc warnings related to function declarations. 5773 Fix two more gcc warnings related to function declarations.
5616 5774
5617 ------------------------------------------------------------------------ 5775 ------------------------------------------------------------------------
5618 r332 | zas_ | 2008-04-03 22:53:13 +0200 (Čt, 03 dub 2008) | 3 lines 5776 r332 | zas_ | 2008-04-03 22:53:13 +0200 (Thu, 03 Apr 2008) | 3 lines
5619 5777
5620 Remove two unused variables declarations, and add a missing #include. 5778 Remove two unused variables declarations, and add a missing #include.
5621 5779
5622 5780
5623 ------------------------------------------------------------------------ 5781 ------------------------------------------------------------------------
5624 r331 | zas_ | 2008-04-03 22:46:55 +0200 (Čt, 03 dub 2008) | 2 lines 5782 r331 | zas_ | 2008-04-03 22:46:55 +0200 (Thu, 03 Apr 2008) | 2 lines
5625 5783
5626 Drop unused variable. 5784 Drop unused variable.
5627 5785
5628 ------------------------------------------------------------------------ 5786 ------------------------------------------------------------------------
5629 r330 | zas_ | 2008-04-03 22:45:55 +0200 (Čt, 03 dub 2008) | 2 lines 5787 r330 | zas_ | 2008-04-03 22:45:55 +0200 (Thu, 03 Apr 2008) | 2 lines
5630 5788
5631 Add missing return at the end of editor_command_next_start(). 5789 Add missing return at the end of editor_command_next_start().
5632 5790
5633 ------------------------------------------------------------------------ 5791 ------------------------------------------------------------------------
5634 r329 | zas_ | 2008-04-03 22:40:15 +0200 (Čt, 03 dub 2008) | 2 lines 5792 r329 | zas_ | 2008-04-03 22:40:15 +0200 (Thu, 03 Apr 2008) | 2 lines
5635 5793
5636 Drop unused variable. 5794 Drop unused variable.
5637 5795
5638 ------------------------------------------------------------------------ 5796 ------------------------------------------------------------------------
5639 r328 | zas_ | 2008-04-03 22:38:59 +0200 (Čt, 03 dub 2008) | 2 lines 5797 r328 | zas_ | 2008-04-03 22:38:59 +0200 (Thu, 03 Apr 2008) | 2 lines
5640 5798
5641 Make collect_manager_process_action() static. 5799 Make collect_manager_process_action() static.
5642 5800
5643 ------------------------------------------------------------------------ 5801 ------------------------------------------------------------------------
5644 r327 | zas_ | 2008-04-03 22:34:49 +0200 (Čt, 03 dub 2008) | 2 lines 5802 r327 | zas_ | 2008-04-03 22:34:49 +0200 (Thu, 03 Apr 2008) | 2 lines
5645 5803
5646 Fix typos in functions names: file_list -> filelist. 5804 Fix typos in functions names: file_list -> filelist.
5647 5805
5648 ------------------------------------------------------------------------ 5806 ------------------------------------------------------------------------
5649 r326 | zas_ | 2008-04-03 22:25:22 +0200 (Čt, 03 dub 2008) | 2 lines 5807 r326 | zas_ | 2008-04-03 22:25:22 +0200 (Thu, 03 Apr 2008) | 2 lines
5650 5808
5651 Remove unused variable declarations. 5809 Remove unused variable declarations.
5652 5810
5653 ------------------------------------------------------------------------ 5811 ------------------------------------------------------------------------
5654 r325 | zas_ | 2008-04-03 22:24:20 +0200 (Čt, 03 dub 2008) | 2 lines 5812 r325 | zas_ | 2008-04-03 22:24:20 +0200 (Thu, 03 Apr 2008) | 2 lines
5655 5813
5656 Fix missing header include (filelist.h). 5814 Fix missing header include (filelist.h).
5657 5815
5658 ------------------------------------------------------------------------ 5816 ------------------------------------------------------------------------
5659 r324 | zas_ | 2008-04-03 22:19:16 +0200 (Čt, 03 dub 2008) | 2 lines 5817 r324 | zas_ | 2008-04-03 22:19:16 +0200 (Thu, 03 Apr 2008) | 2 lines
5660 5818
5661 Remove unused variables declarations. 5819 Remove unused variables declarations.
5662 5820
5663 ------------------------------------------------------------------------ 5821 ------------------------------------------------------------------------
5664 r323 | zas_ | 2008-04-03 22:11:09 +0200 (Čt, 03 dub 2008) | 7 lines 5822 r323 | zas_ | 2008-04-03 22:11:09 +0200 (Thu, 03 Apr 2008) | 7 lines
5665 5823
5666 Move tabs code from config_window_create() to new smaller functions. 5824 Move tabs code from config_window_create() to new smaller functions.
5667 Each tab has now its own function named: 5825 Each tab has now its own function named:
5668 config_tab_general(), config_tab_image(), config_tab_windows(), 5826 config_tab_general(), config_tab_image(), config_tab_windows(),
5669 config_tab_filtering(), config_tab_editors(), config_tab_exif(), 5827 config_tab_filtering(), config_tab_editors(), config_tab_exif(),
5670 config_tab_advanced(); 5828 config_tab_advanced();
5671 5829
5672 5830
5673 ------------------------------------------------------------------------ 5831 ------------------------------------------------------------------------
5674 r322 | zas_ | 2008-04-03 20:20:39 +0200 (Čt, 03 dub 2008) | 2 lines 5832 r322 | zas_ | 2008-04-03 20:20:39 +0200 (Thu, 03 Apr 2008) | 2 lines
5675 5833
5676 Use more generic names for some cache manager callback functions. 5834 Use more generic names for some cache manager callback functions.
5677 5835
5678 ------------------------------------------------------------------------ 5836 ------------------------------------------------------------------------
5679 r321 | zas_ | 2008-04-03 19:34:30 +0200 (Čt, 03 dub 2008) | 3 lines 5837 r321 | zas_ | 2008-04-03 19:34:30 +0200 (Thu, 03 Apr 2008) | 3 lines
5680 5838
5681 Replace some occurences of gqview by Geeqie. 5839 Replace some occurences of gqview by Geeqie.
5682 5840
5683 5841
5684 ------------------------------------------------------------------------ 5842 ------------------------------------------------------------------------
5685 r320 | zas_ | 2008-04-03 19:15:49 +0200 (Čt, 03 dub 2008) | 6 lines 5843 r320 | zas_ | 2008-04-03 19:15:49 +0200 (Thu, 03 Apr 2008) | 6 lines
5686 5844
5687 Add a debug level spinner at the end of Preferences > Advanced. 5845 Add a debug level spinner at the end of Preferences > Advanced.
5688 One can now enable debug mode without restarting geeqie. 5846 One can now enable debug mode without restarting geeqie.
5689 A possibility to disable all debugging code and related options 5847 A possibility to disable all debugging code and related options
5690 at compile time was added. 5848 at compile time was added.
5691 5849
5692 5850
5693 ------------------------------------------------------------------------ 5851 ------------------------------------------------------------------------
5694 r319 | zas_ | 2008-04-03 16:35:03 +0200 (Čt, 03 dub 2008) | 7 lines 5852 r319 | zas_ | 2008-04-03 16:35:03 +0200 (Thu, 03 Apr 2008) | 7 lines
5695 5853
5696 Fix and simplify thumbnails size combo box related code. 5854 Fix and simplify thumbnails size combo box related code.
5697 Some variables were unused, code was buggy (spurious entry at 5855 Some variables were unused, code was buggy (spurious entry at
5698 the end of the list). A sanity check for values coming from 5856 the end of the list). A sanity check for values coming from
5699 rc file was added. Two constants now define the default 5857 rc file was added. Two constants now define the default
5700 thumbnail size. 5858 thumbnail size.
5701 5859
5702 5860
5703 ------------------------------------------------------------------------ 5861 ------------------------------------------------------------------------
5704 r318 | zas_ | 2008-04-03 15:58:20 +0200 (Čt, 03 dub 2008) | 4 lines 5862 r318 | zas_ | 2008-04-03 15:58:20 +0200 (Thu, 03 Apr 2008) | 4 lines
5705 5863
5706 5864
5707 Make the preferences window resizeable, and try to improve 5865 Make the preferences window resizeable, and try to improve
5708 display of editors tab. 5866 display of editors tab.
5709 5867
5710 ------------------------------------------------------------------------ 5868 ------------------------------------------------------------------------
5711 r317 | zas_ | 2008-04-03 15:24:13 +0200 (Čt, 03 dub 2008) | 3 lines 5869 r317 | zas_ | 2008-04-03 15:24:13 +0200 (Thu, 03 Apr 2008) | 3 lines
5712 5870
5713 Tidy up. Fix indentation and missing whitespaces. 5871 Tidy up. Fix indentation and missing whitespaces.
5714 Make editors table creation code a bit more readable. 5872 Make editors table creation code a bit more readable.
5715 5873
5716 ------------------------------------------------------------------------ 5874 ------------------------------------------------------------------------
5717 r316 | zas_ | 2008-04-03 10:51:32 +0200 (Čt, 03 dub 2008) | 11 lines 5875 r316 | zas_ | 2008-04-03 10:51:32 +0200 (Thu, 03 Apr 2008) | 11 lines
5718 5876
5719 Setting no limit size to trash directory is now possible using zero as value. 5877 Setting no limit size to trash directory is now possible using zero as value.
5720 A tooltip was added to the spinner to inform the user of this possibility. 5878 A tooltip was added to the spinner to inform the user of this possibility.
5721 When 0 is set, no remaining/free space check occurs. 5879 When 0 is set, no remaining/free space check occurs.
5722 Default size of the trash was set to a 128M and maximum size is now 2048MB, which 5880 Default size of the trash was set to a 128M and maximum size is now 2048MB, which
5726 - if safe delete is on, max size and path to the trash 5884 - if safe delete is on, max size and path to the trash
5727 - if safe delete is off 5885 - if safe delete is off
5728 5886
5729 5887
5730 ------------------------------------------------------------------------ 5888 ------------------------------------------------------------------------
5731 r315 | nadvornik | 2008-04-02 22:44:40 +0200 (St, 02 dub 2008) | 3 lines 5889 r315 | nadvornik | 2008-04-02 22:44:40 +0200 (Wed, 02 Apr 2008) | 3 lines
5732 5890
5733 various exif improvements based on patch by Uwe Ohse 5891 various exif improvements based on patch by Uwe Ohse
5734 try to compute 35mm focal length 5892 try to compute 35mm focal length
5735 5893
5736 ------------------------------------------------------------------------ 5894 ------------------------------------------------------------------------
5737 r314 | zas_ | 2008-04-02 14:12:50 +0200 (St, 02 dub 2008) | 6 lines 5895 r314 | zas_ | 2008-04-02 14:12:50 +0200 (Wed, 02 Apr 2008) | 6 lines
5738 5896
5739 Make properties tabs reorderable through drag'n drop. 5897 Make properties tabs reorderable through drag'n drop.
5740 Order is preserved during the whole session. 5898 Order is preserved during the whole session.
5741 When a new properties dialog is open, it uses the last order used. 5899 When a new properties dialog is open, it uses the last order used.
5742 Currently, order isn't saved to rc file. 5900 Currently, order isn't saved to rc file.
5743 5901
5744 5902
5745 ------------------------------------------------------------------------ 5903 ------------------------------------------------------------------------
5746 r313 | zas_ | 2008-04-02 12:40:54 +0200 (St, 02 dub 2008) | 5 lines 5904 r313 | zas_ | 2008-04-02 12:40:54 +0200 (Wed, 02 Apr 2008) | 5 lines
5747 5905
5748 Honor selection while fullscreen navigation. 5906 Honor selection while fullscreen navigation.
5749 The behavior is now consistent in full screen and windowed mode. 5907 The behavior is now consistent in full screen and windowed mode.
5750 It fixes the fact that the selection was discarded on "Next". 5908 It fixes the fact that the selection was discarded on "Next".
5751 Patch by Uwe Ohse. Cleanups by Laurent Monin. 5909 Patch by Uwe Ohse. Cleanups by Laurent Monin.
5752 5910
5753 ------------------------------------------------------------------------ 5911 ------------------------------------------------------------------------
5754 r312 | zas_ | 2008-04-01 09:42:31 +0200 (Út, 01 dub 2008) | 1 line 5912 r312 | zas_ | 2008-04-01 09:42:31 +0200 (Tue, 01 Apr 2008) | 1 line
5755 5913
5756 Fix display of image number in properties dialog when more than one image is selected. 5914 Fix display of image number in properties dialog when more than one image is selected.
5757 ------------------------------------------------------------------------ 5915 ------------------------------------------------------------------------
5758 r311 | zas_ | 2008-04-01 00:10:25 +0200 (Út, 01 dub 2008) | 1 line 5916 r311 | zas_ | 2008-04-01 00:10:25 +0200 (Tue, 01 Apr 2008) | 1 line
5759 5917
5760 Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10. 5918 Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
5761 ------------------------------------------------------------------------ 5919 ------------------------------------------------------------------------
5762 r310 | nadvornik | 2008-03-31 23:09:36 +0200 (Po, 31 bře 2008) | 3 lines 5920 r310 | nadvornik | 2008-03-31 23:09:36 +0200 (Mon, 31 Mar 2008) | 3 lines
5763 5921
5764 use quoted_value everywhere 5922 use quoted_value everywhere
5765 simplify parsing of multiple quoted values on one line 5923 simplify parsing of multiple quoted values on one line
5766 5924
5767 ------------------------------------------------------------------------ 5925 ------------------------------------------------------------------------
5768 r309 | zas_ | 2008-03-31 09:29:03 +0200 (Po, 31 bře 2008) | 1 line 5926 r309 | zas_ | 2008-03-31 09:29:03 +0200 (Mon, 31 Mar 2008) | 1 line
5769 5927
5770 Indentation and white lines minor fixes. 5928 Indentation and white lines minor fixes.
5771 ------------------------------------------------------------------------ 5929 ------------------------------------------------------------------------
5772 r308 | zas_ | 2008-03-30 21:26:35 +0200 (Ne, 30 bře 2008) | 1 line 5930 r308 | zas_ | 2008-03-30 21:26:35 +0200 (Sun, 30 Mar 2008) | 1 line
5773 5931
5774 Move strlen() calls outside the while loop. 5932 Move strlen() calls outside the while loop.
5775 ------------------------------------------------------------------------ 5933 ------------------------------------------------------------------------
5776 r307 | zas_ | 2008-03-30 16:19:34 +0200 (Ne, 30 bře 2008) | 1 line 5934 r307 | zas_ | 2008-03-30 16:19:34 +0200 (Sun, 30 Mar 2008) | 1 line
5777 5935
5778 Comment out forgotten debugging code. 5936 Comment out forgotten debugging code.
5779 ------------------------------------------------------------------------ 5937 ------------------------------------------------------------------------
5780 r306 | zas_ | 2008-03-30 16:18:04 +0200 (Ne, 30 bře 2008) | 1 line 5938 r306 | zas_ | 2008-03-30 16:18:04 +0200 (Sun, 30 Mar 2008) | 1 line
5781 5939
5782 Fix two minor compilation warnings. 5940 Fix two minor compilation warnings.
5783 ------------------------------------------------------------------------ 5941 ------------------------------------------------------------------------
5784 r305 | nadvornik | 2008-03-30 13:47:14 +0200 (Ne, 30 bře 2008) | 6 lines 5942 r305 | nadvornik | 2008-03-30 13:47:14 +0200 (Sun, 30 Mar 2008) | 6 lines
5785 5943
5786 differentiate among normal image, raw image and metadata 5944 differentiate among normal image, raw image and metadata
5787 removed raw extension lists on various places and fixed most of the 5945 removed raw extension lists on various places and fixed most of the
5788 Exiv2 warnings 5946 Exiv2 warnings
5789 todo: configuration and a special icons for unreadable raw or metadata 5947 todo: configuration and a special icons for unreadable raw or metadata
5790 5948
5791 5949
5792 ------------------------------------------------------------------------ 5950 ------------------------------------------------------------------------
5793 r304 | zas_ | 2008-03-30 09:14:37 +0200 (Ne, 30 bře 2008) | 1 line 5951 r304 | zas_ | 2008-03-30 09:14:37 +0200 (Sun, 30 Mar 2008) | 1 line
5794 5952
5795 Make the zoom increment spinner more precise, step is now 0.1 instead of 1. 5953 Make the zoom increment spinner more precise, step is now 0.1 instead of 1.
5796 ------------------------------------------------------------------------ 5954 ------------------------------------------------------------------------
5797 r303 | zas_ | 2008-03-29 22:47:10 +0100 (So, 29 bře 2008) | 1 line 5955 r303 | zas_ | 2008-03-29 22:47:10 +0100 (Sat, 29 Mar 2008) | 1 line
5798 5956
5799 Improve escaping and quoting of strings saved in rc files. 5957 Improve escaping and quoting of strings saved in rc files.
5800 ------------------------------------------------------------------------ 5958 ------------------------------------------------------------------------
5801 r302 | nadvornik | 2008-03-29 15:59:14 +0100 (So, 29 bře 2008) | 2 lines 5959 r302 | nadvornik | 2008-03-29 15:59:14 +0100 (Sat, 29 Mar 2008) | 2 lines
5802 5960
5803 configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN 5961 configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
5804 5962
5805 ------------------------------------------------------------------------ 5963 ------------------------------------------------------------------------
5806 r301 | nadvornik | 2008-03-29 11:38:15 +0100 (So, 29 bře 2008) | 2 lines 5964 r301 | nadvornik | 2008-03-29 11:38:15 +0100 (Sat, 29 Mar 2008) | 2 lines
5807 5965
5808 set user-defined color as image background - patch by Laurent MONIN 5966 set user-defined color as image background - patch by Laurent MONIN
5809 5967
5810 ------------------------------------------------------------------------ 5968 ------------------------------------------------------------------------
5811 r300 | nadvornik | 2008-03-29 11:11:02 +0100 (So, 29 bře 2008) | 2 lines 5969 r300 | nadvornik | 2008-03-29 11:11:02 +0100 (Sat, 29 Mar 2008) | 2 lines
5812 5970
5813 fixed color management initialization 5971 fixed color management initialization
5814 5972
5815 ------------------------------------------------------------------------ 5973 ------------------------------------------------------------------------
5816 r299 | nadvornik | 2008-03-26 13:07:00 +0100 (St, 26 bře 2008) | 2 lines 5974 r299 | nadvornik | 2008-03-26 13:07:00 +0100 (Wed, 26 Mar 2008) | 2 lines
5817 5975
5818 README fixes 5976 README fixes
5819 5977
5820 ------------------------------------------------------------------------ 5978 ------------------------------------------------------------------------
5821 r298 | nadvornik | 2008-03-26 09:02:45 +0100 (St, 26 bře 2008) | 2 lines 5979 r298 | nadvornik | 2008-03-26 09:02:45 +0100 (Wed, 26 Mar 2008) | 2 lines
5822 5980
5823 updated README files 5981 updated README files
5824 5982
5825 ------------------------------------------------------------------------ 5983 ------------------------------------------------------------------------
5826 r297 | nadvornik | 2008-03-26 09:00:46 +0100 (St, 26 bře 2008) | 2 lines 5984 r297 | nadvornik | 2008-03-26 09:00:46 +0100 (Wed, 26 Mar 2008) | 2 lines
5827 5985
5828 improved xmp vs. legacy metadata handling 5986 improved xmp vs. legacy metadata handling
5829 5987
5830 ------------------------------------------------------------------------ 5988 ------------------------------------------------------------------------
5831 r296 | nadvornik | 2008-03-25 00:15:29 +0100 (Út, 25 bře 2008) | 2 lines 5989 r296 | nadvornik | 2008-03-25 00:15:29 +0100 (Tue, 25 Mar 2008) | 2 lines
5832 5990
5833 fixed crashes with --debug 5991 fixed crashes with --debug
5834 5992
5835 ------------------------------------------------------------------------ 5993 ------------------------------------------------------------------------
5836 r295 | nadvornik | 2008-03-24 21:42:39 +0100 (Po, 24 bře 2008) | 2 lines 5994 r295 | nadvornik | 2008-03-24 21:42:39 +0100 (Mon, 24 Mar 2008) | 2 lines
5837 5995
5838 added all possible raw extensions that I could find 5996 added all possible raw extensions that I could find
5839 5997
5840 ------------------------------------------------------------------------ 5998 ------------------------------------------------------------------------
5841 r294 | nadvornik | 2008-03-24 15:49:00 +0100 (Po, 24 bře 2008) | 2 lines 5999 r294 | nadvornik | 2008-03-24 15:49:00 +0100 (Mon, 24 Mar 2008) | 2 lines
5842 6000
5843 improved support for older exiv2 versions 6001 improved support for older exiv2 versions
5844 6002
5845 ------------------------------------------------------------------------ 6003 ------------------------------------------------------------------------
5846 r293 | nadvornik | 2008-03-24 15:03:46 +0100 (Po, 24 bře 2008) | 2 lines 6004 r293 | nadvornik | 2008-03-24 15:03:46 +0100 (Mon, 24 Mar 2008) | 2 lines
5847 6005
5848 exiv2 version checks 6006 exiv2 version checks
5849 6007
5850 ------------------------------------------------------------------------ 6008 ------------------------------------------------------------------------
5851 r292 | nadvornik | 2008-03-24 13:04:31 +0100 (Po, 24 bře 2008) | 2 lines 6009 r292 | nadvornik | 2008-03-24 13:04:31 +0100 (Mon, 24 Mar 2008) | 2 lines
5852 6010
5853 more renames 6011 more renames
5854 6012
5855 ------------------------------------------------------------------------ 6013 ------------------------------------------------------------------------
5856 r291 | nadvornik | 2008-03-24 11:27:22 +0100 (Po, 24 bře 2008) | 2 lines 6014 r291 | nadvornik | 2008-03-24 11:27:22 +0100 (Mon, 24 Mar 2008) | 2 lines
5857 6015
5858 changed logo 6016 changed logo
5859 6017
5860 ------------------------------------------------------------------------ 6018 ------------------------------------------------------------------------
5861 r290 | nadvornik | 2008-03-24 10:55:09 +0100 (Po, 24 bře 2008) | 2 lines 6019 r290 | nadvornik | 2008-03-24 10:55:09 +0100 (Mon, 24 Mar 2008) | 2 lines
5862 6020
5863 more renames 6021 more renames
5864 6022
5865 ------------------------------------------------------------------------ 6023 ------------------------------------------------------------------------
5866 r289 | nadvornik | 2008-03-23 21:38:54 +0100 (Ne, 23 bře 2008) | 2 lines 6024 r289 | nadvornik | 2008-03-23 21:38:54 +0100 (Sun, 23 Mar 2008) | 2 lines
5867 6025
5868 rename GQview -> Geeqie over the code 6026 rename GQview -> Geeqie over the code
5869 6027
5870 ------------------------------------------------------------------------ 6028 ------------------------------------------------------------------------
5871 r288 | nadvornik | 2008-03-23 21:18:51 +0100 (Ne, 23 bře 2008) | 2 lines 6029 r288 | nadvornik | 2008-03-23 21:18:51 +0100 (Sun, 23 Mar 2008) | 2 lines
5872 6030
5873 renamed to geeqie 6031 renamed to geeqie
5874 6032
5875 ------------------------------------------------------------------------ 6033 ------------------------------------------------------------------------
5876 r287 | nadvornik | 2008-03-22 20:28:45 +0100 (So, 22 bře 2008) | 2 lines 6034 r287 | nadvornik | 2008-03-22 20:28:45 +0100 (Sat, 22 Mar 2008) | 2 lines
5877 6035
5878 raw related fixes 6036 raw related fixes
5879 6037
5880 ------------------------------------------------------------------------ 6038 ------------------------------------------------------------------------
5881 r286 | nadvornik | 2008-03-22 18:32:43 +0100 (So, 22 bře 2008) | 2 lines 6039 r286 | nadvornik | 2008-03-22 18:32:43 +0100 (Sat, 22 Mar 2008) | 2 lines
5882 6040
5883 overview of supported raw formats 6041 overview of supported raw formats
5884 6042
5885 ------------------------------------------------------------------------ 6043 ------------------------------------------------------------------------
5886 r285 | nadvornik | 2008-03-22 18:09:14 +0100 (So, 22 bře 2008) | 2 lines 6044 r285 | nadvornik | 2008-03-22 18:09:14 +0100 (Sat, 22 Mar 2008) | 2 lines
5887 6045
5888 configure --without-exiv2 6046 configure --without-exiv2
5889 6047
5890 ------------------------------------------------------------------------ 6048 ------------------------------------------------------------------------
5891 r284 | nadvornik | 2008-03-22 17:43:59 +0100 (So, 22 bře 2008) | 2 lines 6049 r284 | nadvornik | 2008-03-22 17:43:59 +0100 (Sat, 22 Mar 2008) | 2 lines
5892 6050
5893 crw preview support with exiv2 6051 crw preview support with exiv2
5894 6052
5895 ------------------------------------------------------------------------ 6053 ------------------------------------------------------------------------
5896 r283 | nadvornik | 2008-03-16 15:11:22 +0100 (Ne, 16 bře 2008) | 3 lines 6054 r283 | nadvornik | 2008-03-16 15:11:22 +0100 (Sun, 16 Mar 2008) | 3 lines
5897 6055
5898 whitelist of files that can have an xmp sidecar, sample external command 6056 whitelist of files that can have an xmp sidecar, sample external command
5899 for creating sidecar 6057 for creating sidecar
5900 6058
5901 ------------------------------------------------------------------------ 6059 ------------------------------------------------------------------------
5902 r282 | nadvornik | 2008-03-16 11:52:44 +0100 (Ne, 16 bře 2008) | 2 lines 6060 r282 | nadvornik | 2008-03-16 11:52:44 +0100 (Sun, 16 Mar 2008) | 2 lines
5903 6061
5904 fixed reading sidecar extensions from config file 6062 fixed reading sidecar extensions from config file
5905 6063
5906 ------------------------------------------------------------------------ 6064 ------------------------------------------------------------------------
5907 r281 | nadvornik | 2008-03-16 11:32:52 +0100 (Ne, 16 bře 2008) | 2 lines 6065 r281 | nadvornik | 2008-03-16 11:32:52 +0100 (Sun, 16 Mar 2008) | 2 lines
5908 6066
5909 write comment and keywords to xmp, sidecars are used if exist 6067 write comment and keywords to xmp, sidecars are used if exist
5910 6068
5911 ------------------------------------------------------------------------ 6069 ------------------------------------------------------------------------
5912 r280 | nadvornik | 2008-03-15 20:53:33 +0100 (So, 15 bře 2008) | 2 lines 6070 r280 | nadvornik | 2008-03-15 20:53:33 +0100 (Sat, 15 Mar 2008) | 2 lines
5913 6071
5914 write support in Exiv2 wrapper; for now only string values 6072 write support in Exiv2 wrapper; for now only string values
5915 6073
5916 ------------------------------------------------------------------------ 6074 ------------------------------------------------------------------------
5917 r279 | nadvornik | 2008-02-24 19:55:19 +0100 (Ne, 24 úno 2008) | 3 lines 6075 r279 | nadvornik | 2008-02-24 19:55:19 +0100 (Sun, 24 Feb 2008) | 3 lines
5918 6076
5919 a hack to read raw previews with exiv2 0.16, however it should be fixed 6077 a hack to read raw previews with exiv2 0.16, however it should be fixed
5920 in the library 6078 in the library
5921 6079
5922 ------------------------------------------------------------------------ 6080 ------------------------------------------------------------------------
5923 r278 | nadvornik | 2008-02-15 11:48:09 +0100 (Pá, 15 úno 2008) | 2 lines 6081 r278 | nadvornik | 2008-02-15 11:48:09 +0100 (Fri, 15 Feb 2008) | 2 lines
5924 6082
5925 read also iptc and xmp 6083 read also iptc and xmp
5926 6084
5927 ------------------------------------------------------------------------ 6085 ------------------------------------------------------------------------
5928 r277 | nadvornik | 2008-02-14 15:04:43 +0100 (Čt, 14 úno 2008) | 2 lines 6086 r277 | nadvornik | 2008-02-14 15:04:43 +0100 (Thu, 14 Feb 2008) | 2 lines
5929 6087
5930 more exiv2 fixes 6088 more exiv2 fixes
5931 6089
5932 ------------------------------------------------------------------------ 6090 ------------------------------------------------------------------------
5933 r276 | nadvornik | 2008-02-14 12:03:20 +0100 (Čt, 14 úno 2008) | 2 lines 6091 r276 | nadvornik | 2008-02-14 12:03:20 +0100 (Thu, 14 Feb 2008) | 2 lines
5934 6092
5935 more exiv2 fixes 6093 more exiv2 fixes
5936 6094
5937 ------------------------------------------------------------------------ 6095 ------------------------------------------------------------------------
5938 r275 | nadvornik | 2008-02-14 00:02:48 +0100 (Čt, 14 úno 2008) | 2 lines 6096 r275 | nadvornik | 2008-02-14 00:02:48 +0100 (Thu, 14 Feb 2008) | 2 lines
5939 6097
5940 more exiv2 fixes 6098 more exiv2 fixes
5941 6099
5942 ------------------------------------------------------------------------ 6100 ------------------------------------------------------------------------
5943 r274 | nadvornik | 2008-02-13 20:31:50 +0100 (St, 13 úno 2008) | 2 lines 6101 r274 | nadvornik | 2008-02-13 20:31:50 +0100 (Wed, 13 Feb 2008) | 2 lines
5944 6102
5945 unified tag names between exiv2 and internal rxif parser 6103 unified tag names between exiv2 and internal rxif parser
5946 6104
5947 ------------------------------------------------------------------------ 6105 ------------------------------------------------------------------------
5948 r273 | nadvornik | 2008-02-13 18:47:55 +0100 (St, 13 úno 2008) | 2 lines 6106 r273 | nadvornik | 2008-02-13 18:47:55 +0100 (Wed, 13 Feb 2008) | 2 lines
5949 6107
5950 more exiv2 fixes 6108 more exiv2 fixes
5951 6109
5952 ------------------------------------------------------------------------ 6110 ------------------------------------------------------------------------
5953 r272 | nadvornik | 2008-02-13 18:08:04 +0100 (St, 13 úno 2008) | 2 lines 6111 r272 | nadvornik | 2008-02-13 18:08:04 +0100 (Wed, 13 Feb 2008) | 2 lines
5954 6112
5955 and first version that actually shows some exif data (see advanced view) 6113 and first version that actually shows some exif data (see advanced view)
5956 6114
5957 ------------------------------------------------------------------------ 6115 ------------------------------------------------------------------------
5958 r271 | nadvornik | 2008-02-13 17:52:41 +0100 (St, 13 úno 2008) | 2 lines 6116 r271 | nadvornik | 2008-02-13 17:52:41 +0100 (Wed, 13 Feb 2008) | 2 lines
5959 6117
5960 first exiv2 support that does not crash immediately 6118 first exiv2 support that does not crash immediately
5961 6119
5962 ------------------------------------------------------------------------ 6120 ------------------------------------------------------------------------
5963 r270 | nadvornik | 2008-02-13 15:46:23 +0100 (St, 13 úno 2008) | 2 lines 6121 r270 | nadvornik | 2008-02-13 15:46:23 +0100 (Wed, 13 Feb 2008) | 2 lines
5964 6122
5965 started exiv2 integration 6123 started exiv2 integration
5966 6124
5967 ------------------------------------------------------------------------ 6125 ------------------------------------------------------------------------
5968 r269 | nadvornik | 2008-02-13 14:57:31 +0100 (St, 13 úno 2008) | 2 lines 6126 r269 | nadvornik | 2008-02-13 14:57:31 +0100 (Wed, 13 Feb 2008) | 2 lines
5969 6127
5970 simplified exif.h, moved implementation-specific stuff to exif-int.h 6128 simplified exif.h, moved implementation-specific stuff to exif-int.h
5971 6129
5972 ------------------------------------------------------------------------ 6130 ------------------------------------------------------------------------
5973 r268 | nadvornik | 2008-02-11 16:23:43 +0100 (Po, 11 úno 2008) | 2 lines 6131 r268 | nadvornik | 2008-02-11 16:23:43 +0100 (Mon, 11 Feb 2008) | 2 lines
5974 6132
5975 do not show frame for full-window images 6133 do not show frame for full-window images
5976 6134
5977 ------------------------------------------------------------------------ 6135 ------------------------------------------------------------------------
5978 r267 | nadvornik | 2008-02-11 13:51:28 +0100 (Po, 11 úno 2008) | 2 lines 6136 r267 | nadvornik | 2008-02-11 13:51:28 +0100 (Mon, 11 Feb 2008) | 2 lines
5979 6137
5980 improved drawing of image frames 6138 improved drawing of image frames
5981 6139
5982 ------------------------------------------------------------------------ 6140 ------------------------------------------------------------------------
5983 r266 | nadvornik | 2008-01-26 22:18:23 +0100 (So, 26 led 2008) | 2 lines 6141 r266 | nadvornik | 2008-01-26 22:18:23 +0100 (Sat, 26 Jan 2008) | 2 lines
5984 6142
5985 updated TODO list 6143 updated TODO list
5986 6144
5987 ------------------------------------------------------------------------ 6145 ------------------------------------------------------------------------
5988 r265 | nadvornik | 2008-01-20 20:04:18 +0100 (Ne, 20 led 2008) | 2 lines 6146 r265 | nadvornik | 2008-01-20 20:04:18 +0100 (Sun, 20 Jan 2008) | 2 lines
5989 6147
5990 debug messages cleanup 6148 debug messages cleanup
5991 6149
5992 ------------------------------------------------------------------------ 6150 ------------------------------------------------------------------------
5993 r264 | nadvornik | 2008-01-16 20:37:54 +0100 (St, 16 led 2008) | 2 lines 6151 r264 | nadvornik | 2008-01-16 20:37:54 +0100 (Wed, 16 Jan 2008) | 2 lines
5994 6152
5995 added file with release notes and TODO 6153 added file with release notes and TODO
5996 6154
5997 ------------------------------------------------------------------------ 6155 ------------------------------------------------------------------------
5998 r263 | nadvornik | 2007-12-23 22:24:48 +0100 (Ne, 23 pro 2007) | 2 lines 6156 r263 | nadvornik | 2007-12-23 22:24:48 +0100 (Sun, 23 Dec 2007) | 2 lines
5999 6157
6000 basic sidecar files configuration via preferences dialog 6158 basic sidecar files configuration via preferences dialog
6001 6159
6002 ------------------------------------------------------------------------ 6160 ------------------------------------------------------------------------
6003 r262 | nadvornik | 2007-12-23 21:28:50 +0100 (Ne, 23 pro 2007) | 2 lines 6161 r262 | nadvornik | 2007-12-23 21:28:50 +0100 (Sun, 23 Dec 2007) | 2 lines
6004 6162
6005 fixed loading thumbnails for sidecar files 6163 fixed loading thumbnails for sidecar files
6006 6164
6007 ------------------------------------------------------------------------ 6165 ------------------------------------------------------------------------
6008 r261 | nadvornik | 2007-12-23 16:49:23 +0100 (Ne, 23 pro 2007) | 3 lines 6166 r261 | nadvornik | 2007-12-23 16:49:23 +0100 (Sun, 23 Dec 2007) | 3 lines
6009 6167
6010 fixed vflist_find_row and vflist_sort_set to work correctly with sidecar 6168 fixed vflist_find_row and vflist_sort_set to work correctly with sidecar
6011 files 6169 files
6012 6170
6013 ------------------------------------------------------------------------ 6171 ------------------------------------------------------------------------
6014 r260 | nadvornik | 2007-12-22 21:33:09 +0100 (So, 22 pro 2007) | 2 lines 6172 r260 | nadvornik | 2007-12-22 21:33:09 +0100 (Sat, 22 Dec 2007) | 2 lines
6015 6173
6016 fixed filelist refresh 6174 fixed filelist refresh
6017 6175
6018 ------------------------------------------------------------------------ 6176 ------------------------------------------------------------------------
6019 r259 | nadvornik | 2007-12-22 11:10:40 +0100 (So, 22 pro 2007) | 3 lines 6177 r259 | nadvornik | 2007-12-22 11:10:40 +0100 (Sat, 22 Dec 2007) | 3 lines
6020 6178
6021 preserve marks setting on layout change 6179 preserve marks setting on layout change
6022 6180
6023 6181
6024 ------------------------------------------------------------------------ 6182 ------------------------------------------------------------------------
6025 r258 | nadvornik | 2007-12-22 10:51:12 +0100 (So, 22 pro 2007) | 2 lines 6183 r258 | nadvornik | 2007-12-22 10:51:12 +0100 (Sat, 22 Dec 2007) | 2 lines
6026 6184
6027 basic support for marks in view_file_icon.c 6185 basic support for marks in view_file_icon.c
6028 6186
6029 ------------------------------------------------------------------------ 6187 ------------------------------------------------------------------------
6030 r257 | nadvornik | 2007-12-20 23:43:52 +0100 (Čt, 20 pro 2007) | 2 lines 6188 r257 | nadvornik | 2007-12-20 23:43:52 +0100 (Thu, 20 Dec 2007) | 2 lines
6031 6189
6032 update FileData on file change 6190 update FileData on file change
6033 6191
6034 ------------------------------------------------------------------------ 6192 ------------------------------------------------------------------------
6035 r256 | nadvornik | 2007-12-20 17:18:28 +0100 (Čt, 20 pro 2007) | 3 lines 6193 r256 | nadvornik | 2007-12-20 17:18:28 +0100 (Thu, 20 Dec 2007) | 3 lines
6036 6194
6037 <num> toggles mark num 6195 <num> toggles mark num
6038 <control><num> selects mark num 6196 <control><num> selects mark num
6039 6197
6040 ------------------------------------------------------------------------ 6198 ------------------------------------------------------------------------
6041 r255 | nadvornik | 2007-12-20 17:06:20 +0100 (Čt, 20 pro 2007) | 2 lines 6199 r255 | nadvornik | 2007-12-20 17:06:20 +0100 (Thu, 20 Dec 2007) | 2 lines
6042 6200
6043 created menu "Select" with selection and marks operations 6201 created menu "Select" with selection and marks operations
6044 6202
6045 ------------------------------------------------------------------------ 6203 ------------------------------------------------------------------------
6046 r254 | nadvornik | 2007-12-19 23:01:46 +0100 (St, 19 pro 2007) | 3 lines 6204 r254 | nadvornik | 2007-12-19 23:01:46 +0100 (Wed, 19 Dec 2007) | 3 lines
6047 6205
6048 complete set of boolean operation with marks - 6206 complete set of boolean operation with marks -
6049 union, intersection, complement 6207 union, intersection, complement
6050 6208
6051 ------------------------------------------------------------------------ 6209 ------------------------------------------------------------------------
6052 r253 | nadvornik | 2007-12-18 22:15:16 +0100 (Út, 18 pro 2007) | 2 lines 6210 r253 | nadvornik | 2007-12-18 22:15:16 +0100 (Tue, 18 Dec 2007) | 2 lines
6053 6211
6054 use accels also in fullscreen mode 6212 use accels also in fullscreen mode
6055 6213
6056 ------------------------------------------------------------------------ 6214 ------------------------------------------------------------------------
6057 r252 | nadvornik | 2007-12-17 22:42:24 +0100 (Po, 17 pro 2007) | 2 lines 6215 r252 | nadvornik | 2007-12-17 22:42:24 +0100 (Mon, 17 Dec 2007) | 2 lines
6058 6216
6059 moved some actions to menu and accels 6217 moved some actions to menu and accels
6060 6218
6061 ------------------------------------------------------------------------ 6219 ------------------------------------------------------------------------
6062 r251 | nadvornik | 2007-12-17 20:34:43 +0100 (Po, 17 pro 2007) | 2 lines 6220 r251 | nadvornik | 2007-12-17 20:34:43 +0100 (Mon, 17 Dec 2007) | 2 lines
6063 6221
6064 removed unused variable 6222 removed unused variable
6065 6223
6066 ------------------------------------------------------------------------ 6224 ------------------------------------------------------------------------
6067 r250 | nadvornik | 2007-12-16 23:30:19 +0100 (Ne, 16 pro 2007) | 2 lines 6225 r250 | nadvornik | 2007-12-16 23:30:19 +0100 (Sun, 16 Dec 2007) | 2 lines
6068 6226
6069 fixed in-place rename 6227 fixed in-place rename
6070 6228
6071 ------------------------------------------------------------------------ 6229 ------------------------------------------------------------------------
6072 r249 | nadvornik | 2007-12-15 18:58:51 +0100 (So, 15 pro 2007) | 2 lines 6230 r249 | nadvornik | 2007-12-15 18:58:51 +0100 (Sat, 15 Dec 2007) | 2 lines
6073 6231
6074 better integration of split image functions into menu 6232 better integration of split image functions into menu
6075 6233
6076 ------------------------------------------------------------------------ 6234 ------------------------------------------------------------------------
6077 r248 | nadvornik | 2007-12-14 22:51:46 +0100 (Pá, 14 pro 2007) | 2 lines 6235 r248 | nadvornik | 2007-12-14 22:51:46 +0100 (Fri, 14 Dec 2007) | 2 lines
6078 6236
6079 show active marks in image overlay 6237 show active marks in image overlay
6080 6238
6081 ------------------------------------------------------------------------ 6239 ------------------------------------------------------------------------
6082 r247 | nadvornik | 2007-12-09 22:20:27 +0100 (Ne, 09 pro 2007) | 2 lines 6240 r247 | nadvornik | 2007-12-09 22:20:27 +0100 (Sun, 09 Dec 2007) | 2 lines
6083 6241
6084 fixed image focus 6242 fixed image focus
6085 6243
6086 ------------------------------------------------------------------------ 6244 ------------------------------------------------------------------------
6087 r246 | nadvornik | 2007-12-09 13:33:51 +0100 (Ne, 09 pro 2007) | 2 lines 6245 r246 | nadvornik | 2007-12-09 13:33:51 +0100 (Sun, 09 Dec 2007) | 2 lines
6088 6246
6089 fixed copying zoom an scroll values from the original image on splitting 6247 fixed copying zoom an scroll values from the original image on splitting
6090 6248
6091 ------------------------------------------------------------------------ 6249 ------------------------------------------------------------------------
6092 r245 | nadvornik | 2007-12-09 12:58:39 +0100 (Ne, 09 pro 2007) | 2 lines 6250 r245 | nadvornik | 2007-12-09 12:58:39 +0100 (Sun, 09 Dec 2007) | 2 lines
6093 6251
6094 do not hilight selected image in SPLIT_NONE 6252 do not hilight selected image in SPLIT_NONE
6095 6253
6096 ------------------------------------------------------------------------ 6254 ------------------------------------------------------------------------
6097 r244 | nadvornik | 2007-12-09 01:11:40 +0100 (Ne, 09 pro 2007) | 2 lines 6255 r244 | nadvornik | 2007-12-09 01:11:40 +0100 (Sun, 09 Dec 2007) | 2 lines
6098 6256
6099 improved drawing of frame around selected image 6257 improved drawing of frame around selected image
6100 6258
6101 ------------------------------------------------------------------------ 6259 ------------------------------------------------------------------------
6102 r243 | nadvornik | 2007-11-25 11:25:25 +0100 (Ne, 25 lis 2007) | 2 lines 6260 r243 | nadvornik | 2007-11-25 11:25:25 +0100 (Sun, 25 Nov 2007) | 2 lines
6103 6261
6104 more operations with file marks 6262 more operations with file marks
6105 6263
6106 ------------------------------------------------------------------------ 6264 ------------------------------------------------------------------------
6107 r242 | nadvornik | 2007-11-24 22:06:30 +0100 (So, 24 lis 2007) | 2 lines 6265 r242 | nadvornik | 2007-11-24 22:06:30 +0100 (Sat, 24 Nov 2007) | 2 lines
6108 6266
6109 marks: fixes and cleanup 6267 marks: fixes and cleanup
6110 6268
6111 ------------------------------------------------------------------------ 6269 ------------------------------------------------------------------------
6112 r241 | nadvornik | 2007-11-22 22:15:35 +0100 (Čt, 22 lis 2007) | 2 lines 6270 r241 | nadvornik | 2007-11-22 22:15:35 +0100 (Thu, 22 Nov 2007) | 2 lines
6113 6271
6114 improved directory scanning a bit 6272 improved directory scanning a bit
6115 6273
6116 ------------------------------------------------------------------------ 6274 ------------------------------------------------------------------------
6117 r240 | nadvornik | 2007-11-21 23:46:50 +0100 (St, 21 lis 2007) | 2 lines 6275 r240 | nadvornik | 2007-11-21 23:46:50 +0100 (Wed, 21 Nov 2007) | 2 lines
6118 6276
6119 added possibility to specify prefered file type for external commands 6277 added possibility to specify prefered file type for external commands
6120 6278
6121 ------------------------------------------------------------------------ 6279 ------------------------------------------------------------------------
6122 r239 | nadvornik | 2007-11-21 22:21:17 +0100 (St, 21 lis 2007) | 2 lines 6280 r239 | nadvornik | 2007-11-21 22:21:17 +0100 (Wed, 21 Nov 2007) | 2 lines
6123 6281
6124 prevent duplicate sidecar files; code cleanup 6282 prevent duplicate sidecar files; code cleanup
6125 6283
6126 ------------------------------------------------------------------------ 6284 ------------------------------------------------------------------------
6127 r238 | nadvornik | 2007-11-20 23:28:40 +0100 (Út, 20 lis 2007) | 3 lines 6285 r238 | nadvornik | 2007-11-20 23:28:40 +0100 (Tue, 20 Nov 2007) | 3 lines
6128 6286
6129 fixed grouping sidecar files and made it configurable via config file 6287 fixed grouping sidecar files and made it configurable via config file
6130 (no gui yet) 6288 (no gui yet)
6131 6289
6132 ------------------------------------------------------------------------ 6290 ------------------------------------------------------------------------
6133 r237 | nadvornik | 2007-10-22 21:58:47 +0200 (Po, 22 říj 2007) | 2 lines 6291 r237 | nadvornik | 2007-10-22 21:58:47 +0200 (Mon, 22 Oct 2007) | 2 lines
6134 6292
6135 fixed preloading images in file list 6293 fixed preloading images in file list
6136 6294
6137 ------------------------------------------------------------------------ 6295 ------------------------------------------------------------------------
6138 r236 | nadvornik | 2007-10-08 21:41:49 +0200 (Po, 08 říj 2007) | 2 lines 6296 r236 | nadvornik | 2007-10-08 21:41:49 +0200 (Mon, 08 Oct 2007) | 2 lines
6139 6297
6140 improved FileDataChangeInfo structure, check for another file operation in progress 6298 improved FileDataChangeInfo structure, check for another file operation in progress
6141 6299
6142 ------------------------------------------------------------------------ 6300 ------------------------------------------------------------------------
6143 r235 | nadvornik | 2007-10-02 23:49:02 +0200 (Út, 02 říj 2007) | 7 lines 6301 r235 | nadvornik | 2007-10-02 23:49:02 +0200 (Tue, 02 Oct 2007) | 7 lines
6144 6302
6145 display sidecar files (jpeg + raw) using gtk_tree_store 6303 display sidecar files (jpeg + raw) using gtk_tree_store
6146 This is just a prototype to test the functionality, it needs more work. 6304 This is just a prototype to test the functionality, it needs more work.
6147 6305
6148 Please test, omments are welcome :) 6306 Please test, omments are welcome :)
6149 6307
6150 6308
6151 6309
6152 ------------------------------------------------------------------------ 6310 ------------------------------------------------------------------------
6153 r234 | nadvornik | 2007-10-01 21:52:10 +0200 (Po, 01 říj 2007) | 2 lines 6311 r234 | nadvornik | 2007-10-01 21:52:10 +0200 (Mon, 01 Oct 2007) | 2 lines
6154 6312
6155 use FileData even for sidecar file list 6313 use FileData even for sidecar file list
6156 6314
6157 ------------------------------------------------------------------------ 6315 ------------------------------------------------------------------------
6158 r233 | nadvornik | 2007-09-30 23:10:54 +0200 (Ne, 30 zář 2007) | 6 lines 6316 r233 | nadvornik | 2007-09-30 23:10:54 +0200 (Sun, 30 Sep 2007) | 6 lines
6159 6317
6160 editors.c was almost completely rewritten: 6318 editors.c was almost completely rewritten:
6161 - centralized template parsing 6319 - centralized template parsing
6162 - better control of executed editors 6320 - better control of executed editors
6163 - possibility to get editor exit status via callback 6321 - possibility to get editor exit status via callback
6164 6322
6165 6323
6166 ------------------------------------------------------------------------ 6324 ------------------------------------------------------------------------
6167 r232 | nadvornik | 2007-09-12 23:17:31 +0200 (St, 12 zář 2007) | 4 lines 6325 r232 | nadvornik | 2007-09-12 23:17:31 +0200 (Wed, 12 Sep 2007) | 4 lines
6168 6326
6169 display sidecar extensions in filelist 6327 display sidecar extensions in filelist
6170 some cleanup of file marks 6328 some cleanup of file marks
6171 6329
6172 6330
6173 ------------------------------------------------------------------------ 6331 ------------------------------------------------------------------------
6174 r231 | nadvornik | 2007-09-11 22:06:29 +0200 (Út, 11 zář 2007) | 3 lines 6332 r231 | nadvornik | 2007-09-11 22:06:29 +0200 (Tue, 11 Sep 2007) | 3 lines
6175 6333
6176 replaced gchar* path with FileData *fd 6334 replaced gchar* path with FileData *fd
6177 6335
6178 6336
6179 ------------------------------------------------------------------------ 6337 ------------------------------------------------------------------------
6180 r230 | nadvornik | 2007-08-23 22:45:59 +0200 (Čt, 23 srp 2007) | 2 lines 6338 r230 | nadvornik | 2007-08-23 22:45:59 +0200 (Thu, 23 Aug 2007) | 2 lines
6181 6339
6182 started support for sidecar files like xmp, raw+jpeg etc. 6340 started support for sidecar files like xmp, raw+jpeg etc.
6183 6341
6184 ------------------------------------------------------------------------ 6342 ------------------------------------------------------------------------
6185 r229 | nadvornik | 2007-08-20 22:11:32 +0200 (Po, 20 srp 2007) | 2 lines 6343 r229 | nadvornik | 2007-08-20 22:11:32 +0200 (Mon, 20 Aug 2007) | 2 lines
6186 6344
6187 more external commands 6345 more external commands
6188 6346
6189 ------------------------------------------------------------------------ 6347 ------------------------------------------------------------------------
6190 r228 | nadvornik | 2007-08-16 22:57:09 +0200 (Čt, 16 srp 2007) | 2 lines 6348 r228 | nadvornik | 2007-08-16 22:57:09 +0200 (Thu, 16 Aug 2007) | 2 lines
6191 6349
6192 improved external delete command 6350 improved external delete command
6193 6351
6194 ------------------------------------------------------------------------ 6352 ------------------------------------------------------------------------
6195 r227 | nadvornik | 2007-08-15 23:37:51 +0200 (St, 15 srp 2007) | 2 lines 6353 r227 | nadvornik | 2007-08-15 23:37:51 +0200 (Wed, 15 Aug 2007) | 2 lines
6196 6354
6197 started implementation of external commands; external Delete should work 6355 started implementation of external commands; external Delete should work
6198 6356
6199 ------------------------------------------------------------------------ 6357 ------------------------------------------------------------------------
6200 r226 | bruclik | 2007-07-20 09:10:48 +0200 (Pá, 20 čec 2007) | 3 lines 6358 r226 | bruclik | 2007-07-20 09:10:48 +0200 (Fri, 20 Jul 2007) | 3 lines
6201 6359
6202 compilation fix 6360 compilation fix
6203 6361
6204 6362
6205 ------------------------------------------------------------------------ 6363 ------------------------------------------------------------------------
6206 r225 | bruclik | 2007-07-13 16:03:08 +0200 (Pá, 13 čec 2007) | 3 lines 6364 r225 | bruclik | 2007-07-13 16:03:08 +0200 (Fri, 13 Jul 2007) | 3 lines
6207 6365
6208 First implementation of marks for all photos. 6366 First implementation of marks for all photos.
6209 6367
6210 6368
6211 ------------------------------------------------------------------------ 6369 ------------------------------------------------------------------------
6212 r224 | nadvornik | 2007-07-12 22:46:28 +0200 (Čt, 12 čec 2007) | 2 lines 6370 r224 | nadvornik | 2007-07-12 22:46:28 +0200 (Thu, 12 Jul 2007) | 2 lines
6213 6371
6214 relative scroll is working; some cleanup 6372 relative scroll is working; some cleanup
6215 6373
6216 ------------------------------------------------------------------------ 6374 ------------------------------------------------------------------------
6217 r223 | nadvornik | 2007-07-11 23:10:25 +0200 (St, 11 čec 2007) | 2 lines 6375 r223 | nadvornik | 2007-07-11 23:10:25 +0200 (Wed, 11 Jul 2007) | 2 lines
6218 6376
6219 connected zoom 6377 connected zoom
6220 6378
6221 ------------------------------------------------------------------------ 6379 ------------------------------------------------------------------------
6222 r222 | nadvornik | 2007-07-11 22:00:07 +0200 (St, 11 čec 2007) | 2 lines 6380 r222 | nadvornik | 2007-07-11 22:00:07 +0200 (Wed, 11 Jul 2007) | 2 lines
6223 6381
6224 started relative scroll, keep scroll position 6382 started relative scroll, keep scroll position
6225 6383
6226 ------------------------------------------------------------------------ 6384 ------------------------------------------------------------------------
6227 r221 | nadvornik | 2007-07-10 23:25:51 +0200 (Út, 10 čec 2007) | 2 lines 6385 r221 | nadvornik | 2007-07-10 23:25:51 +0200 (Tue, 10 Jul 2007) | 2 lines
6228 6386
6229 improved connected scroll and active image switching 6387 improved connected scroll and active image switching
6230 6388
6231 ------------------------------------------------------------------------ 6389 ------------------------------------------------------------------------
6232 r220 | nadvornik | 2007-06-29 17:16:46 +0200 (Pá, 29 čen 2007) | 4 lines 6390 r220 | nadvornik | 2007-06-29 17:16:46 +0200 (Fri, 29 Jun 2007) | 4 lines
6233 6391
6234 implemented split windows 6392 implemented split windows
6235 TODO: menus and hotkeys, connected zoom, activating on drag 6393 TODO: menus and hotkeys, connected zoom, activating on drag
6236 6394
6237 6395