|
Hello CDL is a ROSEdu project meant to introduce students from Politehnica University of Bucharest to Open Source World:
as I talked with Gilles early, and he gave me few tasks that can be asigned to 2 possible digikam contributors(students). Initially i planned to have 3 students, but the one who said that will assist me can't do this and i'm the only left.
I still don't know their technical skills so I wanted to start with few junior jobs and go further..
4 easy tasks: 2. https://bugs.kde.org/show_bug.cgi?id=279444
3. https://bugs.kde.org/show_bug.cgi?id=268315 4. https://bugs.kde.org/show_bug.cgi?id=268317 2 advanced: 1. Make a new actionThread class based on ThreadWeaver from kdelibs and using this test program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading
2. A request from a user : https://bugs.kde.org/show_bug.cgi?id=180268#c12 One big(mainly a lot of work rather than difficult):
1. Add support of kipi host application progress manager in all kipi-plugins. (dngconverter already ported) About media wiki plugin, i think that i was delegated to some possible contributors and maybe they'll find some time to make it. Or if we'll succesfully complete all tasks, will try to implement it.
Also i'm sure that questions will arise and if I won't be able to answer (I'm only year 2 student after all), will tell them to ask questions here :) Cheers,
-- Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
2012/2/14 Veaceslav Munteanu <[hidden email]>:
> Hello > > CDL is a ROSEdu project meant to introduce students from Politehnica > University of Bucharest to Open Source World: > http://cdl.rosedu.org/2012/english > > as I talked with Gilles early, and he gave me few tasks that can be asigned > to 2 possible digikam contributors(students). > > Initially i planned to have 3 students, but the one who said that will > assist me can't do this and i'm the only left. > > > I still don't know their technical skills so I wanted to start with few > junior jobs and go further.. > > 4 easy tasks: > > 1. https://bugs.kde.org/show_bug.cgi?id=292268 > 2. https://bugs.kde.org/show_bug.cgi?id=279444 > 3. https://bugs.kde.org/show_bug.cgi?id=268315 > 4. https://bugs.kde.org/show_bug.cgi?id=268317 > > 2 advanced: > 1. Make a new actionThread class based on ThreadWeaver from kdelibs > and using this test > program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading An indian student named Janardhan Reddy currently work on it. We have already ported JPEGLossLess plugin : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h It's bassed on this common class in libkipiplugins : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h Benjamin Girault will port in few week (after exam) Expoblending and Panaorama classes : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/expoblending/manager/actionthread.h https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/panorama/manager/actionthread.h It still few classes to port, for ex into DNGConverter, RAWConverter, SendImages, etc. grep actionthread.cpp for details. If you want to assign some items to your students, lets me hear... > 2. A request from a user : https://bugs.kde.org/show_bug.cgi?id=180268#c12 > > > One big(mainly a lot of work rather than difficult): > > 1. Add support of kipi host application progress manager in all > kipi-plugins. (dngconverter already ported) It's not to complex to do. You need to grep all tool using this dialog : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/dialogs/batchprogressdialog.h and check if kipi host application support progressmanager (digiKam do it of course) : https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/revisions/master/entry/libkipi/interface.h#L163 ...using this method : https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/revisions/master/entry/libkipi/interface.h#L186 ... and use this progress widget in plugin : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/widgets/progresswidget.h ...instead a standard QProgressBar... > > About media wiki plugin, i think that i was delegated to some possible > contributors and maybe they'll find some time to make it. Or if we'll > succesfully complete all tasks, will try to implement it. It's already assigned to another Indian student named Parthasarathy Gopavarapu. He working on currently... Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hmm.. sorry for not keeping you informed about my activity.. I was busy to make some tutorials for compiling digikam under kubuntu and some Qt-tutorials for students. Ok.. know i have 4 junior jobs.
1. And leave me 2 plugins( let's say DNGConverter and Rawconverter) to port to ThreadWeawer (simpleviewer i'll port by myself, there are other things to care off too) 2. A request from a user : https://bugs.kde.org/show_bug.cgi?id=180268#c12 (remained the same)
And add support for progressmanager in all kipi-plugins (remains the same) I'll inform you about how fast/slow work will go,so you could reasign some tasks to others if remains unimplemented.
On Tue, Feb 14, 2012 at 5:31 PM, Gilles Caulier <[hidden email]> wrote: 2012/2/14 Veaceslav Munteanu <[hidden email]>: -- Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
ok Fine for me...
2012/2/14 Veaceslav Munteanu <[hidden email]>: > Hmm.. sorry for not keeping you informed about my activity.. I was busy to > make some tutorials for compiling digikam under kubuntu and some > Qt-tutorials for students. > > Ok.. know i have 4 junior jobs. > > 1. And leave me 2 plugins( let's say DNGConverter and Rawconverter) to port > to ThreadWeawer (simpleviewer i'll port by myself, there are other things to > care off too) > > 2. A request from a user : https://bugs.kde.org/show_bug.cgi?id=180268#c12 > (remained the same) > > And add support for progressmanager in all kipi-plugins (remains the same) > > I'll inform you about how fast/slow work will go,so you could reasign some > tasks to others if remains unimplemented. > > > > On Tue, Feb 14, 2012 at 5:31 PM, Gilles Caulier <[hidden email]> > wrote: >> >> 2012/2/14 Veaceslav Munteanu <[hidden email]>: >> > Hello >> > >> > CDL is a ROSEdu project meant to introduce students from Politehnica >> > University of Bucharest to Open Source World: >> > http://cdl.rosedu.org/2012/english >> > >> > as I talked with Gilles early, and he gave me few tasks that can be >> > asigned >> > to 2 possible digikam contributors(students). >> > >> > Initially i planned to have 3 students, but the one who said that will >> > assist me can't do this and i'm the only left. >> > >> > >> > I still don't know their technical skills so I wanted to start with few >> > junior jobs and go further.. >> > >> > 4 easy tasks: >> > >> > 1. https://bugs.kde.org/show_bug.cgi?id=292268 >> > 2. https://bugs.kde.org/show_bug.cgi?id=279444 >> > 3. https://bugs.kde.org/show_bug.cgi?id=268315 >> > 4. https://bugs.kde.org/show_bug.cgi?id=268317 >> > >> > 2 advanced: >> > 1. Make a new actionThread class based on ThreadWeaver from kdelibs >> > and using this test >> > >> > program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading >> >> An indian student named Janardhan Reddy currently work on it. We have >> already ported JPEGLossLess plugin : >> >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h >> >> It's bassed on this common class in libkipiplugins : >> >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h >> >> Benjamin Girault will port in few week (after exam) Expoblending and >> Panaorama classes : >> >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/expoblending/manager/actionthread.h >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/panorama/manager/actionthread.h >> >> It still few classes to port, for ex into DNGConverter, RAWConverter, >> SendImages, etc. grep actionthread.cpp for details. If you want to >> assign some items to your students, lets me hear... >> >> >> > 2. A request from a user : >> > https://bugs.kde.org/show_bug.cgi?id=180268#c12 >> > >> > >> > One big(mainly a lot of work rather than difficult): >> > >> > 1. Add support of kipi host application progress manager in all >> > kipi-plugins. (dngconverter already ported) >> >> It's not to complex to do. You need to grep all tool using this dialog : >> >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/dialogs/batchprogressdialog.h >> >> and check if kipi host application support progressmanager (digiKam do >> it of course) : >> >> >> https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/revisions/master/entry/libkipi/interface.h#L163 >> >> ...using this method : >> >> >> https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/revisions/master/entry/libkipi/interface.h#L186 >> >> ... and use this progress widget in plugin : >> >> >> https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/widgets/progresswidget.h >> >> ...instead a standard QProgressBar... >> >> >> > >> > About media wiki plugin, i think that i was delegated to some possible >> > contributors and maybe they'll find some time to make it. Or if we'll >> > succesfully complete all tasks, will try to implement it. >> >> It's already assigned to another Indian student named Parthasarathy >> Gopavarapu. He working on currently... >> >> Gilles >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > -- > Veaceslav > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
2012/2/14 Gilles Caulier <[hidden email]>:
> 2012/2/14 Veaceslav Munteanu <[hidden email]>: >> Hello >> >> CDL is a ROSEdu project meant to introduce students from Politehnica >> University of Bucharest to Open Source World: >> http://cdl.rosedu.org/2012/english >> >> as I talked with Gilles early, and he gave me few tasks that can be asigned >> to 2 possible digikam contributors(students). >> >> Initially i planned to have 3 students, but the one who said that will >> assist me can't do this and i'm the only left. >> >> >> I still don't know their technical skills so I wanted to start with few >> junior jobs and go further.. >> >> 4 easy tasks: >> >> 1. https://bugs.kde.org/show_bug.cgi?id=292268 >> 2. https://bugs.kde.org/show_bug.cgi?id=279444 >> 3. https://bugs.kde.org/show_bug.cgi?id=268315 >> 4. https://bugs.kde.org/show_bug.cgi?id=268317 >> >> 2 advanced: >> 1. Make a new actionThread class based on ThreadWeaver from kdelibs >> and using this test >> program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading > > An indian student named Janardhan Reddy currently work on it. We have > already ported JPEGLossLess plugin : > > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h > > It's bassed on this common class in libkipiplugins : > > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h > Look like SendImages tool have been just ported too : http://commits.kde.org/kipi-plugins/2c1e2380206a4837516ebfabd2d4a0da4d0b8ae5 Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hope DNG and RAW are still available...
On Wed, Feb 15, 2012 at 2:15 PM, Gilles Caulier <[hidden email]> wrote: 2012/2/14 Gilles Caulier <[hidden email]>: Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Gilles Caulier-4
2012/2/14 Gilles Caulier <[hidden email]>:
> 2012/2/14 Veaceslav Munteanu <[hidden email]>: >> Hello >> >> CDL is a ROSEdu project meant to introduce students from Politehnica >> University of Bucharest to Open Source World: >> http://cdl.rosedu.org/2012/english >> >> as I talked with Gilles early, and he gave me few tasks that can be asigned >> to 2 possible digikam contributors(students). >> >> Initially i planned to have 3 students, but the one who said that will >> assist me can't do this and i'm the only left. >> >> >> I still don't know their technical skills so I wanted to start with few >> junior jobs and go further.. >> >> 4 easy tasks: >> >> 1. https://bugs.kde.org/show_bug.cgi?id=292268 >> 2. https://bugs.kde.org/show_bug.cgi?id=279444 >> 3. https://bugs.kde.org/show_bug.cgi?id=268315 >> 4. https://bugs.kde.org/show_bug.cgi?id=268317 >> >> 2 advanced: >> 1. Make a new actionThread class based on ThreadWeaver from kdelibs >> and using this test >> program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading > > An indian student named Janardhan Reddy currently work on it. We have > already ported JPEGLossLess plugin : > > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h > > It's bassed on this common class in libkipiplugins : > > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h Veaceslav, Look like this small class : https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/kprawthumbthread.h is Qthread based and can be ported easily to ActionThreadbase. KPRawThumbThread is a thread used to load RAW image thumbnail, into ImageList widget or into ImageDialog file open dialog, in case of not thumbnail extraction support exist into KIPI host application. The goal is to load more than one thumbnail at the same time (if you have more than one CPU avaialble), instead one by one as it done currently. To test class port, you have a "tests" subfolder into kipi-plugins and a kipi test application which emule a very simplified kipi host interface to run a plugin as a stand alone application. This simplified KIPI interaface use KPRawThumbThread internally. The right command line to use and test is this one : ./kipicmd -w -lkipiplugin_rawconverter -a"Batch RAW Converter..." This will run RAW Batch Converter plugin. Add RAW files to convert in the list and look if thumbnails are processed by group as expected... Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
In reply to this post by Veaceslav Munteanu
if you need RAW files to test, look in my repository :
http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/ Gilles Caulier 2012/2/15 Veaceslav Munteanu <[hidden email]>: > Hope DNG and RAW are still available... > > On Wed, Feb 15, 2012 at 2:15 PM, Gilles Caulier <[hidden email]> > wrote: >> >> 2012/2/14 Gilles Caulier <[hidden email]>: >> > 2012/2/14 Veaceslav Munteanu <[hidden email]>: >> >> Hello >> >> >> >> CDL is a ROSEdu project meant to introduce students from Politehnica >> >> University of Bucharest to Open Source World: >> >> http://cdl.rosedu.org/2012/english >> >> >> >> as I talked with Gilles early, and he gave me few tasks that can be >> >> asigned >> >> to 2 possible digikam contributors(students). >> >> >> >> Initially i planned to have 3 students, but the one who said that will >> >> assist me can't do this and i'm the only left. >> >> >> >> >> >> I still don't know their technical skills so I wanted to start with few >> >> junior jobs and go further.. >> >> >> >> 4 easy tasks: >> >> >> >> 1. https://bugs.kde.org/show_bug.cgi?id=292268 >> >> 2. https://bugs.kde.org/show_bug.cgi?id=279444 >> >> 3. https://bugs.kde.org/show_bug.cgi?id=268315 >> >> 4. https://bugs.kde.org/show_bug.cgi?id=268317 >> >> >> >> 2 advanced: >> >> 1. Make a new actionThread class based on ThreadWeaver from kdelibs >> >> and using this test >> >> >> >> program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading >> > >> > An indian student named Janardhan Reddy currently work on it. We have >> > already ported JPEGLossLess plugin : >> > >> > >> > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h >> > >> > It's bassed on this common class in libkipiplugins : >> > >> > >> > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h >> > >> >> Look like SendImages tool have been just ported too : >> >> >> http://commits.kde.org/kipi-plugins/2c1e2380206a4837516ebfabd2d4a0da4d0b8ae5 >> >> Gilles >> >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > -- > Veaceslav > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hello!
I assigned all 4 easy task to my students today :) Soon must see the results :)
On Wed, Feb 15, 2012 at 2:38 PM, Gilles Caulier <[hidden email]> wrote: if you need RAW files to test, look in my repository : Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Great...
Waiting patch to review... Gilles Caulier 2012/3/3 Veaceslav Munteanu <[hidden email]>: > Hello! > > I assigned all 4 easy task to my students today :) > > Soon must see the results :) > > > On Wed, Feb 15, 2012 at 2:38 PM, Gilles Caulier <[hidden email]> > wrote: >> >> if you need RAW files to test, look in my repository : >> >> http://digikam3rdparty.free.fr/TEST_IMAGES/RAW/ >> >> Gilles Caulier >> >> 2012/2/15 Veaceslav Munteanu <[hidden email]>: >> > Hope DNG and RAW are still available... >> > >> > On Wed, Feb 15, 2012 at 2:15 PM, Gilles Caulier >> > <[hidden email]> >> > wrote: >> >> >> >> 2012/2/14 Gilles Caulier <[hidden email]>: >> >> > 2012/2/14 Veaceslav Munteanu <[hidden email]>: >> >> >> Hello >> >> >> >> >> >> CDL is a ROSEdu project meant to introduce students from >> >> >> Politehnica >> >> >> University of Bucharest to Open Source World: >> >> >> http://cdl.rosedu.org/2012/english >> >> >> >> >> >> as I talked with Gilles early, and he gave me few tasks that can be >> >> >> asigned >> >> >> to 2 possible digikam contributors(students). >> >> >> >> >> >> Initially i planned to have 3 students, but the one who said that >> >> >> will >> >> >> assist me can't do this and i'm the only left. >> >> >> >> >> >> >> >> >> I still don't know their technical skills so I wanted to start with >> >> >> few >> >> >> junior jobs and go further.. >> >> >> >> >> >> 4 easy tasks: >> >> >> >> >> >> 1. https://bugs.kde.org/show_bug.cgi?id=292268 >> >> >> 2. https://bugs.kde.org/show_bug.cgi?id=279444 >> >> >> 3. https://bugs.kde.org/show_bug.cgi?id=268315 >> >> >> 4. https://bugs.kde.org/show_bug.cgi?id=268317 >> >> >> >> >> >> 2 advanced: >> >> >> 1. Make a new actionThread class based on ThreadWeaver from kdelibs >> >> >> and using this test >> >> >> >> >> >> >> >> >> program:https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/show/tests/multithreading >> >> > >> >> > An indian student named Janardhan Reddy currently work on it. We have >> >> > already ported JPEGLossLess plugin : >> >> > >> >> > >> >> > >> >> > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/jpeglossless/plugin/actionthread.h >> >> > >> >> > It's bassed on this common class in libkipiplugins : >> >> > >> >> > >> >> > >> >> > https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/tools/threads/actionthreadbase.h >> >> > >> >> >> >> Look like SendImages tool have been just ported too : >> >> >> >> >> >> >> >> http://commits.kde.org/kipi-plugins/2c1e2380206a4837516ebfabd2d4a0da4d0b8ae5 >> >> >> >> Gilles >> >> >> >> _______________________________________________ >> >> Digikam-devel mailing list >> >> [hidden email] >> >> https://mail.kde.org/mailman/listinfo/digikam-devel >> > >> > >> > >> > >> > -- >> > Veaceslav >> > >> > _______________________________________________ >> > Digikam-devel mailing list >> > [hidden email] >> > https://mail.kde.org/mailman/listinfo/digikam-devel >> > >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel > > > > > -- > Veaceslav > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hello, students almost solved the the 4 easy tasks. Soon they will submit their patches on bugzilla. I want to ask if dngconverter and rawconverter are still not ported to threadveawer.
On Sat, Mar 3, 2012 at 9:05 PM, Gilles Caulier <[hidden email]> wrote: Great... -- Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
2012/3/24 Veaceslav Munteanu <[hidden email]>:
> Hello, students almost solved the the 4 easy tasks. Soon they will submit > their patches on bugzilla. > > I want to ask if dngconverter and rawconverter are still not ported to > threadveawer. yes, it still not ported yet Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Veaceslav,
Somewhere in your team work on QProgressBar port to KPProgressWidget to all kipi-plugins ? The goal to use this widget, which use internally QProgressBar, is to dispatch progress information to KIPI hist (as digiKam 2.6.0). Only DNGConverter is ported in this way. Gilles Caulier Le 24 mars 2012 11:39, Gilles Caulier <[hidden email]> a écrit : > 2012/3/24 Veaceslav Munteanu <[hidden email]>: >> Hello, students almost solved the the 4 easy tasks. Soon they will submit >> their patches on bugzilla. >> >> I want to ask if dngconverter and rawconverter are still not ported to >> threadveawer. > > yes, it still not ported yet > > Gilles Caulier Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Still not. I told them to look into porting ThdreadWeaver into dngconverter and rawconverter(second task).
It must be the third task( KPProgressWidget), and we already passed half of CDL course. On Mon, Mar 26, 2012 at 12:22 PM, Gilles Caulier <[hidden email]> wrote: Veaceslav, Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Le 26 mars 2012 12:17, Veaceslav Munteanu <[hidden email]> a écrit :
> Still not. I told them to look into porting ThdreadWeaver into dngconverter > and rawconverter(second task). > > It must be the third task( KPProgressWidget), and we already passed half of > CDL course. It's fine to let this task to somebody in your team or to re-assign it to someone from GoSC ? Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Well I think you can assign to port some of them (not all )
On Mon, Mar 26, 2012 at 1:29 PM, Gilles Caulier <[hidden email]> wrote: Le 26 mars 2012 12:17, Veaceslav Munteanu <[hidden email]> a écrit : Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
You could ask me if you planned to assign to somebody porting the Threadweaver to DNGConverter. :( Now when it was almost done..
RaW converter was also ported?
On Mon, Mar 26, 2012 at 2:42 PM, Veaceslav Munteanu <[hidden email]> wrote: Well I think you can assign to port some of them (not all ) Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Veaceslav,
As i have not receive no news about, no feedback, no questions... I suspected that task have been dropped as well (or something like this...) Works must advance and progress reported. Smit has ported this code in few days only... Gilles Le 22 avril 2012 13:37, Veaceslav Munteanu <[hidden email]> a écrit : > You could ask me if you planned to assign to somebody porting the > Threadweaver to DNGConverter. :( > > Now when it was almost done.. > > RaW converter was also ported? > > > On Mon, Mar 26, 2012 at 2:42 PM, Veaceslav Munteanu <[hidden email]> > wrote: >> >> Well I think you can assign to port some of them (not all ) >> >> >> On Mon, Mar 26, 2012 at 1:29 PM, Gilles Caulier <[hidden email]> >> wrote: >>> >>> Le 26 mars 2012 12:17, Veaceslav Munteanu <[hidden email]> a écrit >>> : >>> > Still not. I told them to look into porting ThdreadWeaver into >>> > dngconverter >>> > and rawconverter(second task). >>> > >>> > It must be the third task( KPProgressWidget), and we already passed >>> > half of >>> > CDL course. >>> >>> It's fine to let this task to somebody in your team or to re-assign it >>> to someone from GoSC ? >>> >>> Gilles >>> _______________________________________________ >>> Digikam-devel mailing list >>> [hidden email] >>> https://mail.kde.org/mailman/listinfo/digikam-devel >> >> >> >> >> -- >> Veaceslav > > > > > -- > Veaceslav > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Well, it was partial exam period. Ok, don't mind.
On Sun, Apr 22, 2012 at 2:42 PM, Gilles Caulier <[hidden email]> wrote: Veaceslav, Veaceslav _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
