Anubhav Choudhary
c1aa0b581e
[logUpload] suggestionsAndFixes-part3
...
- Resolved the problem of incomplete log upload
- sizeLimit = 0 fixed (turns off paste functionality)
- Documentation update
- sizeLimit < 0 now needs no hardcoded upper limit
- Calamares::Branding::uploadServerFromMap() serves sizeLimit in bytes
2021-04-01 00:25:37 -06:00
Anubhav Choudhary
6a6557e320
[logUpload] fixes
2021-03-29 13:22:56 -06:00
Anubhav Choudhary
6726a926a4
[logUpload] Configurable upload size limit
...
A key 'sizeLimit' added to uploadServer field in branding.desc to limit the size of logFile to upload.
2021-03-29 12:44:34 -06:00
Adriaan de Groot
efec12d001
[libcalamares] Read structured upload-server info
...
- Use just type and url, since port can be specified in
a URL. Note that we only use host and port, not the
scheme (or the path, for that matter).
- Factor out understanding the *uploadServer* key to a function.
2021-03-09 15:24:02 +01:00
Anubhav Choudhary
9738851261
YAML list for uploadServer key
2021-02-15 20:51:41 +05:30
Anubhav Choudhary
b4078f3634
Changed branding keynames + minor fixes
2021-01-25 01:09:20 +05:30
Anubhav Choudhary
a2c930a714
Code-formatted and Copyright-text added
2021-01-23 21:16:32 +05:30
Anubhav Choudhary
f6cb879929
branding.desc updated
2021-01-23 20:43:55 +05:30
Adriaan de Groot
a93e96da7c
[branding] Restore dropped https
2020-12-04 20:56:46 +01:00
Anubhav Choudhary
a4c759355b
[Fix] WelcomePage links
...
"Generic support" and "Known Issues" links fixed
2020-12-04 10:39:07 +05:30
Adriaan de Groot
5a3fb613d9
REUSE: Default branding assets and explanation
2020-08-26 02:22:49 +02:00
Adriaan de Groot
8a9e85db71
Branding: shuffle around a bit, expand documentation
2020-06-24 04:53:22 -04:00
Adriaan de Groot
6248c6d032
[branding] Document slideshow options
2020-05-13 17:48:22 +02:00
Adriaan de Groot
cd44f548f5
[libcalamaresui] Add donateUrl to the branding settings
...
SEE #1384
2020-05-06 14:34:37 +02:00
Adriaan de Groot
22e64d8c18
[branding] Remove duplicate keys for images (thanks Bill)
2020-04-30 16:11:06 +02:00
Adriaan de Groot
8eace7ba5c
Merge branch 'wallpaper'
...
Merge in the documentation from Bill Auger and then implement
what it documents (this had been missing; productWallpaper was
an orphan setting).
FIXES #1380
2020-04-30 13:45:11 +02:00
bill-auger
e2bbaf2cee
[branding] add documentation for WIP 'productWallpaper' branding
2020-04-29 22:38:59 +02:00
Adriaan de Groot
be86561913
[branding] Example banner graphic that matches the default branding.desc
...
- Bogus "CalaMinix" (maybe the example branding should be consistent
with that) banner.
- Turn off the (example) banner in the default branding.
2020-04-22 14:53:45 +02:00
bill-auger
7bce58f6f2
[welcome] add optional branding banner to welcome page
2020-04-19 04:01:22 -04:00
Adriaan de Groot
b48e0ebb37
[branding] Introduce placement options for nav, sidebar
...
- There's no real reason to force the sidebar left and nav at the bottom,
certainly with QML supporting more layouts and being more flexible,
so document a mechanism to place the sidebar and navigation along
"edges" of the Calamares window.
2020-04-03 10:39:03 +02:00
Adriaan de Groot
57e6864902
[libcalamaresui] Add panel flavor
...
- rename enum to more general PanelFlavor
- introduce branding settings for navigation (e.g. for switching
the navigation buttons off, or using QML)
2020-04-01 11:13:41 +02:00
Adriaan de Groot
b5a09d2f83
[branding] Don't hide the sidebar by default
2020-03-12 05:00:03 +01:00
Adriaan de Groot
80f49bed1d
[libcalamaresui] Add a sidebar flavor setting
2020-03-10 17:59:06 -05:00
Adriaan de Groot
229d09927e
Changes: for 2020, new fake Linux distro name
2020-02-07 20:32:20 +01:00
Adriaan de Groot
17d09342e9
[libcalamaresui] Add a setting for window placement
2020-01-07 00:27:11 +01:00
Adriaan de Groot
706cc73925
[branding] [welcome] Adjust documentation for welcome-overrides
2019-08-13 23:10:56 +02:00
Adriaan de Groot
b60ec123a0
[branding] [welcome] Document interrelationship of settings
2019-08-13 23:10:56 +02:00
Adriaan de Groot
148b829591
[libcalamares] Introduce slideshowAPI setting
2019-06-17 10:58:14 +02:00
Adriaan de Groot
cd38ded8d5
[libcalamaresui] Support os-release substitutions in images
...
- Branding images might want to use os-release data as well.
- Refactor a little to keep the number of #ifdefs the same;
an intermediate expand() lambda handles expansion (or not,
if it's not enabled).
FIXES #1153
2019-05-21 17:12:00 +02:00
Adriaan de Groot
6a7c2f541e
[branding] Mention the stylesheet in the docs
2019-05-21 12:07:52 +02:00
Adriaan de Groot
a30edb194a
[branding] Update branding.desc with new os-release feature
...
- Point to supported keys on the fd.o site
- Point out need for quoting
- Update example with "@{NAME}" for the window-title
2019-05-20 23:07:10 +02:00
Adriaan de Groot
ef94b1f689
[calamares] Support noexpand
...
- When in noexpand mode, just don't grow the window, and assume
widgets elsewhere will get scrollbars automatically.
2019-01-14 14:25:01 +01:00
Adriaan de Groot
2bb7a5f686
[branding] Document intended settings for window size
...
- Control Calamares window size through the branding file
- This is for #1062 and #1038
2019-01-03 15:46:44 +01:00
Adriaan de Groot
8b72c93d67
[branding] Group the welcome-settings together
2019-01-03 15:38:20 +01:00
Adriaan de Groot
8aa94ef01e
[branding] Fix up example URLs
2017-11-23 13:15:55 +01:00
Adriaan de Groot
c2c2793be5
[branding] correct documentation of productIcon sizes
2017-10-25 08:56:38 -04:00
Adriaan de Groot
1491a02802
Documentation for the branding variables
2017-10-04 06:37:44 -04:00
Adriaan de Groot
3188a47fba
Bump version numbers on the example distro
2017-08-23 06:51:45 -04:00
Adriaan de Groot
44e6955f19
Feature: allow disable welcome-logo resizing
2017-07-04 04:30:08 -04:00
Adriaan de Groot
201a015bd4
Docs: welcomeStyleCalamares documentation / example
2017-06-12 15:31:23 -04:00
Adriaan de Groot
5f38da9d30
Docs: styles in the branding file
2017-06-12 09:55:39 -04:00
Adriaan de Groot
bfe7334812
Branding: add example setting, document fallback behavior
2017-06-08 06:21:06 -04:00
Teo Mrnjavac
a47fc0a897
Update default branding component.
2015-06-20 00:18:36 +02:00
Teo Mrnjavac
dc74e38a60
New Url entries in branding.desc
2015-04-02 12:29:31 +02:00
Teo Mrnjavac
00d3205ed3
Update branding.desc syntax.
2015-04-01 18:11:08 +02:00
demmm
4088d9bd3b
implement http://calamares.io/bugs/browse/CAL-185
2015-04-01 17:36:51 +02:00
demmm
f2c7458ebe
proper align
2015-03-19 13:10:44 -04:00
Teo Mrnjavac
62f6f1d9cf
Dress color codes, otherwise they are treated as YAML comments.
2015-03-19 18:03:55 +01:00
demmm
56afa45812
start of trial to add sidebar style options
...
use a new style section in branding.desc, doesn't build as is
2015-03-19 18:03:55 +01:00
demmm
d750885e75
Revert "add URL option in greeting page"
2015-03-19 10:44:34 -04:00