1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Heiko Becker
165d64e63f GIT_SILENT Upgrade release service version to 23.04.0. 2023-04-12 17:54:36 +02:00
Albert Astals Cid
329e05f679 GIT_SILENT Upgrade release service version to 23.03.90. 2023-03-30 22:14:45 +02:00
Albert Astals Cid
5306fc775c GIT_SILENT Upgrade release service version to 23.03.80. 2023-03-10 20:57:52 +01:00
Albert Astals Cid
52c46ead9d GIT_SILENT Upgrade release service version to 23.03.70. 2022-11-05 21:58:16 +01:00
Friedrich W. H. Kossebau
1fac29ecea Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
GIT_SILENT
2022-09-05 16:25:42 +00:00
Albert Astals Cid
71a21f3276 GIT_SILENT Upgrade release service version to 22.11.70. 2022-07-13 00:16:51 +02:00
Albert Astals Cid
4a497c15d8 GIT_SILENT Upgrade release service version to 22.07.70. 2022-03-12 13:29:23 +01:00
Jonathan Esk-Riddell
e232844f4b use version number of kde gear 2022-02-14 12:29:56 +00:00
Jonathan Esk-Riddell
14171e2995 use version number of kde gear 2022-02-14 12:29:31 +00:00
Adriaan de Groot
36af53bf8c CMake: bump dependency versions to Debian-11-compatible
This jumps the deps to 'current-ish' versions of CMake, Qt and KDE Frameworks.
The listed versions are available on Debian-11, which we'll take as a baseline
for what should be a supported (Linux) distribution.
2022-01-18 16:38:13 +01:00
Adriaan de Groot
8d6eea1571 CMake: bump development Falkon version to 3.2.99 2022-01-18 16:32:10 +01:00
Adriaan de Groot
19fee5f2fa CMake: bump Falkon version to 3.2.0 2022-01-18 16:29:26 +01:00
Kevin Kofler
b6131a2de9 Revert "Remove GnomeKeyringPasswords plugin"
This reverts commit b9fb89a31c.

This plugin was removed due to the underlying library being deprecated
and removed from some distributions. However:

* the gnome-keyring library is still available in Fedora Rawhide,
* the plugin is optional, and the availability of the library is
  automatically detected, so having the plugin available will not hurt
  users who do not have access to the underlying library, as Falkon will
  just be built without the optional plugin then,
* distribution packagers can put the plugin into an optional subpackage
  (which I have always done in Fedora to begin with),
* a replacement plugin using libsecret (the upstream replacement for
  libgnome-keyring) is still not available, and
* perhaps most importantly: not having the plugin available leaves users
  with no easy way to access their existing saved passwords (due to no
  libsecret plugin being available), which is IMHO not acceptable.
2022-01-18 14:59:43 +00:00
Jonah Brüchert
c2afba9ed3 CMake: Split QtWebEngine find_package calls
Required for cmake to search for QtWebEngine in a seperate prefix, for example when building flatpaks, where Qt is in /usr but QtWebEngine is in /app since org.kde.Sdk 5.13.
2020-08-27 13:14:42 +00:00
Luigi Toscano
9de051fb20 Merge remote-tracking branch 'origin/Falkon/3.1' 2019-12-16 00:36:11 +01:00
Luigi Toscano
f1b7661b1f Update a few internal KDE URLs
Use the generic redirect commits.kde.org insteaf of:
- projects.kde.org, which has been obsolete for a while;
- cgit.kde.org, which is not a future-proof URL anyway.
2019-12-16 00:34:12 +01:00
David Rosca
b9fb89a31c
Remove GnomeKeyringPasswords plugin
Modern distributions no longer have the deprecated library in repos.
2019-04-21 11:03:35 +02:00
David Rosca
5e6f92f7bc
OcsSupport: Add initial support for downloading themes/extensions 2019-04-18 16:25:27 +02:00
David Rosca
cb30ecb994
Merge branch 'Falkon/3.1' 2019-04-05 20:40:15 +02:00
David Rosca
479933e095
PyFalkon: Fix build with Qt 5.12.2
BUG: 405833
FIXED-IN: 3.1.1
2019-03-25 11:38:27 +01:00
David Rosca
fbe4ec6ddb
Merge branch 'Falkon/3.1' 2019-03-20 13:25:08 +01:00
David Rosca
797e4c12a2
QML Plugins: Fix exporting i18n functions 2019-03-20 11:53:31 +01:00
David Rosca
91329399e1
Merge branch 'Falkon/3.1' 2019-03-20 11:41:02 +01:00
David Rosca
71b54b5bbf
Use correct package name for Intl 2019-03-20 11:40:11 +01:00
David Rosca
17c45ca971
Bump version to 3.1.99 2019-03-20 11:30:54 +01:00
David Rosca
2853a1ee88
Version 3.1.0 2019-03-19 18:01:52 +01:00
David Rosca
38ea9974b4
Revert "Change minimum Qt version to 5.10"
This reverts commit 19cce0c838.
2018-12-25 11:21:06 +01:00
David Rosca
19cce0c838
Change minimum Qt version to 5.10 2018-12-25 10:43:05 +01:00
Nicolas Fella
7bca744cab Enable page sharing
Summary:
Use the new ShareUrl support from Purpose to share pages. ATM only sending the page via KDE Connect and Email is supported, but more can be added easily by extending Purpose.

