28274 Commits

Author SHA1 Message Date
Kovid Goyal
fa5a77afde Port various import from QtGui to Qt 2014-08-08 18:31:07 +05:30
Kovid Goyal
098f178dfc Port usage of QString and various miscellaneous imports that no longer work 2014-08-08 18:31:07 +05:30
Kovid Goyal
04e342c072 ... 2014-08-08 18:31:07 +05:30
Kovid Goyal
d240581bce note about creating import checker 2014-08-08 18:31:07 +05:30
Kovid Goyal
39dbd718d6 Port syntax highlighters 2014-08-08 18:31:07 +05:30
Kovid Goyal
f5334df877 Port WebKit imports and QChar
WebKit has been split up into QtWebKit and QtWebKitWidgets. Change
imports accordingly.

Replace use of QChar since it no longer exists in PyQt5
2014-08-08 18:31:07 +05:30
Kovid Goyal
f090af1bd0 Add note about headless Qt QPA plugin 2014-08-08 18:31:07 +05:30
Kovid Goyal
1ba821eb0d Port coffeescript compiler 2014-08-08 18:31:07 +05:30
Kovid Goyal
abf157b816 Fix mouse wheel not working in diff view 2014-08-08 18:31:07 +05:30
Kovid Goyal
f1842ae443 Port: setMargin() reset() QStringList()
setMargin(): QLayout no longer has a setMargin() function, replace with
setContentsMargins()

reset(): QAbstractListModel no longer has reset(), replace with
beginResetModel(), endResetModel()

QStringList: No longer exists, a simply python list of strings works
instead
2014-08-08 18:31:07 +05:30
Kovid Goyal
5068f62f0f Get rid of the PyQt4 string from everywhere 2014-08-08 18:31:07 +05:30
Kovid Goyal
62f72877e9 faster builds 2014-08-08 18:31:07 +05:30
Kovid Goyal
d18a999f31 Allow controlling PyQt5 import path via the env var PYQT5_IMPORT_PATH 2014-08-08 18:31:07 +05:30
Kovid Goyal
1f3d25d934 Port the progress indicator extension to PyQt5 2014-08-08 18:31:06 +05:30
Kovid Goyal
f449426476 Port build script for building PyQt extensions to PyQt5 2014-08-08 18:31:06 +05:30
Kovid Goyal
3b2eafc2c4 Port imports 2014-08-08 18:31:06 +05:30
Kovid Goyal
6004b84c5d Port compiling of .ui forms 2014-08-08 18:31:06 +05:30
Kovid Goyal
ecd89949a2 Viewer: Add reload action to right click menu 2014-08-08 18:19:43 +05:30
Kovid Goyal
c63f8e46b2 Library check: Add buttons to conveniently mark all fixable/deletable items. Fixes #1353954 [Enhancement - In 'Check library' allow select all for extra titles, extra authors, etc](https://bugs.launchpad.net/calibre/+bug/1353954)
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-08-08 17:56:20 +05:30
Charles Haley
5e92bc8f8f Enhancement #1353954 - Select all buttons. Note that the button layout changed considerably. 2014-08-08 12:25:19 +02:00
Kovid Goyal
e0b26eb18b version 1.48.0 v1.48.0 2014-08-08 08:51:35 +05:30
Kovid Goyal
84d7a77d2d E-book viewer: Allow reloading the current book by pressing F5 or Ctrl+R. Fixes #1354059 [[feature-request] reload ePub file in ebook-viewer](https://bugs.launchpad.net/calibre/+bug/1354059) 2014-08-07 22:09:54 +05:30
Kovid Goyal
af628992c0 Driver for Kiano Booky Light. Fixes #1353893 [calibre doesn't see the device, Kiano Booky Light](https://bugs.launchpad.net/calibre/+bug/1353893) 2014-08-07 14:23:20 +05:30
Kovid Goyal
fd544e7058 ... 2014-08-07 11:51:57 +05:30
Kovid Goyal
454f2e03a8 Edit Book: Fix position syncing and Live CSS not working if the opening tag is split over multiple lines 2014-08-07 11:50:12 +05:30
Kovid Goyal
e72325ab99 ... 2014-08-07 09:46:52 +05:30
Kovid Goyal
ebd912766d Use ICU for case change operations in line edits 2014-08-06 21:22:57 +05:30
Kovid Goyal
d39c25b413 Edit Book: Allow changing the case of selected text by right clicking and choosing the appropriate change case action. Fixes #1353263 [[Enhancement] - add Change Case functionality to Edit Book](https://bugs.launchpad.net/calibre/+bug/1353263) 2014-08-06 21:20:03 +05:30
Kovid Goyal
ebfdca8c18 Add an ICU based implementation of swapcase() 2014-08-06 21:16:16 +05:30
Kovid Goyal
0c8044e7b6 Edit Book: In the right click menu, do not show cut/copy/undo/redo items if they are disabled 2014-08-06 20:35:26 +05:30
Kovid Goyal
580c35d407 Viewer: Do not forget the ToC open on start preference if viewer opened with a book that has no ToC 2014-08-06 20:23:15 +05:30
Kovid Goyal
f8d57615b9 ... 2014-08-06 20:10:51 +05:30
Kovid Goyal
4671eec21e E-book viewer: Show open file name first in window title 2014-08-06 14:53:23 +05:30
Kovid Goyal
47c6729235 ... 2014-08-06 14:21:18 +05:30
Kovid Goyal
fa72639661 calibredb list: Have --for-machine dump the output in JSON instead of using ASCII separators, as most scripting languages have JSON parsers builtin 2014-08-06 14:17:09 +05:30
Kovid Goyal
e726ccb5ea ... 2014-08-06 14:00:31 +05:30
Kovid Goyal
cc5d335c22 zsh completion: Complete filenames inside epub files for ebook-edit 2014-08-06 13:51:17 +05:30
Kovid Goyal
8b42cae6e4 ... 2014-08-06 13:50:47 +05:30
Kovid Goyal
20553e8234 zsh completion: Case independent extension matching 2014-08-06 12:35:11 +05:30
Kovid Goyal
eef88f8f3f pep8 2014-08-06 11:28:34 +05:30
Kovid Goyal
e20fedd52a ebook-edit: Allow specifying multiple internal files to open and get rid of the unneeded --edit-file option. 2014-08-06 11:22:15 +05:30
Kovid Goyal
f5345785f7 EPUB metadata: When updating the language in an EPUB file, preserve the country code, if the new language is the same as the original language in the EPUB file. 2014-08-06 10:34:22 +05:30
Kovid Goyal
d134c803ba Refactor 2014-08-06 10:05:14 +05:30
Kovid Goyal
ebf87dada1 Edit Book: Fix choosing default dictionary based on language tag in the OPF ignoring the country code 2014-08-06 09:48:02 +05:30
Kovid Goyal
bf7b19f3c6 Add delete bookmark to context menmu and keyboard shortcut 2014-08-06 09:40:06 +05:30
Kovid Goyal
e35166aeef When adding a new bookmark select it in the bookmarks panel 2014-08-06 09:34:26 +05:30
Kovid Goyal
b1e3fab82d ... 2014-08-05 23:23:44 +05:30
Kovid Goyal
603e486e8c Update Maximum PC 2014-08-05 23:21:38 +05:30
Kovid Goyal
1322a5466c Add a context menu to the bookmarks view to sort bookmarks by name or book position 2014-08-05 23:19:37 +05:30
Kovid Goyal
3b3b7bd815 Refactoring 2014-08-05 22:38:05 +05:30