AlisterH

Results 138 comments of AlisterH

> Removing the QT library is a pretty big thing since the threading is managed with QThread, and the command-line tool is just a nice quick add-on to the main...

I believe you could use the crtime package to get creation times on many or perhaps most systems.

Or maybe I've made a bad assumption, and everything is removed and then replace, nothing is overwritten.

The secret functionality to append the selection to cdrdao.toc also operates in CWD. Rather than "fail without explaining why" if cdrdao.toc was read-only, it segfaulted, but I have just fixed...

> 3. If the CWD is read-only then it fails, but doesn't explain why. Similarly, cut and copy fail silently if CWD is read-only.

> > 1. If the CWD is read-only then it fails, but doesn't explain why. > > Similarly, cut and copy fail silently if CWD is read-only. I have added...

Re item 3, there is a error message saying that it failed to write each file. This is probably good enough (and I suspect I implemented it after filing this...

Also note that "Copy" fails silently if CWD is read-only - if it runs out of space or something would the failure also be silent? EDIT - I've added an...

> If CWD is read-only this does not work This is the case on OSX when running from a .dmg But we can avoid a problem there by simply setting...

> > If CWD is read-only this does not work > > This is the case on OSX when running from a .dmg > But we can avoid a problem...