d50eb6e822
Show page zoom level in locationbar
...
- Only show up when the zoom level is different than the default zoom
level set in preferences.
BUG: 399001
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-07-16 12:03:42 +02:00
Javier Llorente
1ba9863b66
Add CertificateManager to CMakeLists
2023-06-18 18:35:29 +00:00
Javier Llorente
db0584f81e
Implement download integration with Plasma
2023-05-05 22:13:32 +00:00
Laurent Montel
05b3f2eeec
Show all headers in qtc6
2022-06-18 07:25:09 +02:00
Laurent Montel
1906529b68
Show headers in qtc6 + we can use qt cmake macro as we depend against
...
qt5.15
2022-06-16 19:24:50 +02:00
Tobias C. Berner
3efda1bda4
Add Intl_LIBRARIES and Intl_INCLUDE_DIRS to FalkonPrivate
...
Summary: See https://build.kde.org/view/OS%20-%20FreeBSD/job/Extragear/job/falkon/job/stable-kf5-qt5%20FreeBSDQt5.13/13/console
Reviewers: #freebsd, aacid, drosca
Reviewed By: drosca
Subscribers: falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D26007
2019-12-14 22:46:52 +01:00
Christoph Cullmann
44e753fc9f
Added QLoggingCategory to Falkon
...
Summary:
Getting to know how the application works i needed a way to investigate some bits and pieces in the code. That's why I created the following patch.
Debug lines can be created with the following code:
`qCDebug(FALKON_PRIVATE_LOG) << "testing 123, testing";`
and debug lines can be activated with the runtime flag:
` QT_LOGGING_RULES="org.kde.falkon.debug=true"`
Reviewers: #falkon, drosca
Reviewed By: #falkon, drosca
Subscribers: cullmann, falkon
Tags: #falkon
Differential Revision: https://phabricator.kde.org/D21770
2019-08-24 17:19:53 +02:00
David Rosca
5e6f92f7bc
OcsSupport: Add initial support for downloading themes/extensions
2019-04-18 16:25:27 +02:00
David Rosca
1a81c0c821
Add ProtocolHandlerDialog
...
It is now possible to remove previously registered protocol handlers.
2019-03-14 11:14:25 +01:00
David Rosca
db9d506cf5
Add support for Navigator.registerProtocolHandler()
...
It is now possible to eg. register webmail to handle mailto:
links.
If a site asks to register protocol handler, it will be available
in site info widget (right click on web icon in location bar).
Requires QtWebEngine >= 5.11
BUG: 403183
FIXED-IN: 3.1.0
2019-01-28 17:54:43 +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
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
9ee1fc9c59
Merge branch 'Falkon/3.0'
2018-03-24 21:47:53 +01:00
David Rosca
588018e338
Only link to libcrypto
2018-03-23 12:07:52 +01:00
David Rosca
4d434fabe6
Properly find and link to OpenSSL libs
2018-03-23 11:16:19 +01:00
David Rosca
89dd68f1dd
Remove ButtonBox, Widget and ResizableFrame classes
2018-03-01 19:37:42 +01:00
David Rosca
43f69d8f34
Remove Frame class
2018-03-01 19:33:24 +01:00
David Rosca
3945cb76bb
Remove unused EmptyNetworkReply
2018-03-01 19:10:23 +01:00
David Rosca
0118c0cb96
Version 3.0.0
2018-02-27 14:42:16 +01:00
David Rosca
6dff236e07
Fix exporting QtSingleApplication
2018-02-26 11:14:11 +01:00
David Rosca
9db6745ee5
Port theme metadata to standard desktop file
...
This makes it possible to translate it.
2018-02-11 11:42:37 +01:00
David Rosca
4a1d807fec
Remove QzRegExp
...
Port directly to QRegularExpression everywhere
2018-02-11 10:54:59 +01:00
David Rosca
f1c7c2beaf
Remove NetworkProxyFactory
2018-02-11 10:24:55 +01:00
David Rosca
b933e87c99
Add TabMruModel
...
Sorts tabs in most recently used order.
2018-02-06 17:39:05 +01:00
David Rosca
e28b2048df
NetworkManager: Add support for "extension://" scheme
2018-02-05 16:47:46 +01:00
David Rosca
e57fb65c95
Add TabTreeModel
...
This model orders tabs in "Tree Style Tabs" fashion.
2018-01-31 21:03:06 +01:00
David Rosca
2377503517
Add TabModel
2018-01-31 20:54:50 +01:00
David Rosca
444884bee9
Rename StatusBarMessage -> StatusBar
2018-01-24 20:36:34 +01:00
David Rosca
1f9599aac7
Add DownloadsButton to navigation toolbar
...
It is visible only when there are items in download manager and shows
number of active downloads in badge text.
2018-01-11 19:48:43 +01:00
David Rosca
ff1171abf0
AdBlock: Make it as self-contained as possible
...
It could be easy now to turn it into real loadable plugin.
2018-01-11 19:36:32 +01:00
David Rosca
4a4d5b72ad
Add NavigationBarConfigDialog
...
Allows to change layout of navigation bar and hide/show search bar.
2018-01-11 19:32:54 +01:00
David Rosca
6824ea17f2
NavigationBar: Add support for adding additional tool buttons
2018-01-11 19:28:32 +01:00
David Rosca
ef06ed567a
Add ClosedWindowsManager allowing to restore closed windows
...
Closes #2306
2018-01-02 15:03:11 +01:00
Razi Alavizadeh
f041d87534
Move tab context-menu methods to TabContextMenu.
2017-10-03 17:02:24 +03:30
David Rosca
626e8c5f8a
Change library SOVERSION to 2
2017-09-25 18:37:47 +02:00
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.
2017-09-09 20:27:44 +02:00