{F6449845}

Depends on D17285
Bug: 393543

Test Plan: Send page to phone via KDE Connect

Reviewers: #falkon, drosca

Reviewed By: #falkon, drosca

Subscribers: drosca, falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D17286
2018-12-04 04:00:44 +01:00
Anmol Gautam
5daddc4c6c Add QML Extensions API
Summary: Add QML Extensions API

Reviewers: drosca

Reviewed By: drosca

Subscribers: falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D14774
2018-09-29 00:47:47 +05:30
David Rosca
0f1c46d0e7
Merge branch 'Falkon/3.0' 2018-05-26 20:13:17 +02:00
Tobias C. Berner
37a79e3ad4 Use IMPORTED_TARGET for GnomeKeyring.
Summary:
Otherwise we would need to append also GNOME_KEYRING_LIBRARY_DIRS to
link_directories.

```
/usr/bin/ld: cannot find -lgnome-keyring
c++: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
```

Reviewers: #falkon, #automotive, kkofler, drosca

Subscribers: falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D12980
2018-05-19 14:26:50 +02:00
David Rosca
148d2d94c1
Use QTWEBENGINE_VERSION instead of QT_VERSION
Allows to build against separate QtWebEngine releases.
2018-05-14 13:53:05 +02:00
David Rosca
e01024942f
Merge branch 'Falkon/3.0' 2018-05-14 13:32:58 +02:00
Kevin Kofler
d06a0d60e0 Fix the fix for #391300 to require only QtWebEngine 5.10, not Qt 5.10
QtWebEngine can be newer than the rest of Qt (e.g., on Fedora 27).

This fixes the version check in WebView::savePageAs to use a macro
defined in config.h.cmake based on the version of QtWebEngineWidgets
rather than relying on QT_VERSION, which is the version of QtCore.

Reviewed By: drosca
Differential Revision: https://phabricator.kde.org/D12833
CCBUG: 391300
2018-05-12 13:29:39 +02:00
David Rosca
4bf77cd4d1
Version 3.0.1 2018-05-08 16:17:08 +02:00
Jonathan Riddell
7761a05f22 Tell releaseme that po is already taken care of 2018-04-12 12:23:51 +01:00
David Rosca
96f17baa46
Rename KDESupport -> KDEFrameworksIntegration plugin 2018-03-31 16:55:50 +02:00
David Rosca
05fa1338d8
KDESupport: Use KCrash for crash reporting 2018-03-31 16:43:41 +02:00
David Rosca
c53cf4b32e
Merge branch 'Falkon/3.0' 2018-03-27 10:43:03 +02:00
David Rosca
00dfe3ac14
Windows: Don't hardcode plugin path 2018-03-27 10:40:40 +02:00
David Rosca
9ee1fc9c59
Merge branch 'Falkon/3.0' 2018-03-24 21:47:53 +01:00
David Rosca
265c67f173
Require KF518n only with downloaded translations 2018-03-24 08:09:42 +01:00
David Rosca
4d434fabe6
Properly find and link to OpenSSL libs 2018-03-23 11:16:19 +01:00
David Rosca
933dadc6b2
KDESupport: Add basic support for KIO
BUG: 391924
FIXED-IN: 3.1.0
2018-03-16 16:06:47 +01:00
Jonathan Riddell
35a226a3fd Tell releaseme that po is already taken care of 2018-03-02 17:43:12 +00:00
David Rosca
d5b83d8a1f
Merge branch 'Falkon/3.0' 2018-03-02 16:45:45 +01:00
David Rosca
3bea379ed1
Revert "call ecm_install_po_files_as_qm if po dir exists. this stops Neon CI adding its own po instructions which breaks because of clashes in src/main/"
This reverts commit 83f1e9c329.
2018-03-02 16:45:41 +01:00
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.
2018-03-02 16:43:31 +01:00
Jonathan Riddell
83f1e9c329 call ecm_install_po_files_as_qm if po dir exists. this stops Neon CI adding its own po instructions which breaks because of clashes in src/main/ 2018-03-02 14:38:37 +00:00