BrT

Musings about technology and other neat stuff

BrT random header image

Progress report on CopperExport 0.3

February 13th, 2005 · 1 Comment

I’ve been working on some updates for the next version of CopperExport. Here’s my current list of possible improvements:

- (partially done) Populate thumbnail list “live”, after displaying the export dialog.
- Offer some preset options for resizing (640×480, 800×600, 1024×768) (suggested by Peter Polz)
- (done) In the description of a new album, be able to enter newlines without it starting the upload process.
- Check if the name of the selected album in iPhoto can be obtained from CopperExport
- Option for setting the title to the date of the picture (suggestion from NullMind)

If you have any other ideas, drop me a note, or write a comment in the CopperExport page.

The first one is my big one. Currently, the thumbnails are generated before displaying the dialog, which can cause some delay if many pictures are selected. By spawning the thumbnail generation to separate thread, the dialog can be displayed immediately, and the thumbnails appear as they are produced. So far, so good, the problem is when the user cancels the dialog before the thumbnail generation is complete. Nothing bad seems to happen, but the thread continues running in the background. There is a “viewWillBeDeactivated” method in the ExportPluginProtocol, but it only seems to be called when you switch to a different tab in the Export dialog, and not when you press Cancel. So, I’m still investigating how to solve this problem.

Tags: · ·

1 response so far ↓

  • 1 BrT » Blog Archive » Short update // Mar 12, 2005 at 6:06 pm

    [...] r development work on CopperExport on that. I’m still working on the items listed in an older post. By the way, I have now my very own security advisory about CopperExport. [...]