comparison TODO @ 113:55166d93498d

Fri Nov 24 21:37:01 2006 John Ellis <johne@verizon.net> * configure.in: Add test for lcms (little cms). * Makefile.am: Add color-man.[ch]: * color-man.[ch]: New files for color management support. * globals.c, gqview.h, main.c, rcfile.c, typedefs.h: Add color profile variables and option saving. * image.[ch]: Add color profile functions. * layout.c, layout_image.[ch]: Add color profile icon, popup menu, and fix sort menu to use radio buttons. * menu.c: Use radio buttons for sort menu when appropriate. * preferences.c: Add color profile options to preferences. * ui_menu.[ch]: Add menu_item_add_radio() for radio item menus. * ui_misc.c: Fix gtk_table_attach() arg for vertical expansion. * view_file_icon.c, view_file_list.c: Check for active state in sort menu callbacks. * README: Add info about lcms, and how to disable.
author gqview
date Sat, 25 Nov 2006 03:00:33 +0000
parents 847e4bc6b54c
children 50fc73e08550
comparison
equal deleted inserted replaced
112:b15d4c18168f 113:55166d93498d
18 > make this a g_object with signals for completed, changed, etc. 18 > make this a g_object with signals for completed, changed, etc.
19 > fix delay flip 'completed' signal (full screen busy cursor is not always turned off) 19 > fix delay flip 'completed' signal (full screen busy cursor is not always turned off)
20 20
21 > cache-load.c: 21 > cache-load.c:
22 > should honor enable_thumbnails setting 22 > should honor enable_thumbnails setting
23
24 > color profiles:
25 > support profiles embedded in images
26 > add support in img-view.c
23 27
24 --- 28 ---
25 29
26 >raw + exif formats: 30 >raw + exif formats:
27 31
99 > default edit commands not described. 103 > default edit commands not described.
100 > add formatted rename option. 104 > add formatted rename option.
101 > [Control]+V now shows image in new window 105 > [Control]+V now shows image in new window
102 > [Shift]+P print shortcut added to collection and img-view windows. 106 > [Shift]+P print shortcut added to collection and img-view windows.
103 (fixme, forgot to add it to find dialog). 107 (fixme, forgot to add it to find dialog).
108 > add color profile page
104 109
105 > add blurb about moving images between collections with shift+drag 110 > add blurb about moving images between collections with shift+drag
106 111
107 > start documenting the pan view, at least the basic options 112 > start documenting the pan view, at least the basic options
108 and how search works/what's supported 113 and how search works/what's supported
110 115
111 Minor (non blockers): 116 Minor (non blockers):
112 ---------------------------------------------- 117 ----------------------------------------------
113 118
114 d> update icon used for window to the (not so) new icon 119 d> update icon used for window to the (not so) new icon
120
121 > fix gtk_table_attach use to not use FALSE for fill vertical arg.
115 122
116 > xv and xpaint are hardly used or even installed by any distro anymore - time 123 > xv and xpaint are hardly used or even installed by any distro anymore - time
117 to remove these (and find alternates?) seems silly to only have gimp. 124 to remove these (and find alternates?) seems silly to only have gimp.
118 125
119 d> update .desktop MimeType list to match Fedora's patch for missing formats 126 d> update .desktop MimeType list to match Fedora's patch for missing formats