Calendar

Archives

Next Archive Previous Archive

14 Feb - 20 Feb 2005
28 Feb - 06 Mar 2005
07 Mar - 13 Mar 2005
21 Mar - 27 Mar 2005
28 Mar - 03 Apr 2005
04 Apr - 10 Apr 2005
25 Apr - 01 May 2005
02 May - 08 May 2005
23 May - 29 May 2005
30 May - 05 June 2005
13 June - 19 June 2005
04 Jul - 10 Jul 2005
08 Aug - 14 Aug 2005
22 Aug - 28 Aug 2005
29 Aug - 04 Sep 2005
05 Sep - 11 Sep 2005
25 Sep - 01 Oct 2006
09 Oct - 15 Oct 2006
17 Oct - 23 Oct 2005
07 Nov - 13 Nov 2005
02 Jan - 08 Jan 2006
09 Jan - 15 Jan 2006
23 Jan - 29 Jan 2006
30 Jan - 05 Feb 2006
27 Feb - 05 Mar 2006
20 Mar - 26 Mar 2006
22 May - 28 May 2006
02 June - 08 June 2008
12 June - 18 June 2006
31 Jul - 06 Aug 2006

Stuff

Powered byPivot - 1.22: 'Arcee' 
XML Feed (RSS 1.0) 

+ 4 - 4 | § SWT Migration of UI.

I started to code the new UI based on eclipse SWT http://www.eclipse.org/swt. I have strong motivation to this because of the following reasons:

- SWT is more closely integrated with the OS, on Windows, an SWT application looks like any other windows applications, On Mac....

- It is expected that jPodder/SWT will consume less memory.

- More OS features, like clickable link support on all OS'es, System tray on all OS'es.

- Better build-in Browser support, I have some interresting concepts on how to use Stylesheets and javascripts (AJAX) inside jPodder to provide style to the directory. If you don't know what I am talking about, picture A build-in directory which is nicely formated like a website showing images, descriptions, top 10 etc.... (iTunes like directory). SWT will allow this.

Now the good news is that the conversion to SWT is going very rapidly. In just 2 weeks, I have fully migrated Personal Feed view (Sortable Feed table, Status bar, menu, popup's etc..). If it keeps going like this jPodder will be fully SWT enabled in a month or so. At the same time I will hack in new features as I mentioned earlier.

Cheers / Christophe