chiark / gitweb /
Rewrite queue/recent/added to use native list widget.
authorRichard Kettlewell <rjk@greenend.org.uk>
Tue, 10 Jun 2008 20:13:25 +0000 (21:13 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Tue, 10 Jun 2008 20:13:25 +0000 (21:13 +0100)
commitc133bd3c7f6d982e5447acf61e0b32853e34459b
treeaefc4b1b418e9ba188d4aeae0c6a8de44513fad6
parentadafcbcfff1902b6df9bbab9fd76d8cf68f0c62c
Rewrite queue/recent/added to use native list widget.

What works:
  - the tracks are displayed correctly
  - keyboard scrolling now works properly (at last!)

What doesn't work:
  - popup menu is broken
  - edit menu is unimplemented
  - drag+drop is unimplemented
  - columns are not resizable
  - ellipsization is off
  - no horizontal banding
  - probably lots of other things
disobedience/Makefile.am
disobedience/added.c [new file with mode: 0644]
disobedience/disobedience.c
disobedience/menu.c
disobedience/queue-generic.c [new file with mode: 0644]
disobedience/queue-generic.h [new file with mode: 0644]
disobedience/queue-menu.c [new file with mode: 0644]
disobedience/queue.c
disobedience/recent.c [new file with mode: 0644]