You can subscribe to this list here.
2000 |
Jan
(1) |
Feb
(4) |
Mar
(5) |
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
|
Aug
(17) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(15) |
Feb
(73) |
Mar
(49) |
Apr
(38) |
May
(8) |
Jun
(4) |
Jul
(45) |
Aug
(53) |
Sep
(9) |
Oct
(35) |
Nov
(20) |
Dec
(1) |
2002 |
Jan
(21) |
Feb
(5) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
From: Alexander F. <Ale...@gm...> - 2001-04-21 10:53:57
|
Hi! I have just fixed burner config - which didn't compile on my system (using a current gcc-2.96 from Mandrake). I additionally fixed speed setting which was broken since the burner settings are made configurable. A ON-THE-FLY_BRANCH is now created. All changes for on-the-fly burning will be made there. It probably doesn't compile or work for some time - so most of us should use the HEAD branch Alexander |
From: Lloyd O. <llo...@ac...> - 2001-04-18 01:19:37
|
I believe there may be an error in the documentation. It says that=20 there is no ISO9660 mastering support in KreateCD. If you mean that=20 that it won't create a cd-r from an ISO file, then that is incorrect,=20 because I just did it. If that's not what you meant, could you please=20 elaborate? Thank you. --=20 Lloyd Osten llo...@ac... ICQ # 63460821 |
From: Alexander F. <Ale...@gm...> - 2001-04-16 20:48:06
|
Hi! The current CVS doesn't compile with Mandrake cooker (gcc 2.96). It throws two errors while compiling the new burner preferences. An implicit cast from int to CDWriter:Fixating is not allowed. With explicit casts everything compiles well, but I didn't look into the code close enough yet to check wheter it is correct to do so Alexander |
From: <jo...@bi...> - 2001-04-16 20:37:48
|
Hi Just a small status report: 1) I think I have the Single Track / Session mode nearly working correctly, I think I'll commit my last changes this week 2) The CD-Copy project should work soon too ------------------------------------------ ? Does someone work on an OGG/Vorbis importer ? Kind regards Joseph Wenninger |
From: Alexander F. <Ale...@gm...> - 2001-04-16 20:11:38
|
On 27 Mar 2001 23:53:00 +0200, Joseph Wenninger wrote: > ped up which I want to let you know about. > > > > > > 1. ".au" files are not automatically recognised as being of type > > > audio when dragged and dropped from konqueror onto kreatecd. The > > > "Add Track -> File" route works just fine though. > > > > Jospeh, could you add that? > > > No problem, but don't expect it before Friday afternoon (CET). > > How does the converter plugin at the moment, has there something changed > since pre 1.0 ? Does it offer a list of supported file extensions ? Than I > could add them to the dnd list easily too. > No. The converter plugins don't work with file extensions at all. The look at the file contents. But this should be even better. Look at AudioFileFormat.cpp how it uses the classes to detect audio. Later, when the plugins are real plugins which are dynamically loaded, we cannot use a hard coded class list but the code in AudioFileFormat is a good example. > > > 2. It would be good if when an "Audio CD Only" project was selected > > > the default track type in the "Add Track" panel could switch to > > > CDDA Audio from mode1. > > > > Good idea :) We sould add this to the Todo list > > I thought about some redesigning of this panel in the past, but didn't have > time. I think for audiocd-mode there should only be cdda as format and not > mode 1 or others at all, but at the moment the dialog depends on the list in > the order as it is now. I think this needs to be changed too, not only set > the defautl type. Correct. Alexander |
From: Alexander F. <Ale...@gm...> - 2001-04-16 19:56:10
|
On 08 Apr 2001 10:53:00 +0100, Keith Refson wrote: > OK, thanks. I didn't realise this was supported. It's still not > *quite* clear to me how this works. What exactly do I have to do to > make the second ISO include the reference to the data in the first? > In what window should I "select the track of the first session"? > Sorry for appearing dense. > 1. burn the first session - only fixate session, not CD-R 2. some time later, create a new ISO 9660 track. There is a button "add session". You have to insert the CD-r into your burner before pressing it. Then you should be prompted for the session you want to add. 3. The imported session is in the right part of the ISOTree window. You can add additional files. > I also have another minor suggestion to do with Sun "au" audio/basic > support. The problem is that one of my Netscape plugind -- I suspect > RealPlayer insists on defining the mime type as "audio/x-basic". > Nothing I do with mime types files appears to change this. (Any > ideas on how to change this are welcome, but neither the system nor my > personal mime type files have any influence!) > Netscape plugins should only affect mime type detection of netscape. I am wrong? > My suggestion is that the mime types list in TrackListManager.cpp > should accept both "audio/basic" and "audio/x-basic" mime types. I > have tested this in my version and it works. The best would be if we feed the file into the AudioIdentify classes. They could detect audio files - even with an incorrect suffix Alexander |
From: Alexander F. <Ale...@gm...> - 2001-04-16 19:56:08
|
On 16 Apr 2001 19:01:13 +0200, Niels Reedijk wrote: > Just look in the CVS and test it please ... > Great. I'll test it asap. I'll get rid of the 4x speed default. If the 4x speed default is still there then it is the maximum speed of my Teac burner. I'll get a Plextor RW burner soon which will write at 12x. Alexander |
From: Alexander F. <Ale...@gm...> - 2001-04-16 19:56:08
|
Hi! I'll start to do on-the-fly burning changes soon : - split ProcessInterface class in two different classes (seperate class for GUI). - change all sub classes to allow pipes from one process to the other. Because the code might get very unstable while implementing on-the-fly burning I am considering that I branch for it and merge the changes as soon as I finished and the branch is stable again Alexander |
From: Alexander F. <Ale...@gm...> - 2001-04-16 19:56:07
|
On 16 Apr 2001 18:46:50 +0100, Keith Refson wrote: > Dear developers, > > There's one additional point to consider about Sun "au" audio file > handling. Namely that no conversion of AU files is needed for audio > tracks since cdrecord handles this file type directly. > > Apart from that it seems to be working fine. > How does cdrecord detect au files? By file suffix or by au header? The same for wav. At the moment kreatecd converts everything to .cdr I think this will be done after on-the-fly burning. Alexander |
From: Keith R. <Kei...@ea...> - 2001-04-16 17:45:27
|
Dear developers, There's one additional point to consider about Sun "au" audio file handling. Namely that no conversion of AU files is needed for audio tracks since cdrecord handles this file type directly. Apart from that it seems to be working fine. Keith Refson -- Dr Keith Refson, "Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of England Oxford OX1 3PR, UK Keith.Refson@ Tel: 01865 272026 earth.ox.ac.uk Fax: 01865 272072 |
From: Niels R. <n.r...@pl...> - 2001-04-16 17:02:59
|
Just look in the CVS and test it please ... ---------- Doorgestuurd bericht ---------- Subject: [Task #28543] There should be default settings for CD-R Date: Mon, 16 Apr 2001 09:59:22 -0700 From: no...@so... To: ni...@kd..., ni...@kd... Task #28543 has been updated. Project: KreateCD - CD recording front-end Subproject: KreateCD Summary: There should be default settings for CD-R Complete: 100% Status: Closed Authority : nielx Assigned to: nielx Description: There should be default settings for CD-R (burning speed, simulation mode etc. KreateCD 1.1 Follow-Ups: ------------------------------------------------------- Date: 2001-04-16 18:59 By: nielx Comment: Finished, the way I like it ------------------------------------------------------- Date: 2001-04-15 22:59 By: nielx Comment: Just need to do a tiny change to WriteDialog before I commit ... ------------------------------------------------------- Date: 2001-03-27 17:27 By: nielx Comment: Burner speed is configurable now ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=28543&grou p_id=1801&group_project_id=700 ------------------------------------------------------- |
From: Keith R. <Kei...@ea...> - 2001-04-09 08:09:49
|
> Do the File associations not work in KDE Control > Center ? No. That's my point. Something is overriding the usual mime types mechanism. If I use Konqueror to determine the mime type -- just by the mous -position flash-up text says "Supported by Netscape plugin". Nothing I can do with the usual mime types mechanism ever changes this behaviour. > > > My suggestion is that the mime types list in TrackListManager.cpp > > should accept both "audio/basic" and "audio/x-basic" mime types. I > > have tested this in my version and it works. > > Ok, I'll add this. > > Just one question, what exactly is audio/(x-)basic > (.au) for an format, is it compressed or big > endian ? I thing au is a Sun format, though it may predate Sun's use of it. There are several possibilities. The 16-bit linear PCM version used for CD audio is big-endian. > > ** If it's big endian, would it make sense to > support it on big endian systems instead of wav > (which I think is only little endian) ? No, it's not a substitute. I have to work with both au and wav formats. The wonderful "sox" program converts between them. Joerg Schilly's cdrtools work with both and so should kreatecd. > ** Would it make sense, to add a Configuration > Dialog page to let the user choice, which > mime-types should be accepted, to override the > defaults ? I suspect new audio formats will continue appearing. To get maximum flexibility from kreatecd one ought to be able to configure a wide variety of audio formats and specify a converter program to turn the input file into one of cdrecord's natively supported formats.. The default for this program would be "sox" in which case you would immediately support several dozen other audio formats. It also allows resampling to handle formats other than 16-bit 44.1 kHz. Keith Refson -- Dr Keith Refson, "Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of England Oxford OX1 3PR, UK Keith.Refson@ Tel: 01865 272026 earth.ox.ac.uk Fax: 01865 272072 |
From: <jo...@bi...> - 2001-04-08 11:36:55
|
> I also have another minor suggestion to do with Sun "au" audio/basic > support. The problem is that one of my Netscape plugind -- I suspect > RealPlayer insists on defining the mime type as "audio/x-basic". > Nothing I do with mime types files appears to change this. (Any > ideas on how to change this are welcome, but neither the system nor my > personal mime type files have any influence!) > Do the File associations not work in KDE Control Center ? > My suggestion is that the mime types list in TrackListManager.cpp > should accept both "audio/basic" and "audio/x-basic" mime types. I > have tested this in my version and it works. > Ok, I'll add this. Just one question, what exactly is audio/(x-)basic (.au) for an format, is it compressed or big endian ? ** If it's big endian, would it make sense to support it on big endian systems instead of wav (which I think is only little endian) ? ** Would it make sense, to add a Configuration Dialog page to let the user choice, which mime-types should be accepted, to override the defaults ? Kind regards Joseph Wenninger |
From: Keith R. <Kei...@ea...> - 2001-04-08 09:51:32
|
kre...@li... writes: > > 2. Support for multisession ISO 9660 CD-Rs. Is it possible to do > > this, or are there any plans to implement it? > > > > This should work already. Burn the first session - don't fixate the CD-R > (only the session). Put the CD-R into the burner, create a new iso > track, add session there and select the track of the first session. > > Alexander OK, thanks. I didn't realise this was supported. It's still not *quite* clear to me how this works. What exactly do I have to do to make the second ISO include the reference to the data in the first? In what window should I "select the track of the first session"? Sorry for appearing dense. I also have another minor suggestion to do with Sun "au" audio/basic support. The problem is that one of my Netscape plugind -- I suspect RealPlayer insists on defining the mime type as "audio/x-basic". Nothing I do with mime types files appears to change this. (Any ideas on how to change this are welcome, but neither the system nor my personal mime type files have any influence!) My suggestion is that the mime types list in TrackListManager.cpp should accept both "audio/basic" and "audio/x-basic" mime types. I have tested this in my version and it works. Keith Refson -- Dr Keith Refson, "Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of England Oxford OX1 3PR, UK Keith.Refson@ Tel: 01865 272026 earth.ox.ac.uk Fax: 01865 272072 |
From: Alexander F. <Ale...@gm...> - 2001-04-07 21:42:36
|
Hi. I will be away for a week - without any internet. I will answer all mails after I am back. In this week I will plan the changes for on the fly burning. Alexander |
From: Alexander F. <Ale...@gm...> - 2001-04-06 19:18:58
|
On 05 Apr 2001 23:06:31 +0100, Keith Refson wrote: > I'm bery impressed with kreatecd so far. There are a couple of minor > points which I'd like to suggest as needing attention. I should say > I'm running on a sun-sparc-solaris system, so if these work on linux > please let me know! > > 1. In single-track data CD mode, it's easy to create a file tree in > the right-hand window. However it doesn't seem possible to edit > this in any way once something has been entered. What looks like > a delete button is apparently non-functiol, and I haven't found > any way of removing an entry once added. > > 2. Support for multisession ISO 9660 CD-Rs. Is it possible to do > this, or are there any plans to implement it? > This should work already. Burn the first session - don't fixate the CD-R (only the session). Put the CD-R into the burner, create a new iso track, add session there and select the track of the first session. Alexander |
From: Joseph W. <jo...@bi...> - 2001-04-05 22:12:59
|
> 1. In single-track data CD mode, it's easy to create a file tree in > the right-hand window. However it doesn't seem possible to edit > this in any way once something has been entered. What looks like > a delete button is apparently non-functiol, and I haven't found > any way of removing an entry once added. > I'm working on it JoWenn |
From: Keith R. <Kei...@ea...> - 2001-04-05 22:05:01
|
I'm bery impressed with kreatecd so far. There are a couple of minor points which I'd like to suggest as needing attention. I should say I'm running on a sun-sparc-solaris system, so if these work on linux please let me know! 1. In single-track data CD mode, it's easy to create a file tree in the right-hand window. However it doesn't seem possible to edit this in any way once something has been entered. What looks like a delete button is apparently non-functiol, and I haven't found any way of removing an entry once added. 2. Support for multisession ISO 9660 CD-Rs. Is it possible to do this, or are there any plans to implement it? Keith Refson -- Dr Keith Refson, "Paradigm is a word too often used by those who would Dept of Earth Sciences like to have a new idea but cannot think of one." Parks Road, -- Mervyn King, Deputy Governor, Bank of England Oxford OX1 3PR, UK Keith.Refson@ Tel: 01865 272026 earth.ox.ac.uk Fax: 01865 272072 |
From: Niels R. <n.r...@pl...> - 2001-04-05 15:14:04
|
---------- Doorgestuurd bericht ---------- Subject: [Task #28522] In the main window, show how full the CD is Date: Wed, 04 Apr 2001 13:05:32 -0700 From: no...@so... To: ni...@kd..., ni...@kd... Task #28522 has been updated. Project: KreateCD - CD recording front-end Subproject: KreateCD Summary: In the main window, show how full the CD is Complete: 10% Status: Open Authority : nielx Assigned to: nielx Description: In the main window, show how full the CD is. Using a KProgress or something like that. KreateCD 1.1 Follow-Ups: ------------------------------------------------------- Date: 2001-04-04 22:05 By: nielx Comment: This is going to be done by drawing a new widget. The widget is currently under construction. I should find out minimum size etc. Then I will publish it to the CVS, so that you all may test it. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=28522&grou p_id=1801&group_project_id=700 ------------------------------------------------------- |
From: Alexander F. <Ale...@gm...> - 2001-04-03 09:00:21
|
On 02 Apr 2001 23:52:26 +0200, Joseph Wenninger wrote: > On Monday 02 April 2001 21:19, you wrote: > > > > Yesterday I thought that there is one thing missing in KreateCD 1.1, which > > is a nice set of icons. And, mind you, I'm not trying to make someone feel > > bad, but the web page is quite inconvenient. So I'm proposing the followin: > > we submit a job at sourceforge asking for a graphical artist. Does > > everybody agree? > > > > Although I like the current page, perhaps because I got used to it, I think > you are right, it could use some professional cosmetic help. > > (For icons and such stuff we can ask the KDE-Artists too.) > Although chancing the page at the moment is not a good idea. It is currently moving to another provider. The current page is created by a macro processor to create a frameless and framed version. I like this method but I this might be a little bit strange for anybody except me. :) Do you have any suggestioins what we can improve on the page? Alexander |
From: Joseph W. <jo...@bi...> - 2001-04-02 20:38:52
|
On Monday 02 April 2001 21:19, you wrote: > > Yesterday I thought that there is one thing missing in KreateCD 1.1, which > is a nice set of icons. And, mind you, I'm not trying to make someone feel > bad, but the web page is quite inconvenient. So I'm proposing the followin: > we submit a job at sourceforge asking for a graphical artist. Does > everybody agree? > Although I like the current page, perhaps because I got used to it, I think you are right, it could use some professional cosmetic help. (For icons and such stuff we can ask the KDE-Artists too.) Kind regards Joseph Wenninger |
From: Niels R. <n.r...@pl...> - 2001-04-02 19:28:49
|
Hi, Yesterday I thought that there is one thing missing in KreateCD 1.1, which is a nice set of icons. And, mind you, I'm not trying to make someone feel bad, but the web page is quite inconvenient. So I'm proposing the followin: we submit a job at sourceforge asking for a graphical artist. Does everybody agree? Niels |
From: Joseph W. <jo...@bi...> - 2001-03-28 20:18:43
|
> It must be a bug in the trackviewpart. It happens to me every time. > I tried everything ... Thinking about rewriting an existing part. > More will come... > > Niels Isn't there an template for kparts stuff in kdesdk ? Kind regards Joseph Wenninger |
From: Niels R. <n.r...@pl...> - 2001-03-28 19:59:18
|
> Any idea, why konqy crashes with the following backtrace ? Only > happens with > trackviewpart, other viewing parts work. (KDE 2.1.9). Crash is in > konqy, but > could it be a bug in the trackviewpart ?? It must be a bug in the trackviewpart. It happens to me every time. I tried everything ... Thinking about rewriting an existing part. More will come... Niels |
From: Joseph W. <jo...@bi...> - 2001-03-28 19:51:50
|
Any idea, why konqy crashes with the following backtrace ? Only happens with trackviewpart, other viewing parts work. (KDE 2.1.9). Crash is in konqy, but could it be a bug in the trackviewpart ?? Kind regards Joseph Wenninger 0x40e27019 in __wait4 () from /lib/libc.so.6 #0 0x40e27019 in __wait4 () from /lib/libc.so.6 #1 0x40e84718 in __DTOR_END__ () from /lib/libc.so.6 #2 0x406501e0 in KCrash::defaultCrashHandler () from /opt/kde/lib/libkdecore.so.3 #3 0x40dc49e8 in __restore () at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127 #4 0x4016e7fc in KParts::BrowserExtension::childObject () from /opt/kde/lib/libkparts.so.1 #5 0x40050905 in KonqMainWindow::slotPartActivated () from /opt/kde/lib/konqueror.so #6 0x4007bea0 in KonqViewManager::emitActivePartChanged () from /opt/kde/lib/konqueror.so #7 0x4007be2c in KonqViewManager::setActivePart () from /opt/kde/lib/konqueror.so #8 0x4004f817 in KonqMainWindow::slotPartChanged () from /opt/kde/lib/konqueror.so #9 0x40076387 in KonqView::sigPartChanged () from /opt/kde/lib/konqueror.so #10 0x40071465 in KonqView::switchView () from /opt/kde/lib/konqueror.so #11 0x400722c9 in KonqView::changeViewMode () from /opt/kde/lib/konqueror.so #12 0x4005fc94 in KonqMainWindow::slotOpenEmbeddedDoIt () from /opt/kde/lib/konqueror.so #13 0x408d777e in QObject::activate_signal () from /usr/local/qt/lib/libqt.so.2 #14 0x40908a77 in QSignal::activate () from /usr/local/qt/lib/libqt.so.2 #15 0x4090e810 in QSingleShotTimer::event () from /usr/local/qt/lib/libqt.so.2 #16 0x408866bb in QApplication::notify () from /usr/local/qt/lib/libqt.so.2 #17 0x405f6ef6 in KApplication::notify () from /opt/kde/lib/libkdecore.so.3 #18 0x40856d1d in qt_activate_timers () from /usr/local/qt/lib/libqt.so.2 #19 0x40854bd9 in QApplication::processNextEvent () from /usr/local/qt/lib/libqt.so.2 #20 0x4088842f in QApplication::enter_loop () from /usr/local/qt/lib/libqt.so.2 #21 0x408544fb in QApplication::exec () from /usr/local/qt/lib/libqt.so.2 #22 0x4003fcc6 in main () from /opt/kde/lib/konqueror.so #23 0x40dbea8e in __libc_start_main () at ../sysdeps/generic/libc-start.c:93 |