Jonathan Riddell
7761a05f22
Tell releaseme that po is already taken care of
8 years ago
David Rosca
00dfe3ac14
Windows: Don't hardcode plugin path
8 years ago
David Rosca
265c67f173
Require KF518n only with downloaded translations
8 years ago
David Rosca
4d434fabe6
Properly find and link to OpenSSL libs
8 years ago
David Rosca
288585f91a
Fix installing translations
...
When there are mixed gettext and qt translations, they get downloaded
to separate po and poqm folders, so it is no longer needed to handle
it manually.
8 years ago
David Rosca
22a976dab5
Add note that Python plugins support is experimental
8 years ago
David Rosca
9f8dc35c6f
Search for XCB UTIL component
...
BUG: 391225
FIXED-IN: 3.0.1
8 years ago
David Rosca
0118c0cb96
Version 3.0.0
8 years ago
David Rosca
791c9f6b1d
Don't install Python extensions when Python support is disabled
8 years ago
David Rosca
ee84b87d20
PyFalkon: Fix build system
...
It is now enabled when PySide2, Shiboken2 and PythonLibs are found.
8 years ago
Luigi Toscano
c36a113219
gettext translations: extract them and use ECM to load them
...
Summary:
Extract the strings: one main catalog and a catalog for each plugin.
Also use the ECM macro to install the translations.
Ref T6858
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: drosca
Tags: #falkon
Maniphest Tasks: T6858
Differential Revision: https://phabricator.kde.org/D8049
8 years ago
David Rosca
22c88c4261
Bump minimum Qt version to 5.9.0
...
Also remove remaining Qt4 code.
8 years ago
David Rosca
c90e0fefd7
Make it possible to override FALKON_PLUGIN_PATH from cache
8 years ago
David Rosca
2a6f8e9fdc
Fix FALKON_PLUGIN_PATH
8 years ago
David Rosca
b4a1b4acdb
Port benchmarks to cmake
8 years ago
David Rosca
d2e2eef5a5
Move autotests to autotests top-level directory
...
Also only build tests with BUILD_TESTING enabled.
8 years ago
David Rosca
6f20d5e511
Move build config options to config.h
...
Also remove NO_SYSTEM_DATAPATH and DISABLE_UPDATES_CHECK
8 years ago
David Rosca
f87c6897a0
WebPage: Always build nonblock js dialogs support
...
Can be enabled with QUPZILLA_ENABLE_JS_NONBLOCK_DIALOGS environment variable.
8 years ago
David Rosca
4d006b56b5
Fix PLUGIN_PATH when FALKON_INSTALL_PLUGINDIR is absolute
8 years ago
David Rosca
9c3f38fa11
Fix installing and loading plugins
8 years ago
David Rosca
d3f4b59d66
Remove no longer working USE_LIBPATH build option
8 years ago
Razi Alavizadeh
ebd8dd051e
Windows: Fix compile issues after build system changed to cmake.
...
Differential Revision: https://phabricator.kde.org/D8079
9 years ago
Heiko Becker
75bd63ff2d
Add option to deactivate searching for gnome keyring
...
Summary:
The current cmake files search for gnome keyring unconditionally, which
on source-based distros would lead to a hard dependency on the package.
Hence, it would be a good idea to introduce an option to deactivate this
if necessary.
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: heikobecker, drosca
Differential Revision: https://phabricator.kde.org/D8038
9 years ago
David Rosca
f7a364b965
CMake: Add feature summary
9 years ago
David Rosca
2732aadda6
Fix building GnomeKeyring and KWallet password backend plugins
...
Also remove KDE/GNOME integration options and instead always build the plugins
when necessary dependencies are found.
9 years ago
David Faure
eecaf2e9d6
Fix compilation with -DQT_NO_CAST_TO_ASCII
9 years ago
David Faure
76457af130
CMake buildsystem for the autotest
9 years ago
David Faure
6e7a14a9c2
CMake buildsystem for plugins
9 years ago
David Faure
d69e5458f9
First steps towards a cmake buildsystem, currently only builds src/lib.
...
USE_DATADIR no longer exists, QStandardPaths::standardLocations is used
unless NO_SYSTEM_DATAPATH is set.
9 years ago