Re: unable to build kdeadmin from trunk

2011-06-05 Thread Thomas Lübking
Am Sun, 5 Jun 2011 20:48:27 +0100 schrieb Zé : > 2011/6/5 Thomas Lübking : > > Am Sun, 5 Jun 2011 20:11:07 +0100 > > schrieb Zé : > > > >> 2011/6/5 Thiago Macieira : > >> > Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: > >> >> /usr/lib64/libkldap.so.4.7.0: undefined reference to > >> >>

Re: unable to build kdeadmin from trunk

2011-06-05 Thread Olivier Goffart
Le Sunday 05 June 2011, Thiago Macieira a écrit : > Em Sunday, 5 de June de 2011, às 20:14:10, Zé escreveu: > > > Considering our conversation on IRC yesterday, it looks like you didn't > > > recompile everything with Qt 4.7 yet. You must recompile EVERYTHING > > > without exception with Qt 4.7 if

[amarok] src/context/scriptengine/javascript: The Q_DECLARE_METATYPE(DataEngine*) was added to the "Plasma/Service" header.

2011-06-05 Thread Michael Jansen
Git commit edd2377b84f97da52cb8e5fa714a9ff9f8ae2a0b by Michael Jansen. Committed on 05/06/2011 at 22:26. Pushed by mjansen into branch 'master'. The Q_DECLARE_METATYPE(DataEngine*) was added to the "Plasma/Service" header. Fix error: redefinition of 'struct QMetaTypeId' error: red

Re: unable to build kdeadmin from trunk

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 22:04:09, Thiago Macieira escreveu: > > All was build against qt-4.74. > > Evidence points to the contrary. Don't argue with the evidence. A quick chat on IRC proves that everything was not rebuilt against Qt 4.7.4. -- Thiago Macieira - thiago (AT) macieira.info -

Re: unable to build kdeadmin from trunk

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 20:14:10, Zé escreveu: > > Considering our conversation on IRC yesterday, it looks like you didn't > > recompile everything with Qt 4.7 yet. You must recompile EVERYTHING > > without exception with Qt 4.7 if you're downgrading from 4.8. > > All was build against qt-

Re: unable to build kdeadmin from trunk

2011-06-05 Thread
2011/6/5 Thomas Lübking : > Am Sun, 5 Jun 2011 20:11:07 +0100 > schrieb Zé : > >> 2011/6/5 Thiago Macieira : >> > Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: >> >> /usr/lib64/libkldap.so.4.7.0: undefined reference to >> >> `QAbstractProxyModel::setItemData(QModelIndex const&, QMap> >> Q

Re: unable to build kdeadmin from trunk

2011-06-05 Thread Thomas Lübking
Am Sun, 5 Jun 2011 20:11:07 +0100 schrieb Zé : > 2011/6/5 Thiago Macieira : > > Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: > >> /usr/lib64/libkldap.so.4.7.0: undefined reference to > >> `QAbstractProxyModel::setItemData(QModelIndex const&, QMap >> QVariant> const&)' > > > > Not a bug.

Re: unable to build kdeadmin from trunk

2011-06-05 Thread
2011/6/5 Thiago Macieira : > Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: >> /usr/lib64/libkldap.so.4.7.0: undefined reference to >> `QAbstractProxyModel::setItemData(QModelIndex const&, QMap> QVariant> const&)' > > Not a bug. QAbstractProxyModel::setItemData was introduced in Qt 4.8. >

Re: unable to build kdeadmin from trunk

2011-06-05 Thread
2011/6/5 Thiago Macieira : > Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: >> /usr/lib64/libkldap.so.4.7.0: undefined reference to >> `QAbstractProxyModel::setItemData(QModelIndex const&, QMap> QVariant> const&)' > > Not a bug. QAbstractProxyModel::setItemData was introduced in Qt 4.8. I

