an update on Matthias' work on KGet for GSoC, & how to get the code :)
Date: Sat, 15 Aug 2009 17:02:34 +0200 From: Matthias Fuchs <[email protected]> Subject: [Kget] GSOC -- Review To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hi, My name is Matthias Fuchs and I'm the GSOC-student who worked on KGet (just to be sure that you know who I am :) ). Now that GSOC is close to its end it would be fantastic if you could review my code. So turn your "-pedantic"-mode on and look for errors, design mistakes, coding style stuff etc. that way the code should be hopefully in a real good state once it enters trunk. You can get the code here [1] or simply follow the instruction (copied from a mail I sent to Urs Wolfer): git clone git://github.com/mfuchs/kget-gsoc.git && cd kget-gsoc git checkout -b GSOC/master && git pull origin GSOC/master now to get a diff you could type git diff master > fullDiff.diff to update type, you should do that from while to while, to see if I commited changes to github: git pull origin GSOC/master to see all commits type: gitk that way you could also look at only the last commits. What is the structure of my repo? I tried to have as few commits as possible, so I put together what belongs together, that does not mean though that each commit would compile on its own. Additionally the commits with upper letters like "METALINKCREATOR: ..." mean that they are only temporary (to avoid rebasing --> that would be a pain for you if you update), as soon as I commit all that to trunk they will be merged with the correct commits, in this case with the one that initially adds the MetalinkCreator. I hope you understood my ramblings, please add comments, flamings or whatever you please. :) Cheers! matthias [1] http://github.com/mfuchs/kget-gsoc/tree/GSOC/master PS.: Yes, I plan to stick to KGet-Developement, so your comments would not be useless. ;) On Jul 9, 3:02 pm, Anthony Bryan <[email protected]> wrote: > updates by Matthias Fuchs for GSoC > > http://mat69.wordpress.com/2009/07/06/hi-planet/ > > http://mat69.wordpress.com/2009/07/06/gsoc-status/ > > > > On Mon, Apr 20, 2009 at 4:52 PM, Anthony Bryan<[email protected]> wrote: > > yay, it'll be really nice to see these features in kget! > > >http://socghop.appspot.com/student_project/show/google/gsoc2009/kde/t... > > > Multiple Improvements to KGet for KDE > > > Student Name: matthias fuchs > > Mentor Name: Urs Wolfer > > > Title: Multiple Improvements to KGet > > > Abstract: > > * changing the file properties (name etc.) while downloading > > * option to manually add download sources to multithreaded transfers > > * improving Nepomuk support > > * passing digital signature to KGpg > > * repairing downloads > > * gui to create Metalinks > > * multi-source downloads > > > Depending on my progress I'd also add more features. > > * easy file tagging > > * support for downloading videos from mms sources > > * checking of md5sums > > * enhance the Import Links dialog > > > -- > > (( Anthony Bryan ... Metalink [http://www.metalinker.org] > > )) Easier, More Reliable, Self Healing Downloads > > -- > (( Anthony Bryan ... Metalink [http://www.metalinker.org] > )) Easier, More Reliable, Self Healing Downloads --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Metalink Discussion" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/metalink-discussion?hl=en -~----------~----~----~----~------~----~------~--~---
