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

142 Commits

Author SHA1 Message Date
aadae5dd9e
AdBlock: Workaround for "Blocked content" page
- QtWebEngine blocks redirection to "data:" urls.
- Includes light / dark style

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-27 00:58:51 +02:00
5ece02142b
Update CHANGELOG
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-03-25 03:24:56 +01:00
caac4f564f
Update CHANGELOG
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-02-18 23:08:23 +01:00
8ecc0d2862
GIT_SILENT Update CHANGELOG with notable changes
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2023-02-05 22:57:53 +01:00
c2d32dff62
SVN_SILENT Update changelog
NO_CHANGELOG

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-10-02 19:10:09 +02:00
f72e3dc341
GIT_SILENT Update CHANGELOG
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-09-10 11:28:01 +02:00
b67e78031f
Update CHANGELOG with notable changes
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-09-04 23:10:25 +02:00
Jonathan Riddell
7381c02279 release 2022-01-31 12:15:09 +00:00
Adriaan de Groot
12aa99ad50 Changes: correct conflict marker and remove reverted removal 2022-01-18 16:04:03 +01:00
Adriaan de Groot
1781ea1fae Changes: document new feature
BUG: 443947
2022-01-18 15:56:27 +01:00
Adriaan de Groot
5400937d17 Changes: add draft release notes from Juraj 2022-01-18 15:55:13 +01:00
Adriaan de Groot
89e5c83997 Changes: start a changelog for the 3.2 release 2022-01-18 15:55:13 +01:00
David Rosca
2853a1ee88
Version 3.1.0 2019-03-19 18:01:52 +01:00
David Rosca
4bf77cd4d1
Version 3.0.1 2018-05-08 16:17:08 +02:00
David Rosca
0118c0cb96
Version 3.0.0 2018-02-27 14:42:16 +01:00
David Rosca
fc37057bee Version 2.1.2 2017-03-15 19:26:50 +01:00
David Rosca
28273f9613 Version 2.1.1 2017-02-13 23:13:10 +01:00
David Rosca
4062473e98 Version 2.1.0 2017-02-04 10:47:24 +01:00
David Rosca
19ac3667bc Fix typo in CHANGELOG 2016-10-24 17:41:37 +02:00
David Rosca
dd388cdf1f Version 2.0.2 2016-10-24 17:35:49 +02:00
David Rosca
f6e18df226 Fix typo in CHANGELOG 2016-06-08 20:51:47 +02:00
David Rosca
4832028600 Version 2.0.1 2016-06-08 16:24:44 +02:00
Marti Martz
1fe3bed362 Mac: Repair current OpenSSL undefined reference from homebrew to dynamic (#1971)
* Repair current OpenSSL static reference from homebrew

* These are the default locations, as of today, for Mac OS X 10.11.4 *(El Capitan)*

**NOTES**
* This could really use some environment variables for homebrew root and which SSL version is in use. Not familiar enough yet with recent Qt to do this at this time.
* Symbolic links could also be used but again determining the current homebrew SSL installed is something to be desired e.g. similar to `$ openssl version` e.g. perhaps a `cut` of `$ brew info openssl`?

Refs:
* http://brew.sh/ *(homepage)*
* https://github.com/Homebrew/brew *(repo)*

Historical refs:
* #1888
* #1850

* Mac: Scrape `brew` output for openssl working install directory as per @nowrep

* Addresses a long standing bug on Mac compiling with this project
* Also correct the BUILDING markdown file for OS X... was awaiting response from the owner to do this to see which direction to move.

**NOTES**
* Quotes **are required** when using `$$system` here otherwise `cut` fails with no switch argument found

Applies to #1971

* Fix BUILDING to BUILDING.md

* Do this so it actually parses markdown

Indirectly related to #1971

* Fix `brew` to Homebrew

* Even though the project is named `brew` and owner is `Homebrew` their pages refers to it as `Homebrew`

Applies to #1971

* Yet another change

* There are more symlinks... so the results from `brew --prefix openssl` yields a symlinked path and adding `/include` and `/lib` to them resolve alternately to the `Cellar`. Feel **much** better about using this one since it's an exact API as I mentioned earlier in the PR

Applies to #1971

* Add a single newline for @cranes-bill

* Only one newline is needed and has nothing to do with trailing spaces... at least according to the GH editor
* Restores the flow :)

