~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
2004.06.11 - v1.1.3 - "Hurry up, I'm getting married tomorrow"
- New features:
 - You can now define custom branches in the dir view (By Craig Drummond)
 - An image cache has been added to speedup image loading.
 - Gwenview now uses freedesktop.org thumbnail spec to store thumbnails.
 - A new option to automatically empty thumbnail cache on exit (By Angelo
   Naselli).
 - The image size is now displayed below file names in thumbnail view.
- Fixes:
 - Don't crash when switching to fullscreen while generating thumbnails and
   coming back (By Lubos Lunak)
 - Faster thumbnail generation (By Lubos Lunak)
 - Faster image painting by dynamically determining suitable paint
   size (By Lubos Lunak)
 - Use the "Standard Background" color as the background for thumbnails and
   folders (By Craig Drummond).
 - Make sure the current image is reloaded if it has been modified outside
   Gwenview. 

2004.05.09 - v1.1.2
- New features:
 - Optional support for KIPI, KDE Image Plugin Interface.
 - Incremental downloading of images.
 - Image smoothing is much more configurable (By Lubos Lunak).
 - KParts will now remember their settings.
- Fixes:
 - Fixed several image loading bugs.
 - Make sure small and medium size thumbnails do not look jagged.
 - Work-around a Qt bug which caused the window title to not come back after
   leaving fullscreen mode and reduces flickering (By Lubos Lunak).
 - Fixed several bugs in file saving.
 - Make sure the loading cursor disappear when the image has finished to load
   (By Lubos Lunak).
 - Remember last used folder in "copy to" and "move to" dialogs (By Lubos
   Lunak).
 - Horizontal mouse wheels should work correctly now.
 - Entering "~username" in location combo box works now.
 - Selecting an URL in the location combo box opens it.
 - When viewing an image from within a frame based web site in Konqueror, don't
   crash when opening popup menu.
 - Give higher priority to the loading of the image than to the generation of
   thumbnails (By Lubos Lunak).

2004.03.20 - v1.1.1
- New features:
 - Added KPart support, this installs in Konqueror a new file view mode and let
   you view images in an embedded Gwenview (By Jonathan Riddell).
 - Asynchronous JPEG loading, based on Khtml loader.
 - Really asynchronous PNG loading (By Lubos Lunak).
 - Mouse wheel will now scroll the image by default. Holding Ctrl will scroll
   horizontally. An option has been added to the setting dialog to toggle
   between scroll and browse (By Jeroen Peters).
 - When holding shift over the image, right click will zoom out (By Jeroen
   Peters).
 - Image painting is now progressive (By Lubos Lunak).
- Fixes:
 - The rotate and mirror functions can now work on multiple selection.
 - Make it possible to load another image or quit even if you can't save your
   changes.
 - Gwenview won't spawn multiple instances of jpegtran anymore.

2004.02.01 - v1.1.0
- New features:
 - New settings in print dialog to specify how the image must be print.
 - Big thumbnails are really BIG now :-).
 - First implementation of asynchronous image loading. Only for PNG right now.
 - Double-clicking an image in the file view will open it in fullscreen [*].
- Fixes:
 - The move and copy dialog now use a tree view.
 - In the thumbnail view, create thumbnails for the visible images first
   (Thanks to Lubos Lunak).
 - Gwenview now uses its own thumbnail cache dir.
 - Gave contributors the credit they deserve in the about box [*].
 - Updated to libexif 0.5.12 and applied patches from libexif CVS [*].
 - When going to the parent folder, make sure the folder we were in before is
   selected [*].
 - If there's no image in the current folder, select the first visible file [*].
 - When holding down Shift to zoom, keep the same area of the image under the
   cursor [*].
 - Nicer drag cursor [*].
 - Hopefully fixed every cases where the image was not centered in the view [*].
*: Backported to 1.0.1.

2003.12.07 - v1.0.0
- New features:
 - Show a wait icon for not-generated-yet thumbnails (inspired from Nautilus
   thumbnail view).
 - Show a broken icon for broken images.
- Fixes:
 - If auto-zoom is on, make sure the zoom is updated after rotating an image.
 - Fixed crash when loading XCF images if Gwenview was compiled with gcc 3.3.1.
 - Before running an external tool, change working directory to current folder.
 - When switching images in fullscreen, don't show the cursor.
 - Use standard KDE icons for zoom actions.
 - New icons for slideshow and image operations.
 - New magnifier cursor.

2003.11.16 - v1.0.0pre4
- New features:
 - Added a new option to hide the busy pointer when loading an image in
   fullscreen.
 - Added a popup menu to select the sorting mode. Usefull in thumbnail view.
