Commit Graph

14 Commits

Author SHA1 Message Date
Adriaan de Groot
03e621f4a2 Modules: clean up linking
- do not link (explicitly) to Calamares libraries, the CMake
  functions do that automatically.
- while here, tidy and remove commented-out-bits
- while here, remove unneeded includes
2021-07-26 15:04:43 +02:00
Adriaan de Groot
1cd9b93a22 REUSE: Giant boilerplate cleanup
- point to main Calamares site in the 'part of' headers instead
  of to github (this is the "this file is part of Calamares"
  opening line for most files).
- remove boilerplate from all source files, CMake modules and completions,
  this is the 3-paragraph summary of the GPL-3.0-or-later, which has
  a meaning entirely covered by the SPDX tag.
2020-08-26 02:28:38 +02:00
Adriaan de Groot
95ceb1e8c7 REUSE: (BSD-2-Clause) all CMakeLists
The build instructions are not that interesting, it's a toss-up
between CC0 and BSD-2, but because other CMake bits are BSD-2-Clause,
apply that to more CMakeLists. The copyright date isn't all that
accurate, but these are just inconsequential files.

While here, tidy up and get rid of some useless intermediates.
2020-08-26 02:05:46 +02:00
Adriaan de Groot
2620829515 [webview] Make optional based on presence of dependencies 2019-04-30 13:12:16 +02:00
Adriaan de Groot
a23b7c2a00 CMake: be more verbose about choice of webkit vs engine 2017-07-25 09:44:34 +02:00
Teo Mrnjavac
e2b2d761c2 Do not LINK_PUBLIC by default. 2016-12-07 16:37:29 +01:00
Teo Mrnjavac
c1992f8062 WEBVIEW_FORCE_WEBKIT option for webview module. 2016-04-22 15:56:37 +02:00
Teo Mrnjavac
3323e3c8c0 Revert "Revert "Merge pull request #239 from calamares/qtwebengine""
This reverts commit 8806bb67ac.
2016-03-29 10:22:58 +02:00
Teo Mrnjavac
8806bb67ac Revert "Merge pull request #239 from calamares/qtwebengine"
This reverts commit 8f0fafa147, reversing
changes made to b8729bf1b3.
2016-03-24 20:03:05 +01:00
Teo Mrnjavac
f91f22e6f6 Use Qt5Core version. 2016-03-24 19:46:16 +01:00
Teo Mrnjavac
1ec747555c Version comparison. 2016-03-24 17:20:05 +01:00
Teo Mrnjavac
831e2be3f2 Use QtWebEngine on Qt >= 5.6.0 and QtWebKit otherwise. 2016-03-24 16:53:18 +01:00
demmm
c7aa427451 port the webview page away from QtWebkit
it is no longer maintained upstream
this change is tested with QtWebEngine 5.6.0, it builds and runs
displays the webview page correctly, clicking next however does not refresh that new page completely
2016-03-23 18:17:09 -04:00
Rohan Garg
d99ad8fab9 Add a webview module
Add a webview module so that calamares can load a webpage.
This is useful when configuring webservices on your device such as
ownCloud.
2015-08-17 09:46:05 +02:00