From: Alexander F. <Ale...@gm...> - 2000-12-05 00:29:41
|
Am Montag, 4. Dezember 2000 10:22 schrieben Sie: > My plans for the D'N'D in the Isotree are: > > 1) Implement D'N'D internal (left -> right treeview) (work in progress) > 2) DND from konqueror -> kreatecd (local files) (not started yet) I haven't done any DND yet but is there any difference at all? When KreateCD accepts drops of a certain type - shouldn't it accept drops from any application? > ******************************* > 3) I think differentiation between virtual and real directories should be > extended. a) Allow to add files / directories to a real direcotry in the > ISO image b) Add the functionality to exclude files / directories from an > added real directory eg. > marked with a cross. As > As I see it now this also concerns the IsoImage.* and IsoFile.* files > ******************************* > Hmm, first it must be checked whether mkisofs support for exclusion of files works and can be used for such things. Adding files should be no problem. I think mkisofs accepts multiple source directories for on ISO dir. > 4) DND from konqueror -> kreatecd (networkl files) (not started yet) > (shouldn't be that difficult) > Using network files as image files might be much easier as using them for ISO mastering. We must ensure that these files are not downloaded twice. (e.g first when calculating image size, then again when building the image). A solution might be to keep the temporary file as long as the IsoFile object. > I'd like to hear your opinions, especiall concerning point 3. > > Kind regards/MfG > Joseph WENNINGER > > > PS: could you add me to the developers list on sourceforge an give me CVS > access,although I won't commit anything directly to CVS, until I got it to > know better. Meanwhile I will send files changed to me to that list. (If > noone objects) My sourceforge name is > jowenn You are already added to the project. Go to the project homepage at sourceforge. There are instructions how to checkout the CVS tree as developer. (with r/w access) If diffs are small, sending to the list might be OK, but if a diff is >4KB, please send it to me. I'll have a look at it and commit it to CVS. Alexander |