- Fixes:
 - Use a KDE dialog for the configuration dialog.
 - Removed the image view mouse behavior configuration options. The behavior is
   much simpler now: left button to drag image, middle button to toggle
   auto-zoom and mouse-wheel to browse images. If you want to zoom hold Shift
   and use either the mouse-wheel or the left button.

2003.11.01 - v1.0.0pre3
- New features:
 - Added a "don't ask me again" check box to the save prompt dialog.
 - Added a reload button.
 - Added a "Go" button to the location toolbar.
- Fixes:
 - Really fixed saving of external tools.
 - Make sure the folder view is updated when a folder is renamed.
 - The mouse-wheel behaviors are not messed anymore by dialogs or by showing
   the popup menu. 

2003.10.11 - v1.0.0pre2
- New features:
 - Added Back/Forward history buttons (based on work from Tudor Calin).
 - The parent button can now display a popup menu (by Tudor Calin).
 - Simple printing support (by Angelo Naselli).
- Fixes:
 - The image comment editor shows more explicit messages when the comment is
   empty and when the image can't be commented.
 - The external tool dialog won't fail on fresh installation.
 - The path to jpegtran is now stored correctly, even if it's not absolute.
 - Fixed compilation failure on KDE 3.0.


2003.09.27 - v1.0.0pre1
- New features:
 - Toolbars are now configurable and toolbar settings are remembered.
 - New dock window to display Meta Info (thanks to Jos van den Oever).
 - Cursor over image view changes to reflect the current behavior.
 - When toggling autozoom off, restore the previous zoom and position (Based
   on a patch by Jos van den Oever).
 - It's now possible to define external tools associated with images or
   directories.
- Fixes:
 - Exiting with Ctrl+Q from the fullscreen won't close the file view for
   the next startup.
 - Do not switch the file view to detailed mode when leaving the fullscreen
   mode.
 - Do not stop displaying images when browsing folders containing lots of JPEG
   files (more than a thousand).

2003.06.09 - v0.17.1a
- Fixes:
 - Fixed compilation failure on KDE 3.0.

2003.03.29 - v0.17.1
- Fixes:
 - In the folder view, show the "+" sign in front of folders if they have
   sub-folders.
 - Lossless manipulations of JPEG images won't remove the EXIF information
   anymore.
 - Handling of the EXIF orientation tag should now work on KDE 3.0.
 - When "auto-zoom" was on, pressing the "reset zoom" button would not
   deactivate it.
 - Added an "Edit" submenu to the popup menu of the image view, similar to the
   main window "Edit" menu.
 - Moved "Open with editor" in the "Edit" menu.
 - Display the image file name in the window title.
 - Fixed the bug which caused the window to grow up when entering folders with
   long names (Thanks to Stefan Heinze for the tip).
 - Rotating big JPEG images with JPEGTran won't hang anymore.
 - Keep the fullscreen button activated to be able to go back to normal mode
   when moving to a dir without images in fullscreen mode. 

2003.05.04 - v0.17.0
- New features:
 - Added a cancel button to popup menus, like Konqueror does.
 - Added support for dropping files to the file view.
- Fixes:
 - Fixed compilation failure on KDE 3.0.
 - Clear the image view when the last image of the current folder is removed.
 - Hopefully fixed the bug which caused Gwenview to sometimes crash when
   invoked with a folder in the command line.

2003.04.27 - v0.17.0pre3
- Fixes:
 - Really fixed the bug which caused the dock layout to be messed after going
   fullscreen.
 - Always display the location bar on a new line.
 - Fixed the lock which could occur if you kept the go-to-previous or
   go-to-next shortcut keys pressed for too long.

2003.04.26 - v0.17.0pre2
- New features:
 - Support for EXIF orientation information.
- Fixes:
 - Don't alter the layout of the docks when toggling dir and file views or
   going fullscreen.
 - File name won't be cut anymore in the thumbnail view.
 - Prompt to save a modified image before quitting.
 - Fixed an inconsistency with JPEG lossless rotation.

2003.04.21 - v0.17.0pre1
- New features:
 - Added bookmarks.
 - Show/hide hidden files.
 - Image rotation and mirroring (using jpegtran when working on JPEG files to
   perform lossless manipulations).
 - Image saving.
 - You can now smooth scale images.
 - New entry in the "View" menu: "Hide Folder And File Views".
 - New option to enlarge smaller images when using auto zoom.
 - New option to toggle scroll bars on image view.
 - New option to select whether deleting files should send them to the trash or
   not.
- Fixes:
 - Moved the slide show settings to a separate dialog shown before starting it.
 - Image count in the status bar doesn't include archives anymore.
 - Do not zoom the transparency checkerboard.

