Hello everyone, I have made quite a lot of changes since the last time I posted here but most of the changes have been pretty straightforward. The changes mainly consist of the ones that I have already mentioned in my previous posts here.
During the port of the code in src/context, I realized that it is going to take a LOT of time to complete. We may have to move to QML as Plasma 5 only supports QML for the widgets. So Mark suggested to leave it aside for the moment. To get around it, I tried to disable the compilation of src/context and the files that depend on the stuff in src/context. Well I should have guessed that it won't work and later I had to comment out the code that was causing the linking errors. I have appropriately marked out each commented piece of code (with "FIXME: disabled temporarily for KF5 porting") so that it can be re-enabled later and we won't have to deal with obscure bugs due to their absence. I had to remove the second arguement of the KPluginInfo constructor ( KPluginInfo( const QString & filename, const char* resource = 0 ) has changed to KPluginInfo (const QString &filename) ). I am still unsure whether this change is correct or not. Apart from all this, the changes to the code-base have been pretty simple. They consisted of changes like the inclusion of some of the moc files, addition of Q_OBJECT macro, changes for KUrl-->QUrl port, addition of headers, etc. I will be pushing the commits that reflect these above changes soon. Cheers, Aroonav Mishra. On 17 July 2015 at 19:58, Aroonav Mishra <aroona...@gmail.com> wrote: > Thank you. I will try my best :) > > Aroonav > > On 17 July 2015 at 18:12, Myriam Schweingruber <myr...@kde.org> wrote: > >> Hi Aroonav, >> >> >> On Fri, Jul 17, 2015 at 11:46 AM, Aroonav Mishra <aroona...@gmail.com> >> wrote: >> > Hello, >> > >> ... >> > >> > I had mentioned before that I will porting the code in the src/context >> > later. I will be doing this now and I believe that this should take some >> > time. >> >> Thanks a lot for your update! Very nice work so far, and indeed, >> src/context will really take quite some time, and you might run into >> some inconsistencies. I hope this will not draw you back too much. >> >> Regards, Myriam >> >> -- >> Proud member of the Amarok and KDE Community >> Protect your freedom and join the Fellowship of FSFE: >> http://www.fsfe.org >> Please don't send me proprietary file formats, >> use ISO standard ODF instead (ISO/IEC 26300) >> _______________________________________________ >> Amarok-devel mailing list >> Amarok-devel@kde.org >> https://mail.kde.org/mailman/listinfo/amarok-devel >> > >
_______________________________________________ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel