Mercurial > geeqie.yaz
annotate ChangeLog @ 539:58b7c38d5a5b
cache_sim_write_similarity(): cleanup and simplification.
author | zas_ |
---|---|
date | Thu, 01 May 2008 22:59:54 +0000 |
parents | a884e7fa26aa |
children | 36a48d09daa8 |
rev | line source |
---|---|
488 | 1 ------------------------------------------------------------------------ |
2 r580 | nadvornik | 2008-04-22 20:06:38 +0200 (Út, 22 dub 2008) | 2 lines | |
3 | |
4 fixed version string ;) | |
5 | |
6 ------------------------------------------------------------------------ | |
7 r579 | nadvornik | 2008-04-22 19:45:08 +0200 (Út, 22 dub 2008) | 2 lines | |
8 | |
9 updated version number | |
10 | |
11 ------------------------------------------------------------------------ | |
12 r578 | nadvornik | 2008-04-22 19:40:29 +0200 (Út, 22 dub 2008) | 2 lines | |
13 | |
14 fixed reading of signed rational type with Exiv2 | |
15 | |
16 ------------------------------------------------------------------------ | |
17 r577 | nadvornik | 2008-04-22 11:57:26 +0200 (Út, 22 dub 2008) | 2 lines | |
18 | |
19 fixed instalation of doc files | |
20 | |
21 ------------------------------------------------------------------------ | |
22 r576 | zas_ | 2008-04-22 11:40:05 +0200 (Út, 22 dub 2008) | 3 lines | |
23 | |
24 Correctly escape data before using pango_layout_set_markup(). | |
25 Exif data may contain characters like & or < >. | |
26 | |
27 ------------------------------------------------------------------------ | |
28 r575 | zas_ | 2008-04-22 11:01:29 +0200 (Út, 22 dub 2008) | 3 lines | |
29 | |
30 Use image_osd_toggle() in layout_menu_overlay_cb(). | |
31 Drop layout_image_overlay_update(). | |
32 | |
33 ------------------------------------------------------------------------ | |
34 r574 | zas_ | 2008-04-22 10:53:07 +0200 (Út, 22 dub 2008) | 2 lines | |
35 | |
36 Merge view_overlay_toggle() and layout_image_overlay_toggle() into new image_osd_toggle(). | |
37 | |
38 ------------------------------------------------------------------------ | |
39 r573 | zas_ | 2008-04-22 10:34:30 +0200 (Út, 22 dub 2008) | 3 lines | |
40 | |
41 Make histogram depends on image window not layout window. | |
42 It simplifies the code, and make more sense. | |
43 | |
44 ------------------------------------------------------------------------ | |
45 r572 | zas_ | 2008-04-22 10:16:02 +0200 (Út, 22 dub 2008) | 4 lines | |
46 | |
47 Ensure Properties dialog is displayed above fullscreen window. | |
48 Add a parameter to info_window_new() to pass parent window and | |
49 revert patch 472. | |
50 | |
51 ------------------------------------------------------------------------ | |
52 r571 | zas_ | 2008-04-22 00:19:32 +0200 (Út, 22 dub 2008) | 2 lines | |
53 | |
54 Indicate bugs and feature requests trackers, remove obsolete stuff. | |
55 | |
56 ------------------------------------------------------------------------ | |
57 r570 | zas_ | 2008-04-22 00:15:56 +0200 (Út, 22 dub 2008) | 2 lines | |
58 | |
59 Lowercased name. | |
60 | |
61 ------------------------------------------------------------------------ | |
62 r569 | zas_ | 2008-04-22 00:14:57 +0200 (Út, 22 dub 2008) | 2 lines | |
63 | |
64 . -> dot | |
65 | |
66 ------------------------------------------------------------------------ | |
67 r568 | nadvornik | 2008-04-21 23:46:38 +0200 (Po, 21 dub 2008) | 2 lines | |
68 | |
69 updated copyright in source files | |
70 | |
71 ------------------------------------------------------------------------ | |
72 r567 | zas_ | 2008-04-21 22:45:35 +0200 (Po, 21 dub 2008) | 3 lines | |
73 | |
74 Properly initialize image_overlay options. | |
75 | |
76 | |
77 ------------------------------------------------------------------------ | |
78 r566 | zas_ | 2008-04-21 22:42:18 +0200 (Po, 21 dub 2008) | 2 lines | |
79 | |
80 Few more fixes to french translation. | |
81 | |
82 ------------------------------------------------------------------------ | |
83 r565 | zas_ | 2008-04-21 22:39:36 +0200 (Po, 21 dub 2008) | 3 lines | |
84 | |
85 Add some macros to handle rc file compatibility issues related to | |
86 option name changes. | |
87 | |
88 ------------------------------------------------------------------------ | |
89 r564 | zas_ | 2008-04-21 22:27:39 +0200 (Po, 21 dub 2008) | 2 lines | |
90 | |
91 Minor french translation fix. | |
92 | |
93 ------------------------------------------------------------------------ | |
94 r563 | zas_ | 2008-04-21 22:24:15 +0200 (Po, 21 dub 2008) | 2 lines | |
95 | |
96 French translation was updated. | |
97 | |
98 ------------------------------------------------------------------------ | |
99 r562 | zas_ | 2008-04-21 22:12:49 +0200 (Po, 21 dub 2008) | 6 lines | |
100 | |
101 Rename few functions and replace fullscreen info with image overlay template string. | |
102 fullscreen_info_default_cb() -> image_overlay_default_template_cb() | |
103 fullscreen_info_default_ok_cb() -> image_overlay_default_template_ok_cb() | |
104 set_default_fullscreen_info() -> set_default_image_overlay_template_string() (moved to image-overlay.h) | |
105 | |
106 | |
107 ------------------------------------------------------------------------ | |
108 r561 | zas_ | 2008-04-21 22:01:22 +0200 (Po, 21 dub 2008) | 9 lines | |
109 | |
110 Replace fullscreen.info and fullscreen.show_info options by: | |
111 image_overlay.common.enabled => to save last state to rc file | |
112 image_overlay.common.show_at_startup => overrides .common.enabled at startup | |
113 image_overlay.common.template_string => replace fullscreen.info | |
114 | |
115 common is used since for now there is only one image overlay setup, | |
116 later specific setups may be added. | |
117 | |
118 | |
119 ------------------------------------------------------------------------ | |
120 r560 | nadvornik | 2008-04-21 21:42:58 +0200 (Po, 21 dub 2008) | 2 lines | |
121 | |
122 fixed another "gqview" occurence | |
123 | |
124 ------------------------------------------------------------------------ | |
125 r559 | nadvornik | 2008-04-21 21:10:41 +0200 (Po, 21 dub 2008) | 2 lines | |
126 | |
127 updated NEWS, README and other documentation files | |
128 | |
129 ------------------------------------------------------------------------ | |
130 r558 | nadvornik | 2008-04-21 20:09:30 +0200 (Po, 21 dub 2008) | 2 lines | |
131 | |
132 renamed no.po to nb.po | |
133 | |
134 ------------------------------------------------------------------------ | |
135 r557 | zas_ | 2008-04-21 17:30:16 +0200 (Po, 21 dub 2008) | 3 lines | |
136 | |
137 Fix a segfault occuring when pressing 'i' for overlay info | |
138 in a separate image window (no layout). | |
139 | |
140 ------------------------------------------------------------------------ | |
141 r556 | zas_ | 2008-04-21 16:19:48 +0200 (Po, 21 dub 2008) | 2 lines | |
142 | |
143 histogram_draw(): tidy up. | |
144 | |
145 ------------------------------------------------------------------------ | |
146 r555 | zas_ | 2008-04-21 15:39:17 +0200 (Po, 21 dub 2008) | 2 lines | |
147 | |
148 histogram_read(): speed up calculations by 20%. | |
149 | |
150 ------------------------------------------------------------------------ | |
151 r554 | zas_ | 2008-04-21 13:44:03 +0200 (Po, 21 dub 2008) | 2 lines | |
152 | |
153 histogram_read(): use memset() to initialize histogram data instead of for() loop. | |
154 | |
155 ------------------------------------------------------------------------ | |
156 r553 | zas_ | 2008-04-21 12:11:55 +0200 (Po, 21 dub 2008) | 2 lines | |
157 | |
158 French translation was updated. | |
159 | |
160 ------------------------------------------------------------------------ | |
161 r552 | zas_ | 2008-04-21 12:10:23 +0200 (Po, 21 dub 2008) | 2 lines | |
162 | |
163 Add compat.c to POTFILES | |
164 | |
165 ------------------------------------------------------------------------ | |
166 r551 | zas_ | 2008-04-21 12:09:01 +0200 (Po, 21 dub 2008) | 4 lines | |
167 | |
168 Allow the user to set the drag'n drop icon size through | |
169 Preferences > Advanced > Behavior > Drag'n drop icon size. | |
170 It is saved to rc file as dnd_icon_size. | |
171 | |
172 ------------------------------------------------------------------------ | |
173 r550 | zas_ | 2008-04-21 01:17:35 +0200 (Po, 21 dub 2008) | 4 lines | |
174 | |
175 Add a replacement for gtk_radio_action_set_current_value() which | |
176 require GTK+ >= 2.10. | |
177 Two new files were added, compat.h and compat.c. | |
178 | |
179 ------------------------------------------------------------------------ | |
180 r549 | zas_ | 2008-04-21 00:51:53 +0200 (Po, 21 dub 2008) | 2 lines | |
181 | |
182 French translation was updated. | |
183 | |
184 ------------------------------------------------------------------------ | |
185 r548 | zas_ | 2008-04-21 00:45:00 +0200 (Po, 21 dub 2008) | 2 lines | |
186 | |
187 Add number mnemonics to image view editors submenu. | |
188 | |
189 ------------------------------------------------------------------------ | |
190 r547 | zas_ | 2008-04-21 00:29:23 +0200 (Po, 21 dub 2008) | 3 lines | |
191 | |
192 Prefix editor entries in the main menu with numbers. | |
193 It allows Alt+E+number as shortcut to start an editor. | |
194 | |
195 ------------------------------------------------------------------------ | |
196 r546 | zas_ | 2008-04-21 00:14:54 +0200 (Po, 21 dub 2008) | 2 lines | |
197 | |
198 Add missing shortcuts. | |
199 | |
200 ------------------------------------------------------------------------ | |
201 r545 | nadvornik | 2008-04-21 00:14:38 +0200 (Po, 21 dub 2008) | 3 lines | |
202 | |
203 fixed color profile code for older versions of exiv2 | |
204 compilation fixes | |
205 | |
206 ------------------------------------------------------------------------ | |
207 r544 | zas_ | 2008-04-21 00:01:26 +0200 (Po, 21 dub 2008) | 4 lines | |
208 | |
209 Mark slideshow toggle state in the menu. | |
210 There is still an issue due to layout vs view slideshows... | |
211 | |
212 | |
213 ------------------------------------------------------------------------ | |
214 r543 | zas_ | 2008-04-20 23:38:45 +0200 (Ne, 20 dub 2008) | 2 lines | |
215 | |
216 Fix a typo introduced by revision 521. | |
217 | |
218 ------------------------------------------------------------------------ | |
219 r542 | nadvornik | 2008-04-20 23:35:03 +0200 (Ne, 20 dub 2008) | 2 lines | |
220 | |
221 read color profiles from jpeg also with Exiv2 | |
222 | |
223 ------------------------------------------------------------------------ | |
224 r541 | zas_ | 2008-04-20 23:30:36 +0200 (Ne, 20 dub 2008) | 6 lines | |
225 | |
226 Use explicit names for mouse buttons instead of numbers. | |
227 MOUSE_BUTTON_LEFT = 1 | |
228 MOUSE_BUTTON_MIDDLE = 2 | |
229 MOUSE_BUTTON_RIGHT = 3 | |
230 It makes the code easier to read. | |
231 | |
232 ------------------------------------------------------------------------ | |
233 r540 | zas_ | 2008-04-20 22:35:26 +0200 (Ne, 20 dub 2008) | 2 lines | |
234 | |
235 Fix a typo: unoffical -> unofficial | |
236 | |
237 ------------------------------------------------------------------------ | |
238 r539 | zas_ | 2008-04-20 20:07:51 +0200 (Ne, 20 dub 2008) | 2 lines | |
239 | |
240 Effectively drop empty newlines at end of files (missing from rev 535) | |
241 | |
242 ------------------------------------------------------------------------ | |
243 r538 | zas_ | 2008-04-20 18:50:19 +0200 (Ne, 20 dub 2008) | 3 lines | |
244 | |
245 comment_file_read(): rewrite the parser, drop leading and trailing newlines | |
246 in comment. | |
247 | |
248 ------------------------------------------------------------------------ | |
249 r537 | zas_ | 2008-04-20 15:42:22 +0200 (Ne, 20 dub 2008) | 2 lines | |
250 | |
251 Minor cleanup and code redundancy reduction. | |
252 | |
253 ------------------------------------------------------------------------ | |
254 r536 | zas_ | 2008-04-20 15:30:36 +0200 (Ne, 20 dub 2008) | 2 lines | |
255 | |
256 editor_command_one(): tidy up. | |
257 | |
258 ------------------------------------------------------------------------ | |
259 r535 | zas_ | 2008-04-20 15:04:57 +0200 (Ne, 20 dub 2008) | 6 lines | |
260 | |
261 Big whitespaces cleanup: | |
262 - drop whitespaces at end of lines | |
263 - convert eight spaces to tab at start of lines | |
264 - drop spurious spaces mixed with tabs | |
265 - remove empty lines at end of files | |
266 | |
267 ------------------------------------------------------------------------ | |
268 r534 | zas_ | 2008-04-20 12:05:27 +0200 (Ne, 20 dub 2008) | 3 lines | |
269 | |
270 Allow the user to change open_recent_list_maxsize option through | |
271 Preferences > Advanced > Navigation. | |
272 | |
273 ------------------------------------------------------------------------ | |
274 r533 | nadvornik | 2008-04-20 11:53:37 +0200 (Ne, 20 dub 2008) | 2 lines | |
275 | |
276 rm as external delete command is too dangerous, even for testing | |
277 | |
278 ------------------------------------------------------------------------ | |
279 r532 | zas_ | 2008-04-20 11:47:51 +0200 (Ne, 20 dub 2008) | 2 lines | |
280 | |
281 Add a way to restore original state in Adjust menu. | |
282 | |
283 ------------------------------------------------------------------------ | |
284 r531 | nadvornik | 2008-04-20 11:29:46 +0200 (Ne, 20 dub 2008) | 2 lines | |
285 | |
286 added fColorProfile pseudo-tag with detailed information | |
287 | |
288 ------------------------------------------------------------------------ | |
289 r530 | zas_ | 2008-04-20 11:02:05 +0200 (Ne, 20 dub 2008) | 3 lines | |
290 | |
291 Fix the case "orientation from FileData, color profile from exif". | |
292 Reported by Vladimir Nadvornik. | |
293 | |
294 ------------------------------------------------------------------------ | |
295 r529 | zas_ | 2008-04-20 01:12:30 +0200 (Ne, 20 dub 2008) | 3 lines | |
296 | |
297 Rename inappropriate folder_size to folder. | |
298 | |
299 | |
300 ------------------------------------------------------------------------ | |
301 r528 | zas_ | 2008-04-20 00:32:07 +0200 (Ne, 20 dub 2008) | 2 lines | |
302 | |
303 Use sizeof() for buffer size where appropriate. | |
304 | |
305 ------------------------------------------------------------------------ | |
306 r527 | zas_ | 2008-04-19 23:50:05 +0200 (So, 19 dub 2008) | 2 lines | |
307 | |
308 Keep image orientation set by the user during the session. | |
309 | |
310 ------------------------------------------------------------------------ | |
311 r526 | zas_ | 2008-04-19 23:30:19 +0200 (So, 19 dub 2008) | 3 lines | |
312 | |
313 Save Show Marks state to rc file and display current state in menu. | |
314 It is saved as boolean option layout.show_marks. | |
315 | |
316 ------------------------------------------------------------------------ | |
317 r525 | nadvornik | 2008-04-19 23:20:08 +0200 (So, 19 dub 2008) | 2 lines | |
318 | |
319 fixed max. number of profiles | |
320 | |
321 ------------------------------------------------------------------------ | |
322 r524 | zas_ | 2008-04-19 23:18:24 +0200 (So, 19 dub 2008) | 2 lines | |
323 | |
324 Sort options. | |
325 | |
326 ------------------------------------------------------------------------ | |
327 r523 | nadvornik | 2008-04-19 23:10:18 +0200 (So, 19 dub 2008) | 2 lines | |
328 | |
329 fixed color profile index | |
330 | |
331 ------------------------------------------------------------------------ | |
332 r522 | zas_ | 2008-04-19 22:53:12 +0200 (So, 19 dub 2008) | 2 lines | |
333 | |
334 Let toggle marks with numeric keypad. | |
335 | |
336 ------------------------------------------------------------------------ | |
337 r521 | nadvornik | 2008-04-19 22:19:27 +0200 (So, 19 dub 2008) | 4 lines | |
338 | |
339 I have finally found how to add alternative hotkeys | |
340 removed more hard-coded keys | |
341 "Split Quad" is without hotkey for now | |
342 | |
343 ------------------------------------------------------------------------ | |
344 r520 | zas_ | 2008-04-19 21:28:10 +0200 (So, 19 dub 2008) | 3 lines | |
345 | |
346 Accept keywords composed by two words ("Todo" = "A faire" in french). | |
347 Prevent duplicate keywords in the list. | |
348 | |
349 ------------------------------------------------------------------------ | |
350 r519 | nadvornik | 2008-04-19 19:55:41 +0200 (So, 19 dub 2008) | 2 lines | |
351 | |
352 show the AdobeRGB profile in the menu, indicate input profile from image | |
353 | |
354 ------------------------------------------------------------------------ | |
355 r518 | zas_ | 2008-04-19 19:14:03 +0200 (So, 19 dub 2008) | 2 lines | |
356 | |
357 file_dat_unref: display number of references as well of path (debug only). | |
358 | |
359 ------------------------------------------------------------------------ | |
360 r517 | nadvornik | 2008-04-19 18:26:29 +0200 (So, 19 dub 2008) | 2 lines | |
361 | |
362 first support for AdobeRGB colorspace | |
363 | |
364 ------------------------------------------------------------------------ | |
365 r516 | zas_ | 2008-04-19 18:10:08 +0200 (So, 19 dub 2008) | 2 lines | |
366 | |
367 French translation fixes. | |
368 | |
369 ------------------------------------------------------------------------ | |
370 r515 | zas_ | 2008-04-19 15:40:20 +0200 (So, 19 dub 2008) | 3 lines | |
371 | |
372 French translation fixes and updates. | |
373 | |
374 | |
375 ------------------------------------------------------------------------ | |
376 r514 | zas_ | 2008-04-19 15:39:21 +0200 (So, 19 dub 2008) | 2 lines | |
377 | |
378 Add missing _(). | |
379 | |
380 ------------------------------------------------------------------------ | |
381 r513 | zas_ | 2008-04-19 14:46:59 +0200 (So, 19 dub 2008) | 4 lines | |
382 | |
383 Add the possibility to update only one translation file using, | |
384 for example: make update-po PO=fr | |
385 autogen.sh applies a patch made against glib-gettextize generated Makefile.in.in | |
386 | |
387 ------------------------------------------------------------------------ | |
388 r512 | zas_ | 2008-04-19 13:11:53 +0200 (So, 19 dub 2008) | 5 lines | |
389 | |
390 Cleanup last patch: | |
391 - drop vd_pop_menu_dir_view_as_cb() since it is now unused. | |
392 - use G_N_ELEMENTS() | |
393 | |
394 | |
395 ------------------------------------------------------------------------ | |
396 r511 | nadvornik | 2008-04-19 11:49:14 +0200 (So, 19 dub 2008) | 2 lines | |
397 | |
398 improved spec file | |
399 | |
400 ------------------------------------------------------------------------ | |
401 r510 | zas_ | 2008-04-19 11:36:30 +0200 (So, 19 dub 2008) | 3 lines | |
402 | |
403 Fix directory view popup menu to display a View As submenu | |
404 to switch between different directory views. | |
405 | |
406 ------------------------------------------------------------------------ | |
407 r509 | zas_ | 2008-04-19 01:35:16 +0200 (So, 19 dub 2008) | 2 lines | |
408 | |
409 gimp-remote has no -n option. | |
410 | |
411 ------------------------------------------------------------------------ | |
412 r508 | zas_ | 2008-04-19 01:09:03 +0200 (So, 19 dub 2008) | 4 lines | |
413 | |
414 Add zoom ratio display to OSD in fullscreen mode. | |
415 It appears as [%zoom%] in fullscreen info string. | |
416 It is now displayed by default. | |
417 | |
418 ------------------------------------------------------------------------ | |
419 r507 | nadvornik | 2008-04-19 00:31:58 +0200 (So, 19 dub 2008) | 2 lines | |
420 | |
421 partially fixed reading embedded color profiles with exiv2 | |
422 | |
423 ------------------------------------------------------------------------ | |
424 r506 | zas_ | 2008-04-19 00:15:01 +0200 (So, 19 dub 2008) | 5 lines | |
425 | |
426 Add two new options to control image read buffer at runtime. | |
427 They are available in Preferences > Advanced > Image loading and caching. | |
428 Default read buffer size was set to 4096 instead of 512. | |
429 These options are saved to rc file. | |
430 | |
431 ------------------------------------------------------------------------ | |
432 r505 | zas_ | 2008-04-18 23:53:33 +0200 (Pá, 18 dub 2008) | 2 lines | |
433 | |
434 Display elapsed time since previous get_exec_time() call (debug only). | |
435 | |
436 ------------------------------------------------------------------------ | |
437 r504 | zas_ | 2008-04-18 23:51:08 +0200 (Pá, 18 dub 2008) | 2 lines | |
438 | |
439 Remove forgotten debug printf(). | |
440 | |
441 ------------------------------------------------------------------------ | |
442 r503 | zas_ | 2008-04-18 23:42:00 +0200 (Pá, 18 dub 2008) | 2 lines | |
443 | |
444 Fix OSD display when fullscreen info string is empty. | |
445 | |
446 ------------------------------------------------------------------------ | |
447 r502 | nadvornik | 2008-04-18 23:30:12 +0200 (Pá, 18 dub 2008) | 2 lines | |
448 | |
449 replace inner loops with memcpy | |
450 | |
451 ------------------------------------------------------------------------ | |
452 r501 | zas_ | 2008-04-18 22:41:09 +0200 (Pá, 18 dub 2008) | 5 lines | |
453 | |
454 Explode pr_tile_mirror() in three optimized functions: | |
455 pr_tile_mirror_only() | |
456 pr_tile_mirror_and_flip() | |
457 pr_tile_flip_only() | |
458 | |
459 ------------------------------------------------------------------------ | |
460 r500 | zas_ | 2008-04-18 18:53:41 +0200 (Pá, 18 dub 2008) | 5 lines | |
461 | |
462 Rename vd_drop_update() to vd_dnd_drop_update(). | |
463 Add two function pointers to ViewDir struct to keep | |
464 vdtree_dnd_drop_expand_cancel() and vdtree_dnd_drop_expand() | |
465 static to view_dir_tree.c. | |
466 | |
467 ------------------------------------------------------------------------ | |
468 r499 | zas_ | 2008-04-18 18:29:47 +0200 (Pá, 18 dub 2008) | 2 lines | |
469 | |
470 Drop 3 useless #define. | |
471 | |
472 ------------------------------------------------------------------------ | |
473 r498 | zas_ | 2008-04-18 18:25:40 +0200 (Pá, 18 dub 2008) | 4 lines | |
474 | |
475 Fix forgotten vd->pf affectation. | |
476 Cleanup, and reduce code redundancy a bit. | |
477 | |
478 | |
479 ------------------------------------------------------------------------ | |
480 r497 | zas_ | 2008-04-18 13:01:41 +0200 (Pá, 18 dub 2008) | 6 lines | |
481 | |
482 Explode pr_tile_rotate_90() in two functions: | |
483 pr_tile_rotate_90_clockwise() | |
484 pr_tile_rotate_90_counter_clockwise() | |
485 Optimize the code at the expense of a bit of code redundancy: | |
486 tests were moved outside the loops, intermediate results are now cached. | |
487 | |
488 ------------------------------------------------------------------------ | |
489 r496 | zas_ | 2008-04-18 11:15:09 +0200 (Pá, 18 dub 2008) | 2 lines | |
490 | |
491 Introduce printf_term() macro and use it. | |
492 | |
493 ------------------------------------------------------------------------ | |
494 r495 | zas_ | 2008-04-17 22:14:49 +0200 (Čt, 17 dub 2008) | 3 lines | |
495 | |
496 Add a shortcut key for List (L) and change the one for Tree (T), | |
497 they are now in a submenu. | |
498 | |
499 ------------------------------------------------------------------------ | |
500 r494 | zas_ | 2008-04-17 22:03:49 +0200 (Čt, 17 dub 2008) | 2 lines | |
501 | |
502 Add some wrappers in view_dir.c and simplify even more. | |
503 | |
504 ------------------------------------------------------------------------ | |
505 r493 | zas_ | 2008-04-17 21:57:41 +0200 (Čt, 17 dub 2008) | 2 lines | |
506 | |
507 Fix a bug introduced in revision 489. | |
508 | |
509 ------------------------------------------------------------------------ | |
510 r492 | zas_ | 2008-04-17 20:44:17 +0200 (Čt, 17 dub 2008) | 3 lines | |
511 | |
512 Reduce code redundancy with the introduction of a new | |
513 function named vd_get_fd_from_tree_path(). | |
514 | |
515 ------------------------------------------------------------------------ | |
516 r491 | nadvornik | 2008-04-17 19:44:54 +0200 (Čt, 17 dub 2008) | 3 lines | |
517 | |
518 image post-processing (rotation and color management) moved to | |
519 pixbuf-renderer | |
520 | |
521 ------------------------------------------------------------------------ | |
522 r490 | zas_ | 2008-04-17 19:35:51 +0200 (Čt, 17 dub 2008) | 3 lines | |
523 | |
524 Merge vd(list|tree)_release_cb() in vd_release_cb(). | |
525 I made some assumptions here i hope correct. | |
526 | |
527 ------------------------------------------------------------------------ | |
528 r489 | zas_ | 2008-04-17 19:19:41 +0200 (Čt, 17 dub 2008) | 2 lines | |
529 | |
530 Merge few more functions to view_dir.c. | |
531 | |
532 ------------------------------------------------------------------------ | |
533 r488 | zas_ | 2008-04-17 18:33:31 +0200 (Čt, 17 dub 2008) | 2 lines | |
534 | |
535 Move common menu position callback to view_dir.c. | |
536 | |
537 ------------------------------------------------------------------------ | |
538 r487 | zas_ | 2008-04-17 16:51:32 +0200 (Čt, 17 dub 2008) | 2 lines | |
539 | |
540 Merge dirlist/dirview dnd code. | |
541 | |
542 ------------------------------------------------------------------------ | |
543 r486 | zas_ | 2008-04-17 00:51:32 +0200 (Čt, 17 dub 2008) | 2 lines | |
544 | |
545 Regenerate translations files and update french translation. | |
546 | |
547 ------------------------------------------------------------------------ | |
548 r485 | zas_ | 2008-04-17 00:31:52 +0200 (Čt, 17 dub 2008) | 2 lines | |
549 | |
550 Fix new folder feature in dirlist mode, it was broken by revision 481. | |
551 | |
552 ------------------------------------------------------------------------ | |
553 r484 | zas_ | 2008-04-17 00:23:43 +0200 (Čt, 17 dub 2008) | 2 lines | |
554 | |
555 Fix a crash introduced in revision 477. | |
556 | |
557 ------------------------------------------------------------------------ | |
558 r483 | zas_ | 2008-04-17 00:21:01 +0200 (Čt, 17 dub 2008) | 2 lines | |
559 | |
560 Fix two errors made in revision 473. | |
561 | |
562 ------------------------------------------------------------------------ | |
563 r482 | zas_ | 2008-04-16 23:58:05 +0200 (St, 16 dub 2008) | 2 lines | |
564 | |
565 Merge few more vdlist/vdtree functions. | |
566 | |
567 ------------------------------------------------------------------------ | |
568 r481 | zas_ | 2008-04-16 22:36:10 +0200 (St, 16 dub 2008) | 2 lines | |
569 | |
570 Make directory view popup menu common and move it to view_dir.{c,h}. | |
571 | |
572 ------------------------------------------------------------------------ | |
573 r480 | nadvornik | 2008-04-16 22:32:44 +0200 (St, 16 dub 2008) | 2 lines | |
574 | |
575 fixed compiler warnings | |
576 | |
577 ------------------------------------------------------------------------ | |
578 r479 | nadvornik | 2008-04-16 22:15:42 +0200 (St, 16 dub 2008) | 2 lines | |
579 | |
580 in debug mode print time information on selected events | |
581 | |
582 ------------------------------------------------------------------------ | |
583 r478 | zas_ | 2008-04-16 20:57:50 +0200 (St, 16 dub 2008) | 2 lines | |
584 | |
585 Clean up and simplify. | |
586 | |
587 ------------------------------------------------------------------------ | |
588 r477 | zas_ | 2008-04-16 18:54:38 +0200 (St, 16 dub 2008) | 3 lines | |
589 | |
590 Merge parts of view_dir_list/tree constructors/destructors to | |
591 view_dir. | |
592 | |
593 ------------------------------------------------------------------------ | |
594 r476 | zas_ | 2008-04-16 18:05:12 +0200 (St, 16 dub 2008) | 3 lines | |
595 | |
596 Move some dnd common code from view_dir_list.c and view_dir_tree.c | |
597 to view_dir.c. | |
598 | |
599 ------------------------------------------------------------------------ | |
600 r475 | zas_ | 2008-04-16 16:56:31 +0200 (St, 16 dub 2008) | 2 lines | |
601 | |
602 Rename vdt occurences to vd. | |
603 | |
604 ------------------------------------------------------------------------ | |
605 r474 | zas_ | 2008-04-16 16:51:39 +0200 (St, 16 dub 2008) | 2 lines | |
606 | |
607 Rename vdl occurences to vd. | |
608 | |
609 ------------------------------------------------------------------------ | |
610 r473 | zas_ | 2008-04-16 16:45:22 +0200 (St, 16 dub 2008) | 11 lines | |
611 | |
612 Introduce a new struct ViewDir to handle directory views common | |
613 data. | |
614 Specific data is now in ViewDirInfoList and ViewDirInfoTree. | |
615 Type of directory view can be specified with enum DirViewType. | |
616 This is saved to rc file as layout.dir_view_type, which replace | |
617 layout.view_as_tree. | |
618 Code was modified to reflect these changes. | |
619 This is a first to move to merge common code of view_dir_list.c | |
620 and view_dir_tree.c and ease the introduction of new types | |
621 of directory view. | |
622 | |
623 ------------------------------------------------------------------------ | |
624 r472 | zas_ | 2008-04-15 23:49:28 +0200 (Út, 15 dub 2008) | 2 lines | |
625 | |
626 Indicate --debug[=level] in usage display. | |
627 | |
628 ------------------------------------------------------------------------ | |
629 r471 | zas_ | 2008-04-15 23:47:03 +0200 (Út, 15 dub 2008) | 4 lines | |
630 | |
631 Parse command line for --debug option as soon as possible and allow | |
632 --debug[=level] syntax. | |
633 Only display message indication debug level once. | |
634 | |
635 ------------------------------------------------------------------------ | |
636 r470 | zas_ | 2008-04-15 23:06:00 +0200 (Út, 15 dub 2008) | 2 lines | |
637 | |
638 Cleanup read/write of image.zoom_mode option. | |
639 | |
640 ------------------------------------------------------------------------ | |
641 r469 | zas_ | 2008-04-15 22:56:55 +0200 (Út, 15 dub 2008) | 2 lines | |
642 | |
643 Read show_icon_names only once. | |
644 | |
645 ------------------------------------------------------------------------ | |
646 r468 | zas_ | 2008-04-15 22:55:21 +0200 (Út, 15 dub 2008) | 2 lines | |
647 | |
648 Rename l_conf to layout_order and make it more local. | |
649 | |
650 ------------------------------------------------------------------------ | |
651 r467 | zas_ | 2008-04-15 22:46:14 +0200 (Út, 15 dub 2008) | 5 lines | |
652 | |
653 Fix a bug that was here since a long time, buf has nothing | |
654 to do with options->layout.order, so compare it to l_conf instead. | |
655 It fixes refreshing of files and directories lists when changing | |
656 filtering options. | |
657 | |
658 ------------------------------------------------------------------------ | |
659 r466 | zas_ | 2008-04-15 22:36:11 +0200 (Út, 15 dub 2008) | 6 lines | |
660 | |
661 Add a new option in Preferences > Filtering to allow the | |
662 user to choose to display '.' directory in folder lists or not. | |
663 This option is saved to rc file as file_filter.show_dot_directory. | |
664 A minor fix was made to disable display of .. in folder selection | |
665 dialogs when current path is /. | |
666 | |
667 ------------------------------------------------------------------------ | |
668 r465 | zas_ | 2008-04-15 22:00:27 +0200 (Út, 15 dub 2008) | 2 lines | |
669 | |
670 Add and use few new macros in rc file writing code. | |
671 | |
672 ------------------------------------------------------------------------ | |
673 r464 | nadvornik | 2008-04-15 20:34:24 +0200 (Út, 15 dub 2008) | 2 lines | |
674 | |
675 this might fix the freezes on freebsd, solaris, etc. | |
676 | |
677 ------------------------------------------------------------------------ | |
678 r463 | nadvornik | 2008-04-15 18:57:30 +0200 (Út, 15 dub 2008) | 2 lines | |
679 | |
680 save file_class to config file | |
681 | |
682 ------------------------------------------------------------------------ | |
683 r462 | zas_ | 2008-04-15 09:16:51 +0200 (Út, 15 dub 2008) | 2 lines | |
684 | |
685 Exit fullscreen mode when Properties is displayed. | |
686 | |
687 ------------------------------------------------------------------------ | |
688 r461 | zas_ | 2008-04-15 08:56:25 +0200 (Út, 15 dub 2008) | 7 lines | |
689 | |
690 New Go to directory view feature that permits to find and display the directory | |
691 corresponding to an image view. | |
692 For example, when you open an image in new window from collection, right clicking on | |
693 the newly displayed image will let you choose Go to directory view, which would open | |
694 a new window, with image and directory list. | |
695 If current directory is the one of the image, menu item is disabled. | |
696 | |
697 ------------------------------------------------------------------------ | |
698 r460 | zas_ | 2008-04-15 01:47:13 +0200 (Út, 15 dub 2008) | 2 lines | |
699 | |
700 Move layout.order default init to setup_default_options(). | |
701 | |
702 ------------------------------------------------------------------------ | |
703 r459 | zas_ | 2008-04-15 01:39:46 +0200 (Út, 15 dub 2008) | 2 lines | |
704 | |
705 collection_load(): use booleans and always count failures (for debug). | |
706 | |
707 ------------------------------------------------------------------------ | |
708 r458 | zas_ | 2008-04-15 01:29:54 +0200 (Út, 15 dub 2008) | 2 lines | |
709 | |
710 collection_load(): improve headers parsing. | |
711 | |
712 ------------------------------------------------------------------------ | |
713 r457 | zas_ | 2008-04-15 01:09:48 +0200 (Út, 15 dub 2008) | 2 lines | |
714 | |
715 collection_load(): fix typo (missing #) made in rev 453. | |
716 | |
717 ------------------------------------------------------------------------ | |
718 r456 | zas_ | 2008-04-15 01:08:27 +0200 (Út, 15 dub 2008) | 2 lines | |
719 | |
720 collection_load(): accept whitespaces at start of lines. | |
721 | |
722 ------------------------------------------------------------------------ | |
723 r455 | zas_ | 2008-04-15 00:57:26 +0200 (Út, 15 dub 2008) | 2 lines | |
724 | |
725 collection_load(): increase verbosity in debug mode. | |
726 | |
727 ------------------------------------------------------------------------ | |
728 r454 | zas_ | 2008-04-15 00:50:50 +0200 (Út, 15 dub 2008) | 3 lines | |
729 | |
730 collection_load(): replace official by limit_failures (and | |
731 invert the tests). | |
732 | |
733 ------------------------------------------------------------------------ | |
734 r453 | zas_ | 2008-04-15 00:45:53 +0200 (Út, 15 dub 2008) | 3 lines | |
735 | |
736 Increase collection_load() buffer size and do not activate | |
737 error limiting for GQview collections. | |
738 | |
739 ------------------------------------------------------------------------ | |
740 r452 | zas_ | 2008-04-15 00:28:29 +0200 (Út, 15 dub 2008) | 2 lines | |
741 | |
742 Merge collection_load_only_geometry() into collection_load(). | |
743 | |
744 ------------------------------------------------------------------------ | |
745 r451 | zas_ | 2008-04-15 00:05:47 +0200 (Út, 15 dub 2008) | 2 lines | |
746 | |
747 Use flags for collection_load*(). | |
748 | |
749 ------------------------------------------------------------------------ | |
750 r450 | zas_ | 2008-04-13 22:33:45 +0200 (Ne, 13 dub 2008) | 2 lines | |
751 | |
752 Apply exif display config (Never/If set/Always) to pan view too. | |
753 | |
754 ------------------------------------------------------------------------ | |
755 r449 | zas_ | 2008-04-13 21:21:13 +0200 (Ne, 13 dub 2008) | 4 lines | |
756 | |
757 Rename show_dot_files to show_hidden_files. | |
758 There is no need to expose the underlying method to hide | |
759 files. | |
760 | |
761 ------------------------------------------------------------------------ | |
762 r448 | zas_ | 2008-04-13 20:56:24 +0200 (Ne, 13 dub 2008) | 3 lines | |
763 | |
764 Let toggle the visibility of hidden files from directories list | |
765 or tree contextual menu. | |
766 | |
767 ------------------------------------------------------------------------ | |
768 r447 | zas_ | 2008-04-13 14:24:42 +0200 (Ne, 13 dub 2008) | 2 lines | |
769 | |
770 Add a button to reset fullscreen info string to default value. | |
771 | |
772 ------------------------------------------------------------------------ | |
773 r446 | zas_ | 2008-04-13 14:12:44 +0200 (Ne, 13 dub 2008) | 2 lines | |
774 | |
775 Fix a typo, READ_CHAR() must use value_all. | |
776 | |
777 ------------------------------------------------------------------------ | |
778 r445 | zas_ | 2008-04-13 11:10:38 +0200 (Ne, 13 dub 2008) | 3 lines | |
779 | |
780 Use convenient macros to read options, it will ensure options | |
781 names are matching (in the rc file and internally). | |
782 | |
783 ------------------------------------------------------------------------ | |
784 r444 | zas_ | 2008-04-13 10:36:17 +0200 (Ne, 13 dub 2008) | 5 lines | |
785 | |
786 Simplify read_*_option() stuff by passing pointer to option value. | |
787 Introduce read_uint_option() to read enum values and read_int_option_clamp() | |
788 to read clamped values. | |
789 | |
790 | |
791 ------------------------------------------------------------------------ | |
792 r443 | zas_ | 2008-04-13 01:59:31 +0200 (Ne, 13 dub 2008) | 3 lines | |
793 | |
794 Partly rewrite option parser to accept whitespaces at start | |
795 of lines. | |
796 | |
797 ------------------------------------------------------------------------ | |
798 r442 | zas_ | 2008-04-13 01:41:35 +0200 (Ne, 13 dub 2008) | 2 lines | |
799 | |
800 exif_* -> exif.display.* | |
801 | |
802 ------------------------------------------------------------------------ | |
803 r441 | zas_ | 2008-04-13 01:32:08 +0200 (Ne, 13 dub 2008) | 2 lines | |
804 | |
805 Add a note in the rc file about special editor slots. | |
806 | |
807 ------------------------------------------------------------------------ | |
808 r440 | zas_ | 2008-04-13 01:16:41 +0200 (Ne, 13 dub 2008) | 2 lines | |
809 | |
810 sidecar_ext -> sidecar.ext | |
811 | |
812 ------------------------------------------------------------------------ | |
813 r439 | zas_ | 2008-04-13 01:07:04 +0200 (Ne, 13 dub 2008) | 2 lines | |
814 | |
815 Unify names of options between variables and rc file. | |
816 | |
817 ------------------------------------------------------------------------ | |
818 r438 | zas_ | 2008-04-13 01:02:00 +0200 (Ne, 13 dub 2008) | 2 lines | |
819 | |
820 Use tree_descend_subdirs everywhere. | |
821 | |
822 ------------------------------------------------------------------------ | |
823 r437 | zas_ | 2008-04-13 00:22:11 +0200 (Ne, 13 dub 2008) | 2 lines | |
824 | |
825 Use startup_path_enable everywhere. | |
826 | |
827 ------------------------------------------------------------------------ | |
828 r436 | zas_ | 2008-04-13 00:17:14 +0200 (Ne, 13 dub 2008) | 2 lines | |
829 | |
830 Rename recent_list_max/open_recent_max to open_recent_list_maxsize. | |
831 | |
832 ------------------------------------------------------------------------ | |
833 r435 | zas_ | 2008-04-13 00:10:38 +0200 (Ne, 13 dub 2008) | 2 lines | |
834 | |
835 Rename dupe_custom_threshold option to duplicates_similarity_threshold. | |
836 | |
837 ------------------------------------------------------------------------ | |
838 r434 | zas_ | 2008-04-13 00:04:29 +0200 (Ne, 13 dub 2008) | 4 lines | |
839 | |
840 Move safe_delete* and in place rename options to file_ops | |
841 struct. | |
842 Re-order rc file a bit. | |
843 | |
844 ------------------------------------------------------------------------ | |
845 r433 | zas_ | 2008-04-12 23:45:30 +0200 (So, 12 dub 2008) | 3 lines | |
846 | |
847 Rename option thumbnails.enabled to layout.show_thumbnails as it makes | |
848 more sense. | |
849 | |
850 ------------------------------------------------------------------------ | |
851 r432 | zas_ | 2008-04-12 23:38:55 +0200 (So, 12 dub 2008) | 5 lines | |
852 | |
853 Rename user_specified_window_background and window_background_color | |
854 to image.use_custom_border_color and image.border_color. | |
855 Rename pref_background_color_set_cb() to pref_color_button_set_cb(). | |
856 Rename pref_colorbutton_new() to pref_color_button_new(). | |
857 | |
858 ------------------------------------------------------------------------ | |
859 r431 | zas_ | 2008-04-12 21:33:59 +0200 (So, 12 dub 2008) | 2 lines | |
860 | |
861 Rename window options (moved to layout) and re-order rc file. | |
862 | |
863 ------------------------------------------------------------------------ | |
864 r430 | zas_ | 2008-04-12 19:20:34 +0200 (So, 12 dub 2008) | 2 lines | |
865 | |
866 Fix bad image option name in the rc file. | |
867 | |
868 ------------------------------------------------------------------------ | |
869 r429 | zas_ | 2008-04-12 19:09:20 +0200 (So, 12 dub 2008) | 2 lines | |
870 | |
871 Fix display bug when using "Limit image size when autofitting" option. | |
872 | |
873 ------------------------------------------------------------------------ | |
874 r428 | zas_ | 2008-04-12 17:13:00 +0200 (So, 12 dub 2008) | 2 lines | |
875 | |
876 Beautify rc file, adding sub-sections titles. | |
877 | |
878 ------------------------------------------------------------------------ | |
879 r427 | zas_ | 2008-04-12 17:04:58 +0200 (So, 12 dub 2008) | 2 lines | |
880 | |
881 Rename image-related options. | |
882 | |
883 ------------------------------------------------------------------------ | |
884 r426 | zas_ | 2008-04-12 11:41:44 +0200 (So, 12 dub 2008) | 2 lines | |
885 | |
886 Rename thumbnails related options. | |
887 | |
888 ------------------------------------------------------------------------ | |
889 r425 | zas_ | 2008-04-12 11:12:37 +0200 (So, 12 dub 2008) | 2 lines | |
890 | |
891 Rename file filtering options. | |
892 | |
893 ------------------------------------------------------------------------ | |
894 r424 | zas_ | 2008-04-12 10:59:52 +0200 (So, 12 dub 2008) | 2 lines | |
895 | |
896 Drop unused stuff. | |
897 | |
898 ------------------------------------------------------------------------ | |
899 r423 | zas_ | 2008-04-12 10:40:02 +0200 (So, 12 dub 2008) | 2 lines | |
900 | |
901 Rename collection options. | |
902 | |
903 ------------------------------------------------------------------------ | |
904 r422 | zas_ | 2008-04-12 10:35:58 +0200 (So, 12 dub 2008) | 2 lines | |
905 | |
906 Rename file sorting options. | |
907 | |
908 ------------------------------------------------------------------------ | |
909 r421 | zas_ | 2008-04-12 10:28:08 +0200 (So, 12 dub 2008) | 2 lines | |
910 | |
911 Re-order and try to group options. | |
912 | |
913 ------------------------------------------------------------------------ | |
914 r420 | zas_ | 2008-04-12 10:05:44 +0200 (So, 12 dub 2008) | 2 lines | |
915 | |
916 Rename color profile options. | |
917 | |
918 ------------------------------------------------------------------------ | |
919 r419 | zas_ | 2008-04-12 09:46:01 +0200 (So, 12 dub 2008) | 2 lines | |
920 | |
921 Rename slideshow options. | |
922 | |
923 ------------------------------------------------------------------------ | |
924 r418 | zas_ | 2008-04-12 09:09:19 +0200 (So, 12 dub 2008) | 3 lines | |
925 | |
926 Only display defined exif tags by default. | |
927 | |
928 | |
929 ------------------------------------------------------------------------ | |
930 r417 | zas_ | 2008-04-12 09:00:14 +0200 (So, 12 dub 2008) | 2 lines | |
931 | |
932 Drop redundant code. | |
933 | |
934 ------------------------------------------------------------------------ | |
935 r416 | zas_ | 2008-04-12 08:42:47 +0200 (So, 12 dub 2008) | 3 lines | |
936 | |
937 Add Exif.Photo.ColorSpace tag in Preferences > Properties > Exif. | |
938 Requested by Frédéric Mantegazza. | |
939 | |
940 ------------------------------------------------------------------------ | |
941 r415 | zas_ | 2008-04-12 01:32:22 +0200 (So, 12 dub 2008) | 2 lines | |
942 | |
943 Rationalize fullscreen options naming. | |
944 | |
945 ------------------------------------------------------------------------ | |
946 r414 | zas_ | 2008-04-12 01:01:00 +0200 (So, 12 dub 2008) | 2 lines | |
947 | |
948 options_c -> c_options | |
949 | |
950 ------------------------------------------------------------------------ | |
951 r413 | zas_ | 2008-04-12 00:52:22 +0200 (So, 12 dub 2008) | 2 lines | |
952 | |
953 Move more options to ConfOptions. | |
954 | |
955 ------------------------------------------------------------------------ | |
956 r412 | zas_ | 2008-04-12 00:27:54 +0200 (So, 12 dub 2008) | 3 lines | |
957 | |
958 Move file_sort_case_sensitive to ConfOptions. | |
959 | |
960 | |
961 ------------------------------------------------------------------------ | |
962 r411 | zas_ | 2008-04-12 00:14:36 +0200 (So, 12 dub 2008) | 6 lines | |
963 | |
964 Add a new struct ConfOptions to handle options. | |
965 Changes were made among the code to use only one global var | |
966 named "options" of type ConfOptions *. | |
967 Initialization takes place in new init_options(). | |
968 | |
969 | |
970 ------------------------------------------------------------------------ | |
971 r410 | zas_ | 2008-04-11 22:35:37 +0200 (Pá, 11 dub 2008) | 4 lines | |
972 | |
973 Make thumbnail standard fail directory after current application | |
974 name and version. | |
975 | |
976 | |
977 ------------------------------------------------------------------------ | |
978 r409 | zas_ | 2008-04-11 22:01:29 +0200 (Pá, 11 dub 2008) | 3 lines | |
979 | |
980 Define drag and drop target string in dnd.h. | |
981 Make it use the current name of the application. | |
982 | |
983 ------------------------------------------------------------------------ | |
984 r408 | zas_ | 2008-04-11 21:43:36 +0200 (Pá, 11 dub 2008) | 2 lines | |
985 | |
986 Use secure save in history_list_save(). | |
987 | |
988 ------------------------------------------------------------------------ | |
989 r407 | zas_ | 2008-04-11 19:11:14 +0200 (Pá, 11 dub 2008) | 3 lines | |
990 | |
991 Use secure save in comment_file_write(). | |
992 | |
993 | |
994 ------------------------------------------------------------------------ | |
995 r406 | zas_ | 2008-04-11 18:46:21 +0200 (Pá, 11 dub 2008) | 5 lines | |
996 | |
997 Secure save now unlinks temporary file on error by default. | |
998 It will prevent left-behind temporary files, but also prevent | |
999 potential data recovery from partially written files (it | |
1000 should not be a problem here). | |
1001 | |
1002 ------------------------------------------------------------------------ | |
1003 r405 | zas_ | 2008-04-11 18:04:37 +0200 (Pá, 11 dub 2008) | 2 lines | |
1004 | |
1005 Use secure save feature when saving collections. | |
1006 | |
1007 ------------------------------------------------------------------------ | |
1008 r404 | zas_ | 2008-04-11 18:02:33 +0200 (Pá, 11 dub 2008) | 2 lines | |
1009 | |
1010 Preserve permissions of the destination file when using secure save. | |
1011 | |
1012 ------------------------------------------------------------------------ | |
1013 r403 | zas_ | 2008-04-11 17:27:08 +0200 (Pá, 11 dub 2008) | 4 lines | |
1014 | |
1015 Revert part of the previous patch, let the caller take care | |
1016 of calling path_from_utf8(). | |
1017 | |
1018 | |
1019 ------------------------------------------------------------------------ | |
1020 r402 | zas_ | 2008-04-11 16:27:55 +0200 (Pá, 11 dub 2008) | 3 lines | |
1021 | |
1022 Use path_from_utf8() on the passed filename. | |
1023 Add const attribute. | |
1024 | |
1025 ------------------------------------------------------------------------ | |
1026 r401 | zas_ | 2008-04-11 15:07:48 +0200 (Pá, 11 dub 2008) | 8 lines | |
1027 | |
1028 ui_icons.h and icons_inline.h depend on gdk-pixbuf-csource, | |
1029 so add a test for it in configure. | |
1030 Wrap generated headers files with #ifdef/#endif and add | |
1031 a comment related to their auto-generated nature. | |
1032 Make the generation itself quiet, but display a message | |
1033 on error. | |
1034 Make these targets depend on respective Makefile.in. | |
1035 | |
1036 ------------------------------------------------------------------------ | |
1037 r400 | zas_ | 2008-04-11 14:31:32 +0200 (Pá, 11 dub 2008) | 2 lines | |
1038 | |
1039 Move secure save code to its own files: secure_save.{c,h}. | |
1040 | |
1041 ------------------------------------------------------------------------ | |
1042 r399 | zas_ | 2008-04-11 14:25:36 +0200 (Pá, 11 dub 2008) | 2 lines | |
1043 | |
1044 Add missing #ifdef/#endif. | |
1045 | |
1046 ------------------------------------------------------------------------ | |
1047 r398 | zas_ | 2008-04-11 12:46:52 +0200 (Pá, 11 dub 2008) | 2 lines | |
1048 | |
1049 Ensure that gcc flag -Wall is set. | |
1050 | |
1051 ------------------------------------------------------------------------ | |
1052 r397 | zas_ | 2008-04-11 12:45:37 +0200 (Pá, 11 dub 2008) | 2 lines | |
1053 | |
1054 Silent some gcc warnings. | |
1055 | |
1056 ------------------------------------------------------------------------ | |
1057 r396 | zas_ | 2008-04-11 11:02:20 +0200 (Pá, 11 dub 2008) | 3 lines | |
1058 | |
1059 Prevent multiple insertion of the same file in a collection. | |
1060 Use a hash table to speed up existence tests. | |
1061 | |
1062 ------------------------------------------------------------------------ | |
1063 r395 | zas_ | 2008-04-11 10:10:40 +0200 (Pá, 11 dub 2008) | 2 lines | |
1064 | |
1065 Only display these messages if debug mode is enabled. | |
1066 | |
1067 ------------------------------------------------------------------------ | |
1068 r394 | nadvornik | 2008-04-10 21:27:42 +0200 (Čt, 10 dub 2008) | 2 lines | |
1069 | |
1070 fixed dates in pan-calendar | |
1071 | |
1072 ------------------------------------------------------------------------ | |
1073 r393 | zas_ | 2008-04-10 14:07:34 +0200 (Čt, 10 dub 2008) | 2 lines | |
1074 | |
1075 Fix fCamera even more. | |
1076 | |
1077 ------------------------------------------------------------------------ | |
1078 r392 | zas_ | 2008-04-10 13:31:20 +0200 (Čt, 10 dub 2008) | 2 lines | |
1079 | |
1080 Do not display ... if not truncated. | |
1081 | |
1082 ------------------------------------------------------------------------ | |
1083 r391 | zas_ | 2008-04-10 12:43:15 +0200 (Čt, 10 dub 2008) | 5 lines | |
1084 | |
1085 Add the possibility to truncate overlay infos displayed: | |
1086 %fCamera:20% will truncate data displayed to 20 characters | |
1087 and add 3 dots at the end. | |
1088 For example, %name% -> some_file, %name:4% -> some... | |
1089 | |
1090 ------------------------------------------------------------------------ | |
1091 r390 | zas_ | 2008-04-10 02:09:43 +0200 (Čt, 10 dub 2008) | 2 lines | |
1092 | |
1093 Fix broken remove_common_prefix(), fCamera didn't display model as it should. | |
1094 | |
1095 ------------------------------------------------------------------------ | |
1096 r389 | zas_ | 2008-04-10 00:47:43 +0200 (Čt, 10 dub 2008) | 2 lines | |
1097 | |
1098 Resync .po files. French translation was updated (100% made). | |
1099 | |
1100 ------------------------------------------------------------------------ | |
1101 r388 | zas_ | 2008-04-10 00:36:43 +0200 (Čt, 10 dub 2008) | 2 lines | |
1102 | |
1103 Add 3 missing files to POTFILES.in. | |
1104 | |
1105 ------------------------------------------------------------------------ | |
1106 r387 | zas_ | 2008-04-10 00:33:06 +0200 (Čt, 10 dub 2008) | 2 lines | |
1107 | |
1108 Simple helper script to display translation statistics. | |
1109 | |
1110 ------------------------------------------------------------------------ | |
1111 r386 | zas_ | 2008-04-10 00:13:11 +0200 (Čt, 10 dub 2008) | 3 lines | |
1112 | |
1113 Fix a typo: "while fluorescent" -> "white fluorescent" | |
1114 | |
1115 | |
1116 ------------------------------------------------------------------------ | |
1117 r385 | zas_ | 2008-04-10 00:01:52 +0200 (Čt, 10 dub 2008) | 2 lines | |
1118 | |
1119 Resync .po files. Update french translation. | |
1120 | |
1121 ------------------------------------------------------------------------ | |
1122 r384 | nadvornik | 2008-04-09 23:14:50 +0200 (St, 09 dub 2008) | 2 lines | |
1123 | |
1124 fixed crash in pan_calendar | |
1125 | |
1126 ------------------------------------------------------------------------ | |
1127 r383 | nadvornik | 2008-04-09 22:49:32 +0200 (St, 09 dub 2008) | 2 lines | |
1128 | |
1129 improved histogram drawing | |
1130 | |
1131 ------------------------------------------------------------------------ | |
1132 r382 | zas_ | 2008-04-09 18:37:54 +0200 (St, 09 dub 2008) | 5 lines | |
1133 | |
1134 Simplify and unify gtk_window creation with the help of | |
1135 the new window_new() function, that wraps gtk_window_new() | |
1136 call. | |
1137 Subclass, title and icon are set in the same call. | |
1138 | |
1139 ------------------------------------------------------------------------ | |
1140 r381 | zas_ | 2008-04-09 15:53:01 +0200 (St, 09 dub 2008) | 2 lines | |
1141 | |
1142 Replace occurences of Geeqie / geeqie by constants defined in main.h. | |
1143 | |
1144 ------------------------------------------------------------------------ | |
1145 r380 | zas_ | 2008-04-09 01:41:01 +0200 (St, 09 dub 2008) | 2 lines | |
1146 | |
1147 int -> gint | |
1148 | |
1149 ------------------------------------------------------------------------ | |
1150 r379 | zas_ | 2008-04-09 01:39:27 +0200 (St, 09 dub 2008) | 2 lines | |
1151 | |
1152 Make xmp debug info only appears when debug >= 2. | |
1153 | |
1154 ------------------------------------------------------------------------ | |
1155 r378 | zas_ | 2008-04-09 01:33:49 +0200 (St, 09 dub 2008) | 3 lines | |
1156 | |
1157 Enable image rotation depending on EXIF by default. | |
1158 New users shouldn't have to search for it. | |
1159 | |
1160 ------------------------------------------------------------------------ | |
1161 r377 | zas_ | 2008-04-09 01:25:46 +0200 (St, 09 dub 2008) | 2 lines | |
1162 | |
1163 Fix missing header files inclusions. | |
1164 | |
1165 ------------------------------------------------------------------------ | |
1166 r376 | zas_ | 2008-04-09 01:16:12 +0200 (St, 09 dub 2008) | 2 lines | |
1167 | |
1168 GQVIEW_* -> GQ_* | |
1169 | |
1170 ------------------------------------------------------------------------ | |
1171 r375 | zas_ | 2008-04-09 01:07:09 +0200 (St, 09 dub 2008) | 2 lines | |
1172 | |
1173 GQVIEW_H -> MAIN_H | |
1174 | |
1175 ------------------------------------------------------------------------ | |
1176 r374 | zas_ | 2008-04-09 01:02:33 +0200 (St, 09 dub 2008) | 2 lines | |
1177 | |
1178 gqview.h -> main.h | |
1179 | |
1180 ------------------------------------------------------------------------ | |
1181 r373 | zas_ | 2008-04-09 00:31:42 +0200 (St, 09 dub 2008) | 2 lines | |
1182 | |
1183 Remove obsolete prototype. | |
1184 | |
1185 ------------------------------------------------------------------------ | |
1186 r372 | zas_ | 2008-04-09 00:28:55 +0200 (St, 09 dub 2008) | 9 lines | |
1187 | |
1188 | |
1189 gqview_remote -> remote_connection | |
1190 gqview_command_collection -> command_collection | |
1191 gqview_remote_control() -> remote_control() | |
1192 gqview_remote_help() -> remote_help() | |
1193 gqview_remote_command_find() -> remote_command_find() | |
1194 gqview_remote_build_list() -> remote_build_list() | |
1195 gqview_remote_cb() -> remote_cb() | |
1196 | |
1197 ------------------------------------------------------------------------ | |
1198 r371 | zas_ | 2008-04-09 00:16:56 +0200 (St, 09 dub 2008) | 4 lines | |
1199 | |
1200 | |
1201 exit_gqview() renamed to exit_program(). | |
1202 exit_gqview_final() renamed to exit_program_final(). | |
1203 | |
1204 ------------------------------------------------------------------------ | |
1205 r370 | zas_ | 2008-04-09 00:05:04 +0200 (St, 09 dub 2008) | 8 lines | |
1206 | |
1207 Add support for some Samsung raw files (.pef). | |
1208 | |
1209 Samsung raw not strongly differ from Pentax raw. | |
1210 The only difference in header (manufacturer, camera name and etc). | |
1211 Tested on Samsung GX-1S and Pentax *ist DS. | |
1212 Patch by Max Lushnikov. | |
1213 | |
1214 | |
1215 ------------------------------------------------------------------------ | |
1216 r369 | zas_ | 2008-04-08 23:55:58 +0200 (Út, 08 dub 2008) | 7 lines | |
1217 | |
1218 Implement secure rc file saving. | |
1219 First data is written to a temporary file, then if nothing | |
1220 was wrong, this file is renamed to the final name. | |
1221 This way the risk of corrupted rc file is greatly reduced. | |
1222 The code is borrowed from ELinks (http://elinks.cz). | |
1223 | |
1224 | |
1225 ------------------------------------------------------------------------ | |
1226 r368 | nadvornik | 2008-04-08 23:52:04 +0200 (Út, 08 dub 2008) | 2 lines | |
1227 | |
1228 fixed histogram label | |
1229 | |
1230 ------------------------------------------------------------------------ | |
1231 r367 | zas_ | 2008-04-08 23:33:29 +0200 (Út, 08 dub 2008) | 11 lines | |
1232 | |
1233 Fix the "continuous display" of tooltips in the collection view | |
1234 (before the tooltip delay occured once, then changing icon to icon never hide the | |
1235 tooltip again, now the tip is displayed shortly after the cursor moved on the icon, | |
1236 but disappears when moving cursor to another icon). | |
1237 | |
1238 Display the full path to the file when Show filename text is on (before nothing | |
1239 was displayed). | |
1240 | |
1241 When Show filename text is off, behavior is unchanged, the (short) filename is | |
1242 displayed. | |
1243 | |
1244 ------------------------------------------------------------------------ | |
1245 r366 | nadvornik | 2008-04-08 22:56:50 +0200 (Út, 08 dub 2008) | 3 lines | |
1246 | |
1247 reworked the histogram patch by Uwe Ohse, most of the code is in | |
1248 separate files | |
1249 | |
1250 ------------------------------------------------------------------------ | |
1251 r365 | nadvornik | 2008-04-08 19:26:13 +0200 (Út, 08 dub 2008) | 2 lines | |
1252 | |
1253 fixed file delete notification in view_file_icon | |
1254 | |
1255 ------------------------------------------------------------------------ | |
1256 r364 | zas_ | 2008-04-08 18:22:21 +0200 (Út, 08 dub 2008) | 2 lines | |
1257 | |
1258 gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10. | |
1259 | |
1260 ------------------------------------------------------------------------ | |
1261 r363 | zas_ | 2008-04-08 17:53:03 +0200 (Út, 08 dub 2008) | 2 lines | |
1262 | |
1263 Move active variable affectation after the test. | |
1264 | |
1265 ------------------------------------------------------------------------ | |
1266 r362 | zas_ | 2008-04-08 16:52:42 +0200 (Út, 08 dub 2008) | 2 lines | |
1267 | |
1268 Simplify layout_color_name_parse() using g_strdelimit(). | |
1269 | |
1270 ------------------------------------------------------------------------ | |
1271 r361 | zas_ | 2008-04-08 16:50:14 +0200 (Út, 08 dub 2008) | 2 lines | |
1272 | |
1273 Tidy up, whitespaces and indentation fix. | |
1274 | |
1275 ------------------------------------------------------------------------ | |
1276 r360 | zas_ | 2008-04-08 13:53:35 +0200 (Út, 08 dub 2008) | 7 lines | |
1277 | |
1278 Remove dependency on GTK 2.12, reported by John Vodden and Vladimir | |
1279 Nadvornik. | |
1280 gtk_set_tooltip_markup() calls were disabled for GTK+ versions < 2.12. | |
1281 gdk_color_to_string() was replaced by a equivalent function. | |
1282 | |
1283 | |
1284 | |
1285 ------------------------------------------------------------------------ | |
1286 r359 | zas_ | 2008-04-07 21:47:22 +0200 (Po, 07 dub 2008) | 9 lines | |
1287 | |
1288 Add the possibility to print file names with path. | |
1289 A checkbox was added to the Text tab in the Print dialog. | |
1290 | |
1291 Name checked and Path unchecked -> filename.jpg | |
1292 Name checked and Path checked -> /some/dir/filename.jpg | |
1293 Name unchecked and Path checked -> /some/dir/ | |
1294 | |
1295 Patch by Michael Mokeev and Laurent Monin. | |
1296 | |
1297 ------------------------------------------------------------------------ | |
1298 r358 | zas_ | 2008-04-07 21:06:17 +0200 (Po, 07 dub 2008) | 2 lines | |
1299 | |
1300 Fix a segfault on fullscreen file deletion reported by Frédéric Mantegazza. | |
1301 | |
1302 ------------------------------------------------------------------------ | |
1303 r357 | zas_ | 2008-04-07 20:52:54 +0200 (Po, 07 dub 2008) | 3 lines | |
1304 | |
1305 Add the possibility to match duplicates on the name but ignoring the case. | |
1306 A new item was added to types of match combo box in the Find duplicates dialog. | |
1307 | |
1308 ------------------------------------------------------------------------ | |
1309 r356 | zas_ | 2008-04-07 10:09:39 +0200 (Po, 07 dub 2008) | 3 lines | |
1310 | |
1311 Display marks in overlay info only if at least one is set. | |
1312 Fix a missing g_string_free(). | |
1313 | |
1314 ------------------------------------------------------------------------ | |
1315 r355 | zas_ | 2008-04-06 12:17:41 +0200 (Ne, 06 dub 2008) | 3 lines | |
1316 | |
1317 Mark all exif labels as translatable. | |
1318 Before only some of them were enclosed by N_(). | |
1319 | |
1320 ------------------------------------------------------------------------ | |
1321 r354 | zas_ | 2008-04-06 12:03:54 +0200 (Ne, 06 dub 2008) | 2 lines | |
1322 | |
1323 Mark strings as translatable. | |
1324 | |
1325 ------------------------------------------------------------------------ | |
1326 r353 | zas_ | 2008-04-05 17:23:39 +0200 (So, 05 dub 2008) | 4 lines | |
1327 | |
1328 Improve remove_trailing_slash() so it allocates no more than | |
1329 needed bytes and remove all trailing slashes instead only one. | |
1330 | |
1331 | |
1332 ------------------------------------------------------------------------ | |
1333 r352 | zas_ | 2008-04-05 13:59:29 +0200 (So, 05 dub 2008) | 4 lines | |
1334 | |
1335 | |
1336 Comment out unused code. | |
1337 Geeqie code now compiles cleanly with -Wall gcc option. | |
1338 | |
1339 ------------------------------------------------------------------------ | |
1340 r351 | zas_ | 2008-04-05 00:34:55 +0200 (So, 05 dub 2008) | 3 lines | |
1341 | |
1342 Change default exif order a bit to move up common and useful | |
1343 info. | |
1344 | |
1345 ------------------------------------------------------------------------ | |
1346 r350 | zas_ | 2008-04-05 00:23:36 +0200 (So, 05 dub 2008) | 3 lines | |
1347 | |
1348 | |
1349 Re-add "What to show in properties dialog:" label before the table. | |
1350 | |
1351 ------------------------------------------------------------------------ | |
1352 r349 | zas_ | 2008-04-05 00:12:28 +0200 (So, 05 dub 2008) | 3 lines | |
1353 | |
1354 Rename exif preferences tab to "Properties", and name the | |
1355 subsection "Exif". | |
1356 | |
1357 ------------------------------------------------------------------------ | |
1358 r348 | zas_ | 2008-04-04 20:50:52 +0200 (Pá, 04 dub 2008) | 3 lines | |
1359 | |
1360 Fix a segfault occuring when enabling debug mode. | |
1361 At this point il->fd can be null. | |
1362 | |
1363 ------------------------------------------------------------------------ | |
1364 r347 | zas_ | 2008-04-04 01:29:14 +0200 (Pá, 04 dub 2008) | 6 lines | |
1365 | |
1366 Make the wmclass value unique among the code by defining | |
1367 it in main header file as GQ_WMCLASS. | |
1368 Before this patch, it was set using PACKAGE (="geeqie"), | |
1369 or by the hardcoded string "Geeqie". | |
1370 Now all Geeqie windows have the same value for wmclass. | |
1371 | |
1372 ------------------------------------------------------------------------ | |
1373 r346 | zas_ | 2008-04-04 00:39:50 +0200 (Pá, 04 dub 2008) | 2 lines | |
1374 | |
1375 Initialize variables, clearing a gcc warning. | |
1376 | |
1377 ------------------------------------------------------------------------ | |
1378 r345 | zas_ | 2008-04-04 00:33:28 +0200 (Pá, 04 dub 2008) | 2 lines | |
1379 | |
1380 Add missing prototype to header file. | |
1381 | |
1382 ------------------------------------------------------------------------ | |
1383 r344 | zas_ | 2008-04-04 00:29:20 +0200 (Pá, 04 dub 2008) | 2 lines | |
1384 | |
1385 Add few missing prototypes to header file. | |
1386 | |
1387 ------------------------------------------------------------------------ | |
1388 r343 | zas_ | 2008-04-04 00:20:42 +0200 (Pá, 04 dub 2008) | 2 lines | |
1389 | |
1390 Drop a bunch of unused variables. | |
1391 | |
1392 ------------------------------------------------------------------------ | |
1393 r342 | zas_ | 2008-04-04 00:14:37 +0200 (Pá, 04 dub 2008) | 2 lines | |
1394 | |
1395 Add missing #include. | |
1396 | |
1397 ------------------------------------------------------------------------ | |
1398 r341 | zas_ | 2008-04-04 00:13:12 +0200 (Pá, 04 dub 2008) | 2 lines | |
1399 | |
1400 Remove unused variables. | |
1401 | |
1402 ------------------------------------------------------------------------ | |
1403 r340 | zas_ | 2008-04-04 00:09:36 +0200 (Pá, 04 dub 2008) | 2 lines | |
1404 | |
1405 Add missing prototype. | |
1406 | |
1407 ------------------------------------------------------------------------ | |
1408 r339 | zas_ | 2008-04-04 00:06:31 +0200 (Pá, 04 dub 2008) | 2 lines | |
1409 | |
1410 Drop 3 unused variables and comment out 2 unused functions. | |
1411 | |
1412 ------------------------------------------------------------------------ | |
1413 r338 | zas_ | 2008-04-04 00:03:14 +0200 (Pá, 04 dub 2008) | 2 lines | |
1414 | |
1415 Add parenthesis around affection to clear a gcc warning. | |
1416 | |
1417 ------------------------------------------------------------------------ | |
1418 r337 | zas_ | 2008-04-04 00:01:08 +0200 (Pá, 04 dub 2008) | 2 lines | |
1419 | |
1420 Fix a signedness warning. | |
1421 | |
1422 ------------------------------------------------------------------------ | |
1423 r336 | zas_ | 2008-04-03 23:54:23 +0200 (Čt, 03 dub 2008) | 3 lines | |
1424 | |
1425 Main configuration file was renamed from gqviewrc to geeqierc. | |
1426 | |
1427 | |
1428 ------------------------------------------------------------------------ | |
1429 r335 | zas_ | 2008-04-03 23:50:53 +0200 (Čt, 03 dub 2008) | 3 lines | |
1430 | |
1431 Fix a segfault occuring when using --without-exiv2 and | |
1432 concerning exif stuff. | |
1433 | |
1434 ------------------------------------------------------------------------ | |
1435 r334 | zas_ | 2008-04-03 23:49:17 +0200 (Čt, 03 dub 2008) | 2 lines | |
1436 | |
1437 Fix missing bit of previous patch. | |
1438 | |
1439 ------------------------------------------------------------------------ | |
1440 r333 | zas_ | 2008-04-03 23:04:19 +0200 (Čt, 03 dub 2008) | 2 lines | |
1441 | |
1442 Fix two more gcc warnings related to function declarations. | |
1443 | |
1444 ------------------------------------------------------------------------ | |
1445 r332 | zas_ | 2008-04-03 22:53:13 +0200 (Čt, 03 dub 2008) | 3 lines | |
1446 | |
1447 Remove two unused variables declarations, and add a missing #include. | |
1448 | |
1449 | |
1450 ------------------------------------------------------------------------ | |
1451 r331 | zas_ | 2008-04-03 22:46:55 +0200 (Čt, 03 dub 2008) | 2 lines | |
1452 | |
1453 Drop unused variable. | |
1454 | |
1455 ------------------------------------------------------------------------ | |
1456 r330 | zas_ | 2008-04-03 22:45:55 +0200 (Čt, 03 dub 2008) | 2 lines | |
1457 | |
1458 Add missing return at the end of editor_command_next_start(). | |
1459 | |
1460 ------------------------------------------------------------------------ | |
1461 r329 | zas_ | 2008-04-03 22:40:15 +0200 (Čt, 03 dub 2008) | 2 lines | |
1462 | |
1463 Drop unused variable. | |
1464 | |
1465 ------------------------------------------------------------------------ | |
1466 r328 | zas_ | 2008-04-03 22:38:59 +0200 (Čt, 03 dub 2008) | 2 lines | |
1467 | |
1468 Make collect_manager_process_action() static. | |
1469 | |
1470 ------------------------------------------------------------------------ | |
1471 r327 | zas_ | 2008-04-03 22:34:49 +0200 (Čt, 03 dub 2008) | 2 lines | |
1472 | |
1473 Fix typos in functions names: file_list -> filelist. | |
1474 | |
1475 ------------------------------------------------------------------------ | |
1476 r326 | zas_ | 2008-04-03 22:25:22 +0200 (Čt, 03 dub 2008) | 2 lines | |
1477 | |
1478 Remove unused variable declarations. | |
1479 | |
1480 ------------------------------------------------------------------------ | |
1481 r325 | zas_ | 2008-04-03 22:24:20 +0200 (Čt, 03 dub 2008) | 2 lines | |
1482 | |
1483 Fix missing header include (filelist.h). | |
1484 | |
1485 ------------------------------------------------------------------------ | |
1486 r324 | zas_ | 2008-04-03 22:19:16 +0200 (Čt, 03 dub 2008) | 2 lines | |
1487 | |
1488 Remove unused variables declarations. | |
1489 | |
1490 ------------------------------------------------------------------------ | |
1491 r323 | zas_ | 2008-04-03 22:11:09 +0200 (Čt, 03 dub 2008) | 7 lines | |
1492 | |
1493 Move tabs code from config_window_create() to new smaller functions. | |
1494 Each tab has now its own function named: | |
1495 config_tab_general(), config_tab_image(), config_tab_windows(), | |
1496 config_tab_filtering(), config_tab_editors(), config_tab_exif(), | |
1497 config_tab_advanced(); | |
1498 | |
1499 | |
1500 ------------------------------------------------------------------------ | |
1501 r322 | zas_ | 2008-04-03 20:20:39 +0200 (Čt, 03 dub 2008) | 2 lines | |
1502 | |
1503 Use more generic names for some cache manager callback functions. | |
1504 | |
1505 ------------------------------------------------------------------------ | |
1506 r321 | zas_ | 2008-04-03 19:34:30 +0200 (Čt, 03 dub 2008) | 3 lines | |
1507 | |
1508 Replace some occurences of gqview by Geeqie. | |
1509 | |
1510 | |
1511 ------------------------------------------------------------------------ | |
1512 r320 | zas_ | 2008-04-03 19:15:49 +0200 (Čt, 03 dub 2008) | 6 lines | |
1513 | |
1514 Add a debug level spinner at the end of Preferences > Advanced. | |
1515 One can now enable debug mode without restarting geeqie. | |
1516 A possibility to disable all debugging code and related options | |
1517 at compile time was added. | |
1518 | |
1519 | |
1520 ------------------------------------------------------------------------ | |
1521 r319 | zas_ | 2008-04-03 16:35:03 +0200 (Čt, 03 dub 2008) | 7 lines | |
1522 | |
1523 Fix and simplify thumbnails size combo box related code. | |
1524 Some variables were unused, code was buggy (spurious entry at | |
1525 the end of the list). A sanity check for values coming from | |
1526 rc file was added. Two constants now define the default | |
1527 thumbnail size. | |
1528 | |
1529 | |
1530 ------------------------------------------------------------------------ | |
1531 r318 | zas_ | 2008-04-03 15:58:20 +0200 (Čt, 03 dub 2008) | 4 lines | |
1532 | |
1533 | |
1534 Make the preferences window resizeable, and try to improve | |
1535 display of editors tab. | |
1536 | |
1537 ------------------------------------------------------------------------ | |
1538 r317 | zas_ | 2008-04-03 15:24:13 +0200 (Čt, 03 dub 2008) | 3 lines | |
1539 | |
1540 Tidy up. Fix indentation and missing whitespaces. | |
1541 Make editors table creation code a bit more readable. | |
1542 | |
1543 ------------------------------------------------------------------------ | |
1544 r316 | zas_ | 2008-04-03 10:51:32 +0200 (Čt, 03 dub 2008) | 11 lines | |
1545 | |
1546 Setting no limit size to trash directory is now possible using zero as value. | |
1547 A tooltip was added to the spinner to inform the user of this possibility. | |
1548 When 0 is set, no remaining/free space check occurs. | |
1549 Default size of the trash was set to a 128M and maximum size is now 2048MB, which | |
1550 is more conform to today's standards. | |
1551 The delete dialog now displays more information: | |
1552 - if external command will be used | |
1553 - if safe delete is on, max size and path to the trash | |
1554 - if safe delete is off | |
1555 | |
1556 | |
1557 ------------------------------------------------------------------------ | |
1558 r315 | nadvornik | 2008-04-02 22:44:40 +0200 (St, 02 dub 2008) | 3 lines | |
1559 | |
1560 various exif improvements based on patch by Uwe Ohse | |
1561 try to compute 35mm focal length | |
1562 | |
1563 ------------------------------------------------------------------------ | |
1564 r314 | zas_ | 2008-04-02 14:12:50 +0200 (St, 02 dub 2008) | 6 lines | |
1565 | |
1566 Make properties tabs reorderable through drag'n drop. | |
1567 Order is preserved during the whole session. | |
1568 When a new properties dialog is open, it uses the last order used. | |
1569 Currently, order isn't saved to rc file. | |
1570 | |
1571 | |
1572 ------------------------------------------------------------------------ | |
1573 r313 | zas_ | 2008-04-02 12:40:54 +0200 (St, 02 dub 2008) | 5 lines | |
1574 | |
1575 Honor selection while fullscreen navigation. | |
1576 The behavior is now consistent in full screen and windowed mode. | |
1577 It fixes the fact that the selection was discarded on "Next". | |
1578 Patch by Uwe Ohse. Cleanups by Laurent Monin. | |
1579 | |
1580 ------------------------------------------------------------------------ | |
1581 r312 | zas_ | 2008-04-01 09:42:31 +0200 (Út, 01 dub 2008) | 1 line | |
1582 | |
1583 Fix display of image number in properties dialog when more than one image is selected. | |
1584 ------------------------------------------------------------------------ | |
1585 r311 | zas_ | 2008-04-01 00:10:25 +0200 (Út, 01 dub 2008) | 1 line | |
1586 | |
1587 Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10. | |
1588 ------------------------------------------------------------------------ | |
1589 r310 | nadvornik | 2008-03-31 23:09:36 +0200 (Po, 31 bře 2008) | 3 lines | |
1590 | |
1591 use quoted_value everywhere | |
1592 simplify parsing of multiple quoted values on one line | |
1593 | |
1594 ------------------------------------------------------------------------ | |
1595 r309 | zas_ | 2008-03-31 09:29:03 +0200 (Po, 31 bře 2008) | 1 line | |
1596 | |
1597 Indentation and white lines minor fixes. | |
1598 ------------------------------------------------------------------------ | |
1599 r308 | zas_ | 2008-03-30 21:26:35 +0200 (Ne, 30 bře 2008) | 1 line | |
1600 | |
1601 Move strlen() calls outside the while loop. | |
1602 ------------------------------------------------------------------------ | |
1603 r307 | zas_ | 2008-03-30 16:19:34 +0200 (Ne, 30 bře 2008) | 1 line | |
1604 | |
1605 Comment out forgotten debugging code. | |
1606 ------------------------------------------------------------------------ | |
1607 r306 | zas_ | 2008-03-30 16:18:04 +0200 (Ne, 30 bře 2008) | 1 line | |
1608 | |
1609 Fix two minor compilation warnings. | |
1610 ------------------------------------------------------------------------ | |
1611 r305 | nadvornik | 2008-03-30 13:47:14 +0200 (Ne, 30 bře 2008) | 6 lines | |
1612 | |
1613 differentiate among normal image, raw image and metadata | |
1614 removed raw extension lists on various places and fixed most of the | |
1615 Exiv2 warnings | |
1616 todo: configuration and a special icons for unreadable raw or metadata | |
1617 | |
1618 | |
1619 ------------------------------------------------------------------------ | |
1620 r304 | zas_ | 2008-03-30 09:14:37 +0200 (Ne, 30 bře 2008) | 1 line | |
1621 | |
1622 Make the zoom increment spinner more precise, step is now 0.1 instead of 1. | |
1623 ------------------------------------------------------------------------ | |
1624 r303 | zas_ | 2008-03-29 22:47:10 +0100 (So, 29 bře 2008) | 1 line | |
1625 | |
1626 Improve escaping and quoting of strings saved in rc files. | |
1627 ------------------------------------------------------------------------ | |
1628 r302 | nadvornik | 2008-03-29 15:59:14 +0100 (So, 29 bře 2008) | 2 lines | |
1629 | |
1630 configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN | |
1631 | |
1632 ------------------------------------------------------------------------ | |
1633 r301 | nadvornik | 2008-03-29 11:38:15 +0100 (So, 29 bře 2008) | 2 lines | |
1634 | |
1635 set user-defined color as image background - patch by Laurent MONIN | |
1636 | |
1637 ------------------------------------------------------------------------ | |
1638 r300 | nadvornik | 2008-03-29 11:11:02 +0100 (So, 29 bře 2008) | 2 lines | |
1639 | |
1640 fixed color management initialization | |
1641 | |
1642 ------------------------------------------------------------------------ | |
1643 r299 | nadvornik | 2008-03-26 13:07:00 +0100 (St, 26 bře 2008) | 2 lines | |
1644 | |
1645 README fixes | |
1646 | |
1647 ------------------------------------------------------------------------ | |
1648 r298 | nadvornik | 2008-03-26 09:02:45 +0100 (St, 26 bře 2008) | 2 lines | |
1649 | |
1650 updated README files | |
1651 | |
1652 ------------------------------------------------------------------------ | |
1653 r297 | nadvornik | 2008-03-26 09:00:46 +0100 (St, 26 bře 2008) | 2 lines | |
1654 | |
1655 improved xmp vs. legacy metadata handling | |
1656 | |
1657 ------------------------------------------------------------------------ | |
1658 r296 | nadvornik | 2008-03-25 00:15:29 +0100 (Út, 25 bře 2008) | 2 lines | |
1659 | |
1660 fixed crashes with --debug | |
1661 | |
1662 ------------------------------------------------------------------------ | |
1663 r295 | nadvornik | 2008-03-24 21:42:39 +0100 (Po, 24 bře 2008) | 2 lines | |
1664 | |
1665 added all possible raw extensions that I could find | |
1666 | |
1667 ------------------------------------------------------------------------ | |
1668 r294 | nadvornik | 2008-03-24 15:49:00 +0100 (Po, 24 bře 2008) | 2 lines | |
1669 | |
1670 improved support for older exiv2 versions | |
1671 | |
1672 ------------------------------------------------------------------------ | |
1673 r293 | nadvornik | 2008-03-24 15:03:46 +0100 (Po, 24 bře 2008) | 2 lines | |
1674 | |
1675 exiv2 version checks | |
1676 | |
1677 ------------------------------------------------------------------------ | |
1678 r292 | nadvornik | 2008-03-24 13:04:31 +0100 (Po, 24 bře 2008) | 2 lines | |
1679 | |
1680 more renames | |
1681 | |
1682 ------------------------------------------------------------------------ | |
1683 r291 | nadvornik | 2008-03-24 11:27:22 +0100 (Po, 24 bře 2008) | 2 lines | |
1684 | |
1685 changed logo | |
1686 | |
1687 ------------------------------------------------------------------------ | |
1688 r290 | nadvornik | 2008-03-24 10:55:09 +0100 (Po, 24 bře 2008) | 2 lines | |
1689 | |
1690 more renames | |
1691 | |
1692 ------------------------------------------------------------------------ | |
1693 r289 | nadvornik | 2008-03-23 21:38:54 +0100 (Ne, 23 bře 2008) | 2 lines | |
1694 | |
1695 rename GQview -> Geeqie over the code | |
1696 | |
1697 ------------------------------------------------------------------------ | |
1698 r288 | nadvornik | 2008-03-23 21:18:51 +0100 (Ne, 23 bře 2008) | 2 lines | |
1699 | |
1700 renamed to geeqie | |
1701 | |
1702 ------------------------------------------------------------------------ | |
1703 r287 | nadvornik | 2008-03-22 20:28:45 +0100 (So, 22 bře 2008) | 2 lines | |
1704 | |
1705 raw related fixes | |
1706 | |
1707 ------------------------------------------------------------------------ | |
1708 r286 | nadvornik | 2008-03-22 18:32:43 +0100 (So, 22 bře 2008) | 2 lines | |
1709 | |
1710 overview of supported raw formats | |
1711 | |
1712 ------------------------------------------------------------------------ | |
1713 r285 | nadvornik | 2008-03-22 18:09:14 +0100 (So, 22 bře 2008) | 2 lines | |
1714 | |
1715 configure --without-exiv2 | |
1716 | |
1717 ------------------------------------------------------------------------ | |
1718 r284 | nadvornik | 2008-03-22 17:43:59 +0100 (So, 22 bře 2008) | 2 lines | |
1719 | |
1720 crw preview support with exiv2 | |
1721 | |
1722 ------------------------------------------------------------------------ | |
1723 r283 | nadvornik | 2008-03-16 15:11:22 +0100 (Ne, 16 bře 2008) | 3 lines | |
1724 | |
1725 whitelist of files that can have an xmp sidecar, sample external command | |
1726 for creating sidecar | |
1727 | |
1728 ------------------------------------------------------------------------ | |
1729 r282 | nadvornik | 2008-03-16 11:52:44 +0100 (Ne, 16 bře 2008) | 2 lines | |
1730 | |
1731 fixed reading sidecar extensions from config file | |
1732 | |
1733 ------------------------------------------------------------------------ | |
1734 r281 | nadvornik | 2008-03-16 11:32:52 +0100 (Ne, 16 bře 2008) | 2 lines | |
1735 | |
1736 write comment and keywords to xmp, sidecars are used if exist | |
1737 | |
1738 ------------------------------------------------------------------------ | |
1739 r280 | nadvornik | 2008-03-15 20:53:33 +0100 (So, 15 bře 2008) | 2 lines | |
1740 | |
1741 write support in Exiv2 wrapper; for now only string values | |
1742 | |
1743 ------------------------------------------------------------------------ | |
1744 r279 | nadvornik | 2008-02-24 19:55:19 +0100 (Ne, 24 úno 2008) | 3 lines | |
1745 | |
1746 a hack to read raw previews with exiv2 0.16, however it should be fixed | |
1747 in the library | |
1748 | |
1749 ------------------------------------------------------------------------ | |
1750 r278 | nadvornik | 2008-02-15 11:48:09 +0100 (Pá, 15 úno 2008) | 2 lines | |
1751 | |
1752 read also iptc and xmp | |
1753 | |
1754 ------------------------------------------------------------------------ | |
1755 r277 | nadvornik | 2008-02-14 15:04:43 +0100 (Čt, 14 úno 2008) | 2 lines | |
1756 | |
1757 more exiv2 fixes | |
1758 | |
1759 ------------------------------------------------------------------------ | |
1760 r276 | nadvornik | 2008-02-14 12:03:20 +0100 (Čt, 14 úno 2008) | 2 lines | |
1761 | |
1762 more exiv2 fixes | |
1763 | |
1764 ------------------------------------------------------------------------ | |
1765 r275 | nadvornik | 2008-02-14 00:02:48 +0100 (Čt, 14 úno 2008) | 2 lines | |
1766 | |
1767 more exiv2 fixes | |
1768 | |
1769 ------------------------------------------------------------------------ | |
1770 r274 | nadvornik | 2008-02-13 20:31:50 +0100 (St, 13 úno 2008) | 2 lines | |
1771 | |
1772 unified tag names between exiv2 and internal rxif parser | |
1773 | |
1774 ------------------------------------------------------------------------ | |
1775 r273 | nadvornik | 2008-02-13 18:47:55 +0100 (St, 13 úno 2008) | 2 lines | |
1776 | |
1777 more exiv2 fixes | |
1778 | |
1779 ------------------------------------------------------------------------ | |
1780 r272 | nadvornik | 2008-02-13 18:08:04 +0100 (St, 13 úno 2008) | 2 lines | |
1781 | |
1782 and first version that actually shows some exif data (see advanced view) | |
1783 | |
1784 ------------------------------------------------------------------------ | |
1785 r271 | nadvornik | 2008-02-13 17:52:41 +0100 (St, 13 úno 2008) | 2 lines | |
1786 | |
1787 first exiv2 support that does not crash immediately | |
1788 | |
1789 ------------------------------------------------------------------------ | |
1790 r270 | nadvornik | 2008-02-13 15:46:23 +0100 (St, 13 úno 2008) | 2 lines | |
1791 | |
1792 started exiv2 integration | |
1793 | |
1794 ------------------------------------------------------------------------ | |
1795 r269 | nadvornik | 2008-02-13 14:57:31 +0100 (St, 13 úno 2008) | 2 lines | |
1796 | |
1797 simplified exif.h, moved implementation-specific stuff to exif-int.h | |
1798 | |
1799 ------------------------------------------------------------------------ | |
1800 r268 | nadvornik | 2008-02-11 16:23:43 +0100 (Po, 11 úno 2008) | 2 lines | |
1801 | |
1802 do not show frame for full-window images | |
1803 | |
1804 ------------------------------------------------------------------------ | |
1805 r267 | nadvornik | 2008-02-11 13:51:28 +0100 (Po, 11 úno 2008) | 2 lines | |
1806 | |
1807 improved drawing of image frames | |
1808 | |
1809 ------------------------------------------------------------------------ | |
1810 r266 | nadvornik | 2008-01-26 22:18:23 +0100 (So, 26 led 2008) | 2 lines | |
1811 | |
1812 updated TODO list | |
1813 | |
1814 ------------------------------------------------------------------------ | |
1815 r265 | nadvornik | 2008-01-20 20:04:18 +0100 (Ne, 20 led 2008) | 2 lines | |
1816 | |
1817 debug messages cleanup | |
1818 | |
1819 ------------------------------------------------------------------------ | |
1820 r264 | nadvornik | 2008-01-16 20:37:54 +0100 (St, 16 led 2008) | 2 lines | |
1821 | |
1822 added file with release notes and TODO | |
1823 | |
1824 ------------------------------------------------------------------------ | |
1825 r263 | nadvornik | 2007-12-23 22:24:48 +0100 (Ne, 23 pro 2007) | 2 lines | |
1826 | |
1827 basic sidecar files configuration via preferences dialog | |
1828 | |
1829 ------------------------------------------------------------------------ | |
1830 r262 | nadvornik | 2007-12-23 21:28:50 +0100 (Ne, 23 pro 2007) | 2 lines | |
1831 | |
1832 fixed loading thumbnails for sidecar files | |
1833 | |
1834 ------------------------------------------------------------------------ | |
1835 r261 | nadvornik | 2007-12-23 16:49:23 +0100 (Ne, 23 pro 2007) | 3 lines | |
1836 | |
1837 fixed vflist_find_row and vflist_sort_set to work correctly with sidecar | |
1838 files | |
1839 | |
1840 ------------------------------------------------------------------------ | |
1841 r260 | nadvornik | 2007-12-22 21:33:09 +0100 (So, 22 pro 2007) | 2 lines | |
1842 | |
1843 fixed filelist refresh | |
1844 | |
1845 ------------------------------------------------------------------------ | |
1846 r259 | nadvornik | 2007-12-22 11:10:40 +0100 (So, 22 pro 2007) | 3 lines | |
1847 | |
1848 preserve marks setting on layout change | |
1849 | |
1850 | |
1851 ------------------------------------------------------------------------ | |
1852 r258 | nadvornik | 2007-12-22 10:51:12 +0100 (So, 22 pro 2007) | 2 lines | |
1853 | |
1854 basic support for marks in view_file_icon.c | |
1855 | |
1856 ------------------------------------------------------------------------ | |
1857 r257 | nadvornik | 2007-12-20 23:43:52 +0100 (Čt, 20 pro 2007) | 2 lines | |
1858 | |
1859 update FileData on file change | |
1860 | |
1861 ------------------------------------------------------------------------ | |
1862 r256 | nadvornik | 2007-12-20 17:18:28 +0100 (Čt, 20 pro 2007) | 3 lines | |
1863 | |
1864 <num> toggles mark num | |
1865 <control><num> selects mark num | |
1866 | |
1867 ------------------------------------------------------------------------ | |
1868 r255 | nadvornik | 2007-12-20 17:06:20 +0100 (Čt, 20 pro 2007) | 2 lines | |
1869 | |
1870 created menu "Select" with selection and marks operations | |
1871 | |
1872 ------------------------------------------------------------------------ | |
1873 r254 | nadvornik | 2007-12-19 23:01:46 +0100 (St, 19 pro 2007) | 3 lines | |
1874 | |
1875 complete set of boolean operation with marks - | |
1876 union, intersection, complement | |
1877 | |
1878 ------------------------------------------------------------------------ | |
1879 r253 | nadvornik | 2007-12-18 22:15:16 +0100 (Út, 18 pro 2007) | 2 lines | |
1880 | |
1881 use accels also in fullscreen mode | |
1882 | |
1883 ------------------------------------------------------------------------ | |
1884 r252 | nadvornik | 2007-12-17 22:42:24 +0100 (Po, 17 pro 2007) | 2 lines | |
1885 | |
1886 moved some actions to menu and accels | |
1887 | |
1888 ------------------------------------------------------------------------ | |
1889 r251 | nadvornik | 2007-12-17 20:34:43 +0100 (Po, 17 pro 2007) | 2 lines | |
1890 | |
1891 removed unused variable | |
1892 | |
1893 ------------------------------------------------------------------------ | |
1894 r250 | nadvornik | 2007-12-16 23:30:19 +0100 (Ne, 16 pro 2007) | 2 lines | |
1895 | |
1896 fixed in-place rename | |
1897 | |
1898 ------------------------------------------------------------------------ | |
1899 r249 | nadvornik | 2007-12-15 18:58:51 +0100 (So, 15 pro 2007) | 2 lines | |
1900 | |
1901 better integration of split image functions into menu | |
1902 | |
1903 ------------------------------------------------------------------------ | |
1904 r248 | nadvornik | 2007-12-14 22:51:46 +0100 (Pá, 14 pro 2007) | 2 lines | |
1905 | |
1906 show active marks in image overlay | |
1907 | |
1908 ------------------------------------------------------------------------ | |
1909 r247 | nadvornik | 2007-12-09 22:20:27 +0100 (Ne, 09 pro 2007) | 2 lines | |
1910 | |
1911 fixed image focus | |
1912 | |
1913 ------------------------------------------------------------------------ | |
1914 r246 | nadvornik | 2007-12-09 13:33:51 +0100 (Ne, 09 pro 2007) | 2 lines | |
1915 | |
1916 fixed copying zoom an scroll values from the original image on splitting | |
1917 | |
1918 ------------------------------------------------------------------------ | |
1919 r245 | nadvornik | 2007-12-09 12:58:39 +0100 (Ne, 09 pro 2007) | 2 lines | |
1920 | |
1921 do not hilight selected image in SPLIT_NONE | |
1922 | |
1923 ------------------------------------------------------------------------ | |
1924 r244 | nadvornik | 2007-12-09 01:11:40 +0100 (Ne, 09 pro 2007) | 2 lines | |
1925 | |
1926 improved drawing of frame around selected image | |
1927 | |
1928 ------------------------------------------------------------------------ | |
1929 r243 | nadvornik | 2007-11-25 11:25:25 +0100 (Ne, 25 lis 2007) | 2 lines | |
1930 | |
1931 more operations with file marks | |
1932 | |
1933 ------------------------------------------------------------------------ | |
1934 r242 | nadvornik | 2007-11-24 22:06:30 +0100 (So, 24 lis 2007) | 2 lines | |
1935 | |
1936 marks: fixes and cleanup | |
1937 | |
1938 ------------------------------------------------------------------------ | |
1939 r241 | nadvornik | 2007-11-22 22:15:35 +0100 (Čt, 22 lis 2007) | 2 lines | |
1940 | |
1941 improved directory scanning a bit | |
1942 | |
1943 ------------------------------------------------------------------------ | |
1944 r240 | nadvornik | 2007-11-21 23:46:50 +0100 (St, 21 lis 2007) | 2 lines | |
1945 | |
1946 added possibility to specify prefered file type for external commands | |
1947 | |
1948 ------------------------------------------------------------------------ | |
1949 r239 | nadvornik | 2007-11-21 22:21:17 +0100 (St, 21 lis 2007) | 2 lines | |
1950 | |
1951 prevent duplicate sidecar files; code cleanup | |
1952 | |
1953 ------------------------------------------------------------------------ | |
1954 r238 | nadvornik | 2007-11-20 23:28:40 +0100 (Út, 20 lis 2007) | 3 lines | |
1955 | |
1956 fixed grouping sidecar files and made it configurable via config file | |
1957 (no gui yet) | |
1958 | |
1959 ------------------------------------------------------------------------ | |
1960 r237 | nadvornik | 2007-10-22 21:58:47 +0200 (Po, 22 říj 2007) | 2 lines | |
1961 | |
1962 fixed preloading images in file list | |
1963 | |
1964 ------------------------------------------------------------------------ | |
1965 r236 | nadvornik | 2007-10-08 21:41:49 +0200 (Po, 08 říj 2007) | 2 lines | |
1966 | |
1967 improved FileDataChangeInfo structure, check for another file operation in progress | |
1968 | |
1969 ------------------------------------------------------------------------ | |
1970 r235 | nadvornik | 2007-10-02 23:49:02 +0200 (Út, 02 říj 2007) | 7 lines | |
1971 | |
1972 display sidecar files (jpeg + raw) using gtk_tree_store | |
1973 This is just a prototype to test the functionality, it needs more work. | |
1974 | |
1975 Please test, omments are welcome :) | |
1976 | |
1977 | |
1978 | |
1979 ------------------------------------------------------------------------ | |
1980 r234 | nadvornik | 2007-10-01 21:52:10 +0200 (Po, 01 říj 2007) | 2 lines | |
1981 | |
1982 use FileData even for sidecar file list | |
1983 | |
1984 ------------------------------------------------------------------------ | |
1985 r233 | nadvornik | 2007-09-30 23:10:54 +0200 (Ne, 30 zář 2007) | 6 lines | |
1986 | |
1987 editors.c was almost completely rewritten: | |
1988 - centralized template parsing | |
1989 - better control of executed editors | |
1990 - possibility to get editor exit status via callback | |
1991 | |
1992 | |
1993 ------------------------------------------------------------------------ | |
1994 r232 | nadvornik | 2007-09-12 23:17:31 +0200 (St, 12 zář 2007) | 4 lines | |
1995 | |
1996 display sidecar extensions in filelist | |
1997 some cleanup of file marks | |
1998 | |
1999 | |
2000 ------------------------------------------------------------------------ | |
2001 r231 | nadvornik | 2007-09-11 22:06:29 +0200 (Út, 11 zář 2007) | 3 lines | |
2002 | |
2003 replaced gchar* path with FileData *fd | |
2004 | |
2005 | |
2006 ------------------------------------------------------------------------ | |
2007 r230 | nadvornik | 2007-08-23 22:45:59 +0200 (Čt, 23 srp 2007) | 2 lines | |
2008 | |
2009 started support for sidecar files like xmp, raw+jpeg etc. | |
2010 | |
2011 ------------------------------------------------------------------------ | |
2012 r229 | nadvornik | 2007-08-20 22:11:32 +0200 (Po, 20 srp 2007) | 2 lines | |
2013 | |
2014 more external commands | |
2015 | |
2016 ------------------------------------------------------------------------ | |
2017 r228 | nadvornik | 2007-08-16 22:57:09 +0200 (Čt, 16 srp 2007) | 2 lines | |
2018 | |
2019 improved external delete command | |
2020 | |
2021 ------------------------------------------------------------------------ | |
2022 r227 | nadvornik | 2007-08-15 23:37:51 +0200 (St, 15 srp 2007) | 2 lines | |
2023 | |
2024 started implementation of external commands; external Delete should work | |
2025 | |
2026 ------------------------------------------------------------------------ | |
2027 r226 | bruclik | 2007-07-20 09:10:48 +0200 (Pá, 20 čec 2007) | 3 lines | |
2028 | |
2029 compilation fix | |
2030 | |
2031 | |
2032 ------------------------------------------------------------------------ | |
2033 r225 | bruclik | 2007-07-13 16:03:08 +0200 (Pá, 13 čec 2007) | 3 lines | |
2034 | |
2035 First implementation of marks for all photos. | |
2036 | |
2037 | |
2038 ------------------------------------------------------------------------ | |
2039 r224 | nadvornik | 2007-07-12 22:46:28 +0200 (Čt, 12 čec 2007) | 2 lines | |
2040 | |
2041 relative scroll is working; some cleanup | |
2042 | |
2043 ------------------------------------------------------------------------ | |
2044 r223 | nadvornik | 2007-07-11 23:10:25 +0200 (St, 11 čec 2007) | 2 lines | |
2045 | |
2046 connected zoom | |
2047 | |
2048 ------------------------------------------------------------------------ | |
2049 r222 | nadvornik | 2007-07-11 22:00:07 +0200 (St, 11 čec 2007) | 2 lines | |
2050 | |
2051 started relative scroll, keep scroll position | |
2052 | |
2053 ------------------------------------------------------------------------ | |
2054 r221 | nadvornik | 2007-07-10 23:25:51 +0200 (Út, 10 čec 2007) | 2 lines | |
2055 | |
2056 improved connected scroll and active image switching | |
2057 | |
2058 ------------------------------------------------------------------------ | |
2059 r220 | nadvornik | 2007-06-29 17:16:46 +0200 (Pá, 29 čen 2007) | 4 lines | |
2060 | |
2061 implemented split windows | |
2062 TODO: menus and hotkeys, connected zoom, activating on drag | |
2063 | |
2064 | |
2065 ------------------------------------------------------------------------ | |
2066 | |
126
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
125
diff
changeset
|
2067 Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net> |
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
125
diff
changeset
|
2068 |
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
125
diff
changeset
|
2069 * README: Fix credits for Belarusian translation. |
021a4d0de67b
Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
gqview
parents:
125
diff
changeset
|
2070 |
125
ee857b4ac902
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
2071 Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net> |
ee857b4ac902
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
2072 |
ee857b4ac902
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
2073 * view_dir_tree.c (vdtree_add_by_data): Plug memory leak, in fact |
ee857b4ac902
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
2074 the data returned by parts_list() was not used here at all. |
ee857b4ac902
Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
124
diff
changeset
|
2075 |
124
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
123
diff
changeset
|
2076 Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net> |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
123
diff
changeset
|
2077 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
123
diff
changeset
|
2078 * README: Updates. |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
123
diff
changeset
|
2079 * configure.in: Release 2.1.5 |
648881af5fb1
Sat Dec 2 20:47:12 2006 John Ellis <johne@verizon.net>
gqview
parents:
123
diff
changeset
|
2080 |
123
3602a4aa7c71
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
122
diff
changeset
|
2081 Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net> |
3602a4aa7c71
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
122
diff
changeset
|
2082 |
3602a4aa7c71
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
122
diff
changeset
|
2083 * editors.c: Escape the 4 characters [ "`$\ ] in filenames passed |
3602a4aa7c71
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
122
diff
changeset
|
2084 to the system shell. Assumes bash-like escaping syntax for "sh -c". |
3602a4aa7c71
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
122
diff
changeset
|
2085 |
122
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2086 Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net> |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2087 |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2088 * image-overlay.[ch]: More work on osd icons. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2089 * image.c: Use correct flag when setting auto rotation state, and set |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2090 the state again after the rotation so that osd can update. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2091 * img-view.c: Show osd icon when overlay is enabled. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2092 * layout.c, layout_image.[ch]: Enable overlay regardless of the |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2093 full screen state, only difference now is that image description text |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2094 is only shown when in full screen but icons will always appear. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2095 * layout_util.c: Make I key toggle overlay from windowed mode too. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2096 * typedefs.h (LayoutWindow): Remove no longer used |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2097 full_screen_overlay_on. |
e2a8b7f2165b
Sat Dec 2 16:44:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
121
diff
changeset
|
2098 |
121
045ac4c27e62
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>
gqview
parents:
119
diff
changeset
|
2099 Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net> |
045ac4c27e62
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>
gqview
parents:
119
diff
changeset
|
2100 |
045ac4c27e62
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>
gqview
parents:
119
diff
changeset
|
2101 * print.c (print_job_ps_page_image): Use a white mask when printing |
045ac4c27e62
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>
gqview
parents:
119
diff
changeset
|
2102 transparent images, fixes bug #1426596. |
045ac4c27e62
Fri Dec 1 14:27:55 2006 John Ellis <johne@verizon.net>
gqview
parents:
119
diff
changeset
|
2103 |
119
197b8d2e52ce
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
118
diff
changeset
|
2104 Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net> |
197b8d2e52ce
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
118
diff
changeset
|
2105 |
197b8d2e52ce
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
118
diff
changeset
|
2106 * slideshow.c (real_slideshow_start): Fix memory leak when unable to |
197b8d2e52ce
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
118
diff
changeset
|
2107 begin a slideshow. |
197b8d2e52ce
Thu Nov 30 09:55:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
118
diff
changeset
|
2108 |
118
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2109 Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net> |
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2110 |
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2111 * image-overlay.[ch]: Prepare for icon notification display, and fix |
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2112 info overlay image index when on last image of slideshow. |
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2113 * img-view.c: Fix image index when on last image of slideshow. |
ac0f7f942c4d
Wed Nov 29 22:53:03 2006 John Ellis <johne@verizon.net>
gqview
parents:
117
diff
changeset
|
2114 |
117
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2115 Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net> |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2116 |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2117 * image-overlay.[ch]: Rewrite most of the information overlay code to |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2118 be more flexible and easily extended. |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2119 * image.[ch], typedefs.h: Remove image_new_func, and replace it with |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2120 image_state_func callback which is much more informative. |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2121 * img-view.c, layout.c, layout_image.c: Updates for new image overlay |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2122 function names. |
0c2e1f0a001b
Wed Nov 29 14:28:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
116
diff
changeset
|
2123 |
116
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2124 Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net> |
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2125 |
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2126 * image.c: When resuming a previous color adjustment, set the display |
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2127 to update incrementally to avoid user confusion of why half of image |
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2128 is color adjusted. |
1bd40943dc2a
Tue Nov 28 13:17:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
115
diff
changeset
|
2129 |
115
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2130 Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net> |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2131 |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2132 * color-man.[ch]: Allow color manager to work with GdkPixbufs not |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2133 linked to an ImageWindow. Fix missing embedded dummy function when |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2134 compiling without color profile support. |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2135 * image.c: When embedded color profiles is enabled and EXIF ColorSpace |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2136 is set to 1 use sRGB color profile for the image. Also fixed order of |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2137 starting the image read-ahead when color profiles are in use. |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2138 * typedefs.h (ImageWindow): Use gpointer definition correctly so that |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2139 cm is a pointer and not a pointer to a pointer. |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2140 * utilops.c: Pass 0 to vertical fill arg of gtk_table_attach() instead |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2141 of FALSE. |
53b2bfdcff69
Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net>
gqview
parents:
114
diff
changeset
|
2142 |
114
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2143 Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net> |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2144 |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2145 * bar_exif.c, cache-loader.c, pan-view.c: Pass new arg for exif_read(). |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2146 * color-man.[ch]: Add color_man_new_embedded for using in-memory color |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2147 profiles. |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2148 * exif.[ch]: Add support for extracting color profiles embedded in jpeg |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2149 and tiff images. This resulted in a rewrite of the jpeg parser; both |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2150 to allow searching for any marker type, and to make the code readable. |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2151 * format_raw.c: Add color profile tag to the debug code. |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2152 * image.c, layout.c: Use embedded color profiles when found and |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2153 enabled, also add toggle for the option in color profile menu. |
50fc73e08550
Mon Nov 27 01:23:23 2006 John Ellis <johne@verizon.net>
gqview
parents:
113
diff
changeset
|
2154 |
113
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2155 Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net> |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2156 |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2157 * configure.in: Add test for lcms (little cms). |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2158 * Makefile.am: Add color-man.[ch]: |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2159 * color-man.[ch]: New files for color management support. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2160 * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2161 variables and option saving. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2162 * image.[ch]: Add color profile functions. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2163 * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2164 fix sort menu to use radio buttons. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2165 * menu.c: Use radio buttons for sort menu when appropriate. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2166 * preferences.c: Add color profile options to preferences. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2167 * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2168 * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2169 * view_file_icon.c, view_file_list.c: Check for active state in sort |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2170 menu callbacks. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2171 * README: Add info about lcms, and how to disable. |
55166d93498d
Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
112
diff
changeset
|
2172 |
112
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2173 Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net> |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2174 |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2175 * ui_fileops.[ch]: Add path_list_lstat() to obtain a path listing that |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2176 does not follow symbolic links. |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2177 * utilops.[ch]: Add file_util_delete_dir(), and support functions. |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2178 * view_dir_list.c: Add delete to folder popup menu. |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2179 * view_dir_tree.c: Add delete to folder popup menu, and set rename and |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2180 delete sensitive only when parent folder is writable. |
b15d4c18168f
Fri Nov 17 19:06:19 2006 John Ellis <johne@verizon.net>
gqview
parents:
111
diff
changeset
|
2181 |
111
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2182 Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net> |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2183 |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2184 * view_file_icon.c: Fix odd crash when removing files, it seems the |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2185 high priority idle sync is no longer called before the treeview tries |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2186 to redraw itself, so fix the cleanup of removed pointers so that they |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2187 are always valid or NULL (I wonder if the priorities used by |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2188 GtkTreeView have changed in newer versions of GTK?). |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2189 * view_file_list.c: Fix progress bar warning when files are removed |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2190 before thumbnail generation is finished. |
3a69a7a3f461
Wed Nov 15 02:05:27 2006 John Ellis <johne@verizon.net>
gqview
parents:
110
diff
changeset
|
2191 |
110
9fbf210edc6f
Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
109
diff
changeset
|
2192 Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net> |
9fbf210edc6f
Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
109
diff
changeset
|
2193 |
9fbf210edc6f
Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
109
diff
changeset
|
2194 * exif.[ch]: Fix memory alignment issues, bug #1593252. |
9fbf210edc6f
Tue Nov 14 15:36:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
109
diff
changeset
|
2195 |
109
1818abf306c1
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
108
diff
changeset
|
2196 Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net> |
1818abf306c1
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
108
diff
changeset
|
2197 |
1818abf306c1
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
108
diff
changeset
|
2198 * image.c: Fix up initial scroll offset into image when auto rotated |
1818abf306c1
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
108
diff
changeset
|
2199 by exif info, and keep same center point when rotating otherwise. |
1818abf306c1
Fri Nov 10 18:11:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
108
diff
changeset
|
2200 |
108
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2201 Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net> |
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2202 |
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2203 * format_fuji.c (format_fuji_raw): Use exif_byte_get_int32() to get |
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2204 the value, as when that is eventually fixed to be alignment safe, |
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2205 the so shall this. |
9c355d5c8619
Fri Nov 10 16:11:28 2006 John Ellis <johne@verizon.net>
gqview
parents:
106
diff
changeset
|
2206 |
106
1003bd2ec862
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
2207 Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net> |
1003bd2ec862
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
2208 |
1003bd2ec862
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
2209 * exif.[ch]: Rename exif_byte_swab..() to exif_byte_put..() as that is |
1003bd2ec862
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
2210 more in line with their counterparts of exif_byte_get..() |
1003bd2ec862
Thu Nov 9 20:27:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
105
diff
changeset
|
2211 |
105
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2212 Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net> |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2213 |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2214 * pan-view.c: Break this monstrosity of code into smaller files. |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2215 * pan-calendar.c, pan-folder.c, pan-grid.c, pan-timeline.c: Move the |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2216 layout types into their own files (for now flower is with folder tree). |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2217 * pan-item.c: PanItem creation, drawing, actions, and maintenance. |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2218 * pan-types.h: Defines, data types, function prototypes. |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2219 * pan-util.c: Various utilities. |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2220 * src/Makefile.am: Add new files above. |
de64a683d5d0
Thu Nov 9 17:43:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
104
diff
changeset
|
2221 |
104
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2222 Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net> |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2223 |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2224 * pixbuf-renderer.[ch]: Give image overlays their own child GdkWindow, |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2225 and use a buffer when drawing to those windows to avoid flicker. |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2226 Scrolling with the info [I] visible in full screen is now much |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2227 smoother. Only one regression that will be fixed later: overlapping |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2228 overlays are now ugly. |
8d358a53146e
Wed Nov 8 16:59:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
103
diff
changeset
|
2229 |
103
61e57ef42cf8
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
gqview
parents:
102
diff
changeset
|
2230 Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net> |
61e57ef42cf8
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
gqview
parents:
102
diff
changeset
|
2231 |
61e57ef42cf8
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
gqview
parents:
102
diff
changeset
|
2232 * format_nikon.h: For the pentax test, use tiff make instead of a magic |
61e57ef42cf8
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
gqview
parents:
102
diff
changeset
|
2233 string that can move location. |
61e57ef42cf8
Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
gqview
parents:
102
diff
changeset
|
2234 |
102
73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
gqview
parents:
101
diff
changeset
|
2235 Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net> |
73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
gqview
parents:
101
diff
changeset
|
2236 |
73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
gqview
parents:
101
diff
changeset
|
2237 * pan-view.c: For calendar view only show months that contain an image. |
73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
gqview
parents:
101
diff
changeset
|
2238 Allow choice of size when displaying an image with the info popup. |
73443803ea59
Tue Nov 7 19:54:44 2006 John Ellis <johne@verizon.net>
gqview
parents:
101
diff
changeset
|
2239 |
101
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2240 Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net> |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2241 |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2242 * exif.c: Use new format_raw_exif_offset() function to find Exif in |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2243 raw files. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2244 * filelist.c: Add orf and pef to displayed file types. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2245 * format_canon.h, format_fuji.h: Update to new #define format. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2246 * format_fuji.c: Use same offset for Exif as the jpeg image as the |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2247 Exif is always embedded in the jpeg and assuming offset of 12 is |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2248 just broken. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2249 * format_nikon.h: Update to new #define format, and add pentax here |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2250 as finding the jpeg will be same code. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2251 * format_olympus.[ch]: Support Olympus raw files with embedded jpegs, |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2252 not all raw files will have a jpeg, but all appear to have Exif tags. |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2253 * format_raw.[ch]: Add new camera types, and add a debugging facility |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2254 to easily list all tags within tiff files (see format_raw.h to enable). |
847e4bc6b54c
Tue Nov 7 15:35:59 2006 John Ellis <johne@verizon.net>
gqview
parents:
100
diff
changeset
|
2255 |
100
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2256 Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net> |
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2257 |
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2258 * format_olympus.c: Fix olympus makernote tag types to match image |
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2259 sample: Olympus.Bracket, Olympus.FocusDistance, Olympus.SerialNumber, |
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2260 and Olympus.FlashBias. |
deafec7cd99f
Mon Nov 6 20:53:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
99
diff
changeset
|
2261 |
99
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2262 Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net> |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2263 |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2264 * pan-view.c: Always recalculate canvas size when displaying popups. |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2265 * README: Updates. |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2266 * po/eo.po: Mark translation for 'Command Line' not fuzzy. |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2267 * configure.in: Release 2.1.4 (quick bug fix for pan view). |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2268 |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2269 Sat Nov 4 16:55:08 2006 John Ellis <johne@verizon.net> |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2270 |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2271 * pan-view.c: Only print things to console when debug is enabled. |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2272 * pixbuf-renderer.c: Fix pixbuf_renderer_set_tiles_size() so that |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2273 canvas will not treat scroll position as if a new image was set, this |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2274 fixes popups in the Pan View from causing a scroll to the top left or |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2275 center when scroll_reset_method is not set to 'no change'. Also clean |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2276 up pr_pixbuf_set() and pr_zoom_sync() arguments, some were unused or |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2277 always set TRUE as they were old cruft. |
d19b0de6d0bb
Sat Nov 4 17:14:47 2006 John Ellis <johne@verizon.net>
gqview
parents:
98
diff
changeset
|
2278 |
98
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2279 Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net> |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2280 |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2281 * README: Updates. |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2282 * icons/Makefile.am: Remove icon files that no longer exist. |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2283 * configure.in: Release 2.1.3 |
e639afdc1c60
Sat Nov 4 10:31:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
97
diff
changeset
|
2284 |
97
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2285 Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net> |
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2286 |
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2287 * pan-view.c: Fix shortcuts to work regardless of what has the focus. |
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2288 Make [Control]+F (in addition to [/] show the find bar and [Control]+G |
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2289 go to next match. Add folder location field to info popup. |
ddde49aace00
Fri Nov 3 21:15:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
96
diff
changeset
|
2290 |
95
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2291 Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net> |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2292 |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2293 * bar_exif.[ch]: Make list of general exif tags available to rest of |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2294 application. |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2295 * pan-view.c: Add option to display exif information in info popup. |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2296 Clean up the info popup text alignment. Make displaying the full size |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2297 image below the info popup optional (off by default). |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2298 * pixbuf-renderer.c (pr_source_tile_changed): Guard against |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2299 width/height less than 1. |
96 | 2300 * pixbuf_util.c (pixbuf_draw_layout): Guard against width/height less |
95
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2301 than 1. |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
94
diff
changeset
|
2302 |
94
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2303 Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net> |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2304 |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2305 * collect.c, img-view.c: Make [Shift]+P printing shortcut work for |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2306 collections and view windows. |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2307 * layout_util.c: Fix shortcuts [Control]+N and [Shift]+P, broken |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2308 by the previous keypress handler code cleanup. Add [Control]+V to |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2309 view current image in a new image window. |
50dc5a14d37b
Thu Nov 2 17:51:31 2006 John Ellis <johne@verizon.net>
gqview
parents:
93
diff
changeset
|
2310 |
93
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2311 Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net> |
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2312 |
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2313 * view_file_list.c: Fix slow re-sort when updating list by clearing the |
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2314 list and adding items in the new order instead of simply moving them. |
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2315 Fixes bug #1451200. |
f1c8f8632e23
Thu Nov 2 14:38:54 2006 John Ellis <johne@verizon.net>
gqview
parents:
92
diff
changeset
|
2316 |
92
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2317 Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net> |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2318 |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2319 * po/eo.po: Add Esperanto translation, |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2320 submitted by Antonio C. Codazzi <f_sophia@libero.it>. |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2321 * configure.in (ALL_LINGUAS): Add new translation. |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2322 * README: Update credits for above. |
3c0eeb66ce1b
Thu Nov 2 06:46:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
91
diff
changeset
|
2323 |
91
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2324 Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net> |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2325 |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2326 * gqview.h, main.c (window_set_icon): Change to use inline pixbufs |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2327 instead of xpms. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2328 * collect.c, img-view.c, layout.c, preferences.c: Use new icons. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2329 * pixbuf_util.[ch]: Add new icons. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2330 * icons/Makefile.am: Update generated inline pixbufs. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2331 * icons/collect.xpm, icons/config.xpm, icons/icon.xpm, icons/tools.xpm, |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2332 icons/view.xpm: Remove old xpm icons. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2333 * icons/gqview_icon.png, icons/icon_book.png, icons/icon_config.png, |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2334 icons/icon_tools.png, icons/icon_view.png: The new icons in png format. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2335 * icons/svg/*.svg: Add svg sources for icons, they are not used or |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2336 anything, but this way I can not misplace them again. |
d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
90
diff
changeset
|
2337 |
90
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2338 Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net> |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2339 |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2340 * info.c: Increase default info window size to 600x400. |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2341 * po/be.po: Update Belarusian translation, |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2342 submitted by Pavel Piatruk <berserker@neolocation.com>. |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2343 * gqview.desktop: Add additional formats to MimeType list. |
dc3c77d027e6
Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
gqview
parents:
89
diff
changeset
|
2344 |
89
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2345 Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net> |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2346 |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2347 * img-view.c: Use correct method to close the window using Escape key, |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2348 fixes bug #1231845. Also added more robust method to update window |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2349 list when a window is closed so this doesn't happen again. |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2350 * slideshow.c: Add sanity checks to exported functions to check for |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2351 NULL SlideShow pointers, to match rest of coding style. |
b3149a34d0dd
Sat Oct 28 14:41:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
88
diff
changeset
|
2352 |
88
2099ee3f9a8d
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents:
87
diff
changeset
|
2353 Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net> |
2099ee3f9a8d
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents:
87
diff
changeset
|
2354 |
2099ee3f9a8d
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents:
87
diff
changeset
|
2355 * layout.c, ui_menu.c, ui_misc.c: Use g_object_ref_sink when |
2099ee3f9a8d
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents:
87
diff
changeset
|
2356 gtk_object_sink is not available as it is deprecated. |
2099ee3f9a8d
Fri Oct 27 19:45:32 2006 John Ellis <johne@verizon.net>
gqview
parents:
87
diff
changeset
|
2357 |
87
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2358 Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net> |
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2359 |
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2360 * pixbuf-renderer.c (pixbuf_renderer_scroll): Fix long standing bug |
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2361 where obstructed portions of an image were not always generating an |
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2362 expose event when scrolling the image. |
a2b0a7b0b490
Wed Oct 25 15:17:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
86
diff
changeset
|
2363 |
86
cade6a52a165
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>
gqview
parents:
85
diff
changeset
|
2364 Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net> |
cade6a52a165
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>
gqview
parents:
85
diff
changeset
|
2365 |
cade6a52a165
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>
gqview
parents:
85
diff
changeset
|
2366 * img-view.c, layout_image.c, layout_util.c, pan-view.c: Make F11 also |
cade6a52a165
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>
gqview
parents:
85
diff
changeset
|
2367 toggle fullscreen. |
cade6a52a165
Mon Oct 23 05:34:29 2006 John Ellis <johne@verizon.net>
gqview
parents:
85
diff
changeset
|
2368 |
85
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2369 Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net> |
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2370 |
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2371 * collect-table.c, collect.c, dupe.c, pan-view.c, search.c, |
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2372 view_file_icon.c: Keypress signal handler code clean-up round 2: the |
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2373 remaining files. Make control and shift logic easier to follow. |
9d5c75b5ec28
Fri Oct 20 09:20:10 2006 John Ellis <johne@verizon.net>
gqview
parents:
84
diff
changeset
|
2374 |
84
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2375 Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net> |
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2376 |
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2377 * img-view.c, layout_image.c, layout_util.c: Keypress signal handler |
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2378 code clean-up round 1: the main windows. Also fixes [Shift]+[F] from |
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2379 deactivating full screen [F]. |
ba3c39002a24
Fri Oct 20 08:00:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
83
diff
changeset
|
2380 |
82
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2381 Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net> |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2382 |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2383 * image.c, typedefs.h: Add ALTER_DESATURATE alteration type. |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2384 * img-view.c, layout_image.c, layout_util.c, menu.c: Allow to grayscale |
83 | 2385 the display of current image with [Shift]+[G] keyboard shortcut and |
2386 'adjust' submenu item. Also fixed bug of [Shift]+[R] shortcut from also | |
2387 activating refresh [R]. | |
82
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2388 * pixbuf_util.[ch] (pixbuf_desaturate_rect): Implement grayscale |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2389 function. |
a4c1b7014e6e
Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net>
gqview
parents:
81
diff
changeset
|
2390 |
81
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2391 Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net> |
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2392 |
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2393 * layout.[ch] (layout_new_with_geometry): New function to create a |
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2394 layout sized to an X geometry string. |
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2395 * main.c: Add support for --geometry on the command line. |
0ef72a64930b
Thu Oct 19 09:35:18 2006 John Ellis <johne@verizon.net>
gqview
parents:
80
diff
changeset
|
2396 |
80
a10fc0308c12
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
79
diff
changeset
|
2397 Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net> |
a10fc0308c12
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
79
diff
changeset
|
2398 |
a10fc0308c12
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
79
diff
changeset
|
2399 * utilops.c: Fix minimum allowed auto-rename value to be zero again, |
a10fc0308c12
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
79
diff
changeset
|
2400 but keep the default at 1. |
a10fc0308c12
Thu Oct 19 07:42:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
79
diff
changeset
|
2401 |
79
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2402 Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net> |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2403 |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2404 * cache_maint.c, thumb_standard.[ch]: Use .thumblocal when saving |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2405 local thumbnails as per the freedesktop.org thumbnail spec. |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2406 * filelist.c: Add .thumblocal to list of ignored folders (those we |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2407 never show user). |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2408 * main.c: Fix bug in recent command line parser changes, a single |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2409 folder on the command line was not processed by parse_out_relatives(). |
528e3432e0c0
Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net>
gqview
parents:
78
diff
changeset
|
2410 |
78
b192a0efe080
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
77
diff
changeset
|
2411 Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net> |
b192a0efe080
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
77
diff
changeset
|
2412 |
b192a0efe080
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
77
diff
changeset
|
2413 * pan-view.c: For now, also display the full size image under the |
b192a0efe080
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
77
diff
changeset
|
2414 thumbnail's information bubble. Make clicking the info box close it. |
b192a0efe080
Sun Oct 15 12:36:06 2006 John Ellis <johne@verizon.net>
gqview
parents:
77
diff
changeset
|
2415 |
77
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2416 Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net> |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2417 |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2418 * pan-view.c: Recalc the size of the layout when popping up new images |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2419 in the calendar so that all new images can be scrolled into view. |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2420 * pixbuf-renderer.[ch] (pixbuf_renderer_set_tiles_size): Add ability |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2421 to resize a tile canvas without the need for a complete reset/render. |
44f2223541d1
Sun Oct 15 10:45:14 2006 John Ellis <johne@verizon.net>
gqview
parents:
76
diff
changeset
|
2422 |
76
07773a3c5b29
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
2423 Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net> |
07773a3c5b29
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
2424 |
07773a3c5b29
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
2425 * main.c: Fix command line parser to work with any combination of files |
07773a3c5b29
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
2426 and/or folders on the command line. |
07773a3c5b29
Sun Oct 15 04:03:41 2006 John Ellis <johne@verizon.net>
gqview
parents:
75
diff
changeset
|
2427 |
75
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2428 Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net> |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2429 |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2430 * eu.po: Add Basque translation, |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2431 submitted by Piarres Beobide <pi@beobide.net>. |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2432 * configure.in (ALL_LINGUAS): Add eu. |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2433 * README: Update credits. |
56f62cdde8e0
Sun Oct 15 02:50:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
74
diff
changeset
|
2434 |
74
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2435 Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net> |
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2436 |
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2437 * po/*.po: Make distcheck touches these. |
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2438 * gqview.spec.in: Fix to use License: instead of obselete Copyright:. |
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2439 * configure.in: Release 2.1.2 |
c9d553df8d25
Sat Oct 14 09:38:08 2006 John Ellis <johne@verizon.net>
gqview
parents:
73
diff
changeset
|
2440 |
73
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2441 Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net> |
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2442 |
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2443 * vi.po: Update Vietnamese translation, |
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2444 submitted by pclouds <pclouds@vnlinux.org>. |
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2445 * README: Updates. |
9dcc1a7c558c
Sat Oct 14 08:26:38 2006 John Ellis <johne@verizon.net>
gqview
parents:
72
diff
changeset
|
2446 |
72
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2447 Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net> |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2448 |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2449 * ar.po, be.po, bg.po, ca.po, cs.po, de.po, es.po, fi.po, hu.po, |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2450 it.po, ja.po, nl.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po, |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2451 vi.po, zh_TW.po: Fix punctuation of "Allow enlargement of image for |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2452 zoom to fit" translations, and unmark as fuzzy when only the change in |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2453 punctuation caused the fuzzy state. |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2454 * README: Updated po-stats list. |
415afde5ba68
Sat Oct 14 05:44:40 2006 John Ellis <johne@verizon.net>
gqview
parents:
71
diff
changeset
|
2455 |
71
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2456 Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net> |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2457 |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2458 * utilops.c: Mark string for translation. |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2459 * fi.po: Update Finnish translation [merge from 2.0.2], |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2460 submitted by Lauri Nurmi <lanurmi@iki.fi>. |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2461 * README: Updates. |
7425cb0aeb03
Sat Oct 14 05:18:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
70
diff
changeset
|
2462 |
70
13e76f7b2cbb
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
69
diff
changeset
|
2463 Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net> |
13e76f7b2cbb
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
69
diff
changeset
|
2464 |
13e76f7b2cbb
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
69
diff
changeset
|
2465 * ru.po: Update Russian translation [merge from 2.0.2], |
13e76f7b2cbb
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
69
diff
changeset
|
2466 submitted by Vitaly Lipatov <lav@altlinux.ru>. |
13e76f7b2cbb
Fri Oct 13 12:18:01 2006 John Ellis <johne@verizon.net>
gqview
parents:
69
diff
changeset
|
2467 |
69
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2468 Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net> |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2469 |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2470 * cache_maint.c, ui_fileops.c, ui_pathsel.c, ui_tabcomp.c: Remove use |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2471 of the d_ino > 0 test as all files listed by readdir should be valid. |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2472 dirent.d_ino is not guanteed by POSIX, and at one recent point is |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2473 not implemented on cygwin. |
31759d770628
Fri Oct 13 10:27:22 2006 John Ellis <johne@verizon.net>
gqview
parents:
68
diff
changeset
|
2474 |
68
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2475 Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net> |
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2476 |
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2477 * pl.po: Update Polish translation, |
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2478 submitted by Wit Wilinski <madman@linux.bydg.org>. |
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2479 * README: Updates. |
c6ff22c968b2
Fri Oct 13 09:25:25 2006 John Ellis <johne@verizon.net>
gqview
parents:
67
diff
changeset
|
2480 |
67
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2481 Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net> |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2482 |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2483 * bar_sort.c, pan-view.c, preferences.c: Mark strings for translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2484 plus punctuation fix. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2485 * utilops.c: Change auto rename start number to default to 1. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2486 * configure.in (ALL_LINGUAS): Add be, ca, ko translations. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2487 * gqview.spec.in: Add Italian translation to RPM spec file, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2488 submitted by HappyCactus <happycactus@people.it>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2489 * be.po: Add Belarusion translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2490 submitted by Pavel Piatruk <berserker@neolocation.com>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2491 * ca.po: Add Catalan translation [merge from 2.0.2], |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2492 submitted by catux.org <mecatxis@ya.com>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2493 * de.po: Update German translation [merge from 2.0.2], |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2494 submitted by Ronny Steiner <Post@SIRSteiner.de>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2495 * fr.po: Update French translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2496 submitted by ric Lassauge <lassauge@users.sourceforge.net>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2497 * it.po: Update Italian translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2498 submitted by Kostantino <ciclope10ATalice.it>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2499 * ko.po: Add Korean translation (mostly menus), |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2500 submitted by Hyun-Jin Moon <moonhyunjin@gmail.com>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2501 * pt_BR.po: Update Brazilian Portuguese translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2502 submitted by Herval Ribeiro de Azevêdo <heraze@gmail.com>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2503 * sk.po: Update Slovak translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2504 submitted by Mgr. Peter Tuharsky <tuharsky@misbb.sk>. |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2505 * zh_TW.po: Update Traditional Chinese translation, |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2506 submitted by S.J. Luo <crystal@mickey.ee.nctu.edu.tw> |
f63ecca6c087
Fri Oct 13 05:22:43 2006 John Ellis <johne@verizon.net>
gqview
parents:
66
diff
changeset
|
2507 |
66
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2508 Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net> |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2509 |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2510 * collect-io.c, thumb_standard.c: Do not ignore return value from |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2511 g_list_append as newer versions of gtk now set a warning flag. |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2512 * utilops.c: Add new auto rename option to enter formatted text, which |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2513 uses * and # characters to symbolize original filename and numerical |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2514 value (respectively) in new filenames. |
ebbff299ad0d
Fri Sep 1 02:12:45 2006 John Ellis <johne@verizon.net>
gqview
parents:
65
diff
changeset
|
2515 |
65
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2516 Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net> |
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2517 |
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2518 * cache.c: Make cache loader tolerant of unknown line values, so that |
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2519 a cache written by newer/older versions of GQview does not result in |
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2520 recreating data that is actually there. |
322bb41c9b9e
Mon Aug 15 18:27:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
64
diff
changeset
|
2521 |
64
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2522 Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net> |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2523 |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2524 * collect-table.c, dupe.c, exif.c, img-view.c info.c, layout_image.c, |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2525 md5-util.[ch], pan-view.c, remote.c, search.c, thumb_standard.c, |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2526 ui_bookmark.c, ui_misc.c, ui_pathsel.c, view_dir_list.c, |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2527 view_dir_tree.c, view_file_icon.c, view_file_list.c: Fix signedness |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2528 warnings in gcc 4.0. |
04ff0df3ad2f
Mon Aug 15 17:13:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
63
diff
changeset
|
2529 |
63
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2530 Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net> |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2531 |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2532 * view_dir_tree.c (vdtree_set_path): Do not force reading folder |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2533 contents, to allow the check for a changed timestamp do it's job. |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2534 * doc/10_options.html: Fix page link in docs. |
e29c291e106b
Mon Aug 15 16:35:15 2005 John Ellis <johne@verizon.net>
gqview
parents:
62
diff
changeset
|
2535 |
62
5c9f78e1c5f5
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
2536 Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net> |
5c9f78e1c5f5
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
2537 |
5c9f78e1c5f5
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
2538 * cache-loader.c (cache_loader_process): When converting Exif date |
5c9f78e1c5f5
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
2539 string to time_t, tell mktime DST is unknown (-1). |
5c9f78e1c5f5
Thu Jun 16 01:21:43 2005 John Ellis <johne@verizon.net>
gqview
parents:
61
diff
changeset
|
2540 |
61
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2541 Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net> |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2542 |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2543 * image.c (image_zoom_cb): If needed, update window title when |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2544 zoom changes. |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2545 * pixbuf-renderer.c (pr_size_sync): Send zoom signal when new window |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2546 size results in a new scale value. |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2547 * README: Updates. |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2548 * configure.in: Release 2.1.1 |
0c912a2d94f1
Mon Jun 13 20:22:58 2005 John Ellis <johne@verizon.net>
gqview
parents:
60
diff
changeset
|
2549 |
60
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2550 Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net> |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2551 |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2552 * editors.[ch]: Add "%w" macro to disable full screen deactivation when |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2553 running an editor command. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2554 * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2555 prevent exit of full screen. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2556 * image-load.c (image_load_begin): Fix to not treat short reads as |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2557 end of file condition. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2558 * README, doc/10_5_editor_commands.html: Document %w macro for editor |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2559 commands. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2560 * po/it.po: Update Italian translation, |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2561 submitted by Kostantino <inverness1ATvirgilio.it>. |
9c0c402b0ef3
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
59
diff
changeset
|
2562 |
59
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2563 Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net> |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2564 |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2565 * format_canon.[ch]: Reimplement canon raw parser to use convenience |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2566 functions from exif.c, also separated parsers into one per file type. |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2567 For the cr2 format also verify compression type in tiff field 0x0103. |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2568 * format_raw.c: Add FIXME comment noting current shortcomings. |
57f6da2510d9
Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
58
diff
changeset
|
2569 |
58
df73b94154e4
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
2570 Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net> |
df73b94154e4
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
2571 |
df73b94154e4
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
2572 * exif.c, format_nikon.c, format_olympus.c: Fix memory leaks, |
df73b94154e4
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
2573 exif_text_list_find_value() will always return newly allocated text. |
df73b94154e4
Sat Jun 11 01:06:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
57
diff
changeset
|
2574 |
57
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2575 Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net> |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2576 |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2577 * exif.c (exif_parse_IFD_table): Fix offset count before testing |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2578 against buffer size. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2579 * exif.h: Make exif_text_list_find_value available. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2580 * format_canon.c: Fix copy's length when duping Canon.SerialNumber, and |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2581 adjust several text descriptions. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2582 * format_fuji.c: Remove "MkN." text from tag names. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2583 * format_nikon.c: Fix offset count before testing against buffer size, |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2584 and remove "MkN." text from tag names. Add several new tags. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2585 * format_olympus.[ch]: New files for olympus makernote. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2586 * format_raw.c: Add exif olympus hook. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2587 * src/Makefile.am: Add format_olympus.[ch]. |
a8c9992320f4
Fri Jun 10 20:57:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
56
diff
changeset
|
2588 |
56
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2589 Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net> |
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2590 |
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2591 * pan-view.c: Add exif date sorting option to right click menu, and |
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2592 change 'reading dimensions...' message to be more generic as it may now |
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2593 also be reading embedded exif dates, or both date and dimensions. |
c722cbf9ad25
Fri Jun 10 02:19:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
55
diff
changeset
|
2594 |
55
1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
2595 Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net> |
1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
2596 |
1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
2597 * exif.c (exif_parse_JPEG): Use memcmp as strncmp is inadequate when |
1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
2598 bytes with values of 0 are actually in the data to compare. |
1e21f094e0be
Thu Jun 9 23:22:01 2005 John Ellis <johne@verizon.net>
gqview
parents:
54
diff
changeset
|
2599 |
54
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2600 Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net> |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2601 |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2602 * exif.[ch]: A lot of code clean up, add generic tiff header parser, |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2603 remove use of packed structures to interpret tiff file format, |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2604 fix possible endless loops in tiff parser with corrupt IFD tables, |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2605 and fix possible overflow in jpeg exif parser. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2606 * format_canon.[ch]: Add additional makernote values, plus a few |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2607 spelling fixes. Header update. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2608 * format_fuji.[ch]: Header update. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2609 * format_nikon.[ch]: Updates to use new tiff parsing utils in exif.c, |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2610 code cleanup. Header update. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2611 * format_raw.[ch]: Add pathname argument to file descriptor version of |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2612 raw parser to quickly rule out non-raw files based on file extension. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2613 Add raw header match type to check for tiff "make" field value. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2614 * image-load.c (image_loader_begin): Add image filename for raw parser. |
b58cac75ad12
Thu Jun 9 22:23:18 2005 John Ellis <johne@verizon.net>
gqview
parents:
53
diff
changeset
|
2615 |
53
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2616 Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net> |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2617 |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2618 * filelist.c (filter_add_defaults): Add Nikon file extension for nef. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2619 * format_canon.[ch], format_fuji.[ch]: Add comment tile, and |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2620 description field for MakerNote parser. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2621 * format_nikon.[ch]: Add support for jpegs embedded in Nikon nef files. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2622 * format_raw.c: Add debug description output and Nikon raw parser hook. |
00843150f7c8
Tue Jun 7 03:47:03 2005 John Ellis <johne@verizon.net>
gqview
parents:
52
diff
changeset
|
2623 |
52
a210a19f26da
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
2624 Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net> |
a210a19f26da
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
2625 |
a210a19f26da
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
2626 * filelist.c (path_list_recursive_append): Fix memory leak by using |
a210a19f26da
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
2627 correct function to free path list. |
a210a19f26da
Sun Jun 5 03:05:39 2005 John Ellis <johne@verizon.net>
gqview
parents:
51
diff
changeset
|
2628 |
51
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2629 Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net> |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2630 |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2631 * exif.[ch]: Use glib provided data types and byte order functions for |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2632 consistency with rest of application. Made several more functions |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2633 available in the header. Use MakerNote parsing from format_raw.c. |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2634 * format_canon.[ch]: Changes to match exif.h and format_raw.h. |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2635 * format_fuji.[ch]: Add support for Fuji EXIF MakerNote. |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2636 * format_nikon.[ch]: New files, add support for Nikon EXIF MakerNote. |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2637 * format_raw.[ch]: Add EXIF MakerNote parser functions to gather all |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2638 camera formats here (similar to existing raw format list). |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2639 * src/Makefile.am: Add format_nikon.[ch]. |
276ea4c98d33
Sat Jun 4 22:24:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
50
diff
changeset
|
2640 |
50
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2641 Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net> |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2642 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2643 * README: Update credits. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2644 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2645 Apply fix from Daniel M. German: |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2646 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2647 * format_canon.c (canon_read_int): Fixed error which caused a |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2648 segfault under OS X. It was a casting a number as a 32 |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2649 bit, when it was 16. it works in little endian, but not in big |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2650 endian machines. |
3b83fb81afc4
Sat Jun 4 04:02:04 2005 John Ellis <johne@verizon.net>
gqview
parents:
49
diff
changeset
|
2651 |
49
ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
48
diff
changeset
|
2652 Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net> |
ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
48
diff
changeset
|
2653 |
ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
48
diff
changeset
|
2654 * format_canon.c (canon_mknote_parse_convert): For serial number |
ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
48
diff
changeset
|
2655 conversion, use the value of the data - not the value of the pointer. |
ae627d150a6b
Fri Jun 3 20:02:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
48
diff
changeset
|
2656 |
48
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2657 Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net> |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2658 |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2659 * bar_exif.c: Set a default size for the EXIF data column in the |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2660 advanced view, and allow resizing of that column to allow more data to |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2661 be visible when needed. |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2662 * format_canon.c: Fix data type for Canon MakerNote Serial Number. |
6948407f52a5
Fri Jun 3 18:43:46 2005 John Ellis <johne@verizon.net>
gqview
parents:
47
diff
changeset
|
2663 |
47
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2664 Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net> |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2665 |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2666 * exif.[ch]: Export several parsing functions for use by the exif |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2667 makernote parsers, and add hook for MakerNote data parsing. |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2668 * format_canon.[ch]: Add Canon EXIF MakerNote support. |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2669 * format_raw.c: Fix warning printf grammar. |
aa4c0e1b54b0
Fri Jun 3 01:49:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
46
diff
changeset
|
2670 |
46
905f8fa583a3
Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
2671 Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net> |
905f8fa583a3
Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
2672 |
905f8fa583a3
Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
2673 * format_raw.c (format_raw_parse): Use unsigned int to match arguments. |
905f8fa583a3
Thu May 26 22:14:53 2005 John Ellis <johne@verizon.net>
gqview
parents:
45
diff
changeset
|
2674 |
45
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2675 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net> |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2676 |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2677 * format_raw.[ch]: Move camera specific code to manufacturer specific |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2678 format_*.c files. Change code so that file descripter version is now a |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2679 separate functions that wraps the standard parser by using mmap. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2680 * format_canon.[ch]: Moved Canon specific raw support here, removed |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2681 file descriptor versions of parser. This Canon raw file parser written |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2682 by Daniel M. German. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2683 * format_fuji.[ch]: Move Fuji specific raw support here, parser written |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2684 by Lars Ellenberg. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2685 * exif.c: Update for change to format_raw_img_exif_offsets. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2686 * filelist.c: Add cr2 extension to Canon raw format list. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2687 * image-load.c: Fixes for changes to format_raw_img_exif_offset_fd so |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2688 that buffer is refilled using new offset of file descriptor. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2689 * src/Makefile.am: Add format_canon.[ch], format_fuji.[ch] to build. |
7cfa60beda76
Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
gqview
parents:
44
diff
changeset
|
2690 |
44
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2691 Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net> |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2692 |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2693 * utilops.[ch] (file_util_rename_dir): New utility to rename a folder, |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2694 does proper checking for existing folder to avoid clobbering an |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2695 existing folder. |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2696 * view_dir_list.c, view_dir_tree.c: Use new utility above when renaming |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2697 a folder to fix possible clobbering of an existing folder with the |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2698 same name as the requested name. |
458e396d3f35
Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
gqview
parents:
43
diff
changeset
|
2699 |
43
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2700 Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net> |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2701 |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2702 * format_raw.[ch]: New files to parse image data and exif offsets for |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2703 the raw camera formats. |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2704 * exif.c, image-load.c: Add support calls to format_raw.c functions |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2705 above. |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2706 * filelist.c: Add Fujifilm raw file extension to known formats. |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2707 * thumb_standard.c (thumb_loader_std_start): Check for existing |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2708 thumbnail file before checking for a failure mark. |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2709 * src/Makefile.am: Add format_raw.[ch]. |
ee03f36e9e4b
Sun May 15 21:40:26 2005 John Ellis <johne@verizon.net>
gqview
parents:
42
diff
changeset
|
2710 |
42
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2711 Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net> |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2712 |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2713 * po/cs.po: Update Czech translation, |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2714 submitted by Jan Raska <jan.raska@tiscali.cz> |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2715 * de.po, fr.po: Typo and spelling fixes. |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2716 |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2717 Sat May 14 12:23:19 2005 John Ellis <johne@verizon.net> |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2718 |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2719 * image.c, pixbuf-renderer.c: Fix sending of complete signal. |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2720 * ui_pathsel.c: Guard against strcmp of NULL dd->path, fixes crash. |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2721 * utilops.c: Additional validation for destination of copy/move |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2722 dialogs, and do not include extension when conveniently selecting |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2723 filename text in rename dialogs. |
606fcf461a68
Sat May 14 13:04:23 2005 John Ellis <johne@verizon.net>
gqview
parents:
41
diff
changeset
|
2724 |
41
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2725 Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net> |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2726 |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2727 * bar_info.c, bar_sort.c: Update for new pref_toolbar_button args. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2728 * fullscreen.c, layout.c: Remove use of GDK_HINT_USER_SIZE as we |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2729 never actually set these dimensions. Increase default size of main |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2730 window. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2731 * layout_util.c: Use GTkToolbar for the main window toolbar. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2732 * pixbuf_util.[ch]: Add inline pixbufs for thumb and float icons. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2733 * rcfile.c: Add note to config file that it is autogenerated. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2734 * typedefs.h: Remove no longer used tooltip in LayoutWindow. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2735 * ui_misc.[ch]: pref_toolbar additions. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2736 * icons/icon_float.png, icons/icon_thumb.png: Icons in png format. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2737 * icons/icon_float.xpm, icons/icon_thumb.xpm: Remove xpm versions. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2738 * icons/Makefile.am: Add above icons to inline pixbuf list. |
6281cc38e5ca
Wed Apr 27 15:17:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
40
diff
changeset
|
2739 |
40
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2740 Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net> |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2741 |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2742 * pan-view.c: Add option to ignore symbolic links to folders when |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2743 creating file list (no gui control yet), and do not allow listing |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2744 the root folder as this introduces too many issues (for instance |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2745 how do we ignore special filesystems such as /proc using only stat |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2746 attributes?). Add fix to not show empty folders in the flower view. |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2747 * thumb_standard.c (thumb_loader_std_finish): Fix logic that caused |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2748 thumbnails to be saved for images with a size between normal and large |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2749 when using large thumbnails. |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2750 * ui_fileops.[ch]: Add utilities lstat_utf8 and islink. |
dcc04a6a58bf
Sat Apr 16 12:29:42 2005 John Ellis <johne@verizon.net>
gqview
parents:
39
diff
changeset
|
2751 |
39
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2752 Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net> |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2753 |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2754 * cache.c (cache_sim_data_load): Fix to return CacheData if any data |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2755 type exists. |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2756 * pan-view.c: Fix slow merging of embedded dates into file list; |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2757 includes optimizing pan_cache_sync_date and plugging a memory leak. |
64068b1bab89
Thu Apr 14 10:44:00 2005 John Ellis <johne@verizon.net>
gqview
parents:
38
diff
changeset
|
2758 |
38
d5f8f8a4d47b
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
2759 Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net> |
d5f8f8a4d47b
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
2760 |
d5f8f8a4d47b
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
2761 * pixbuf-renderer.c (pixbuf_renderer_move): Clear the correct draw |
d5f8f8a4d47b
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
2762 queue (source). Fixes crash introduced by Apr 12 changes. |
d5f8f8a4d47b
Thu Apr 14 04:49:57 2005 John Ellis <johne@verizon.net>
gqview
parents:
37
diff
changeset
|
2763 |
37
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2764 Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net> |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2765 |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2766 * cache-loader.[ch]: New utility to load cache-able data. |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2767 * cache.[ch]: Add embedded (exif) date caching. |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2768 * pan-view.c: Use new cache loading mechanism. Add exif date support |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2769 to timeline and calendar view. |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2770 * src/Makefile.am: Add cache-loader.[c,h]. |
67ba4381497e
Wed Apr 13 18:16:14 2005 John Ellis <johne@verizon.net>
gqview
parents:
36
diff
changeset
|
2771 |
36
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2772 Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net> |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2773 |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2774 * pan-view.c: Use mostly neutral (gray) colors in the pan view to avoid |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2775 tainting user perspective of image hues. |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2776 * pixbuf-renderer.c (pixbuf_renderer_move): Free tile cache of source |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2777 to avoid wasteful memory allocation, this will reduce memory waste |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2778 when in full screen. |
9b01fe7e84d5
Tue Apr 12 07:59:20 2005 John Ellis <johne@verizon.net>
gqview
parents:
35
diff
changeset
|
2779 |
35
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2780 Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net> |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2781 |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2782 * pan-view.c: Optimize pan_layout_intersect by dividing object list |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2783 into smaller sets (of ~ 1000 each) grouped by coordinates, this makes |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2784 drawing tiles much faster when the window contains > 100,000 images. |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2785 This adds the complexity of walking two lists when searching for a |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2786 specific item, but the speed increase is worth it. |
e46aedb70f67
Fri Apr 8 15:31:38 2005 John Ellis <johne@verizon.net>
gqview
parents:
34
diff
changeset
|
2787 |
34
772fe5a509b1
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>
gqview
parents:
33
diff
changeset
|
2788 Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net> |
772fe5a509b1
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>
gqview
parents:
33
diff
changeset
|
2789 |
772fe5a509b1
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>
gqview
parents:
33
diff
changeset
|
2790 * pixbuf-renderer.c (pr_queue_to_tiles): Fix logic in test for |
772fe5a509b1
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>
gqview
parents:
33
diff
changeset
|
2791 only_existing argument. |
772fe5a509b1
Thu Apr 7 08:42:54 2005 John Ellis <johne@verizon.net>
gqview
parents:
33
diff
changeset
|
2792 |
33
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2793 Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net> |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2794 |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2795 * pan-view.c: Move pixbuf drawing into pixbuf_util.c. |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2796 * pixbuf-renderer.c: Rename util_clip_region to pr_clip_region to fix |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2797 namespace conflict with util in pixbuf_util.h. |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2798 * pixbuf_util.[ch]: Moved pixbuf drawing utils here from pan-view.c |
a41ecbb26a96
Wed Apr 6 06:41:25 2005 John Ellis <johne@verizon.net>
gqview
parents:
32
diff
changeset
|
2799 |
32
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2800 Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net> |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2801 |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2802 * pan-view.c: Reimplement pixbuf_draw_triangle for efficiency. |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2803 * pixbuf-renderer.c: Fix pr_queue_to_tiles only_existing argument to |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2804 only have effect on tiles that not currently visible. Remove use of |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2805 hard coded PR_TILE_SIZE from tile size calculations, as it is only |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2806 supposed to be used as the default value. |
96ac60a9c0f1
Wed Apr 6 02:43:40 2005 John Ellis <johne@verizon.net>
gqview
parents:
31
diff
changeset
|
2807 |
31
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2808 Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net> |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2809 |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2810 * pixbuf-renderer.c: Add argument to pr_queue_to_tiles to only redraw |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2811 the parts of the image that have an existing tile, fixes slow loading |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2812 of images when zoomed in because it was generating a tile for even |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2813 off screen parts of the image. |
c42544f31030
Tue Apr 5 05:09:29 2005 John Ellis <johne@verizon.net>
gqview
parents:
30
diff
changeset
|
2814 |
30
a310e31fc513
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
gqview
parents:
29
diff
changeset
|
2815 Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net> |
a310e31fc513
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
gqview
parents:
29
diff
changeset
|
2816 |
a310e31fc513
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
gqview
parents:
29
diff
changeset
|
2817 * pan-view.c: Optimize pixbuf_draw_line, and use pixbuf_set_rect_fill |
a310e31fc513
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
gqview
parents:
29
diff
changeset
|
2818 to draw the background. |
a310e31fc513
Mon Apr 4 12:07:05 2005 John Ellis <johne@verizon.net>
gqview
parents:
29
diff
changeset
|
2819 |
29
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2820 Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net> |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2821 |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2822 * image.c (image_options_set): Only enable PixbufRenderer 'window_fit' |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2823 when both the ImageWindow and global setting are both enabled. |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2824 * pan-view.c (pan_window_image_scroll_notify_cb): Add call to |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2825 gtk_adjustment_value_changed to fix performance hit when scrolling. |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2826 * pixbuf-renderer.c: Set tile render_todo flags to RENDER_ALL when |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2827 invalidating so that there is no chance it will be used with old data. |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2828 Only emit 'scroll-notify' signal when the value or range changes. |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2829 Fix copy of zoom value in pixbuf_renderer_move. |
8a8ec4b3e769
Sun Apr 3 00:36:22 2005 John Ellis <johne@verizon.net>
gqview
parents:
28
diff
changeset
|
2830 |
27
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2831 Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net> |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2832 |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2833 * image.c (image_options_set): Update PixbufRenderer parent window so |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2834 that changing 'fit window to image' option works. |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2835 * pan-view.c (pan_window_image_zoom_cb): Use same zoom text display as |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2836 for main windows. |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2837 * pixbuf-renderer.c: Fix (re-implement) check for maximized window |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2838 state. Fix pr_source_tile_visible() calculation which was using the x |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2839 axis where it should be y. Add redrawn return value to pr_zoom_clamp() |
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2840 and use that value in pr_zoom_sync() to pass pr_redraw correct args. |
28
ddbf419cb18d
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
27
diff
changeset
|
2841 * gqview.1: Fix spelling of vertical in man page. |
27
9c24765c2d3a
Sat Apr 2 17:28:16 2005 John Ellis <johne@verizon.net>
gqview
parents:
26
diff
changeset
|
2842 |
26
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2843 Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net> |
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2844 |
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2845 * image.[ch]: Add utility to sync image settings to user preferences. |
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2846 * pixbuf-renderer.c: Fix rounding errors. |
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2847 * preferences.c: Call image_options_sync() when applying changes. |
acd9885ebd78
Mon Mar 28 20:23:34 2005 John Ellis <johne@verizon.net>
gqview
parents:
25
diff
changeset
|
2848 |
25
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2849 Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net> |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2850 |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2851 * image.c: Connect to 'zoom' signal of pixbuf-renderer and notify |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2852 listener to update. Fix delay flip by listening for 'render_complete'. |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2853 * pixbuf-renderer.[ch]: Add complete property and and emit a |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2854 'render-complete' signal when changing complete back to TRUE. |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2855 * view_dir_tree.c (vdtree_row_expanded): Populate a folder node |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2856 whenever it is expanded. |
0c3b353b666e
Fri Mar 25 22:39:30 2005 John Ellis <johne@verizon.net>
gqview
parents:
24
diff
changeset
|
2857 |
24
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2858 Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net> |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2859 |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2860 * image.c (image_change_from_image): Fix and use pixbuf_renderer_move. |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2861 * pan-view.c: Convert back to ImageWindow from PixbufRenderer, so that |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2862 focus and full screen work again. |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2863 * pixbuf-renderer.[ch] (pixbuf_renderer_move): Add this function. |
104e34f9ab1f
Wed Mar 23 00:22:28 2005 John Ellis <johne@verizon.net>
gqview
parents:
23
diff
changeset
|
2864 |
23
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2865 Fri Mar 18 19:52:38 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2866 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2867 * pixbuf-renderer.c: Fix broken 2pass queueing so it merges a single |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2868 queue item for each tile, and now that a tile holds a queue pointer |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2869 there is no need to walk the tile list to find a possible merge victim. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2870 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2871 Thu Mar 17 19:23:56 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2872 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2873 * image.c, pixbuf-renderer.[ch]: More progress, and 2 pass zoom now |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2874 works again (mostly). |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2875 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2876 Tue Mar 15 23:17:41 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2877 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2878 * image.[ch]: Start conversion to use of PixbufRenderer. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2879 * pixbuf-renderer.[ch]: Additions and fixes for use by ImageWindow. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2880 * fullscreen.c, image-overlay.c, img-view.c, info.c, layout.c, |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2881 layout_image.c, print.c: Changes for above ImageWindow conversion. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2882 * typedefs.h: Remove unused ImageWindow variables. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2883 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2884 Mon Mar 14 20:45:50 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2885 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2886 * pan-view.c: Convert to using new PixbufRenderer. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2887 * pixbuf-renderer.[ch]: Clean up and fixes. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2888 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2889 Sun Mar 13 10:21:35 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2890 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2891 * image.c (image_scroller_start): Unref scroller pixbuf after adding it |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2892 as an overlay to avoid leaking it. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2893 * pixbuf-renderer.[ch]: All functions defined in header file are now |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2894 implemented. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2895 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2896 Fri Mar 11 17:05:36 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2897 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2898 * pixbuf-renderer.[ch]: Set up object properties and additional. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2899 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2900 Mar 10 19:22:18 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2901 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2902 * pixbuf-renderer.[ch]: FIx scrolling to use old method of gdk_draw and |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2903 not gdk_scroll, as scroll often invalidates the entire window (!). Also |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2904 merged in source tiles code from image.c. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2905 * pan-view.c: Change picked up when testing PixbufRender zoom. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2906 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2907 Tue Mar 8 23:26:00 2005 John Ellis <johne@verizon.net> |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2908 |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2909 * pixbuf-renderer.[ch]: Start of turning image drawing portion of |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2910 ImageWindow into an actual GtkWidget. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2911 * src/Makefile.am: Add pixbuf-renderer.[ch]. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2912 * pan-view.c: Added temporary hack button and callback for testing |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2913 PixbufRenderer widget. |
17acca639a86
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
21
diff
changeset
|
2914 |
21
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2915 Sat Mar 5 16:23:32 2005 John Ellis <johne@verizon.net> |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2916 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2917 * README: Updates. |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2918 * configure.in: Release 2.1.0 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2919 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2920 Sat Mar 5 16:02:52 2005 John Ellis <johne@verizon.net> |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2921 |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2922 * main.c: Enable the beta message at startup. |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2923 * po/fr.po: Update French translation (from stable branch), |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2924 submitted by Eric Lassauge. |
56866f205a68
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
20
diff
changeset
|
2925 |
20
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
2926 Sat Mar 5 15:51:07 2005 John Ellis <johne@verizon.net> |
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
2927 |
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
2928 * pan-view.c: Make date search work in calendar view, plus calendar |
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
2929 fixes. Make '/' search key refocus search entry. |
b542e45eb053
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
18
diff
changeset
|
2930 |
18
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
2931 Fri Mar 4 21:53:03 2005 John Ellis <johne@verizon.net> |
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
2932 |
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
2933 * pan-view.c: Add calendar view. Make mouse wheel scroll. |
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
2934 * po/POTFILES.in: Add pan-view.c for translation. |
bc5da5b63abd
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
17
diff
changeset
|
2935 |
17
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
2936 Thu Mar 3 17:57:46 2005 John Ellis <johne@verizon.net> |
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
2937 |
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
2938 * pan-view.c: Make subsequent searches for same string step through all |
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
2939 matches, also show match index and count in search result label. |
bd9ae48e4eb2
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
15
diff
changeset
|
2940 |
15
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2941 Thu Mar 3 14:24:58 2005 John Ellis <johne@verizon.net> |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2942 |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2943 * filelist.c, info.c, preferences.c, utilops.c: Use doubles instead of |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2944 floats whenever possible. |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2945 * ui_utildlg.c (generic_dialog_add_message): Enable line wrap for |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2946 message body so specifying newlines is no longer needed. |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2947 * pan-view.c: Display info dialog when thumbnail caching settings are |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2948 not optimal. |
3263965d5f9e
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
14
diff
changeset
|
2949 |
14
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2950 Thu Mar 3 01:16:23 2005 John Ellis <johne@verizon.net> |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2951 |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2952 * pan-view.c: Add 'dots' image size option, fix up border size at edge |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2953 of grid, and make drag and drop work to/from the window. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2954 |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2955 Wed Mar 2 23:34:30 2005 John Ellis <johne@verizon.net> |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2956 |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2957 * globals.c, gqview.h, rcfile.c: Add thumbnail_fast option variable. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2958 * image-load.c, typedefs.h: Add shrunk flag to determine if an image |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2959 was scaled down using image_loader_set_requested_size. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2960 * image.c: Make panning with mouse scroll more when holding shift key. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2961 * preferences.c: Add option for 'Fast jpeg thumbnailing' and disabled |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2962 xvpics option in the gui - now a hidden option. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2963 * thumb.c, thumb_standard.c: Add support for thumbnail_fast option.. |
25335c62cd9b
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
13
diff
changeset
|
2964 |
13
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2965 Tue Mar 1 21:39:42 2005 John Ellis <johne@verizon.net> |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2966 |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2967 * image.[ch] (image_scroll_to_point): Add alignment for location of |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2968 point within visible region. |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2969 * pan-view.c: Use alignment for scrolling above, and fix date search |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2970 to only search thumbs and images. |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2971 |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2972 Tue Mar 1 11:32:26 2005 John Ellis <johne@verizon.net> |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2973 |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2974 * src/Makefile.am: Add pan-view.[ch]: |
13
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2975 * image.[ch]: Add support for using a grid of tiles as soource image. |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2976 Added scroll_notify callback for when the viewable regionis scrolled. |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2977 Added ability to set min and max for the zoom range. Removed |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2978 unnecessary gtk_widget_size_request from image_size_sync. Added |
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2979 image_scroll_to_point. |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2980 * layout_util.c: Add menu item and callback for the new 'Pan view'. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2981 * pixbuf_util.c (pixbuf_draw_layout): Fix for when offset is non-zero. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2982 * typedefs.h: Add source tile stuff for ImageWindow. |
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2983 * ui_tabcomp.c: Fix tab completion pop-up menu placement. |
13
ef790149ae21
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
12
diff
changeset
|
2984 * pan-view.[ch]: New files for pan view - 2.1 is officially started :) |
12
147f4c4b9025
##### Note: GQview CVS on sourceforge is not always up to date, please use #####
gqview
parents:
10
diff
changeset
|
2985 |
10 | 2986 Sat Feb 26 14:42:42 2005 John Ellis <johne@verizon.net> |
2987 | |
2988 * README: Updates. | |
2989 * configure.in: Release 2.0.0 | |
2990 | |
2991 Sat Feb 26 14:06:41 2005 John Ellis <johne@verizon.net> | |
2992 | |
2993 * po/bg.po: Update Bulgarian translation, | |
2994 submitted by Vladimir Petrov. | |
2995 * po/it.po: Update Italian translation, | |
2996 submitted by Costantino, with additions from Marco Colombo. | |
2997 * po/nl.po: Update Dutch translation, | |
2998 submitted by Tino Meinen. | |
2999 * po/pl.po: Update Polish translation, | |
3000 submitted by Wit Wilinski. | |
3001 | |
3002 Fri Feb 25 11:10:19 2005 John Ellis <johne@verizon.net> | |
3003 | |
3004 * doc/11_1_command_line.html: Small fix. | |
3005 | |
3006 Wed Feb 23 20:19:38 2005 John Ellis <johne@verizon.net> | |
3007 | |
3008 * po/es.po: Update Spanish translation, | |
3009 submitted by Ariel Fermani. | |
3010 * po/it.po: Update Italian translation, | |
3011 submitted by Costantino. | |
3012 * po/ja.po: Update Japanese translation, | |
3013 submitted by Takeshi Aihana. | |
3014 * po/ru.po: Update Russian translation, | |
3015 submitted by Sergey Pinaev. | |
3016 | |
3017 Wed Feb 23 09:02:49 2005 John Ellis <johne@verizon.net> | |
3018 | |
3019 * configure.in, src/Makefile.am, main.c: Clean up define for localedir. | |
3020 | |
8 | 3021 Tue Feb 15 07:35:50 2005 John Ellis <johne@verizon.net> |
3022 | |
3023 * main.c: Disable startup beta message. | |
3024 * po/it.po: Update Italian translation, | |
3025 submitted by Costantino <inverness1ATvirgilio.it>. | |
3026 * README: Updates. | |
3027 * configure.in: Release 1.5.9 | |
3028 | |
3029 Mon Feb 14 14:47:32 2005 John Ellis <johne@verizon.net> | |
3030 | |
3031 * search.c (search_file_next): Ignore case for keyword search. | |
3032 | |
3033 Fri Feb 11 15:32:28 2005 John Ellis <johne@verizon.net> | |
3034 | |
3035 * view_file_list.c (vflist_thumb_do): Fix big thumbnail leak, no need | |
3036 to ref the pixbuf as thumb_loader_get_pixbuf does this for us. | |
3037 | |
3038 Wed Feb 9 10:27:00 2005 John Ellis <johne@verizon.net> | |
3039 | |
3040 * cache.c (cache_sim_data_save): Print a warning when a save fails. | |
3041 * search.c: Fix search saving the cached data by first creating the | |
3042 directory for the location of the data, fixes search caching bug. | |
3043 | |
3044 Wed Feb 9 09:43:02 2005 John Ellis <johne@verizon.net> | |
3045 | |
3046 * search.[ch]: Add ability to set the default image used for similarity | |
3047 in a search. | |
3048 * layout_util.c: Set the default image in a search to the visible | |
3049 image. | |
3050 | |
3051 Tue Feb 8 18:17:51 2005 John Ellis <johne@verizon.net> | |
3052 | |
3053 * layout_util.c: Correct wrong main window keyboard shortcuts for the | |
3054 editor slots. | |
3055 | |
3056 Tue Feb 8 16:16:30 2005 John Ellis <johne@verizon.net> | |
3057 | |
3058 * pixbuf_util.c: Change to GTK's gdk-pixbuf for saving pngs. | |
3059 * src/Makefile.am: Remove png libs from LDADD. | |
3060 * README: Updates. | |
3061 * configure.in: Remove libpng checks, release 1.5.8 | |
3062 | |
3063 Tue Feb 8 15:19:20 2005 John Ellis <johne@verizon.net> | |
3064 | |
3065 * globals.c: Change default thumbnail mechanism to shared thumbnails. | |
3066 * po/it.po: Update Italian translation, | |
3067 submitted by Costantino <inverness1ATvirgilio.it>. | |
3068 * po/ru.po: Update Russian translation, | |
3069 submitted by Sergey Pinaev <dfo@antex.ru>. | |
3070 * po/sv.po: Update Swedish translation, | |
3071 submitted by Hans fverbeck <hans.ofverbeck@home.se>. | |
3072 * doc/10_6_advanced.html: Describe option 'Store keywords and comments | |
3073 local to source image'. | |
3074 * doc/11_4_management.html: Add list describing all folders and files | |
3075 used by GQview, and purpose. | |
3076 * doc/9_printing: Clarify a description. | |
3077 | |
3078 Tue Feb 8 09:03:27 2005 John Ellis <johne@verizon.net> | |
3079 | |
3080 * bar_sort.c (bar_sort_collection_list_build): Blank the collection | |
3081 key before setting the bookmark list to that key, fixes incorrect list | |
3082 when collection folder is now empty. | |
3083 * ui_bookmark.[ch]: Allow bookmark lists to have a blank default. | |
3084 | |
3085 Tue Feb 8 07:45:15 2005 John Ellis <johne@verizon.net> | |
3086 | |
3087 * bar_info.[ch]: Use the cache find utility instead of only looking for | |
3088 metadata in one place. If an a metdata file exists when writing, | |
3089 use it's location. Porperly update the keyword sidebar when renaming or | |
3090 moving a file to that the delayed save mechanism does not lose changes. | |
3091 * cache.c: Make cache_get_location honor enable_metadata_dirs, and | |
3092 removed duplicate isfile check in cache_find_location. | |
3093 * cache_maint.c: Change order of maintenance calls so that metadata is | |
3094 moved before the views are updated. | |
3095 * globals.c, gqview.h, preferences.c, rcfile.c: Add option to save | |
3096 metadata local to source image. | |
3097 * layout_image.c, layout_util.[ch]: Hook up keyword sidebar to maint. | |
3098 * thumb_standard.c (thumb_std_maint_move_validate_cb): Fix saving | |
3099 of moved thumbnails - thumb_loader_std_save requires a NULL path. | |
3100 | |
3101 Sun Feb 6 06:07:30 2005 John Ellis <johne@verizon.net> | |
3102 | |
3103 * search.c: Fix initial keywords matching state to be same as menu. | |
3104 | |
3105 Fri Feb 4 21:54:16 2005 John Ellis <johne@verizon.net> | |
3106 | |
3107 * view_file_list.c: Update vfl->select_cb when populating the list and | |
3108 add a sanity check to vflist_select_image. | |
3109 | |
3110 Wed Feb 2 10:57:15 2005 John Ellis <johne@verizon.net> | |
3111 | |
3112 * print.c: Added picas option for units. Made the default for units be | |
3113 metric for anything but the US,PR locales. Fixed default custom printer | |
3114 text to use <printer name> instead of the format string with %s. | |
3115 | |
3116 Mon Jan 31 12:59:57 2005 John Ellis <johne@verizon.net> | |
3117 | |
3118 * src/Makefile.am: Add INTLLIBS to cmpile libs. | |
3119 * po/*.po: Make distcheck, ahem if LINGUAS is set it really messes up | |
3120 the make dist target - it took me an hour to figure out why pos were | |
3121 not updateing >-/ | |
3122 * README: Updates, including new translation status list. | |
3123 * configure.in: Release 1.5.7 | |
3124 | |
3125 Mon Jan 31 11:04:20 2005 John Ellis <johne@verizon.net> | |
3126 | |
3127 * preferences.c: Use new ui_misc utilities for radio buttons. | |
3128 * po/es.po: Update Spanish translation, | |
3129 submitted by Ariel Fermani <arielfermani@yahoo.com>. | |
3130 * po/fr.po: Update French translation, | |
3131 submitted by ric Lassauge <lassauge@users.sourceforge.net>. | |
3132 * po/it.po: Update Italian translation, | |
3133 submitted by Costantino <inverness1ATvirgilio.it>. | |
3134 | |
3135 Mon Jan 31 10:42:04 2005 John Ellis <johne@verizon.net> | |
3136 | |
3137 * preferences.c: Change Options dialog title to Preferences. | |
3138 * doc/*.html: Update documentation. | |
3139 * doc/11_4_management.html: Add page for Cache and Data Management. | |
3140 | |
3141 Mon Jan 31 06:31:00 2005 John Ellis <johne@verizon.net> | |
3142 | |
3143 * cache_maint.c: Improve dialog descriptions. | |
3144 * dupe.c: Add fix for delayed status text update. | |
3145 * image-overlay.[ch] (image_overlay_update): New functions to schedule | |
3146 an update of an image info overlay, and fix incorrect dimensions when | |
3147 image has delayed flip enabled. | |
3148 * img-view.c, layout.c, layout_image.[ch]: Update image info overlay | |
3149 whenever the file count changes. | |
3150 | |
3151 Mon Jan 31 03:30:41 2005 John Ellis <johne@verizon.net> | |
3152 | |
3153 * preferences.c, print.c, search.c: Updates for functions deprecated | |
3154 in GTK 2.4, phase 2, mostly moves to new GtkComboBox. | |
3155 * ui_bookmark.c, ui_tabcomp.c: When creating new history type combo | |
3156 boxes with NULL text set the GtkComboBox active item to 0. | |
3157 | |
3158 Sun Jan 30 09:37:24 2005 John Ellis <johne@verizon.net> | |
3159 | |
3160 * bar_info.c, bar_sort.c, cache_maint.c, collect-table.c, dupe.[ch], | |
3161 fullscreen.c, image-load.c, image.c, slideshow.c, thumb.c, utilops.c, | |
3162 view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: | |
3163 Updates for functions deprecated in GTK 2.4, phase 1. Mostly fixes | |
3164 for using glib idle and timeout functions and to use new GtkComboBox. | |
3165 * ui_misc.[ch]: Add toolbar utilities. | |
3166 | |
3167 Sun Jan 30 06:10:25 2005 John Ellis <johne@verizon.net> | |
3168 | |
3169 * layout.c, layout_util.[ch], typedefs.h: Convert menus to use | |
3170 GtkUIManager, this has a nice side effect of fixing the broken | |
3171 shortcuts when the tools are floating. | |
3172 | |
3173 Sat Jan 29 11:36:10 2005 John Ellis <johne@verizon.net> | |
3174 | |
3175 * configure.in: Increase GTK+ requirement to 2.4. | |
3176 * README: Note above new requirement. | |
3177 * collect-table.c, view_file_icon.c: Fix filename tooltip window | |
3178 placement when using GTK 2.4. | |
3179 * fullscreen.c: Removed gtk version check for 'Stay above' option. | |
3180 * layout.c: Changes for new combobox used in GTK 2.4. | |
3181 * ui_bookmark.c, ui_fileops.c, ui_pathsel.c, ui_spinner.c, | |
3182 ui_tabcomp.c, ui_tree_edit.c: Convert to new GtkComboBox and | |
3183 GtkComboBoxEntry, plus fixes for functions now deprecated in GTK 2.4. | |
3184 * ui_misc.[ch]: Gtk 2.4 fixes, and added signal blocking utils. | |
3185 | |
3186 Thu Jan 27 10:23:33 2005 John Ellis <johne@verizon.net> | |
3187 | |
3188 * bar_sort.c: Make add button show new collection dialog when in | |
3189 collection mode. | |
3190 | |
3191 Tue Jan 25 04:47:35 2005 John Ellis <johne@verizon.net> | |
3192 | |
3193 * Makefile.am, autogen.sh, configure.in, gqview.spec.in: Updates for | |
3194 newer autoconf macros (no more acconfig.h). Update to use glib's | |
3195 gettext instead gettext directly. Change documentation install | |
3196 location to $prefix/share/doc/gqview-#version. | |
3197 * acconfig.h, BUGS: Removed, not used. | |
3198 * doc/Makefile.am: Install docs to new location. | |
3199 | |
3200 Wed Jan 19 23:30:24 2005 John Ellis <johne@verizon.net> | |
3201 | |
3202 * bar_sort.c: Add option to choose current image or all selected files | |
3203 when adding images to a collection in the sort manager. | |
3204 * ui_bookmark.c: Small fixes to bookmark properties dialog, and do not | |
3205 allow adding to a bookmark list that is not editable via drag and drop. | |
3206 * ui_tabcomp.c: Add heading to path entry selection dialog. | |
3207 | |
3208 Wed Jan 19 03:13:07 2005 John Ellis <johne@verizon.net> | |
3209 | |
3210 * collect-dlg.c: Allow saving empty collections. | |
3211 * collect-io.c: Remove erroneous warning about failed removes. | |
3212 * collect.c (collection_remove): Mark collection changed even when | |
3213 resulting collection is empty. | |
3214 | |
3215 Wed Jan 19 02:48:25 2005 John Ellis <johne@verizon.net> | |
3216 | |
3217 * bar_sort.c: Change default view of sort manager to folders, and fix | |
3218 widget packing. Fix collection list to be sorted. | |
3219 | |
3220 Wed Jan 19 02:14:23 2005 John Ellis <johne@verizon.net> | |
3221 | |
3222 * print.c: Add checkbox to remember print settings. Set a signal | |
3223 handler to catch a SIGPIPE when printing to a pipe, not pretty but it | |
3224 works. Do not allow printing to a file that already exists. Add print | |
3225 error dialog to tell user why printing did not complete. | |
3226 | |
3227 Mon Jan 17 23:27:19 2005 John Ellis <johne@verizon.net> | |
3228 | |
3229 * bar_sort.c: Add collection option to sort manager. | |
3230 * collect-io.[ch]: Add collection manager add and remove utilities. | |
3231 * collect.[ch] (collection_window_find_by_path): New function. | |
3232 * ui_bookmark.[ch]: Add ability to change key used for a bookmark list, | |
3233 and to make a list not editable. Also made bookmark buttons compact. | |
3234 | |
3235 Mon Jan 17 06:36:50 2005 John Ellis <johne@verizon.net> | |
3236 | |
3237 * bar_info.c (bar_info_new): Divide available space so that 2/3 goes to | |
3238 keywords entry and remaining 1/3 to comment entry. | |
3239 | |
3240 Sun Jan 16 22:43:46 2005 John Ellis <johne@verizon.net> | |
3241 | |
3242 * cache.c: Metadata for keywords/comments no longer has the option to | |
3243 be stored locally to the source file. | |
3244 * cache_maint.[ch]: Add metadata mode for cache_maintain_home, and | |
3245 change the dialog to have a stop and close button so that the dialog | |
3246 remains displayed for the user until it is user closed. | |
3247 | |
3248 Sun Jan 16 07:15:44 2005 John Ellis <johne@verizon.net> | |
3249 | |
3250 * fullscreen.[ch], preferences.c: Add full screen location option | |
3251 'Determined by Window Manager' which is now the default. This option | |
3252 sets the _NET_WM_STATE_FULLSCREEN window manager hint, it also requests | |
3253 the size and position like 'active monitor' but the window manager may | |
3254 completely ignore the request. Also removed old #if 0'ed out code. | |
3255 * globals.c (fullscreen_screen): Set the default screen to be the new | |
3256 option above 'Determined by Window Manager'. | |
3257 | |
3258 Wed Jan 12 17:54:51 2005 John Ellis <johne@verizon.net> | |
3259 | |
3260 * image.c: Revert change to attempt to keep unkown icon unscaled, as it | |
3261 interferes when a pixbuf is specifically set. | |
3262 * icons/folder_open.png: Adjust width of the graphic in the open | |
3263 folder icon. | |
3264 | |
3265 Wed Jan 12 02:41:05 2005 John Ellis <johne@verizon.net> | |
3266 | |
3267 * icons/folder_*.xpm: Remove unused files. | |
3268 * icons/folder_*.png: Add new folder icons. | |
3269 * icons/Makefile.am: Changes for above. | |
3270 * pixbuf_util.[ch]: Add folder icons to inline pixbuf set. | |
3271 * layout_util.c, typedefs.h, view_dir_list.c: Use new folder icons, and | |
3272 change the folder list view so that current folder uses the open icon | |
3273 and the parent folder uses the 'up' icon. | |
3274 | |
3275 Tue Jan 11 23:44:50 2005 John Ellis <johne@verizon.net> | |
3276 | |
3277 * icons/Makefile.am: Move the inline pixbuf generation to src/icons. | |
3278 * src/Makefile.am: Removed unused files. | |
3279 * globals.h, logo.xpm, scroller.png, icons/img_unknown: Removed unused | |
3280 files. | |
3281 * gobals.c, image.c, layout.c, preferences.c, thumb.c, | |
3282 thumb_standard.c: Use new pixbuf_inline utility. | |
3283 * pixbuf_util.[ch] (pixbuf_inline): New function to retrieve pixbuf | |
3284 icons. | |
3285 * icons/gqview_logo.png, icons/scroller.png, icons/sheet_broken.png: | |
3286 The new or moved png images to be made inline. | |
3287 | |
3288 Tue Jan 11 21:08:23 2005 John Ellis <johne@verizon.net> | |
3289 | |
3290 * cache_maint.c: Only manage shared thumbnails when the option is | |
3291 enabled, since this is a time consuming task. | |
3292 * preferences.c: Fix sensitivity of thumbnail options that are disabled | |
3293 when the shared thumb cache is in use. Removed clear cache button, as | |
3294 it is now in the maintenance window. | |
3295 * thumb_standard.c: Add notes about implementation and what it lacks. | |
3296 * ui_misc.[ch]: Add pref_table_button_new and | |
3297 pref_button_link_sensitivity_swap. | |
3298 | |
3299 Tue Jan 11 02:23:32 2005 John Ellis <johne@verizon.net> | |
3300 | |
3301 * dupe.c: Fix widget spacings in find dupes window. | |
3302 * fullscreen.c: Set full screen window WM_CLASS to "fullscreen.GQview". | |
3303 | |
3304 Fri Jan 7 02:33:50 2005 John Ellis <johne@verizon.net> | |
3305 | |
3306 * src/main.c: Make message about being a beta sound less ominous. | |
3307 * README: Updates. | |
3308 * configure.in: Release 1.5.6 | |
3309 | |
3310 Fri Jan 7 01:57:28 2005 John Ellis <johne@verizon.net> | |
3311 | |
3312 * doc/6_collections.html: Add note that $HOME/.gqview/collections is | |
3313 now updated when moving or renaming files. | |
3314 * doc/10_1_general.html: Explain "Use shared thumbnail cache" option. | |
3315 * doc/10_6_advanced.html: Explain "Stay above other windows" option. | |
3316 * doc/10_options.html, 2_5_folder_pane.html, 8_1_slideshow.html: | |
3317 Apparently I have a habit of type "the" twice, and not noticing. | |
3318 * doc/12_credits.html: Update copyright year. | |
3319 | |
3320 Fri Jan 7 01:21:03 2005 John Ellis <johne@verizon.net> | |
3321 | |
3322 * search.c: Clean up appearance of search window. | |
3323 * po/fr.po: Update French translation, | |
3324 submitted by ric Lassauge <lassauge@users.sourceforge.net>. | |
3325 * po/ru.po: Update Russian translation, | |
3326 submitted by Sergey Pinaev <dfo@antex.ru>. | |
3327 * preferences.c, README: Update copyright year. | |
3328 | |
3329 Thu Jan 6 23:22:05 2005 John Ellis <johne@verizon.net> | |
3330 | |
3331 * fullscreen.c, globals.c, gqview.h, preferences.c, rcfile.c: Add | |
3332 option to try to keep full screen window above other windows. Since | |
3333 this uses a GTK 2.4 function, it is disabled on GTK 2.2. | |
3334 * main.c: Issue warning when running with a GTK library with an older | |
3335 minor version than what GQview was compiled with. | |
3336 | |
3337 Wed Jan 5 19:59:41 2005 John Ellis <johne@verizon.net> | |
3338 | |
3339 * cache_maint.c: Hook up new shared thumbnails to maintenance utils. | |
3340 * main.c: When it takes time to get a connection to a remote GQview | |
3341 because it is still starting up, print progress dots (.) to the | |
3342 console to indicate we are waiting, and not hung. | |
3343 * thumb_standard.[ch]: Move core of thumb cache path building to | |
3344 thumb_std_cache_path. Added thumb_std_maint_* utilities for moving | |
3345 or deleting thumbnails to match changes to the source image. | |
3346 | |
3347 Wed Jan 5 03:51:19 2005 John Ellis <johne@verizon.net> | |
3348 | |
3349 * collect-io.c (collection_save_private): Use a temp file when saving | |
3350 a collection so that if an error occurs during write the original is | |
3351 not lost. The only disadvantage with temp files is group and user ids | |
3352 of the original are not guaranteed to be preserved by chown, oh well. | |
3353 * preferences.c: Remove silly EXPERIMENTAL text from description of | |
3354 shared thumbnails cache option. | |
3355 * ui_fileops.[ch] (copy_file_attributes): Add arguments to select | |
3356 which attributes we want to copy. | |
3357 | |
3358 Tue Jan 4 22:49:19 2005 John Ellis <johne@verizon.net> | |
3359 | |
3360 * image-load.[ch], typedefs.h: Add image_load_set_requested_size which | |
3361 will allow images to loader faster if you know you only need at most | |
3362 width by height image. Since only the jpeg gdk-pixbuf loader supports | |
3363 it, this only effects jpegs. | |
3364 * thumb.c, thumb_standard.c: These changes are currently disabled, but | |
3365 it would set the requested size when loading thumbnails for a speed | |
3366 improvement on jpegs. | |
3367 | |
3368 Tue Jan 4 20:39:47 2005 John Ellis <johne@verizon.net> | |
3369 | |
3370 * cache_maint.c: Implemented local thumbnail rendering option, and | |
3371 only enable it when the standard thumb cache is active. | |
3372 * filelist.c (path_list_filter): When filtering a dir list remove | |
3373 .thumbnails and .metadata. | |
3374 * preferences.c: Do not allow focus on progress entry in safe delete | |
3375 clear dialog. | |
3376 * thumb.[ch]: Add thumb_loader_set_cache to control cache options on a | |
3377 per loader basis instead of using the global setting. | |
3378 * thumb_standard.[ch]: Same as thumb.c above. Also moved code that was | |
3379 duplicated in three places into thumb_loader_std_next_source. Added | |
3380 retry flag to force a retry on images that are flagged as a failure. | |
3381 * typedefs.h (ThumbLoader): Changes for gqview thumb loader in thumb.c. | |
3382 | |
3383 Tue Jan 4 01:33:01 2005 John Ellis <johne@verizon.net> | |
3384 | |
3385 * cache_main.c: Reset list to NULL before using in next path_list. | |
3386 | |
3387 Mon Jan 3 23:22:36 2005 John Ellis <johne@verizon.net> | |
3388 | |
3389 * cache_maint.[ch]: Add maintenance window to select various thumbnail | |
3390 cache operations for removing old thumbnails, deleting thumbnails, and | |
3391 to create thumbnails for a folder. Creating thumbnails local option is | |
3392 not yet implemented. Also move clear cache confirm dialog here. | |
3393 * layout_util.c: Change thumbnails menu item name, and open the | |
3394 maintenance window instead of purge utility. | |
3395 * preferences.c: Move clear cache confirm dialog out of here. | |
3396 * thumb_standard.[ch]: Make local thumb caches use permissions of the | |
3397 source images. Local thumbnails should not store failures. Added a | |
3398 thumb validate utility for use by the new thumb cache manager. | |
3399 | |
3400 Sat Jan 1 23:02:49 2005 John Ellis <johne@verizon.net> | |
3401 | |
3402 * Makefile.am (gqview_sources): Add thumb_standard.[ch]. | |
3403 * collect-io.c: Use new thumb loader functions. | |
3404 * collect-table.c: Use doubles instead of floats in most places. | |
3405 * collect.c: Remove unnecessary include of thumb.h. | |
3406 * dupe.[ch]: Use double for rank values, and updates for new thumb | |
3407 functions. | |
3408 * globals.c: Change default thumb size to 96x72, add | |
3409 thumbnail_spec_standard to toggle use of new thumbnail cache. | |
3410 * gqview.h, main.c: Add extern for thumbnail_spec_standard and change | |
3411 use of float to double. | |
3412 * image-load.[ch]: Use doubles instead of floats for progress value. | |
3413 * image.[ch]: Use doubles everywhere in place of floats, hence zoom is | |
3414 now a double. | |
3415 * layout.[ch], layout_image.[ch]: More float to double changes. | |
3416 * preferences.c: Change selection of thumbnail sizes offered to user, | |
3417 and allow a custom item when the thumbnail size configured in the | |
3418 rc file does not match the predefined list. Added toggle for new | |
3419 shared thumbnail standard (option needs a better description?) | |
3420 * print.c: Update for image zoom now being a double. | |
3421 * rcfile.c: Save and restore thumbnail_spec_standard. | |
3422 * search.c: More float to double change madness, and update for new | |
3423 thumb functions. | |
3424 * similar.[ch]: More floats to doubles. | |
3425 * thumb.[ch]: Updated the thumb function API to something a bit more | |
3426 sane, but mostly to match that of thumb_standard.h. When the standard | |
3427 thumb loaders are enabled thumb_loader_new will now return a loader | |
3428 from thumb_loader_std_new - the function access to thumb loaders is the | |
3429 same but the structures are completely different - don't access the | |
3430 structure directly. Also removed unused utility functions in thumbs.c. | |
3431 * thumb_standard.[ch]: New utilities for a thumb loader that implements | |
3432 the proposed thumbnail management standard on freedesktop.org. | |
3433 * typedefs.h: ThumbLoader is now treated as an opaque structure (but | |
3434 no attempt is made to hide it) because there are now two thumb loader | |
3435 implementations (thumb.c and thumb_standard.c). We check which loader | |
3436 and structure is in use with the standard_loader flag common to each. | |
3437 * view_file_icon.[ch], view_file_list.[ch]: Change floats to doubles | |
3438 and updates for new thumb functions. | |
3439 | |
3440 Fri Dec 31 02:30:28 2004 John Ellis <johne@verizon.net> | |
3441 | |
3442 * main.c (help_browser_command): Only print info when debug is on. | |
3443 * collect-io.[ch]: Reduce collection manager timer to 10 seconds, and | |
3444 offset this by setting the idle function to low priority. | |
3445 | |
3446 Thu Dec 30 22:30:19 2004 John Ellis <johne@verizon.net> | |
3447 | |
3448 * layout.c (layout_status_update_progress): Fix progressbar height from | |
3449 changing status bar size by setting text to a space instead of NULL. | |
3450 | |
3451 Thu Dec 30 16:51:40 2004 John Ellis <johne@verizon.net> | |
3452 | |
3453 * bar_exif.c, bar_info.c, collect-table.c, dupe.c, layout_config.c, | |
3454 preferences.c, search.c, utilops.c, view_dir_list.c, view_dir_tree.c, | |
3455 view_file_icon.c, view_file_list.c: Specifically enable or disable | |
3456 the search feature of the GTkTreeViews, as it interferes with shortcuts | |
3457 for the main window and elsewhere, also when it is enabled set the | |
3458 search column. | |
3459 | |
3460 Fooey: GTK+ 2.6/4 may be binary compatible with 2.2, but the behavior | |
3461 of the treeview search feature has changed such that it can now get | |
3462 in the way when it is not specifically disabled. | |
3463 | |
3464 Thu Dec 30 00:17:31 2004 John Ellis <johne@verizon.net> | |
3465 | |
3466 * collect-io.c: Keep a pointer to the tail of the pending action list | |
3467 so that each append does not require walking the list. | |
3468 | |
3469 Wed Dec 29 23:08:01 2004 John Ellis <johne@verizon.net> | |
3470 | |
3471 * collect-io.[ch]: Add collection manager to update collections | |
3472 contained in $HOME/.gqview/collections when files are moved. Made | |
3473 collection loading abort after too many errors. | |
3474 * collect.[ch]: Add collection_add_check to allow adding files to a | |
3475 collection that do not exist, attach collection manager to maintenance | |
3476 move functions. | |
3477 * main.c (gqview_exit_final): Flush pending collection manager changes | |
3478 before exit. | |
3479 | |
3480 Mon Dec 27 16:50:50 2004 John Ellis <johne@verizon.net> | |
3481 | |
3482 * doc/5_1_search.html, 5_2_finding_duplicates.html, 6_collections.html: | |
3483 Add print context menu item to relevant sections of manual. | |
3484 * README: Updates. | |
3485 * configure.in: Release 1.5.5 | |
3486 | |
3487 Mon Dec 27 15:38:56 2004 John Ellis <johne@verizon.net> | |
3488 | |
3489 * collect-table.c: Make context menu have same number of items, making | |
3490 the ones that do not apply insensitive. Add print menu item. | |
3491 * collect.[ch] (collection_list_get_path_list): Add utility to get a | |
3492 path list from a colletion list. | |
3493 * dupe.c, search.c: Add print to context menus. | |
3494 | |
3495 Sun Dec 26 19:53:13 2004 John Ellis <johne@verizon.net> | |
3496 | |
3497 * bar_info.c: Allow sizing of keyword sidebar when insensitive. | |
3498 * bar_sort.c, collect.c, preferences.c: Use gtk_window_present to | |
3499 raise windows instead of direct gdk_window_raise. | |
3500 * image.c: Fix broken redraws when sizing image view with NULL image, | |
3501 and fix clamping of scroller overlay within the new window size. | |
3502 * main.c: Raise remote main window when --remote is the only command | |
3503 line option. Fix crash when quitting from a remote --quit command. | |
3504 * remote.c (remote_server_client_cb): No need to check for error when | |
3505 return from g_io_channel_read_line is G_IO_STATUS_NORMAL. | |
3506 | |
3507 Fri Dec 24 15:03:12 2004 John Ellis <johne@verizon.net> | |
3508 | |
3509 * main.c: Add -sr<folder> remote command for recursive slideshows, | |
3510 based on patch submitted by Henry Minsky. | |
3511 * po/fr.po: Update French translation, | |
3512 submitted by ric Lassauge <lassauge@users.sourceforge.net>. | |
3513 * po/it.po: Update Italian translation, | |
3514 submitted by Kostantino <inverness1ATvirgilio.it>. | |
3515 * po/sv.po: Update Swedish translation, | |
3516 submitted by Hans Ofverbeck <hans.ofverbeck@home.se>. | |
3517 * doc/11_1_command_line.html: Document new remote -sr command. | |
3518 | |
3519 Fri Dec 24 01:47:04 2004 John Ellis <johne@verizon.net> | |
3520 | |
3521 * image-load.c: Properly initialize load_fd to -1 in image_loader_new | |
3522 so that an immediate call to image_loader_free does not do bad things. | |
3523 Protect against calling image_loader_start more than once on a loader. | |
3524 | |
3525 Wed Dec 22 22:44:57 2004 John Ellis <johne@verizon.net> | |
3526 | |
3527 * bar_exif.c, bar_info.c, bar_sort.c: Make sidebar titles bold. | |
3528 * print.c: Retain print settings used in print dialog. | |
3529 * ui_misc.[ch]: Add pref_list_*_get/set() utilites for saving int, | |
3530 double, or string values in the history for future use. | |
3531 | |
3532 Wed Dec 22 16:44:38 2004 John Ellis <johne@verizon.net> | |
3533 | |
3534 * main.c: Change remote quit description to quit (from exit). | |
3535 * doc/10_1_general.html, 10_2_image.html, 10_3_window.html, | |
3536 10_6_advanced.html, 10_7_hidden.html, 11_1_command_line.html, | |
3537 11_2_keyboard_shortcuts.html, 2_2_menus.html, 2_6_image_pane.html, | |
3538 4_1_copy_move.html, 8_2_fullscreen.html, 9_printing.html: Update | |
3539 documentation for recent dialog and preference window changes, and | |
3540 do any doc updates pending in TODO. | |
3541 | |
3542 Wed Dec 22 03:26:53 2004 John Ellis <johne@verizon.net> | |
3543 | |
3544 * fullscreen.c, layout_config.c, preferences.c: Update preferences | |
3545 window to match newer dialog padding and style, moved several options | |
3546 to different tabs, and removed the dithering option from the ui. | |
3547 * ui_misc.[ch]: New convenience functions for preference window. | |
3548 * ui_utildlg.[ch]: Make generic_dialog_get_alternative_button_order | |
3549 utility available for use outside this file. | |
3550 | |
3551 Mon Dec 20 19:56:28 2004 John Ellis <johne@verizon.net> | |
3552 | |
3553 * collect-dlg.c, main.c, utilops.c: Add mnemonics to all dialog | |
3554 buttons. | |
3555 * img-view.c, layout_image.c, main.c: Make control+arrow key jump to | |
3556 respective edge of image. | |
3557 * layout_util.c: Rename Exit menu item to Quit. | |
3558 * preferences.c: Update about dialog to match other dialogs. | |
3559 * ui_utildlg.c: Make dialog button order honor gtk 2.6 setting for | |
3560 gtk-alternative-button-order. | |
3561 | |
3562 Sun Dec 19 22:43:37 2004 John Ellis <johne@verizon.net> | |
3563 | |
3564 * layout.c: Increase default window width, add fix to make image pane | |
3565 visible (non-zero initial width) in one specific condition. | |
3566 | |
3567 Sun Dec 19 21:57:08 2004 John Ellis <johne@verizon.net> | |
3568 | |
3569 * print.c: Set LC_NUMERIC portion of locale to "C" when using fprintf | |
3570 to format floating point numbers in postscript output. | |
3571 * gqview.png: Change desktop icon. | |
3572 | |
3573 Thu Dec 16 19:19:09 2004 John Ellis <johne@verizon.net> | |
3574 | |
3575 * bar_exif.c, bar_info.c, bar_sort.c, layout_util.c: Adjust padding | |
3576 and appearance of the sidebars. | |
3577 * info.c: Update property window appearance. | |
3578 * ui_help.c: Adjust help window padding. | |
3579 * ui_misc.c (pref_table_new): Support parent_box == NULL. | |
3580 | |
3581 Thu Dec 16 02:44:06 2004 John Ellis <johne@verizon.net> | |
3582 | |
3583 * bar_info.c: Dialog heading fix. | |
3584 * collect-dlg.c, collect.c: Dialog heading fixes, and changed close | |
3585 button to a discard button when confirming close of changed collection. | |
3586 * main.c: Heading fix for exit dialog with unsaved collection. | |
3587 * print.c: Fix layout indenting broken by fix in pref_table_label. | |
3588 * ui_bookmark.c: Give dialog to edit bookmarks a heading. | |
3589 * ui_misc.[ch]: Be consistent with GTK stock button padding, even | |
3590 though it seems to violate GNOME HIG. FIx pref_table_label packing. | |
3591 * ui_utildlg.c: Align dialog message icon vertically to top of dialog. | |
3592 * utilops.c: Clean up rename/copy/move/delete/overwrite/error dialogs. | |
3593 Fix missing error dialog when a file copy fails, and fixed (null) | |
3594 filename for destination in copy/move error dialog. | |
3595 | |
3596 Tue Dec 14 17:03:16 2004 John Ellis <johne@verizon.net> | |
3597 | |
3598 * slideshow.c (generate_random_list): Fix crash when return value of | |
3599 rand == RAND_MAX. | |
3600 | |
3601 Tue Dec 14 10:23:49 2004 John Ellis <johne@verizon.net> | |
3602 | |
3603 * bar_info.c, bar_sort.c, cache_maint.c, collect-dlg.c, collect.c, | |
3604 dupe.c, editors.c, main.c, preferences.c, search.c, ui_bookmark.c, | |
3605 ui_fileops.c, ui_pathsel.c, ui_tabcomp.c, view_dir_list.c, | |
3606 view_dir_tree.c, view_file_list.c: Updates and fixes for dialog | |
3607 utility changes and additions, use padding defines for widget spacing. | |
3608 * print.c: Move pref_* stuff out of here. | |
3609 * ui_misc.[ch]: Move pref_* stuff here. | |
3610 * ui_utildlg.[ch]: Added generic_dialog_add_message(), removed message | |
3611 arg from generic_dialog_new(), cleaned up button utilities into a | |
3612 single general purpose utility. Change widget spacing, dialog layout, | |
3613 and dialog button order to match GNOME HIG 2.0 (ie backwards). | |
3614 * utilops.[ch]: Changes for above utility dialog alterations. | |
3615 | |
3616 Mon Dec 6 22:08:18 2004 John Ellis <johne@verizon.net> | |
3617 | |
3618 * print.c: More updates for HIG utils, added image scale to reduce | |
3619 image size on page. | |
3620 * ui_misc.c: Fix incorrect namespace used for callback. | |
3621 | |
3622 Fri Dec 3 21:41:08 2004 John Ellis <johne@verizon.net> | |
3623 | |
3624 * main.c: Make -l command line option now include collections that are | |
3625 specified on the command line, also link the first collection on the | |
3626 command line to the main window so that -s and -f with a collection | |
3627 will work as expected. | |
3628 * print.c: Change margin to margins. | |
3629 | |
3630 Wed Dec 1 19:59:46 2004 John Ellis <johne@verizon.net> | |
3631 | |
3632 * print.c: Play with widget spacing and group styling to match HIG, | |
3633 get it and utils right here for when we use them to update rest of app. | |
3634 | |
3635 Tue Nov 30 22:19:28 2004 John Ellis <johne@verizon.net> | |
3636 | |
3637 * print.c: Implement postscript text placement, still needs to convert | |
3638 utf8 to a proper postscript encoding. Fixed landscape orientation for | |
3639 postscript output. | |
3640 | |
3641 Tue Nov 30 17:50:09 2004 John Ellis <johne@verizon.net> | |
3642 | |
3643 * pixbuf_util.c(pixbuf_draw_layout): Clip layout to pixbuf before draw. | |
3644 * print.c: Fix drawing of text onto pixbufs. Update preview when | |
3645 changing the text options. Added red preview lines to indicate image | |
3646 grid when selecting proof sheet layout. | |
3647 | |
3648 Wed Nov 17 19:08:11 2004 John Ellis <johne@verizon.net> | |
3649 | |
3650 * image.c: Assume any request to resize the top window (per fit window | |
3651 to image option) will fail, and request a direct redraw - this works | |
3652 because we also changed the idle redraw handler's priority from | |
3653 G_PRIORITY_HIGH_IDLE to GDK_PRIORITY_REDRAW so that it now has a lower | |
3654 priority than the resize signal. This fixes the fvwm2 maximized window | |
3655 does not redraw bug - the fault never was with fvwm2, although it would | |
3656 be nice if it set the maximized flag when windows are maximized :/. | |
3657 | |
3658 Tue Nov 16 03:44:30 2004 John Ellis <johne@verizon.net> | |
3659 | |
3660 * image.c, typedefs.h: Remove GtkEventbox used for image displays, as | |
3661 it is not necessary with GtkDrawingArea. Also removed GTK double | |
3662 buffering of the image display, fixes flicker when resizing window - | |
3663 double buffer is useless to us anyway since GQview's images are not | |
3664 displayed/drawn synchonously with GTK expose events. | |
3665 * img-view.c: Fix use of removed image eventbox. | |
3666 | |
3667 Tue Nov 9 17:32:23 2004 John Ellis <johne@verizon.net> | |
3668 | |
3669 * README, TODO: Updates. | |
3670 * po/*.po: make distcheck touches these. | |
3671 * configure.in: Release 1.5.4 | |
3672 | |
3673 Tue Nov 9 16:18:26 2004 John Ellis <johne@verizon.net> | |
3674 | |
3675 * po/it.po: Update Italian translation, | |
3676 submitted by Kostantino <inverness1ATvirgilio.it>. | |
3677 * po/ja.po: Update Japanese translation, | |
3678 submitted by Takeshi AIHANA <aihana@gnome.gr.jp>. | |
3679 * po/fr.po: Update French translation, | |
3680 submitted by ric Lassauge <lassauge@users.sourceforge.net>. | |
3681 * po/sv.po: Update Swedish translation, | |
3682 submitted by Hans Ofverbeck <hans.ofverbeck@home.se>. | |
3683 * po/es.po, gqview.spec.in, gqview.desktop: Update Spanish translation, | |
3684 submitted by Ariel Fermani <the_end@bbs.frc.utn.edu.ar>. | |
3685 * po/ar.po: Add Arabic translation, | |
3686 submitted by Youssef Assad <youssef@devcabal.org>. | |
3687 * configure.in (ALL_LINGUAS): Add AR translation. | |
3688 * README: Updates. | |
3689 | |
3690 Mon Nov 8 19:48:43 2004 John Ellis <johne@verizon.net> | |
3691 | |
3692 * bar_info.c, bar_sort.c, cache_maint.c, collect-dlg.c, | |
3693 collect-table.c, collect.[ch], dupe.c, editors.c, img-view.c, | |
3694 layout_image.c, layout_util.c, main.c, preferences.c, print.[ch], | |
3695 search.c, ui_bookmark.c, ui_fileops.c, ui_pathsel.c, ui_tabcomp.c, | |
3696 ui_utildlg.[ch], utilops.[ch], view_dir_list.c, view_dir_tree.c, | |
3697 view_file_icon.c, view_file_list.c: Set dialogs as a transient of the | |
3698 calling window. Some dialogs in utilops.c are still not set. Also | |
3699 fixed missing break in switch case causing Control+S to also close the | |
3700 collection window. | |
3701 | |
3702 Sat Nov 6 18:26:24 2004 John Ellis <johne@verizon.net> | |
3703 | |
3704 * doc/11_1_command_line.html, 2_5_folder_pane.html, index.html: Format | |
3705 fixes and grammar. | |
3706 | |
3707 Sat Nov 6 18:03:32 2004 John Ellis <johne@verizon.net> | |
3708 | |
3709 * doc/11_3_thumbnails.html, 9_printing.html: More documentation. | |
3710 | |
3711 Mon Nov 1 19:23:56 2004 John Ellis <johne@verizon.net> | |
3712 | |
3713 * collect.c: Fix untitled (n) counter start number and Control+S | |
3714 shortcut to save collection as... | |
3715 * dupe.[ch]: Add Control+T to toggle thumbnails. | |
3716 * search.c: Add Control+T to toggle thumbnails, and Control+W to close | |
3717 search window. | |
3718 * doc/5_1_search.html, 5_2_finding_duplicates.html, 6_collections.html: | |
3719 More documentation. | |
3720 | |
3721 Mon Nov 1 16:41:03 2004 John Ellis <johne@verizon.net> | |
3722 | |
3723 * collect-dlg.c, collect-table.c, dupe.c, img-view.c, layout_util.c, | |
3724 preferences.c, ui_pathsel.c, view_dir_list.c, view_dir_tree.c: Refer to | |
3725 directories as folders in all places. | |
3726 * image.c (util_clip_region): Fix clipping bounds check to return FALSE | |
3727 on 0 width or height. | |
3728 * search.c: Reduce flush size to update search count when over 100 | |
3729 instead of 101. | |
3730 * doc/10_1_general.html: Update docs to use the term folder when | |
3731 referring to directories. | |
3732 | |
3733 | |
3734 Fri Oct 29 18:51:49 2004 John Ellis <johne@verizon.net> | |
3735 | |
3736 * fullscreen.c (fullscreen_start): Rethink full screen geometry and | |
3737 window manager hints after referring to the icccm. Seems to work with | |
3738 all tested window managers, even twm :) . Still have to figure out | |
3739 which hint to use to tell the window managers to place a full screen | |
3740 window above panels and docks. | |
3741 * layout.c: Tell window managers not to request window position from | |
3742 user when 'save window positions' is enabled. | |
3743 | |
3744 Sat Oct 23 00:09:18 2004 John Ellis <johne@verizon.net> | |
3745 | |
3746 * thumb.c: Fix possible endless loop between error and done handlers, | |
3747 clean up image loader free/setup. | |
3748 | |
3749 Fri Oct 22 23:41:30 2004 John Ellis <johne@verizon.net> | |
3750 | |
3751 * main.c, preferences.c, slideshow.[ch]: Use #defines to set min and | |
3752 max slideshow delay, and increase the max delay to 3600 seconds. | |
3753 * doc/11_1_command_line.html, 11_2_keyboard_shortcuts.html, | |
3754 2_4_file_pane.html, 2_5_folder_pane.html, 2_6_image_pane.html, | |
3755 3_1_image_window.html, 3_2_image_properties.html, 5_1_search.html, | |
3756 5_2_finding_duplicates.html, 8_2_fullscreen.html, index.html: | |
3757 Documentation updates. | |
3758 | |
3759 Fri Oct 22 13:32:04 2004 John Ellis <johne@verizon.net> | |
3760 | |
3761 * globals.c (fullscreen_screen): Change default full screen location to | |
3762 active monitor. | |
3763 | |
3764 Mon Oct 18 17:55:11 2004 John Ellis <johne@verizon.net> | |
3765 | |
3766 * main.c (gr_slideshow_delay): Remove use of non-portable round(). | |
3767 | |
3768 Fri Oct 15 15:54:43 2004 John Ellis <johne@verizon.net> | |
3769 | |
3770 * fullscreen.c: Turn off decorations for the full screen window, as the | |
3771 window manager may not yet support full screen hints. | |
3772 * img-view.c: Hook up R key to refresh displayed image. | |
3773 * layout_image.c: Hook up R refresh key to full screen. | |
3774 | |
3775 Fri Oct 8 16:58:15 2004 John Ellis <johne@verizon.net> | |
3776 | |
3777 * bar_exif.[ch], bar_info.[ch], info.c, layout_util.c: Add sizer | |
3778 handle to EXIF and Keywords sidebars. | |
3779 * image.c (image_size_cb): Fix return value, size_allocate prototype | |
3780 return is void, not gint. | |
3781 * ui_misc.[ch]: Implement sizer handle widget. | |
3782 | |
3783 Wed Oct 6 21:45:18 2004 John Ellis <johne@verizon.net> | |
3784 | |
3785 * doc/3_1_image_window.html, 3_2_image_properties.html, | |
3786 3_other_windows.html: Add Chapter 3 documentation (Other Windows). | |
3787 * doc/4_1_copy_move.html, 4_2_rename.html, 5_1_search.html: Formatting | |
3788 and grammar fixes. | |
3789 * doc/Makefile.am: Add new files above. | |
3790 | |
3791 Tue Oct 5 00:45:41 2004 John Ellis <johne@verizon.net> | |
3792 | |
3793 * doc/4_1_copy_move.html, 4_2_rename.html, 4_3_delete.html, | |
3794 4_4_external_editing.html, 4_image_management.html, 5_1_search.html, | |
3795 5_2_finding_duplicates.html, 5_image_search.html, 6_collections.html: | |
3796 More pages of documentation. | |
3797 * doc/Makefile.am: Add above. | |
3798 * doc/index.html: Update missing page (m) markers. | |
3799 | |
3800 | |
3801 Sun Oct 3 00:03:56 2004 John Ellis <johne@verizon.net> | |
3802 | |
3803 * dupe.c: Fix missing status messages in the Find Dupes window | |
3804 introduced by last set of speed optimizations. Fix progress counters | |
3805 for checksums and dimensions. | |
3806 | |
3807 Fri Oct 1 19:53:42 2004 John Ellis <johne@verizon.net> | |
3808 | |
3809 * doc/7_1_exif.html,7_2_sort_manager.html,7_3_keywords.html, | |
3810 7_sidebars.html: Add documentation for sidebars. | |
3811 * doc/Makefile.am: Add above. | |
3812 * doc/2_3_layout.html, 2_5_folder_pane.html: Updates. | |
3813 | |
3814 Thu Sep 30 21:10:32 2004 John Ellis <johne@verizon.net> | |
3815 | |
3816 * main.c (html_browsers): Change key used to determine GNOME browser to | |
3817 /desktop/gnome/url-handlers/http/command, as .../unknown/command seems | |
3818 to be no longer used or changed when setting Preferred Applications. | |
3819 | |
3820 Thu Sep 30 20:54:08 2004 John Ellis <johne@verizon.net> | |
3821 | |
3822 * doc/2_1_navigation.html, 2_3_layout.html, 2_4_file_pane.html, | |
3823 2_5_folder_pane.html: Fill in missing pages of the Main Window chapter. | |
3824 * doc/Makefile.am: Install new files above. | |
3825 | |
3826 Tue Sep 28 14:17:15 2004 John Ellis <johne@verizon.net> | |
3827 | |
3828 * gqview.desktop: Add supported mime types, disable startup | |
3829 notification, and add Viewer to Categories. | |
3830 | |
3831 Tue Sep 28 11:47:09 2004 John Ellis <johne@verizon.net> | |
3832 | |
3833 * image-load.[ch] (image_loader_get_format): New util to query the | |
3834 mime type of the active image. | |
3835 * info.c: Add (mime) file type field to image properties dialog, and | |
3836 increase the dialogs default height to 350 (from 300). | |
3837 | |
3838 Mon Sep 27 21:33:42 2004 John Ellis <johne@verizon.net> | |
3839 | |
3840 * pixbuf_util.c (pixbuf_copy_font): Update alpha channel when writing | |
3841 text onto a pixbuf with an alpha channel. | |
3842 * print.c: Add image text info output, implement RGB and Preview text | |
3843 writers - PS text is still to be done. | |
3844 * view_file_icon.c (vficon_maint_removed): When removing a file from | |
3845 the grid, set the pointer NULL to avoid possible access before the | |
3846 idle sync. This is an attempt to fix a seemingly random crash when | |
3847 deleting files from the find dupes window. | |
3848 | |
3849 Sun Sep 26 02:49:16 2004 John Ellis <johne@verizon.net> | |
3850 | |
3851 * image-overlay.c: Fix overlay to counter to account for slide show. | |
3852 * image.c: Fix overlay date and time display for preloaded images by | |
3853 setting them before calling image_new_util(). | |
3854 * img-view.c: Fix overlay counter by setting list_pointer before | |
3855 changing the image, and to account for slide show. | |
3856 | |
3857 Sat Sep 25 17:59:44 2004 John Ellis <johne@verizon.net> | |
3858 | |
3859 * image.c: Fix to draw overlays when image is set to NULL. | |
3860 | |
3861 Sat Sep 25 17:45:40 2004 John Ellis <johne@verizon.net> | |
3862 | |
3863 * print.c: Allow user to set the DPI to use for printing. | |
3864 | |
3865 Sat Sep 25 16:47:12 2004 John Ellis <johne@verizon.net> | |
3866 | |
3867 * image-overlay.c (image_overlay_info_render): Process the image count | |
3868 value returned for view windows. | |
3869 | |
3870 Sat Sep 25 15:10:45 2004 John Ellis <johne@verizon.net> | |
3871 | |
3872 * image.[ch], typedefs.h: Add function callback for notification of | |
3873 a new image. | |
3874 * image-overlay.[ch]: New utils for image info overlays. | |
3875 * img-view.[ch]: Add image overlay to stand alone image window. | |
3876 * layout.[ch] (layout_find_by_image): New util to find LayoutWindow | |
3877 given an ImageWindow. | |
3878 * layout_image.c: Move overlay utils to new image-overlay.c. | |
3879 | |
3880 Sat Sep 25 13:53:17 2004 John Ellis <johne@verizon.net> | |
3881 | |
3882 * layout_image.c: Move pixbuf_draw_layout() to pixbuf_util.c. | |
3883 * pixbuf_util.[ch]: Move pixbuf drawing utils here from layout_image.c | |
3884 and ui_pixbuf_ops.c. | |
3885 * print.c: Close the current print job when closing the print window, | |
3886 so we don't crash when closing while preview is not complete. | |
3887 * ui_pixbuf_ops.[ch]: Removed, most was not used, stuff that is used is | |
3888 now in pixbuf_util.c. | |
3889 | |
3890 Fri Sep 24 19:36:35 2004 John Ellis <johne@verizon.net> | |
3891 | |
3892 * layout_image.c: Display more information in full screen overlays. | |
3893 | |
3894 Fri Sep 24 17:07:07 2004 John Ellis <johne@verizon.net> | |
3895 | |
3896 * layout_util.c (layout_key_press_cb): Fix broken keyboard scrolling | |
3897 when tools are hidden/float - bug introduced by removing focus border. | |
3898 | |
3899 Thu Sep 23 23:59:25 2004 John Ellis <johne@verizon.net> | |
3900 | |
3901 * fullscreen.c (fullscreen_image_update_cb): Only start the busy timer | |
3902 if the loading image is not the currently visible image. Fixes stuck | |
3903 busy cursor case #2. | |
3904 * image.c: Increase scroller timer to 30 updates per second. | |
3905 | |
3906 Thu Sep 23 18:38:15 2004 John Ellis <johne@verizon.net> | |
3907 | |
3908 * image.c: Fix stuck busy cursor when initially displaying an image | |
3909 that is still loading and smooth flip is enabled. Actually, this is the | |
3910 result - the fix is to only sync the pixbuf image if it has changed. | |
3911 | |
3912 Thu Sep 23 17:07:12 2004 John Ellis <johne@verizon.net> | |
3913 | |
3914 * image.[ch]: Fix overlay updates when over border, fix overlay test | |
3915 on expose event. | |
3916 * layout.c, layout_image.c, typedefs.h: Added full screen overlay to | |
3917 display image information, enabled with the I key. | |
3918 * print.c: Use pixbuf_set_*() to initialize pixbufs. | |
3919 * ui_pixbuf_ops.[ch]: New utils for setting a pixel, and drawing | |
3920 rectangles by directly setting values. | |
3921 | |
3922 Wed Sep 22 13:43:55 2004 John Ellis <johne@verizon.net> | |
3923 | |
3924 * image.[ch]: Remove alpha level parameter from image overlay, since it | |
3925 seems gdk_pixbuf_render_to_drawable_alpha only uses the alpha component | |
3926 to create the render mask, and not when rendering over existing pixels | |
3927 like gdk_pixbuf_composite... | |
3928 | |
3929 Wed Sep 22 13:29:49 2004 John Ellis <johne@verizon.net> | |
3930 | |
3931 * image.[ch], typedefs.h: Added ability to set overlays onto the image | |
3932 display in the form of GdkPixbufs. Change the scroller to display | |
3933 itself using an overlay. | |
3934 | |
3935 Tue Sep 21 14:29:56 2004 John Ellis <johne@verizon.net> | |
3936 | |
3937 * bar_info.c (bar_keyword_list_sync): Fix to translate the default | |
3938 keyword list. | |
3939 | |
3940 Mon Sep 20 19:35:28 2004 John Ellis <johne@verizon.net> | |
3941 | |
3942 * ui_misc.c: Fix month value when setting/retrieving from GtkCalendar. | |
3943 * README: Updates. | |
3944 * configure.in: Release 1.5.3 | |
3945 | |
3946 Mon Sep 20 11:01:18 2004 John Ellis <johne@verizon.net> | |
3947 | |
3948 * print.c: Make text tab insensitive, to indicate it does nothing. | |
3949 * po/ja.po: Updated Japanese translation, | |
3950 submitted by Takeshi AIHANA <aihana@gnome.gr.jp>. | |
3951 * po/sv.po: Updated Swedish translation, | |
3952 submitted by Hans Ofverbeck <hans.ofverbeck@home.se>. | |
3953 * po/it.po: Updated Italian translation, | |
3954 submitted by Kostantino <inverness1ATvirgilio.it>. | |
3955 * README: Update Italian translation credits. | |
3956 | |
3957 Sat Sep 18 23:00:08 2004 John Ellis <johne@verizon.net> | |
3958 | |
3959 * search.c: Change date entries to new util from ui_misc.h, which | |
3960 includes convenient date selection popup. | |
3961 * ui_misc.[ch]: New files for the above date entry widget. | |
3962 | |
3963 Sat Sep 18 13:55:43 2004 John Ellis <johne@verizon.net> | |
3964 | |
3965 * img-view.c: Fix broken file management operations when full screen. | |
3966 * layout_util.c: Fix V key test for full screen. | |
3967 | |
3968 Sat Sep 18 02:25:12 2004 John Ellis <johne@verizon.net> | |
3969 | |
3970 * view_dir_list.c: Remove redundant NULL path checks. | |
3971 * view_dir_tree.c: Make a copy of the path so that we do not free the | |
3972 original, fixes crash with slideshows started with folder tree view | |
3973 right click menu. | |
3974 | |
3975 Fri Sep 17 20:16:20 2004 John Ellis <johne@verizon.net> | |
3976 | |
3977 * bar_exif.c: Added ability for user to add additional items to the | |
3978 standard exif view by toggling the checkmark for items listed in the | |
3979 advanced view. | |
3980 | |
3981 Fri Sep 17 16:43:31 2004 John Ellis <johne@verizon.net> | |
3982 | |
3983 * print.c: Do not allow printing when margins or proof size result in | |
3984 no output, grey out the print button to indicate this. Close the | |
3985 print window when finished printing. Postscript image data is scaled | |
3986 down to a max of 300 dpi to reduce spool size (hmm, this dpi value | |
3987 should probably be user selectable). | |
3988 | |
3989 Fri Sep 17 14:45:26 2004 John Ellis <johne@verizon.net> | |
3990 | |
3991 * image.[ch] (image_zoom_set_fill_geometry): New util to adjust zoom | |
3992 so that the image will fill the window vertically or horizontally. | |
3993 * img-view.c, layout_image.[ch], layout_util.c: Assign W and H keys to | |
3994 set the zoom to fill window width and height, respectively. Changed | |
3995 hide tools shortcut to [Control] + H. | |
3996 * README, doc/11_2_keyboard_shortcuts.html: Document above shortcuts. | |
3997 * doc/gqview_faq.html: New manual page for the FAQ. | |
3998 | |
3999 Fri Sep 17 13:15:25 2004 John Ellis <johne@verizon.net> | |
4000 | |
4001 * gqview.desktop: Change exec command to "gqview -r %F", per desktop | |
4002 spec 0.9.4 at freedesktop.org. | |
4003 * img-view.c (view_window_new): Support directories and collection | |
4004 files passed in as the path. | |
4005 * main.c: Added remote command view:filename to open filename in | |
4006 a new window, describe file: so it shows up in remote help list. | |
4007 * ui_fileops.[ch]: Move file_extenstion_match() util here. | |
4008 | |
4009 Thu Sep 16 14:56:20 2004 John Ellis <johne@verizon.net> | |
4010 | |
4011 * image.c: Fix remaining scroller bugs: Properly draw it onto the | |
4012 border, and move scroller scrolling updates into image_scroll_real().. | |
4013 | |
4014 Wed Sep 15 18:58:45 2004 John Ellis <johne@verizon.net> | |
4015 | |
4016 * print.c: Begin postscript output, needs page orientation fixed. | |
4017 * md5-util.c (md5_digest_to_text): Use '\0' instead of 0 to clarify | |
4018 NULL terminated string. | |
4019 | |
4020 Wed Sep 15 10:19:56 2004 John Ellis <johne@verizon.net> | |
4021 | |
4022 * bar_info.c, info.c, layout_util.c: Change 'Image details' sidebar | |
4023 and property tab to be 'Keywords' to better describe what they do. | |
4024 * doc/11_2_keyboard_shortcuts.html, 2_2_menus.html, | |
4025 8_image_presentation.html, index.html: Update docs to use 'Keywords'. | |
4026 | |
4027 | |
4028 Tue Sep 14 19:30:40 2004 John Ellis <johne@verizon.net> | |
4029 | |
4030 * Makefile.am, globals.c, gqview.h, layout.c, preferences.c, thumb.c: | |
4031 Move icon declarations to globals.h, and allow use of inline pixbufs | |
4032 created from pngs. | |
4033 * globals.h: New header to include image declarations. | |
4034 * image.c, typedefs.h: Add Shift+Click smooth scroller, and fix area | |
4035 clamping in image_queue(). | |
4036 * scroller.png: New image for scroller icon. | |
4037 | |
4038 Mon Sep 13 23:10:13 2004 John Ellis <johne@verizon.net> | |
4039 | |
4040 * main.c: Fix handling of more than one file on the command line with | |
4041 the remote option, so that is works the same as no remote. | |
4042 | |
4043 Mon Sep 13 21:26:55 2004 John Ellis <johne@verizon.net> | |
4044 | |
4045 * layout.c: Fix crash when selecting dropdown history with NULL layout | |
4046 path, fix layout_tools_float_set to support NULL lw for main window. | |
4047 * main.c: Push all remote commands to server regardless of order, | |
4048 implement remote passing of command line filenames. | |
4049 * remote.c: Mark noisy printfs for debug. | |
4050 | |
4051 Mon Sep 13 17:48:13 2004 John Ellis <johne@verizon.net> | |
4052 | |
4053 * globals.c, gqview.h, rcfile.c: Add variable to store maximized status | |
4054 and save the status to the rc file. | |
4055 * image.c (image_top_window_sizable): Do not attempt to automatically | |
4056 resize a window when it is maximized, since a maximized window is not | |
4057 really sizable. | |
4058 * layout.c: FIx layout_valid to actually check if the layout pointer | |
4059 is valid. Restore maximized window state. | |
4060 * main.c: New window_maximized() utility to check said state. Save | |
4061 maximized state on exit, and do not set update stored window geometry | |
4062 if the main window is maximized. | |
4063 | |
4064 Thu Sep 9 17:40:16 2004 John Ellis <johne@verizon.net> | |
4065 | |
4066 * print.c: Fix page count display when result is no pages, make 1:1 | |
4067 zoom button change zoom to fit when zoom is already 1:1, attempt to | |
4068 avoid slow bilinear pixbuf scaling when scale is under 0.01. | |
4069 | |
4070 Thu Sep 9 11:41:11 2004 John Ellis <johne@verizon.net> | |
4071 | |
4072 * print.c: Add preview to print job render types, so that the preview | |
4073 uses the same render path as printing. Cleanup unused code. | |
4074 | |
4075 Thu Sep 9 09:32:25 2004 John Ellis <johne@verizon.net> | |
4076 | |
4077 * print.c: Fill custom printer list using lpstat -p. | |
4078 | |
4079 Wed Sep 8 22:52:18 2004 John Ellis <johne@verizon.net> | |
4080 | |
4081 * globals.c: Change default thumbnail quility to tiles and default | |
4082 zoom quality to bilinear. | |
4083 | |
4084 Wed Sep 8 19:58:09 2004 John Ellis <johne@verizon.net> | |
4085 | |
4086 * globals.c, gqview.h, image.c, rcfile.c: Added rc option | |
4087 scroll_reset_method, to adjust visible area behavior when changing | |
4088 to a new image. | |
4089 * doc/10_7_hidden.html: Document new scroll_reset_method option. | |
4090 | |
4091 Wed Sep 8 17:31:19 2004 John Ellis <johne@verizon.net> | |
4092 | |
4093 * dupe.[ch]: Fix md5sum comparison and return value in dupe_match(). | |
4094 Increase comparison speed by limiting number of expensive progress bar | |
4095 updates per second. | |
4096 | |
4097 Wed Sep 8 15:15:40 2004 John Ellis <johne@verizon.net> | |
4098 | |
4099 * cache.[ch]: Add support for md5sums to sim cache. | |
4100 * dupe.[ch]: Use md5sums for checksums. | |
4101 * md5-util.[ch]: New files with md5sum utilities. | |
4102 * ui_fileops.[ch]: Move several includes to header file. | |
4103 | |
4104 Sat Sep 4 13:48:31 2004 John Ellis <johne@verizon.net> | |
4105 | |
4106 * layout.c, view_file_icon.c: Fix missing thumbnails when showing a | |
4107 hidden tool window for the first time. | |
4108 * view_file_icon.h: Remove extra semicolon. | |
4109 | |
4110 Wed Sep 1 18:23:17 2004 John Ellis <johne@verizon.net> | |
4111 | |
4112 * remote.[ch]: New utils for sending and receiving ipc commands. | |
4113 * main.c: Add command line options to control an existing GQview | |
4114 process (-r, --remote, -rh, --remote-help). | |
4115 * Makefile.am: Add remote.[ch]. | |
4116 | |
4117 Sat Aug 28 08:01:46 2004 John Ellis <johne@verizon.net> | |
4118 | |
4119 * fullscreen.c, globals.c, gqview.h, img-view.c, layout_image.c, | |
4120 layout_util.c, preferences.c, rcfile.c: Remove 'full screen ignores | |
4121 window manager' option - the new full screen behavior is correct, and | |
4122 no longer grabs the keyboard interfering with an xscreensaver lock. | |
4123 * doc/10_6_advanced.html, 8_2_fullscreen.html: Remove above option | |
4124 from help manual. | |
4125 | |
4126 | |
4127 Sat Aug 28 07:25:11 2004 John Ellis <johne@verizon.net> | |
4128 | |
4129 * layout_config.c (layout_config_list_order_set): Fix transposed src | |
4130 and dest variable causing inconsistent layout order. | |
4131 * layout_image.c (layout_image_new): Remove focus border from image | |
4132 when it is the only thing displayed in the main window. | |
4133 | |
4134 Sat Aug 28 07:09:43 2004 John Ellis <johne@verizon.net> | |
4135 | |
4136 * collect-table.c: Attempted focus fix on item removal. | |
4137 * view_file_icon.c: Fix focus behavior when removing items, by ensuring | |
4138 row and column coordinates match the actual focus. | |
4139 | |
4140 Thu Aug 26 04:45:34 2004 John Ellis <johne@verizon.net> | |
4141 | |
4142 * README: Updates. | |
4143 * doc/Makefile.am: Add help_DATA to EXTRA_DIST. | |
4144 * configure.in: Release 1.5.2 | |
4145 | |
4146 Thu Aug 26 04:05:33 2004 John Ellis <johne@verizon.net> | |
4147 | |
4148 * doc/index.html, 1_introduction.html, 2_main_window.html: Doc fixes, | |
4149 note the many missing sections in table of contents. | |
4150 * print.c: Add note to print dialog that printing is not functional. | |
4151 | |
4152 Sun Aug 22 09:15:48 2004 John Ellis <johne@verizon.net> | |
4153 | |
4154 * bar_info.c (comment_read): Fix mem leak by freeing key variable. | |
4155 | |
4156 Sat Aug 21 08:01:18 2004 John Ellis <johne@verizon.net> | |
4157 | |
4158 * ui_fileops.c (copy_file): Check if source and target are hardlinks to | |
4159 the same file, and if so simply return success for the copy request. | |
4160 | |
4161 Tue Aug 17 07:04:17 2004 John Ellis <johne@verizon.net> | |
4162 | |
4163 * editors.c: Dump popen and use genuine fork and execvp to run | |
4164 editor commands when we need to display the command's output, this | |
4165 fixes verbose editor commands that were hanging GQview until they | |
4166 finished. | |
4167 * main.c: Clean up html help browser exec code. | |
4168 * doc/2_2_menus.html, 2_6_image_pane.html, 2_7_status_bar.html: More | |
4169 documentation. | |
4170 | |
4171 Mon Aug 16 07:27:34 2004 John Ellis <johne@verizon.net> | |
4172 | |
4173 * filelist.c (text_from_time): Fix to convert strftime result to utf-8. | |
4174 | |
4175 Sun Aug 15 22:18:42 2004 John Ellis <johne@verizon.net> | |
4176 | |
4177 * ui_fileops.c: Fix the utf-8 filename warning dialog to always display | |
4178 even if gtk was not yet initialized by attaching the dialog to an idle | |
4179 loop called by a gtk_init_add() function. | |
4180 | |
4181 Thu Aug 12 23:51:54 2004 John Ellis <johne@verizon.net> | |
4182 | |
4183 * bar_info.c: Add favorite keywords list for faster keyword selection, | |
4184 added dialog to edit the list. | |
4185 * layout_util.c: Change print shortcut to [Shift] + P. | |
4186 * doc/11_2_keyboard_shortcuts.html, README: Update print shortcut. | |
4187 | |
4188 Mon Aug 9 22:31:10 2004 John Ellis <johne@verizon.net> | |
4189 | |
4190 * docs/10_options.html, 11_3_thumbnails.html, 11_reference.html, | |
4191 8_1_slideshow.html, 8_2_fullscreen.html, 8_image_presentation.html, | |
4192 9_printing.html: More docmentation. | |
4193 * docs/10_6_advanced.html, 11_1_command_line.html, 12_credits.html, | |
4194 Makefile.am, index.html: Updates. | |
4195 | |
4196 Mon Aug 9 07:00:05 2004 John Ellis <johne@verizon.net> | |
4197 | |
4198 * fullscreen.c, globals.c, gqview.h, preferences.c, rcfile.c, | |
4199 typdefs.h: Added option to disable screen saver during full screen. | |
4200 * doc/Makefile.am, 10_1_general.html, 10_2_image.html, | |
4201 10_3_window.html, 10_4_filtering.html, 10_5_editor_commands.html, | |
4202 10_6_advanced.html, 10_7_hidden.html, 11_1_command_line.html, | |
4203 11_2_keyboard_shortcuts.html: More documentation. | |
4204 * doc/index.html: Fixes. | |
4205 | |
4206 Fri Aug 6 04:41:54 2004 John Ellis <johne@verizon.net> | |
4207 | |
4208 * acconfig.h, configure.in: Setup doc dir and GQVIEW_HTMLDIR define. | |
4209 * doc/[Makefile.am, *.html, gnu_fdl.txt]: Setup framework User Manual. | |
4210 * POTFILES.in: Added print.c. | |
4211 * layout_util.c, main.c: Add help contents menu item, add utility to | |
4212 launch user's preferred HTML browser for User Manual. | |
4213 * print.c: Start adding text settings to print dialog. | |
4214 | |
4215 Mon May 31 16:52:44 2004 John Ellis <johne@verizon.net> | |
4216 | |
4217 * pixbuf_util.[ch] (pixbuf_to_file_as_jpg): Add jpeg pixbuf writer. | |
4218 * print.c: Add jpeg writing, free job_pixbuf when job is done. | |
4219 | |
4220 Tue May 25 19:39:26 2004 John Ellis <johne@verizon.net> | |
4221 | |
4222 * print.c: Added print job path, can now print to png files - at least | |
4223 it can actually do something now... | |
4224 | |
4225 Wed May 19 19:59:31 2004 John Ellis <johne@verizon.net> | |
4226 | |
4227 * print.c: Fleshed out print progress dialog - still no actual print.. | |
4228 | |
4229 Tue May 18 16:47:38 2004 John Ellis <johne@verizon.net> | |
4230 | |
4231 * print.c: Add output device selection - still no actual printing. | |
4232 | |
4233 Mon May 17 21:18:18 2004 John Ellis <johne@verizon.net> | |
4234 | |
4235 * print.c: Organize print dialog - still no actual printing. | |
4236 | |
4237 Fri May 14 17:41:47 2004 John Ellis <johne@verizon.net> | |
4238 | |
4239 * print.c: Implement single image preview - still no actual printing. | |
4240 | |
4241 Thu May 13 17:05:23 2004 John Ellis <johne@verizon.net> | |
4242 | |
4243 * print.c: Add entry for proof thumbnail size, and use the size to | |
4244 layout the preview. | |
4245 | |
4246 Tue May 11 19:10:43 2004 John Ellis <johne@verizon.net> | |
4247 | |
4248 * print.c: Add print preview page navigation, zoom controls - still no | |
4249 printing. | |
4250 | |
4251 Mon May 10 22:09:25 2004 John Ellis <johne@verizon.net> | |
4252 | |
4253 * print.c: Add source selection, layout selection (not hooked up), | |
4254 scale down the preview pixbuf to a sane size, and account for margins | |
4255 in the preview - still no actual printing. | |
4256 * ui_pixbuf_ops.[ch]: New utils for drawing onto a pixbuf. | |
4257 | |
4258 Sat May 8 14:33:47 2004 John Ellis <johne@verizon.net> | |
4259 | |
4260 * print.c: Add orientation, margins, units - still no actual printing. | |
4261 | |
4262 Fri May 7 15:57:20 2004 John Ellis <johne@verizon.net> | |
4263 | |
4264 * image.[ch] (image_area_changed): New util to notify image widget that | |
4265 an area of the image has changed, and needs a redraw. | |
4266 * layout_util.c: Add a print menu item (temporary shortcut is P). | |
4267 * print.[ch]: New files for (eventually) printing images. Currently a | |
4268 not so useful dialog. | |
4269 | |
4270 Thu May 6 19:33:05 2004 John Ellis <johne@verizon.net> | |
4271 | |
4272 * image.c (image_load_done_cb): Use correct, and much faster, method to | |
4273 set the completed pixbuf when delay_flip is enabled. | |
4274 | |
4275 Thu May 6 18:59:32 2004 John Ellis <johne@verizon.net> | |
4276 | |
4277 * fullscreen.[ch], globals.c, gqview.h, preferences.c, rcfile.c: | |
4278 Add option to delay page flips until image is completeley loaded when | |
4279 in full screen. | |
4280 * image.[ch], typedefs.h: Add and implement image_set_delay_flip(). | |
4281 | |
4282 Thu May 6 13:53:00 2004 John Ellis <johne@verizon.net> | |
4283 | |
4284 * globals.c, preferences.c, rcfile.c, slideshow.[ch]: Change | |
4285 slideshow_delay to have subsecond precision. Set that precision | |
4286 to 10ths of a second (use #define in slideshow.h to change precision). | |
4287 Change minimum slideshow delay to 0.10. | |
4288 | |
4289 Tue May 4 18:32:55 2004 John Ellis <johne@verizon.net> | |
4290 | |
4291 * bar_info.[ch] (keyword_list_pull): Let this function also support | |
4292 pulling keywords from a GtkEntry. | |
4293 * fullscreen.c: Make the screen debug output honor debug flag. | |
4294 * preferences.c: Add path selection dialog buttons to path entries. | |
4295 * search.c: Change the keyword TextView into an Entry, show dimensions | |
4296 in results whenever possible. Allow sorting of results by column. | |
4297 * ui_bookmark.c: Fix crash in history_list_find_by_key with NULL key, | |
4298 add path selection dialog buttons to path and icon entries. | |
4299 * ui_tabcomp.[ch] (tab_completion_add_select_button): New utility to | |
4300 add button to a tab completion to pop up a path selection dialog. | |
4301 | |
4302 Sat May 1 18:40:38 2004 John Ellis <johne@verizon.net> | |
4303 | |
4304 * exif.c (exif_get_formatted_by_key): For fShutterSpeed, the use of | |
4305 ExposureTime has priority over ShutterSpeedValue, as calculating the | |
4306 original exposure setting from an APEX value can introduce error. | |
4307 | |
4308 Sat May 1 16:24:01 2004 John Ellis <johne@verizon.net> | |
4309 | |
4310 * layout.c, layout_util.[ch]: Connect the keypress signal handler to | |
4311 the floating tool window, to fix tool window keyboard handling. | |
4312 | |
4313 Fri Apr 30 15:07:01 2004 John Ellis <johne@verizon.net> | |
4314 | |
4315 * ui_tree_edit.[ch]: Fix incorrect position of pop-up rename window | |
4316 (merge from 1.4.3). | |
4317 | |
4318 Thu Apr 29 20:03:00 2004 John Ellis <johne@verizon.net> | |
4319 | |
4320 * po/ro.po: Updated Romanian translation (from 1.4.3), | |
4321 submitted by Harald Ersch <harald@ersch.ro>. | |
4322 * po/ru.po: Updated Russian translation, | |
4323 submitted by Sergey Pinaev <dfo@antex.ru>. | |
4324 | |
4325 Thu Apr 29 19:20:31 2004 John Ellis <johne@verizon.net> | |
4326 | |
4327 * editors.c (editor_verbose_start): Set our end of pipe non blocking, | |
4328 so that complex editor commands that, for instance have if;then and for | |
4329 loops, do not hang GQview until completion. | |
4330 | |
4331 Fri Apr 23 19:31:44 2004 John Ellis <johne@verizon.net> | |
4332 | |
4333 [merge from stable branch] | |
4334 * cache.[ch] (cache_time_valid): New util to check if a thumbnail is up | |
4335 to date, includes a workaround for utime's inabality to change | |
4336 timestamps when the user is not the owner of the file. | |
4337 * thumb.c (thumb_loader_start): Use new cache_time_valid(), above, to | |
4338 check if the thumbnail is current. | |
4339 | |
4340 Fri Apr 23 15:06:28 2004 John Ellis <johne@verizon.net> | |
4341 | |
4342 [merge from stable branch] | |
4343 * image.[ch], typedefs.h: Support horizontal wheel scrolling, changed | |
4344 button callbacks into a single callback with a button argument, added | |
4345 scroll callback. | |
4346 * img-view.c, layout_image.c: Changes for above, and add support for | |
4347 horizontal scrolling. | |
4348 * info.c, utilops.c: Changes for new image button and scroll callbacks. | |
4349 | |
4350 Mon Apr 12 09:01:32 2004 John Ellis <johne@verizon.net> | |
4351 | |
4352 * collect-table.c (collection_table_file_remove): Update selection when | |
4353 removing a selected item, fixes crash when removing items from a | |
4354 collection window. | |
4355 * dupe.c: Fix rank calculation on orphaned items. Fix list focus | |
4356 behavior when changing selection or removing items. | |
4357 * search.c: Maintain correct state when removing items while still | |
4358 searching or generating thumbnails. Fix list focus behavior when | |
4359 changing selection or removing rows. | |
4360 * ui_tree_edit.[ch]: Fix tree_edit_by_path() to show popup instantly, | |
4361 and the popup window size when column is offscreen. Add | |
4362 tree_view_move_cursor_away() utility. | |
4363 * ui_utildlg.c (generic_dialog_default_key_press_cb): Fix access of | |
4364 freed GenericDialog when auto_close is TRUE, and only attempt to close | |
4365 the dialog once. | |
4366 * view_file_icon.c (vficon_sync): Update row count so that focus can | |
4367 not move beyond the last row. | |
4368 * view_file_list.c: Fix list focus behavior when changing selection or | |
4369 removing rows. | |
4370 | |
4371 Mon Apr 5 06:54:32 2004 John Ellis <johne@verizon.net> | |
4372 | |
4373 * README: Updates. | |
4374 * po/ja.po: Updated Japanese translation, | |
4375 submitted by Takeshi AIHANA <aihana@gnome.gr.jp>. | |
4376 * configure.in: Release 1.5.1 | |
4377 | |
4378 Mon Apr 5 04:55:27 2004 John Ellis <johne@verizon.net> | |
4379 | |
4380 * collect-table.c, collect.c, fullscreen.c, image.c, info.c, layout.c, | |
4381 layout_util.c, main.c, view_dir_list.c, view_file_icon.c: Fixes to | |
4382 compile with GDK_DISABLE_DEPRECATED defined. | |
4383 * ui_bookmark.c, ui_fileops.c, ui_help.c, ui_spinner.c, | |
4384 ui_tree_edit.[ch]: Fixes from SLIK, includes change to support | |
4385 G_BROKEN_FILENAMES, added center option to tree_view_row_make_visible. | |
4386 * utilops.c: Fix auto update of preview column when dragging rows to | |
4387 reorder them. | |
4388 * view_dir_tree.c: Center new path when it is not visible. | |
4389 * view_file_list.c: When scrolling to display new row, center the row. | |
4390 | |
4391 Sun Apr 4 18:22:59 2004 John Ellis <johne@verizon.net> | |
4392 | |
4393 * search.c (search_file_load_process): Fix swapped paths on a call to | |
4394 filetime_set, fixes ugly bug causing source file timestamps to be | |
4395 changed when using search by content similarity or dimensions! | |
4396 | |
4397 Sun Apr 4 16:13:09 2004 John Ellis <johne@verizon.net> | |
4398 | |
4399 * fullscreen.[ch]: Added support for multiple screens and monitors, | |
4400 removed broken Xinerama usage, we use the gtk screen/monitor utils now. | |
4401 * globals.c, gqview.h, img-view.c, layout_image.c, layout_util.c, | |
4402 preferences.c, rcfile.c: Added option to not ignore the window manager | |
4403 fullscreen handling. Added selection of screen and/or monitor to use | |
4404 for display of the full screen window. | |
4405 * image.c: Set the wallpaper on the root window that the window belongs | |
4406 to, remove #include of gdkx.h. | |
4407 * configure.in, src/Makefile.am: Remove test for Xinerama, remove | |
4408 Xinerama and Xlib from link stage. | |
4409 | |
4410 Sat Apr 3 05:39:11 2004 John Ellis <johne@verizon.net> | |
4411 | |
4412 * utilops.c (file_util_delete_multiple_ok_cb): Show correct dialog. | |
4413 | |
4414 Tue Mar 23 00:46:18 2004 John Ellis <johne@verizon.net> | |
4415 | |
4416 * preferences.c: Make the entry in the clear trash dialog non editable | |
4417 instead of insensitive. | |
4418 | |
4419 Mon Mar 22 22:41:15 2004 John Ellis <johne@verizon.net> | |
4420 | |
4421 * bar_exif.c (bar_exif_new): Connect after the destroy signal to free | |
4422 the ExifBar structure, as layout_util.c accesses this data from | |
4423 within a destroy signal callback. | |
4424 | |
4425 Mon Mar 22 21:49:12 2004 John Ellis <johne@verizon.net> | |
4426 | |
4427 * bar_info.[ch]: Add size request utility. | |
4428 * layout_util.c: Fix clipping of labels in Image Details sidebar, by | |
4429 changing the size request method (see above). | |
4430 * img-view.c: Change folder popup menu to match rest of application. | |
4431 * search.c: Fix gettext warning by setting specific string format, | |
4432 increase year spin button width, fix compile error by correcting | |
4433 declaration location. | |
4434 * utilops.c: Fix dialog titles, use folder instead of directory when | |
4435 communicating with user. | |
4436 * po/bg.po: Updated Bulgarian translation, | |
4437 submitted by Vladimir Petrov <vladux@mail.bg> | |
4438 | |
4439 Fri Mar 12 02:00:54 2004 John Ellis <johne@verizon.net> | |
4440 | |
4441 * bar_info.c (bar_info_update): Use nondeprecated gtk_label_set_text. | |
4442 * po/*.po: Make distcheck updates. | |
4443 * src/Makefile.am (gqview_SOURCES): Its bar_info.h, not bar_ingo.h. | |
4444 * configure.in: Release 1.5.0. | |
4445 | |
4446 Fri Mar 12 01:53:44 2004 John Ellis <johne@verizon.net> | |
4447 | |
4448 * bar_info.c: Modified toolbar (added space to separate save). | |
4449 * layout_util.c: Fix initial selection count sent to details sidebar. | |
4450 | |
4451 Fri Mar 12 01:01:29 2004 John Ellis <johne@verizon.net> | |
4452 | |
4453 * search.c: Add results search type, to search current results list. | |
4454 * README, TODO: Updates. | |
4455 | |
4456 Thu Mar 11 23:17:06 2004 John Ellis <johne@verizon.net> | |
4457 | |
4458 * search.c: Add option to search all files with comments (metadata). | |
4459 * ui_tabcomp.c: Set completion button size allocation height to that | |
4460 of the entry. | |
4461 | |
4462 Thu Mar 11 21:11:15 2004 John Ellis <johne@verizon.net> | |
4463 | |
4464 * layout_util.c: Set initial search path to the current path. Fix | |
4465 initial display of the details sidebar with more than one selection. | |
4466 | |
4467 Wed Mar 10 20:39:51 2004 John Ellis <johne@verizon.net> | |
4468 | |
4469 * ChangeLog, README, gqview.desktop, po/hu.po, main.c, view_dir_tree.c: | |
4470 Merge in fixes and updates from 1.4.1 stable, One ChangeLog entry | |
4471 remains out of order (2/29/04) - but it _is_ inline with version order. | |
4472 | |
4473 Wed Mar 10 15:50:54 2004 John Ellis <johne@verizon.net> | |
4474 | |
4475 * bar_info.[ch]: Make the "set/replace all" buttons sensitive based | |
4476 on what we are told. Added option to only display metadata info. | |
4477 * info.c: Added Details tab for displaying metadata, merged permissions | |
4478 tab into the general tab. | |
4479 * layout.c, layout_util.[ch]: Notify the details sidebar of selection | |
4480 count changes. | |
4481 | |
4482 Wed Mar 10 03:36:24 2004 John Ellis <johne@verizon.net> | |
4483 | |
4484 * bar_info.[ch], layout_util.c: Add functions to set keywords to the | |
4485 current file selection. | |
4486 * cache_maint.[ch], utilops.[ch]: Copy metadata along with the files. | |
4487 | |
4488 Wed Mar 10 01:50:14 2004 John Ellis <johne@verizon.net> | |
4489 | |
4490 * cache.[ch], gqview.h: Changed cache get and find functions to take | |
4491 a CacheType, so that metadata location can be seperate from thumbnails. | |
4492 * cache_maint.c: Add support for meta cache to maintenance. | |
4493 * image.c, preferences.c, rcfile.c: Remove GDK_PIXBUF_TILE_BROKEN hack, | |
4494 as it has long been fixed. | |
4495 * ui_fileops.[ch] (filetime_set): New util to set a file's time stamp. | |
4496 * bar_info.c, dupe.c, filelist.c, main.c, search.c, thumb.c: Fixes | |
4497 for all the above changes. | |
4498 | |
4499 Tue Mar 9 05:27:23 2004 John Ellis <johne@verizon.net> | |
4500 | |
4501 * bar_info.c: Clean up comment format. | |
4502 * info.c, preferences.c: Set the properties, options, and about | |
4503 windows to type dialog. | |
4504 | |
4505 Tue Mar 9 01:46:12 2004 John Ellis <johne@verizon.net> | |
4506 | |
4507 * bar_info.c: Fix details bar display when no image is present. | |
4508 | |
4509 Tue Mar 9 01:08:36 2004 John Ellis <johne@verizon.net> | |
4510 | |
4511 * bar_exif.c, collect-table.c, dupe.c, editors.c, layout_config.c, | |
4512 preferences.c, ui_help.c, ui_pathsel.c, utilops.c, view_dir_list.c, | |
4513 view_dir_tree.c, view_file_icon.c, view_file_list.c: Set a border | |
4514 for all GtkTreeViews to make them look better. | |
4515 * bar_info.c, layout_util.c: Make details bar cleaner, and give it a | |
4516 default size. | |
4517 | |
4518 Tue Mar 9 00:32:58 2004 John Ellis <johne@verizon.net> | |
4519 | |
4520 * search.c: Implement similarity match type. | |
4521 | |
4522 Mon Mar 8 22:07:32 2004 John Ellis <johne@verizon.net> | |
4523 | |
4524 * search.c: Fix statusbar label size twitching, fix selection idle | |
4525 update bug, increase default search window size - sorry 640x480 users. | |
4526 | |
4527 Mon Mar 8 21:07:35 2004 John Ellis <johne@verizon.net> | |
4528 | |
4529 * search.c: Implement dimensions matching, add dimensions 'between', | |
4530 overload FileData passed to search_result_append(), so that it also | |
4531 holds dimensions and similarity fields, and display dimensions if | |
4532 available. Fix memory leak in search_result_change_path(). Also make it | |
4533 work with 'between' input swapped (first is higher than second). | |
4534 | |
4535 Mon Mar 8 17:45:35 2004 John Ellis <johne@verizon.net> | |
4536 | |
4537 * search.c: Change a few default values, make search parameters | |
4538 insensitive during search, reorder status bar items, change start/stop | |
4539 button into two distinct stock buttons (find and stop). | |
4540 | |
4541 Mon Mar 8 00:21:49 2004 John Ellis <johne@verizon.net> | |
4542 | |
4543 * search.c: Add search options for match case, recurse search path, | |
4544 and 'between' for file size. Hide unused widgets when match type is | |
4545 not 'between'. | |
4546 | |
4547 Sun Mar 7 02:10:10 2004 John Ellis <johne@verizon.net> | |
4548 | |
4549 * search.[ch]: Implement maintenance utils. | |
4550 * utilops.c: Hook up search maintenance. | |
4551 | |
4552 Sun Mar 7 01:10:26 2004 John Ellis <johne@verizon.net> | |
4553 | |
4554 * search.c: Implement thumbnails, clean up the status bar. | |
4555 * TODO: Updates. | |
4556 | |
4557 Sat Mar 6 03:40:22 2004 John Ellis <johne@verizon.net> | |
4558 | |
4559 * search.c: Sort directories as they are searched. Use list buffer and | |
4560 only flush to the result GtkTreeView every 100 iterations or so, to | |
4561 reduce tree view internal updates that take time, thereby significantly | |
4562 increasing search speed when returning many results. | |
4563 * po/POTFILES.in: Added bar_sort.c and search.c. | |
4564 | |
4565 Fri Mar 5 23:31:04 2004 John Ellis <johne@verizon.net> | |
4566 | |
4567 * search.c: More work: selections, context menu, keyboard shortcuts, | |
4568 status bar, drag and drop. | |
4569 | |
4570 Fri Mar 5 03:32:24 2004 John Ellis <johne@verizon.net> | |
4571 | |
4572 * bar_info.[ch]: Export the comment/keyword read/write utilities. | |
4573 * dupe.[ch] (cell_renderer_height_override): Export this hack. | |
4574 * filelist.[ch] (file_data_new_simple): New util in easy to use form. | |
4575 * layout_util.c: Hook up search window to menu. | |
4576 * search.[ch]: New files, started the image search window. Basically | |
4577 works, but can not do anything with the results yet. | |
4578 | |
4579 Tue Mar 2 12:57:39 2004 John Ellis <johne@verizon.net> | |
4580 | |
4581 * bar_info.[ch]: Add details sidebar for display/entry of keywords and | |
4582 comments per image. | |
4583 * bar_sort.c: Fix text capitalization of Link. | |
4584 * info.[ch]: Export table_add_line utlity (for use in bar_info.c). | |
4585 * layout_util.[ch]: Support details sidebar, not sure header needs to | |
4586 export it though, not used anywhere else. | |
4587 * typedefs.h: Add bar_info vars to LayoutWindow. | |
4588 | |
4589 Sun Feb 29 13:51:38 2004 John Ellis <johne@verizon.net> | |
4590 | |
4591 * bar_sort.c: Add symbolic linking option sort manager. | |
4592 * main.c: Notify of beta software on startup. | |
4593 * ui_fileops.[ch]: Add symlink_utf8() util. | |
4594 * configure.in: Branch/merge for 1.5 devel cycle. | |
4595 | |
4596 Mon Mar 1 16:00:36 2004 John Ellis <johne@verizon.net> | |
4597 | |
4598 * README, TODO: Updates. | |
4599 * po/*.po: make distcheck touches these. | |
4600 * configure.in: Release 1.4.1 | |
4601 | |
4602 Mon Mar 1 15:49:28 2004 John Ellis <johne@verizon.net> | |
4603 | |
4604 * hu.po: Updated Hungarian translation, | |
4605 submitted by Koblinger Egmont <egmont@uhulinux.hu> | |
4606 * gqview.desktop: Updated, convert to utf-8. | |
4607 * README: Update credits. | |
4608 | |
4609 Wed Feb 25 21:15:42 2004 John Ellis <johne@verizon.net> | |
4610 | |
4611 * view_dir_tree.c: Fix crash when encountering a folder named | |
4612 (sigh, wait for it...) "empty". Fix is twofold: check success of | |
4613 vdtree_populate_path_by_iter() before accessing something it may free, | |
4614 and use a zero length string ("") for the placeholder node path/name, | |
4615 as there shouldn't be any folders with that name to encounter... | |
4616 | |
4617 Tue Feb 24 19:27:54 2004 John Ellis <johne@verizon.net> | |
4618 | |
4619 * main.c (main): Move gtk_init and friends before any code that may | |
4620 cause a warning dialog that needs gtk to be initialized. This | |
4621 specifically fixes crash when attempting warning about invalid home | |
4622 directory filename encoding. | |
4623 | |
4624 Fri Feb 20 18:29:12 2004 John Ellis <johne@verizon.net> | |
4625 | |
4626 * po/*.po: Make distcheck updates these. | |
4627 * README: Update translation status. | |
4628 * configure.in: Release 1.4.0 | |
4629 | |
4630 Fri Feb 20 18:11:23 2004 John Ellis <johne@verizon.net> | |
4631 | |
4632 * README: Add overview of changes since last stable 1.2.2 release, | |
4633 update email address, some clean up. | |
4634 * gqview.1: Update email address. | |
4635 * TODO: Clean up. | |
4636 | |
4637 Fri Feb 20 16:56:04 2004 John Ellis <johne@bellatlantic.net> | |
4638 | |
4639 * po/fr.po: Updated French translation, | |
4640 submitted by Nicolas Bonifas <nicolas_bonifas@users.sf.net>, | |
4641 with additional updates from Eric Lassauge <lassauge@mail.dotcom.fr>. | |
4642 | |
4643 Fri Feb 20 16:02:32 2004 John Ellis <johne@bellatlantic.net> | |
4644 | |
4645 * po/bg.po: Updated Bulgarian translation, | |
4646 submitted by Vladimir Petrov <vladux@mail.bg>. | |
4647 * po/cs.po: Updated Czech translation, | |
4648 submitted by Jan Raska <jan_raska@hotmail.com>. | |
4649 * po/de.po: Updated German translation, | |
4650 submitted by Danny Milosavljevic <danny_milo@yahoo.com>. | |
4651 * po/es.po: Updated Spanish translation, | |
4652 submitted by "Ariel G. Fermani" <arielfermani@yahoo.com>. | |
4653 * po/fi.po: Updated Finnish translation, | |
4654 submitted by Lauri Nurmi <lanurmi@iki.fi>. | |
4655 * po/nl.po: Updated Dutch translation, | |
4656 submitted by Tino Meinen <a.t.meinen@chello.nl>. | |
4657 * po/sk.po: Updated Slovak translation, | |
4658 submitted by Ivan Priesol <priesol@iris-sk.sk>. | |
4659 * po/zh_TW.po: Updated Traditional Chinese (Big5) translation, | |
4660 submitted by S.J. Luo <crystal@mickey.ee.nctu.edu.tw>. | |
4661 * README: Credit updates. | |
4662 | |
4663 Thu Feb 12 22:58:12 2004 John Ellis <johne@bellatlantic.net> | |
4664 | |
4665 * cache_maint.c(cache_maintain_home): Set the entry that displays | |
4666 the working path as not editable instead of insensitive, as at least | |
4667 the Galaxy theme shows no text in insensitive entries (fg == bg color). | |
4668 | |
4669 Thu Feb 12 22:47:31 2004 John Ellis <johne@bellatlantic.net> | |
4670 | |
4671 * view_file_icon.c(vficon_find_data): Validate row/col (not negative) | |
4672 before attempting access into list model. | |
4673 | |
4674 Sun Feb 8 11:15:17 2004 John Ellis <johne@bellatlantic.net> | |
4675 | |
4676 * layout_config.c: Fix to display translations of layout_title strings. | |
4677 | |
4678 Fri Feb 6 12:23:30 2004 John Ellis <johne@bellatlantic.net> | |
4679 | |
4680 * exif.c(exif_read): Fix for gcc 3.3.2 warning. | |
4681 | |
4682 Tue Feb 3 12:51:45 2004 John Ellis <johne@bellatlantic.net> | |
4683 | |
4684 * README: Updates. | |
4685 * gqview.desktop: Fix Encoding field "Legacy-Mixed". | |
4686 * po/*.po: make distcheck touches these. | |
4687 * configure.in: Release 1.3.9 | |
4688 | |
4689 Tue Feb 3 12:42:13 2004 John Ellis <johne@bellatlantic.net> | |
4690 | |
4691 * README: Updates. | |
4692 * *.[ch]: Update copyright year in file headers. | |
4693 * main.c: Remove start up print of beta notice. | |
4694 | |
4695 Tue Feb 3 11:21:38 2004 John Ellis <johne@bellatlantic.net> | |
4696 | |
4697 * po/bg.po: Updated Bulgarian translation, | |
4698 submitted by Vladimir Petrov <vladux@mail.bg> | |
4699 * po/es.po: Updated Spanish translation, | |
4700 submitted by Ariel Fermani <the_end@bbs.frc.utn.edu.ar> | |
4701 * po/fi.po: Updated Finnish translation, | |
4702 submitted by Lauri Nurmi <lanurmi@iki.fi> | |
4703 * po/fr.po: Updated French translation, | |
4704 submitted by Nicolas Bonifas <nicolas_bonifas@users.sf.net> | |
4705 * po/pl.po: Updated Polish translation, | |
4706 submitted by Emil Nowak <emil5@go2.pl> | |
4707 * po/ru.po: Updated Russian translation, | |
4708 submitted by Sergey Pinaev <dfo@antex.ru> | |
4709 * po/sv.po: Updated Swedish translation, | |
4710 submitted by Hans Ofverbeck <hans.ofverbeck@home.se> | |
4711 * po/vi.po: Updated Vietnamese translation, | |
4712 submitted by pclouds <pclouds@vnlinux.org> | |
4713 * README: Update translation credits where necessary. | |
4714 | |
4715 Tue Feb 3 09:33:55 2004 John Ellis <johne@bellatlantic.net> | |
4716 | |
4717 * README: Updates. | |
4718 * gqview.1: Updated man page. | |
4719 * img-view.c, layout_image.c, layout_util.c: Added back V to toggle | |
4720 fullscreen, F is still the official key but V was currently unused and | |
4721 it helps the upgraders migrate with less pain. | |
4722 | |
4723 Tue Feb 3 09:01:18 2004 John Ellis <johne@bellatlantic.net> | |
4724 | |
4725 * exif.c: Translate return strings, include config.h so intl.h works.. | |
4726 * ui_fileops.c: Include config.h. | |
4727 | |
4728 Mon Feb 2 13:54:59 2004 John Ellis <johne@bellatlantic.net> | |
4729 | |
4730 * exif.c (parse_IFD_entry): Fix walk past end of list when encountering | |
4731 unsupported format id values. | |
4732 * configure.in: Add --disable-xinerama configure switch. | |
4733 * gqview.desktop: Fixes, update to new (0.9.4) desktop spec. | |
4734 | |
4735 Mon Jan 26 02:51:21 2004 John Ellis <johne@bellatlantic.net> | |
4736 | |
4737 * layout.c: Removed unused code. | |
4738 * main.c: Move print_term out of here, fix terminal message encoding, | |
4739 disable listing of 'experimental' command line options. | |
4740 * rcfile.c, thumb.c, ui_bookmark.c: Fix terminal message encoding. | |
4741 * ui_fileops.[ch]: Move print_term() here. | |
4742 | |
4743 Mon Jan 26 01:59:33 2004 John Ellis <johne@bellatlantic.net> | |
4744 | |
4745 * utilops.c: Remove Preview button from batch rename dialog, and fixed | |
4746 the preview column to auto update. BUG: rows-reordered signal of a tree | |
4747 model is never sent, so reordering with drag and drop will not update | |
4748 the preview column - this appears to be a GTK 2.2.4 bug. | |
4749 | |
4750 Fri Jan 23 05:06:27 2004 John Ellis <johne@bellatlantic.net> | |
4751 | |
4752 * utilops.c (file_util_unlink): Connect to destroy (destroyed is wrong) | |
4753 event, also check if file exists, if not simply return false instead | |
4754 of doing the whole attempt which will fail anyway. | |
4755 | |
4756 Fri Jan 23 02:27:02 2004 John Ellis <johne@bellatlantic.net> | |
4757 | |
4758 * po/*.po: Make distcheck touches these. | |
4759 * README: Update translation table. Fix release year (re make dist). | |
4760 * configure.in: Release 1.3.8 | |
4761 | |
4762 Fri Jan 23 02:00:56 2004 John Ellis <johne@bellatlantic.net> | |
4763 | |
4764 * preferences.c: Changed the copyright string such that changes to | |
4765 (c) year, website address, and email address will no longer break the | |
4766 translations. | |
4767 * README: Updates. | |
4768 | |
4769 Thu Jan 22 06:22:07 2004 John Ellis <johne@bellatlantic.net> | |
4770 | |
4771 * info.c, utilops.c: Marked additional strings for translation. | |
4772 * po/fi.po: Updated Finnish translation, | |
4773 submitted by Lauri Nurmi <lanurmi@iki.fi> | |
4774 * po/ja.po: Updated Japanese translation, | |
4775 submitted by Takeshi AIHANA <aihana@gnome.gr.jp> | |
4776 * po/sv.po: Updated Swedish translation, | |
4777 submitted by Hans Ofverbeck <hans.ofverbeck@home.se> | |
4778 [note: es and fr are awaiting a resend in gzip form, unless I can | |
4779 figure out what netscape 4.x does to po files sent as plain text...] | |
4780 | |
4781 Thu Jan 22 05:21:20 2004 John Ellis <johne@bellatlantic.net> | |
4782 | |
4783 * cellrenderericon.[ch]: Changed function and structure names to avoid | |
4784 using the gtk namespace. | |
4785 * collect-table.c, view_file_icon.c: Use new names (above). | |
4786 * img-view.c, layout_image.c: Allow 'N' key to step to next image. | |
4787 * layout_util.c: Revert to old behavior where page up/down are now | |
4788 global to the window for stepping through images. Use Ctrl-Up/Dn to | |
4789 scroll file/folder views a page at a time. | |
4790 | |
4791 Sun Jan 18 21:48:16 2004 John Ellis <johne@bellatlantic.net> | |
4792 | |
4793 * dupe.c: Apply patch to fix char pointer array overrun, | |
4794 submitted by Richard Curnow <rc@rc0.org.uk>. | |
4795 | |
4796 Sun Jan 18 09:46:02 2004 John Ellis <johne@bellatlantic.net> | |
4797 | |
4798 * view_file_icon.c, view_file_list.c: Disabled double click to go to | |
4799 full screen - control clicking for mulitple selection too fast can | |
4800 activate fullscreen - need to revisit strategy. | |
4801 | |
4802 Sun Jan 18 09:29:50 2004 John Ellis <johne@bellatlantic.net> | |
4803 | |
4804 * collect-table.c: Fix division by zero when all thumbnails fail to | |
4805 generate resulting in initial zero row count. | |
4806 * dupe.[ch], filelist.[ch], info.c, layout.[ch], typedefs.h, | |
4807 ui_fileops.[ch], utilops.c, view_file_icon.[ch], view_file_list.[ch]: | |
4808 Use 64 bit integer to store and count file sizes, to properly display | |
4809 >2 Gigabyte counts. Glib 2.2 docs claim type gint64 is guaranteed to be | |
4810 available, also use work-around to avoid %lld for printf conversions. | |
4811 | |
4812 Sun Jan 18 07:35:38 2004 John Ellis <johne@bellatlantic.net> | |
4813 | |
4814 * image.c: NULL initialize function pointers. | |
4815 * view_file_icon.c, view_file_list.c: Set double click in icon and list | |
4816 view to start fullscreen. | |
4817 | |
4818 Sun Jan 18 02:27:57 2004 John Ellis <johne@bellatlantic.net> | |
4819 | |
4820 * image.[ch], typedefs.h: Added image load completed function, it will | |
4821 be called when the current image is finished rendering to screen and | |
4822 when the image preload is complete. Only tested with --debug. | |
4823 | |
4824 Sun Jan 18 01:32:51 2004 John Ellis <johne@bellatlantic.net> | |
4825 | |
4826 * dupe.c: Mark column title strings for translation. | |
4827 * editors.c: Translate command name field for the default editors. | |
4828 * menu.c: Fix sort menu grammar. | |
4829 | |
4830 Wed Jan 14 19:09:45 2004 John Ellis <johne@bellatlantic.net> | |
4831 | |
4832 * exif.c: Fix spelling error of fluorescent. | |
4833 * info.c: Make filename entry non-editable in place of non-sensitive. | |
4834 * main.c: Use the locale's preferred encoding when printing --help text | |
4835 to the terminal. | |
4836 * preferences.c: Make entire filter editor non-sensitive when filtering | |
4837 is disabled. | |
4838 * utilops.c: Grammar, newline fixes. | |
4839 | |
4840 Tue Jan 13 00:43:51 2004 John Ellis <johne@bellatlantic.net> | |
4841 | |
4842 * ui_help.c (help_window_load_text): When encountering invalid utf-8, | |
4843 insert a blank line in place of broken text, removed warnings. | |
4844 * README: Convert encoding to proper utf-8. | |
4845 | |
4846 Sun Jan 11 03:27:17 2004 John Ellis <johne@bellatlantic.net> | |
4847 | |
4848 * layout_util.c (layout_bar_exif_sized): Fix signal handler, | |
4849 size_allocate has no return value. | |
4850 | |
4851 Sun Jan 11 02:11:32 2004 John Ellis <johne@bellatlantic.net> | |
4852 | |
4853 * cache.c: Fixes to initialize char variables before use. | |
4854 * dupe.c: Reset opposing group list when clearing a list. Fixes crash | |
4855 when clearing main list, then adding new files in 'compare two file | |
4856 sets' mode. | |
4857 | |
4858 Sat Jan 10 08:31:04 2004 John Ellis <johne@bellatlantic.net> | |
4859 | |
4860 * view_file_list.c (vflist_select_by_path): Set the focus to this row, | |
4861 so that up/down moves to the expected image when the list has focus. | |
4862 | |
4863 Sat Jan 10 07:29:25 2004 John Ellis <johne@bellatlantic.net> | |
4864 | |
4865 * bar_exif.[ch]: Allow exif info to start in advanced view, added | |
4866 utility to retrieve advanced state. | |
4867 * info.c: Fix for change to bar_exif_new(). | |
4868 * layout.c, layout_util.c, typedefs.h: Layout now remembers the exif | |
4869 sidebar size and advanced state, note this per window, and is not | |
4870 saved on exit. | |
4871 | |
4872 Sat Jan 10 06:38:09 2004 John Ellis <johne@bellatlantic.net> | |
4873 | |
4874 * img-view.c: Fix image stepping bug when same image path is in the | |
4875 list more than once. | |
4876 | |
4877 Sat Jan 10 05:49:00 2004 John Ellis <johne@bellatlantic.net> | |
4878 | |
4879 * thumb.c: Do not scale unknown image icon larger than orginial size. | |
4880 | |
4881 Sat Jan 10 01:43:34 2004 John Ellis <johne@bellatlantic.net> | |
4882 | |
4883 * view_dir_tree.c: Added workaround so that user entered hidden paths | |
4884 are displayed even when 'display hidden files' option is disabled. | |
4885 | |
4886 Sat Jan 10 00:25:39 2004 John Ellis <johne@bellatlantic.net> | |
4887 | |
4888 * view_dir_tree.c (vdtree_rename_row_cb): Force refresh of renamed | |
4889 new folders, so that the name sticks immediately in the view. | |
4890 | |
4891 Thu Jan 8 04:47:35 2004 John Ellis <johne@bellatlantic.net> | |
4892 | |
4893 * view_file_list.c (vflist_select_cb): Remove unnecessary check for | |
4894 previous button click row that was interfering with image selection. | |
4895 | |
4896 Mon Jan 5 03:01:35 2004 John Ellis <johne@bellatlantic.net> | |
4897 | |
4898 * info.c (info_tab_general_image): Fix 'Image size' calculation. | |
4899 | |
4900 Mon Dec 29 18:04:34 2003 John Ellis <johne@bellatlantic.net> | |
4901 | |
4902 * thumb.c (thumb_loader_mark_failure): Fix use of freed memory. | |
4903 * view_file_icon.c, view_file_list.c: Fix thumb generation stall on | |
4904 unknown images. | |
4905 | |
4906 Mon Dec 22 17:58:01 2003 John Ellis <johne@bellatlantic.net> | |
4907 | |
4908 * README: Updated. | |
4909 * po/*.po: Make distcheck updates. | |
4910 * configure.in: Release 1.3.7 | |
4911 | |
4912 Mon Dec 22 17:25:10 2003 John Ellis <johne@bellatlantic.net> | |
4913 | |
4914 * cellrenderericon.h: Fix show_text to be type boolean. | |
4915 * collect-table.c: Fix progressbar height changes by always setting the | |
4916 text of the widget to contain at least one character. | |
4917 * dupe.c, view_file_list.c: Fix warninga about invalid height | |
4918 parameter when setting cell height over 100, this hack simply changes | |
4919 maximum of the height property on GtkCellRenderer. | |
4920 * configure.in (ALL_LINGUAS): Added sv, Swedish language. | |
4921 * po/sv.po: Added Swedish translation, | |
4922 submitted by Hans fverbeck <hans.ofverbeck@home.se>. | |
4923 * po/ru/po: Updated Russian translation, | |
4924 submitted by Sergey Pinaev <dfo@antex.ru>. | |
4925 * README, TODO: Updates. | |
4926 | |
4927 Sun Dec 21 22:50:54 2003 John Ellis <johne@bellatlantic.net> | |
4928 | |
4929 * collect-table.c, dupe.c, img-view.c, layout_image.c, layout_util.c, | |
4930 menu.c, ui_bookmark.c, ui_pathsel.c, view_dir_list.c, view_dir_tree.c, | |
4931 view_file_icon.c, view_file_list.c: Added mnemonics to all of the | |
4932 pop up menus. FIxed a few key bindings, notably fullscreen toggle is | |
4933 now F, New folder is Ctrl-F (and was renamed from Create dir), removed | |
4934 binding for set as wallpaper (conflicted with new window), and Float | |
4935 file list is now L. | |
4936 * README: Documented new key bindings. | |
4937 | |
4938 Sun Dec 21 21:25:46 2003 John Ellis <johne@bellatlantic.net> | |
4939 | |
4940 * image.c: Increase minimum size when dropping scale quality to | |
4941 GDK_INTERP_NEAREST (3 to 8). | |
4942 * TODO: Updates. | |
4943 | |
4944 Sun Dec 21 20:55:03 2003 John Ellis <johne@bellatlantic.net> | |
4945 | |
4946 * collect-table.c, view_file_icon.c: Fix pageup/down increment when | |
4947 text is enabled; fix keyboard popup menu placement; fix image view | |
4948 selection when clicking file already selected with multiple selection. | |
4949 | |
4950 Sat Dec 20 14:01:35 2003 John Ellis <johne@bellatlantic.net> | |
4951 | |
4952 * exif.c: Fix return value (actually return something, oddly with -O2 | |
4953 gcc 3.2.2 is not giving a warning about this). Plus a few changes | |
4954 to avoid casting confusion. | |
4955 | |
4956 Fri Dec 19 18:08:39 2003 John Ellis <johne@bellatlantic.net> | |
4957 | |
4958 * exif.c (exif_item_get_data_as_text): Fix read beyond data buffer by | |
4959 using correct casting of data to sizeof char. | |
4960 | |
4961 Fri Dec 19 01:40:56 2003 John Ellis <johne@bellatlantic.net> | |
4962 | |
4963 * collect-table.c, view_file_icon.c: Hide the focus line drawn by the | |
4964 GtkTreeView by setting the focus to a column with zero width. (We draw | |
4965 the focus ourselves by setting the "has-focus" property of the | |
4966 GtkCellRendererIcon. | |
4967 | |
4968 Fri Dec 19 01:18:22 2003 John Ellis <johne@bellatlantic.net> | |
4969 | |
4970 * view_file_icon.c: Use GtkCellRendererIcon as in collect-table.c | |
4971 | |
4972 Fri Dec 19 00:08:06 2003 John Ellis <johne@bellatlantic.net> | |
4973 | |
4974 * collect-table.c: Hook up Control-T to toggle filename text, set the | |
4975 mode of the cellrenderer to ACTIVITY so that the keyboard focus is not | |
4976 shown. Fixed border padding (again). | |
4977 | |
4978 Thu Dec 18 23:22:41 2003 John Ellis <johne@bellatlantic.net> | |
4979 | |
4980 * cellrenderericon.[ch], collect-table.c: Seems to be getting there, | |
4981 works as expected, anyway... | |
4982 | |
4983 Thu Dec 18 18:32:59 2003 John Ellis <johne@bellatlantic.net> | |
4984 | |
4985 * cellrenderericon.[ch], collect-table.c: More fixes and work, added | |
4986 ability to toggle display of filename text. | |
4987 | |
4988 Thu Dec 18 16:54:17 2003 John Ellis <johne@bellatlantic.net> | |
4989 | |
4990 * cellrenderericon.[ch]: Implements rough GtkCellRendererIcon, so that | |
4991 icon views can show the filename under the icon. | |
4992 * collect-table.c: Use GtkCellRendererIcon (above), for testing, needs | |
4993 work... | |
4994 * Makefile.am: Added cellrenderericon.[ch]. | |
4995 | |
4996 Tue Dec 16 12:20:14 2003 John Ellis <johne@bellatlantic.net> | |
4997 | |
4998 * view_file_list.c (vflist_populate_view): Fix a gtk_list_store_set by | |
4999 supplying missing comma in command - fixes crash on refresh. | |
5000 | |
5001 Mon Dec 15 17:10:44 2003 John Ellis <johne@bellatlantic.net> | |
5002 | |
5003 * TODO: Updates. | |
5004 * configure.in: Release 1.3.6 | |
5005 | |
5006 Mon Dec 15 17:02:46 2003 John Ellis <johne@bellatlantic.net> | |
5007 | |
5008 * dupe.c: Do not unref a GtkStyle we never refed. | |
5009 * collect-table.c, globals.c, gqview.h, preferences.c, rcfile.c: | |
5010 Removed "Insert file drops at pointer location" option for collections, | |
5011 now this is always the behavior. Moved a few options to the advanced | |
5012 tab, removed the collections tab. | |
5013 * main.c: Make the printed beta release note on startup a one liner. | |
5014 * README: Updates. | |
5015 * TODO: Updated. | |
5016 | |
5017 Sun Dec 14 20:58:28 2003 John Ellis <johne@bellatlantic.net> | |
5018 | |
5019 * ui_tree_edit.c, view_dir_list.c, view_file_list.c: Fix warnings by | |
5020 checking that GtkTreeView is realized before attempting to scroll. | |
5021 This was a problem when the tools are hidden. | |
5022 | |
5023 Sun Dec 14 19:26:37 2003 John Ellis <johne@bellatlantic.net> | |
5024 | |
5025 * exif.c, preferences.c, ui_pathsel.c, view_file_list.c: Fix typo and | |
5026 a few strings. | |
5027 | |
5028 Sun Dec 14 02:51:47 2003 John Ellis <johne@bellatlantic.net> | |
5029 | |
5030 * dnd.[ch] (dnd_set_drag_icon): New utility dnd thumbnails. | |
5031 * collect-table.c, view_file_icon.c, view_file_list.c: Set the drag | |
5032 icon when beggining a dnd operation. | |
5033 * dupe.c: Set drag icon, fix progress bar value warning when starting | |
5034 thumbnail loading. | |
5035 * view_dir_tree.c (vdtree_press_cb): Fix use of free GtkTreePath (move | |
5036 free to correct place). | |
5037 | |
5038 Sat Dec 13 15:26:15 2003 John Ellis <johne@bellatlantic.net> | |
5039 | |
5040 * bar_exif.c, bar_sort.c, cache_maint.c, collect-table.c, collect.c, | |
5041 dupe.c, fullscreen.c, image.c, img-view.c, info.c, layout.c, | |
5042 layout_config.c, layout_image.c, layout_util.c, main.c, menu.c, | |
5043 preferences.c, ui_bookmark.c, ui_fileops.c, ui_help.c, ui_menu.[ch], | |
5044 ui_pathsel.c, ui_tabcomp.c, ui_tree_edit.c, ui_utildlg.c, utilops.c, | |
5045 view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: | |
5046 Remove use of deprecated GTK functions | |
5047 (as of GTK 2.2.4 with -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED) | |
5048 | |
5049 Fri Dec 12 17:49:37 2003 John Ellis <johne@bellatlantic.net> | |
5050 | |
5051 * collect-table.c: Fix removal of right clicked, but non selected | |
5052 items. | |
5053 | |
5054 Fri Dec 12 16:43:32 2003 John Ellis <johne@bellatlantic.net> | |
5055 | |
5056 * ui_clist_edit.[ch]: Removed, clist is deprecated. | |
5057 * ui_tree_edit.[ch]: Move the ui_glist_XXX utils here (from above). | |
5058 * collect-table.c, collect.c, ui_pathsel.c: Fix includes for above. | |
5059 | |
5060 Fri Dec 12 16:31:14 2003 John Ellis <johne@bellatlantic.net> | |
5061 | |
5062 * collect-table.c, typedefs.h: Fixed the marker positioning, made the | |
5063 drop placement more intuitive, and removed ugly popup window for | |
5064 display of marker position. | |
5065 * ui_tree_edit.c(widget_auto_scroll_cb): Only send the notify when the | |
5066 adjustment will change. | |
5067 * icons/marker.xpm: Gave marker a black border for some contrast on | |
5068 red images/themes. | |
5069 | |
5070 Thu Dec 11 21:45:22 2003 John Ellis <johne@bellatlantic.net> | |
5071 | |
5072 * collect-io.c, collect.[ch], typedefs.h: Collection thumbnails are | |
5073 now stored as pixbufs instead of pixmaps... | |
5074 * collect-table.c: Port clist to GtkTreeView, using view_file_icon.c | |
5075 as a guide, so it now has the same selection behavior. | |
5076 * view_file_icon.c: Remove cruft, fix thumbnail pixbuf leak. | |
5077 | |
5078 Wed Dec 10 12:59:37 2003 John Ellis <johne@bellatlantic.net> | |
5079 | |
5080 * view_file_icon.c: Fix centering of icons in columns, set keyboard | |
5081 cursor when moving focus. | |
5082 | |
5083 Tue Dec 9 22:58:11 2003 John Ellis <johne@bellatlantic.net> | |
5084 | |
5085 * globals.c, gqview.h, rcfile.c, typedefs.h, view_file_icon.c: Added | |
5086 option show_icon_names - for future ability to display filnames in the | |
5087 icon view. (this will need a custom gtkcellrenderer, on TODO). | |
5088 | |
5089 Tue Dec 9 16:48:51 2003 John Ellis <johne@bellatlantic.net> | |
5090 | |
5091 * typedefs.h, view_file_icon.c: Change the icon view to a GtkTreeView. | |
5092 * ui_tree_edit.h: Fix function description. | |
5093 * view_dir_list.c, view_dir_tree.c, vire_file_list.c: Fix incorrectly | |
5094 unrefed style pointers, guard against possible button release event | |
5095 on drop event (not sure what is causing this). | |
5096 | |
5097 Wed Dec 3 16:01:24 2003 John Ellis <johne@bellatlantic.net> | |
5098 | |
5099 * ui_bookmark.[ch]: Added history_combo utilities. | |
5100 * ui_utildlg.c: Use default history length for file dialogs. | |
5101 * utilops.c: When auto renaming single file, show preview of new name. | |
5102 Added drop down history for numerical rename prefix and suffixes. Fixed | |
5103 bug with numerical rename when anything but first row was selected. | |
5104 Gave prefix and suffix entries all available room, packed the image | |
5105 preview into a pane so image does not resize with window. Fixed | |
5106 incorrect lower value (1 -> 0) in start number selection. | |
5107 * view_file_list.c: Fixed incorrect resort when renaming files. | |
5108 * TODO: Major todo list cleanup. | |
5109 | |
5110 Wed Dec 3 00:38:41 2003 John Ellis <johne@bellatlantic.net> | |
5111 | |
5112 * dnd.[ch], ui_bookmarks.[ch]: Proper uri drag and drop escape encodes. | |
5113 * dupe.c, img-view.c, info.c, layout_image.c, ui_pathsel.c, | |
5114 view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: | |
5115 Use new dnd, fix dnd bugs. Ignore button release event when it resulted | |
5116 from a drag end (event x = y = 0). Dnd to/from nautilus/konquerer | |
5117 now works. | |
5118 | |
5119 Tue Dec 2 15:57:03 2003 John Ellis <johne@bellatlantic.net> | |
5120 | |
5121 * typedefs.h, view_dir_tree.c: Set busy pointer when loading paths. | |
5122 Fix bug when updating nodes via timestamp change. Force refresh when | |
5123 setting a path, to ensure new folders appear (in automounted folders). | |
5124 | |
5125 Mon Dec 1 17:50:37 2003 John Ellis <johne@bellatlantic.net> | |
5126 | |
5127 * cache_maint.c (cache_maintain_home_cb): Use correct path when | |
5128 attempting to remove old thumbnails. | |
5129 * view_dir_list.c: Check access with R_OK | X_OK. | |
5130 * view_dir_tree.c: Fix icon states, population by expander click. | |
5131 | |
5132 Mon Dec 1 01:50:29 2003 John Ellis <johne@bellatlantic.net> | |
5133 | |
5134 * image.c (image_change_from_image): Remove string/loader/pixbuf leaks. | |
5135 * ui_pathsel.c: Remove while(events) hack. | |
5136 * ui_tree_edit.c: Move the while(events) hack here, so that tree is | |
5137 in consistent state before showing popup. | |
5138 * view_dir_tree.c: Fix new folder command. | |
5139 | |
5140 Mon Dec 1 00:59:07 2003 John Ellis <johne@bellatlantic.net> | |
5141 | |
5142 * intl.h: Fix compile error when gettext is disabled. | |
5143 * layout_util.c, typedefs.h: Remove pixmap/masks from PixmapFolders. | |
5144 * view_dir_tree.c: Fixed node leaks when removing rows, destroy. | |
5145 | |
5146 Sat Nov 29 11:06:03 2003 John Ellis <johne@bellatlantic.net> | |
5147 | |
5148 * layout.c: Set the default keybaord focus to the image pane. | |
5149 * layout_util.c: Make the image zoom/traversal keys only work when the | |
5150 image has the keyboard focus. | |
5151 * view_dir_tree.c: Many fixes for expansion, population, sorting, | |
5152 dnd hovering expansion, expander display, expander clicks, and | |
5153 removed unused cruft. | |
5154 | |
5155 Sat Nov 29 08:18:52 2003 John Ellis <johne@bellatlantic.net> | |
5156 | |
5157 * view_dir_tree.c: Fixed so clicking expanders does not select row, | |
5158 remove flicker caused by column AUTOSIZE, us GROW_ONLY instead. | |
5159 | |
5160 Fri Nov 28 21:38:50 2003 John Ellis <johne@bellatlantic.net> | |
5161 | |
5162 * typedefs.h, view_dir_tree.c: Started change from ctree to treeview, | |
5163 compiles cleanly - but has 'issues'. | |
5164 * view_dir_list.c: Minor fixes done when using as reference for above. | |
5165 | |
5166 Mon Nov 24 15:08:00 2003 John Ellis <johne@bellatlantic.net> | |
5167 | |
5168 * utilops.c: Convert multiple rename clist to a treeview, added preview | |
5169 for autorename results. | |
5170 * view_file_list.c: Fix update errors after a rename. | |
5171 | |
5172 Mon Nov 24 13:18:11 2003 John Ellis <johne@bellatlantic.net> | |
5173 | |
5174 * view_file_list.c: Fix loss of selection when changing sort order, fix | |
5175 incorrect next row selection when deleting files, and add fix to | |
5176 maintain row position when toggling thumbnails. | |
5177 | |
5178 Wed Nov 19 02:17:25 2003 John Ellis <johne@bellatlantic.net> | |
5179 | |
5180 * view_file_list.c(vflist_populate_view): Fix incorrect iter advance | |
5181 that leaves old rows behind, eventually causing crash on autorefresh. | |
5182 | |
5183 Tue Nov 18 07:33:36 2003 John Ellis <johne@bellatlantic.net> | |
5184 | |
5185 * dupe.c: Fix keyboard menu placement on second_listview, set middle | |
5186 mouse button to toggle row selection. | |
5187 * typedefs.h, view_file_list.c: Fix in place renaming option, fix menu | |
5188 placement from keyboard pop-up, set middle button to toggle row | |
5189 selection, and fix image display on a select-all. | |
5190 | |
5191 Mon Nov 17 16:19:46 2003 John Ellis <johne@bellatlantic.net> | |
5192 | |
5193 * dupe.c: Consistently handle button press/release pairs. | |
5194 * ui_tree_edit.[ch]: Fixed the visibility utility, added a scroll util | |
5195 based on current visibility. | |
5196 * view_dir_list.c: Correctly scroll to and set focus to highlight | |
5197 previous path when going up the tree. | |
5198 * view_file_list.c: Allow dnd with button 1, fix selection behavior, | |
5199 fix auto scrolling. | |
5200 | |
5201 Mon Nov 17 14:14:39 2003 John Ellis <johne@bellatlantic.net> | |
5202 | |
5203 * filelist.c, typedefs.h: Added pixbuf pointer for FileData to store | |
5204 thumbnails. Changes for file list move to GtkTreeView. | |
5205 * ui_tree_edit.[ch]: Added tree_view_row_get_visibility, needs work. | |
5206 * view_dir_list.c: Set the cursor focus when clicking a row, change | |
5207 selection mode to NONE. | |
5208 * view_file_list.c: Change from GtkCList to GtkTreeView for main | |
5209 file list, needs cleanup. | |
5210 | |
5211 Sun Nov 16 23:10:04 2003 John Ellis <johne@bellatlantic.net> | |
5212 | |
5213 * layout_config.c: Change clist to treeview for layout order. | |
5214 * layout_util.c, typedefs.h: Added pixbuf versions to PixmapFolders. | |
5215 * preferences.c: Remove include of ui_clist_edit.h. | |
5216 * ui_pathsel.c: Fixes for leaking GtkTreePaths. | |
5217 * ui_tree_edit.c: Placement fix, crash fix, grab keyboard. | |
5218 * view_dir_list.c: Add folder icons back, porting this widget complete? | |
5219 | |
5220 Sat Nov 15 12:32:22 2003 John Ellis <johne@bellatlantic.net> | |
5221 | |
5222 * ui_tree_edit.c: Make start of scroll smoother when starting from | |
5223 edges of widget by slowly ramping up speed. | |
5224 | |
5225 Sat Nov 15 12:12:18 2003 John Ellis <johne@bellatlantic.net> | |
5226 | |
5227 * ui_tree_edit.[ch]: Added generic autoscroll for dnd, etc. | |
5228 * view_dir_list.c: use above auto scroll for dnd. | |
5229 | |
5230 Fri Nov 14 21:10:45 2003 John Ellis <johne@bellatlantic.net> | |
5231 | |
5232 * collect-table.c, img-view.c, layout_image.c, view_dir_tree.c, | |
5233 view_file_icon.c, view_file_list.c: Fixes for new menu popup utility. | |
5234 * dupe.c: Fixed keyboard popup menu placement, dnd cleanup. | |
5235 * ui_menu.[ch](popup_menu_position_clamp): Added height flag, when non | |
5236 zero region is avoided. | |
5237 * ui_tree_edit.[ch]: Added utils to retrieve cell coordinates. | |
5238 * view_dir_list.c: Added keyboard popup menu placement, fix menu crash, | |
5239 set correct dnd behavior (when source, disable dnd dest). Also removed | |
5240 ".." folder when root is listed. | |
5241 | |
5242 Fri Nov 14 13:25:42 2003 John Ellis <johne@bellatlantic.net> | |
5243 | |
5244 * dupe.c: Use shift_color from ui_tree_edit.h, update cached static | |
5245 GdkColor when the widget changes. | |
5246 * typedefs.h, view_dir_list.c: Port clist to tree view, needs polish. | |
5247 * ui_tree_edit.[ch]: Make shift_color available to rest of app. | |
5248 | |
5249 Fri Nov 14 03:11:13 2003 John Ellis <johne@bellatlantic.net> | |
5250 | |
5251 * dupe.c, fullscreen.c, image.c, view_dir_tree.c: Use gdk_cursor_unref | |
5252 instead of a direct gdk_cursor_destroy (still leaks though). | |
5253 | |
5254 Thu Nov 13 08:59:01 2003 John Ellis <johne@bellatlantic.net> | |
5255 | |
5256 * dupe.c: Fixed slowness when updating thumbnails. Also set a busy | |
5257 cursor on listview while comparing/sorting. | |
5258 | |
5259 Wed Nov 12 15:30:36 2003 John Ellis <johne@bellatlantic.net> | |
5260 | |
5261 * dupe.c: Row height is now correct when thumbnails is on, set the | |
5262 unknown pic for broken thumbnails, properly set alignment on date | |
5263 and size columns, and fixed keyboard popup menu placement. | |
5264 * thumb.[ch]: Added new function thumb_loader_get_pixbuf(), which | |
5265 has option to return unknown image if thumbnail is broken. | |
5266 | |
5267 Wed Nov 12 12:15:22 2003 John Ellis <johne@bellatlantic.net> | |
5268 | |
5269 * dupe.c: Reimplement the alternating row color per match group, | |
5270 learning how to manipulate a gtktreeview sure is fun :-P | |
5271 | |
5272 Wed Nov 12 10:10:36 2003 John Ellis <johne@bellatlantic.net> | |
5273 | |
5274 * dupe.c: Fix dnd and selection, allow button 1 to initiate dnd. | |
5275 | |
5276 Tue Nov 11 14:24:19 2003 John Ellis <johne@bellatlantic.net> | |
5277 | |
5278 * dupe.c: Change GtkClists to GtkTreeView. Still needs work. | |
5279 * TODO: List things needed to be done to complete above conversion. | |
5280 | |
5281 Mon Nov 10 21:01:21 2003 John Ellis <johne@bellatlantic.net> | |
5282 | |
5283 * utilops.c: Show safe delete status in delete dialogs (off or on). | |
5284 | |
5285 Sun Nov 9 14:56:19 2003 John Ellis <johne@bellatlantic.net> | |
5286 | |
5287 * README: Updates. | |
5288 * src/Makefile.am: Create ui_icons.h in builddir, not srcdir. | |
5289 * configure.in: Release 1.3.5 | |
5290 | |
5291 Sun Nov 9 11:45:49 2003 John Ellis <johne@bellatlantic.net> | |
5292 | |
5293 * bar_exif.c: Add padding to right of advanced view checkbutton. | |
5294 * exif.c: Use correct key when retrieving ApertureValue for fAperture. | |
5295 | |
5296 Sun Nov 9 11:09:50 2003 John Ellis <johne@bellatlantic.net> | |
5297 | |
5298 * exif.c: string_append_raw_bytes() character replacement fix, added | |
5299 description for GPSInfo. | |
5300 | |
5301 Sun Nov 9 10:51:13 2003 John Ellis <johne@bellatlantic.net> | |
5302 | |
5303 * exif.c: Added Exif 2.2 specific tags. Fixed fFlash and | |
5304 fSubjectDistance to return properly formatted data per 2.2 specs. | |
5305 | |
5306 Sun Nov 9 07:29:26 2003 John Ellis <johne@bellatlantic.net> | |
5307 | |
5308 * exif.[ch]: Fix incorrect orientation order by swapping | |
5309 BOTTOM_LEFT and BOTTOM_RIGHT in the enum. | |
5310 * globals.c, gqview.h, image.c, preferences.c, rcfile.c: Added auto | |
5311 rotate image per exif info option (off by default). | |
5312 * image.c: Add missing include of ui_fileops.h. | |
5313 | |
5314 Sun Nov 9 06:41:48 2003 John Ellis <johne@bellatlantic.net> | |
5315 | |
5316 * bar_exif.c: Fix incorrect column number setup in advanced view. | |
5317 * exif.c: Added additional tags (to misc section), and altered a few | |
5318 things after checking exif.org PDF spec sheet. | |
5319 | |
5320 Sat Nov 8 20:51:37 2003 John Ellis <johne@bellatlantic.net> | |
5321 | |
5322 * bar_exif.c: Added advanced view for exif data. | |
5323 * exif.c: Fix capitalization, mark relevent (standard view) strings for | |
5324 translation. | |
5325 * info.c: Use a paned widget to allow expansion of properties window | |
5326 without expanding image view size. | |
5327 | |
5328 Sat Nov 8 10:49:55 2003 John Ellis <johne@bellatlantic.net> | |
5329 | |
5330 * bar_exif.c: Fix alignments when adding labels to table, so that | |
5331 entries with mulitple lines will be top aligned. | |
5332 | |
5333 Sat Nov 8 10:44:43 2003 John Ellis <johne@bellatlantic.net> | |
5334 | |
5335 * README, TODO: Updates. | |
5336 | |
5337 Sat Nov 8 10:38:40 2003 John Ellis <johne@bellatlantic.net> | |
5338 | |
5339 * ui_fileops.c: When converting filenames to utf-8 fails, display | |
5340 clear warning to user, and simply allow the broken strings through. | |
5341 | |
5342 Sat Nov 8 06:07:09 2003 John Ellis <johne@bellatlantic.net> | |
5343 | |
5344 * src/Makefile.am: Added exif.c back to build list. | |
5345 * exif.[ch]: Moved necessary declarations out to header file, a few | |
5346 namespace changes, added access functions (still need: (uns)byte, | |
5347 undefined, float, double, and the multiple data element ones). | |
5348 * bar_exif.c: Fixes to use exif.h instead of exif.c. | |
5349 | |
5350 Fri Nov 7 17:27:35 2003 John Ellis <johne@bellatlantic.net> | |
5351 | |
5352 * bar_exif.c: Removed remnants of old exif parser. | |
5353 * info.[ch]: Removed unnecessary tab updates, avoid reloading things | |
5354 like exif data every time the window size changes. | |
5355 | |
5356 Fri Nov 7 16:46:41 2003 John Ellis <johne@bellatlantic.net> | |
5357 | |
5358 * exif.c: Allow support for unknown IDF tags. | |
5359 * bar_exif.c: Convert ASCII strings of exif to UTF-8, added description | |
5360 and copyright fields. | |
5361 | |
5362 Fri Nov 7 14:30:22 2003 John Ellis <johne@bellatlantic.net> | |
5363 | |
5364 * exif.c: Fix shutter speed bugs... problem 1: wrong calculation, | |
5365 problem 2: retrieving invalid key name! :-/ | |
5366 | |
5367 Fri Nov 7 13:51:01 2003 John Ellis <johne@bellatlantic.net> | |
5368 | |
5369 * bar_exif.c, exif.c: Added formatting utility to get the commonly | |
5370 used data tags in a user meaningful format, output now matches previous | |
5371 versions, however the Shutter speeds differ a bit, will need to | |
5372 check (off by one?). | |
5373 | |
5374 Fri Nov 7 11:03:57 2003 John Ellis <johne@bellatlantic.net> | |
5375 | |
5376 * exif.c: Rewrite EXIF parser so that data is stored in list format, | |
5377 such that adding additional tags will be easy, and ExifData will not | |
5378 need to be touched. Very rough, human readable output for exif keys | |
5379 is yet to be added. | |
5380 * bar_exif.c: Changed to work with new exif.c, temporarily include | |
5381 exif.c instead of exif.h, since exif.h has not been updated yet. | |
5382 * src/Makefile.am: Temporarily remove exif.c from build, as bar_exif.c | |
5383 includes it directly. | |
5384 | |
5385 Wed Nov 5 08:03:41 2003 John Ellis <johne@bellatlantic.net> | |
5386 | |
5387 * editors.c(editor_verbose_io_cb): Use count returned from read when | |
5388 validating/converting text. | |
5389 | |
5390 Wed Nov 5 07:21:57 2003 John Ellis <johne@bellatlantic.net> | |
5391 | |
5392 * README: Updates, and converted encoding format to utf-8. | |
5393 | |
5394 Wed Nov 5 06:16:57 2003 John Ellis <johne@bellatlantic.net> | |
5395 | |
5396 * cache.c, cache_maint.c, collect-io.c, dupe.c, editors.c, exif.c, | |
5397 filelist.c, image-load.c, main.c, rcfile.c, thumb.c, ui_bookmark.c, | |
5398 ui_fileops.c, ui_pathsel.c, ui_tabcomp.c: Fix up the crashes when on | |
5399 a system claiming to be UTF-8, but the filesystem is not UTF-8. Spew | |
5400 warning to user when such conditions occur. Editor command result text | |
5401 is now validated before use in verbose window. | |
5402 | |
5403 Tue Nov 4 15:07:51 2003 John Ellis <johne@bellatlantic.net> | |
5404 | |
5405 * ui_spinner.png: Changed order of frames for smoother start.. | |
5406 | |
5407 Tue Nov 4 12:01:14 2003 John Ellis <johne@bellatlantic.net> | |
5408 | |
5409 * filelist.[ch]: The filter listing is now retrieved from gdk-pixbuf, | |
5410 so that newly installed loaders are automatically added to the filters. | |
5411 * preferences.c, rcfile.c: Changes for new filter keys. Changed rcfile | |
5412 keys from filter to filter_ext, since the values are not backward | |
5413 compatible. Jumping between old and new releases will reset the list. | |
5414 | |
5415 Tue Nov 4 10:49:23 2003 John Ellis <johne@bellatlantic.net> | |
5416 | |
5417 * filelist.c(filter_add_defaults): Added svg format, if you have | |
5418 librsvg installed, chances are you have the gdkpixbuf loader too. | |
5419 | |
5420 Tue Nov 4 09:46:47 2003 John Ellis <johne@bellatlantic.net> | |
5421 | |
5422 * icon_config.xpm icon_home.xpm icon_reload.xpm icon_zoom_fit.xpm | |
5423 icon_zoom_in.xpm icon_zoom_norm.xpm icon_zoom_out.xpm: Removed old | |
5424 unused icon files. | |
5425 * Makefile.am: Remove references to above. | |
5426 * layout_util.c: Really remove references to above. | |
5427 | |
5428 Tue Nov 4 09:40:01 2003 John Ellis <johne@bellatlantic.net> | |
5429 | |
5430 * cache_maint.c: Added spinner to purge old/clear thumbnails dialog. | |
5431 | |
5432 Tue Nov 4 09:25:03 2003 John Ellis <johne@bellatlantic.net> | |
5433 | |
5434 * Makefile.am: Build details to create ui_icons.h (inline pixbufs). | |
5435 * ui_spinner.[ch]: New activity spinner and icon utils. | |
5436 * ui_spinner.png, ui_tabcomp.png: New icon files. | |
5437 * ui_tabcomp.xpm: Removed, using pngs now. | |
5438 * ui_tabcomp.c: Use inline pixbuf data from ui_spinner. | |
5439 * editors.c: Added spinner to verbose window. | |
5440 | |
5441 Fri Oct 31 11:34:42 2003 John Ellis <johne@bellatlantic.net> | |
5442 | |
5443 * editors.c: Include editors.h. (-Wmissing-prototypes warning) | |
5444 * ui_fileops.[ch]: Move sys/stat.h include to header file. (same) | |
5445 * utilops.c: Made file_util_unlink static. (same) | |
5446 * README: Updated. | |
5447 * po/*.po: Make distcheck touches these. | |
5448 * configure.in: Release 1.3.4 | |
5449 | |
5450 Fri Oct 31 10:57:51 2003 John Ellis <johne@bellatlantic.net> | |
5451 | |
5452 * utilops.c(file_util_safe_number): Fix mem leaks, includes using | |
5453 correct utility to free the list (path_list_free -> filelist_free). | |
5454 Also avoid sorting list more than once. | |
5455 | |
5456 Fri Oct 31 10:35:34 2003 John Ellis <johne@bellatlantic.net> | |
5457 | |
5458 * editors.c(editor_command_one): Free path removed from list, fixes | |
5459 memory leak. | |
5460 * image.c(image_free): Set post buffer NULL before destroying image | |
5461 window, fixes mem leak. | |
5462 * thumb.c(thumb_loader_done_cb): Fix pixbuf leak when scaling for | |
5463 thumbnails [yeek! has this always been here?]. | |
5464 | |
5465 Sun Oct 26 06:14:07 2003 John Ellis <johne@bellatlantic.net> | |
5466 | |
5467 * README: Updates: | |
5468 * image.c(image_tile_render): Add hack to avoid crash in the pixbuf | |
5469 scalers when image window size is less than 3 in any direction. | |
5470 (debian BUG# 209365) | |
5471 | |
5472 Sun Oct 26 03:59:45 2003 John Ellis <johne@bellatlantic.net> | |
5473 | |
5474 * cache.c, cache_main.c, collect-io.c, collect.c, dupe.c, editors.c, | |
5475 exif.c, filelist.[ch], image-load.c, img-view.c, info.c, layout.c, | |
5476 layout_image.c, layout_util.c, main.c, menu.c, pixbuf_util.c, | |
5477 rcfile.c, thumb.c: Fixes for utf8 <--> locale conversion, all paths | |
5478 are now held in utf8 strings. Paths are now converted to locale prior | |
5479 to use in a library function. | |
5480 * dnd.c: Simply make this a wrapper for the ui_bookmark.c functions. | |
5481 * ui_bookmark.[ch]: utf8 fixes. | |
5482 * ui_fileops.[ch]: utf8 fixes, added utf8 path string utils. | |
5483 * ui_help.c: Removed old comments no longer needed. | |
5484 * ui_menu.[ch]: Added menu_item_add_simple, for filenames as menu text. | |
5485 * ui_pathsel.c, ui_tabcomp.c: utf8 fixes. | |
5486 * utilops.c: utf8 fixes, also fixed broken auto rename option when | |
5487 copy/move a single file. | |
5488 * view_dir_list.c, view_dir_tree.c: utf8 fixes. | |
5489 * view_file_icon.c, view_file_list.c: utf8 fixes, plus drag and drop | |
5490 selection fixes. | |
5491 | |
5492 Fri Oct 24 08:00:12 2003 John Ellis <johne@bellatlantic.net> | |
5493 | |
5494 * editors.c: Added stop button to allow aborting midway through | |
5495 multiple file operations. | |
5496 * preferences.c: Added help button for the command macros to the editor | |
5497 preferences tab, added credits button to the about dialog. | |
5498 * README: Added editors section describing macros, marked credits | |
5499 section to be found by about credits button. | |
5500 * po/POTFILES.in: Added editors.c | |
5501 | |
5502 Fri Oct 24 06:16:32 2003 John Ellis <johne@bellatlantic.net> | |
5503 | |
5504 * editors.[ch]: Moved the editor command stuff here, added window to | |
5505 display results of a command. Window only shown when command prefixed | |
5506 by %v. | |
5507 * gqview.h, main.c: Removed above functions. | |
5508 * collect-table.c, collect.c, dupe.c, img-view.c, layout_image.c, | |
5509 layout_util.c, preferences.c, view_file_icon.c, view_file_list.c: | |
5510 Include editors.h. | |
5511 * ui_fileops.[ch]: Moved path_list_copy here. | |
5512 | |
5513 Mon Oct 21 00:05:03 2003 John Ellis <johne@bellatlantic.net> | |
5514 | |
5515 * README, TODO: Updates. | |
5516 * po/*.po: make distcheck changes. | |
5517 * configure.in: Release 1.3.3 | |
5518 | |
5519 Mon Oct 20 10:16:12 2003 John Ellis <johne@bellatlantic.net> | |
5520 | |
5521 * preferences.c: Clean up the editor slot entry alignments, removed | |
5522 extra frame from inside each tab. | |
5523 | |
5524 Mon Oct 20 08:26:05 2003 John Ellis <johne@bellatlantic.net> | |
5525 | |
5526 * gqview.h, main.c, globals.c, rcfile.c, preferences.c: Make the number | |
5527 of editor slots adjustable by a define, instead of hard coding it | |
5528 everywhere. Increase the slot count to 10. Add lossless jpeg rotation | |
5529 to the defaults (uses jpegtran). | |
5530 * collect.c, dupe.c, img-view.c, layout_image.c, layout_util.c, | |
5531 menu.c: Connect the ctrl+9/0 keys to the new 9 and 10 editor slots. | |
5532 * view_file_icon.c: Fix loss of selection of changed files on refresh. | |
5533 * README: Updates. | |
5534 | |
5535 Sat Oct 18 21:06:10 2003 John Ellis <johne@bellatlantic.net> | |
5536 | |
5537 * exif.[ch]: Flash display patch to work with more cameras, based on | |
5538 gqview-devel post by Eric Swalens <eric.swalens@easynet.be> | |
5539 * de.po: Updated German translation, | |
5540 submitted by Unseld@t-online.de (Rainer Unseld). | |
5541 * es.po: Updated Spanish translation, | |
5542 submitted by Ariel Fermani <the_end@bbs.frc.utn.edu.ar> | |
5543 * preferences.c: Some cleanup fo duplicated code, set the options | |
5544 insensitive that can be disabled by another. | |
5545 * view_dir_list.c: Added the '.' folder back so that users can drop | |
5546 images into the current path with dnd. | |
5547 * dupes.c: Added ability to select all group 1 (parent) and all | |
5548 group 2 (child) duplicates. Very handy when comparing two file sets. | |
5549 * info.c: Make the properties window remember its size when expanded. | |
5550 * layout_util.c(layout_key_press_cb): Small fix. | |
5551 * layout.c(layout_selection_list): Return active image when in | |
5552 collection view mode. | |
5553 | |
5554 Sat Oct 18 12:09:35 2003 John Ellis <johne@bellatlantic.net> | |
5555 | |
5556 * utilops.c: Fix incorrect test for file_util_unlink return value. | |
5557 | |
5558 Sat Oct 18 04:02:56 2003 John Ellis <johne@bellatlantic.net> | |
5559 | |
5560 * utilops.c: Added debug printf. | |
5561 * README: Updated changes list. | |
5562 | |
5563 Sat Oct 18 03:01:40 2003 John Ellis <johne@bellatlantic.net> | |
5564 | |
5565 * globals.c, gqview.h, main.c, preferences.c, rcfile.c, utilops.[ch]: | |
5566 Added a safe delete feature (trash folder), location and max size can | |
5567 be set in preferences. By default trash is off (normal delete). Let's | |
5568 just say the developer wishes he had the safe delete option only a | |
5569 few hours ago... | |
5570 * layout.c, view_file_icon.[ch], view_file_list.[ch]: Make the file | |
5571 views return if they were affected by the maintenance call. Use this | |
5572 info when resetting the autorefresh time stamp for the layout. | |
5573 | |
5574 Fri Oct 17 23:53:13 2003 John Ellis <johne@bellatlantic.net> | |
5575 | |
5576 * dupe.c(dupe_item_set_path): Correctly update the lists when the | |
5577 second list is enabled. | |
5578 | |
5579 Fri Oct 17 20:04:54 2003 John Ellis <johne@bellatlantic.net> | |
5580 | |
5581 * image.c, typedefs.h: When read ahead is enabled, also buffer the | |
5582 previous image. | |
5583 | |
5584 Fri Oct 17 19:11:02 2003 John Ellis <johne@bellatlantic.net> | |
5585 | |
5586 * dupe.c, similar.c: Moved the alternate enabled check to similar.c, so | |
5587 that there is only one place to check for it. | |
5588 | |
5589 Fri Oct 17 08:59:57 2003 John Ellis <johne@bellatlantic.net> | |
5590 | |
5591 * cache.[ch], dupe.c, main.c, similar.[ch]: Changes to the alternate | |
5592 'algorithm' layout to make adjustments easier (only from similar.c). | |
5593 | |
5594 Thu Oct 16 21:40:45 2003 John Ellis <johne@bellatlantic.net> | |
5595 | |
5596 * dupe.c: Fixed up the compare two file sets option, results now | |
5597 include which list the image is from. | |
5598 | |
5599 Thu Oct 16 20:48:43 2003 John Ellis <johne@bellatlantic.net> | |
5600 | |
5601 * dupe.c: Fixups, and make item removal work. | |
5602 | |
5603 Thu Oct 16 01:37:38 2003 John Ellis <johne@bellatlantic.net> | |
5604 | |
5605 * dupe.c: Added debug thumbprint window to display what is going | |
5606 on with the similarity thumbprints. | |
5607 | |
5608 Thu Oct 16 00:23:33 2003 John Ellis <johne@bellatlantic.net> | |
5609 | |
5610 * dupe.c: More fixes for sort/group by rank. Still need to work on | |
5611 the removal and second list functions. | |
5612 | |
5613 Wed Oct 15 20:20:29 2003 John Ellis <johne@bellatlantic.net> | |
5614 | |
5615 * dupe.[ch]: Major reorganization, started change to rank based | |
5616 sorting and grouping of matches. | |
5617 | |
5618 Wed Oct 15 02:27:26 2003 John Ellis <johne@bellatlantic.net> | |
5619 | |
5620 * cache.c: Fixups to string comparison logic (eek!). | |
5621 * similar.c: Added (unused) utility to stretch the contrast of a | |
5622 color channel, may use this for the grey mode. | |
5623 | |
5624 Tue Oct 14 23:15:19 2003 John Ellis <johne@bellatlantic.net> | |
5625 | |
5626 * cache.[ch], dupe.c, similar.[ch]: Added experimental greyscale | |
5627 similarity algorithm. | |
5628 * main.c: Added command line option --greysims to enable the greyscale | |
5629 algorithm. | |
5630 | |
5631 Fri Oct 3 20:03:40 2003 John Ellis <johne@bellatlantic.net> | |
5632 | |
5633 * collect.c, filelist.c, preferences.c, rcfile.c, view_dir_tree.c, | |
5634 view_file_list.c: Made case sensitive sorting optional. | |
5635 * ui_fileops.[ch]: Add case sensitive sort option utility. | |
5636 * ui_pathsel.c, ui_tabcomp.c: Support case sensitive sort option in | |
5637 file dialogs. | |
5638 | |
5639 Fri Oct 3 18:40:52 2003 John Ellis <johne@bellatlantic.net> | |
5640 | |
5641 * collect.c, filelist.c, ui_pathsel.c, ui_tabcomp.c: Changed sorting | |
5642 of filenames to be case insensitive. | |
5643 * view_dir_tree.c: Ditto, but required a bit more than simply changing | |
5644 strcmp to strcasecmp, sorting was using the internal compare of clist. | |
5645 | |
5646 Fri Sep 26 20:53:27 2003 John Ellis <johne@bellatlantic.net> | |
5647 | |
5648 * utilops.c: Added image preview panes for the delete and rename | |
5649 dialogs. | |
5650 | |
5651 Fri Sep 26 18:35:01 2003 John Ellis <johne@bellatlantic.net> | |
5652 | |
5653 * bar_sort.c: use GtkToolbar for bottom buttons. For undo, refresh the | |
5654 file list before selecting the undone source image so that the | |
5655 selection matches the viewed image. | |
5656 | |
5657 Fri Sep 26 18:22:33 2003 John Ellis <johne@bellatlantic.net> | |
5658 | |
5659 * bar_exif.c: Added sizing arrows to this sidebar. | |
5660 * bar_sort.c: Added (1 level) undo to the sort manager. | |
5661 | |
5662 Fri Sep 26 15:40:45 2003 John Ellis <johne@bellatlantic.net> | |
5663 | |
5664 * image.c (image_size_sync): Remove redundant image redraw causing | |
5665 flicker when going fullscreen. Still flickers on other ops though. | |
5666 | |
5667 Mon Jul 28 11:41:26 2003 John Ellis <johne@bellatlantic.net> | |
5668 | |
5669 * globals.c, gqview.h, preferences.c, rcfile.c: Added option to disable | |
5670 the auto update features (update_on_time_change). | |
5671 * image.c, layout.c: Honor the update_on_time_change option. | |
5672 | |
5673 Fri Jun 13 22:42:29 2003 John Ellis <johne@bellatlantic.net> | |
5674 | |
5675 * nl.po: Updated Dutch translation, | |
5676 submitted by Tino Meinen <a.t.meinen@chello.nl> | |
5677 * es.po: Updates Spanish translation, | |
5678 submitted by Ariel Fermani <the_end@bbs.frc.utn.edu.ar> | |
5679 * id.po: Added Indonesian translation, | |
5680 submitted by Tedi Heriyanto <tedi_h@gmx.net> | |
5681 * bg.po: Added Bulgarian translation, | |
5682 submitted by Vladimir Petrov <vladux@mail.bg> | |
5683 * README: Updates. | |
5684 * configure.in: Release 1.3.2 | |
5685 | |
5686 Fri Jun 13 22:05:24 2003 John Ellis <johne@bellatlantic.net> | |
5687 | |
5688 * bar_sort.c, ui_bookmark.c: Hook up enter as default to ok button. | |
5689 * ui_tabcomp.c: When enter signal is not connected do not claim | |
5690 the keypress. | |
5691 * README: Updates. | |
5692 | |
5693 Fri Jun 13 17:30:29 2003 John Ellis <johne@bellatlantic.net> | |
5694 | |
5695 * layout.c: Increased zoom label width. | |
5696 * layout_util.c: Added separator in view menu for sidebar items. | |
5697 | |
5698 Fri Jun 13 17:10:02 2003 John Ellis <johne@bellatlantic.net> | |
5699 | |
5700 * bar_sort.[ch]: Moved the sort manager stuff here (from manager.c). | |
5701 * bar_exif.[ch]: Moved the exif display here from info.c and made it | |
5702 more generic, also to be used in a sidebar format. | |
5703 * manager.[ch]: Removed these files (see bar_sort). | |
5704 * exif.c: Fixed major file descriptor leak in exif reader. | |
5705 * info.c: Use new exif display utlity in bar_exif.c. | |
5706 * layout.c: New exif sidebar, updates to sort sidebar. | |
5707 * layout_image.c: Hook sidebar into image changes. | |
5708 * layout_util.[ch]: Updates to sidebar management, sidebar namespace | |
5709 changes. Added exif sidebar. | |
5710 * typedefs.h: Sidebar items added to LayoutWindow struct. | |
5711 * po/POTFILES.in: Updated for new/removed files. | |
5712 | |
5713 Fri Jun 13 14:05:47 2003 John Ellis <johne@bellatlantic.net> | |
5714 | |
5715 * info.c: Apply patch to fix display of exif exposure time, | |
5716 * po/fi.po: Update translated string. | |
5717 both submitted by Tuomo Kohvakka <takohvak@cc.jyu.fi>. | |
5718 | |
5719 Thu Jun 12 21:10:38 2003 John Ellis <johne@bellatlantic.net> | |
5720 | |
5721 * manager.[ch]: New files for sort manager utility. | |
5722 * layout.c, layout_util.[ch], typedefs.h: Incorporate sort manager. | |
5723 * po/POTFILE.in: Added manager.c | |
5724 | |
5725 Thu Jun 12 17:23:28 2003 John Ellis <johne@bellatlantic.net> | |
5726 | |
5727 * main.c (setup_default_options): Register the default bookmarks. | |
5728 | |
5729 Fri May 9 15:34:32 2003 John Ellis <johne@bellatlantic.net> | |
5730 | |
5731 * image.[ch], typedefs.h: Added auto refresh utilities. | |
5732 * fullscreen.c: Honor auto refresh setting in full screen. | |
5733 * img-view.c, layout_image.c: Set auto image refresh enabled. | |
5734 | |
5735 Tue Apr 1 18:35:36 2003 John Ellis <johne@bellatlantic.net> | |
5736 | |
5737 * ui_pathsel.c: Fixed keyboard popup menu placement, removed excess | |
5738 columns in the path selection table when used as a directory chooser. | |
5739 | |
5740 Tue Apr 1 17:29:10 2003 John Ellis <johne@bellatlantic.net> | |
5741 | |
5742 * ui_bookmark.[ch]: New files, contains new bookmark utils and moved | |
5743 the history list handling here. | |
5744 * ui_tree_edit.[ch]: New files, adds treeview version of the cell text | |
5745 editing of ui_clist_edit.[ch]. | |
5746 * ui_pathsel.c: Replace clists with treeview/model. Added bookmarks, | |
5747 allow drag and drop from the lists. Padding fixes. | |
5748 * ui_utildlg.c: Packing and padding fixes. | |
5749 * ui_tabcomp.[ch]: Fixes from SLIK. | |
5750 * main.c, layout.c, layout_util.c: Include ui_bookmark.h, as this is | |
5751 the new location fo the history_list utils. | |
5752 | |
5753 Sun Mar 9 14:41:51 2003 John Ellis <johne@bellatlantic.net> | |
5754 | |
5755 * exif.c: Changed the #include for stdint.h to inttypes.h, as some | |
5756 libcs do not seem to have the former (solaris 9). | |
5757 | |
5758 Mon Mar 3 20:37:22 2003 John Ellis <johne@bellatlantic.net> | |
5759 | |
5760 * README: Updates. | |
5761 * po/*.po: distcheck touches these. | |
5762 * po/POTFILES.in: Added exif.c | |
5763 * configure.in: Release 1.3.1 | |
5764 | |
5765 Mon Mar 3 19:40:08 2003 John Ellis <johne@bellatlantic.net> | |
5766 | |
5767 * utilops.c: Further fixes for copy/move overwrite dialogs. | |
5768 * po/es.po: Updated Spanish translation, | |
5769 submitted by Ariel Fermani <the_end@bbs.frc.utn.edu.ar>. | |
5770 * po/fr.po: Updated French translation, | |
5771 submitted by Eric Lassauge <lassauge@mail.dotcom.fr>. | |
5772 * po/vi.po: Added Vietnamese translation, | |
5773 submitted by pclouds <pclouds@gmx.net>. | |
5774 * configure.in(ALL_LINGUAS): Added vi (Vietnamese). | |
5775 * README: Updated a few credits. | |
5776 | |
5777 Mon Mar 3 18:25:25 2003 John Ellis <johne@bellatlantic.net> | |
5778 | |
5779 * utilops.c: Fixed the skip/skip_all logic in the copy/move overwrite | |
5780 dialogs. | |
5781 | |
5782 Mon Mar 3 15:13:36 2003 John Ellis <johne@bellatlantic.net> | |
5783 | |
5784 * info.c, exif.c: Marked the exif strings for translation, they will be | |
5785 the same even in the event of exif API rewrite. | |
5786 | |
5787 Mon Mar 3 14:54:03 2003 John Ellis <johne@bellatlantic.net> | |
5788 | |
5789 * info.c: Exif fixups, | |
5790 in patch from Eric Swalens <eric.swalens@easynet.be>. | |
5791 | |
5792 Mon Mar 3 14:10:54 2003 John Ellis <johne@bellatlantic.net> | |
5793 | |
5794 * main.c: Bind the textdomain to the UTF-8 codeset, fixes broken | |
5795 menus and strings display for the translations. | |
5796 * preferences.c: Moved to GtkListStore/TreeView for the filter | |
5797 listing, based on patch by pclouds <pclouds@users.sourceforge.net>. | |
5798 | |
5799 Sun Feb 23 10:45:13 2003 John Ellis <johne@bellatlantic.net> | |
5800 | |
5801 * layout.c: Removed tooltip form the path entry. | |
5802 * layout_util.c(layout_key_press_cb): When the path entry has the | |
5803 focus, try sending it the keypress event first. This fixes the menu | |
5804 accelorators from having precedence over input to the entry. | |
5805 | |
5806 Thu Feb 13 12:27:26 2003 John Ellis <johne@bellatlantic.net> | |
5807 | |
5808 * image.c: Fixed flicker when the image focus state changes. | |
5809 | |
5810 Tue Feb 4 15:41:22 2003 John Ellis <johne@bellatlantic.net> | |
5811 | |
5812 * preferences.c: Added close button to about window. | |
5813 * ui_help.c: Changed close button to a stock button. | |
5814 | |
5815 Tue Feb 4 09:17:09 2003 John Ellis <johne@bellatlantic.net> | |
5816 | |
5817 * README: Updates. | |
5818 * configure.in: Release 1.3.0 | |
5819 | |
5820 Tue Feb 4 08:49:58 2003 John Ellis <johne@bellatlantic.net> | |
5821 | |
5822 * README, ChangeLog: Updates, typos. | |
5823 * fr.po: Updated french translation, | |
5824 submitted by Nicolas Boos <nicolas.boos@wanadoo.fr> | |
5825 * exif.[ch]: Removed comment babble. | |
5826 * preferences.c: Marked about window title string for translation, | |
5827 fixed a label indent. | |
5828 | |
5829 Tue Feb 4 07:57:14 2003 John Ellis <johne@bellatlantic.net> | |
5830 | |
5831 * view_dir_tree.c: Set the tree view to GTK_SELECTION_SINGLE, so that | |
5832 keyboard users are not stuck viewing every single path between where | |
5833 they are and where they want to be. | |
5834 * view_file_list.c: Pass a valid row when highlighting a context menu | |
5835 key press. | |
5836 | |
5837 Tue Feb 4 07:32:43 2003 John Ellis <johne@bellatlantic.net> | |
5838 | |
5839 * collect-table.c, dupe.c, img-view.c, layout_image.[ch], | |
5840 layout_util.c, view_dir_list.c, view_dir_tree.c, view_file_icon.c, | |
5841 view_file_list.c: Hooked up context menu key, to show right click | |
5842 menus, F10 will also work for the collection, dupes, and image windows. | |
5843 Also now explicitely destroy pop up menus when the underlying view is | |
5844 destroyed, since the menu does not go away when menu items are toggled | |
5845 with the spacebar (no selection done is sent in this case). | |
5846 * ui_menu.[ch](popup_position_clamp): Given a GtkMenu, ensure the | |
5847 passed coordinates will position the menu so that it is entirely on | |
5848 screen, adjusting the x,y values if needed. | |
5849 | |
5850 Sat Feb 1 23:10:23 2003 John Ellis <johne@bellatlantic.net> | |
5851 | |
5852 * TODO: Updates. | |
5853 * info.c: Some exif display cleanups. | |
5854 | |
5855 Fri Jan 31 04:01:24 2003 John Ellis <johne@bellatlantic.net> | |
5856 | |
5857 * exif.[ch]: Added a util, some cleanup. | |
5858 * info.c: Fixed up exif info display, added missing fields. Also hooked | |
5859 up mouse buttons/wheel on the image for moving within the image list. | |
5860 * layout.c: Added temporary tooltip warning beta users of brokenness. | |
5861 | |
5862 Wed Jan 29 06:29:15 2003 John Ellis <johne@bellatlantic.net> | |
5863 | |
5864 * ui_menu.c, ui_pathsel.c, ui_tabcomp.c: Merges from SLIK 0.13.0 | |
5865 | |
5866 Wed Jan 29 06:05:36 2003 John Ellis <johne@bellatlantic.net> | |
5867 | |
5868 * dupe.c, view_file_icon.c, view_file_list.c: When mulitple files | |
5869 are selected, pass entire selection to the new view window. | |
5870 | |
5871 Wed Jan 29 05:04:32 2003 John Ellis <johne@bellatlantic.net> | |
5872 | |
5873 * exif.[ch]: New files for EXIF support. | |
5874 * Makefile.am: Added exif files, above. | |
5875 * info.c: Added Exif properties tab, missing a few fields though. | |
5876 * main.c: Enabled startup beta warning. | |
5877 | |
5878 Wed Jan 29 02:15:00 2003 John Ellis <johne@bellatlantic.net> | |
5879 | |
5880 * info.c: Use stock buttons/icons for file info window. | |
5881 * layout_util.[ch]: Use stock icons for the toolbar where available. | |
5882 * preferences.c: Update copyright in about. | |
5883 * po/*.po: Updated strings for the new copyright year. | |
5884 | |
5885 Wed Jan 29 00:58:25 2003 John Ellis <johne@bellatlantic.net> | |
5886 | |
5887 * collect-dlg.c, collect-table.c, collect.c, dupe.c, img-view.c, | |
5888 layout.c, layout_image.c, layout_util.c, main.c, preferences.c, | |
5889 view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: | |
5890 Added stock icons for menu items and dialog buttons. | |
5891 * utilops.c: Same, also fixed big where skipping a file during | |
5892 copy/move operations, when the source and dest are the same, does not | |
5893 actually skip to the next file. | |
5894 * ui_menu.[ch], ui_pathsel.c, ui_utildlg.[ch]: Added gtk stock menu | |
5895 and dialog button support. | |
5896 | |
5897 Tue Jan 28 22:06:50 2003 John Ellis <johne@bellatlantic.net> | |
5898 | |
5899 * globals.c, layout.c: Fix default window/pane values to match the | |
5900 slightly larger padding of gtk2 buttons. Fixed the sort popup menu. | |
5901 * image.[ch], img-view.c, layout_image.c, typedefs.h: Fix for gtk2's | |
5902 new support of scroll_event on the mouse wheel. | |
5903 * ui_help.c: Use a mark to scroll, since scroll to iter does not work | |
5904 when the textview is not yet visible. | |
5905 * view_dir_tree.c: Increase folder tree view row height by 1. | |
5906 * gqview.spec.in: Remove gdk-pixbuf requires, up gtk to gtk2 >= 2.0.1. | |
5907 | |
5908 Tue Jan 28 19:57:46 2003 John Ellis <johne@bellatlantic.net> | |
5909 | |
5910 * [GTK2 port] | |
5911 * merged in latest release. | |
5912 | |
5913 Thu Jan 23 23:43:28 2003 John Ellis <johne@bellatlantic.net> | |
5914 | |
5915 * README, TODO: Updates. | |
5916 * po/*.po: Distcheck always touches these. | |
5917 * configure.in: Release 1.2.1 | |
5918 | |
5919 Thu Jan 23 23:06:57 2003 John Ellis <johne@bellatlantic.net> | |
5920 | |
5921 * image.c: Added file chunk size throttling when reading image files | |
5922 larger than 1 MB (current throttle is 4x). | |
5923 * ru.po: Updated Russian translation, | |
5924 submitted by Oleg Andryuschenko <oandr@itek.com.ua> | |
5925 * fr.po: Updated French translation, | |
5926 submitted by Pascal Bleser <pascal.bleser@atosorigin.com> | |
5927 * ja.po: Updated Japanese translation, submitted | |
5928 by Ryan Murray on behalf of Junichi Uekawa <dancer@debian.org> | |
5929 | |
5930 Thu Jan 23 22:48:56 2003 John Ellis <johne@bellatlantic.net> | |
5931 | |
5932 * README, TODO: Updates. | |
5933 * globals.c, preferences.c, rcfile.c: Removed the 'place dialogs under | |
5934 mouse' option from the general user. Can be enabled by editing the | |
5935 gqviewrc file, see README. The option is also reset to it's new default | |
5936 on upgrade by renaming rc key to display_dialogs_under_mouse. | |
5937 * layout_util.c: The editor slots now use the current file selection | |
5938 when selected from the main menu, instead of only the viewed image. | |
5939 | |
5940 Tue Jan 14 21:41:49 2003 John Ellis <johne@bellatlantic.net> | |
5941 | |
5942 * view_file_icon.c(vficon_sync): Properly remove _all_ rows that are | |
5943 no longer valid when updating the icon view. FIXES bug causing remnant | |
5944 images to be displayed after delete/move operations. | |
5945 | |
5946 Tue Jan 14 21:53:36 2003 John Ellis <johne@bellatlantic.net> | |
5947 | |
5948 * [GTK2 port] | |
5949 * merged in 1.2.0 stable. | |
5950 | |
5951 Thu Dec 12 21:36:51 2002 John Ellis <johne@bellatlantic.net> | |
5952 | |
5953 * README, TODO: Updates. | |
5954 * configure.in: Release 1.2.0 | |
5955 | |
5956 Thu Dec 12 21:17:13 2002 John Ellis <johne@bellatlantic.net> | |
5957 | |
5958 * po/de.po: Updated German translation, | |
5959 submitted by Thomas Klausner <wiz@danbala.tuwien.ac.at> | |
5960 * po/fi.po: Updated Finnish translation, | |
5961 submitted by Lauri Nurmi <lanurmi@iki.fi> | |
5962 * po/cs.po: Updated Czech translation, | |
5963 submitted by Michal Bukovjan <bukm@centrum.cz> | |
5964 | |
5965 Thu Nov 14 17:02:43 2002 John Ellis <johne@bellatlantic.net> | |
5966 | |
5967 * configure.in: Set the locale path to that of datadir instead of the | |
5968 prefix. | |
5969 * gqview.spec.in: Ditto. | |
5970 | |
5971 Tue Oct 15 14:44:45 2002 John Ellis <johne@bellatlantic.net> | |
5972 | |
5973 * [GTK2 port] | |
5974 * merged in latest codebase. | |
5975 * src/Makefile.am: Added X_LIBS to ld flags (for -LXinerama to work). | |
5976 * ui_tabcomp.c: Fixed merge conflict dealing with (gdk_)time stuff. | |
5977 * view_file_icon.c(tip_schedule_cb): In GTK 2, window_has_focus has | |
5978 been renamed to has_focus in the GtkWindow structure. | |
5979 | |
5980 Thu Sep 26 10:25:01 2002 John Ellis <johne@bellatlantic.net> | |
5981 | |
5982 * po/sl.po,tr.po: Fixe for fuzzy header and/or incorrect encoding name. | |
5983 * po/*.po: Make distcheck touches these. | |
5984 * README: Updated. | |
5985 * configure.in: Release 1.1.6. | |
5986 | |
5987 Thu Sep 26 09:36:50 2002 John Ellis <johne@bellatlantic.net> | |
5988 | |
5989 * po/et.po: Updated Estonian translation, | |
5990 submitted by Ilmar Kerm <ikerm@hot.ee>. | |
5991 * po/fi.po: Updated Finnish translation, | |
5992 submitted by Lauri Nurmi <lanurmi@iki.fi>. | |
5993 * po/fr.po: Updated French translation, | |
5994 submitted by Eric Lassauge <lassauge@mail.dotcom.fr> | |
5995 * po/ro.po: Added Romanian translation, | |
5996 submitted by Harald Ersch <hersch@romatsa.ro>. | |
5997 * configure.in(ALL_LINGUAS): Added tro. | |
5998 | |
5999 Wed Sep 25 11:52:13 2002 John Ellis <johne@bellatlantic.net> | |
6000 | |
6001 * info.c: Fixed display of arrow buttons in properties window, some | |
6002 themes do not work with GTK_SHADOW_NONE... | |
6003 | |
6004 Wed Sep 25 11:22:49 2002 John Ellis <johne@bellatlantic.net> | |
6005 | |
6006 * globals.c: Thumbnail caching is now _on_ by default. | |
6007 * layout.c, layout_util.c: The list and icon views are now a radio | |
6008 group in the menus. Now Ctrl-L display list view and Ctrl-I displays | |
6009 the icon view. Also grouped the related file view options in the menus. | |
6010 * README: Updates to the key shortcuts. | |
6011 | |
6012 Tue Sep 24 16:46:10 2002 John Ellis <johne@bellatlantic.net> | |
6013 | |
6014 * view_file_icon.c: Do not pop up the filename tooltip if the window | |
6015 does not have the focus (fixes popping up when in fullscreen). | |
6016 * layout_image.c: The window and tools window should always be | |
6017 sensitive, even in fullscreen, since some users have Xinerama and could | |
6018 therefore still be able to use the main/tools window. | |
6019 | |
6020 Tue Sep 24 16:14:22 2002 John Ellis <johne@bellatlantic.net> | |
6021 | |
6022 * image.c, img-view.c, layout_image.c, layout_util.c: Fixed window | |
6023 title to remove the " - " part when no image is viewed. Also made the | |
6024 exit using control-Q consitent, hooked up control-P for image | |
6025 properties, and fixed it to drop out of full screen when showing the | |
6026 image properties window. (note that fullscreen is not intended for | |
6027 'file management' use, therefore new windows will not work correctly | |
6028 when displayed from fullscreen, so the mode is exited.) | |
6029 * collect.c, dups.c: Hooked up Control-P to properties. | |
6030 * README: Documented Ctrl-P properties window shortcut. | |
6031 | |
6032 Tue Sep 24 14:20:15 2002 John Ellis <johne@bellatlantic.net> | |
6033 | |
6034 * ui_pathsel.c, ui_tabcomp.c, ui_utildlg.c: Fixed merged from SLIK. | |
6035 | |
6036 Mon Sep 23 16:51:28 2002 John Ellis <johne@bellatlantic.net> | |
6037 | |
6038 * fileutils.c(filters_add_default): Removed pcx (not supported by | |
6039 gdk-pixbuf), and added raster (.ras) to default filter group. | |
6040 | |
6041 Sat Sep 21 08:02:22 2002 John Ellis <johne@bellatlantic.net> | |
6042 | |
6043 * thumb.c: Broken images are now marked with a 0 byte thumb file, so | |
6044 that regeneration is not reattempted until the timestamp changes. | |
6045 Also added (better) debugging output for thumb code. | |
6046 | |
6047 Sat Sep 21 06:45:28 2002 John Ellis <johne@bellatlantic.net> | |
6048 | |
6049 * view_file_icon.c: Syn the view in an idle call when removing multiple | |
6050 files, for speed/clean view. | |
6051 * typedefs.h(ViewFileIcon): Added sync_idle_id var, for above. | |
6052 | |
6053 Sat Sep 21 06:17:47 2002 John Ellis <johne@bellatlantic.net> | |
6054 | |
6055 * view_dir_list.c: Removed '.' from the dir list, and added a 'up to | |
6056 parent' popup menu item in it's place. | |
6057 * view_dir_tree.c: Added 'up to parent' menu item, for consistency. | |
6058 | |
6059 Fri Sep 20 11:46:57 2002 John Ellis <johne@bellatlantic.net> | |
6060 | |
6061 * image.c: Retain zoom setting even when no image is present. Also | |
6062 fixed string on no image from returning infinite zoom text. | |
6063 | |
6064 Fri Sep 20 11:24:24 2002 John Ellis <johne@bellatlantic.net> | |
6065 | |
6066 * rcfile.c: Fixed editing commands to allow quotes in the command. | |
6067 * main.c: Use %f in some example (default) commands. | |
6068 | |
6069 Fri Sep 20 11:06:56 2002 John Ellis <johne@bellatlantic.net> | |
6070 | |
6071 * filelist.[ch]: Reimplemented the file filter lists. | |
6072 * globals.c, gqview.h: Removed global vars for specific file types. | |
6073 * main.c: Setup new file filters. | |
6074 * preferences.c: Added new file filter editor, also added missing | |
6075 cancel button to clear thumbnails confirm dialog. | |
6076 | |
6077 Sun Aug 4 03:48:52 2002 John Ellis <johne@bellatlantic.net> | |
6078 | |
6079 * view_file_icon.c(vficon_maint_removed): If the removed file is the 1 | |
6080 actively being thumbnailed, set the thumbnail pointer to NULL so that | |
6081 the thumb routines will ignore this cycle (instead of trying to use it | |
6082 along with the freed memory!). | |
6083 * view_file_list.c(vflist_maint_removed): Ditto. | |
6084 | |
6085 Wed Jul 3 08:08:41 2002 John Ellis <johne@bellatlantic.net> | |
6086 | |
6087 * Makefile.am, configure.in: Changes for upgrade to gettext 0.11.1 | |
6088 * autogen.sh: More gettextize command line options. | |
6089 * po/Makevars: New file for the new gettext - MANY cursing and | |
6090 complaint lines removed from ChangeLog that could have been simply | |
6091 avoided by adding upgrade notes to the gettext README! | |
6092 * po/*.po: Make distcheck with new gettext did this, plus a few fixes | |
6093 that the new gettext complains about (and fails on). | |
6094 | |
6095 Tue Jul 2 08:41:15 2002 John Ellis <johne@bellatlantic.net> | |
6096 | |
6097 * main.c: Removed printing of beta warning message at startup. | |
6098 * README: Updates. | |
6099 * po/*.po: make distcheck touches these. | |
6100 * configure.in: Release 1.1.5 | |
6101 | |
6102 Tue Jul 2 07:49:26 2002 John Ellis <johne@bellatlantic.net> | |
6103 | |
6104 * po/et.po: Updated Estonian translation, | |
6105 submitted by Ilmar Kerm <ikerm@hot.ee> | |
6106 * po/uk.po: Updated Ukrainian translation, | |
6107 submitted by Volodymyr M. Lisivka <lvm@mystery.lviv.net> | |
6108 | |
6109 Tue Jul 2 07:28:24 2002 John Ellis <johne@bellatlantic.net> | |
6110 | |
6111 * layout.c: When syncing window paths, pass full image path to the file | |
6112 list for correct scroll point. | |
6113 * view_file_list.c: Fixed refresh causing odd scroll point jumping. | |
6114 * view_file_icon.c: 0 -> NULL pointer fix, plus scroll after the clist | |
6115 is thawed. | |
6116 | |
6117 Fri Jun 14 16:19:41 2002 John Ellis <johne@bellatlantic.net> | |
6118 | |
6119 * ui_tabcomp.c, ui_pathsel.c: Set gtk_combo to use case sensisitive | |
6120 compares for the directory/filter history lists. | |
6121 | |
6122 Sun Jun 9 23:27:07 2002 John Ellis <johne@bellatlantic.net> | |
6123 | |
6124 * image.c(image_change_from_image): Maintain scroll offset. | |
6125 | |
6126 Sun Jun 9 23:03:08 2002 John Ellis <johne@bellatlantic.net> | |
6127 | |
6128 * ui_utildlg.[ch]: Fixed addition of cancel button in a way that | |
6129 resulted in the window resizing onscreen when first showed. | |
6130 * utilops.c: Added a "Skip all" button to the move and copy overwrite | |
6131 dialog. | |
6132 | |
6133 Sun Jun 9 21:49:09 2002 John Ellis <johne@bellatlantic.net> | |
6134 | |
6135 * globals.c, gqview.h, layout.c, rcfile.c: Added lazy_image_sync for | |
6136 classic behavior of changing the path not effecting the displayed | |
6137 image. The new behavior is now to view the first image in the new | |
6138 path (many users wanted this - to enable old behavior set | |
6139 lazy_image_sync to true in gqviewrc). | |
6140 * main.c(main): Fixes to work with new non lazy image changing. | |
6141 | |
6142 Sun Jun 9 20:26:47 2002 John Ellis <johne@bellatlantic.net> | |
6143 | |
6144 * layout_image.c: Set the main window (and tools) insensitive when | |
6145 showing full screen. | |
6146 * view_file_icon.c(tip_schedule_cb): Do not show the tooltip when the | |
6147 top level window is insensitive (fixes bug that tooltip can show up | |
6148 when switching to fullscreen). | |
6149 * view_dir_tree.c(vdtree_set_path): Expand the node of the new path to | |
6150 display the subdirectories. | |
6151 | |
6152 Sun Jun 9 19:30:07 2002 John Ellis <johne@bellatlantic.net> | |
6153 | |
6154 * layout.c: Fixed broken 'fit window to image when tools float' option | |
6155 for the main window. Also fixed pane positioning bug causing panes to | |
6156 move to 1,1 when user holds down h or f to hide or float the tools. | |
6157 | |
6158 Wed Jun 5 19:38:40 2002 John Ellis <johne@bellatlantic.net> | |
6159 | |
6160 * configure.in: Added test for Xinerama. | |
6161 * fullscreen.c: Added Xinerama support based on patch from | |
6162 "Jrg Mensmann" <joerg.mensmann@gmx.de> | |
6163 (untested - do not have Xinerama display - NVidia's twinview does not | |
6164 support it with tv out as the second device - crash :/ ) | |
6165 * Makefile.am(LD_ADD): Added Xinerama lib var. | |
6166 * view_file_list.c: Some crash fixes when refreshing the file view. Of | |
6167 note make sure nothing is selected until the clist is completely | |
6168 synced, and guard against vflist_index_get_data returning NULL, | |
6169 although that should no longer happen during the refresh. | |
6170 | |
6171 Fri May 24 18:39:03 2002 John Ellis <johne@bellatlantic.net> | |
6172 | |
6173 * layout.c(layout_style_set): NULL widget pointers before destroying | |
6174 them, as the group box destruction will cause attempts to update | |
6175 widgets that may already be flagged for destruction. | |
6176 | |
6177 Tue May 14 19:20:48 2002 John Ellis <johne@bellatlantic.net> | |
6178 | |
6179 * info.c: Added drag and drop support to info window (as source only). | |
6180 | |
6181 Tue May 14 18:59:12 2002 John Ellis <johne@bellatlantic.net> | |
6182 | |
6183 * layout_config.c: Made the window layout selection look better. | |
6184 | |
6185 Wed May 1 21:28:55 2002 John Ellis <johne@bellatlantic.net> | |
6186 | |
6187 * README, TODO: Updated. | |
6188 * po/*.po: Make distcheck always touches these. | |
6189 * configure.in: Release 1.1.4 | |
6190 | |
6191 Wed May 1 21:04:10 2002 John Ellis <johne@bellatlantic.net> | |
6192 | |
6193 * layout.c: Fixed delete event signal handler parameters (oops), and | |
6194 unref the gtk_tooltips on window close to avoid leaking them. | |
6195 * layout_util.[ch]: Added new window menu item to create another main | |
6196 window, along with the companion close window menu item. | |
6197 * README: Updates. | |
6198 | |
6199 Wed May 1 19:52:58 2002 John Ellis <johne@bellatlantic.net> | |
6200 | |
6201 * img-view.[ch]: Added maintenance support for deleted/moved files. | |
6202 * utilops.c: Hooked up the new img-view maintenance functions (above). | |
6203 | |
6204 Wed May 1 19:18:04 2002 John Ellis <johne@bellatlantic.net> | |
6205 | |
6206 * dnd.[ch]: Removed image specific dnd functions (moved to img-view.c, | |
6207 as that is the only place that used them). | |
6208 * img-view.c: Dropping a list a of files onto the window now remembers | |
6209 the entire list, they can be navigated as in the main window and used | |
6210 to start a slideshow for that window. Dropped directories also pop up | |
6211 a menu requesting the actions, similar to the duplicates and | |
6212 collection window drag and drop stuff. | |
6213 * img-view.h: Added view_window_new_from_list. | |
6214 | |
6215 Wed May 1 16:45:22 2002 John Ellis <johne@bellatlantic.net> | |
6216 | |
6217 * image.c(image_zoom_adjust_real): Removed the rounding hack when | |
6218 incrementing the zoom from the 'fit to window' (zoom == 0.0) state. It | |
6219 was a broken attempt to clamp the zoom to the increment size, which, | |
6220 upon further review is really just unexpected behavior and breaks | |
6221 when the increment size is larger than the resulting fit window scale. | |
6222 (surprised no one saw this earlier, it has been this way since pre 1.0) | |
6223 * preferences.c(zoom_increment_cb): Fix for converting float to int. | |
6224 | |
6225 Mon Apr 29 22:04:56 2002 John Ellis <johne@bellatlantic.net> | |
6226 | |
6227 * utilops.c: Added the ability to auto-rename files numerically from | |
6228 within the rename (multiple) files dialog. | |
6229 | |
6230 Mon Apr 29 18:05:59 2002 John Ellis <johne@bellatlantic.net> | |
6231 | |
6232 * info.c: Added display of image transparency (yes or no). | |
6233 * layout_image.c(layout_image_maint_removed): Move to the next closest | |
6234 image within a collection when deleting files, and a collection member | |
6235 is the actively viewed image. | |
6236 * view_file_icon.c, view_file_list.c: In the maintenance removed utils | |
6237 consider that the viewed image may be a collection member. | |
6238 | |
6239 Mon Apr 29 16:18:13 2002 John Ellis <johne@bellatlantic.net> | |
6240 | |
6241 * main.c: Added support of %f escape to insert filenames anywhere | |
6242 within the editor command line. | |
6243 * rcfile.c(save_options): Remove brain dead fprintf that could result | |
6244 in writing random memory to the config file by simply specifying an | |
6245 printf format escape in an editor slot (oops). | |
6246 | |
6247 Mon Apr 29 15:12:02 2002 John Ellis <johne@bellatlantic.net> | |
6248 | |
6249 * [GTK2 port] | |
6250 * image.c: Changed focus drawing a bit to remove the frame when the | |
6251 focus is active, and removed some crufty #if 0 sections. | |
6252 * view_file_icon.c: Grab the focus for the clist on a button 1 press. | |
6253 | |
6254 Fri Apr 26 00:32:59 2002 John Ellis <johne@bellatlantic.net> | |
6255 | |
6256 * [GTK2 port] | |
6257 * collect-table.c: Fixes for removal of gtk_widget_popup. | |
6258 * dupe.c: Fixes for removal of gdk_time_get. | |
6259 * image-load.c: Fixes for pixbuf_loader castings, and gdk_pixbuf... | |
6260 * image.c: Fixes to find size of a pixmap, focus drawing, and | |
6261 gdk_pixbuf_(un_)referencing. | |
6262 * layout.c: Fixes for gdk_time_get and remove setting of paned handle | |
6263 size. | |
6264 * main.c: gdk_pixbuf_new_from_file now has a gerror parameter, and the | |
6265 gtk_item_factory_dump_rc plus friends seem to be gone, so disabled it. | |
6266 * preferences.c: Fixes button box spacing and about label justify. | |
6267 * ui_help.c, ui_tabcomp.c, ui_utildlg.c: Fixes needed copied from the | |
6268 slik GTK2 port. | |
6269 * view_dir_list.c: Fixes for pulling the GdkFont from a style. | |
6270 * view_file_icon.c: Fixes for gtk_widget_popup removal and to return | |
6271 values so that drag and drop works. | |
6272 * view_file_list.c: Fixes for pulling the GdkFont from a style. | |
6273 * configure.in: Use new gtk2 checks. | |
6274 * src/Makefile.am: Removed gdk-pixbuf flags as it is now part of gtk2. | |
6275 | |
6276 Fri Apr 26 00:30:02 2002 John Ellis <johne@bellatlantic.net> | |
6277 | |
6278 * img-view.c, layout_util.c, preferences.c, view_dir_list.c, | |
6279 view_file_icon.c, view_file_list.c: Proper signal handler casts, and | |
6280 use of const gchar * where appropriate (for clean gtk2 compile). | |
6281 | |
6282 Wed Apr 24 21:19:00 2002 John Ellis <johne@bellatlantic.net> | |
6283 | |
6284 * layout.c, layout_util.c, slideshow.c: Removed no longer needed FIXME | |
6285 printfs and comments. | |
6286 | |
6287 Wed Apr 24 20:34:26 2002 John Ellis <johne@bellatlantic.net> | |
6288 | |
6289 * image.[ch]: Alterations now retain the center point of the image. | |
6290 Also added image_zoom_adjust_at_point(), which will keep the same | |
6291 point x,y in position after the zoom. | |
6292 * img-view.c, layout_image.c: Use the nre image_zoom_adjust_at_point | |
6293 so that ctrl-mouse wheel zooming stays relative to the mouse position. | |
6294 | |
6295 Sun Apr 21 01:16:53 2002 John Ellis <johne@bellatlantic.net> | |
6296 | |
6297 * layout.c, typedefs.h: The active path of the main window is now | |
6298 checked for a timestamp change, is so call a refresh. | |
6299 * view_file_list.c: Fixed bug causing a jump to end of the list during | |
6300 a refresh or toggling thumbnails. | |
6301 | |
6302 Thu Apr 18 20:40:08 2002 John Ellis <johne@bellatlantic.net> | |
6303 | |
6304 * README: Updates. | |
6305 * po/*.po: Make distcheck will touch these. | |
6306 * configure.in: Release 1.1.3 | |
6307 | |
6308 Thu Apr 18 20:15:53 2002 John Ellis <johne@bellatlantic.net> | |
6309 | |
6310 * pixbuf_util.c: Compile cleanup. | |
6311 * po/POTFILES.in: Added info.c. | |
6312 * po/cs.po: Updated Czech translation, | |
6313 submitted by Jan Raska <jan_raska@hotmail.com> | |
6314 | |
6315 Thu Apr 18 13:00:07 2002 John Ellis <johne@bellatlantic.net> | |
6316 | |
6317 * info.c: Added a misc. tab to the properties dialog for permissions. | |
6318 | |
6319 Wed Apr 17 19:48:11 2002 John Ellis <johne@bellatlantic.net> | |
6320 | |
6321 * info.c (info_window_new): Remove unused vbox variable. | |
6322 * pixbuf_util.c: Made some small optimizations for the pixbuf rotation | |
6323 functions (appears roughly 2-3x faster, could probably be further | |
6324 improved by making clockwise and counter-clockwise specific versions, | |
6325 to remove the if statements from the inner loops). | |
6326 | |
6327 Wed Apr 17 15:13:11 2002 John Ellis <johne@bellatlantic.net> | |
6328 | |
6329 * image.c: Ignore two pass zoom when imd->scale is 1.0 (not zoomed). | |
6330 | |
6331 Wed Apr 17 14:30:40 2002 John Ellis <johne@bellatlantic.net> | |
6332 | |
6333 * globals.c, gqview.h, preferences.c, rcfile.c: Added two pass zoom | |
6334 option, on by default. | |
6335 * image.c, typedefs.h: Implemented two pass zooming, also tried to | |
6336 throttle the image buffer size for larger image files - but left it | |
6337 #defined out for now, the buffer size needs to be calcualted better | |
6338 than mulitplying by 8 :) | |
6339 | |
6340 Wed Apr 17 12:50:11 2002 John Ellis <johne@bellatlantic.net> | |
6341 | |
6342 * image.c: Removed the old debugging defines. | |
6343 | |
6344 Wed Apr 17 12:02:36 2002 John Ellis <johne@bellatlantic.net> | |
6345 | |
6346 * info.c: When image is unkown flaged, do not display image attributes. | |
6347 * layout.c: When an image has no read access, display this fact. | |
6348 * layout_image.c, layout_util.c: Some menu fixes to remove the ugly | |
6349 (and poor design) (Un)float, etc. menu text. | |
6350 * view_dir_list.c: Scroll to show previous directory when walking up | |
6351 the path tree. | |
6352 * view_file_list.c: Fix broken filename text alignment when turning | |
6353 off thumbnails in the middle of loading the thumbnails. | |
6354 | |
6355 Mon Apr 15 12:46:08 2002 John Ellis <johne@bellatlantic.net> | |
6356 | |
6357 * typedefs.h, view_dir_list.c, view_dir_tree.c: Disconnect the drag | |
6358 and drop autoscroller callback when the widget is destroyed. | |
6359 | |
6360 Sat Apr 13 12:22:24 2002 John Ellis <johne@bellatlantic.net> | |
6361 | |
6362 * globals.c, gqview.h, rcfile.c, main.c: Added toolbar_hidden variable. | |
6363 * layout.[ch], layout_util.c, main.c, typedefs.h: Added menu option to | |
6364 hide the toolbar buttons, | |
6365 based on patch from Trevor Harmon <trevor@vocaro.com> | |
6366 | |
6367 Wed Apr 10 12:24:00 2002 John Ellis <johne@bellatlantic.net> | |
6368 | |
6369 * slideshow.c(generate_list): Fix non random list generation. (it was | |
6370 reversing the list after adding each index - with fun results). | |
6371 | |
6372 Tue Apr 9 23:54:52 2002 John Ellis <johne@bellatlantic.net> | |
6373 | |
6374 * dupe.c: Fixed the reversed addition of matches that has been around | |
6375 since the beginning of time. (Fix absolutely needed now for the rank | |
6376 numbers to make any real sense.) | |
6377 | |
6378 Tue Apr 9 23:17:38 2002 John Ellis <johne@bellatlantic.net> | |
6379 | |
6380 * info.c: Added compression ratio display to image properties. This is | |
6381 the real ratio of disk size to memory size. | |
6382 * dupe.[ch], globals.c, gqview.h, preferences.c, rcfile.c: Added | |
6383 display of the similarity rankings to the find dupes window. Also added | |
6384 a user adjustable 'custom threshold' for similarity. | |
6385 | |
6386 Tue Apr 9 18:34:33 2002 John Ellis <johne@bellatlantic.net> | |
6387 | |
6388 * info.[ch]: Added an image properties dialog, only shows basic info | |
6389 at this time... | |
6390 * collect-table.c, dupe.c, img-view.c, layout_image.c, layout_util.c, | |
6391 view_file_icon.c, view_file_list.c: Added a 'Properties' item to all | |
6392 the menus to show the new dialog. | |
6393 | |
6394 Tue Apr 9 01:34:42 2002 John Ellis <johne@bellatlantic.net> | |
6395 | |
6396 * similar.c: Did some optimizing, quick timing with stopwatch shows | |
6397 improvements in compares from 2 to 3.5 times faster. Tried to improve | |
6398 similarity data generation, but I doubt it helped much (if at all). | |
6399 | |
6400 Mon Apr 8 14:35:18 2002 John Ellis <johne@bellatlantic.net> | |
6401 | |
6402 * README: Updates. | |
6403 * po/*.po: Make distcheck touched these. | |
6404 * po/th.po: Removed duplicate translation of "Overwrite file" | |
6405 * configure.in: Release 1.1.2. | |
6406 | |
6407 Mon Apr 8 14:03:48 2002 John Ellis <johne@bellatlantic.net> | |
6408 | |
6409 * po/et.po, gqview.desktop: Updated Estonian translation, | |
6410 submitted by Ilmar Kerm <ikerm@hot.ee>. | |
6411 * po/fr.po: Updated French translation, | |
6412 submitted by Eric Lassauge <lassauge@mail.dotcom.fr>. | |
6413 * po/th.po: Added Thai translation, | |
6414 submitted by Phanumas Thanyaboon <maskung@hotmail.com>. | |
6415 * README: Added translator credit. | |
6416 | |
6417 Mon Apr 8 13:33:23 2002 John Ellis <johne@bellatlantic.net> | |
6418 | |
6419 * layout.c: Fixed mem leak. | |
6420 * ui_fileops.[ch]: Added unique_filename_simple() to deal with the | |
6421 extensions for us. Also added extension_from_path() util. | |
6422 * ui_utildlg.[ch]: Functions to add buttons to a dialog now return a | |
6423 pointer to the button. | |
6424 * utilops.c: Added auto/rename options to the file overwrite dialogs. | |
6425 | |
6426 Mon Apr 8 11:14:16 2002 John Ellis <johne@bellatlantic.net> | |
6427 | |
6428 * image-load.c: Spew a warning if area_update happens with a NULL | |
6429 pixbuf. | |
6430 | |
6431 Sat Apr 6 13:10:03 2002 John Ellis <johne@bellatlantic.net> | |
6432 | |
6433 * globals.c, gqview.h, rcfile.c, preferences.c: Added option to allow | |
6434 imge backgrounds to be set to black. | |
6435 * image.[ch]: Added background color setting support, black or any | |
6436 other color (at this time app does not have custom color option). | |
6437 * fullscreen.c: Use new image_background_set_black (above) to set | |
6438 fullscreen images to black background. | |
6439 * img-view.[ch]: Added util to sync the color preferences, also all | |
6440 open windows are now kept in a list. | |
6441 * layout.[ch], layout_image.c: Support for color syncing to user | |
6442 setting. | |
6443 | |
6444 Fri Apr 5 15:58:33 2002 John Ellis <johne@bellatlantic.net> | |
6445 | |
6446 * layout_util.c: Added ctrl-i and ctrl-t shortcuts for icon and tree | |
6447 views, respectively. 'Remove old thumbnails' no longer has a shortcut. | |
6448 Also added menu items for these (view menu), and made thumbnails menu | |
6449 and button insensitive when icon view is active. | |
6450 * ui_fileops.[ch]: Maintain file attributes during a file copy. Added | |
6451 copy_file_attributes util. | |
6452 * view_file_icon.c: Fix vficon_sync bug causing missing thumbnails | |
6453 after delete operation. | |
6454 | |
6455 Fri Apr 5 14:24:06 2002 John Ellis <johne@bellatlantic.net> | |
6456 | |
6457 * layout.[ch]: The tools float and hide seem to be working well now. | |
6458 * layout_image.c, layout_util.c: Use the 'smart' | |
6459 layout_tools_{float|hide}_toggle() functions. | |
6460 * main.c: Pull the tools information before saving the rc file. | |
6461 * typedefs.h(LayoutWindow): Added slots to store the divider positions. | |
6462 * view_file_icon.c (destroy_cb): Unschedule the tip window when | |
6463 the view is destroyed (fixes crash). | |
6464 | |
6465 Mon Apr 1 12:18:35 2002 John Ellis <johne@bellatlantic.net> | |
6466 | |
6467 * globals.c, gqview.h, rcfile.c: Added float_window_divider to store | |
6468 the divider position of the tools window. | |
6469 * layout.[ch], layout_image.c, layout_util.c, main.c, typedefs.h: | |
6470 Started implementation of the float/hide tools option. Sort of works, | |
6471 but does not properly restore divider positions in some cases. Also | |
6472 get an X badwindow when holding down hide or float keys (hmm, race?). | |
6473 | |
6474 Mon Apr 1 07:05:40 2002 John Ellis <johne@bellatlantic.net> | |
6475 | |
6476 * gqview.h, image.c, preferences.c, rcfile.c: When using gdk-pixbuf | |
6477 0.16.0 or higher enable the TILES zoom quality option. | |
6478 * ui_clist_edit.c: Fix broken auto-scroll to make cell visible. | |
6479 * ui_help.[ch]: Added hbox accessor, plus prototype signal fixes. | |
6480 * ui_pathsel.c: Added divider between dir and file lists. | |
6481 | |
6482 Thu Mar 28 06:45:38 2002 John Ellis <johne@bellatlantic.net> | |
6483 | |
6484 * collect-table.c: Use drag_leave signal to stop the autoscroller. | |
6485 * view_file_icon.c: File refresh and removal positioning fixes. | |
6486 | |
6487 Thu Mar 28 03:07:18 2002 John Ellis <johne@bellatlantic.net> | |
6488 | |
6489 * view_dir_tree.c: Fix highlight dnd bug. | |
6490 | |
6491 Tue Mar 26 05:03:42 2002 John Ellis <johne@bellatlantic.net> | |
6492 | |
6493 * configure.in: Use datadir for the GNOME icon and desktop entry, so | |
6494 that prefix is honored. | |
6495 | |
6496 Tue Mar 26 05:00:25 2002 John Ellis <johne@bellatlantic.net> | |
6497 | |
6498 * collect-table.c, dupe.c, img-view.c, layout.c, layout_image.c, | |
6499 layout_util.c, menu.c, view_dir_list.c, view_dir_tree.c, | |
6500 view_file_icon.c, view_file_list.c: More proper signal casting (menus). | |
6501 | |
6502 Tue Mar 26 01:15:59 2002 John Ellis <johne@bellatlantic.net> | |
6503 | |
6504 * collect-table.c, collect.c, dnd.c, fullscreen.c, image-load.c, | |
6505 image.c, img-view.c, layout.c, layout_config.c, layout_image.c, | |
6506 layout_util.c, main.c, menu.c, preferences.c, ui_help.c, | |
6507 view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: | |
6508 Signal connection, prototype, and return value clean ups. | |
6509 | |
6510 Fri Mar 22 21:06:41 2002 John Ellis <johne@bellatlantic.net> | |
6511 | |
6512 * view_dir_tree.c: Unset the click_node and drop_node if they match the | |
6513 removed node. | |
6514 | |
6515 Wed Mar 6 01:57:26 2002 John Ellis <johne@bellatlantic.net> | |
6516 | |
6517 * dupe.c, thumb.c: Update the thumbnail/sim if the mtime does not match | |
6518 the source file ( > just does not work), then set the mtime of the | |
6519 thumbnail/sim to that of the source file. You probably needed to | |
6520 re-generate those thousands of thumbnails anyway ;) | |
6521 * view_file_icon.c, view_file_list.c: Fix maintenance bugs where when | |
6522 deleting an image the next is not automatically selected/viewed. | |
6523 | |
6524 Mon Feb 25 01:01:14 2002 John Ellis <johne@bellatlantic.net> | |
6525 | |
6526 * ui_*.c: Fixes from SLIK (0.7.0). | |
6527 | |
6528 Mon Feb 18 14:56:40 2002 John Ellis <johne@bellatlantic.net> | |
6529 | |
6530 * main.c: Set the current worrking path to that of the file before | |
6531 calling the editor command. For multiple files, the first path in the | |
6532 list is used. | |
6533 | |
6534 Mon Feb 18 02:21:31 2002 John Ellis <johne@bellatlantic.net> | |
6535 | |
6536 * rcfile.c: Fix buffer over-runs y using strncpy. | |
6537 | |
6538 Thu Feb 14 15:17:31 2002 John Ellis <johne@bellatlantic.net> | |
6539 | |
6540 * view_dir_tree.c: Compile clean ups. | |
6541 * README, TODO: Updated. | |
6542 * po/*.po: Pretty sure make dist(check) is gonna touch these. | |
6543 * configure.in: Release 1.1.1 | |
6544 | |
6545 Thu Feb 14 11:05:13 2002 John Ellis <johne@bellatlantic.net> | |
6546 | |
6547 * ui_fileops.[ch]: Added concat_dir_and_file() util, it handles case | |
6548 of base == "/" to avoid paths like "//name". | |
6549 * main.c, ui_pathsel.c, ui_utildlg.c, view_dir_list.c, view_dir_tree.c, | |
6550 view_file_list.c: Use new concat_dir_and_file where appropriate. | |
6551 * utilops.c: The move/cop_simple calls now correctly determine single | |
6552 file operations, such that they are not treated as multiple files. | |
6553 * img-view.c, layout_image.c, layout_util.c: Added 9, 8, 7 keyboard | |
6554 shortcust for zooms of -2, -3, and -4, respectively. | |
6555 | |
6556 Wed Feb 13 21:16:43 2002 John Ellis <johne@bellatlantic.net> | |
6557 | |
6558 * layout.c(layout_list_new): Pass NULL as path when creating lists. | |
6559 * ui_clist_edit.c(clist_edit_by_row): Account for offset if clist is | |
6560 really a ctree. | |
6561 * view_dir_list.c, view_dir_tree.c: Added new folder and rename options | |
6562 to the right click menus, check access perms before allowing in menus. | |
6563 * view_file_icon.c: More fixes. | |
6564 | |
6565 Wed Feb 13 14:49:49 2002 John Ellis <johne@bellatlantic.net> | |
6566 | |
6567 * view_file_icon.c: Fixed sync() update when removing files from table. | |
6568 Wasted 30 minutes trying to fix focus handling for sync, discovered I | |
6569 was trying to re-invent what 1 call to vficon_update_focus() already | |
6570 does :-/ | |
6571 | |
6572 Tue Feb 12 21:59:12 2002 John Ellis <johne@bellatlantic.net> | |
6573 | |
6574 * filelist.[ch]: Added text_from_size_abrev(), returns size in bytes, | |
6575 K, or MB. | |
6576 * image.c: Increased BUFFER_COUNT from 4 to 8, this results in twice | |
6577 as many bytes read from the image file per idle cycle. | |
6578 * layout.c: Fix sort sync bug. size totals are now displayed for the | |
6579 file list. | |
6580 * layout_util.[ch]: Added folder pixmap utilities. | |
6581 * typedefs.h: Added PixmapFolders struct (for above), and additional | |
6582 vars for the dir views. | |
6583 * view_dir_list.c, view_dir_tree.c: Added folder icons for the standard | |
6584 list for consistency, several fixes/cleanups, also allow drops on the | |
6585 std list for move/copy. | |
6586 * view_file_list.c: Fixes, selected images are passed to the image | |
6587 handler when idle (to avoid multiple selection mess). | |
6588 | |
6589 Tue Feb 12 15:28:23 2002 John Ellis <johne@bellatlantic.net> | |
6590 | |
6591 * filelist.[ch]: Added filelist_insert_sort. util. | |
6592 * layout.[ch], layout_image.[ch]: Added maintenance support. | |
6593 * preferences.c, rcfile.c: The tree_descend_subdirs option is now | |
6594 user adjustable, and saved. | |
6595 * utilops.c: Hooked up layout maintenance. | |
6596 * view_dir_tree.c: Refresh now updates active path. | |
6597 * view_file_icon.[ch], view_file_list.[ch]: Added maintenance, fixed | |
6598 selection retention on refresh, and possible crashes when syncing the | |
6599 icon view. | |
6600 | |
6601 Mon Feb 11 21:47:52 2002 John Ellis <johne@bellatlantic.net> | |
6602 | |
6603 * icons/folder_deny.xpm: New folder icon for dirs with no permissions. | |
6604 * view_dir_tree.c: Show the deny (locked) folder icon for dirs that do | |
6605 not pass a call to access(). | |
6606 | |
6607 Mon Feb 11 19:37:31 2002 John Ellis <johne@bellatlantic.net> | |
6608 | |
6609 * icons/folder_[open|close]/xpm: New icons for folders. | |
6610 * view_dir_tree.c: Us folder icons in the ctree's view. | |
6611 | |
6612 Mon Feb 11 16:20:07 2002 John Ellis <johne@bellatlantic.net> | |
6613 | |
6614 * po/POTFILES.in: Added view_dir_tree.c and view_file_icon.c. | |
6615 * filelist.c, ui_fileops.c: Fixed reading of file list so that top | |
6616 level paths (this in root dir) do not return //path (note double slash) | |
6617 * globals.c, gqview.h: Added tree_descend_subdirs option vars. | |
6618 * typedefs.h(ViewDirTree): Filled in needed vars. | |
6619 * layout.c: Hooked up vdtree_* stuff. | |
6620 * utilops.[ch]: Added file_util_[copy|move]_simple() funcs to bypass | |
6621 location dialog when you do not need it. | |
6622 * view_dir_tree.[ch]: Implemented tree view. | |
6623 * view_file_list.c: Fixed crash on refresh after moving selected files. | |
6624 (the refresh stuff still needs work) | |
6625 | |
6626 Sun Feb 10 15:35:32 2002 John Ellis <johne@bellatlantic.net> | |
6627 | |
6628 * globals.c, gqview.h, main.c, rcfile.c: Added state saving of icon | |
6629 and tree view options. | |
6630 * image.c: When image is set to NULL, still call the update function. | |
6631 * layout.[ch]: Support view as icons and tree, fix leak on layout | |
6632 style change. | |
6633 * typedefs.h: More needed vars to structs. | |
6634 * view_dir_list.c: Disconnect popup menu destroy signal when the main | |
6635 widget is destroyed, as it may be gone before the popup is done. | |
6636 * view_file_list.c: Added 'View as icons' popup menu option, also | |
6637 same fix as above. | |
6638 * view_file_icon.c: More work, selections states, dnd, menus, more. | |
6639 | |
6640 Fri Feb 8 16:17:29 2002 John Ellis <johne@bellatlantic.net> | |
6641 | |
6642 * layout.c: Added the necessary vficon_xxx calls. | |
6643 * typedefs.h: Added necessary stuff to ViewFileIcon struct. | |
6644 * view_file_icon.[ch]: Started as collect-table.c, then edited to | |
6645 use FileData instead of CollectInfo... Sort of works. | |
6646 | |
6647 Wed Feb 6 19:54:48 2002 John Ellis <johne@bellatlantic.net> | |
6648 | |
6649 * filelist.c, layout.c, layout_config.c, layout_image.c, layout_util.c, | |
6650 slideshow.c, view_dir_list.c, view_file_list.c: Compile cleanups from | |
6651 make CFLAGS="-g -Wall -O2 -Wmissing-prototypes -Werror" | |
6652 * README: Updates. | |
6653 * po/POTFILES.in: Updated. | |
6654 * po/*.po: Make distcheck touched these. | |
6655 * configure.in: Released 1.1.0 | |
6656 | |
6657 Wed Feb 6 18:32:23 2002 John Ellis <johne@bellatlantic.net> | |
6658 | |
6659 * layout_config.c(layout_config_set): Fixed src<->dest swap thinko | |
6660 when setting syncing clist order. | |
6661 | |
6662 Wed Feb 6 16:11:17 2002 John Ellis <johne@bellatlantic.net> | |
6663 | |
6664 * menu.[ch]: Allow sort menu to indicate current sort type. | |
6665 * main.c: Correctly set and save sort options. | |
6666 * collect-table.c: Fix for layout sort API change. | |
6667 * layout.[ch], view_file_list.[ch]: Implemented sort ui, also added | |
6668 sort to the file list pop up menu. | |
6669 * typedefs.h: Added sort widget (info_sort) to LayoutWindow. | |
6670 | |
6671 Wed Feb 6 14:40:09 2002 John Ellis <johne@bellatlantic.net> | |
6672 | |
6673 * layout.[ch], layout_image.[ch], layout_util.c, preferences.c, | |
6674 slideshow.c, view_dir_list.c, view_file_list.c: Status bar is now | |
6675 working. Applying settings in config window now updates the layout | |
6676 of the main window - this seems to be ok, but I still cross my fingers | |
6677 when I press apply ;) | |
6678 | |
6679 Tue Feb 5 16:22:57 2002 John Ellis <johne@bellatlantic.net> | |
6680 | |
6681 * layout.c: Fixed (most of) the tab completion and history. | |
6682 * layout_util.c: Keyboard shortcuts should all work now. | |
6683 * main.c: Removed old keyboard handler (to layout_util.c). | |
6684 * layout_image.c, dnd.c: Main window image dnd hooked up. | |
6685 * ui_tabcomp.c: Enabled tab completion helper popup menu, and fixed | |
6686 entry cursor positioning when selecting from the menu. | |
6687 | |
6688 Tue Feb 5 08:53:02 2002 John Ellis <johne@bellatlantic.net> | |
6689 | |
6690 * layout_image.c, slideshow.c: Fixed read ahead issues (was double | |
6691 loading the file, sequentially) | |
6692 * menu.c: Removed include for window.h, file no longer exists. | |
6693 | |
6694 Mon Feb 4 18:22:33 2002 John Ellis <johne@bellatlantic.net> | |
6695 | |
6696 * global.c, gqview.h, rcfile.c: Added horizontal divider var. | |
6697 * layout.[ch], layout_image.c, layout_util.[ch], main.c, typedefs.h, | |
6698 view_dir_list.[ch], view_file_list.[ch]: Most things now work, it now | |
6699 resembles a useable interface again. | |
6700 * slideshow.c: Fixes. | |
6701 * menu.c: Removed all old menu stuff, clean now. | |
6702 * window.[ch]: Removed files. | |
6703 | |
6704 Mon Feb 4 14:31:25 2002 John Ellis <johne@bellatlantic.net> | |
6705 | |
6706 * img-main.[ch]: Dumped. | |
6707 * layout_image.[ch]: New files, contains image code adapted from | |
6708 above img-main files. | |
6709 * typedefs.h: Move all public structures here. | |
6710 * fullscreen.h, slideshow.h: Move structures out (to above). | |
6711 * collect-table.c, collect.c, dups.c, window.c: Include fixes. | |
6712 * dnd.c, menu.c: Removed unused code. | |
6713 * gqview.h, main.c: start_editor_* fixes. | |
6714 * layout.[ch], view_file_list.[ch]: More work. | |
6715 | |
6716 Sun Feb 3 15:36:31 2002 John Ellis <johne@bellatlantic.net> | |
6717 | |
6718 * typedefs.h: Moved layout, list struct headers here. | |
6719 * filelist.h, layout.h, layout_util.h, preferences.c, view_dir_list.h: | |
6720 Changes for above. | |
6721 * layout.c, view_file_list.[ch]: The file listing now sort of works. | |
6722 * slideshow.c: Fixed crash from wrong test placement. | |
6723 | |
6724 Sat Feb 2 16:47:19 2002 John Ellis <johne@bellatlantic.net> | |
6725 | |
6726 * dnd.[ch]: Made drop types public. | |
6727 * collect-table.c, dupe.c: Removed enum now duplicated in dnd.h. | |
6728 * filelist.[ch]: Fixes. | |
6729 * layout.[ch]: Added dir list view plus more work. | |
6730 * menu.c: Removed old dir popup menu code. | |
6731 * view_dir_list.[ch]: Impemented, pretty much done except for reporting | |
6732 back to the layout. | |
6733 | |
6734 Sat Feb 2 12:48:49 2002 John Ellis <johne@bellatlantic.net> | |
6735 | |
6736 * layout_config.[ch]: Added new files, includes util to select window | |
6737 layout and to convert the selected layout to/from simple format for | |
6738 saving in an rc file. | |
6739 * globals.c, gqview.h, main.c: Added layout variables for default view. | |
6740 * rcfile.c: Save/restore these variables. | |
6741 * layout.c, layout_util.c: More work, mainly all for configuration. | |
6742 * preferences.c: Added layout configuration to window tab. | |
6743 | |
6744 Fri Feb 1 13:19:19 2002 John Ellis <johne@bellatlantic.net> | |
6745 | |
6746 * layout.[ch]. main.c, view_file_list.h: Well, we got the window back.. | |
6747 Also worked on the layout code, seems it should be done in a simpler | |
6748 way.... | |
6749 | |
6750 Thu Jan 31 14:30:21 2002 John Ellis <johne@bellatlantic.net> | |
6751 | |
6752 * layout_util.[ch]: Added utils for layouts (menus, toolbar, +misc). | |
6753 * collect-io.c, collect-table.c, collect.c, dupe.c, preferences.c: | |
6754 Fixed for new layout structure. | |
6755 * filelist.ch, globals.c, gqview.h: Fixes, and removed global vars. | |
6756 * dnd.c, img-main.h, main.c, menu.[ch], window.c: Made these compile | |
6757 (mostly by #if 0-ing out offending code). | |
6758 * layout.[ch]: More fleshing out. | |
6759 * view_file_list.[ch]: Well it compiles... | |
6760 * slideshow.[ch]: Fixed to use new layout window, should be ok. | |
6761 * Makefile.am: Updates, well it now compiles without warnings - just | |
6762 don't run it -- there's no window :) | |
6763 | |
6764 Wed Jan 30 12:13:35 2002 John Ellis <johne@bellatlantic.net> | |
6765 | |
6766 * filelist.[ch]: Stripped out old file list code, only list utils are | |
6767 to remain here (no GUI stuff). | |
6768 * layout.[ch]: This will be the functions to generate the main window. | |
6769 * view_file_list.[ch]: Began new file list code (much of it is just | |
6770 making original file list self-contained (no globals, etc.) | |
6771 * view_file_icon.[ch]: The is will be a wrapper around the collection | |
6772 table to view the file list as a collection layout. (currently empty). | |
6773 * view_dir_list.[ch]: Will be new directory list (currently empty). | |
6774 * view_dir_tree.[ch]: Will be new tree view of dirs (curently empty, | |
6775 will probal start with using tree code from old bitgrazer app). | |
6776 * Makefile.am: Added above new files, note that no compiling has been | |
6777 attempted - it wont work anyway for a quite a while. | |
6778 | |
6779 Fri Jan 11 01:15:04 2002 John Ellis <johne@bellatlantic.net> | |
6780 | |
6781 * main.c: Removed pre-1.0 compatibility code (very old versions | |
6782 placed gqviewrc and thumbnail dir in top of $HOME, this checked | |
6783 for and moved them to current location $HOME/.gqview/.) | |
6784 * TODO: Updated. | |
6785 * ChangeLog: added marker for start of post-2.0 Changes. | |
6786 | |
6787 Fri Jan 11 00:40:45 2002 John Ellis <johne@bellatlantic.net> | |
6788 | |
6789 * *.[ch]: Update copyright year. | |
6790 * main.c(main): Print blurb about devel beta etc. | |
6791 * configure.in: Removed useless test. | |
6792 | |
6793 ======================================================================= | |
6794 | |
6795 GQview 1.1.x series started. (1.1 marker) | |
6796 | |
6797 ======================================================================= | |
6798 | |
6799 Tue Jan 29 05:36:32 2002 John Ellis <johne@bellatlantic.net> | |
6800 | |
6801 * README: Updated. | |
6802 * configure.in: Release 1.0.2 | |
6803 | |
6804 Sun Jan 27 08:34:13 2002 John Ellis <johne@bellatlantic.net> | |
6805 | |
6806 * po/*.po: Make distcheck touched these. | |
6807 * README: Updated. | |
6808 | |
6809 Sun Jan 27 08:04:36 2002 John Ellis <johne@bellatlantic.net> | |
6810 | |
6811 * po/[cs, de, pt_BR].po: Fixed warnings for incorrect or no charset. | |
6812 * po/cs.po: Updated Czech translation, | |
6813 submitted by Jan Raska <jan_raska@hotmail.com> | |
6814 * po/zh_CN.GB2312.po: Updated Chinese translation, | |
6815 submitted by Charles Wang <charlesw1234cn@yahoo.com.cn> | |
6816 * po/pl.po: Minor Polish translation tweak. | |
6817 | |
6818 Wed Jan 16 02:16:38 2002 John Ellis <johne@bellatlantic.net> | |
6819 | |
6820 * dupe.c(dupe_window_remove_selected): Copy the selection list before | |
6821 removing files, because clist->selection may change as items are | |
6822 removed. Fixes BUG where not all files selected were being removed | |
6823 from the list. | |
6824 | |
6825 Tue Jan 1 12:32:52 2002 John Ellis <johne@bellatlantic.net> | |
6826 | |
6827 * gqview.1: Updated contact info in man page. | |
6828 * configure.in: Release 1.0.1 | |
6829 | |
6830 Tue Jan 1 12:23:26 2002 John Ellis <johne@bellatlantic.net> | |
6831 | |
6832 * preferences.c, README: Old gqview@email.com changed to | |
6833 gqview@users.sourceforge.net. | |
6834 * po/*.po: Some patching to update e-mail (above). | |
6835 | |
6836 Tue Jan 1 11:24:19 2002 John Ellis <johne@bellatlantic.net> | |
6837 | |
6838 * cs.po: Added Czech translation, | |
6839 submitted by Jan Raska <jan_raska@hotmail.com> | |
6840 * uk.po: Updated Ukrainian translation, | |
6841 submitted by Volodymyr M. Lisivka <lvm@mystery.lviv.net> | |
6842 * configure.in (ALL_LINGUAS): Added cs. | |
6843 * README: small update. | |
6844 | |
6845 Sat Dec 15 12:21:02 2001 John Ellis <johne@bellatlantic.net> | |
6846 | |
6847 * po/hu.po: Updated Hungarian translation, | |
6848 submitted by Egmont Koblinger <egmont@suselinux.hu> | |
6849 * po/nl.po: Updated Dutch translation, | |
6850 submitted by Tino Meinen <a.t.meinen@chello.nl> | |
6851 * README: Updated. | |
6852 * configure.in: Released 1.0 | |
6853 | |
6854 Mon Dec 10 13:26:24 2001 John Ellis <johne@bellatlantic.net> | |
6855 | |
6856 * po/nl.po: Updated from Tino Meinen. | |
6857 * README, TODO: Updated. | |
6858 * configure.in: Release 0.99.3 (release candidate 1) | |
6859 | |
6860 Mon Dec 10 12:54:03 2001 John Ellis <johne@bellatlantic.net> | |
6861 | |
6862 * po/nl.po: Updated Dutch translation, | |
6863 submitted by Tino Meinen <a.t.meinen@chello.nl> | |
6864 | |
6865 Sun Dec 9 11:54:19 2001 John Ellis <johne@bellatlantic.net> | |
6866 | |
6867 * po/no.po: Fixed fuzzy caused by make dist. | |
6868 * po/ru.po: Minor format change from a make dist (no translation | |
6869 changed, however). | |
6870 * po/*.po: Make dist updated the POT creation date for the others. | |
6871 | |
6872 Sun Dec 9 11:43:26 2001 John Ellis <johne@bellatlantic.net> | |
6873 | |
6874 * preferences.c: Fixed the license statement in the about dialog. | |
6875 * po/*.po: Adjusted translation lines for above, where I could - to | |
6876 avoid fuzzies. | |
6877 | |
6878 Sun Dec 9 11:03:46 2001 John Ellis <johne@bellatlantic.net> | |
6879 | |
6880 * po/et.po: Updated Estonian translation, | |
6881 submitted by Ilmar Kerm <ilmar.kerm@mail.ee> | |
6882 * po/es.po: Updated Spanish translation, | |
6883 submitted by Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> | |
6884 * po/fr.po: Updated French translation, | |
6885 submitted by Eric Lassauge <lassauge@mail.dotcom.fr> | |
6886 * po/ru.po: Updated Russian translation, | |
6887 submitted by Sergey Pinaev <dfo@antex.ru> | |
6888 * po/no.po: Added Norwegian translation, | |
6889 submitted by Torgeir Ness Sundli <torgeir@mp3bil.no> | |
6890 * po/it.po: Added Italian translation, submitted | |
6891 by Di Maggio Salvatore <Salvatore.Dimaggio@bologna.marelli.it> | |
6892 * configure.in (LINGUAS): Added no. | |
6893 | |
6894 Wed Dec 5 18:31:47 2001 John Ellis <johne@bellatlantic.net> | |
6895 | |
6896 * README: Updated. | |
6897 * po/*.po: Make distcheck touched these. | |
6898 * configure.in: Release 0.99.2 | |
6899 | |
6900 Wed Dec 5 18:04:37 2001 John Ellis <johne@bellatlantic.net> | |
6901 | |
6902 * README, TODO, gqview.1: Minor updates. | |
6903 * configure.in (LINGAUS): Changed zh_TW.Big5 to zh_TW. | |
6904 * po/zh_TW.po: Updated Traditional Chinese translation, | |
6905 submitted by Abel Cheung <deaddog@deaddog.ws> | |
6906 * po/zh_TW.Big5.po: Removed, renamed without Big5 at submitter's | |
6907 request - not sure of any possible problems this may cause? | |
6908 * po/fi.po: Updated Finnish translation, | |
6909 submitted by Lauri Nurmi <lanurmi@iki.fi> | |
6910 * po/de.po: Updated German translation, | |
6911 submitted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> | |
6912 * po/fr.po: Updated French translation, | |
6913 submitted by Eric Lassauge <lassauge@mail.dotcom.fr | |
6914 * po/sk.po: Updated Slovak translation, | |
6915 submitted by Ivan Priesol <priesol@frki.utc.sk> | |
6916 * po/pt_BR.po: Updated Brazilian Portuguese translation, | |
6917 submitted by Guilherme M. Schroeder <slump@linuxall.org> | |
6918 | |
6919 Sun Nov 25 10:46:00 2001 John Ellis <johne@bellatlantic.net> | |
6920 | |
6921 * README: Updated. | |
6922 * configure.in: Release 0.99.1 | |
6923 | |
6924 Sun Nov 25 10:36:00 2001 John Ellis <johne@bellatlantic.net> | |
6925 | |
6926 * po/*.po: Make distcheck updated these. | |
6927 * po/pt_BR.po: Many entries marked fuzzy were fine, plus a few fixes. | |
6928 | |
6929 Sun Nov 25 09:55:03 2001 John Ellis <johne@bellatlantic.net> | |
6930 | |
6931 * da.po: Added Danish translation, | |
6932 submitted by Birger Langkjer <birger.langkjer@image.dk>. | |
6933 * pt_BR.po: Updated Brazilian Portuguese translation, | |
6934 submitted by Guilherme M. Schroeder <slump@ieg.com.br> | |
6935 * configure.in: Added da to LINGUAS. | |
6936 * README: Updates. | |
6937 | |
6938 Sun Nov 25 09:44:14 2001 John Ellis <johne@bellatlantic.net> | |
6939 | |
6940 * README, gqview.spec.in, po/fr.po: Updated French translation, | |
6941 submitted by Eric Lassauge <lassauge@mail.dotcom.fr> | |
6942 * filelist.c: When entering a directory with no read acces, still clear | |
6943 the file/dir lists. Also add . and .. to allow exit of said dir. | |
6944 * img-view.c, window.c: The " - GQview" string really should not be | |
6945 marked for translation. | |
6946 | |
6947 Mon Nov 19 12:02:19 2001 John Ellis <johne@bellatlantic.net> | |
6948 | |
6949 * README: Updated. | |
6950 * configure.in: Release 0.99.0 | |
6951 | |
6952 Mon Nov 19 11:54:09 2001 John Ellis <johne@bellatlantic.net> | |
6953 | |
6954 * po/fr.po, gqview.spec.in, gqview.desktop: Updated French translation | |
6955 submitted by Eric Lassauge <lassauge@mail.dotcom.fr> | |
6956 | |
6957 Mon Nov 19 09:15:23 2001 John Ellis <johne@bellatlantic.net> | |
6958 | |
6959 * image.c(image_tile_render): Use the simple render when scale is also | |
6960 1.0. This speeds up renders when zoom is auto, but the scale is 1.0. | |
6961 Also removed crufty #if 0'ed lines. | |
6962 | |
6963 Mon Nov 19 09:00:00 2001 John Ellis <johne@bellatlantic.net> | |
6964 | |
6965 * image.c: Finally fixed the window shrinking bug with zoom_to_fit, | |
6966 needed to add a 'new image' flag to a few funcs for this. | |
6967 | |
6968 Mon Nov 19 07:30:29 2001 John Ellis <johne@bellatlantic.net> | |
6969 | |
6970 * filelist.c: The history menu text is now truncated using the | |
6971 available space in the GtkOptionMenu instead of forcing to 32 chars. | |
6972 | |
6973 Sun Nov 18 07:02:23 2001 John Ellis <johne@bellatlantic.net> | |
6974 | |
6975 * Makefile.am, configure.in, acconfig.h: Install README to a share | |
6976 dir. | |
6977 * README: Added section keys. | |
6978 * gqview.spec.in: Added README of share dir. | |
6979 * POTFILES.in: Added ui_help.c | |
6980 * gqview.h, main.c, menu.c: Added simple help window to display README. | |
6981 * ui_help.[ch]: New files for utils to display a help window. | |
6982 | |
6983 Fri Nov 16 10:28:44 2001 John Ellis <johne@bellatlantic.net> | |
6984 | |
6985 * main.c, slideshow.c: Went back to rand()/srand() [from (s)random], | |
6986 as it is more portable. | |
6987 | |
6988 Thu Nov 15 02:32:17 2001 John Ellis <johne@bellatlantic.net> | |
6989 | |
6990 * README: Updated. | |
6991 * cache_maint.c(cache_maintain_home_c): Fixed == to = (oops); | |
6992 * po/POTFILES.in: cache_main.c is actually cach_maint.c. | |
6993 * configure.in: Release 0.13.0 | |
6994 | |
6995 Wed Nov 14 13:33:57 2001 John Ellis <johne@bellatlantic.net> | |
6996 | |
6997 * cache_maint.[ch]: Moved cache maintenance stuff here, and added a | |
6998 dialog displaying 'purge thumbnails' progress - it also no longer | |
6999 blocks the app. | |
7000 * cache.[ch]: Moved above out of here. | |
7001 * Makefile.am, filelist.c, menu.c, preferences.c, utilops.c: Used new | |
7002 functions and/or include cache_maint.h. | |
7003 * po/POTFILES.in: Added cache_maint.c | |
7004 | |
7005 Tue Nov 13 07:04:38 2001 John Ellis <johne@bellatlantic.net> | |
7006 | |
7007 * icons/marker.xpm, Makefile.am: Moved the marker.xpm file to the icons | |
7008 dir. | |
7009 * collect-table.c: Update include of marker.xpm. | |
7010 | |
7011 Tue Nov 13 06:23:29 2001 John Ellis <johne@bellatlantic.net> | |
7012 | |
7013 * Makefile.am, marker.xpm: Added marker icon file. | |
7014 * collect-table.c: Added marker to display insertion point of a dropped | |
7015 image in collection windows, same for moving. Also dropped directories | |
7016 are sorted before adding to the collection, and honor the | |
7017 collection_drop_inserted option. Also if the mouse is outside the | |
7018 clist window, shut down the autoscroll cb. | |
7019 * filelist.[ch]: Made path_list_sort() public. | |
7020 | |
7021 Mon Nov 12 20:58:18 2001 John Ellis <johne@bellatlantic.net> | |
7022 | |
7023 * main.c: Changed exit dialog title. | |
7024 * window.c: Fixed delete_event handlers to return TRUE (was void). | |
7025 | |
7026 Mon Nov 12 20:45:02 2001 John Ellis <johne@bellatlantic.net> | |
7027 | |
7028 * collect-dlg.[ch]: Added type to close collection window after save. | |
7029 * collect-io.c, collect-table.c, collect.[ch], typedefs.h: Added a | |
7030 changed flag to collections, and use it to remind user a collection | |
7031 was modified before closing the window. | |
7032 * main.c: Remind user at least one open collection has been modified, | |
7033 with option to cancel exit. | |
7034 | |
7035 Mon Nov 12 19:22:05 2001 John Ellis <johne@bellatlantic.net> | |
7036 | |
7037 * gqview.spec.in: Updated the RPM spec file. | |
7038 * po/nl.po: Updated Dutch translation, | |
7039 submitted by Hette J Visser <hette@linux.nl> | |
7040 * po/uk.po: Added Ukrainian translation, | |
7041 submitted by Volodymyr M. Lisivka <lvm@mystery.lviv.net> | |
7042 * configure.in: Added uk to LINGUAS. | |
7043 * README: Updates. | |
7044 * po/{all_others}.po: Make dist did this while testing RPM build. | |
7045 | |
7046 Mon Nov 12 06:54:04 2001 John Ellis <johne@bellatlantic.net> | |
7047 | |
7048 * collect-table.[ch], collect.[ch], typedefs.h: Implemented collection | |
7049 insert, and added moving of images within a collection using dnd. | |
7050 * dupe.[ch]: Changed color coding for duplicate list, alternate colors | |
7051 are now 10% darker instead of inverted fg and bg. | |
7052 * globals.c, gqview.h, preferences.c, rcfile.c: Added option to insert | |
7053 dropped files into a collection at the drop point. | |
7054 * main.c, slideshow.c: Use random instead of rand. | |
7055 * ui_clist_edit.[ch]: Added utils for g_lists and clist row styles. | |
7056 * ui_pathsel.c: Moved uig_list_insert_link() out to ui_clist_edit. | |
7057 | |
7058 Thu Nov 8 23:35:53 2001 John Ellis <johne@bellatlantic.net> | |
7059 | |
7060 * ui_menu.[ch]: Added more menu item utils. | |
7061 | |
7062 Thu Nov 8 20:59:20 2001 John Ellis <johne@bellatlantic.net> | |
7063 | |
7064 * preferences.c: Made ok, apply, and cancel button sizes consistent. | |
7065 * collect-dlg.c: Changed Load to more consistent Open. | |
7066 | |
7067 Thu Nov 8 19:47:47 2001 John Ellis <johne@bellatlantic.net> | |
7068 | |
7069 * ui_utildlg.c: Changed the vertical spacing on dialogs (same dialog | |
7070 size, moved some space from above the buttons to top of window). | |
7071 Also aligned buttons right and made them bigger. | |
7072 | |
7073 Thu Oct 25 14:10:47 2001 John Ellis <johne@bellatlantic.net> | |
7074 | |
7075 * ui_pathsel.c: Fixed incorrect strncmp in dest_filter_list_sync() to | |
7076 check entire string (strcmp). Ordered filter addition so that they are | |
7077 listed in descending order, but keep All Files ( * ) filter at the | |
7078 bottom of the list. | |
7079 | |
7080 Fri Oct 19 20:09:44 2001 John Ellis <johne@bellatlantic.net> | |
7081 | |
7082 * ui_clist_edit.c: Explicitely set the focus for the text entry to | |
7083 fix missing cursor. | |
7084 * README: Updated. | |
7085 * configure.in: Release 0.12.0 | |
7086 | |
7087 Fri Oct 19 18:47:16 2001 John Ellis <johne@bellatlantic.net> | |
7088 | |
7089 * README, TODO: updated. | |
7090 * po/et.po: Added Estonian translation, | |
7091 submitted by Ilmar Kerm <ikerm@hot.ee> | |
7092 * configure.in: Added et to ALL_LINGUAS. | |
7093 | |
7094 Tue Sep 18 21:53:04 2001 John Ellis <johne@bellatlantic.net> | |
7095 | |
7096 * collect.c: Added keyboard shortcuts for copy/move/rename/delete, also | |
7097 fixed control-key test. | |
7098 * README: Credit updates. | |
7099 | |
7100 Tue Sep 18 21:19:46 2001 John Ellis <johne@bellatlantic.net> | |
7101 | |
7102 * collect.c, filelist.[ch], globals.c, gqview.h, main.c, menu.c, | |
7103 rcfile.c, typedefs.h, window.c: Added sort files ascending/descending | |
7104 option. Also added compile-time feature to sort names numerically | |
7105 (numerical sort based on patch from Martin Pool <mbp@samba.org>) | |
7106 * README, gqview.1: Documented the I keyboard shortcut for collections. | |
7107 | |
7108 Tue Sep 18 20:06:30 2001 John Ellis <johne@bellatlantic.net> | |
7109 | |
7110 * utilops.c (file_util_create_dir_cb): Support dir names entered as an | |
7111 absolute path. | |
7112 | |
7113 Tue Sep 18 19:05:52 2001 John Ellis <johne@bellatlantic.net> | |
7114 | |
7115 * cache.[ch], dupe.c, gqview.h, thumb.c: The local (home) thumb dirs | |
7116 are created with mode 0755 (as before), but the .thumbnails dirs | |
7117 created near the images are now 0775 (so that others in the group can | |
7118 update the thumbs). | |
7119 * ui_clist_edit.[ch]: Added clist_edit_set_highlight (remember to fix | |
7120 filelist.c to use this in future), also fixed the clist_moveto calls | |
7121 to use a valid column number (-1). | |
7122 * ui_pathsel.c: Added right click menus to rename dirs and files, and | |
7123 to delete files. Also added a New Directory button to create new | |
7124 directories from within the dialog. | |
7125 | |
7126 Tue Sep 18 15:33:41 2001 John Ellis <johne@bellatlantic.net> | |
7127 | |
7128 * po/ja.po: Updated Japanese translation, | |
7129 submitted by Yuuki NINOMIYA <gm@debian.or.jp> | |
7130 on behalf of SATO Satoru <ss@gnome.gr.jp> | |
7131 * po/pl.po: Updated Polish translation, | |
7132 submitted by Zbigniew Chyla <cyba@gnome.pl> | |
7133 * po/nl.po: Added Dutch translation, | |
7134 submitted by "H.J.Visser" <H.J.Visser@harrie.mine.nu> | |
7135 * po/fi.po: Added Finnish translation, | |
7136 submitted by Lauri Nurmi <lanurmi@iki.fi> | |
7137 | |
7138 Fri Sep 14 15:43:53 2001 John Ellis <johne@bellatlantic.net> | |
7139 | |
7140 * filelist.[ch]: Added text_from_time and text_from_size utils for | |
7141 file attribute display. Added size and date to the file list. | |
7142 * window.c: Changes for above. | |
7143 * dupe.c: Removed text_from_time, use new one as well as one for byte | |
7144 size from filelist.h. | |
7145 * collect-table.c: Fixed a style leak on clist cell selections. | |
7146 | |
7147 Sat Sep 8 01:49:04 2001 John Ellis <johne@bellatlantic.net> | |
7148 | |
7149 * dupe.c: Fix style leak when re-aligning clist row colors, also made | |
7150 removing multiple selected rows much faster (it was realigning the | |
7151 row styles after every line removal, eww). | |
7152 | |
7153 Sun Jun 24 22:27:40 2001 John Ellis <johne@bellatlantic.net> | |
7154 | |
7155 * collect-table.c: Added copy, move, rename, and delete to the pop | |
7156 up menu of collections (keyboard support not done). | |
7157 | |
7158 Thu Apr 5 18:21:59 2001 John Ellis <johne@bellatlantic.net> | |
7159 | |
7160 * dupe.[ch]: Made the 'compare two file sets' list use less (1/3) | |
7161 of the window. | |
7162 * globals.c, gqview.h, main.c, rcfile.c, window.c: Added saving of | |
7163 the divider position between dirs and files. Also fixed a bug that | |
7164 attempting to get the tool window size when it was not visible. | |
7165 | |
7166 Thu Apr 5 16:38:23 2001 John Ellis <johne@bellatlantic.net> | |
7167 | |
7168 * filelist.[ch]: Fixed path_list_filter() to do checks on the file | |
7169 name, not full path. Also added is_dir_list which will not do the | |
7170 check for the extension on directory lists. | |
7171 * collect-table.c, dupe.c, menu.c: Fixes for the above, and also added | |
7172 additional filtering for the duplicates window. | |
7173 | |
7174 Thu Apr 5 15:41:02 2001 John Ellis <johne@bellatlantic.net> | |
7175 | |
7176 * po/de.po: Updated German translation, submitted by | |
7177 Christian Ullrich <quiana@quiana.net> | |
7178 * po/ja.po: Updated Japanese translation, submitted by | |
7179 Yuuki NINOMIYA <gm@debian.or.jp> | |
7180 * po/fr.po: Updated French translation, submitted by | |
7181 Eric Lassauge <lassauge@mail.dotcom.fr> | |
7182 * po/sl.po: Updated Slovene translation, submitted by | |
7183 Matej Erman <matej.erman@guest.arnes.si> | |
7184 * po/it.po: Updated Italian translation, submitted by | |
7185 Christopher R. Gabriel <cgabriel@pluto.linux.it> | |
7186 | |
7187 Tue Mar 20 13:36:41 2001 John Ellis <johne@bellatlantic.net> | |
7188 | |
7189 * README: Updated. | |
7190 * configure.in: Release 0.11.0 | |
7191 | |
7192 Tue Mar 20 13:25:04 2001 John Ellis <johne@bellatlantic.net> | |
7193 | |
7194 * image.c: Added #define option to use faster zooming method. Also | |
7195 attempted to fix shrinking window bug - failed. | |
7196 * README: Updated. | |
7197 * po/zh_TW.Big5.po: Updated Traditional Chinese translation, submitted | |
7198 by Abel Cheung <deaddog@deaddog.ws>. | |
7199 | |
7200 Thu Mar 15 16:49:11 2001 John Ellis <johne@bellatlantic.net> | |
7201 | |
7202 * dupe.c: Freeze dw->second_clist when adding files. | |
7203 | |
7204 Thu Mar 15 15:48:57 2001 John Ellis <johne@bellatlantic.net> | |
7205 | |
7206 * main.c: Added support for opening collections from the command line. | |
7207 | |
7208 Thu Mar 15 14:14:26 2001 John Ellis <johne@bellatlantic.net> | |
7209 | |
7210 * dupe.c: Minor window file count fix. | |
7211 * thumb.c: Use xvpics (if enabled) only as a last resort when | |
7212 searching for a pre-existing thumbnail. | |
7213 | |
7214 Wed Mar 14 08:50:00 2001 John Ellis <johne@bellatlantic.net> | |
7215 | |
7216 * dupe.[ch]: Added option to compare between two different sets of | |
7217 files (very useful when checking a handful of new files to a known | |
7218 unique group). Also set the default window width back to 600. | |
7219 | |
7220 Thu Mar 8 10:35:25 2001 John Ellis <johne@bellatlantic.net> | |
7221 | |
7222 * gqview.h, image.c: Went back to 0.10.0 method of using | |
7223 gdk_pixbuf_composite_color() for every quality except NEAREST for | |
7224 images without transparency. Also disabled the TILES option for zooming | |
7225 all together - my little test scenario now crashes with the new | |
7226 gdk-pixbuf (0.10.0). -- maybe I do have a bug floating around the | |
7227 scaling compuations somewhere, but damn if I can find it. | |
7228 | |
7229 Thu Mar 8 10:14:32 2001 John Ellis <johne@bellatlantic.net> | |
7230 | |
7231 * configure.in, gqview.h, image.c: Made quick non-public package so | |
7232 that anyone interested in fixing gdk-pixbuf's gdk_pixbuf_scale() can | |
7233 try the fixes with GQview. (all broken scaling methods are enabled in | |
7234 this version). | |
7235 | |
7236 Thu Mar 8 09:52:01 2001 John Ellis <johne@bellatlantic.net> | |
7237 | |
7238 * po/es.po: Updates Spanish translation, from | |
7239 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> | |
7240 * dupe.c: Made the default window 20 pixels wider. | |
7241 | |
7242 Thu Mar 8 09:28:09 2001 John Ellis <johne@bellatlantic.net> | |
7243 | |
7244 * configure.in, gqview.spec.in: Require gdk-pixbuf 0.10.0 or newer. | |
7245 * gqview.h, image.c, preferences.c, rcfile.c: Use the fixed simple | |
7246 scaling of gdk-pixbuf 0.10.0, also disabled the TILES zoom quality | |
7247 option until this is fixed in gdk-pixbuf (assuming it is a gdk-pixbuf | |
7248 bug, as the other qualities work fine - ask for test case of image | |
7249 sizes if anyone is interested in fixing this). | |
7250 | |
7251 Wed Feb 28 16:40:02 2001 John Ellis <johne@bellatlantic.net> | |
7252 | |
7253 * collect-dlg.c, collect.c, dupe.c, img-view.c, preferences.c, | |
7254 utilops.c, window.c: Use GQview as the window class, as X man page | |
7255 encourages capitalization of first letter, and this removes conflict | |
7256 of gqview for instance of main window. | |
7257 | |
7258 Mon Feb 26 15:39:15 2001 John Ellis <johne@bellatlantic.net> | |
7259 | |
7260 * po/zh_CN.GB2312.po: Added simplified Chinese translation, from | |
7261 Wu Yulun <migr@operamail.com>. | |
7262 * README, TODO, gqview.spec.in: Updated. | |
7263 * configure.in: Release 0.10.1 | |
7264 | |
7265 Sat Feb 24 05:39:53 2001 John Ellis <johne@bellatlantic.net> | |
7266 | |
7267 * filelist.c (path_list_recursive): Return NULL, not FALSE. | |
7268 (it's a pointer) | |
7269 * img-main.c (main_image_slideshow_start_from_list): Free the | |
7270 path_list before returning if slideshow is already running. | |
7271 * slideshow.c (real_slideshow_start): Fix test of path_list before | |
7272 return of NULL. | |
7273 | |
7274 Sat Feb 24 03:46:12 2001 John Ellis <johne@bellatlantic.net> | |
7275 | |
7276 * image-load.c: Fix to support image loaders that do not have a | |
7277 pixbuf until the the loader is actually closed. (This should fix | |
7278 thumbnail generation failures for xpm and tiff). | |
7279 * similar.c (image_sim_fill_data): Fix to support generation of data | |
7280 for images with dimensions less than 32 x 32. | |
7281 | |
7282 Thu Feb 22 08:44:38 2001 John Ellis <johne@bellatlantic.net> | |
7283 | |
7284 * cache.c: Added blurb about the SIMcache file format. | |
7285 * dupe.c: Properly ref/unref clist row styles. | |
7286 | |
7287 Thu Feb 22 07:54:12 2001 John Ellis <johne@bellatlantic.net> | |
7288 | |
7289 * dupe.[ch]: Operations now give a (very rough) estimate of time left | |
7290 before completion of the comparison stage. | |
7291 | |
7292 Thu Feb 22 05:47:17 2001 John Ellis <johne@bellatlantic.net> | |
7293 | |
7294 * cache.[ch]: New files to handle the caching placement/management | |
7295 stuff. Also location of reading and writing of the dupe window cache | |
7296 data. | |
7297 * dupe.c: Added caching of file data (dimensions, checksum, | |
7298 and similarity). | |
7299 * filelist.c, menu.c: Namespace update for cache maintenance. | |
7300 * globals.c, gqview.h, preferences.c, rcfile.c: Added option to save | |
7301 cache data into direct subdir of source (.thumbnails support). | |
7302 * thumb.[ch]: Use new cache functions for locating thumbs. | |
7303 * utilops.c: Move/remove cache date when doing the same for their | |
7304 parent files. | |
7305 | |
7306 Tue Feb 20 19:41:27 2001 John Ellis <johne@bellatlantic.net> | |
7307 | |
7308 * ui_fileops.[ch]: Moved include of time.h back to the .c file. | |
7309 * ui_utildlg.c: #include <sys/types.h>, this should have been the | |
7310 original fix anyway... | |
7311 * gqview.h: Added #include <sys/types.h> | |
7312 * image-load.c: Removed above include. | |
7313 | |
7314 Mon Feb 19 17:26:23 2001 John Ellis <johne@bellatlantic.net> | |
7315 | |
7316 * gqview.1, README: Updates. | |
7317 * configure.in: Release 0.10.0 | |
7318 | |
7319 Sun Feb 18 08:08:03 2001 John Ellis <johne@bellatlantic.net> | |
7320 | |
7321 * ui_utildlg.[ch]: Real fix for enter activating wrong widgets, now | |
7322 you must set it manually with generic_dialog_attach_default(). Note | |
7323 that file_dialog_add_path_widgets() does this automatically. | |
7324 * utilops.c: Added a few attaches, from above. | |
7325 | |
7326 Sun Feb 18 07:32:04 2001 John Ellis <johne@bellatlantic.net> | |
7327 | |
7328 * ui_utildlg.c (generic_dialog_key_press_cb): Only call the default | |
7329 function upon press of enter while a gtkentry has the focus. (no | |
7330 longer conflicts with pressing enter while focused on, say a button). | |
7331 | |
7332 Sun Feb 18 06:52:51 2001 John Ellis <johne@bellatlantic.net> | |
7333 | |
7334 * image.c (image_draw_focus): Fixed the focus drawing to follow themes, | |
7335 since painting merely a black rectangle was very broken with some | |
7336 theme engines (and did not follow the theme). | |
7337 | |
7338 Tue Feb 13 02:34:33 2001 John Ellis <johne@bellatlantic.net> | |
7339 | |
7340 * ui_fileops.[ch]: Fix #include of time.h (moved it to header). | |
7341 | |
7342 Mon Feb 12 15:04:51 2001 John Ellis <johne@bellatlantic.net> | |
7343 | |
7344 * README, TODO: Updates. | |
7345 * configure.in: Release 0.9.5. | |
7346 | |
7347 Mon Feb 12 05:39:30 2001 John Ellis <johne@bellatlantic.net> | |
7348 | |
7349 * Makefile.am, gqview.spec.in: Added man page. | |
7350 * gqview.1: The man page, submitted by | |
7351 Ryan Murray <rmurray@debian.org> | |
7352 * README: Credits for man page. | |
7353 | |
7354 Fri Feb 9 20:26:46 2001 John Ellis <johne@bellatlantic.net> | |
7355 | |
7356 * menu.c: Use gdk-pixbuf to generate toolbar images. | |
7357 * window.c (tollwindow_hide): Retrieve the window's geometry attributes | |
7358 before hiding the window (else we get a random X BadMatch error). | |
7359 | |
7360 Fri Feb 9 19:45:26 2001 John Ellis <johne@bellatlantic.net> | |
7361 | |
7362 * fullscreen.c: The mouse is now hidden on start of fullscreen instead | |
7363 of waiting for the 'no-move timeout'. | |
7364 * dnd.c, filelist.[ch], menu.[ch], window.c: All pop-up menus are now | |
7365 created as needed, instead of globally at start-up. Right clicking | |
7366 unselected files in the file list now highlights them. Added a right | |
7367 click menu to the dir list that includes new slideshow recursive | |
7368 feature (also standard slideshow, and find duplicates choices). | |
7369 * globals.c, gqview.h: Removed unused global menu vars (above). | |
7370 * img-main.[ch]: Added main_image_slideshow_start_from_list(). | |
7371 | |
7372 Fri Feb 9 17:02:07 2001 John Ellis <johne@bellatlantic.net> | |
7373 | |
7374 * image.c (image_size_top_window): When checking if a resize is needed, | |
7375 compare to the window that will actually be resized (the top window). | |
7376 This was checking the wrong widget's window, and was returning TRUE | |
7377 incorrectly, subsequently causing no update if the image had the same | |
7378 size for the main window. | |
7379 * po/hu.po: Updated Hungarian translation from | |
7380 Mtys Tibor <templar@tempi.scene.hu> | |
7381 | |
7382 Thu Feb 8 18:16:18 2001 John Ellis <johne@bellatlantic.net> | |
7383 | |
7384 * configure.in (ALL_LINGUAS): Added hu (Hungarian). | |
7385 * po/hu.po: Added Hungarian translation from | |
7386 Mtys Tibor <templar@tempi.scene.hu> | |
7387 * po/fr.po: Updated French translation from | |
7388 Eric Lassauge <ros_at1@muzillac.tls.mms.fr> | |
7389 | |
7390 Thu Feb 8 17:46:00 2001 John Ellis <johne@bellatlantic.net> | |
7391 | |
7392 * image.c (image_change_from_image): Copy all relevent data from | |
7393 source, now fullscreen toggle while loading an image works. This is | |
7394 really a move function, it moves most data from source to dest. | |
7395 Probably should add a copy function that copies pixbuf, or loads from | |
7396 scratch if still loading source. | |
7397 * img-main.c, img-view.c: Mouse wheel (b4, b5) now reverses the | |
7398 'mouse scrolls image' option when holding down shift, and also zooms | |
7399 when holding down control. | |
7400 * typedefs.h (ImageWindow): Removed crufty size_idle_id. | |
7401 | |
7402 Thu Feb 8 16:31:57 2001 John Ellis <johne@bellatlantic.net> | |
7403 | |
7404 * filelist.c (file_is_moved): Fixed bug causing moved files not to | |
7405 removed from the file list. | |
7406 * image.c (image_scroll_real): Fix race condition between expose_event | |
7407 and scrolling so that redraws are always called on the correct region. | |
7408 (This was the cause of missing redraws when scrolling with the mouse). | |
7409 | |
7410 Thu Feb 8 15:30:14 2001 John Ellis <johne@bellatlantic.net> | |
7411 | |
7412 * img-main.c: Connect 'b' and 'p' keys to the full screen as well. | |
7413 | |
7414 Mon Feb 5 17:37:29 2001 John Ellis <johne@bellatlantic.net> | |
7415 | |
7416 * README, TODO: Updates. | |
7417 * configure.in: Release 0.9.4 | |
7418 | |
7419 Mon Feb 5 17:03:27 2001 John Ellis <johne@bellatlantic.net> | |
7420 | |
7421 * dupe.c: Added keyboard shortcuts for the duplicates window. | |
7422 * image.c (image_change_complete): Call the update function | |
7423 explicitely if sync if FALSE. | |
7424 | |
7425 Mon Feb 5 14:06:07 2001 John Ellis <johne@bellatlantic.net> | |
7426 | |
7427 * collect-dlg.c, filelist.c, utilops.[ch]: Added wrappers around the | |
7428 new dialog routines to re-implement place dialogs under mouse option. | |
7429 * ui_utildlg.h: Fixed #defines for re-definition safety. | |
7430 | |
7431 Fri Feb 2 15:36:17 2001 John Ellis <johne@bellatlantic.net> | |
7432 | |
7433 * dupe.[ch]: Optimized Loading of data when setuping up for a compare. | |
7434 Also speedups by using the image_sim_compare_fast() (below), and | |
7435 setting the buffer size of the image loader higher (8). | |
7436 * similar.[ch] (image_sim_compare_fast): New function that aborts when | |
7437 the return no longer has the possibility of reaching the minimim | |
7438 requested value. Significantly faster when used to search for images | |
7439 that are very close. (say, above .95). | |
7440 | |
7441 Fri Feb 2 01:02:11 2001 John Ellis <johne@bellatlantic.net> | |
7442 | |
7443 * similar.[ch]: New files, provides functions for simple comparison | |
7444 of images by average area color content. | |
7445 * dupe.[ch]: Added similarity compare methods (normal, high, and low | |
7446 accuracy matches.) The cutoff for each is 90, 95, and 85 percent, resp. | |
7447 | |
7448 Wed Jan 31 19:31:10 2001 John Ellis <johne@bellatlantic.net> | |
7449 | |
7450 * image.c: Fixed typo in comparison of window sizes in top_window_size, | |
7451 also do not call gtk_widget_set_usize in that func, as gdk_window_size | |
7452 is enough (and avoids duplicate size events). Also only call a redraw | |
7453 if the top window was not resized, as the size event will do this for | |
7454 us. | |
7455 * img-view.c: Attached ctrl-w to close a view window. | |
7456 | |
7457 Wed Jan 31 16:43:21 2001 John Ellis <johne@bellatlantic.net> | |
7458 | |
7459 * dnd.c (get_uri_file_list): Handle file:/// as well, so that drops | |
7460 with this do not result in "///file" path names. | |
7461 * img-view.c, main.c: Added following key support: P to toggle pause | |
7462 of slideshows, B to be same as BackSpace, and 1 - 4 to set zoom level. | |
7463 Also marked debug printfs with if (debug), and and added --version | |
7464 command line option. | |
7465 | |
7466 Tue Jan 30 20:05:36 2001 John Ellis <johne@bellatlantic.net> | |
7467 | |
7468 * collect.[ch]: Added maintenance funcs for renamed, moved files, etc. | |
7469 * dupe.[ch]: Added maintenance funcs (as above), also added Remove to | |
7470 the pop-up menu, and fixed the alternating color swap (now that | |
7471 individual items can be removed, the colors need to be re-synced). | |
7472 * filelist.[ch]: Added file_is_moved(), and fixes to use the | |
7473 file_maint_*() stuff. | |
7474 * img-main.[ch] (main_image_get_collection): Added this accessor. | |
7475 * utilops.[ch]: Added file_maint_*() funcs, call these when files have | |
7476 been manipulated (rename, move, delete). | |
7477 | |
7478 Tue Jan 30 16:04:42 2001 John Ellis <johne@bellatlantic.net> | |
7479 | |
7480 * image-load.[ch]: Added ability to set the priority of the image | |
7481 loader, default is G_PRIORITY_DEFAULT_IDLE (same as g_idle_add). | |
7482 * typedefs.h (ImageLoader): Added idle_priority (see above). | |
7483 * image.c: The drawing queue now uses an idle with priority | |
7484 G_PRIORITY_HIGH_IDLE, so that redraws of the image will occur before | |
7485 anything else. (this way when scrolling a still-loading image, the | |
7486 scrolled area is updated faster) | |
7487 | |
7488 Mon Jan 29 13:48:47 2001 John Ellis <johne@bellatlantic.net> | |
7489 | |
7490 * collect-io.[ch], collect.[ch]: Const ify some arguments. | |
7491 * configure.in: Release 0.9.3 | |
7492 | |
7493 Mon Jan 29 13:35:21 2001 John Ellis <johne@bellatlantic.net> | |
7494 | |
7495 * collect.c (collection_window_new): Only load the path if it is | |
7496 absolute (starts with a '/'); | |
7497 * main.c: Added -l,--list option to open a collection window with the | |
7498 files from the command line. | |
7499 | |
7500 Mon Jan 29 12:52:19 2001 John Ellis <johne@bellatlantic.net> | |
7501 | |
7502 * menu.c: Applied patch from Zbigniew Chyla <cyba@gnome.pl> to remove | |
7503 translation markers from item_factory accessors. | |
7504 * po/pl.po: Updated Polish translation from | |
7505 Zbigniew Chyla <cyba@gnome.pl> | |
7506 * po/es.po: Updated Spanish translation (missed for 0.9.2) from | |
7507 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> | |
7508 * po/ru.po: Updated Russian translation (missed for 0.9.2) from | |
7509 Michael Bravo <mbravo@tag-ltd.spb.ru> | |
7510 * po/sl.po: Added Slovene translation (missed for 0.9.2) from | |
7511 Matej Erman <matej.erman@guest.arnes.si> | |
7512 | |
7513 Thu Jan 25 21:09:10 2001 John Ellis <johne@bellatlantic.net> | |
7514 | |
7515 * utilops.c: Put the name of the file in the entry of the rename | |
7516 dialog, and select the text. | |
7517 * image.c: #ifdef some debugging output. | |
7518 | |
7519 Thu Jan 25 15:28:08 2001 John Ellis <johne@bellatlantic.net> | |
7520 | |
7521 * image-load.c: We do not use gdk_pixbuf_loader's "area_prepared" | |
7522 signal, so make sure to retrieve the pixbuf before calling our loader's | |
7523 "area_updated" signal. | |
7524 * image.c: Added new_data status to debugging info. | |
7525 | |
7526 Wed Jan 24 12:03:27 2001 John Ellis <johne@bellatlantic.net> | |
7527 | |
7528 * collect.c, dupe.c, img-view.c, window.c: Set the wmclass to all | |
7529 lowercase, and changes for new window_set_icon(). | |
7530 * gqview.h, main.c (window_set_icon): Changed to use gdk_pixbuf. | |
7531 * preferences.c: Made about it's own window, and made the config window | |
7532 a little more compact. | |
7533 | |
7534 Wed Jan 24 11:13:52 2001 John Ellis <johne@bellatlantic.net> | |
7535 | |
7536 * filelist.[ch] (path_list_filter): New function, applies filter | |
7537 options on a path list. | |
7538 * collect-table.c, dupe.c: Run path lists through the filter (above). | |
7539 | |
7540 Wed Jan 24 00:11:15 2001 John Ellis <johne@bellatlantic.net> | |
7541 | |
7542 * image.c: Use the collection's name field instead of pulling it from | |
7543 the end of the path field. | |
7544 * main.c: Multiple files on the command line are now added to a | |
7545 collection, this collection is then set to the main window viewer. | |
7546 | |
7547 Tue Jan 23 23:08:45 2001 John Ellis <johne@bellatlantic.net> | |
7548 | |
7549 * thumb.c: Fix xvpics support: the done signal was never being sent for | |
7550 xvpics. Also made xvpics scale to the thumbnail size even when smaller. | |
7551 | |
7552 Tue Jan 23 21:58:49 2001 John Ellis <johne@bellatlantic.net> | |
7553 | |
7554 * image-load.[ch], typedefs.h: Added ability to set the size of the | |
7555 read buffer. The buffer is always 512 bytes (as before), what this | |
7556 does is set the number of time to read from the file on each idle call, | |
7557 in effect increasing the buffer size to 512 x size. | |
7558 * image.c: Fixed race condition where an image area may be ready to be | |
7559 queued before the pixbuf is set. Fixed the tile blank flag, it is now | |
7560 set correctly in all (?) cases. Set the image loader buffer size to 4, | |
7561 so that more of the image is decoded between render calls. Also removed | |
7562 unused crufty function argument for image_tile_expose. | |
7563 | |
7564 Tue Jan 23 13:37:29 2001 John Ellis <johne@bellatlantic.net> | |
7565 | |
7566 * image.c: Fix scrolling while partially obscured, and made the focus | |
7567 drawing code cleaner (removed gtk_signal_disconnect() junk). | |
7568 | |
7569 Tue Jan 23 11:32:08 2001 John Ellis <johne@bellatlantic.net> | |
7570 | |
7571 * globals.c, gqview.h, img-main.c, img-view.c, main.c, preferences.c, | |
7572 rcfile.c: Made the delete key optional, since this is a dangerous key | |
7573 with delete confirmation disabled. Also do not come out of fullscreen | |
7574 when confirm delete is disabled. Based on patch submitted by | |
7575 Niku Toivola <niku.toivola@iki.fi> | |
7576 | |
7577 Mon Jan 22 20:32:53 2001 John Ellis <johne@bellatlantic.net> | |
7578 | |
7579 * image.c: Fix setting scale when zoom_to_fit_expands is false. | |
7580 * collect-dlg.c: Fix the missing cancel button in the overwrite confirm | |
7581 dialog for the save as dialog. | |
7582 (The good: Easy fixes. The bad: Stupid mistakes. | |
7583 The ugly: Had not tested these before release.) | |
7584 | |
7585 Mon Jan 22 12:09:43 2001 John Ellis <johne@bellatlantic.net> | |
7586 | |
7587 * README: Updates. | |
7588 * configure.in: Release 0.9.2. | |
7589 | |
7590 Sat Jan 20 00:37:47 2001 John Ellis <johne@bellatlantic.net> | |
7591 | |
7592 * ui_tabcomp.c (tab_completion_append_to_history): Fix to keep the | |
7593 same path in the entry when calling this. | |
7594 | |
7595 Fri Jan 19 22:51:56 2001 John Ellis <johne@bellatlantic.net> | |
7596 | |
7597 * *.[ch]: Changed the copyright in all the files to 2001. | |
7598 | |
7599 Fri Jan 19 22:41:45 2001 John Ellis <johne@bellatlantic.net> | |
7600 | |
7601 * gqview.spec.in: Upped gdk-pixbuf req. to 0.9.0 | |
7602 * configure.in: Bump version to 0.9.2 | |
7603 * utilops.c: Fix text in copy/move dialog for multiple files. | |
7604 | |
7605 Thu Jan 18 19:45:22 2001 John Ellis <johne@bellatlantic.net> | |
7606 | |
7607 * dupe.c: When starting a compare set the status text to file count, | |
7608 gives user idea of how many files are being compared. | |
7609 * image.c: Compile clean-up. | |
7610 * po/*.po: Make distcheck touched these. | |
7611 | |
7612 Thu Jan 18 19:22:40 2001 John Ellis <johne@bellatlantic.net> | |
7613 | |
7614 * filelist.c, window.c: Fix drop down history on main window to change | |
7615 to the selected path after the popup window is hidden. | |
7616 * image.c (image_pixbuf_sync): Clear the window when set to a NULL | |
7617 pixbuf. | |
7618 * utilops.c (generic_dialog_add_images): Implemented this function. | |
7619 | |
7620 Thu Jan 18 17:25:39 2001 John Ellis <johne@bellatlantic.net> | |
7621 | |
7622 * filelist.c: Fix sticky thumbnails when changing to a dir with files | |
7623 that have similar file names as the previous dir. Fix refresh to | |
7624 reload thumbnails (it was stalling in the thumb_next checks). | |
7625 * menu.c: Call filelist_refresh() instead of the hack to refresh by | |
7626 changing to the same dir. | |
7627 * preferences.c: Use a button box for the ok, apply, cancel buttons. | |
7628 * po/POTFILES.in: Added new files, removed missing. | |
7629 | |
7630 Thu Jan 18 16:38:19 2001 John Ellis <johne@bellatlantic.net> | |
7631 | |
7632 * ui_clist_edit.[ch], ui_fileops.[ch], ui_menu.[ch], ui_pathsel.[ch], | |
7633 ui_tabcomp.[ch], ui_tabcomp.xpm, ui_utildlg.[ch]: New convenience files | |
7634 from SLIK. | |
7635 * clist_edit.[ch], fileops.[ch], path.[ch], tabcomp.[ch], tabcomp.xpm, | |
7636 utildlg.[ch]: Removed (see above). | |
7637 * collect-dlg.[ch], collect-io.c, collect-table.c, collect.c, dnd.c, | |
7638 dupe.c, filelist.[ch], gqview.h, image.c, img-main.[ch], img-view.[ch], | |
7639 menu.[ch], preferences.c, rcfile.c, slideshow.c, thumb.c, typedefs.h, | |
7640 utilops.[ch], window.c: Use the new convenience functions, constify | |
7641 things where needed. | |
7642 * main.c: Moved the file path utils out of here (see above). | |
7643 | |
7644 Wed Jan 17 15:06:47 2001 John Ellis <johne@bellatlantic.net> | |
7645 | |
7646 * image.[ch]: Added fit window to image support (back in). | |
7647 * fullscreen.c, img-view.c, window.c: Fixes for above (namespaces). | |
7648 * typedefs.c (ImagwWindow): Changed zoom_enable to top_window_sync. | |
7649 | |
7650 Tue Jan 16 13:40:29 2001 John Ellis <johne@bellatlantic.net> | |
7651 | |
7652 * image.c: Scrolling while decoding a scaled image no longer causes | |
7653 dropped (black) areas. Also added an tile blank flag so that tiles | |
7654 with no loaded data simply render a black rectangle for a speed | |
7655 improvement (this is currrently semi-broken as image_tile_sync() is | |
7656 currently always called to set the blank flag to FALSE :(. | |
7657 | |
7658 Mon Jan 15 21:53:25 2001 John Ellis <johne@bellatlantic.net> | |
7659 | |
7660 * fullscreen.c: Made the full screen window have a black background | |
7661 once again. | |
7662 * img-main.c: Enabled keyboard grab on fullscreen window, and re-grab | |
7663 the keyboard after a popup menu closes. | |
7664 | |
7665 Sun Jan 14 17:39:47 2001 John Ellis <johne@bellatlantic.net> | |
7666 | |
7667 * image-load.c(image_loader_free): Fix a memory leak. | |
7668 | |
7669 Sun Jan 14 17:18:47 2001 John Ellis <johne@bellatlantic.net> | |
7670 | |
7671 * dupe.c: Create the clist with 6 columns (forgot to increment this | |
7672 when I added the thumbnail column). | |
7673 * image.[ch]: Added the update functions, made them work. | |
7674 * img-main.c, img-view.c: Set the update functions, attach the windows | |
7675 for the titles. | |
7676 * window.c: Set the initial image to the logo. | |
7677 | |
7678 Sun Jan 14 15:26:49 2001 John Ellis <johne@bellatlantic.net> | |
7679 | |
7680 * dnd.c: Temporarily disable dnd highlighting for image windows. | |
7681 * gqview.h, main.c: Minor fixups. | |
7682 * image.c: Generally works now, borders are cleared, focus is handled, | |
7683 etc. TODO: Add update callback, window title updating, and window | |
7684 auto-sizing. | |
7685 * menu.c: Added missing menu item 'Zoom to fit'. (must have been missed | |
7686 during convertion to a menu_factory. | |
7687 * window.c: Moved focus draw/handling code out of here (into image.c). | |
7688 | |
7689 Sat Jan 13 18:51:20 2001 John Ellis <johne@bellatlantic.net> | |
7690 | |
7691 * image.c: Trying to fix scale bugs/crashes in gdk_pixbuf_scale(), here | |
7692 is what I determined with gdk-pixbuf 0.9.2 (CVS, as of now): | |
7693 | |
7694 This only applies when the scale width offset is not zero _and_ the | |
7695 resulting right edge of the scaled image is also the right side of the | |
7696 source image. (in other words: when rendering a tile that is aligned | |
7697 with the right side of the image). | |
7698 | |
7699 Under the above conditions, gdk_pixbuf_scale() breaks for all | |
7700 GdkInterpTypes except NEAREST. gdk_pixbuf_compsite_color() is only | |
7701 broken for TILES (I suspect this is because eog uses it, but does not | |
7702 have a TILES option, so that was not tested). At this point I was tired | |
7703 of dealing with this mess, so I _think_ gdk_pixbuf_composite() is | |
7704 broken the same as gdk_pixbuf_scale() [memory is getting mushy]. Oh, | |
7705 and breakage means the last 2 columns of pixels are seamingly generated | |
7706 from some random memory point, at best causing them to be corrupted, at | |
7707 worst causing a crash. | |
7708 | |
7709 So what I did: Use gdk_pixbuf_composite_color() since it is the least | |
7710 broken. It does seem slower than gdk_pixbuf_scale(), since it does | |
7711 more. | |
7712 | |
7713 (I hope the gdk-pixbuf included with GTK+ 2.0 has this fixed, as the | |
7714 gdk-pixbuf in CVS seems to have little maintenance lately - 2 ChangeLog | |
7715 entries in 3 months...) | |
7716 | |
7717 Fri Jan 12 12:07:44 2001 John Ellis <johne@bellatlantic.net> | |
7718 | |
7719 * image.c, typedefs.h: Well, it now displays the image in all zoom | |
7720 settings. Still have to add (back) scrolling, set up the update call | |
7721 function, and work on redrawing the borders (borders currently do not | |
7722 get cleared to remove the previous image). | |
7723 | |
7724 Thu Jan 11 13:35:15 2001 John Ellis <johne@bellatlantic.net> | |
7725 | |
7726 * image.[ch], typedefs.h: Start towards a new method of rendering the | |
7727 image to the screen. The image window is now basically _only_ a | |
7728 gtk_drawing_area, and we do all the scrolling ourselves. Currently I | |
7729 am lucky if it doesn't crash, and really lucky if part of an image | |
7730 appears :) Well, at least the namespaces for the functions are at | |
7731 least a little saner now, so I accomplished something, althought the | |
7732 whole thing still needs to be re-thought from the tile/render point | |
7733 of view. | |
7734 * dnd.c, fullscreen.c, img-main.c, img-view.c, main.c, slideshow.c, | |
7735 utildlg.c, window.c: Made it at least compile for testing. | |
7736 | |
7737 Mon Jan 8 22:57:05 2001 John Ellis <johne@bellatlantic.net> | |
7738 | |
7739 * dupe.c (dupe_menu_view): Use filelist_change_to_full_path() in place | |
7740 of main_image_change_to(), so that the file list of the main window | |
7741 also syncs to the image. | |
7742 | |
7743 Mon Jan 8 21:55:54 2001 John Ellis <johne@bellatlantic.net> | |
7744 | |
7745 * dupe.[ch]: Added thumbnail support. | |
7746 | |
7747 Mon Jan 8 20:22:12 2001 John Ellis <johne@bellatlantic.net> | |
7748 | |
7749 * dupe.[ch]: More work, many fixes, added right click menu, and | |
7750 generally made it nice to use (useable). | |
7751 * collect-table.c: Add the collection to the dupe window. | |
7752 * menu.c: Added 'Find duplicates...' to the file menu. | |
7753 | |
7754 Sat Dec 30 16:45:51 2000 John Ellis <johne@bellatlantic.net> | |
7755 | |
7756 * README, TODO: Updates. | |
7757 * collect-table.c: Set default duplicate window mask to sort by name. | |
7758 * dupe.[ch]: Allow change of comparison method by adding drop down | |
7759 menu, fixed dnd when dragging from the list. | |
7760 * filelist.c: Only allow rename when new name does not exist. | |
7761 | |
7762 | |
7763 Thu Dec 14 20:20:14 2000 John Ellis <johne@bellatlantic.net> | |
7764 | |
7765 * globals.c, gqview.h, main.c: Set up menus to use GtkItemFactory and | |
7766 allow saving of user's accel keys (to ~/.gqview/accels). | |
7767 * menu.c: Use GtkItemFactory, fix callbacks to (void) for those that | |
7768 do not use the data (because GtkItemFactory has a weird signal | |
7769 alignment (gpointer is first). | |
7770 | |
7771 Sorry translators, menus must be re-translated (and it does not look | |
7772 like fun with GtkItemFactoryEntry using menu paths) | |
7773 | |
7774 Thu Nov 30 17:45:08 2000 John Ellis <johne@bellatlantic.net> | |
7775 | |
7776 * configure.in: Do more compatible checks for png ? | |
7777 * tabcomp.c: Sanity checks for adding NULL key/path to list. | |
7778 | |
7779 Mon Nov 20 12:32:08 2000 John Ellis <johne@bellatlantic.net> | |
7780 | |
7781 * image.c: Added render_types to better decrease unnecessary renders. | |
7782 * main.c, window.c: Save/Restore the window positions like in gimp, | |
7783 since that seems to work better. | |
7784 (And gimp programmers can't be wrong :) | |
7785 | |
7786 Wed Nov 8 09:16:45 2000 John Ellis <johne@bellatlantic.net> | |
7787 | |
7788 * dupe.[ch]: Added new files containing 'find duplicates' window. | |
7789 * collect-table.c: Added 'find duplicates...' to pop-up menu. | |
7790 * fileops.[ch]: Added checksum_simple(), made some things const. | |
7791 * collect.[ch]: Added collection_info_valid(). | |
7792 * filelist.[ch], menu.c, pathsel.c: const stuff. | |
7793 * image-load.[ch]: Added image_load_dimensions(), const stuff. | |
7794 * Makefile.am: Added dupe.[ch] to objects. | |
7795 | |
7796 Sun Sep 10 09:55:50 2000 John Ellis <johne@bellatlantic.net> | |
7797 | |
7798 * po/*.po: Make distcheck did this. | |
7799 * configure.in, README: Release 0.9.1. | |
7800 | |
7801 Fri Sep 8 17:34:37 2000 John Ellis <johne@bellatlantic.net> | |
7802 | |
7803 * thumb.[ch](maintain_thumbnail_dir): Added a clear argument for | |
7804 completely clearing the disk cache. | |
7805 * filelist.c, menu.c: Changes for above. | |
7806 * preferences.c: Added a 'Clear cache' button. | |
7807 * utildlg.c: Allow passing NULL pointer for the cancel callback in | |
7808 confirm_dialog_new() and confirm_dialog_add(). | |
7809 | |
7810 Fri Sep 8 16:58:20 2000 John Ellis <johne@bellatlantic.net> | |
7811 | |
7812 * icons/collect.xpmi: Added wm icon for collection windows. | |
7813 * collect.c: Use it. | |
7814 | |
7815 Fri Sep 8 15:55:53 2000 John Ellis <johne@bellatlantic.net> | |
7816 | |
7817 * menu.[ch]: Unified the main window image and fullscreen pop-up menu, | |
7818 and made it consistent with the one for view window. Added 'slideshow | |
7819 pause'. | |
7820 * collect-table.c, filelist.c, globals.c, gqview.h: Uses new menus, | |
7821 4 less global Widget variables now, yay. | |
7822 * image.c: Reset scroll to 0,0 on new image. | |
7823 * img-main.[ch]: Used new menus, added necessary accessors for menus. | |
7824 * img-view.c: Added 'view in new window', and 'slideshow pause'. | |
7825 | |
7826 Fri Sep 8 13:33:12 2000 John Ellis <johne@bellatlantic.net> | |
7827 | |
7828 * utildlg.[ch]: Added class parameter to set windowmanager class for | |
7829 dialogs. Also added option to set window under the mouse. | |
7830 * collect-dlg.c, filelist.c, utilops.c: Changed to add class | |
7831 assignments. | |
7832 * globals.c, gqview.h, preferences.c, rcfile.c: Added | |
7833 place_dialogs_under_mouse var. | |
7834 | |
7835 Fri Sep 8 12:15:08 2000 John Ellis <johne@bellatlantic.net> | |
7836 | |
7837 * po/ru.po: Updated Russian translation, | |
7838 submitted by val <frob@df.ru>. | |
7839 * po/fr.po: Updated French translation, | |
7840 submitted by Jean-pierre PEDRON <jppedron@club-internet.fr>. | |
7841 * po/pl.po: Added Polish translation, | |
7842 submitted by Grzegorz Kowal <g_kowal@poczta.onet.pl> | |
7843 (yes, close to a release once I do this). | |
7844 | |
7845 Fri Sep 8 11:51:52 2000 John Ellis <johne@bellatlantic.net> | |
7846 | |
7847 * collect.c, image.c: Removed #warning warnings :) | |
7848 * fullscreen.c: Make sure the window is set to 0,0. | |
7849 * preferences.c: Changed the way thumbnail sizes are selected. Now uses | |
7850 a dynamic drop down menu. Available sizes are now stored in a static | |
7851 list, and added a few more sizes. | |
7852 | |
7853 Fri Sep 8 10:25:44 2000 John Ellis <johne@bellatlantic.net> | |
7854 | |
7855 * image.[ch]: Added read ahead buffering. | |
7856 * dnd.c, filelist.c, globals.c, gqview.h, img-main.[ch], img-view.c, | |
7857 main.c, preferences.c, rcfile.c, slideshow.c, typedefs.h: Hook up all | |
7858 the necessary read-ahead stuff. Allow verbosity levels for debug: each | |
7859 --debug on the command line increments verbosity. | |
7860 * thumb.c: Even on error, attempt to display what we have. | |
7861 | |
7862 Wed Sep 6 13:52:45 2000 John Ellis <johne@bellatlantic.net> | |
7863 | |
7864 * image.c: Fix slow loading when zoomed in rather high. (clamp hack). | |
7865 | |
7866 Wed Sep 6 12:58:42 2000 John Ellis <johne@bellatlantic.net> | |
7867 | |
7868 * image.c: Fix printing of window titles. | |
7869 * main.c: Changed Gimp default from 'gimp' to 'gimp-remote -n'. | |
7870 * preferences: Cleaned up window a bit, added tab 'window'. | |
7871 | |
7872 Wed Sep 6 11:55:32 2000 John Ellis <johne@bellatlantic.net> | |
7873 | |
7874 * globals.c, gqview.h, image.c, img-main.c, img-view.c, main.c, menu.c, | |
7875 preferences.c, rcfile.c, thumb.c, typedefs.c: Added thumbnail quality | |
7876 option, zoom and dither quality options, adjustable zoom increment. | |
7877 Fixed menu separators to be insensitive. | |
7878 | |
7879 Wed Sep 6 07:54:36 2000 John Ellis <johne@bellatlantic.net> | |
7880 | |
7881 * image.[ch]: Fix window resizing when zoom is auto, changed a few | |
7882 image_area options to be standard. | |
7883 * fullscreen.c, img-view.c, window.c: Use new image_area options that | |
7884 are now needed. | |
7885 | |
7886 Thu Aug 31 07:44:38 2000 John Ellis <johne@bellatlantic.net> | |
7887 | |
7888 * image.[ch]: Add a image_area_reload() function, and fix zoom_adjust | |
7889 from autozoom mode (implement it). | |
7890 * img-main.[ch], menu.c: call image_reload when reload button/menu is | |
7891 selected. | |
7892 * utildlg.c: Made Escape key cancel all dialogs. | |
7893 | |
7894 Thu Aug 31 07:17:10 2000 John Ellis <johne@bellatlantic.net> | |
7895 | |
7896 * image.c: Fix image_area_set_from_image to actually copy the pixbuf | |
7897 and image data. | |
7898 * img-main.c, img-view.c: Update for slideshow, below. | |
7899 * slideshow.[ch]: Added arguments to slideshow_start_* functions so | |
7900 that slideshows start from the current image when no in random mode. | |
7901 Also added a slideshow_pause set of functions, currently not used | |
7902 anywhere right now -- will hook to keys/mouse menus later. | |
7903 | |
7904 Wed Aug 30 10:23:05 2000 John Ellis <johne@bellatlantic.net> | |
7905 | |
7906 * collect-table.c, collect.c: Changed 'loading thumbnails..' status to | |
7907 include a progress bar. | |
7908 * image.[ch], img-main.[ch], img-view.c, menu.[ch], tydefs.h: Added | |
7909 rotate options. | |
7910 * pixbuf_util.[ch]: Added pixbuf rotate 90 / mirror stuff. | |
7911 * README: Added rotate keys to key summary. | |
7912 | |
7913 Tue Aug 29 08:26:35 2000 John Ellis <johne@bellatlantic.net> | |
7914 | |
7915 * pixbuf_util.[ch]: New files to manipulate pixbufs, currently only | |
7916 provides save to png function. | |
7917 * Makefile.am, thumb.c: Used save to png function. | |
7918 * configure.in: Test for png, now required. | |
7919 * image.c: Fix bug in queue area computation. | |
7920 * main.c: Change -help to --help in warning message. | |
7921 * po/*.po: Fix --help stuff. | |
7922 | |
7923 Tue Aug 29 06:40:02 2000 John Ellis <johne@bellatlantic.net> | |
7924 | |
7925 * collect.[ch], collect-io.c: Make it work with new thumbnail loaders. | |
7926 * filelist.c, globals.c, gqview.h, image.c: Made the img_unknown.xpm | |
7927 global data, so it is only included once. | |
7928 * main.c: Bye bye, Imlib. It is now OFFICIALLY DEAD. | |
7929 * thumb.h, typedefs.h: Moved all structs to typedefs.h. | |
7930 * configure.in, gqview.spec.in, Makefile.am, README: Remove imlib | |
7931 references, added gdk-pixbuf stuff. | |
7932 | |
7933 Mon Aug 28 13:27:04 2000 John Ellis <johne@bellatlantic.net> | |
7934 | |
7935 * thumb.[ch]: Added idle thumbnail generation. Hmm, the pixbuf 0.8.0 | |
7936 GIF loader seems to error out on thumbnail _RE_generation, will have | |
7937 to look into that. | |
7938 * filelist.c: Use it. | |
7939 * collect-table.c: Broken, but at least it compiles to test new | |
7940 thumbnail code. | |
7941 | |
7942 Mon Aug 28 08:06:15 2000 John Ellis <johne@bellatlantic.net> | |
7943 | |
7944 * image.c: Image loading now works with no black spots on scroll :) | |
7945 Still a lot of fixes/optimizes/mem cache management to do though... | |
7946 | |
7947 Sat Aug 19 01:08:08 2000 John Ellis <johne@bellatlantic.net> | |
7948 | |
7949 * image.[ch]: Move to a floating point zoom, mor work on queue and | |
7950 rendering.. still really broken. | |
7951 * img-main.[ch], img-view.c, menu.c, typedefs.c: Update for new zoom | |
7952 number type. | |
7953 | |
7954 Fri Aug 18 01:41:53 2000 John Ellis <johne@bellatlantic.net> | |
7955 | |
7956 * filelist.c: Fix crash when deleting files while loading thumbs (this | |
7957 code will die a horrible death anyway when I move thumb loading to an | |
7958 idle call that uses image-loader.c stuff. | |
7959 * image-load.[ch]: Gdk-pixbuf load wrappers to do it in idle calls. | |
7960 * image.[ch]: Moved to gdk-pixbuf (no caching right now), slow and | |
7961 error prone, no zoom. | |
7962 * gqview.h, tydefs.h: Changes for gdk-pixbuf. (Imlib is still used most | |
7963 places though <-- FIXME. | |
7964 * configure.in, Makefile.am: Added gdk-pixbuf, new files. | |
7965 * logo.xpm: Use staandard xmp for logo now, may move to inline pixbufs | |
7966 (eventually). | |
7967 | |
7968 Sun Jul 23 21:34:22 2000 John Ellis <johne@bellatlantic.net> | |
7969 | |
7970 * img-main.c: Fix file operations from keyboard when coming out of full | |
7971 screen. | |
7972 * configure.in, README: release 0.9.0 | |
7973 | |
7974 Sun Jul 23 19:48:56 2000 John Ellis <johne@bellatlantic.net> | |
7975 | |
7976 * collect.c, img-view.c: It now compiles cleanly with "-g -Wall -O2 | |
7977 -Wmissing-prototypes -Wmissing-declarations -Werror" | |
7978 | |
7979 Sat Jul 22 20:46:45 2000 John Ellis <johne@bellatlantic.net> | |
7980 | |
7981 * tabcomp.c: Preserver order of keys between load/save. | |
7982 * filelist.[ch], window.c: Added a path history to the path entry, | |
7983 combo crashes when changed while popped up, so it does not work as | |
7984 expected, yet. | |
7985 * README: Updated. | |
7986 | |
7987 Fri Jul 21 00:01:33 2000 John Ellis <johne@bellatlantic.net> | |
7988 | |
7989 * collect-io.[ch], collect.[ch], typedefs.h: Added saving of collection | |
7990 window sizes to the collection file. (and restore is 'save window | |
7991 positions' is enabled) | |
7992 * gqview.h, main.c: Renamed .gqviewrc to gqviewrc, since we are now | |
7993 our own hidden .gqview dir, no reason to hide the config file. | |
7994 | |
7995 Thu Jul 20 22:29:42 2000 John Ellis <johne@bellatlantic.net> | |
7996 | |
7997 * collect-dlg.c, collect-io.[ch]: Minor fixes, added append functions. | |
7998 * collect-table.[ch], collect.c: Added more keyboard commands, more | |
7999 fixes. | |
8000 * image.c: Check that image in a collection is valid before using it. | |
8001 * menu.[ch], typedefs.c: Added SORT_PATH, which allows sorting by | |
8002 path (well, duh). | |
8003 * window.c: Changes for additional sort option. | |
8004 | |
8005 Thu Jul 20 17:32:14 2000 John Ellis <johne@bellatlantic.net> | |
8006 | |
8007 * collect-io.c: Change warning printf. | |
8008 * preferences.c: Open proper tab when showing 'about'. | |
8009 * po/POTFILES.in: Updated to include collection files, as well ad the | |
8010 other new ones added since 0.8.2. | |
8011 | |
8012 Wed Jul 19 19:07:27 2000 John Ellis <johne@bellatlantic.net> | |
8013 | |
8014 * clist_edit.c, img-main.c, img-view.c, main.c, tabcomp.c: Added | |
8015 support for the numeric keypad. Zoom using +, -, /, *; move with | |
8016 the number keys, etc. | |
8017 * collect-table.c, typedefs.h: Added support for navigation/selection | |
8018 in collections with the keyboard. | |
8019 | |
8020 Tue Jul 11 16:09:14 2000 John Ellis <johne@bellatlantic.net> | |
8021 | |
8022 * collect-io.c, collect-table.[ch], collect.c, typedefs.c: Added frame | |
8023 for displaying status, image/selection count, etc. | |
8024 * globals.c, gqview.h, preferences.c, rcfile.c: Added collection tab to | |
8025 options, added selection style option. Save open_recent_max to config. | |
8026 | |
8027 Tue Jul 11 13:37:00 2000 John Ellis <johne@bellatlantic.net> | |
8028 | |
8029 * collect-table.c: Properly set the main image on 'view'. | |
8030 * dnd.c, main.c: Namespace changes, make dropping collections work on | |
8031 main window. | |
8032 * filelist.[ch]: Moved file_next/prev/first/last to img-main.c, more | |
8033 appropriate there. | |
8034 * img-main.[ch]: Added (back) slideshow, various minor changes. | |
8035 * img-view.c: Added slideshow, make keys work with CAPS on. | |
8036 * slideshow.c: Make only the main window support filelist slideshows. | |
8037 | |
8038 Sat Jul 8 11:07:23 2000 John Ellis <johne@bellatlantic.net> | |
8039 | |
8040 * Makefile.am, fullscreen.[ch]: Made fullscreen more generic. | |
8041 * dnd.c, filelist.c, image.c, main.c, menu.c, window.c: Updated to new | |
8042 names (below). | |
8043 * img-main.[ch]: Redid fullscreen, slideshow, and namespace changes. | |
8044 * img-view.[ch]: Added fullscreen, changed way of doing popup menu. | |
8045 * slideshow.[ch]: Redid slideshow, made it more generic, it now accepts | |
8046 a path list, collection list, or falls back to filelist. | |
8047 | |
8048 Thu Jul 6 23:00:10 2000 John Ellis <johne@bellatlantic.net> | |
8049 | |
8050 * collect-dlg.c: Don't free the data in the confirm_cancel callback, | |
8051 it is just a NOP. | |
8052 * collect-table.c, collect.c: More work on popup menus, added recursive | |
8053 directory dropping. And more work overall. | |
8054 * dnd.c, filelist.[ch], main.c, utildlg.[ch]: Used path_list_free | |
8055 in place of old free_selected_list, Exposed more in the filelist.h | |
8056 header. | |
8057 * fileops.[ch]: Added path_list_* functions. | |
8058 * img-view.[ch]: Added a way to start a new window from a collection. | |
8059 | |
8060 Wed Jul 5 19:08:58 2000 John Ellis <johne@bellatlantic.net> | |
8061 | |
8062 * collect-dlg.c, collect-io.c, collect-table.c, collect.[ch]: Started | |
8063 popup menus for, sorting, saving, editing. Collections now have | |
8064 a ref count. | |
8065 * globals.c, gqview.h, main.c, menu.[ch], typedefs.h, window.c: Added | |
8066 recent open menu, history saving, popup menu utils. | |
8067 * pathsel.c: Synced the file list to change as the user types in the | |
8068 entry. (also fixes it to change when combo-items are selected). | |
8069 * tabcomp.[ch]: Added history_list features to load/save keys to a | |
8070 file. | |
8071 | |
8072 Tue Jul 4 14:40:43 2000 John Ellis <johne@bellatlantic.net> | |
8073 | |
8074 * collect.[ch], collect-table.[ch]: Changed the way dnd selection data | |
8075 is generated, since the case of the same path being in a collection | |
8076 multiple times broke the old method. Moving between collections seems | |
8077 to work now. Added collection stepping accessors. | |
8078 * dnd.c, image.[ch], img-view.c: Added support for collection browsing. | |
8079 * main.c (filename_from_path): Test that path != NULL. | |
8080 * typedefs.c: Move collect.h typedefs here. | |
8081 | |
8082 Its funny, but after this bit of hacking I feel dirty, like I did this | |
8083 all wrong... | |
8084 | |
8085 Mon Jul 3 19:44:29 2000 John Ellis <johne@bellatlantic.net> | |
8086 | |
8087 * collect-table.c: Added a tooltip to display the filenames, probably | |
8088 should be an option. | |
8089 | |
8090 Mon Jul 3 15:23:00 2000 John Ellis <johne@bellatlantic.net> | |
8091 | |
8092 * collect-dlg.[ch]: Added load save dialogs for collections. | |
8093 * collect-io.[ch], collect-table.c, collect.c: More work. | |
8094 * filelist.[ch]: Added select all routines. | |
8095 * gqview.h, main.c, rcfile.c, thumb.c: Move to a new config file | |
8096 hierarchy: Everything is under ~/.gqview now, old locations are moved | |
8097 to the new ones if found on start-up. | |
8098 * pathsel.[ch]: Added filtering toggle. | |
8099 * utildlg.h: Added a generic data pointer for FileDialogs. | |
8100 * menu.c: Added collection new/open and select all/none menu items. | |
8101 | |
8102 Mon Jul 3 12:51:29 2000 John Ellis <johne@bellatlantic.net> | |
8103 | |
8104 * collect-table.c, collect.h: Added selections, started dnd data set, | |
8105 and other stuff. | |
8106 * dnd.[ch]: New function, make_uri_file_list(), put it in header. | |
8107 | |
8108 Fri Jun 16 04:41:38 2000 John Ellis <johne@bellatlantic.net> | |
8109 | |
8110 * collect.[ch], collect-table.[ch]: Actually displays something now | |
8111 when a file is dragged on the window. | |
8112 | |
8113 Fri Jun 16 01:56:32 2000 John Ellis <johne@bellatlantic.net> | |
8114 | |
8115 * img-main.c: When in fullscreen, hide the mouse cursor after | |
8116 5 seconds of inactivity. | |
8117 | |
8118 Tue Jun 13 03:32:33 2000 John Ellis <johne@bellatlantic.net> | |
8119 | |
8120 * preferences.c: Fix typo (sorcforge -> sourceforge, boy am I dumb) and | |
8121 updated netpedia URL, since the old location is often (always) broken. | |
8122 | |
8123 Tue Jun 13 03:26:39 2000 John Ellis <johne@bellatlantic.net> | |
8124 | |
8125 * collect.[ch], collect-io.[ch]: Start of collections, load/saveing | |
8126 should work, if there was anything that actually used the functions. | |
8127 Right now a blank window opens :) | |
8128 * collect-dlg.[ch], collect-table.[ch]: Basically empty right now. | |
8129 * menu.c, typedefs.h: Added 'Open collection...' menu item, added | |
8130 SORT_NONE to SortType enum. | |
8131 * rcfile.[ch]: quoted_value() is now public, it is used in collect-io.c | |
8132 | |
8133 Thu Jun 8 19:57:54 2000 John Ellis <johne@bellatlantic.net> | |
8134 | |
8135 * *.[ch]: All c files now have corresponding .h headers, except | |
8136 globals.c and main.c, which are in gqview.h. | |
8137 * src/Makefile.am: Added the headers. | |
8138 * config.[ch]: renamed to preferences.[ch] to avoid conflict with | |
8139 autogenerated config.h. | |
8140 | |
8141 Tue Jun 6 20:45:14 2000 John Ellis <johne@bellatlantic.net> | |
8142 | |
8143 * filelist.c, gqview.h, main.c: Added new function to change the | |
8144 current image through the filelist given pathname. Use it to fix bug | |
8145 causing filename not to be selected in list on startup and tab | |
8146 completion entry. | |
8147 | |
8148 Tue Jun 6 20:04:03 2000 John Ellis <johne@bellatlantic.net> | |
8149 | |
8150 * filelist.c, globals.c, gqview.h, main.c, rcfile.c, window.c: Added | |
8151 basic sorting of files on name, size, or date. | |
8152 | |
8153 Mon Jun 5 19:39:02 2000 John Ellis <johne@bellatlantic.net> | |
8154 | |
8155 * configure.in: Release 0.8.2 | |
8156 * README: Updated. | |
8157 * utilops.c: Change a \b to a \n. | |
8158 * po/*.po: Make corresponding change to above. | |
8159 | |
8160 Mon Jun 5 18:54:46 2000 John Ellis <johne@bellatlantic.net> | |
8161 | |
8162 * filelist.c (filelist_change_to): When going up one dir, make previous | |
8163 place visible in the list. | |
8164 | |
8165 Tue May 9 00:54:36 2000 John Ellis <johne@bellatlantic.net> | |
8166 | |
8167 * clist_edit.c: Fixups for positioning. | |
8168 * config.c, filelist.c, globals.c, gqview.h, rcfile.c: Made in place | |
8169 renaming optional. | |
8170 | |
8171 Mon May 8 23:05:06 2000 John Ellis <johne@bellatlantic.net> | |
8172 | |
8173 * clist_edit.[ch]: New files that allow in place editing of a clist. | |
8174 * filelist.c: Add in place renaming. | |
8175 | |
8176 Mon May 8 18:08:20 2000 John Ellis <johne@bellatlantic.net> | |
8177 | |
8178 * config.c, main.c, utildlg.c, img-view.c, utildlg.c, window.c: Set | |
8179 icons on windows. | |
8180 * icons/[config.xpm, dialog.xpm, icon.xpm, tools.xpm, view.xpm], | |
8181 icons/Makefile.am: Add new icons for windows. | |
8182 * filelist.c, menu.c, tabcomp.c, thumb.c: -Wall cleanups/bug fixes. | |
8183 * gqview.h, image.[ch], img-view.c: Fix image scaling for new views, | |
8184 GQview title is now after the image filename. | |
8185 | |
8186 Mon May 8 15:06:35 2000 John Ellis <johne@bellatlantic.net> | |
8187 | |
8188 * main.c: Pressing delete now correctly deletes selected files. | |
8189 * config.c, globals.c, gqview.h, image.c, rcfile.c: Zoom to fit now | |
8190 expands images too (by default, added config option to have old | |
8191 behavior. | |
8192 | |
8193 Mon May 8 13:56:01 2000 John Ellis <johne@bellatlantic.net> | |
8194 | |
8195 * po/it.po: Added Italian translation, submitted by | |
8196 Christopher R. Gabriel <cgabriel@pluto.linux.it> | |
8197 * po/es.po: Updated Spanish translation, submitted by | |
8198 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> | |
8199 * po/pt_BR.po: Updated brazilian translation, submitted by | |
8200 "Evandro F. Giovanini" <elinux@linuxave.net> | |
8201 * configure.in: Added it to ALL_LINGUAS | |
8202 | |
4 | 8203 Fri Apr 14 15:50:22 2000 John Ellis <johne@bellatlantic.net> |
8204 | |
8205 * README: Updated. | |
8206 * configure.in: release 0.8.1 | |
8207 | |
8208 Thu Apr 13 10:50:43 2000 John Ellis <johne@bellatlantic.net> | |
8209 | |
8210 * config.c, globals.c, gqview.h, image.c, img-main.c, img-view.c: Added | |
8211 support for mouse wheel (4,5) to scroll image or flip through images. | |
8212 | |
8213 Thu Apr 13 09:38:25 2000 John Ellis <johne@bellatlantic.net> | |
8214 | |
8215 * configure.in, po/sk.po: Added Slovak translation, submitted by | |
8216 "Sandokan" <cortex@nextra.sk> | |
8217 | |
8218 Thu Apr 13 09:35:36 2000 John Ellis <johne@bellatlantic.net> | |
8219 | |
8220 * configure.in, po/es.po: Added Spanish translation, subbmitted by | |
8221 Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com> | |
8222 | |
8223 Thu Apr 13 09:32:42 2000 John Ellis <johne@bellatlantic.net> | |
8224 | |
8225 * confgure.in, po/fr.po: Added French translation, submitted by | |
8226 Jean-pierre PEDRON <jppedron@club-internet.fr> | |
8227 | |
8228 Thu Apr 13 09:28:04 2000 John Ellis <johne@bellatlantic.net> | |
8229 | |
8230 * Makefile.am, configure.in: Include gqview.spec in make distcheck so | |
8231 that rpm -tb will work. | |
8232 * po/tr.po, gqview.desktop: Update Turkish translation, from | |
8233 Fatih Demir <kabalak@gmx.net> | |
8234 | |
3 | 8235 Thu Apr 6 19:03:04 2000 John Ellis <johne@bellatlantic.net> |
8236 | |
8237 * README: Release 0.8.0. | |
8238 | |
8239 Wed Apr 5 11:35:52 2000 John Ellis <johne@bellatlantic.net> | |
8240 | |
8241 * filelist.c (rebuild_filter): Fix bug that hacked on the wrong string, | |
8242 causing custom_filter to only have one entry max. | |
8243 * utilops.c: Removed unused code, fix rename description. | |
8244 | |
8245 Wed Apr 5 11:19:31 2000 John Ellis <johne@bellatlantic.net> | |
8246 | |
8247 * filelist.c, gqview.h, window.c: File list now scrolls to display | |
8248 the first file that matches the path entry box during tab completion. | |
8249 The directory changes to follow the completion too. | |
8250 | |
8251 Wed Apr 5 10:30:51 2000 John Ellis <johne@bellatlantic.net> | |
8252 | |
8253 * filelist.c, gqview.h, main.c, menu.c, rcfile.c, slideshow.c: Added: | |
8254 Save thumnbnail mode to rcfile; add command line option for slideshow, | |
8255 rename other long options; make next/prev work properly during | |
8256 slideshow. | |
8257 | |
8258 Tue Apr 4 15:00:15 2000 John Ellis <johne@bellatlantic.net> | |
8259 | |
8260 * po/zh_TW.Big5.po, configure.in: Added Traditional Chinese (Big5), | |
8261 translation from Kam Tik <kamtik@hongkong.com> | |
8262 | |
8263 Tue Apr 4 13:20:43 2000 John Ellis <johne@bellatlantic.net> | |
8264 | |
8265 * *.[ch]: Update copyrights to 2000. | |
8266 * configure.in: Bumper version to 0.8.0 ('bout time) | |
8267 * README, TODO: Updates | |
8268 | |
8269 Tue Apr 4 12:21:27 2000 John Ellis <johne@bellatlantic.net> | |
8270 | |
8271 * image.c, img-main.c: Fix mem leaks. | |
8272 * utildlg.[ch]: Added confirm_dialog_new_with_image() utility. | |
8273 * utilops.c: Added display of source and dest images to overwrite | |
8274 dialogs (uses above). | |
8275 All this is derived from a patch by Gordon Messmer <yinyang@eburg.com> | |
8276 | |
8277 Tue Apr 4 10:44:22 2000 John Ellis <johne@bellatlantic.net> | |
8278 | |
8279 * main.c: Added full screen startup option (-f or -full), derived from | |
8280 patch by Rami Lehti <Rami.Lehti@Finland.Sun.COM> | |
8281 | |
8282 Tue Apr 4 10:33:15 2000 John Ellis <johne@bellatlantic.net> | |
8283 | |
8284 * image.[ch], img-view.c, img-main.c, menu.c, gqview.h: Added ability | |
8285 to set the root window wallpaper. (If zoom is fit to window, image is | |
8286 scaled, otherwise tiled. | |
8287 Derived from patch by ENTERforNone <enterfornone@bigpond.com> | |
8288 | |
8289 Tue Apr 4 09:45:08 2000 John Ellis <johne@bellatlantic.net> | |
8290 | |
8291 * img-main.c, menu.c: Changed full screen key to V. Derived from patch | |
8292 by Martial MICHEL <martial@users.sourceforge.net> | |
8293 | |
8294 Tue Apr 4 09:32:14 2000 John Ellis <johne@bellatlantic.net> | |
8295 | |
8296 * fileops.c (get_current_dir): Fix problem when there is no read | |
8297 permission for the current dir. Derived from patch by | |
8298 Mathieu Dessus <mdessus@free.fr> | |
8299 | |
8300 Apr 4 09:15:16 2000 John Ellis <johne@bellatlantic.net> | |
8301 | |
8302 * configure.in, po/tr.po: Added Turkish translation from | |
8303 Fatih Demir <kabalak@gmx.net> | |
8304 | |
1 | 8305 Thu Mar 16 17:04:24 2000 John Ellis <johne@bellatlantic.net> |
8306 | |
8307 * pathsel.c, tabcomp.c: Fix memory leaks. | |
8308 | |
8309 Fri Oct 1 17:17:21 1999 John Ellis <johne@bellatlantic.net> | |
8310 | |
8311 * po/ru.po: Added Russian translation | |
8312 from Oleg Andrjushenko <oandr@itec.cn.ua> | |
8313 * po/pt_BR.po: Added Brazilian Portuguese translation | |
8314 from Vitor Fernandes <vitor_fernandes@SoftHome.net> | |
8315 * po/ja/po: Added Japanese translation | |
8316 from Shingo Akagaki <akagaki@ece.numazu-ct.ac.jp> | |
8317 * configure.in: Updated ALL_LINGUAS. | |
8318 | |
8319 Mon Sep 6 06:25:38 1999 John Ellis <johne@bellatlantic.net> | |
8320 | |
8321 * image.c, img-main.c, img-view.c, window.c: Remove warnings for | |
8322 gtk+-1.2.5-pre1. I think there are still realize issues with that | |
8323 version of GTK+, however. | |
8324 | |
8325 Wed Aug 18 21:03:05 1999 John Ellis <johne@bellatlantic.net> | |
8326 | |
8327 * filelist.c: Fix reversal of calculating column width of the files | |
8328 list for icons vs. no icons. | |
8329 * pathsel.c, utilops.c: Set teh clist columns to autosize, so that | |
8330 horizontal scrollbar is accurate (and usually not there ;) | |
8331 | |
8332 Wed Aug 18 20:35:07 1999 John Ellis <johne@bellatlantic.net> | |
8333 | |
8334 * gqview.h, tabcomp.c, utilops.c: Move and copy dialogs now have a | |
8335 history. This was done by adding a combo widget option to the tab | |
8336 completion routines. | |
8337 | |
8338 Wed Aug 18 17:37:48 1999 John Ellis <johne@bellatlantic.net> | |
8339 | |
8340 * config.c: Fix 'fall back to 48x48 icon size' bug. | |
8341 | |
8342 Mon Aug 16 13:25:29 1999 John Ellis <johne@bellatlantic.net> | |
8343 | |
8344 * po/de.po: Added german translation | |
8345 by mawarkus@t-online.de (Matthias Warkus) | |
8346 * configure.in (ALL_LINGUAS): Added de. | |
8347 | |
8348 Mon Aug 16 12:44:56 1999 John Ellis <johne@bellatlantic.net> | |
8349 | |
8350 * utilops.c: Make it easier for translators. | |
8351 | |
8352 Mon Aug 16 12:09:53 1999 John Ellis <johne@bellatlantic.net> | |
8353 | |
8354 * thumb.c: Regenerate thumbnails whent the preferred size changes. | |
8355 | |
8356 Mon Aug 16 11:56:29 1999 John Ellis <johne@bellatlantic.net> | |
8357 | |
8358 * config.c, globals.c, gqview.h, main.c, rcfile.c: Removed the | |
8359 'save settings on exit' option and always save one exit, this was | |
8360 leading to confusion as to why settings are not always saved. | |
8361 * menus.: Removed the save settings menu line, no longer needed. | |
8362 | |
8363 Tue Aug 10 07:03:44 1999 John Ellis <johne@bellatlantic.net> | |
8364 | |
8365 * main.c(main): Use gtk_set_locale(); | |
8366 * window.c: Use gqview instead of main for wmhints. | |
8367 | |
8368 Tue Aug 10 06:55:48 1999 John Ellis <johne@bellatlantic.net> | |
8369 | |
8370 * filelist.c: Update the file count when files are removed. | |
8371 * dnd.c: When a drag and drop results in a GDK_ACTION_MOVE, refresh | |
8372 the lists to account for possibly deleted files. | |
8373 | |
8374 Fri Jul 23 17:09:02 1999 John Ellis <johne@bellatlantic.net> | |
8375 | |
8376 * window.c: Fix hang bug when dragging a file after starting with tools | |
8377 floating, then unfloating the window. (don't use gtk_widget_reparent | |
8378 for this). | |
8379 * dnd.c: Properly add "\r\n" to the end of all files for URI types, now | |
8380 all drags to Gimp 1.1.6 works. | |
8381 | |
8382 Tue Jul 20 20:37:03 1999 John Ellis <johne@bellatlantic.net> | |
8383 | |
8384 * configure.in, Makefile.am: Added localedir definition. | |
8385 * src/main.c: Added locale and i18n initialization. | |
8386 | |
8387 Tue Jul 20 20:03:18 1999 John Ellis <johne@bellatlantic.net> | |
8388 | |
8389 * configure.in, Makefile.am, autogen.sh: Add gettext calls, simplify | |
8390 gtk/imlib checks. | |
8391 * po/POTFILES.in: Created for gettext. | |
8392 * src/intl.h, gqmpeg.h, *.c: Added intl stuff, marked strings for | |
8393 translation. | |
8394 | |
8395 Sat Jul 10 15:12:13 1999 John Ellis <johne@bellatlantic.net> | |
8396 | |
8397 * all files: Moved to autoconf and automake. | |
8398 | |
8399 Sat Jul 3 08:23:59 1999 John Ellis <johne@bellatlantic.net> | |
8400 | |
8401 * gqview.h, README, gqview.spec: Release 0.7.0 | |
8402 | |
8403 Fri Jul 2 13:00:21 1999 John Ellis <johne@bellatlantic.net> | |
8404 | |
8405 * img-view.c: Added a 'close window' option to pop up dialog. | |
8406 | |
8407 Fri Jul 2 09:11:02 1999 John Ellis <johne@bellatlantic.net> | |
8408 | |
8409 * main.c (main): Fix so that window does not expand to image size when | |
8410 strting up with an image (from command line). | |
8411 * img-view.c (view_window_new): Follow the limit window size option, | |
8412 if enabled. | |
8413 | |
8414 Thu Jul 1 20:13:31 1999 John Ellis <johne@bellatlantic.net> | |
8415 | |
8416 * main.c: Setup random seed, for better random slideshows. | |
8417 | |
8418 Sun Jun 27 15:17:10 1999 John Ellis <johne@bellatlantic.net> | |
8419 | |
8420 * img-main.c: Use black background for full screen. | |
8421 * menu.c: Keep keyboard grab when full screen menu closes. | |
8422 | |
8423 Sun Jun 27 14:07:05 1999 John Ellis <johne@bellatlantic.net> | |
8424 | |
8425 * img-main.c: Keyboard now works with full screen. | |
8426 * main.c: Drop out of full screen before exiting. | |
8427 | |
8428 Sun Jun 27 06:57:22 1999 John Ellis <johne@bellatlantic.net> | |
8429 | |
8430 * image.c: Fix image snapping to uppper left when resizing window. | |
8431 * main.c: Increase progressive scrolling rate. | |
8432 | |
8433 Fri Jun 25 15:22:32 1999 John Ellis <johne@bellatlantic.net> | |
8434 | |
8435 * config.c, globals.c, gqview.h, img-view.c, main.c, rcfile.c: Added | |
8436 progressive key scrolling option. | |
8437 | |
8438 Fri Jun 25 14:06:12 1999 John Ellis <johne@bellatlantic.net> | |
8439 | |
8440 * image.c, img-main.c, gqview.h: A few api changes with regard to image | |
8441 auto-sizing and zooming. | |
8442 * dnd.c: Made image dnd more generic to work with separate views. | |
8443 * img-view.c: Added dnd and keyboard support. | |
8444 | |
8445 Fri Jun 25 11:00:38 1999 John Ellis <johne@bellatlantic.net> | |
8446 | |
8447 * image.c, img-view.c, window.c: Fixups for window resizing and initial | |
8448 size setting. | |
8449 | |
8450 Fri Jun 18 13:42:35 1999 John Ellis <johne@bellatlantic.net> | |
8451 | |
8452 * dnd.c, filelist.c, gqview.h, menu.c: Dragging and right clicking on | |
8453 file list no longer displays image, but correctly, only displays | |
8454 action/popup menu. | |
8455 * globals.c, gqview.h, img-main.c, main.c, menu.c, window.c: Add full | |
8456 screen option. | |
8457 | |
8458 Fri Jun 18 04:24:51 1999 John Ellis <johne@bellatlantic.net> | |
8459 | |
8460 * image.[ch], img-main.c, gqview.h: Beginnings of adding capability to | |
8461 view images in a new window. ImageWindow functions are now completely | |
8462 generic (save one spot). | |
8463 | |
8464 Wed Jun 16 03:47:36 1999 John Ellis <johne@bellatlantic.net> | |
8465 | |
8466 * slideshow.c, filelist.c: Make slideshow work correctly. | |
8467 * config.c, rcfile.c: Add saving and adjustment of slide show options. | |
8468 | |
8469 Wed Jun 16 00:46:09 1999 John Ellis <johne@bellatlantic.net> | |
8470 | |
8471 * slideshow.c, globals.c, gqview.h: Begin slideshow ability. | |
8472 * menu.c: Add 'Toggle slideshow' so view menu, may not stay here. | |
8473 * filelist.c: Made a few functions needed for slideshow public. | |
8474 | |
8475 Tue Jun 15 19:21:26 1999 John Ellis <johne@bellatlantic.net> | |
8476 | |
8477 * filelist.c, pathsel.c, tabcomp.c: Small speed improvements in | |
8478 handling (creating) GLists. | |
8479 | |
8480 Sat Jun 12 23:17:34 1999 John Ellis <johne@bellatlantic.net> | |
8481 | |
8482 * rcfile.c (load_options): Fix memory leak, patch submitted by | |
8483 F. Petitjean <fpetitje@bureauveritas.com> | |
8484 | |
8485 Thu May 27 14:32:22 1999 John Ellis <johne@bellatlantic.net> | |
8486 | |
8487 * gqmpeg.h, README, gqmpeg.spec: Release 0.6.1 | |
8488 | |
8489 Thu May 27 13:10:02 1999 John Ellis <johne@bellatlantic.net> | |
8490 | |
8491 * filelist.c: Generate thumbnails for visible files first. Thumbnails | |
8492 are now kept when renaming. | |
8493 | |
8494 Thu May 27 11:54:09 1999 John Ellis <johne@bellatlantic.net> | |
8495 | |
8496 * pathsel.c: Merge improvements from gqmpeg version. | |
8497 * tabcomp.c, tabcomp.xpm: ditto. | |
8498 * utildlg.c: ditto. | |
8499 * config.c, utilops.c, window.c: Use newer features of above. | |
8500 | |
8501 Thu May 27 11:44:00 1999 John Ellis <johne@bellatlantic.net> | |
8502 | |
8503 * filelist.c, image.c, gqmpeg.h: Properly update the image window when | |
8504 viewed files are moved, renamed, or deleted. | |
8505 | |
8506 Thu May 27 11:01:31 1999 John Ellis <johne@bellatlantic.net> | |
8507 | |
8508 * main.c (main): Push correct visual and colormap to fix 8 but psuedo | |
8509 color displays. | |
8510 | |
8511 Sun May 23 09:21:50 1999 John Ellis <johne@bellatlantic.net> | |
8512 | |
8513 * Makefile: Added static build target, some cleanup. | |
8514 | |
8515 Sat Apr 10 19:01:33 1999 John Ellis <johne@bellatlantic.net> | |
8516 | |
8517 * window.c(toolwindow_create): Use gtk_window_set_policy on toolwindow | |
8518 so it can be resized smaller. | |
8519 | |
8520 0.6.0 (3-5-98) | |
8521 > Major rewrite (60-70%), now requires gtk+-1.2.0 | |
8522 > Multiple file selection. | |
8523 > Drag and drop. | |
8524 > Better keyboard support. | |
8525 > xvpics thumbnail support (read only), optional. | |
8526 - Add command line options to force show and hide of tools. | |
8527 * Fix tab completion bug. | |
8528 * Fix gtk 1.2.0 related bugs. | |
8529 | |
8530 0.5.1 (12-8-98) | |
8531 - Should compile now without editing the Makefile with any gtk through 1.1.5 | |
8532 * Fix file highlight bug when user tab completes to currently displayed dir. | |
8533 * Fix for FreeBSD. | |
8534 | |
8535 0.5.0 (11-11-98) | |
8536 > Add path entry window with tab completion. | |
8537 > Add tab completion to all areas where a path can be typed. | |
8538 > Add option to save window positions. | |
8539 - Pressing '+' zooms image. Previously only '=' was bound, causing problems | |
8540 for some keyboard layouts. | |
8541 - Add border to floating tools window for better appearance on some WM's. | |
8542 | |
8543 0.4.3 (10-09-98) | |
8544 * Fix bug when 'fit window to image' is on, tools float/hide, and the next | |
8545 image selected has the same dimensions, it would not display. | |
8546 * More fixes dealing with 'fit window to image' | |
8547 | |
8548 0.4.2 (10-07-98) | |
8549 > Add 'fit window to image' option when tools float or hide. | |
8550 > Add copy and move dialogs. | |
8551 > Add option to hide the tools completely. | |
8552 > Save settings on exit option added, and option to restore tool state. | |
8553 - Pressing the [ESC] key will now stop loading of thumbnails. | |
8554 - [CTRL] - M is now moves files, purging old thumbnails is now [CTRL] - T. | |
8555 - Add save button to config dialog. | |
8556 - New configuration tab: image, moved relevent options there. | |
8557 | |
8558 0.4.1 (9-11-98) | |
8559 > Scrollbars removed, now you can pan the image by pressing and dragging the | |
8560 mouse on the image. The arrow keys will pan too (use [Ctrl] to pan faster) | |
8561 > The file selection area and status line can be 'floated' into a separate | |
8562 window, this allows the image window to display more of the image. | |
8563 > The file delete confirmation dialog can now be disabled in the options | |
8564 window. | |
8565 > The beginnings of keyboard support ( see the keyboard chart, above ) | |
8566 - Now if a thumbnail is older than it's parent image, the thumbnail is | |
8567 recreated, so that changed images have their thumbnail properly updated. | |
8568 - While loading thumbnails GQview is now responsive to commands, slowly, but | |
8569 it works. You can now load images, delete files, etc. while the thumbnails | |
8570 are being generated. The thumbnail generation can be interrupted too by | |
8571 simply turning them off. | |
8572 * The code that determines the user's HOME directory has been rewritten, now | |
8573 hopefully users of nis will be happy. If the directory is not found or | |
8574 cannot be determined, GQview exits semi-gracefully. | |
8575 * Fixed some bugs here and there. | |
8576 | |
8577 0.4.0 (8-15-98) | |
8578 > Thumbnail caching added ($HOME/.gqview_thmb). | |
8579 - patch from Joshua Thomas Green applied for those that want to compile | |
8580 with GTK 1.1.x (the development version), just uncomment one line in the | |
8581 Makefile. | |
8582 - patch from Joel Young applied to the .spec file of the RPM version. | |
8583 | |
8584 0.3.4 (7-30-98) | |
8585 * Fixed problem loading files into external editors when a space was in the | |
8586 pathname. | |
8587 | |
8588 0.3.3 (5-15-98) | |
8589 - Changes to file listing code for speed improvement in large directories. | |
8590 * Fixed a bug that would cause a thumbnail's height or width to be zero when | |
8591 an image has a large aspect ratio. | |
8592 * Fixed some memory leaks in the file listing code. | |
8593 - Other small changes including source re-organization. | |
8594 - Added a pixmap file to use as an icon (gqview.xpm). | |
8595 | |
8596 0.3.2 (5-7-98) | |
8597 * Fixed a bug which made the first editor slot useless from config dialog. | |
8598 | |
8599 0.3.1 (5-4-98) | |
8600 - Changed filelist code to properly implement Glist. | |
8601 - Moved definitions of variables and #includes to better places. | |
8602 | |
8603 0.3.0 (4-24-98) | |
8604 > New feature! Thumbnails displayed in the file list(us 't' to toggle). | |
8605 > Thumbnails size can be selected (General Options). | |
8606 > Rewrite (again) of the file list (to support adding/removing entries | |
8607 without re-reading the entire directory listing, [still need to convert | |
8608 the directory list, however]). | |
8609 - minor display layout changes (to accomodate the progress bar). | |
8610 - if a file format cannot be determined, a generic 'unknown image' picture | |
8611 is displayed. | |
8612 - added display for the number of files listed. | |
8613 - added '-debug' command line option for debug output (preliminary) | |
8614 | |
8615 0.2.1 (4-8-98) | |
8616 > Added a handle, now the file lists are sizeable. | |
8617 - renamed menu item Exit to Quit. | |
8618 - Added missing file includes that were exposed with GTK+ 0.99.10 release. | |
8619 | |
8620 0.2.0 (3-19-98) | |
8621 > External editors can be specified in the configuration window (max 8). | |
8622 Under the "external editors" tab. | |
8623 - Popup menu for filelist (delete, rename, and edit). | |
8624 - Filelist highlight now follows currently viewed image. | |
8625 - A few minor fixes. | |
8626 | |
8627 0.1.1 (3-3-98) | |
8628 > Updated code to compile with GTK+-0.99.4 | |
8629 (will not work with previous versions of GTK) | |
8630 - Command line no longer requires a complete path to a file if it is in | |
8631 the current working directory. (or must be relative to it) | |
8632 - When moving to the next (or previous) image, the file list | |
8633 scrolls to include the current image's name. | |
8634 | |
8635 0.1.0 (2-28-98) | |
8636 > Added menu bar. | |
8637 > Added keyboard shorcuts. | |
8638 > Configuration can be saved (to .gqviewrc in user's home dir) | |
8639 > Command line support. (specify startup directory or file to view) | |
8640 > Can set startup directory in options window (can be disabled) | |
8641 > Added custom filtering options to support more formats | |
8642 (Imlib supports almost anything your system can read using | |
8643 ImageMagick or Netpbm, if available). | |
8644 > File operations: create directory, rename file, delete file. | |
8645 > clicking mouse on image: | |
8646 button one: next image | |
8647 button two: previous image | |
8648 button three: popup menu (zoom, file operations, edit image) | |
8649 > Added option to load image into The Gimp. | |
8650 - Fixed a bug in the history list truncating routine. (GQview would crash) | |
8651 - Other minor improvements and fixes. | |
8652 | |
8653 0.0.3 (2-18-98) | |
8654 > Source code clean up! The source code has been organized | |
8655 and is now readable (some code still needs organizing, but | |
8656 at least now the code can be followed). | |
8657 > Makefile rewritten, it may still need editing for some systems. | |
8658 The '-g' gcc option was removed for the released code, this makes | |
8659 the binary about 1/3 smaller (it removes some debugging facilities) | |
8660 - Fixed the transparency problem. This removes the garbage displayed | |
8661 where an image is transparent, unfortunately for now it is set to purple. | |
8662 | |
8663 0.0.2 (2-14-98) | |
8664 > Rewrote directory and file list handling, the lists | |
8665 can now be of any length. | |
8666 > Lists are now sorted. | |
8667 > History list no longer expands out of control as the | |
8668 directory path gets longer, entries are truncated at | |
8669 32 characters and '/...' is prepended. | |
8670 > Added configuration window, including: | |
8671 - show or hide dot files | |
8672 - select default zoom mode for new image | |
8673 - disable file filtering | |
8674 - choose file types to filter | |
8675 - about tab for version and contact info | |
8676 | |
8677 0.0.1 (2-10-98) | |
8678 > No history, first release! | |
8679 |