2003.02.13 - v0.16.2
- Fixes:
 - Uses opaque resize for docked views.
 - Resizing the window resizes the image view only.
 - When using double click mode, double clicking a folder in the icon view
   did not open the folder.

2003.01.31 - v0.16.1
- Fixes:
 - Fixed compilation failure with KDE 3.0 (Thanks to GeniusR13).

2003.01.30 - v0.16.0
- New features:
 - Support for zip IO slave.
 - Added an "erase url" button.
- Fixes:
 - Corrected toolbar layout for RTL languages (Thanks to Meni Livne).
 - Do not give focus to the address bar on start.
 - Do not exit when trying to thumbnailing a broken JPEG (Thanks to Marco
   Gazzetta).
 - The previous/next shortcuts were wrong in 0.16.0pre1.

2003.01.12 - v0.16.0pre1
- New features:
 - Support for IO slaves: you can browse FTP files, Windows shares, go into
   tarballs...
 - Multi-selection support (at last!).
 - Added a "home folder" tree branch to the folder view.
 - Added a simple slideshow feature.
 - Now uses the trash to delete images.
 - Added an address bar.
 - Displays the filename of the current image in a different (configurable)
   color.
- Fixes:
 - Do not start dragging folders in the folder view when not necessary.
 - When dropping urls and selecting "Move", the drop item will become the
   current one only if the item which was the current one was part of the
   drop.

2002.11.05 - v0.15.2
- Fixes:
 - Small jpeg images were getting a stretched thumbnail.
 - Fixed the centering of image in scrollable view.
 - Enabled the "show folders in file view" by default.

2002.10.26 - v0.15.1
- New features:
 - Added an item to the popup menus to show the file properties.
- Fixes:
 - The selected thumbnail does not look strange anymore when changing the
   thumbnail size.
 - Always zoom on the center of the image.
 - Do not reload the image every time when opening the context menu.

2002.10.04 - v0.15.0
- File count was also counting folders.
- Integrated the updated man page by Michael Spanier.
- Selected thumbnail looks nicer now.
- Fixed automatic deselection of the selected thumbnail when using single-click
  mode.

2002.09.14 - v0.15.0pre1
- New option to prevent Gwenview from loading the first image when it enters a
  folder (Thanks to Andreas Pfaller for the patch).
- You can now show the folders in the file view. By enabling this and hiding
  the folder view, Gwenview won't have to open all parent folders on startup.
