Charles Haley
|
4b8e110507
|
Remove error in template language documentation
|
2011-06-13 20:25:25 +01:00 |
|
Kovid Goyal
|
7a97db1e36
|
MOBI Output: Set the border attribute on tables if the CSS has border or border-width defined.
|
2011-06-13 09:37:36 -06:00 |
|
Kovid Goyal
|
cab4eb9bd2
|
EPUB Output: Change orphaned <td> tags to <div> as they cause ADE to crash
|
2011-06-13 09:03:43 -06:00 |
|
Kovid Goyal
|
74bfba2caf
|
Allow clicking on the news category in the Tag Browser to display all downloaded periodicals
|
2011-06-13 06:21:22 -06:00 |
|
Kovid Goyal
|
a61a916620
|
Fix #796436 (Private bug)
|
2011-06-13 06:18:52 -06:00 |
|
Charles Haley
|
2e01c22364
|
Merge from trunk
|
2011-06-13 13:16:12 +01:00 |
|
Charles Haley
|
832d0db523
|
Make the news category clickable.
|
2011-06-13 13:15:38 +01:00 |
|
Kovid Goyal
|
88ffeb96f7
|
...
|
2011-06-13 05:52:27 -06:00 |
|
GRiker
|
720f58d80d
|
KG updates
|
2011-06-13 04:36:15 -06:00 |
|
Charles Haley
|
a3c461890f
|
Make updating the device view respect previous searches and sorts. Make using double-click to edit on the device view not attempt to open the library's edit metadata dialog box.
|
2011-06-13 11:03:59 +01:00 |
|
Charles Haley
|
69f06412fa
|
Merge from trunk
|
2011-06-13 09:51:46 +01:00 |
|
Translators
|
5c468d73e8
|
Launchpad automatic translations update.
|
2011-06-13 04:36:18 +00:00 |
|
Kovid Goyal
|
6796453042
|
...
|
2011-06-12 17:05:55 -06:00 |
|
Kovid Goyal
|
0d5c964ea7
|
...
|
2011-06-12 15:36:49 -06:00 |
|
Kovid Goyal
|
db595796fc
|
Email sending: Allow user to stop email jobs (note that stopping may not actually prevent the email from being sent, depending on when the stop happens). Also automatically abort email sending if it takes longer than 15mins. Fixes #795960 (E-mail task hangs)
|
2011-06-12 15:16:56 -06:00 |
|
Kovid Goyal
|
685ef02000
|
Smaller memory limit for spooled file when moving files in db2
|
2011-06-12 13:16:31 -06:00 |
|
Kovid Goyal
|
dea910599f
|
Fix "stop selected Jobs" button trying to stop the same job multiple times
|
2011-06-12 11:24:32 -06:00 |
|
Kovid Goyal
|
ba2b3f05bd
|
Database: Explicitly test for case sensitivity on OS X instead of assuming a case insensitive filesystem. Fixes #796258 (Various file management functions/integrity checks broken on case sensitive OSX)
|
2011-06-12 10:24:54 -06:00 |
|
Kovid Goyal
|
c1c5c8e676
|
...
|
2011-06-12 10:12:12 -06:00 |
|
Kovid Goyal
|
d6377d5a45
|
Get Books: More fixes to the Amazon store plugin
|
2011-06-12 10:04:23 -06:00 |
|
Kovid Goyal
|
7d44fed9e4
|
...
|
2011-06-12 10:03:00 -06:00 |
|
John Schember
|
33b8feb4bf
|
Store: Fix Amazon plugin, listing of books uses old style vertical list for some search terms.
|
2011-06-12 11:53:35 -04:00 |
|
John Schember
|
83b42a4a74
|
Sync to trunk.
|
2011-06-12 11:13:18 -04:00 |
|
Kovid Goyal
|
ee04420a2e
|
...
|
2011-06-12 08:22:52 -06:00 |
|
Translators
|
07185f386f
|
Launchpad automatic translations update.
|
2011-06-12 04:52:02 +00:00 |
|
Charles Haley
|
a67be30f1c
|
Merge from trunk
|
2011-06-11 23:34:37 +01:00 |
|
Kovid Goyal
|
2b4e1d8608
|
Device jobs: Ensure that the job done callback is always called before the next queued device is started
|
2011-06-11 16:20:12 -06:00 |
|
Kovid Goyal
|
8de93d834d
|
...
|
2011-06-11 15:45:51 -06:00 |
|
Kovid Goyal
|
e819fced24
|
...
|
2011-06-11 15:40:45 -06:00 |
|
Kovid Goyal
|
b1979948b5
|
...
|
2011-06-11 15:19:53 -06:00 |
|
Kovid Goyal
|
64bfefa330
|
FunctionDispatcher now checks to prevent dealocking the GUI thread
|
2011-06-11 15:11:01 -06:00 |
|
GRiker
|
8ada9498a5
|
KG updates
|
2011-06-11 14:17:16 -06:00 |
|
Kovid Goyal
|
183fa08138
|
...
|
2011-06-11 14:02:46 -06:00 |
|
Kovid Goyal
|
f80fdd9dd0
|
Revert device jobs changes
|
2011-06-11 13:56:07 -06:00 |
|
Charles Haley
|
07b12774b4
|
Fix problem in FunctionDispatcher where it hangs if calling thread == called thread.
|
2011-06-11 20:53:01 +01:00 |
|
GRiker
|
fed547726c
|
KG updates
|
2011-06-11 13:06:22 -06:00 |
|
Kovid Goyal
|
8dbef634e1
|
Device jobs: Block while the job_done function is being executed.
|
2011-06-11 11:44:00 -06:00 |
|
Kovid Goyal
|
7fccb95fc2
|
...
|
2011-06-11 11:28:10 -06:00 |
|
Charles Haley
|
0338744cb8
|
Use FunctionDispatcher instead of Dispatcher in device to improve job-to-job synchronization
|
2011-06-11 18:13:59 +01:00 |
|
Charles Haley
|
9ed81718dd
|
Merge from trunk
|
2011-06-11 18:12:22 +01:00 |
|
Kovid Goyal
|
72d9c3fa96
|
Fix bundled PyCrypto in the windows build
|
2011-06-11 09:50:34 -06:00 |
|
Kovid Goyal
|
fb107eb94a
|
FB2 Input: Do not specify font families/background colors
|
2011-06-11 09:27:21 -06:00 |
|
Kovid Goyal
|
7a16626073
|
UK Daily Mirror by Dave Asbury
|
2011-06-11 08:25:21 -06:00 |
|
Translators
|
55703b4800
|
Launchpad automatic translations update.
|
2011-06-11 04:56:10 +00:00 |
|
Kovid Goyal
|
75b585e071
|
New Musical Express Magazine by scissors
|
2011-06-10 12:52:14 -06:00 |
|
GRiker
|
60c0f68578
|
0.8.5 update
|
2011-06-10 12:30:29 -06:00 |
|
Kovid Goyal
|
c565502e78
|
IGN:Tag release
|
2011-06-10 12:06:13 -06:00 |
|
Kovid Goyal
|
f9623009fd
|
version 0.8.5
|
2011-06-10 11:00:50 -06:00 |
|
Kovid Goyal
|
771358e1b7
|
Updated translations
|
2011-06-10 10:42:41 -06:00 |
|
Kovid Goyal
|
48a78bca52
|
...
|
2011-06-10 10:41:07 -06:00 |
|