pull/1/head
Darrell Anderson 12 years ago
parent af3ea7b7de
commit 0d9fe9c1a4

@ -22073,7 +22073,7 @@ v0.9.1-rc1 - 19-Feb-2007
* trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.cpp, * trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.cpp,
trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.h: trunk/extragear/graphics/digikam/utilities/slideshow/slideshow.h:
digikam from trunk: native Slideshow Tool : limit Comments string digikam from trunk: native Slideshow Tool : limit Comments string
lenght to 60 char to print. length to 60 char to print.
2007-02-15 09:00 cgilles 2007-02-15 09:00 cgilles
@ -23100,7 +23100,7 @@ v0.9.1-beta1 - 11-Feb-2007
trunk/extragear/graphics/digikam/libs/dmetadata/photoinfocontainer.h, trunk/extragear/graphics/digikam/libs/dmetadata/photoinfocontainer.h,
trunk/extragear/graphics/digikam/libs/imageproperties/cameraitempropertiestab.cpp, trunk/extragear/graphics/digikam/libs/imageproperties/cameraitempropertiestab.cpp,
trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiestab.cpp: trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiestab.cpp:
digikam from trunk : focalLenght ==>focalLength digikam from trunk : focalLength ==>focalLenght
2007-02-05 12:09 cgilles 2007-02-05 12:09 cgilles
@ -32510,7 +32510,7 @@ v0.9.0-beta1 - 20/07/2006
* trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistview.cpp, * trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistview.cpp,
trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistviewitem.cpp: trunk/extragear/graphics/digikam/libs/widgets/metadata/metadatalistviewitem.cpp:
digikam from trunk : if a metadata tag lenght is higher than digikam from trunk : if a metadata tag length is higher than
128 char, troncate it to prevent very big tooltips/whatsthis size 128 char, troncate it to prevent very big tooltips/whatsthis size
2006-06-29 19:34 cgilles 2006-06-29 19:34 cgilles
@ -32767,7 +32767,7 @@ v0.9.0-beta1 - 20/07/2006
trunk/extragear/graphics/digikam/libs/widgets/metadata/worldmapwidget.h: trunk/extragear/graphics/digikam/libs/widgets/metadata/worldmapwidget.h:
digikam from trunk : GPSWidget : size of map is 256*128 instead digikam from trunk : GPSWidget : size of map is 256*128 instead
300*150 to reduce at minimum lenght of right sidebar. We cannot 300*150 to reduce at minimum length of right sidebar. We cannot
reduce again this size because this is dependiong of histogram reduce again this size because this is dependiong of histogram
size now from Color tab. This is suitable and enought for 0.9.0. size now from Color tab. This is suitable and enought for 0.9.0.
@ -44224,7 +44224,7 @@ v0.9.0-beta1 - 20/07/2006
2006-01-19 10:11 cgilles 2006-01-19 10:11 cgilles
* trunk/extragear/graphics/digikam/libs/dimg/dimg.cpp: fix lenght * trunk/extragear/graphics/digikam/libs/dimg/dimg.cpp: fix length
of data to fill of data to fill
2006-01-19 09:53 cgilles 2006-01-19 09:53 cgilles

@ -319,7 +319,7 @@ void xstrupr(char *cp)
*cp += 'A'-'a'; *cp += 'A'-'a';
} }
/* A replacement for (the nonstandard) filelenght */ /* A replacement for (the nonstandard) filelength */
static static
int xfilelength(int fd) int xfilelength(int fd)

Loading…
Cancel
Save