[Kde-imaging] [RFC]: [Bug 134037] order of images returned is not same as that of current digikam view

Angelo Naselli anaselli at linux.it
Mon Nov 20 12:03:59 CET 2006


Hi,
this bug makes me thinking - well at this moment my
brain is very proved by my headhake :) - that we should
decide which kde versions we want to support.

Maybe the problem on that bug has to be addressed
to Aurelien, but when we're talking about kde 4 and
the most used stables are kde 3.4/3.5 do we really need
to take care of old versions? Since the changes are simple
we could, but I cannot believe all the problems will.

Waiting for comments,
Angelo
----------  Messaggio inoltrato  ----------

Subject: [Bug 134037] order of images returned is not same as that of current digikam view
Date: 09:40, lunedì 20 novembre 2006
From: Arnd Baecker <arnd.baecker at web.de>
To: anaselli at linux.it

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=134037         




------- Additional Comments From arnd.baecker web de  2006-11-20 09:40 -------
Hi,

the compile gets much further now - many thanks!
However, the next one is setShadeSortColumn()
(which seems also only available since KDE 3.4),
see below for the compile error.
Also note that there are many warnings like
  ../../libkipi/libkipi/imagecollection.h:72: warning: `visibility'
  attribute does not apply to types

Best, Arnd

[...]
/usr/share/qt3/bin/moc ./renameimageswidget.h -o renameimageswidget.moc
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi/libkipi
-I../../kipi-plugins/common/include
-I../../kipi-plugins/common/exiv2iface -I../../libkipi -I../../libkipi
-I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include
-I/home/abaecker/NBB/SOFTWARE/digikam/include  -DQT_THREAD_SUPPORT
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION  -MT renameimageswidget.lo -MD -MP -MF
".deps/renameimageswidget.Tpo" \
  -c -o renameimageswidget.lo `test -f 'renameimageswidget.cpp' || echo
'./'`renameimageswidget.cpp; \
then mv -f ".deps/renameimageswidget.Tpo" ".deps/renameimageswidget.Plo";
\
else rm -f ".deps/renameimageswidget.Tpo"; exit 1; \
fi
In file included from ../../libkipi/libkipi/interface.h:38,
                 from renameimageswidget.cpp:42:
../../libkipi/libkipi/imagecollection.h:72: warning: `visibility'
attribute
   does not apply to types
In file included from ../../libkipi/libkipi/interface.h:39,
                 from renameimageswidget.cpp:42:
../../libkipi/libkipi/imageinfo.h:78: warning: `visibility' attribute does
not
   apply to types
In file included from renameimageswidget.cpp:42:
../../libkipi/libkipi/interface.h:91: warning: `visibility' attribute does
not
   apply to types
In file included from renameimageswidget.cpp:44:
../../libkipi/libkipi/imagedialog.h:79: warning: `visibility' attribute
does
   not apply to types
/usr/share/qt3/bin/moc renameimagesbase.h -o renameimagesbase.moc
rm -f renameimagesbase.cpp
echo '#include <kdialog.h>' > renameimagesbase.cpp
echo '#include <klocale.h>' >> renameimagesbase.cpp
/usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -tr
tr2i18n -i renameimagesbase.h ./renameimagesbase.ui >
renameimagesbase.cpp.temp ; ret=$?; \
/usr/bin/perl -pe "s,tr2i18n( \"\" ),QString::null,g"
renameimagesbase.cpp.temp | /usr/bin/perl -pe "s,tr2i18n( \"\"\, \"\"
),QString::null,g" | /usr/bin/perl -pe
"s,image([0-9][0-9]*)_data,img\$1_renameimagesbase,g" | /usr/bin/perl -pe
"s,: QWizard\(,: KWizard(,g" >> renameimagesbase.cpp ;\
rm -f renameimagesbase.cpp.temp ;\
if test "$ret" = 0; then echo '#include "renameimagesbase.moc"' >>
renameimagesbase.cpp; else rm -f renameimagesbase.cpp ; exit $ret ; fi
QPixmap: Cannot create a QPixmap when no GUI is being used
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++
-DHAVE_CONFIG_H -I. -I. -I../.. -I../../libkipi/libkipi
-I../../kipi-plugins/common/include
-I../../kipi-plugins/common/exiv2iface -I../../libkipi -I../../libkipi
-I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include
-I/home/abaecker/NBB/SOFTWARE/digikam/include  -DQT_THREAD_SUPPORT
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W
-Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute
-Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION  -MT renameimagesbase.lo -MD -MP -MF
".deps/renameimagesbase.Tpo" \
  -c -o renameimagesbase.lo `test -f 'renameimagesbase.cpp' || echo
'./'`renameimagesbase.cpp; \
then mv -f ".deps/renameimagesbase.Tpo" ".deps/renameimagesbase.Plo"; \
else rm -f ".deps/renameimagesbase.Tpo"; exit 1; \
fi
renameimagesbase.cpp: In constructor `

KIPIBatchProcessImagesPlugin::RenameImagesBase::RenameImagesBase(QWidget*,
   const char*, unsigned int)':
renameimagesbase.cpp:107: error: `setShadeSortColumn' undeclared (first
use
   this function)
renameimagesbase.cpp:107: error: (Each undeclared identifier is reported
only
   once for each function it appears in.)
make[4]: *** [renameimagesbase.lo] Error 1
make[4]: Leaving directory
`/tmp/NEWTRYSVNALL/libs/kipi-plugins/batchprocessimages'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/tmp/NEWTRYSVNALL/libs/kipi-plugins/batchprocessimages'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/NEWTRYSVNALL/libs/kipi-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/NEWTRYSVNALL/libs'
make: *** [all] Error 2


-------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-imaging/attachments/20061120/8480302c/attachment.pgp 


More information about the Kde-imaging mailing list