Applies to #1971

* More flow of README.md

* GH preview said it didn't need this but I guess it does... we'll try newlines everywhere ;)

Applies to #1971

* Use non-standard markdown for "newlines"

* Restore the spaces manually

**NOTES**
This is not any known specification but it's what @nowrep wants

Refs:
* [CommonMark](http://commonmark.org/)
* [Daring Fireballs](http://daringfireball.net/projects/markdown/)
2016-05-27 15:57:31 +02:00
David Rosca
e5460538c8 Version 2.0.0 2016-03-30 14:50:03 +02:00
David Rosca
1e0cd8d12d 1.8.9 released 2015-11-12 16:40:50 +01:00
David Rosca
2dafb61b63 1.8.8 is now released 2015-10-23 12:47:11 +02:00
David Rosca
afa59f1a45 1.8.7 is now latest stable release 2015-10-08 22:20:02 +02:00
David Rosca
cc08957148 1.8.6 is latest release 2015-01-26 19:13:32 +01:00
David Rosca
57e72a12fd 1.8.5 was released 2014-12-12 21:30:39 +01:00
Jonathan Hooverman
769561c83b 1.8.4 is latest stable release 2014-11-03 22:06:08 +01:00
Jonathan Hooverman
5cf75ce2c0 1.8.3 is latest stable release 2014-10-19 21:05:49 +02:00
Jonathan Hooverman
79ddfbafa2 1.8.2 is latest stable release 2014-10-18 14:27:48 +02:00
David Rosca
0ccf18053a 1.8.1 is latest stable release 2014-10-05 16:35:02 +02:00
David Rosca
2efc6914e5 Revert "[DNT] Enable sending DoNotTrack header by default"
This reverts commit 12948cd0a4.
2014-10-02 19:58:46 +02:00
David Rosca
52f3811916 SpeedDial: Save using AutoSaver
Prevents losing dials in case of crash.
2014-09-29 18:23:42 +02:00
David Rosca
dc29f6bde5 QzTools: Add function to obtain url of QWebFrame
QWebFrame::url() may be empty, and in that case QWebFrame::baseUrl()
should be used

The issue with empty frame url caused AutoFill to not complete
such frames.

Closes #1465
2014-09-29 16:14:49 +02:00
David Rosca
cf044356fa Version 1.8.0 2014-09-26 10:35:35 +02:00
David Rosca
d6fb19e104 Updated CHANGELOG 2014-09-17 10:34:03 +02:00
David Rosca
2b51e2d5ca KWalletPasswords: Add support for KF5 KWallet 2014-09-17 10:01:03 +02:00
David Rosca
f86d1b8f2d GreaseMonkey: Run scripts on DOMContentLoaded event capture
Fixes second part of  #1457 (not working on settings, identities, ..
pages)
2014-09-16 17:18:13 +02:00
David Rosca
e8cddd16ea AdBlock: Add support for exception css rules
Closes #1446
2014-09-16 09:39:25 +02:00
David Rosca
7838f926d5 Stable release is now 1.6.6
[ci skip]
2014-05-12 16:36:51 +02:00
David Rosca
badb9ec98c 1.6.5 is now current stable release
[ci skip]
2014-04-18 17:07:19 +02:00
David Rosca
b4a5754a40 [Changelog] New stable version is now 1.6.4
[ci skip]
2014-04-14 13:46:16 +02:00
nowrep
74883f8af4 [Building] Use QZ_DESTDIR variable for $SRC/bin directory
Should fix problems with shadow builds.
Closes #1252
2014-03-04 15:14:19 +01:00
nowrep
b9bdb99ee8 1.6.3 is current stable version 2014-02-17 20:02:51 +01:00
nowrep
28091f4957 [Menus] Menus are not closed when opening links with middle mouse button
It is the same behaviour as in Konqueror
Closes #1165
2014-02-10 21:36:24 +01:00
nowrep
b2b6d198f7 [SearchEngines] Fixed issue with default engine when more engines have same name 2014-02-04 00:43:25 +01:00
nowrep
5f2948dadd New stable version 1.6.1 2014-01-27 19:31:00 +01:00
nowrep
ef130a4a93 Updated CHANGELOG 2014-01-11 00:14:53 +01:00