975 Commits

Author SHA1 Message Date
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
d240581bce note about creating import checker 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
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
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
40540fae6d ... 2014-08-02 12:22:06 +05:30
Kovid Goyal
c5c1a3d84c ... 2014-08-02 11:28:43 +05:30
Kovid Goyal
63e8f0de50 Improve compression of source tarball 2014-08-01 10:33:47 +05:30
Kovid Goyal
b4487b44d2 ... 2014-07-30 16:29:05 +05:30
Kovid Goyal
030a31efb9 Change fosshub mirror used for uploading. 2014-07-30 14:54:16 +05:30
Kovid Goyal
fad36c7f03 ... 2014-07-30 11:23:31 +05:30
Kovid Goyal
de26f1e9a3 Nicer debug output when a plugin's thread is missing the plugin zip file 2014-07-29 11:47:02 +05:30
Kovid Goyal
fe07f51d14 Also list ported plugins 2014-07-18 12:44:47 +05:30
Kovid Goyal
9289d6a4eb Collect stats on how many plugins have been ported to Qt 5 2014-07-18 12:41:12 +05:30
Kovid Goyal
4b8f7184fb Linux binary: Do not fail on system with invalid locale info. Instead default to using the UTF-8 encoding on these systems. Fixes #1343444 [calibre crash with utf_8_valencia](https://bugs.launchpad.net/calibre/+bug/1343444) 2014-07-18 07:59:30 +05:30
Kovid Goyal
40e2807604 ... 2014-07-11 16:31:46 +05:30
Kovid Goyal
3ba4f7d607 Fix duplicate entries int he ToC for the EPUB and AZW3 versions of the User Manual 2014-07-11 16:23:13 +05:30
Kovid Goyal
3f86a1d5be rsync on my dev machine no longer supports -z 2014-06-27 09:21:54 +05:30
Kovid Goyal
a8ba2c3bfd ... 2014-06-25 09:05:46 +05:30
Kovid Goyal
1b1f61bde6 30% speed up on html syntax highlighting by using a C implementation for the Tag and State classes 2014-06-23 21:11:32 +05:30
Kovid Goyal
2f86ec6ccd ... 2014-06-21 09:20:39 +05:30
Kovid Goyal
7f0300a485 Implement extraction of user manual strings for translation 2014-06-17 14:36:21 +05:30
Kovid Goyal
673c28f8aa ... 2014-06-12 20:47:59 +05:30
Kovid Goyal
2e4c1b6277 Slim down bundled Qt 5 2014-06-08 18:10:32 +05:30
Kovid Goyal
c5a1065a76 Update PyQt build instructions 2014-06-06 11:09:45 +05:30
Kovid Goyal
de7e6b46fd ... 2014-06-06 09:56:31 +05:30
Kovid Goyal
64c865f31d Proper fix for incorrect progress in portable installer 2014-06-06 07:48:25 +05:30
Kovid Goyal
585eaaafea More accurate progress while decompressing the portable installer 2014-06-05 23:00:22 +05:30
Kovid Goyal
2b64c18470 Portable installer: Fix a crash if the user selects a destination for the portable install that does not have enough disk space. Fixes #1324575 [Portable install crashes on low disk space](https://bugs.launchpad.net/calibre/+bug/1324575) 2014-06-05 22:46:43 +05:30
Kovid Goyal
2e58955e38 Fix err strings 2014-06-05 22:42:15 +05:30
Kovid Goyal
309668f077 More robust host IP detection when building calibre 2014-06-05 22:18:00 +05:30
Kovid Goyal
4d2ed78698 ... 2014-06-05 18:34:45 +05:30
Kovid Goyal
107303bf06 Track translations in their own reporsitory 2014-05-26 14:12:03 +05:30
Kovid Goyal
202a076dc8 Move get_translations over to Transifex 2014-05-26 13:45:03 +05:30
Kovid Goyal
53a7d0f330 Port the building of translations 2014-05-26 12:01:03 +05:30
Kovid Goyal
6bc70dc2f4 Port sdist to use the new translations layout 2014-05-26 11:44:32 +05:30
Kovid Goyal
2363f44a65 Start work on migrating to transifex. See https://srctwig.com/2012/08/02/localisation-with-git-and-transifex/ for a nice summary of workflow using the command line tool 2014-05-26 11:44:32 +05:30
Kovid Goyal
70a1748deb ... 2014-05-25 14:00:16 +05:30
Kovid Goyal
aeb770978c ... 2014-05-25 12:50:07 +05:30
Kovid Goyal
ec319c0a88 More Qt compilation notes 2014-05-25 11:46:10 +05:30
Kovid Goyal
4dccd159ed Finish up QT 5 build instructions on windows 2014-05-24 08:59:30 +05:30
Kovid Goyal
29c5efa641 Update Qt build notes for Qt 5 2014-05-23 13:18:15 +05:30
Kovid Goyal
ea6e707d03 ... 2014-05-23 09:24:35 +05:30
Kovid Goyal
adac7e6d1e Initial implementation of C code to speedup tinycss tokenization
Needs testing.
2014-05-22 14:17:15 +05:30
Tony Finch
2be66d733e Allow calibre to be used by multiple users on Mac OS X.
Fixes bug #1320347

For reference see https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-113300
2014-05-19 10:43:43 +01:00