comparison ChangeLog @ 488:a884e7fa26aa

updated ChangeLog from svn log
author nadvornik
date Tue, 22 Apr 2008 19:26:07 +0000
parents 021a4d0de67b
children 36a48d09daa8
comparison
equal deleted inserted replaced
487:d2a94917ee57 488:a884e7fa26aa
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
1 Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net> 2067 Wed Jan 17 16:50:39 2007 John Ellis <johne@verizon.net>
2 2068
3 * README: Fix credits for Belarusian translation. 2069 * README: Fix credits for Belarusian translation.
4 2070
5 Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net> 2071 Sun Dec 3 12:58:06 2006 John Ellis <johne@verizon.net>