mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fb03cf1bf8
commit
8092fd185a
@ -16,6 +16,8 @@
|
|||||||
- title: "Autofit covers in available space when viewing book details (can be turned off)"
|
- title: "Autofit covers in available space when viewing book details (can be turned off)"
|
||||||
tickets: [4536]
|
tickets: [4536]
|
||||||
|
|
||||||
|
- title: "Tips for recipe writers added to the wiki at http://bugs.calibre-ebook.com/wiki/RecipeTips"
|
||||||
|
|
||||||
bug fixes:
|
bug fixes:
|
||||||
- title: "Switch to non WMI based method of detecting devices on windows"
|
- title: "Switch to non WMI based method of detecting devices on windows"
|
||||||
type: major
|
type: major
|
||||||
@ -50,8 +52,6 @@
|
|||||||
- title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X"
|
- title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X"
|
||||||
tickets: [4521]
|
tickets: [4521]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
new recipes:
|
new recipes:
|
||||||
- title: MSNBC
|
- title: MSNBC
|
||||||
author: Darko Miletic
|
author: Darko Miletic
|
||||||
|
@ -1769,7 +1769,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
|
|||||||
'<a href="%s">DRM</a>ed book. You must first remove the '
|
'<a href="%s">DRM</a>ed book. You must first remove the '
|
||||||
'DRM using third party tools.')%\
|
'DRM using third party tools.')%\
|
||||||
(job.description.split(':')[-1],
|
(job.description.split(':')[-1],
|
||||||
'http://wiki.mobileread.com/wiki/DRM'))
|
'http://bugs.calibre-ebook.com/wiki/DRM'))
|
||||||
d.setModal(False)
|
d.setModal(False)
|
||||||
d.show()
|
d.show()
|
||||||
self._modeless_dialogs.append(d)
|
self._modeless_dialogs.append(d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user