David Rosca
633748a815
Merge branch 'Falkon/3.0'
2018-06-18 13:40:15 +02:00
David Rosca
4c83ba3d6c
PyFalkon: Fix build with PySide2 release
2018-06-18 13:39:46 +02:00
David Rosca
c71ca333e8
PyFalkon: Fix build with latest PySide2
...
Add support for scheme handlers as PySide2 added QtWebEngineCore module.
2018-05-01 13:07:47 +02:00
David Rosca
d1fad353d0
PyFalkon: Fix build with latest PySide2
...
Add support for scheme handlers as PySide2 added QtWebEngineCore module.
2018-04-29 20:19:14 +02:00
David Rosca
8a5c69b8a1
Add SqlQueryJob to run queries on separate thread
2018-04-11 18:24:09 +02:00
David Rosca
f6f54efc59
Fix building PyFalkon tests
2018-04-06 18:49:40 +02:00
David Rosca
fd8cc0b356
PyFalkon: Add basictest
2018-03-23 18:05:54 +01:00
David Rosca
18cf0ce480
PyFalkon: Add pyfalkontestrunner for tests
2018-03-23 17:56:53 +01:00
David Rosca
d3159348b4
PyFalkon: Remove WebPage::javaScriptPrompt
2018-03-03 12:57:28 +01:00
David Rosca
db66ea91df
PyFalkon: Export Menu and Action classes + fix warnings
2018-03-01 20:38:43 +01:00
David Rosca
e427f14445
PyFalkon: Rename pyfalkon.xml -> typesystem_pyfalkon.xml
2018-03-01 19:42:56 +01:00
David Rosca
27506e3ba1
PyFalkon: Add __version__ and __version_info__
2018-02-26 20:29:13 +01:00
David Rosca
228e672254
PyFalkon: Suppress workarounded warnings
2018-02-26 16:59:54 +01:00
David Rosca
190635db1b
PyFalkon: Export rest of the classes
2018-02-26 16:40:42 +01:00
David Rosca
2873cf45a9
PyFalkon: Install into standard plugin path
2018-02-26 11:14:12 +01:00
David Rosca
ee84b87d20
PyFalkon: Fix build system
...
It is now enabled when PySide2, Shiboken2 and PythonLibs are found.
2018-02-26 11:14:12 +01:00
David Rosca
3f1d37ab69
PyFalkon: Wrap more classes
2018-02-26 11:14:12 +01:00
David Rosca
1cf47bfdb5
PyFalkon: Remove PythonPluginObject
...
Instead just export global registerPlugin function.
2018-02-26 11:14:11 +01:00
David Rosca
2e377390b5
Add experimental support for Python extensions
...
Disabled by default until the build system is sorted out.
As it is now, Python extensions are loaded from "python"
subdirectory in standard plugin paths. Extensions can be loaded
and unloaded same way as C++ plugins.
Currently there are only wrappers needed to get PluginInterface
working from Python, other Falkon classes are inaccessible.
2018-02-25 18:51:31 +01:00