Porting to Qt4 and its model view concept - testers needed

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Porting to Qt4 and its model view concept - testers needed

Johannes Wienke-3
Dear all digiKam users,

During the last two months Marcel and I ported all tree views in digiKam
from Qt3 to Qt4 and its model view concept. These changes are now
included in the svn trunk. The new code still needs some serious testing
and we would appreciate your help on this.

Pleas have a look at the full announce at:

http://www.digikam.org/drupal/node/498

Regards,
Johannes


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

signature.asc (268 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

ben4fun
Hi,
This explains why I currently can't see anything in the central icon view. I recently removed libs that I thought unused. I guess I was wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the system, but that doesn't change a thing. Do you happen to know which package is needed?
Regards

Le 01/02/2010 14:01, Johannes Wienke a écrit :
Dear all digiKam users,

During the last two months Marcel and I ported all tree views in digiKam from Qt3 to Qt4 and its model view concept. These changes are now included in the svn trunk. The new code still needs some serious testing and we would appreciate your help on this.

Pleas have a look at the full announce at:

http://www.digikam.org/drupal/node/498

Regards,
Johannes

_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

Johannes Wienke-3
Am 01.02.2010 20:04 schrieb ben4fun:
> Hi,
> This explains why I currently can't see anything in the central icon
> view. I recently removed libs that I thought unused. I guess I was
> wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the
> system, but that doesn't change a thing. Do you happen to know which
> package is needed?

I f a package is missing you would get an "undefined symbol" error on
startup. Moreover we didn't touch the central icon view. Normally your
symptoms state a problem with a kioslave, but I forgot how to fix this
;) Anyone else?

Johannes


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

signature.asc (270 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

Julien Narboux
Johannes Wienke a écrit :

> Am 01.02.2010 20:04 schrieb ben4fun:
>  
>> Hi,
>> This explains why I currently can't see anything in the central icon
>> view. I recently removed libs that I thought unused. I guess I was
>> wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the
>> system, but that doesn't change a thing. Do you happen to know which
>> package is needed?
>>    
>
> I f a package is missing you would get an "undefined symbol" error on
> startup. Moreover we didn't touch the central icon view. Normally your
> symptoms state a problem with a kioslave, but I forgot how to fix this
> ;) Anyone else?
>
> Johannes
>
>  
In the past I experiences the need to restart you computer / logout
login  to reload the compatible version of kio.

Julien

> ------------------------------------------------------------------------
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>  

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

ben4fun
It looks like I have a problem with kio. After rebooting, I have those lines everytime I try to access an album:


digikam(3144)/kio (Slave) KIO::Slave::createSlave: createSlave "digikamalbums" for KUrl("digikamalbums:/2009/2009-12/?albumRoot=/Multimedia/Photos&albumRootId=5&databaseType=QSQLITE&databaseName=/Multimedia/Photos/digikam4.db")
digikam(3144)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on  "local:/tmp/ksocket-cedric/digikamdn3144.slave-socket"
digikam(3144): couldn't create slave: "Impossible de créer le module d'entrée / sortie :
klauncher a retourné : Erreur lors du chargement de « kio_digikamalbums ».
"
digikam(3144)/digikam (core) Digikam::ImageAlbumModel::slotResult: Failed to list url:  "Impossible de démarrer le processus Impossible de créer le module d'entrée / sortie :
klauncher a retourné : Erreur lors du chargement de « kio_digikamalbums ».
."


Le 01/02/2010 21:26, Julien Narboux a écrit :
Johannes Wienke a écrit :
  
Am 01.02.2010 20:04 schrieb ben4fun:
  
    
Hi,
This explains why I currently can't see anything in the central icon
view. I recently removed libs that I thought unused. I guess I was
wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the
system, but that doesn't change a thing. Do you happen to know which
package is needed?
    
      
I f a package is missing you would get an "undefined symbol" error on
startup. Moreover we didn't touch the central icon view. Normally your
symptoms state a problem with a kioslave, but I forgot how to fix this
;) Anyone else?

Johannes

  
    
In the past I experiences the need to restart you computer / logout 
login  to reload the compatible version of kio.

Julien

  
------------------------------------------------------------------------

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
  
    
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
  


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

Marcel Wiesweg
In reply to this post by ben4fun

> Hi,
> This explains why I currently can't see anything in the central icon
> view. I recently removed libs that I thought unused. I guess I was
> wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the
> system, but that doesn't change a thing. Do you happen to know which
> package is needed?

KDE4, Qt4.
You probably have a problem with the ioslave installation
(/usr/lib64/kde4/kio_digikamalbums.so etc.)

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Porting to Qt4 and its model view concept - testers needed

ben4fun
In reply to this post by Johannes Wienke-3
Le Jeudi 25 Février 2010 11:31:03, Gilles Caulier a écrit :

> 2010/2/3 ben4fun <[hidden email]>:
> > Le 01/02/2010 22:01, Marcel Wiesweg a écrit :
> >
> >
> >
> > Hi,
> > This explains why I currently can't see anything in the central icon
> > view. I recently removed libs that I thought unused. I guess I was
> > wrong. I reinstalled kdebase3 and kdebase3-runtime and qt3 is on the
> > system, but that doesn't change a thing. Do you happen to know which
> > package is needed?
> >
> >
> > KDE4, Qt4.
> > You probably have a problem with the ioslave installation
> > (/usr/lib64/kde4/kio_digikamalbums.so etc.)
> >
> >
> > indeed, this what I found in my xsession-errors file:
> >
> > Could not open library '/usr/lib64/kde4/kio_digikamalbums.so'.
> > Cannot load library /usr/lib64/kde4/kio_digikamalbums.so:
> > (/usr/lib64/libkexiv2.so.8: undefined symbol:
> > _ZN5Exiv218PanasonicMakerNote10tagListRawEv)
> >
> > I run openSuse 11.2 with kde sc 4.4 rc3. Both digikam and likkeviv2 are
> > from the same repository.
>
> It's packaging problem. Sound like some binaries parts have been
> dropped in digiKam Opensuse RPM. Ask to distro team for details and
> fixes
>
> Gilles Caulier

Yes since I wrote this mail (who got lost somewhere) new rpm were made and I
can browse the pictures right now.
Thanks for your help and this great app to the whole team!

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users