Kovid Goyal
4e04a1a104
More robust tarball compression type detection in the linux installer
2014-08-08 18:31:14 +05:30
Kovid Goyal
e1b4033ee6
...
2014-08-08 18:31:14 +05:30
Kovid Goyal
e9cf38ca52
Smarter updating logic makes is_beta processing obsolete
2014-08-08 18:31:14 +05:30
Kovid Goyal
0abdad0e29
...
2014-08-08 18:31:13 +05:30
Kovid Goyal
4f25c5e165
Add cleanup note
2014-08-08 18:31:13 +05:30
Kovid Goyal
53c9d67133
Change version number to 1.900 for beta releases
...
Also disable update checking when running a beta
2014-08-08 18:31:12 +05:30
Kovid Goyal
5cb78b1003
...
2014-08-08 18:31:12 +05:30
Kovid Goyal
459f6706c3
...
2014-08-08 18:31:12 +05:30
Kovid Goyal
29fab25da6
...
2014-08-08 18:31:11 +05:30
Kovid Goyal
e8d73e534b
...
2014-08-08 18:31:10 +05:30
Kovid Goyal
d1292bbc0f
The Headless Horseman rides!
...
On linux all worker processes/command line tools now use the headless QPA
plugin when using Qt based code. This means that they no longer require
a running X server or xvfb.
2014-08-08 18:31:10 +05:30
Kovid Goyal
5c2bcdf8fc
Finish porting of QWheelEvent
2014-08-08 18:31:10 +05:30
Kovid Goyal
d447567b08
...
2014-08-08 18:31:08 +05:30
Kovid Goyal
4ff0c73b1a
More multiple inheritance porting
2014-08-08 18:31:08 +05:30
Kovid Goyal
e25696f16c
More QVariant porting
2014-08-08 18:31:08 +05:30
Kovid Goyal
8518d8f7dc
More QVariant porting
2014-08-08 18:31:08 +05:30
Kovid Goyal
12f1e58f9f
More QVariant migration
2014-08-08 18:31:08 +05:30
Kovid Goyal
a5dc23ae0f
More removal anf QVariant. Also fix PyQt5 multiple inheritance problem with QMainWindow for main calibre gui
2014-08-08 18:31:08 +05:30
Kovid Goyal
1c01665fe7
...
2014-08-08 18:31:08 +05:30
Kovid Goyal
1f63fab037
...
2014-08-08 18:31:08 +05:30
Kovid Goyal
9ed39c3d6a
Add note about multiple inheritance issues in PyQt5
2014-08-08 18:31:08 +05:30
Kovid Goyal
6c3bdc96df
Note about looking for obsolete classes/functions in Qt 5
2014-08-08 18:31:08 +05:30
Kovid Goyal
d66702e77a
Add note about testing viewer touch screen support on windows
2014-08-08 18:31:07 +05:30
Kovid Goyal
b052f6ed68
Port use of QVariant in the viewer, the viewer now basically works
2014-08-08 18:31:07 +05:30
Kovid Goyal
857b9fa205
Better QVariant use detection
2014-08-08 18:31:07 +05:30
Kovid Goyal
4ec530f316
Code to detect usage of QVariant
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
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
3b2eafc2c4
Port imports
2014-08-08 18:31:06 +05:30