~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2010-12-05 17:08:02 UTC
  • mfrom: (5.3.2 experimental) (5.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101205170802-qbsq7r331j21np1i
Tags: 2.10-1
* New upstream release
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
commit 927d3d9646a541e92dc798b719e6065d2f8f20d3
2
 
Author: Thomas Perl <thp@thpinfo.com>
3
 
Date:   Wed Jul 7 19:28:33 2010 +0200
4
 
 
5
 
    gPodder 2.7 "Proposition Infinity" released
6
 
    
7
 
    Updated README, manpages, version and release date.
8
 
 
9
 
commit 3595ed0a9331d00aca5ae3aa15defafbda4ec088
10
 
Author: Thomas Perl <thp@thpinfo.com>
11
 
Date:   Wed Jul 7 19:25:25 2010 +0200
12
 
 
13
 
    .desktop files: Add "Network" category
14
 
    
15
 
    This is required as per a warning message
16
 
    from desktop-file-validate.
17
 
 
18
 
commit 194f3e7c0e454c34eb86a1b56e7fa1d68e62a878
19
 
Author: Thomas Perl <thp@thpinfo.com>
20
 
Date:   Wed Jul 7 19:22:57 2010 +0200
21
 
 
22
 
    DB: Remove orphaned episodes after schema upgrade
23
 
 
24
 
commit 8a83f5bd772e5f4b65f7a56520fefcea0f8f952e
25
 
Author: Thomas Perl <thp@thpinfo.com>
26
 
Date:   Wed Jul 7 19:07:06 2010 +0200
27
 
 
28
 
    Update .pot/.po files for the 2.7 release
29
 
 
30
 
commit 505ac444e201371957da0b6145e137e84eddabfd
31
 
Author: Thomas Perl <thp@thpinfo.com>
32
 
Date:   Mon Jul 5 20:45:51 2010 +0200
33
 
 
34
 
    Maemo 4: Support for sending files via Bluetooth
35
 
 
36
 
commit aea500bf17ab746c483740c06ae0b136e6fbfa21
37
 
Author: Thomas Perl <thp@thpinfo.com>
38
 
Date:   Mon Jul 5 20:27:18 2010 +0200
39
 
 
40
 
    Maemo 4: Set "Send to" menu item finger-friendly
41
 
 
42
 
commit 216b4335a757db12c60abdc94b51d34d41576443
43
 
Author: Thomas Perl <thp@thpinfo.com>
44
 
Date:   Mon Jul 5 20:27:05 2010 +0200
45
 
 
46
 
    Maemo 4: Auto-detect running on OS2008
47
 
 
48
 
commit 036e8f1b5e41c95da6c0480b80391c184818c0fa
49
 
Author: Jon Hedemann <tradomusnordic@gmail.com>
50
 
Date:   Mon Jul 5 17:18:38 2010 +0000
51
 
 
52
 
    l10n: Updated Danish (da) translation to 100%
53
 
    
54
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
55
 
    
56
 
    Transmitted-via: Transifex (www.transifex.net).
57
 
 
58
 
commit b4d4f31d6df8ff69a166989818305e4d8e6b2bd1
59
 
Author: Thomas Perl <thp@thpinfo.com>
60
 
Date:   Mon Jul 5 19:13:03 2010 +0200
61
 
 
62
 
    Maemo 5: Consistent index for new episodes list
63
 
    
64
 
    The "Shownotes" context menu item would use the wrong
65
 
    index when some episodes were already removed from
66
 
    the list. This patch fixes this by getting the index
67
 
    from the tree model, which still works when the list
68
 
    has been modified (i.e. some episodes removed).
69
 
 
70
 
commit c4e015bf4c7b8ffdb158da393670d748b0282388
71
 
Author: Thomas Perl <thp@thpinfo.com>
72
 
Date:   Mon Jul 5 16:23:12 2010 +0200
73
 
 
74
 
    Per-podcast transfer context menu item (bug 1051)
75
 
    
76
 
    Add a context menu item to transfer only the episodes
77
 
    of a given podcast to a configured MP3 player device.
78
 
 
79
 
commit 3caa9858dd02ed2462008591716facbb01b01470
80
 
Author: Thomas Perl <thp@thpinfo.com>
81
 
Date:   Mon Jul 5 16:08:22 2010 +0200
82
 
 
83
 
    Refactor user extensions into "hooks" (bug 425)
84
 
    
85
 
    Refactor Justin's "User extensions" code to make it
86
 
    a bit more cleaner and documented, and rename it to
87
 
    "hooks", as this more precisely describes the nature
88
 
    of the mechanism.
89
 
 
90
 
commit ef81517f6dd108cf7c197a54fa64492d82fd90b2
91
 
Author: Justin Forest <justin.forest@gmail.com>
92
 
Date:   Sat Jul 3 14:43:33 2010 +0400
93
 
 
94
 
    Initial support for user extensions (bug 435)
95
 
    
96
 
    Currently this only lets you do something with
97
 
    channels and episodes before they are saved,
98
 
    e.g. modify titles. Can be extended easily to
99
 
    provide more functions.
100
 
    
101
 
    Loads $GPODDER_HOME/extensions/*.py, see src/gpodder/userext.py
102
 
    for details.
103
 
 
104
 
commit 017f98aa829d90670fc5635a29905d065f228049
105
 
Author: sneakypete <sneakypete81@gmail.com>
106
 
Date:   Sun Jul 4 19:33:34 2010 +0100
107
 
 
108
 
    Delete file-less episodes from iPod (bug 1025)
109
 
    
110
 
    Episodes that are deleted from the device can still
111
 
    have their associated entry in the iTunesDB. This
112
 
    patch removes the entry from the database during a
113
 
    synchronization operation.
114
 
 
115
 
commit 29e39d9ac84380a40990aa2307a24452cbbf3f46
116
 
Author: Jim Nygård <jim@nygard.priv.no>
117
 
Date:   Mon Jul 5 14:44:48 2010 +0200
118
 
 
119
 
    Updated Norwegian Bokmål translation
120
 
 
121
 
commit c48d2501b49f4ea05f3e6645e495dd3c62fc8b8c
 
1
commit bc64b110f2c63babb3e936f452822c9dd46fcff4
 
2
Author: Thomas Perl <m@thp.io>
 
3
Date:   Sun Nov 28 16:56:34 2010 +0100
 
4
 
 
5
    gPodder 2.10 "There Lies A Widget, Stir!" released
 
6
    
 
7
    Updated README, credits, manpages and version info.
 
8
 
 
9
commit fd81a84e221cda34f97beb7186fbb0a8156df990
 
10
Author: Thomas Perl <m@thp.io>
 
11
Date:   Sat Nov 27 20:12:11 2010 +0100
 
12
 
 
13
    Maemo 5: Don't resume finished episodes
 
14
 
 
15
commit 9e6d2dc3a1202116745587919979138909ee529d
 
16
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
17
Date:   Sat Nov 27 00:14:10 2010 +0000
 
18
 
 
19
    l10n: Updated French (fr) translation to 100%
 
20
    
 
21
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
22
    
 
23
    Transmitted-via: Transifex (www.transifex.net).
 
24
 
 
25
commit d23507504f3a78138c31bfd83ddcf352428e580a
 
26
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
27
Date:   Fri Nov 26 23:49:43 2010 +0000
 
28
 
 
29
    l10n: Updated French (fr) translation to 100%
 
30
    
 
31
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
32
    
 
33
    Transmitted-via: Transifex (www.transifex.net).
 
34
 
 
35
commit 1ec149946f7aed66997a85bfc58f1a0d49cf0020
 
36
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
37
Date:   Fri Nov 26 21:54:37 2010 +0000
 
38
 
 
39
    l10n: Updated French (fr) translation to 100%
 
40
    
 
41
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
42
    
 
43
    Transmitted-via: Transifex (www.transifex.net).
 
44
 
 
45
commit c089a9755ff1cb534391a8856040279e7e46f34c
 
46
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
47
Date:   Fri Nov 26 21:07:50 2010 +0000
 
48
 
 
49
    l10n: Updated French (fr) translation to 99%
 
50
    
 
51
    New status: 609 messages complete with 6 fuzzies and 0 untranslated.
 
52
    
 
53
    Transmitted-via: Transifex (www.transifex.net).
 
54
 
 
55
commit ad391e23fc508c1eb5ac2902b813c2ce4ddae976
 
56
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
57
Date:   Fri Nov 26 21:02:42 2010 +0000
 
58
 
 
59
    l10n: Updated French (fr) translation to 99%
 
60
    
 
61
    New status: 609 messages complete with 6 fuzzies and 0 untranslated.
 
62
    
 
63
    Transmitted-via: Transifex (www.transifex.net).
 
64
 
 
65
commit 90a91b1691261791bf974d3735849f58c26d4cb1
 
66
Author: Louis Carlioz Luigi <mailspamz-site@yahoo.fr>
 
67
Date:   Fri Nov 26 18:59:48 2010 +0000
 
68
 
 
69
    l10n: Updated French (fr) translation to 95%
 
70
    
 
71
    New status: 585 messages complete with 30 fuzzies and 0 untranslated.
 
72
    
 
73
    Transmitted-via: Transifex (www.transifex.net).
 
74
 
 
75
commit 9524ab7aae0a98299ae00e134c7053c2198b766e
 
76
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
 
77
Date:   Fri Nov 26 04:31:08 2010 +0000
 
78
 
 
79
    l10n: Updated Kazakh (kk) translation to 100%
 
80
    
 
81
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
82
    
 
83
    Transmitted-via: Transifex (www.transifex.net).
 
84
 
 
85
commit 6783ce987cf1b3238cd753624de79a70b75845cb
 
86
Author: Thomas Perl <m@thp.io>
 
87
Date:   Wed Nov 24 21:39:28 2010 +0000
 
88
 
 
89
    l10n: Updated German (de) translation to 100%
 
90
    
 
91
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
92
    
 
93
    Transmitted-via: Transifex (www.transifex.net).
 
94
 
 
95
commit a90d615e80aaa3bb6684ba2930a293001ba8e164
 
96
Author: Thomas Perl <m@thp.io>
 
97
Date:   Wed Nov 24 22:13:28 2010 +0100
 
98
 
 
99
    Maemo 5: Fix window and button layout (Maemo bug 11499)
 
100
    
 
101
    The main buttons and the window margin were not aligned
 
102
    right compared to built-in apps such as the phone or
 
103
    conversations app. This patch fixes the padding issues.
 
104
 
 
105
commit d1cd9b6f0de5c784beec2f8381304d0c86208580
122
106
Author: Maxim Prohorov <prohorov.max@gmail.com>
123
 
Date:   Sun Jul 4 20:37:37 2010 +0000
124
 
 
125
 
    l10n: Updated Russian (ru) translation to 99%
126
 
    
127
 
    New status: 595 messages complete with 1 fuzzy and 0 untranslated.
128
 
    
129
 
    Transmitted-via: Transifex (www.transifex.net).
130
 
 
131
 
commit e827e72bf6e7ae3e87c05609dd8a7f11eeaf0995
 
107
Date:   Wed Nov 24 19:09:17 2010 +0000
 
108
 
 
109
    l10n: Updated Russian (ru) translation to 100%
 
110
    
 
111
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
112
    
 
113
    Transmitted-via: Transifex (www.transifex.net).
 
114
 
 
115
commit 1f407787c776af04fd1e334bf2e7846ac68ce7a2
 
116
Author: Thomas Perl <m@thp.io>
 
117
Date:   Wed Nov 24 19:15:56 2010 +0100
 
118
 
 
119
    Mark "from" in shownotes translatable (bug 1209)
 
120
 
 
121
commit cd68646105ffdf24a22d09fef7ebe7de8f2e3110
 
122
Author: Thomas Perl <m@thp.io>
 
123
Date:   Wed Nov 24 18:52:10 2010 +0100
 
124
 
 
125
    Maemo 5: No pause button in all episodes
 
126
 
 
127
commit a3529e27589e484f89eb3115a3173cf36676ea13
 
128
Author: Thomas Perl <m@thp.io>
 
129
Date:   Wed Nov 24 11:10:51 2010 +0100
 
130
 
 
131
    Fix pre-selection in "Delete episodes" (bug 1210)
 
132
 
 
133
commit f757a63d23533a030e63d2efaca0e6fb337a136a
 
134
Author: Atheos <hellene.atheist@gmail.com>
 
135
Date:   Wed Nov 24 14:10:10 2010 +0000
 
136
 
 
137
    l10n: Updated Greek (el) translation to 100%
 
138
    
 
139
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
140
    
 
141
    Transmitted-via: Transifex (www.transifex.net).
 
142
 
 
143
commit 348a5117642a83f760b75a01e0e9095f058da6ff
 
144
Author: hatul <transifex@hatul.info>
 
145
Date:   Tue Nov 23 16:58:01 2010 +0000
 
146
 
 
147
    l10n: Updated Hebrew (he) translation to 100%
 
148
    
 
149
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
150
    
 
151
    Transmitted-via: Transifex (www.transifex.net).
 
152
 
 
153
commit 75a43162820a2a7057f272991e90fea3620e704e
 
154
Author: Thomas Perl <m@thp.io>
 
155
Date:   Tue Nov 23 16:00:26 2010 +0100
 
156
 
 
157
    Maemo 5: Time display + playback fixes
 
158
 
 
159
commit 41fa3a4d6abc155fc1b1dded8573de223a60621b
 
160
Author: Thomas Perl <m@thp.io>
 
161
Date:   Tue Nov 23 12:34:58 2010 +0100
 
162
 
 
163
    Maemo 5: Always reload episode from DB on update
 
164
 
 
165
commit 3cbfc665e215287439354f69698fd7aa8b89490d
 
166
Author: Thomas Perl <m@thp.io>
 
167
Date:   Tue Nov 23 12:34:24 2010 +0100
 
168
 
 
169
    Maemo 5: Use M3U even for single-file playback
 
170
 
 
171
commit f2b40ef6bdb5a7ea4cdea87236fcd0a5e303f060
 
172
Author: Thomas Perl <m@thp.io>
 
173
Date:   Tue Nov 23 12:29:18 2010 +0100
 
174
 
 
175
    Typo fix (greater than vs less than)
 
176
 
 
177
commit d56647ee26e2c2870ef2ea024d79b7f9ba5c6289
 
178
Author: Thomas Perl <m@thp.io>
 
179
Date:   Tue Nov 23 12:26:40 2010 +0100
 
180
 
 
181
    Windows: Fix saving in preferences dialog (bug 1151)
 
182
 
 
183
commit 3c9a9110d318886800b955bdc17a110df95af43b
 
184
Author: Tomasz Dominikowski <dominikowski@gmail.com>
 
185
Date:   Tue Nov 23 09:05:10 2010 +0000
 
186
 
 
187
    l10n: Updated Polish (pl) translation to 100%
 
188
    
 
189
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
190
    
 
191
    Transmitted-via: Transifex (www.transifex.net).
 
192
 
 
193
commit 11dae97d0cb6daec109f48b699ff5b67b96232d1
 
194
Author: Jon Hedemann <tradomusnordic@gmail.com>
 
195
Date:   Mon Nov 22 22:42:03 2010 +0000
 
196
 
 
197
    l10n: Updated Danish (da) translation to 100%
 
198
    
 
199
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
200
    
 
201
    Transmitted-via: Transifex (www.transifex.net).
 
202
 
 
203
commit 6ad97d25c762c88df5d6332964d551a412540d7e
 
204
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
 
205
Date:   Mon Nov 22 22:36:18 2010 +0000
 
206
 
 
207
    l10n: Updated Finnish (fi) translation to 100%
 
208
    
 
209
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
210
    
 
211
    Transmitted-via: Transifex (www.transifex.net).
 
212
 
 
213
commit b9da5099070c5a16f84f18ce7da19ea022885b13
132
214
Author: Boryslav Larin <brabadu@gmail.com>
133
 
Date:   Sun Jul 4 17:46:48 2010 +0000
 
215
Date:   Mon Nov 22 21:14:01 2010 +0000
134
216
 
135
217
    l10n: Updated Ukrainian (uk) translation to 100%
136
218
    
137
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
138
 
    
139
 
    Transmitted-via: Transifex (www.transifex.net).
140
 
 
141
 
commit f3583cab218f33d42dbe5935b735b1f67576ec1e
142
 
Author: Silvio Sisto <sisto.silvio@gmail.com>
143
 
Date:   Sun Jul 4 17:33:47 2010 +0000
144
 
 
145
 
    l10n: Updated Spanish (Castilian) (es) translation to 100%
146
 
    
147
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
148
 
    
149
 
    Transmitted-via: Transifex (www.transifex.net).
150
 
 
151
 
commit 7b324806829b506f39594e91eb459a49a7ae3b58
152
 
Author: Gonçalo Cordeiro <gzcordeiro@gmail.com>
153
 
Date:   Sun Jul 4 13:21:31 2010 +0000
154
 
 
155
 
    l10n: Updated Galician (gl) translation to 100%
156
 
    
157
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
158
 
    
159
 
    Transmitted-via: Transifex (www.transifex.net).
160
 
 
161
 
commit 5c2c57446fd193c215cbcc7cd18ca0670e9d9807
162
 
Author: kvikende <kvikende@yahoo.no>
163
 
Date:   Sun Jul 4 10:36:57 2010 +0000
164
 
 
165
 
    l10n: Updated Norwegian Nynorsk (nn) translation to 100%
166
 
    
167
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
168
 
    
169
 
    Transmitted-via: Transifex (www.transifex.net).
170
 
 
171
 
commit da68383d7ff3601d12c24559d8570f96609d2ac6
172
 
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
173
 
Date:   Sat Jul 3 21:50:13 2010 +0000
174
 
 
175
 
    l10n: Updated Finnish (fi) translation to 100%
176
 
    
177
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
178
 
    
179
 
    Transmitted-via: Transifex (www.transifex.net).
180
 
 
181
 
commit 41705f026da1d6244a99e1da8fb3554abc334a55
182
 
Author: Tomasz Dominikowski <dominikowski@gmail.com>
183
 
Date:   Sat Jul 3 17:17:00 2010 +0000
184
 
 
185
 
    l10n: Updated Polish (pl) translation to 100%
186
 
    
187
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
188
 
    
189
 
    Transmitted-via: Transifex (www.transifex.net).
190
 
 
191
 
commit d2a06262a1a643e6eb3915b2f3dfa5f4f43dd224
192
 
Author: Thomas Perl <thp@thpinfo.com>
193
 
Date:   Sat Jul 3 17:02:59 2010 +0000
194
 
 
195
 
    l10n: Updated German (de) translation to 100%
196
 
    
197
 
    New status: 596 messages complete with 0 fuzzies and 0 untranslated.
198
 
    
199
 
    Transmitted-via: Transifex (www.transifex.net).
200
 
 
201
 
commit 7cbf1a43ce8c22f41c6b0c66401aa7db058f73bb
202
 
Author: Thomas Perl <thp@thpinfo.com>
203
 
Date:   Fri Jul 2 21:44:34 2010 +0200
204
 
 
205
 
    Maintainer utility: make headlink
206
 
    
207
 
    This small shortcut, a.k.a "make headlink"
208
 
    generates a permanent link to the current
209
 
    Git HEAD, assuming that it has already been
210
 
    pushed to the main repository.
211
 
    
212
 
    Most likely only useful to the maintainer.
213
 
 
214
 
commit bcde6ca3937319b2b46107d8dd71c5441dfb4334
215
 
Author: Thomas Perl <thp@thpinfo.com>
216
 
Date:   Fri Jul 2 21:37:59 2010 +0200
217
 
 
218
 
    Fix credentials-with-space bug (bug 1065)
219
 
    
220
 
    Spaces in username or password for HTTP auth were
221
 
    quoted in a wrong way (quote_plus), which made the
222
 
    rest of the code not decode the URL correctly.
223
 
    
224
 
    This patch makes quoting of spaces work correctly
225
 
    and produce URLs that have correct semantics. Unit
226
 
    tests were also added to verify this special case.
227
 
 
228
 
commit 44c3cf3f849b5d9c1ba83343fe796fdb3763c629
229
 
Author: Thomas Perl <thp@thpinfo.com>
230
 
Date:   Wed Jun 30 03:52:34 2010 +0200
 
219
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
220
    
 
221
    Transmitted-via: Transifex (www.transifex.net).
 
222
 
 
223
commit a31fe42eb0dad3dca0a6c3953a54a6a6e943441d
 
224
Author: Thomas Perl <m@thp.io>
 
225
Date:   Mon Nov 22 21:52:58 2010 +0100
 
226
 
 
227
    Use dict-based format strings for numbers (bug 1165)
 
228
 
 
229
commit 38bb27aaa8e89b91420354b3799773e3aeaa5806
 
230
Author: Thomas Perl <m@thp.io>
 
231
Date:   Mon Nov 22 21:35:45 2010 +0100
231
232
 
232
233
    Update translation templates from source
233
234
 
234
 
commit 0a8d1c7599bea23e28e1a07ddc56013f2c4ab591
235
 
Author: Thomas Perl <thp@thpinfo.com>
236
 
Date:   Wed Jun 30 03:31:49 2010 +0200
237
 
 
238
 
    Clean up device configuration UI (bug 955)
239
 
 
240
 
commit bbee93f63eec3908c0572e49172de331c5571fda
241
 
Author: Robert Willert <robert@rob8.de>
242
 
Date:   Sat Jun 5 15:57:28 2010 +0200
243
 
 
244
 
    Sync device configuration UI (bug 955)
245
 
 
246
 
commit 7cfc63fcaece7f741380c34f2d01bde68e1a71d6
247
 
Author: M.Schneider <not.m.schneider@gmail.com>
248
 
Date:   Sat Jun 12 02:48:06 2010 +0200
249
 
 
250
 
    Added support for Soundcloud's Favorite streams.
251
 
 
252
 
commit 23c27ae07c8e4e7158f35c2bd60d0ea3eaa38f40
253
 
Author: Thomas Perl <thp@thpinfo.com>
254
 
Date:   Wed Jun 30 03:03:18 2010 +0200
255
 
 
256
 
    Maemo 5: Remove broken "Play all downloads" feature
257
 
    
258
 
    This feature might come back in a different way in a
259
 
    future version of gPodder, but for now, it's broken
260
 
    and does not work reliably, so better remove it now.
261
 
 
262
 
commit 76ff7737fdd1750207dd2b942eb89c62a954a871
263
 
Author: Thomas Perl <thp@thpinfo.com>
264
 
Date:   Wed Jun 30 03:00:48 2010 +0200
265
 
 
266
 
    Maemo 5: Fix "Finished" display for some MP3s
267
 
    
268
 
    When playing back some MP3s, the player sends a
269
 
    position that is greater than the total time. In
270
 
    this case, we still want to display "Finished".
271
 
 
272
 
commit bd21be1bea5dfd4d8ad3ade8d59a762b0ce2e5bd
273
 
Author: Thomas Perl <thp@thpinfo.com>
274
 
Date:   Mon Jun 28 16:03:54 2010 +0200
275
 
 
276
 
    Delete M3U when removing a podcast (bug 1063)
277
 
    
278
 
    When a podcast has its downloaded files removed,
279
 
    the M3U playlist file corresponding to the podcast
280
 
    should also be removed from the filesystem.
281
 
 
282
 
commit dd706ad85be33aff04bf1b0458f8bb0f7ad8462e
283
 
Author: Thomas Perl <thp@thpinfo.com>
284
 
Date:   Sun Jun 13 02:39:19 2010 +0200
285
 
 
286
 
    Ignore bogus play events from Panucci
287
 
 
288
 
commit 3cc51f6f44be4d4684df13cf70cd3a4d5b1e9d94
289
 
Author: Thomas Perl <thp@thpinfo.com>
290
 
Date:   Sun Jun 13 02:22:25 2010 +0200
291
 
 
292
 
    Panucci special-casing also for Desktop
293
 
 
294
 
commit d398c5071b7a1f4df115541cf4d14a9fb02e3bde
295
 
Author: Thomas Perl <thp@thpinfo.com>
296
 
Date:   Sun Jun 13 02:19:38 2010 +0200
297
 
 
298
 
    Special-casing Panucci playback for Maemo
299
 
 
300
 
commit 18332521ecd408feb184fc68b3fdec198c43ae2d
 
235
commit 3f6a39319472ecb9517d5192ca903208605d0f30
 
236
Author: Thomas Perl <m@thp.io>
 
237
Date:   Mon Nov 22 21:21:19 2010 +0100
 
238
 
 
239
    Fix Soundcloud download URLs (API key) (bug 1185)
 
240
 
 
241
commit d90447fa1aecdaf0c659111efb01d611f0eb5946
 
242
Author: Thomas Perl <m@thp.io>
 
243
Date:   Mon Nov 22 20:47:23 2010 +0100
 
244
 
 
245
    Maemo 4: Don't select a podcast on startup (bug 1182)
 
246
 
 
247
commit 3d2dca6d971dbcbf29eebd9f900dbc67aadd06ed
 
248
Author: Thomas Perl <m@thp.io>
 
249
Date:   Mon Nov 22 20:12:54 2010 +0100
 
250
 
 
251
    Highlighting of new episodes in non-description mode
 
252
 
 
253
commit d455e8e6905422a1ce1341f81389990e6d56afe7
 
254
Author: Thomas Perl <m@thp.io>
 
255
Date:   Mon Nov 22 20:09:54 2010 +0100
 
256
 
 
257
    Remove unused statistics code for feed update
 
258
 
 
259
commit 3a0bc82f1cea37103febb0c93b9383d31e6c0cc1
 
260
Author: Thomas Perl <m@thp.io>
 
261
Date:   Mon Nov 22 20:03:11 2010 +0100
 
262
 
 
263
    Remove "on_quit_ask" configuration option
 
264
    
 
265
    This was annoying, and we still (unconditionally)
 
266
    show the confirmation if downloads are in progress,
 
267
    which is what this feature has been about in the
 
268
    first place.
 
269
 
 
270
commit cab0346ec3875e999dc8c87bd273fc1f8f8219e9
 
271
Author: Thomas Perl <m@thp.io>
 
272
Date:   Mon Nov 22 19:55:47 2010 +0100
 
273
 
 
274
    Code cleanup for Maemo 5 OPML code
 
275
 
 
276
commit 53f83892d3636e33815fdea156439c72e7d7b0bb
 
277
Author: Thomas Perl <m@thp.io>
 
278
Date:   Mon Nov 22 19:40:29 2010 +0100
 
279
 
 
280
    Update website URL and e-mail address
 
281
 
 
282
commit d56ffcda7f0891f8e8f082c50c743e815f50ac31
 
283
Author: Thomas Perl <m@thp.io>
 
284
Date:   Mon Nov 22 15:50:41 2010 +0100
 
285
 
 
286
    Maemo 5: Setting for episode auto-delete on startup
 
287
 
 
288
commit ecf592a04f3b933b4acddd74fe2cea4d1633b9d9
 
289
Author: Thomas Perl <m@thp.io>
 
290
Date:   Mon Nov 22 15:30:01 2010 +0100
 
291
 
 
292
    Maemo 5: Expose "Pause subscription" in UI
 
293
 
 
294
commit 12d420acdc0f4cf3696205bb4345501c1f910426
 
295
Author: Thomas Perl <m@thp.io>
 
296
Date:   Mon Nov 22 14:58:07 2010 +0100
 
297
 
 
298
    Maemo 5: Multi-delete in episode lists (Maemo bug 5182)
 
299
 
 
300
commit 53e08473a0923f0c5abcc095df5497a59f9f8bb1
 
301
Author: Thomas Perl <m@thp.io>
 
302
Date:   Mon Nov 22 14:44:12 2010 +0100
 
303
 
 
304
    Delay live search to be more responsive
 
305
 
 
306
commit 316f1d84e79a04702603a328a81399a5d10c5985
 
307
Author: Thomas Perl <m@thp.io>
 
308
Date:   Mon Nov 22 14:28:27 2010 +0100
 
309
 
 
310
    Maemo 5: Proper empty episode list label handling
 
311
 
 
312
commit bf6504a7f0b791ed565a9b9ed66b1b4a5adf44e1
 
313
Author: Thomas Perl <m@thp.io>
 
314
Date:   Mon Nov 22 13:30:37 2010 +0100
 
315
 
 
316
    Maemo 5: Remove unused episode list sorter
 
317
 
 
318
commit 2994c2e15d1ed8397597433d651f4f2aeed1a323
 
319
Author: Thomas Perl <m@thp.io>
 
320
Date:   Sat Nov 20 23:45:07 2010 +0100
 
321
 
 
322
    Improve episode list loading
 
323
 
 
324
commit 3ee02088c6552f497d6972f2d57a6e2d245cd6ed
 
325
Author: Thomas Perl <m@thp.io>
 
326
Date:   Sat Nov 20 23:15:30 2010 +0100
 
327
 
 
328
    Fixed height mode; episode list optimization
 
329
 
 
330
commit 01898541460e7589db44f37cef6352df6e8a65b3
 
331
Author: Thomas Perl <m@thp.io>
 
332
Date:   Fri Nov 19 18:05:16 2010 +0100
 
333
 
 
334
    Custom episode list only for Fremantle UI
 
335
 
 
336
commit b40bf6ef5e33308579c72954c8507f9f3399d7db
 
337
Author: Thomas Perl <m@thp.io>
 
338
Date:   Fri Nov 19 15:36:39 2010 +0100
 
339
 
 
340
    Initial work on custom tree models
 
341
 
 
342
commit 1cc976b421ab782cd8816e2567bf684412ecb53c
 
343
Author: Thomas Perl <m@thp.io>
 
344
Date:   Sat Nov 20 17:46:46 2010 +0100
 
345
 
 
346
    Update Qt UI example to use PySide
 
347
 
 
348
commit d7100371f920fa05d4d98f0afa07f79597f38036
 
349
Author: Thomas Perl <m@thp.io>
 
350
Date:   Fri Nov 19 18:07:58 2010 +0100
 
351
 
 
352
    Auto-convert gtk.Button from .ui files (Touch UI)
 
353
    
 
354
    Convert all gtk.Button widgets loaded from .ui files to
 
355
    finger-friendly widget if enable_fingerscroll is True.
 
356
 
 
357
commit 5cf3f87d12790bb606b3d7f94dbb2c9e5b6e019e
 
358
Author: Thomas Perl <m@thp.io>
 
359
Date:   Thu Nov 18 18:32:49 2010 +0100
 
360
 
 
361
    Desktop: Kinetic scrolling and finger friendly UI
 
362
    
 
363
    Make the enable_fingerscroll option work on the Desktop
 
364
    version as well if the libraries are available and make
 
365
    sure that buttons are big in this case (for Tablet PCs).
 
366
 
 
367
commit 4dabfaa7b18dec83279dcb19b44480748e52a9e2
 
368
Author: Thomas Perl <m@thp.io>
 
369
Date:   Thu Nov 18 18:09:49 2010 +0100
 
370
 
 
371
    More space-efficient download progress size text
 
372
 
 
373
commit 939fae75cf426c3b16be529c10c9759b1b5f9e73
 
374
Author: Thomas Perl <m@thp.io>
 
375
Date:   Thu Nov 18 13:11:39 2010 +0100
 
376
 
 
377
    Download list: Display filesize in progress bar
 
378
 
 
379
commit 400517921f8075b5854b9cf1520331d3c8b9ca05
 
380
Author: Thomas Perl <m@thp.io>
 
381
Date:   Sat Oct 30 13:00:07 2010 +0200
 
382
 
 
383
    Add D-Bus API for synchronization (bug 1187)
 
384
 
 
385
commit 124960c5ec6e5234a3f5abfef35eb59409078cf3
 
386
Author: Thomas Perl <m@thp.io>
 
387
Date:   Sat Oct 30 01:49:03 2010 +0200
 
388
 
 
389
    Maemo: Only create playlist for > 1 items
 
390
 
 
391
commit 2ccd3f5d4fb5a4916a6326f3ec7dcc53228478b4
 
392
Author: Thomas Perl <m@thp.io>
 
393
Date:   Sat Oct 30 01:06:48 2010 +0200
 
394
 
 
395
    Sort entry list before cutting it off (bug 1186)
 
396
    
 
397
    The max_episodes_per_feed setting should prevent too many episodes in a
 
398
    single podcast (which slows down processing and loading of the episode
 
399
    list). In cases where the feed lists all episodes in chronological order
 
400
    (oldest first), the feed will at some point (episodes in the feed >=
 
401
    max_episodes_per_feed) stop showing new episodes.
 
402
    
 
403
    This patch fixes this by (trying to) sort the entries by update time,
 
404
    descending and only then cutting of the entry list.
 
405
 
 
406
commit ff8129d6311ced5bd62a8e75a5f70fcefe779477
 
407
Author: Thomas Perl <m@thp.io>
 
408
Date:   Sat Oct 30 01:06:28 2010 +0200
 
409
 
 
410
    Update Ubuntu release scripts
 
411
 
 
412
commit 861ab7836d117761628f3e99a4166e45ddf5204c
 
413
Author: Atheos <hellene.atheist@gmail.com>
 
414
Date:   Fri Oct 29 18:24:28 2010 +0000
 
415
 
 
416
    l10n: Updated Greek (el) translation to 100%
 
417
    
 
418
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
419
    
 
420
    Transmitted-via: Transifex (www.transifex.net).
 
421
 
 
422
commit ae9b9170fc9a0fbd9630c367c61f518155ed3aed
 
423
Author: Atheos <hellene.atheist@gmail.com>
 
424
Date:   Fri Oct 29 18:20:32 2010 +0000
 
425
 
 
426
    l10n: Updated Greek (el) translation to 100%
 
427
    
 
428
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
429
    
 
430
    Transmitted-via: Transifex (www.transifex.net).
 
431
 
 
432
commit bea95ed52421c275f5017ccddb5ceb88d835cae4
 
433
Author: Atheos <hellene.atheist@gmail.com>
 
434
Date:   Fri Oct 29 18:09:28 2010 +0000
 
435
 
 
436
    l10n: Updated Greek (el) translation to 100%
 
437
    
 
438
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
439
    
 
440
    Transmitted-via: Transifex (www.transifex.net).
 
441
 
 
442
commit 2df453f04cc40939b88701fe5a50118383107b25
301
443
Author: Sérgio Marques <smarquespt@gmail.com>
302
 
Date:   Sat Jun 12 18:40:23 2010 +0000
 
444
Date:   Wed Oct 27 14:33:16 2010 +0000
303
445
 
304
446
    l10n: Updated Portuguese (pt) translation to 100%
305
447
    
306
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
307
 
    
308
 
    Transmitted-via: Transifex (www.transifex.net).
309
 
 
310
 
commit f65bd3fca93b4b1eddb9dcb3f09df7f3ab1ace45
311
 
Author: Sérgio Marques <smarquespt@gmail.com>
312
 
Date:   Sat Jun 12 18:37:04 2010 +0000
313
 
 
314
 
    l10n: Updated Portuguese (pt) translation to 99%
315
 
    
316
 
    New status: 577 messages complete with 0 fuzzies and 5 untranslated.
317
 
    
318
 
    Transmitted-via: Transifex (www.transifex.net).
319
 
 
320
 
commit 425f62682646dc2ae22acd706ed4a31005eff42c
321
 
Author: Thomas Perl <thp@thpinfo.com>
322
 
Date:   Sat Jun 12 19:17:49 2010 +0200
323
 
 
324
 
    Show "Finished" status in episode action dialog
325
 
    
326
 
    When an episode has been played, show "Finished"
327
 
    and the duration for the playback status button.
328
 
 
329
 
commit 8466636cd65a123a842f2ac428f9b0c775527a70
330
 
Author: Thomas Perl <thp@thpinfo.com>
331
 
Date:   Sat Jun 12 17:51:54 2010 +0200
332
 
 
333
 
    Faster episode searching by URL/filename
334
 
    
335
 
    Implement a faster method for acquiring the
336
 
    episode object from a download URL or filename.
337
 
    
338
 
    This improves performance for episode status
339
 
    updates and episode metadata requests over D-Bus.
340
 
 
341
 
commit eaee11664ac1b70b214cd76ef2ac8d84bf060f8c
342
 
Author: Sérgio Marques <smarquespt@gmail.com>
343
 
Date:   Sat Jun 12 15:08:58 2010 +0000
344
 
 
345
 
    l10n: Updated Portuguese (pt) translation to 88%
346
 
    
347
 
    New status: 516 messages complete with 1 fuzzy and 65 untranslated.
348
 
    
349
 
    Transmitted-via: Transifex (www.transifex.net).
350
 
 
351
 
commit f14ec7b4c1d48ec50f728f7572271a73e254c46e
352
 
Author: Sérgio Marques <smarquespt@gmail.com>
353
 
Date:   Sat Jun 12 14:38:53 2010 +0000
354
 
 
355
 
    l10n: Updated Portuguese (pt) translation to 65%
356
 
    
357
 
    New status: 379 messages complete with 138 fuzzies and 65 untranslated.
358
 
    
359
 
    Transmitted-via: Transifex (www.transifex.net).
360
 
 
361
 
commit ed78ab9af911cf85547a80e2092d161c4c322781
362
 
Author: Thomas Perl <thp@thpinfo.com>
363
 
Date:   Sat Jun 12 16:24:41 2010 +0200
364
 
 
365
 
    Extend Panucci D-Bus interface for streaming
366
 
    
367
 
    Add support for streaming URLs to the D-Bus interface
368
 
    that is used by Panucci for retrieving data and sending
369
 
    play events to gPodder.
370
 
 
371
 
commit ca7ba1e50bd99a295850380365ee6a6a0ba79d0e
372
 
Author: Sérgio Marques <smarquespt@gmail.com>
373
 
Date:   Sat Jun 12 14:10:05 2010 +0000
374
 
 
375
 
    l10n: Updated Portuguese (pt) translation to 52%
376
 
    
377
 
    New status: 305 messages complete with 146 fuzzies and 131 untranslated.
378
 
    
379
 
    Transmitted-via: Transifex (www.transifex.net).
380
 
 
381
 
commit c60cc44434e7af66ff13331d80291ef7eb5fe01e
382
 
Author: Thomas Perl <thp@thpinfo.com>
383
 
Date:   Sat Jun 12 15:56:01 2010 +0200
384
 
 
385
 
    Maemo 5: File size and duration in episode actions
386
 
    
387
 
    If known, show the download size and episode duration (and
388
 
    possibly current position) as values on the buttons of the
389
 
    episode actions dialog.
390
 
 
391
 
commit d76e1c17b426d5f664952e7ce36d82679039a8c2
392
 
Author: Thomas Perl <thp@thpinfo.com>
393
 
Date:   Sat Jun 12 15:15:02 2010 +0200
394
 
 
395
 
    Remove SQL print statements in minidb
396
 
 
397
 
commit 1bb1c1aba3d0729acd8a1bfaf01f5460c520c40a
398
 
Author: Thomas Perl <thp@thpinfo.com>
399
 
Date:   Sat Jun 12 15:07:05 2010 +0200
400
 
 
401
 
    Ignore rows with invalid values in minidb
402
 
 
403
 
commit a8aa609571b0eebedb2df8138984a6a39d601e58
404
 
Author: Sérgio Marques <smarquespt@gmail.com>
405
 
Date:   Sat Jun 12 11:54:31 2010 +0000
406
 
 
407
 
    l10n: Updated Portuguese (pt) translation to 21%
408
 
    
409
 
    New status: 126 messages complete with 325 fuzzies and 131 untranslated.
410
 
    
411
 
    Transmitted-via: Transifex (www.transifex.net).
412
 
 
413
 
commit dab98bf565ccd52d3e24e3c389eaefb5e2bea5a0
414
 
Author: Sérgio Marques <smarquespt@gmail.com>
415
 
Date:   Sat Jun 12 11:38:24 2010 +0000
416
 
 
417
 
    l10n: Updated Portuguese (pt) translation to 14%
418
 
    
419
 
    New status: 86 messages complete with 365 fuzzies and 131 untranslated.
420
 
    
421
 
    Transmitted-via: Transifex (www.transifex.net).
422
 
 
423
 
commit 4566f23379def6ba9a13654e4bd56ea24f1b12dd
424
 
Author: Thomas Perl <thp@thpinfo.com>
425
 
Date:   Sat Jun 5 01:50:15 2010 +0200
426
 
 
427
 
    Makefile: Produce nicer "make clean" output
428
 
 
429
 
commit 4faabda2cc5fd03d1a282fe9ed208a7775770877
430
 
Author: Thomas Perl <thp@thpinfo.com>
431
 
Date:   Sat Jun 5 01:47:46 2010 +0200
432
 
 
433
 
    Update translation templates from source
434
 
 
435
 
commit b6626f34cd0a866cbc9976b494c8b52576993e73
436
 
Author: Thomas Perl <thp@thpinfo.com>
437
 
Date:   Sat Jun 5 01:45:01 2010 +0200
438
 
 
439
 
    Open torrent files right after download (bug 1029)
440
 
    
441
 
    This is an advanced configuration option (disabled
442
 
    by default) to automatically open torrent files.
443
 
 
444
 
commit 697510b464263f8be2dd682e3f95f0a88bdb8047
445
 
Author: Thomas Perl <thp@thpinfo.com>
446
 
Date:   Sat Jun 5 01:42:32 2010 +0200
447
 
 
448
 
    Simplify download list clean-up/finishing
449
 
 
450
 
commit 6a639255ed66c77960746c6fd054da6523e48f48
451
 
Author: Thomas Perl <thp@thpinfo.com>
452
 
Date:   Sat Jun 5 00:46:08 2010 +0200
453
 
 
454
 
    Maemo 5: Allow deleting of non-downloaded episodes
455
 
    
456
 
    This allows users to remove episodes that they
457
 
    do not plan to download, so the episodes are
458
 
    hidden from the normal filter view.
459
 
 
460
 
commit 7c20ffd167d7cf980d19adbaa78da042a0f00897
461
 
Author: Thomas Perl <thp@thpinfo.com>
462
 
Date:   Fri Jun 4 20:43:38 2010 +0200
463
 
 
464
 
    Determine episode duration (bug 811)
465
 
    
466
 
    This patch adds two methods for detecting the
467
 
    episode length (time units, not bytes):
468
 
    
469
 
     * iTunes-specific "duration" in the RSS feed
470
 
     * GStreamer-based length detection after download
471
 
    
472
 
    The patch also adds duration information to the
473
 
    tooltip in the episode list as a first step for
474
 
    displaying this information in the UI.
475
 
 
476
 
commit 7917c78ee89d03d7de51baea4c1e4c091fdaca74
477
 
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
478
 
Date:   Thu Jun 3 22:48:56 2010 +0300
479
 
 
480
 
    Fix TypeError in update_by_iter, Red Hat Bugzilla #599232
481
 
 
482
 
commit d5945d2ad376090603004f9c9e579938f13539b8
483
 
Author: Thomas Perl <thp@thpinfo.com>
484
 
Date:   Fri Jun 4 19:42:34 2010 +0200
485
 
 
486
 
    Merge received episode actions (bug 997)
487
 
    
488
 
    Episode actions are now retrieved from the
489
 
    server and are merged into gPodder's DB. The
490
 
    first feed update after this release could
491
 
    lead to a lot of updates, but further updates
492
 
    should be faster, as only a few actions will
493
 
    be processed by the server.
494
 
 
495
 
commit f36e338caa91cb3a5dc0aed5ef17bb6f4fbfa5bb
496
 
Author: Thomas Perl <thp@thpinfo.com>
497
 
Date:   Fri Jun 4 19:40:54 2010 +0200
498
 
 
499
 
    minidb: Add support for high-level bulk deletion
500
 
 
501
 
commit 76f48a132e00ebd72cf8dafa2d61fecb98ae1984
502
 
Author: Thomas Perl <thp@thpinfo.com>
503
 
Date:   Fri Jun 4 19:20:58 2010 +0200
504
 
 
505
 
    Only show progress in tooltip if it's set
506
 
 
507
 
commit 0c7259e1fd197d67ae1becfa5bea5fa68845fbec
508
 
Author: Thomas Perl <thp@thpinfo.com>
509
 
Date:   Thu Jun 3 16:42:18 2010 +0200
510
 
 
511
 
    Fix forced-Lanscape mode for Fremantle PR1.2 (Maemo bug 10406)
512
 
    
513
 
    PR1.2 broke forced-Landscape mode, as the window flags have
514
 
    different semantics (although more sane) in the new version.
515
 
 
516
 
commit 31392dea96f1e61687368f2cad5966e3b3c5929d
517
 
Author: Thomas Perl <thp@thpinfo.com>
518
 
Date:   Wed Jun 2 11:03:38 2010 +0200
519
 
 
520
 
    YouTube videos have a website link
521
 
    
522
 
    In case the link of a YouTube episode points
523
 
    to itself, we allow it to be the website URL.
524
 
 
525
 
commit df91b4d0598fcd5b502dc8e04aaaf8f15f105334
526
 
Author: Eric Le Lay <elelay@macports.org>
527
 
Date:   Sun May 30 13:29:56 2010 +0200
528
 
 
529
 
    Mac OS X: Fix crash on 64-bit Snow Leopard (bug 1034)
530
 
    
531
 
    I incorrectly used "unsigned long" as format to pack a
532
 
    4 char code to an integer, while I should have used
533
 
    "unsigned int" because on 64 bits Snow Leopard,
534
 
    unsigned long is 8 bytes long, and then unpack fails.
535
 
 
536
 
commit 3301e92e939ba5c2c4d90d722c41b921c636b993
537
 
Author: Thomas Perl <thp@thpinfo.com>
538
 
Date:   Fri May 28 19:57:21 2010 +0200
539
 
 
540
 
    Fix main menu items for "All episodes" view
541
 
 
542
 
commit b4886df89a53699ae37dff6447ee4e61457e9144
543
 
Author: Thomas Perl <thp@thpinfo.com>
544
 
Date:   Fri May 28 19:43:32 2010 +0200
545
 
 
546
 
    Ignore invalid episode items (bug 934)
547
 
    
548
 
    In case the episode list is in an inconsistent
549
 
    state, we simply ignore that episode an continue
550
 
    with the rest.
551
 
 
552
 
commit 96cd54122ff0bfe86488d26b8a236c02797791ab
553
 
Author: Thomas Perl <thp@thpinfo.com>
554
 
Date:   Fri May 28 19:32:40 2010 +0200
555
 
 
556
 
    Remove orphaned episodes from the database
557
 
    
558
 
    Thanks to Sebastian Krause for reporting this
559
 
    bug and sending in an example database.
560
 
 
561
 
commit ca071249651ea90436954b02d50c5615f4d2e507
562
 
Author: Thomas Perl <thp@thpinfo.com>
563
 
Date:   Fri May 28 18:09:57 2010 +0200
564
 
 
565
 
    Fix action button style in Maemo 5 dialogs
566
 
 
567
 
commit 7e074bd5327131fca5ba04bc22cd382bf879f7ba
568
 
Author: Thomas Perl <thp@thpinfo.com>
569
 
Date:   Fri May 28 17:00:45 2010 +0200
570
 
 
571
 
    Fix per-podcast feed updating for Maemo 5
572
 
    
573
 
    Change the button text to "Check for new episodes" (to
574
 
    be in line with the text in the main window and the all
575
 
    episodes view) and make sure that the list of episodes
576
 
    gets a progress indicator while updating, and that the
577
 
    list is reloaded when the update has completed.
578
 
 
579
 
commit 88b6caae1bf4b7778e5c968cf02b0b6d561ef403
580
 
Author: Thomas Perl <thp@thpinfo.com>
581
 
Date:   Fri May 28 16:53:16 2010 +0200
582
 
 
583
 
    Attach info banners to visible window on Maemo 5
584
 
 
585
 
commit 86ca82b7c69e3868d8e7799cbea11e134904d845
586
 
Author: Jim Nygård <jim@nygard.priv.no>
587
 
Date:   Fri May 28 06:29:25 2010 +0000
588
 
 
589
 
    l10n: Updates to Norwegian Bokmål (nb) translation
590
 
    
591
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
592
 
    
593
 
    Transmitted-via: Transifex (www.transifex.net).
594
 
 
595
 
commit d3079bd67f9e7f657998368f7cdeeb8df4eeda36
596
 
Author: Thomas Perl <thp@thpinfo.com>
597
 
Date:   Thu May 27 18:21:21 2010 +0200
598
 
 
599
 
    Avoid "Creating new from file" messages
600
 
 
601
 
commit 4c4093e5396b38482494a7acddddd634e5eac1a9
602
 
Author: Thomas Perl <thp@thpinfo.com>
603
 
Date:   Thu May 27 18:20:47 2010 +0200
604
 
 
605
 
    Update list of current Ubuntu releases
606
 
 
607
 
commit 934bc2f971f8aaaec68bd9672c0dc19aa7c50630
608
 
Author: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>
609
 
Date:   Wed May 26 10:51:00 2010 +0000
610
 
 
611
 
    l10n: Updated Finnish (fi) translation to 100%
612
 
    
613
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
614
 
    
615
 
    Transmitted-via: Transifex (www.transifex.net).
616
 
 
617
 
commit 118be166856b8672283d66dab0d77e18d68b3835
 
448
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
449
    
 
450
    Transmitted-via: Transifex (www.transifex.net).
 
451
 
 
452
commit bb96523a8804e7bd451af61e119a137d97ea87d7
 
453
Author: Thomas Perl <m@thp.io>
 
454
Date:   Sun Oct 24 22:42:17 2010 +0200
 
455
 
 
456
    Fix issue with opening OPML files
 
457
 
 
458
commit 3653b736dbd69e75574a4b4c351fa2c5172d7233
 
459
Author: Peter Hultqvist <phq@endnode.se>
 
460
Date:   Sat Oct 23 09:56:47 2010 +0000
 
461
 
 
462
    l10n: Updated Swedish (sv) translation to 98%
 
463
    
 
464
    New status: 606 messages complete with 9 fuzzies and 0 untranslated.
 
465
    
 
466
    Transmitted-via: Transifex (www.transifex.net).
 
467
 
 
468
commit d768f3de5019f1f992ea4456185e8d8cc111061a
 
469
Author: Peter Hultqvist <phq@endnode.se>
 
470
Date:   Sat Oct 23 09:21:33 2010 +0000
 
471
 
 
472
    l10n: Updated Swedish (sv) translation to 90%
 
473
    
 
474
    New status: 558 messages complete with 34 fuzzies and 23 untranslated.
 
475
    
 
476
    Transmitted-via: Transifex (www.transifex.net).
 
477
 
 
478
commit 0697f5e8dbea71b7808ce35972cff8d20b12ee01
 
479
Author: hatul <transifex@hatul.info>
 
480
Date:   Tue Oct 19 23:06:19 2010 +0000
 
481
 
 
482
    l10n: Updated Hebrew (he) translation to 100%
 
483
    
 
484
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
485
    
 
486
    Transmitted-via: Transifex (www.transifex.net).
 
487
 
 
488
commit 983f33f4878ae6968f3f887585b025ede0b58d1b
 
489
Author: Fred Kwame <fred.ayanful@gmail.com>
 
490
Date:   Sat Oct 16 19:07:51 2010 +0000
 
491
 
 
492
    l10n: Updated French (fr) translation to 100%
 
493
    
 
494
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
495
    
 
496
    Transmitted-via: Transifex (www.transifex.net).
 
497
 
 
498
commit f74e0933d5a3247a9ba8427eaa1311f88b151564
 
499
Author: darkmanx <fred.ayanful@gmail.com>
 
500
Date:   Sat Oct 16 17:29:01 2010 +0000
 
501
 
 
502
    l10n: Updated French (fr) translation to 100%
 
503
    
 
504
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
505
    
 
506
    Transmitted-via: Transifex (www.transifex.net).
 
507
 
 
508
commit 5ebe482c209767678717cba7ccab302eb770aaac
 
509
Author: darkmanx <fred.ayanful@gmail.com>
 
510
Date:   Sat Oct 16 16:37:57 2010 +0000
 
511
 
 
512
    l10n: Updated French (fr) translation to 100%
 
513
    
 
514
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
515
    
 
516
    Transmitted-via: Transifex (www.transifex.net).
 
517
 
 
518
commit 6fa7822cafa6d853cd66aab42db8f1a2b173b5de
618
519
Author: Jon Hedemann <tradomusnordic@gmail.com>
619
 
Date:   Tue May 25 18:06:19 2010 +0000
620
 
 
621
 
    l10n: Updates to Danish (da) translation
622
 
    
623
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
624
 
    
625
 
    Transmitted-via: Transifex (www.transifex.net).
626
 
 
627
 
commit 9eb5c9c8f1ac7c58527aa546da6f7c035f55eb60
628
 
Author: Thomas Perl <thp@thpinfo.com>
629
 
Date:   Tue May 25 13:54:30 2010 +0200
630
 
 
631
 
    Auto-detect when running on Maemo 5
632
 
 
633
 
commit 1b54d61468e9297fe908aab372b7e71eda8b1b56
634
 
Author: Jim Nygård <jim@nygard.priv.no>
635
 
Date:   Tue May 25 03:59:18 2010 +0000
636
 
 
637
 
    l10n: Updates to Norwegian Bokmål (nb) translation
638
 
    
639
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
640
 
    
641
 
    Transmitted-via: Transifex (www.transifex.net).
642
 
 
643
 
commit 42e345bb15841a9b761da42d4e06f255c98596ff
644
 
Author: Silvio Sisto <sisto.silvio@gmail.com>
645
 
Date:   Mon May 24 18:21:08 2010 +0000
646
 
 
647
 
    l10n: Updates to Spanish (Castilian) (es) translation
648
 
    
649
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
650
 
    
651
 
    Transmitted-via: Transifex (www.transifex.net).
652
 
 
653
 
commit 7ef485ed22c719ce21aa9a67b35013d5d2846396
654
 
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
655
 
Date:   Mon May 24 17:10:49 2010 +0000
656
 
 
657
 
    l10n: Updated Kazakh (kk) translation to 100%
658
 
    
659
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
660
 
    
661
 
    Transmitted-via: Transifex (www.transifex.net).
662
 
 
663
 
commit c417db127fe6c3d418a72c26c752ba4f47f490d7
664
 
Author: Tomasz Dominikowski <dominikowski@gmail.com>
665
 
Date:   Mon May 24 14:16:18 2010 +0000
666
 
 
667
 
    l10n: Updates to Polish (pl) translation
668
 
    
669
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
670
 
    
671
 
    Transmitted-via: Transifex (www.transifex.net).
672
 
 
673
 
commit 0587dced6ff95ddee5d7dd39941e03d0e7ba0ee5
674
 
Author: brabadu <brabadu@gmail.com>
675
 
Date:   Mon May 24 10:28:47 2010 +0000
676
 
 
677
 
    l10n: Updated Ukrainian (uk) translation to 100%
678
 
    
679
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
680
 
    
681
 
    Transmitted-via: Transifex (www.transifex.net).
682
 
 
683
 
commit 00d8372bd5d79d76cc55ea66150152c4c96e7d0b
684
 
Author: Gonçalo Cordeiro <gzcordeiro@gmail.com>
685
 
Date:   Mon May 24 10:24:51 2010 +0000
686
 
 
687
 
    l10n: Updates to Galician (gl) translation
688
 
    
689
 
    New status: 582 messages complete with 0 fuzzies and 0 untranslated.
690
 
    
691
 
    Transmitted-via: Transifex (www.transifex.net).
692
 
 
693
 
commit 1067b78a442150f0f698aed2793ba2fc33f3c96e
694
 
Author: Thomas Perl <thp@thpinfo.com>
695
 
Date:   Sun May 23 19:17:11 2010 +0200
696
 
 
697
 
    Update list of contributors
 
520
Date:   Sat Oct 16 12:48:58 2010 +0000
 
521
 
 
522
    l10n: Updated Danish (da) translation to 100%
 
523
    
 
524
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
525
    
 
526
    Transmitted-via: Transifex (www.transifex.net).
 
527
 
 
528
commit c8880d6c776d81c8b9c6134a07428a75ee626129
 
529
Author: Gonçalo Cordeiro <gzcordeiro@gmail.com>
 
530
Date:   Mon Oct 11 17:00:30 2010 +0000
 
531
 
 
532
    l10n: Updated Galician (gl) translation to 100%
 
533
    
 
534
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
535
    
 
536
    Transmitted-via: Transifex (www.transifex.net).
 
537
 
 
538
commit 8557d2d3453e795402c3f22526b5afe5516310e5
 
539
Author: Gonçalo Cordeiro <gzcordeiro@gmail.com>
 
540
Date:   Mon Oct 11 16:55:28 2010 +0000
 
541
 
 
542
    l10n: Updated Galician (gl) translation to 100%
 
543
    
 
544
    New status: 615 messages complete with 0 fuzzies and 0 untranslated.
 
545
    
 
546
    Transmitted-via: Transifex (www.transifex.net).
 
547
 
 
548
commit 3628f7c50c92a6f6af611ae7dee317306d7b1df9
 
549
Author: Thomas Perl <thp@thpinfo.com>
 
550
Date:   Mon Oct 11 10:46:57 2010 +0200
 
551
 
 
552
    Hook for download finished + BitTorrent example
 
553
    
 
554
    This example hook allows you to open .torrent
 
555
    files with your BitTorrent client after the
 
556
    download has been completed.
 
557
 
 
558
commit 7fc493fa90a4328b308a3494e00cdd653ceeddd4
 
559
Author: Thomas Perl <thp@thpinfo.com>
 
560
Date:   Sun Oct 10 22:52:31 2010 +0200
 
561
 
 
562
    Fix typo (frontent->frontend)
 
563
 
 
564
commit 03e6ef1ecf3ec299e3ae6489386d8eb040063279
 
565
Author: Thomas Perl <thp@thpinfo.com>
 
566
Date:   Sun Oct 10 22:44:22 2010 +0200
 
567
 
 
568
    Clean and bling up the CLI interface (gpo)