Re: unable to build kdeadmin from trunk

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 18:09:02, Zé escreveu: > /usr/lib64/libkldap.so.4.7.0: undefined reference to > `QAbstractProxyModel::setItemData(QModelIndex const&, QMap QVariant> const&)' Not a bug. QAbstractProxyModel::setItemData was introduced in Qt 4.8. Any build errors with Qt 4.8 are not

unable to build kdeadmin from trunk

2011-06-05 Thread
unable to build kdeadmin from trunk (today revision 1235425), the output: Linking CXX executable kuser [ 35%] Building CXX object ksystemlog/src/lib/CMakeFiles/ksystemlog_lib.dir/logLevel.o /usr/lib64/libkldap.so.4.7.0: undefined reference to `QAbstractProxyModel::setItemData(QModelIndex const&,

Re: Communication between C++ and QML

2011-06-05 Thread Espen Sandøy Hustad
On Friday 3. June 2011 23.12.03 Stefan Majewsky wrote: Hi > Hi, > > snip > > Now as far as I understand the (IMHO surprisingly sparse) I didn't find the documentation sparse, but quite good. Have you looked at http://doc.qt.nokia.com/4.7/qtquick.html for instance? > QtDeclarative module docu

Re: Regarding kdelibs/kio

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 12:00:35, todd rme escreveu: > How big is the kernel buffer, on average? A few tens of kilobytes. The size itself will vary according to kernel parameters. > Is the connection done on a per-file or per-transfer basis? (i.e. if you > copy and paste 20 files > in d

Re: Regarding kdelibs/kio

2011-06-05 Thread todd rme
On Sun, Jun 5, 2011 at 11:45 AM, Thiago Macieira wrote: > Em Sunday, 5 de June de 2011, às 14:38:07, tushar mehta escreveu: >> But the problem is that even if KIO is filling up the kernel buffer at some >> rate >> but the application is not reading that data at same rate. Then situation >> will re

Re: Regarding kdelibs/kio

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 14:38:07, tushar mehta escreveu: > But the problem is that even if KIO is filling up the kernel buffer at some > rate > but the application is not reading that data at same rate. Then situation > will remain same. > > Just a thought, it can be wrong also. It is wro

Re: Regarding kdelibs/kio

2011-06-05 Thread todd rme
On Sun, Jun 5, 2011 at 11:17 AM, tushar mehta wrote: > On Sun, Jun 5, 2011 at 2:38 PM, todd rme wrote: >> >> On Sun, Jun 5, 2011 at 11:04 AM, tushar mehta wrote: >> > >> > Question: >> > Do we have any control on how much data kioslaves will read from network >> > and put into kernel buffer? >>

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
but if we are making some changes in KIO then those applications which are using the KIO will get affected. right? so say if KIO is transferring data at some particular rate then all the applications which are using that KIO, will follow the rate. and again if application is reading at some diffe

Re: Regarding kdelibs/kio

2011-06-05 Thread todd rme
On Sun, Jun 5, 2011 at 11:04 AM, tushar mehta wrote: > > Question: > Do we have any control on how much data kioslaves will read from network > and put into kernel buffer? > and if application is taking out the data from kernel buffer at some rate > then > it will be specific to that application a

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
But the problem is that even if KIO is filling up the kernel buffer at some rate but the application is not reading that data at same rate. Then situation will remain same. Just a thought, it can be wrong also. On Sun, Jun 5, 2011 at 2:34 PM, tushar mehta wrote: > * > * > On Sun, Jun 5, 2011 at

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
On Sun, Jun 5, 2011 at 2:24 PM, todd rme wrote: > On Sun, Jun 5, 2011 at 9:55 AM, Thiago Macieira wrote: > > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: > >> Hi all, > >> > >> I am currently trying to understand how kde applications uses kio > >> for doing file related oper

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
* * On Sun, Jun 5, 2011 at 1:25 PM, Thiago Macieira wrote: > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: > > Hi all, > > > > I am currently trying to understand how kde applications uses kio > > for doing file related operations. I am currently working on kget and > > as par

Re: Regarding kdelibs/kio

2011-06-05 Thread todd rme
On Sun, Jun 5, 2011 at 9:55 AM, Thiago Macieira wrote: > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: >> Hi all, >> >> I am currently trying to understand how kde applications uses kio >> for doing file related operations. I am currently working on kget and >> as part of my su

Re: Regarding kdelibs/kio

2011-06-05 Thread Thiago Macieira
Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: > Hi all, > > I am currently trying to understand how kde applications uses kio > for doing file related operations. I am currently working on kget and > as part of my summer of code project task I need to figure out how > we can hav

Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
Hi all, I am currently trying to understand how kde applications uses kio for doing file related operations. I am currently working on kget and as part of my summer of code project task I need to figure out how we can have speed limit on transfer using kio protocols like http/ftp. Do have we have