comparison TODO @ 115:53b2bfdcff69

Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net> * color-man.[ch]: Allow color manager to work with GdkPixbufs not linked to an ImageWindow. Fix missing embedded dummy function when compiling without color profile support. * image.c: When embedded color profiles is enabled and EXIF ColorSpace is set to 1 use sRGB color profile for the image. Also fixed order of starting the image read-ahead when color profiles are in use. * typedefs.h (ImageWindow): Use gpointer definition correctly so that cm is a pointer and not a pointer to a pointer. * utilops.c: Pass 0 to vertical fill arg of gtk_table_attach() instead of FALSE.
author gqview
date Tue, 28 Nov 2006 17:06:47 +0000
parents 50fc73e08550
children 197b8d2e52ce
comparison
equal deleted inserted replaced
114:50fc73e08550 115:53b2bfdcff69
21 > cache-load.c: 21 > cache-load.c:
22 > should honor enable_thumbnails setting 22 > should honor enable_thumbnails setting
23 23
24 > color profiles: 24 > color profiles:
25 d> support profiles embedded in images 25 d> support profiles embedded in images
26 > check if clamp arg is handled correct in post_process_*() 26 d> check if clamp arg is handled correct in post_process_*()
27 > add support in img-view.c 27 > add support in img-view.c
28 28
29 --- 29 ---
30 30
31 >raw + exif formats: 31 >raw + exif formats:
115 115
116 116
117 Minor (non blockers): 117 Minor (non blockers):
118 ---------------------------------------------- 118 ----------------------------------------------
119 119
120 d> update icon used for window to the (not so) new icon
121
122 > fix gtk_table_attach use to not use FALSE for fill vertical arg. 120 > fix gtk_table_attach use to not use FALSE for fill vertical arg.
123 121
124 > xv and xpaint are hardly used or even installed by any distro anymore - time 122 > xv and xpaint are hardly used or even installed by any distro anymore - time
125 to remove these (and find alternates?) seems silly to only have gimp. 123 to remove these (and find alternates?) seems silly to only have gimp.
126
127 d> update .desktop MimeType list to match Fedora's patch for missing formats
128 124
129 > allow editor commands to be interrupted (via SIGTERM?) 125 > allow editor commands to be interrupted (via SIGTERM?)
130 > fix hanging editor commands that await user input (how to handle, or even detect this?) 126 > fix hanging editor commands that await user input (how to handle, or even detect this?)
131 127
132 > when resizing/refreshing collection window, keep the same top left thumbnail visible 128 > when resizing/refreshing collection window, keep the same top left thumbnail visible
133 129
134 > do not lose slideshow when reworking window layout. 130 > do not lose slideshow when reworking window layout.
135 131
136 > fix printing of transparent images to not use black for transparency (white or user settable). 132 > fix printing of transparent images to not use black for transparency (white or user settable).
137
138 d> add [shift]+G to display as greyscale
139 133
140 > fix comment field in keywords bar to a height of 2 or 3 text lines. 134 > fix comment field in keywords bar to a height of 2 or 3 text lines.
141 135
142 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6) 136 > add toolbar to: (UPDATE: these toolbars may not make it into 1.6)
143 > find dupes window (with button to open dialog to add new files/folders) 137 > find dupes window (with button to open dialog to add new files/folders)
150 > Explore tabbed view option to main window, where 'view in new window' option results 144 > Explore tabbed view option to main window, where 'view in new window' option results
151 in a new tab instead of window. 145 in a new tab instead of window.
152 146
153 > Initiating full screen from the command line should not 147 > Initiating full screen from the command line should not
154 show main window until full screen is exited. 148 show main window until full screen is exited.
155
156 d> add --geometry suipport
157 149
158 > Add shortcut to jump to next folder within parent folder. 150 > Add shortcut to jump to next folder within parent folder.
159 151
160 > add animated image support 152 > add animated image support
161 153