- XCF file format support, thanks to the QXCFI library by Lignum Computing
  (http://lignumcomputing.com).
- Thumbnail generator now always saves the thumbnail at the biggest size :
  for smaller sizes the big thumbnail is loaded and scaled. This uses less disk
  space and make thumbnail size switching faster.
- Reworked the zoom behavior so that it works like the zoom tool in the GIMP.

2002.08.11 - v0.14.5
- Fixed the horizontal one pixel lines which appeared in fullscreen mode when
  the toolbar was hidden.
- New command line option (-f) to start in fullscreen mode.

2002.07.28 - v0.14.4
- Updated thumbnail generation to store thumbnails in the same folder 
  Konqueror 3 uses (Thanks to Andreas Pfaller and Renchi Raju for the patches).
- Fixed a crash on exit under certain circumstances.
- Should not crash anymore when loading big images.

2002.07.15 - v0.14.3
- Really fixed the bug which caused Gwenview to not display image file given as
  an argument.
- Fixed ugly look of file names in thumbnail view when word wrap was enabled. 
- Fixed flickering and drawing artefacts remaining after zooming in and out.
- Lock zoom state was not properly remembered.
- Updated polish translation.
- Updated german translation.

2002.07.10 - v0.14.2
- Fixed a crash if a directory contained URL-like encoded characters (Thanks to
  Dario Abatianni for the bug report)
- Do not reload all thumbnails if an image is removed.
- When starting Gwenview with an image file as an argument, the image does
  not hide anymore.
- Gwenview won't crash anymore if started with a file that doesn't exist as an
  argument.

2002.06.17 - v0.14.1
- Fixed a bug in recognition of progressive jpeg images.
- Updated swedish translation by Anders Lindén.
- Added a japanese translation by Ryota Simamoto.

2002.06.15 - v0.14.0
- Ported to KDE3
- Gwenview uses KImageIO for file formats, bringing a few other file formats
  such as ico, eps or g3.
- Replaced my own dir widget with the new KDirView widget provided by KDE3.

2002.05.04 - v0.13.0
- Thumbnail selection buttons are always activated.
- You can now choose between 'auto-zoom' or 'scroll-and-zoom' in fullscreen
  mode.
- You can now lock the zoom to keep the same zoom value during browsing.
- Integrated a patch from Frank Becker to speed up JPEG thumbnail generation.
- Swedish translation.
- More personalizable wheel behavior.
- Gwenview now remembers the 'auto-zoom' state.
- You can now define what interface elements you want to hide in fullscreen
  mode.
- Fixed a bug in cache cleaning if the cache was already empty.


2002.03.04 - v0.12.0
- Navigation buttons are now enabled or disabled according to the
  position of the file in the folder.
- New zoom option : fit to window.
- Zoom actions are disabled when there's no image.
- No more ugly thumbnails when selected.
- Images are now centered in main view.
- Added popup menus to the file and image views.
- Thumbnails aren't reloaded anymore when deleting a file.
- Added support for external editor.


2001.12.30 - v0.11.1
- Added TIFF support.
- Added drag'n drop support to folder view.
- Bug fix when renaming folder containing folders.


2001.12.15 - v0.11.0
- Korean translation.
- New folder view : more responsive, get automatically updated on
  changes, features a popup menu.
- Scrollbars are now reset on image change.
- Should now installs itself in <appdir>/Graphics rather than in
  <appdir>/Multimedia/Graphics.
- New buttons in config dialog to get the cache size and to empty it.
- Added a man page by Michael Spanier.


2001.10.11 - v0.10.1
- Dutch translation.
- Hungarian translation.
- Now uses Konqueror central thumbnail cache folder.


2001.09.29 - v0.10.0
- Italian translation.
- Polish translation.
- Redesigned the configuration dialog with Qt-Designer, now features
  GUI for Avinash Chopde's patch.
- Added a file/open menu item.
- Added an option to hide file names in fullscreen mode.
- Gwenview now displays an error message when it can't load an image.


2001.09.01 - v0.9.2
- German translation.
- Fixed a bug which caused the fullscreen view to be updated even after
  coming back to normal.
- Merged a patch from Avinash Chopde to provide default folders for file
  copy/move and bypass file operation confirmations (No GUI yet).


2001.08.29 - v0.9.1
- Spanish translation.
- Fixed bad encoding in French translation (no more '?' instead of accent).
- Dock icons were too big. Fixed.


2001.08.20 - v0.9.0
- Added support for alpha channel.
- Gwenview now displays the image size in status bar.
- Fixed wrong icon size for folders on some distributions (my mistake).


2001.07.30 - v0.8.0
- Replaced thumbnail generation with Konqueror code : don't freeze the
  interface anymore and cache generated thumbnails on disk.
- You can now select the size of the thumbnails from the menu/toolbar.


2001.07.11 - v0.7.0
- Added zoom in and out feature.
- Thumbnail generation is now non-blocking.
- Uses KIO for file operations.
- Added "move" to file operations.
- Selecting a folder which does not contain images will now empty the image
  widget.
- Added a status bar displaying folder and file information.
- Opera-like previous-next mouse navigation.
- Scroll the image by dragging it.
- Fixed a bug which could prevent the toolbar from showing on the first launch.


2001.05.23 - v0.6.1
- Fixed a bug in file view that might not display files.
- Added a Norwegian translation, thanks to Rune Nordvik.


2001.05.16 - v0.6.0
- Full screen support with keyboard, mouse button and mouse wheel navigation.
- Added a toolbar.
- Folder view uses standard folder icons.
- Integration with Konqueror : right click on any folder and select "Browse
  with Gwenview".


2001.04.10 - v0.5.1
- Fixed drag'n'drop for file detail view.


2001.03.31 - v0.5.0
- File view items can now be dragged to any KDE application (for example Konqueror).
- French translation.
- File copy dialog opens in current folder.
- Fixed a bug on file copy cancel.
- Fixed a crash on file deletion.
- Shortcut keys are now configurable.
- When using thumbnail view, files are all shown before thumbnail generation begins.
- Added a configuration dialog.


2001.03.09 - v0.4.1
- Fixed crash on file manipulation using thumbnail view.
- Added a progress gauge for thumbnail generation.


2001.02.26 - v0.4.0
- File list use a standard KDE detail view.
- Added a configurable memory cache to speed up image loading.


2001.01.28 - v0.3.0
- Nicer window menu.
- Removed FilePath module : use QT instead.
- Some code cleaning.
- New shortcut for first/previous/next/last image.
- Icon for folders.
- Removed folder column header.
- Thumbnail view.


2001.01.16 - v0.2.2
- Added a window menu to toggle visibility of windows.
- Changed the default button in delete dialog to "Yes".


2001.01.15 - v0.2.1
- Updated mail address and web site.


2001.01.08 - v0.2.0
- Uses docked windows.
- Remember window sizes and configurations.
- Added Help menu with about dialog.
- Uses the KDE way to handle command line parameters.
- Added ability to copy a file.


2000.12.10 - v0.1.0
- Initial release.