99 Commits (fb6e65613ba2c9a0d09994d5930a5cb4d6d5822e)

Author SHA1 Message Date
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
5 years ago
Anubhav Choudhary 6a6557e320 [logUpload] fixes 5 years ago
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.
5 years ago
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.
5 years ago
Anubhav Choudhary 9738851261 YAML list for uploadServer key 6 years ago
Anubhav Choudhary b4078f3634 Changed branding keynames + minor fixes 6 years ago
Anubhav Choudhary a2c930a714 Code-formatted and Copyright-text added 6 years ago
Anubhav Choudhary f6cb879929 branding.desc updated 6 years ago
Adriaan de Groot a93e96da7c [branding] Restore dropped https 6 years ago
Anubhav Choudhary a4c759355b [Fix] WelcomePage links
"Generic support" and "Known Issues" links fixed
6 years ago
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.
6 years ago
Adriaan de Groot 5a3fb613d9 REUSE: Default branding assets and explanation 6 years ago
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.
6 years ago
Adriaan de Groot 8a9e85db71 Branding: shuffle around a bit, expand documentation 6 years ago
Adriaan de Groot 6248c6d032 [branding] Document slideshow options 6 years ago
Adriaan de Groot cd44f548f5 [libcalamaresui] Add donateUrl to the branding settings
SEE #1384
6 years ago
Adriaan de Groot 22e64d8c18 [branding] Remove duplicate keys for images (thanks Bill) 6 years ago
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
6 years ago
bill-auger e2bbaf2cee [branding] add documentation for WIP 'productWallpaper' branding 6 years ago
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.
6 years ago
bill-auger 7bce58f6f2 [welcome] add optional branding banner to welcome page 6 years ago
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.
6 years ago
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)
6 years ago
Adriaan de Groot ac08598176 Branding: expand the stylesheet example
- Mention that the sidebar menu can't be styled
- Point to more documentation about styling
- Give an example of styling buttons with an icon
6 years ago
Adriaan de Groot b5a09d2f83 [branding] Don't hide the sidebar by default 6 years ago
Adriaan de Groot 80f49bed1d [libcalamaresui] Add a sidebar flavor setting 6 years ago
Adriaan de Groot 229d09927e Changes: for 2020, new fake Linux distro name 7 years ago
Adriaan de Groot 17d09342e9 [libcalamaresui] Add a setting for window placement 7 years ago
bill-auger bb678e535b
add esperanto branding translations, fix mis-configured ones 7 years ago
Adriaan de Groot 03ac0d2cf0 [qml] Document the new property and how it updates 7 years ago
Adriaan de Groot 0a9d0ddf68 [qml] In the default (sample) slideshow, activate key shortcuts
- with V2 loading, the key shortcuts should be enabled when the
   slideshow itself is activated, not when it is loaded.
7 years ago
Adriaan de Groot 706cc73925 [branding] [welcome] Adjust documentation for welcome-overrides 7 years ago
Adriaan de Groot b60ec123a0 [branding] [welcome] Document interrelationship of settings 7 years ago
Adriaan de Groot 4825916f09 [branding] Improve log message when slideshow starts
- Having just "component activated" is confusing in the whole
   mess of log messages around job activation.
7 years ago
Adriaan de Groot 1c5a37d7d2 [branding] Add French and Arabic default translations 7 years ago
Adriaan de Groot bba0b7ce12 [branding] Update documentation about API versions 7 years ago
Adriaan de Groot 79bd7b6b89 Merge branch 'issue-1152' 7 years ago
Adriaan de Groot 148b829591 [libcalamares] Introduce slideshowAPI setting 7 years ago
Adriaan de Groot ef2531b01d [branding] Update documentation
- mention that translations are included
 - point to external repo for fancy/ example.
7 years ago
Adriaan de Groot f3f8f3ea46 [branding] Make the default show nervously quick 7 years ago
Adriaan de Groot 593dcff40a [branding] Enable translations for the default show
- Just translate two simple strings, to avoid burdening translators,
 - Add Dutch translation already.

These translations are not yet processed by ci/txpull and push.
7 years ago
Adriaan de Groot 41c2a7e4e0 [branding] Drop complicated machinery for one subdir 7 years ago
Adriaan de Groot cd7fc93b6a [branding] Be more chatty when slideshow is loaded 7 years ago
Adriaan de Groot 003f37ca04 [branding] Be more chatty in example slideshow
- Log when the timer fires and the slide advances
 - Add a start() function (unused at this moment, will be
   called from C++ at the right time)
7 years ago
Adriaan de Groot 9188eab66f Changes: document new things in slideshow 7 years ago
Adriaan de Groot daf2e55246 [branding] Be more chatty in example slideshow
- Log when the timer fires and the slide advances
 - Add a start() function (unused at this moment, will be
   called from C++ at the right time)
7 years ago
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
7 years ago
Adriaan de Groot 38485f675c [branding] In the stylesheet, mention how styling works
SEE #1149
7 years ago
Adriaan de Groot 6a7c2f541e [branding] Mention the stylesheet in the docs 7 years ago
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
7 years ago