Martin Hradil
Martin Hradil
Until now, `-gradient` behaved as if `-root` was always present. This changes gradient to paint per-output by default, add -root to use the original behavior. (Note, on higher resoltions, this...
Xinerama doesn't seem to be able to return an output name. libxrandr didn't seem to return nonzero values, adding a ruby version of hsr-outputs, that outputs name, x, y, width,...
(Should address #13 and #6, precursor to #14)
TODO rework command line option parsing, using some library (do people still use getopt_long?) right now, we init all the display and stuff even for --help, every option gets parsed...
``` $ hsetroot -fill /does/not/exist && echo OK || echo FAIL Bad image (/does/not/exist) OK ```
looks like docs are moving to the new domain, support cases and keys are not TODO: wait for things to settle, re-check and update links, merge, backport
Part of https://github.com/ansible/ansible-hub-ui/pull/4935 - update deprecated imports after update to patternfly 5 Updated `Select`, `SelectGroup`, `SelectOption`, `SelectVariant` to use current [Select](https://www.patternfly.org/components/menus/select)
Follows #4866 replace `@patternfly/react-core/deprecated` imports: * [Dropdown](https://www.patternfly.org/components/menus/dropdown) * `Dropdown` * `DropdownItem` * `DropdownPosition` * `DropdownSeparator` * `DropdownToggle` * `DropdownToggleCheckbox` * `KebabToggle` * [Select](https://www.patternfly.org/components/menus/select) => https://github.com/ansible/ansible-hub-ui/pull/4948 * `Select` * `SelectGroup` *...
Same as #4893, but 4.6. Dropping dependabot config for 4.6, weekly string extraction, and updating README. Also remove 2.3 synclist info from insights. (TODO also branch commit - https://github.com/himdel/ansible-hub-ui/commit/a69e35878099c7d1c22c002b1a313669cd26f5c7)
Remove deprecated synclist logic .. eventually. This is used in insights mode to allow clients to pick a subset of collections to sync from crc (crc-side filter). The replacement is...