Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(22) |
Sep
(4) |
Oct
(2) |
Nov
(20) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
(17) |
Mar
(30) |
Apr
(2) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(11) |
2005 |
Jan
|
Feb
(19) |
Mar
(7) |
Apr
(11) |
May
(6) |
Jun
(17) |
Jul
(12) |
Aug
(4) |
Sep
(114) |
Oct
(158) |
Nov
(151) |
Dec
(84) |
2006 |
Jan
(70) |
Feb
(75) |
Mar
(73) |
Apr
(135) |
May
(179) |
Jun
(75) |
Jul
(16) |
Aug
(105) |
Sep
(151) |
Oct
(85) |
Nov
(119) |
Dec
(98) |
2007 |
Jan
(190) |
Feb
(102) |
Mar
(61) |
Apr
(158) |
May
(131) |
Jun
(219) |
Jul
(173) |
Aug
(74) |
Sep
(165) |
Oct
(177) |
Nov
(42) |
Dec
(106) |
2008 |
Jan
(65) |
Feb
(13) |
Mar
(13) |
Apr
(60) |
May
(113) |
Jun
(32) |
Jul
(93) |
Aug
(33) |
Sep
(13) |
Oct
(30) |
Nov
(26) |
Dec
(48) |
2009 |
Jan
(49) |
Feb
(41) |
Mar
(25) |
Apr
(136) |
May
(18) |
Jun
(22) |
Jul
(27) |
Aug
(31) |
Sep
(17) |
Oct
(62) |
Nov
(25) |
Dec
(35) |
2010 |
Jan
(41) |
Feb
(33) |
Mar
(32) |
Apr
(87) |
May
(32) |
Jun
(21) |
Jul
(30) |
Aug
(53) |
Sep
(39) |
Oct
(22) |
Nov
(9) |
Dec
(20) |
2011 |
Jan
(27) |
Feb
(34) |
Mar
(63) |
Apr
(22) |
May
(18) |
Jun
(29) |
Jul
(23) |
Aug
(15) |
Sep
(12) |
Oct
(9) |
Nov
(12) |
Dec
(22) |
2012 |
Jan
(20) |
Feb
(3) |
Mar
(16) |
Apr
(4) |
May
(4) |
Jun
(4) |
Jul
(18) |
Aug
(4) |
Sep
(8) |
Oct
(15) |
Nov
(12) |
Dec
(10) |
2013 |
Jan
(7) |
Feb
(5) |
Mar
(7) |
Apr
(2) |
May
(13) |
Jun
(8) |
Jul
|
Aug
(6) |
Sep
(3) |
Oct
(7) |
Nov
(1) |
Dec
(3) |
2014 |
Jan
|
Feb
(11) |
Mar
(5) |
Apr
|
May
(4) |
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
(7) |
8
|
9
|
10
(2) |
11
(3) |
12
(1) |
13
(1) |
14
|
15
(1) |
16
(3) |
17
|
18
(1) |
19
(4) |
20
(2) |
21
(1) |
22
(1) |
23
(2) |
24
|
25
|
26
(8) |
27
(8) |
28
(25) |
29
(43) |
30
(1) |
|
From: Alexander Dutton <alexdutton@f2...> - 2005-09-21 13:45:28
|
Hello all I've merged my gtkpod.glade file with the most recent version from CVS (as of 13:30 UTC) and have tarred and gzipped it (along with modified prefs.[ch], prefs_window.[ch], main.c, display.c and my new (and shiny) podcast.[ch]). The actual podcast functionality is woefully incomplete and has had a tendency to segfault, but it's a start. Hope it looks okay, and sorry for not producing patch files. I haven't included modified Makefiles either. If anyone is interested in lending a hand (for this is my first dabble in C) they'd be more than welcome. Alex On Tue, 2005-09-20 at 18:06 +0900, Jorg Schuler wrote: > Hi Alexander, > > great work! Do you think you can merge it with the code in CVS? (I've done > some changes to gtkpod.glade/preferences window/Display page already > (sorry). > > As for the dynamically dimensioned arrays: You can use either GArray > (file:///usr/share/doc/libglib2.0-doc/glib/glib-Arrays.html) > > or > > a GList > (file:///usr/share/doc/libglib2.0-doc/glib/glib-Doubly-Linked-Lists.html) > > I usually prefer the GList by far. > > Over the weekend I've got a better understanding on how the iTunesDB > organizes the podcasts and started to implement support for them on the > libgpod side, as well as display new podcast related fields (URL, RSS...) on > the gtkpod side as well. Complete read/write support is still a while off, > however... We will have to work together there. > > I'm copying this and your screenshot to gtkpod-devel in case others want to > join the discussion. Let's continue to talk on gtkpod-devel. > > Cheers, > > > JCS. |