Adriaan de Groot
ebb3f319cc
[modules] Be more consistent in include punctuation
...
- Use <> for Qt, system, externals
- Use double-quotes for Calamares headers
2020-03-09 21:05:15 -05:00
Adriaan de Groot
b044549013
[libcalamares] Merge PluginDllMacro.h into DllMacro.h
...
- Let's just have one header definining export- and visibility-
macros for Calamares. They are still selected based on the
export flags (*_PRO), just defined in one header instead of two.
2020-02-17 11:37:35 +01:00
Adriaan de Groot
2620829515
[webview] Make optional based on presence of dependencies
2019-04-30 13:12:16 +02:00
Adriaan de Groot
6071489788
[libcalamaresui] Provide default implementations of next() and back()
...
- These methods are used for multi-page view-steps, which are rare.
For all the others, just drop the empty implementation and defer
to the base class.
2019-02-25 07:49:10 -05:00
Adriaan de Groot
08565b5f17
[libcalamaresui] Remove the signal done() from ViewStep
...
- The signal is emitted, generally from next(), but not actually used.
2019-02-25 07:34:40 -05:00
Adriaan de Groot
762ad54344
Documentation: change http links to GitHub to https
2017-12-20 08:39:09 -05:00
Adriaan de Groot
13807ceabf
Licensing: add self
...
- to all the files I've touched recently
- to (very incomplete) AUTHORS list
Licensing: add license info to top-level CMakeLists.txt
2017-09-19 15:57:25 +02:00
Adriaan de Groot
edb1dbaa6e
Clang: warnings--
2017-09-13 22:32:21 +02:00
Adriaan de Groot
2fdccdf090
Merge branch 'simplify-module-desc'
2017-08-02 11:29:58 -04:00
Adriaan de Groot
196b1567db
Modules: remove boilerplate module.desc
2017-08-02 11:05:32 -04: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
0dbd8906ac
Alignment.
2016-12-22 13:52:33 +01:00
demmm
cfef01de39
fix crash on loading webview page with QtWebengine
2016-12-22 12:11:46 +01: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
80bb47d27f
Make fonts prettier on QtWebKit.
2016-03-24 16:58:13 +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
Teo Mrnjavac
1c5f9ce320
Add sample custom instance configuration file to WebView module.
2015-09-15 16:48:42 +02:00
Teo Mrnjavac
bc9c451f33
PluginFactory in WebView module.
2015-09-15 16:48:42 +02:00
Rohan Garg
f75f6b51cb
Fix copyrights and make it so that one can go back when using webview
2015-08-17 09:46:14 +02: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