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

103 Commits

Author SHA1 Message Date
Nicolás Alvarez
249da2470d Update IRC network in the README
KDE has moved from freenode to Libera Chat, update the README to reflect
this.
2021-06-15 19:06:45 -03:00
David Rosca
be9b7dda6e
README: Minor edits and add info about custom prefix install 2019-03-19 17:49:25 +01:00
Saish Mhatre
426225efcc
Updated README.md with detailed build instructions
Falkon introduction , building & contribution description added.
It will help new comers to build & contribute to the falkon easily.

Differential Revision: https://phabricator.kde.org/D19804
2019-03-19 17:30:19 +01:00
David Rosca
7f8b318315
README.md: Fix syntax to work with GitHub parser 2018-12-24 12:59:43 +01:00
Jan Przybylak
8a06d38f3f
Fixed Markdown headlines in readme
Summary:
In Markdown, headlines are made with #, not =

Reviewers: falkon, drosca

Reviewed By: drosca

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D17568
2018-12-13 19:01:35 +01:00
David Rosca
bea5bb05d9
README: Add basic build instructions 2018-03-27 10:40:40 +02:00
David Rosca
d00e769749 Initial rename to Falkon 2017-08-25 17:32:32 +02:00
David Rosca
5e12180377 README: Add AppVeyor badge
[ci skip]
2017-04-19 16:05:13 +02:00
Marti Martz
621ed8ff28 Mac: Create the bundle target and modify affected shell scripts (#2260) 2017-03-18 16:48:11 +01:00
Chocobo1
f14668330e Readme (#2255) 2017-03-16 13:52:26 +01:00
David Rosca
26340c8284 Merge branch 'v2.1' 2017-03-15 19:27:30 +01:00
David Rosca
fc37057bee Version 2.1.2 2017-03-15 19:26:50 +01:00
David Rosca
5fe3efab82 Merge branch 'v2.1' 2017-02-14 12:20:54 +01:00
David Rosca
28273f9613 Version 2.1.1 2017-02-13 23:13:10 +01:00
David Rosca
13cba7a069 Bump minimum Qt to 5.8 2017-02-06 18:39:59 +01:00
David Rosca
4062473e98 Version 2.1.0 2017-02-04 10:47:24 +01:00
David Rosca
7281b52c73 Remove outdated info from README.md 2017-01-21 21:15:53 +01:00
David Rosca
7a444a5aa6 Add logo to README.md 2017-01-21 21:13:49 +01:00
David Rosca
cf3fa88942 Require Qt 5.7 2016-10-24 20:11:50 +02:00
David Rosca
f7835b7ba8 Merge branch 'v2.0' 2016-10-24 20:04:27 +02:00
David Rosca
dd388cdf1f Version 2.0.2 2016-10-24 17:35:49 +02:00
David Rosca
521d058d71 Merge branch 'v2.0' 2016-06-08 16:25:36 +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
Marti Martz
0fe5b36d75 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-14 12:45:28 +02:00
David Rosca
d550d4a7d1 Update Travis build icon url
[skip ci]
2016-04-24 10:32:53 +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
09f23bd3c4 README.md Don't mention qupzilla-next packages in PPA 2015-10-22 20:55:39 +02:00
Philipp Wiesemann
95e7734e83 Fix typos in documentation 2015-10-22 20:51:18 +02:00
David Rosca
afa59f1a45 1.8.7 is now latest stable release 2015-10-08 22:20:02 +02:00
David Rosca
4a96fd7073 Bring back full README
master is now default branch
2015-10-08 12:02:52 +02:00
David Rosca
8ba58860db README: Note that Qt 5.6 is required 2015-10-05 20:55:32 +02:00
David Rosca
d15bac20a4 README.md: Fix type except -> expect 2015-02-26 11:39:58 +01:00
David Rosca
c35b27e590 Add back build status to README
[ci skip]
2015-01-27 12:51:45 +01:00
David Rosca
60b2386a6e Initial port to QtWebEngine
This is first quick port to QtWebEngine, most of advanced features
are not working yet. Please read README.

For now, it will use separate profile directory as well as browser
session, that means you can use both QtWebEngine and QtWebKit versions
at the same time.
2015-01-27 11:01:52 +01: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
528af49753 1.8.4 is current stable now 2014-11-03 22:07:24 +01:00
Jonathan Hooverman
c80ff55e52 1.8.3 is current stable now 2014-10-19 21:02:07 +02:00
David Rosca
b353c1a748 1.8.2 is current stable now 2014-10-11 13:09:26 +02:00
David Rosca
0ccf18053a 1.8.1 is latest stable release 2014-10-05 16:35:02 +02:00
David Rosca
cf044356fa Version 1.8.0 2014-09-26 10:35:35 +02:00
Marc Laporte
e689ba9bbb Fix typo 2014-09-09 13:43:01 -04:00
Peter Dave Hello
d496d412cf use svg instead of png for CI build status icon to get better quality 2014-07-22 18:21:19 +08: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
b9bdb99ee8 1.6.3 is current stable version 2014-02-17 20:02:51 +01:00