Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Eruption

Eruption - Realtime RGB LED Driver for Linux
Collective - Host: opensource - https://opencollective.com/eruption - Website: https://eruption-project.org/ - Code: https://github.com/eruption-project/eruption

Update dependencies

github.com/eruption-project/eruption - 760a9a660abc3363f2cddb07d0d0428a6b5d8b1e authored about 3 years ago
Use mimalloc allocator

Use the mimalloc global memory allocator for `eruption` daemon.
Update dependencies

github.com/eruption-project/eruption - 69783aefa0b25056089ce478a62a087ac537c92f authored about 3 years ago
WIP: Update GUI for ROCCAT AIMO Pad

github.com/eruption-project/eruption - 6bd97c78ecd0a1a807ad5a75e7b7603c3f3de0f6 authored about 3 years ago
Breaking changes to the D-Bus API

Will require `Eruption Profile Switcher` GNOME Shell extension version >= `23`,
as well as `Erup...

github.com/eruption-project/eruption - ba7de2f9e462c66caf8e177bc0315c5744d4ac56 authored about 3 years ago
Update to new clap API

github.com/eruption-project/eruption - 30ddc2ceb8023adc9f505d9b41965b9e6284e119 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - d53569bdecf16a703610a2bb75bea1e5ca865fbc authored about 3 years ago
Fix panic in rng

Do not panic on an invalid range

github.com/eruption-project/eruption - 3dacbf4f0c17f56c50ca45866018f35a203339f2 authored about 3 years ago
Update packaging

Add missing binary `eruption-cmd`

github.com/eruption-project/eruption - b68650eca4eebd336232a86a6ac18185b9576244 authored about 3 years ago
Update packaging

Add missing device specific Lua script

github.com/eruption-project/eruption - b25a8d8ba3b8b261e9b6520a084622de7794557a authored about 3 years ago
Use the default monitor device

By default, open the `@DEFAULT_MONITOR@` device for capturing audio
samples

github.com/eruption-project/eruption - b99cc397e057b6f2df5ea9b065c4bdd65c68fb3d authored about 3 years ago
Update support for `ROCCAT Aimo Pad Wide`

github.com/eruption-project/eruption - 8775f64c840a36ffc6ae95e223ee559030b596e1 authored about 3 years ago
Event handling and processing cleanups

github.com/eruption-project/eruption - cb98a28c549bc5d09d93e83a1c138a51534c0c01 authored about 3 years ago
Update Udev rules

Provide stable links for Eruption virtual devices.
Move rules for virtual devices outside of the...

github.com/eruption-project/eruption - d87b8ad005eef2e885d3fdb72c7a4c69602e66d2 authored about 3 years ago
Update Udev rules

Provide stable links for Eruption virtual devices

References #96

github.com/eruption-project/eruption - de5634bb1ec30e5864a6ad6ee841580813f12b26 authored about 3 years ago
Update support for `ROCCAT Elo 7.1 Air`

Change the canvas area we use to get the color values from, so we no
longer lie in the range of ...

github.com/eruption-project/eruption - e7463764bab80ced3a1d0a38ef7c19a2e89eb2d2 authored about 3 years ago
Merge branch 'topic/roccat-kone-pro-air' into develop

github.com/eruption-project/eruption - ffa91808cf6204f93d7467eca1b609e332a97ea8 authored about 3 years ago
Add support for `ROCCAT Kone Pro Air`

Add basic boilerplate code, this is unlikely to work and it is totally
untested.

References #97

github.com/eruption-project/eruption - 2ae66a23235b6ff6b385a6b814ed821515780652 authored about 3 years ago
Update support for `ROCCAT Aimo Pad Wide`

Change the canvas area we use to get the color values from, so we no
longer lie in the range of ...

github.com/eruption-project/eruption - 222fa047d973634cf5ba24fe897eb24a8907e57f authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - 4d94cfaf4aeaac10c2b61999638cb29ceb866db6 authored about 3 years ago
Update support for `ROCCAT Aimo Pad Wide`

Improve GUI rendering
Use OEM product name instead the one from the USB database

github.com/eruption-project/eruption - b40cfdf440c9c22a55c3ce413fe2d655cb2abd36 authored about 3 years ago
Add support for `ROCCAT Aimo Pad Wide`

Add support for `ROCCAT Aimo Pad Wide` / `ROCCAT Sense AIMO XXL`
series RGB mousepads

github.com/eruption-project/eruption - 4cc9c8053ccfb18a7eb085417bb614e3e5f1dd49 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - ab586e38bb86e9402f4922e59ddaa91f3c5fd3f2 authored about 3 years ago
WIP: Add an `Eruption SDK`

Add documentation

github.com/eruption-project/eruption - c08fcb54ada31f1a41bd6151298a09a8df31fd2f authored about 3 years ago
WIP: Add an `Eruption SDK`

Add an `Eruption SDK` that allows to control a running instance of
the Eruption daemon programma...

github.com/eruption-project/eruption - 552f06d7c19b5ac3220d5c8a40880bd73e8cbbf5 authored about 3 years ago
Force frame update on change of audio state

github.com/eruption-project/eruption - da019c6eab3124cfba0e31ebb64aa87ff41229a3 authored about 3 years ago
Update CHANGES.md

Update list
Fix spelling and wording

github.com/eruption-project/eruption - eb55815dc7f219d4b9d11dcdaa5bf50b501c666c authored about 3 years ago
Update dependencies

Update most dependencies

github.com/eruption-project/eruption - ba8046912b838a73134abf0a34eec639bdd66cae authored about 3 years ago
WIP: Add an `Eruption SDK`

Add an `Eruption SDK` that allows to control a running instance of
the Eruption daemon programma...

github.com/eruption-project/eruption - 5f4d15fb2a7a738f925736228b34dbae31a81292 authored about 3 years ago
WIP: Add an `Eruption SDK`

Multiple smaller fixes

github.com/eruption-project/eruption - 699cfaa0850f9e6d3134dc1bc35e365765688146 authored about 3 years ago
Optimize event forwarding code

Remove calls to `gettimeofday()` since the values seem to be unused anyway.

github.com/eruption-project/eruption - 73c68f531623e5285fde7f4a4ebc3e1a4d168e48 authored about 3 years ago
WIP: Add support for `ROCCAT Kova 2016`

Enable LED code
This is entirely untested

References #95

github.com/eruption-project/eruption - 55734eb68cf949ee3006c03753fbd6872fb8bd13 authored about 3 years ago
Merge pull request #94 from SHU-red/completion_of_roccat_vulcan_1xxlua

Completed "key_to_index" declaration for roccat_vulcan_1xx.lua

github.com/eruption-project/eruption - 3f2551dcf86ca64ca91de16d93104b0cc8b72fc7 authored about 3 years ago
Disable LED code

Disable LED code for `ROCCAT Kova 2016` for now

github.com/eruption-project/eruption - 320e10ee28cfaf4a2044c4c2f36bdddbd264ef27 authored about 3 years ago
Cleanups

Fix compiler warnings
Cleanup stale file

github.com/eruption-project/eruption - 5f22d1f9f4b34c38bba424bbabd009d3dbbb5675 authored about 3 years ago
WIP: Add an `Eruption SDK`

Add an `Eruption SDK` that allows to control a running instance of
the Eruption daemon programma...

github.com/eruption-project/eruption - 643c9addd79fcbec342da5f2baa4fc3383320823 authored about 3 years ago
WIP: Add support for ROCCAT Kova 2016

Add initial support for the ROCCAT Kova 2016

References #95

github.com/eruption-project/eruption - 99abc29d7a0072e931ddfb40c3ce475cc19606df authored about 3 years ago
Completed declaration of Key index to letter (used german keyboard) and used initial definitions

github.com/eruption-project/eruption - 13eb0529a2012106e201fbc29d3353de22f75a95 authored about 3 years ago
Update documentation

Fix invalid version number in `libgdk-pixbuf` dev package

github.com/eruption-project/eruption - b20f9568d1534bd250d056f340f03a5a7c8f509e authored about 3 years ago
Update documentation

Closes #86

github.com/eruption-project/eruption - cbdd482ad3539825087368460de68eec9c2eef48 authored about 3 years ago
WIP: Update documentation

Add stub for file format specifications

github.com/eruption-project/eruption - 6bc7882c5ef887cc90ab5ef821a71f06973d85b1 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - 880087e32c278975737fe079b7829f6e89cdd1c1 authored about 3 years ago
WIP: Support non-standard directories

Eruption GUI does no longer crash when a `.profile` file or `.lua.manifest`
file resides in a no...

github.com/eruption-project/eruption - b2fe2f0541e2229d84a6468829db0ca8b54b63c5 authored about 3 years ago
Update `eruption-gui`

Bring back support for GTK Sourceview
Update dependencies

github.com/eruption-project/eruption - a41b0d0650003912fc79d697bb1659c26a5f2359 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - c34174303f07fc5f7e5fee4e017752faf7c739ff authored about 3 years ago
Update documentation

Fix invalid path to screenshot

github.com/eruption-project/eruption - 7a75a076d7e192a8a0669a2d3763f8654636c089 authored about 3 years ago
Update documentation

github.com/eruption-project/eruption - 5b74cd1ab1e191bc865ea32da349a29eab5e1d2b authored about 3 years ago
Update documentation

github.com/eruption-project/eruption - 6c354cfca06ac914335a0609b8b2291b02918138 authored about 3 years ago
Update documentation

Fix invalid path to screenshot

github.com/eruption-project/eruption - a7190c768d9efcb2e74d40f6f2aee1d6eddff7f0 authored about 3 years ago
Update documentation

github.com/eruption-project/eruption - 6594debd0fdfb0824df990d6a76dac7f692858d2 authored about 3 years ago
Update documentation

github.com/eruption-project/eruption - 32e68f629b321e88aea4150aac6f07cbbd775e2d authored about 3 years ago
WIP: Clean up `eruption-audio-proxy`

github.com/eruption-project/eruption - bf322d5a35ab0ac2ec612adc354cdbb311704d13 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - 4407ac91b2291bcdfce31a3e9b954dceb2d5eec1 authored about 3 years ago
WIP: Update `eruption-audio-proxy`

Lower CPU time consumption
Support seamless resume after a restart of the daemon
Some cleanups
W...

github.com/eruption-project/eruption - 4ea9a5da32a94636913f8a9bb0e8d3ef878cd1e4 authored about 3 years ago
Update systemd .service files

Lower the shutdown timeout of the eruption daemon

github.com/eruption-project/eruption - 16b1b52036a9546626cde0f62b6cb59534acc00d authored about 3 years ago
Mitigate possible deadlock on shutdown

Eruption may deadlock if e.g. the shell plugin or the Eruption GUI queries
some device state dur...

github.com/eruption-project/eruption - 89382bbe04aae5590592afae95e74f2f12fc6814 authored about 3 years ago
Robustify `eruption-hotplug-helper`

Be more defensive about timeouts.
Support older distros that have not completed the `/usr` merge.

github.com/eruption-project/eruption - 6d3a2b43b05ee8b05e1a601236a4c58c9afdbfb7 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - 65bbb9c52abbc873b4bacf5dc518eea494e6a8d6 authored about 3 years ago
WIP: Update `eruption-audio-proxy`

References #87

github.com/eruption-project/eruption - 13a520b3ab1a9c202a84a8d844260204dfe60175 authored about 3 years ago
Update dependencies

github.com/eruption-project/eruption - 7bd0a73dbe4ad9f4f517771db1f638fa88bd0e46 authored over 3 years ago
Improve l10n for `eruption-hotplug-helper`

Add l10n for the following locales:

* en-US
* de-DE

github.com/eruption-project/eruption - 6ca25657a1d019769f50396dfe41367d2f3250a0 authored over 3 years ago
Increase number of allowed events

Allow for more events to be processed in a single iteration of an event
loop

github.com/eruption-project/eruption - 8a19785a27f96354d2564a37cc3ae5cde6b77ef3 authored over 3 years ago
Update documentation

github.com/eruption-project/eruption - 8dcfc4a3c38181a3328b8d6db0c72842ca50004c authored over 3 years ago
Cleanups

Just a few cleanups

github.com/eruption-project/eruption - 3daf68af0d7d987e92c68c1bbe0011133fe7c7e2 authored over 3 years ago
Mitigate possible deadlock

Mitigate a possible deadlock in the D-Bus interface

github.com/eruption-project/eruption - 83896141c15e4638fe28dc032405312a9a674fde authored over 3 years ago
Update dependencies

github.com/eruption-project/eruption - 55afdab22d4538780a8854be81176c8fc96dfc7a authored over 3 years ago
Automatic X11 display selection

Automatically select the correct X11 display by using the `$DISPLAY`
environment variable. May s...

github.com/eruption-project/eruption - 087a88ee04834aad0ccd43bcb779658a1b84e188 authored over 3 years ago
Update to Rust 2021 edition

github.com/eruption-project/eruption - 4989e2e88b9db059b861e6b8d6e5b09a49fed353 authored over 3 years ago
Update dependencies

github.com/eruption-project/eruption - 9fb0085a07bbadee6c4c373d8e98e3990ed95481 authored over 3 years ago
Update dependencies

github.com/eruption-project/eruption - 1388989965816e6575bb032d75714460a2966e00 authored over 3 years ago
Print debug message on sensor update

github.com/eruption-project/eruption - 539d198ef3d58da4260ac524a1d6510ba5673d8f authored over 3 years ago
Parallelize image processing

Speed up startup time of `eruption-netfx animate`.
Use a one thread per picture approach to pare...

github.com/eruption-project/eruption - 1cf469aa8d7bc58090b5818b2601538c32dc63f7 authored over 3 years ago
Create docs/PRIVACY.md

Add new documentation: Privacy considerations

github.com/eruption-project/eruption - 2f3728294a550abcdb3b2743dff5e4a723eb82eb authored over 3 years ago
Implement i18n and l10n

Add i18n implementation and l10n for the following locales:

* en-US
* de-DE

github.com/eruption-project/eruption - 0bec74c1d06a3ba80a71115b4ce7d80303289477 authored over 3 years ago
WIP: Add `eruption-audio-proxy`

References #87

github.com/eruption-project/eruption - a52d6a0fb3aba6a7d062c664c250354f6613d296 authored over 3 years ago
Update dependencies

github.com/eruption-project/eruption - 6bb9760130c0068b5034782b15c1838ab5c3a7be authored over 3 years ago
Update documentation

github.com/eruption-project/eruption - c71109cc3c5ffb92bd67ce551eda1db5fe95e644 authored over 3 years ago
Update documentation

github.com/eruption-project/eruption - 6651e46c30fa95097aa794df6b8b468db511b517 authored over 3 years ago
Update `eruption-gui`

Make use of the new device status subsystem

github.com/eruption-project/eruption - 86d945741c7abdebcc36289fffa705080d7d42aa authored over 3 years ago
Update `eruption` daemon

Add device status subsystem
Tighten timings

github.com/eruption-project/eruption - 3f99e78e6ef7dc4d282b5949abfe8483e68131b4 authored over 3 years ago
Update `eruptionctl`

github.com/eruption-project/eruption - 4c75f3869fcbaf40514b9b9cdcf674dc1d2d37da authored over 3 years ago
Update `eruption-hwutil`

github.com/eruption-project/eruption - 6a737695ff5609d9c52d4d5061fe110129de1b13 authored over 3 years ago