[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-07-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=353463

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #14 from David Edmundson  ---
Kscreen currently supports QtSensors. QtSensors supports iio-sensor-proxy.

That has been merged. If there is a bug in that it needs to be addressed with
more detail.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #13 from Nate Graham  ---
Sebastian, would you be willing to consider upstreaming your kded module? Seems
like it would be handy to have. We can help you polish it up, of course.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=353463

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-06-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=353463

daniel-other+kde...@dadosch.de changed:

   What|Removed |Added

 CC||daniel-other+kdebug@dadosch
   ||.de

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2020-04-17 Thread Ulf Bartholomäus
https://bugs.kde.org/show_bug.cgi?id=353463

Ulf Bartholomäus  changed:

   What|Removed |Added

 CC||u...@gmx.net

--- Comment #12 from Ulf Bartholomäus  ---
Any news about this request?

So at my Fujitsu U939X - iio-sensor-proxy seems to work:
> monitor-sensor 
Waiting for iio-sensor-proxy to appear
+++ iio-sensor-proxy appeared
=== Has accelerometer (orientation: normal)
=== No ambient light sensor
Accelerometer orientation changed: left-up
Accelerometer orientation changed: normal
Accelerometer orientation changed: right-up
Accelerometer orientation changed: normal
Accelerometer orientation changed: bottom-up

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-10-13 Thread Daniel Roschka
https://bugs.kde.org/show_bug.cgi?id=353463

Daniel Roschka  changed:

   What|Removed |Added

 CC||danielroschka@phoenitydawn.
   ||de

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-03-15 Thread Daniel Lin
https://bugs.kde.org/show_bug.cgi?id=353463

Daniel Lin  changed:

   What|Removed |Added

 CC||ephemi...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-02-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=353463

fut...@gmail.com changed:

   What|Removed |Added

 CC||fut...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2018-01-23 Thread Sebastian Krzyszkowiak
https://bugs.kde.org/show_bug.cgi?id=353463

Sebastian Krzyszkowiak  changed:

   What|Removed |Added

 CC||k...@dosowisko.net

--- Comment #11 from Sebastian Krzyszkowiak  ---
I have written kded module for screen rotation already, tested with Yoga 2 Pro
and Yoga 900. Uses Plasma's OSD to show that the rotation is about to occur,
giving the user some time to cancel if he didn't mean to rotate and just tilted
the device a bit too much.

It should probably use KScreen instead of shell script to rotate the screen;
also "mediaPlayerVolumeChanged" may not be the best option for OSD :D The
script also hardcodes the touchscreen device name in order to keep it in sync
with rotation. So it's not exactly in upstreamable quality yet, but maybe
someone will find it useful :)

https://github.com/dos1/kded_rotation

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #10 from Kai Uwe Broulik  ---
Col. So their Wiki is out of date, who would have thought. I'll play around
with it a bit, thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #9 from Martin Flöser  ---
(In reply to Kai Uwe Broulik from comment #8)
> QtSensors does not support ambient light sensor on Linux.

I think it does:
https://code.qt.io/cgit/qt/qtsensors.git/tree/src/plugins/sensors/iio-sensor-proxy/iiosensorproxylightsensor.cpp

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #8 from Kai Uwe Broulik  ---
QtSensors does not support ambient light sensor on Linux.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #7 from Martin Flöser  ---
For the record there is no need to look at the dbus interface at all: QSensors
wraps those with a nice API.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=353463

--- Comment #6 from Kai Uwe Broulik  ---
We do have auto screen rotation on Wayland nowadays. Auto-brightness needs
significant re-engineering effort in PowerDevil (needs to be done eventually,
especially for Plasma Mobile) but that entire module needs to be completely
overhauled.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2017-12-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=353463

adr.fant...@gmail.com changed:

   What|Removed |Added

 CC||adr.fant...@gmail.com

--- Comment #5 from adr.fant...@gmail.com ---
This is still relevant. GNOME uses it and it works beautifully, especially for
screen rotation for tablets and 2-in-1 laptops. An example implementation is
given by:
https://github.com/mrquincle/yoga-900-auto-rotate

KDE will sooner or later need to have an autorotation feature and
iio-sensor-proxy really seems the right way forward.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2016-11-10 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=353463

Stefan Brüns  changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2016-10-27 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=353463

Störm Poorun  changed:

   What|Removed |Added

 CC||s...@olan.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2016-08-14 Thread Rajeesh K V via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353463

Rajeesh K V  changed:

   What|Removed |Added

 CC||rajeeshknamb...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2016-04-20 Thread Gabriele via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353463

Gabriele  changed:

   What|Removed |Added

 CC||questae...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[Powerdevil] [Bug 353463] RFE: Make use of iio-sensor-proxy

2016-01-07 Thread Vinilox via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353463

Vinilox  changed:

   What|Removed |Added

 CC||vini...@vinilox.eu

-- 
You are receiving this mail because:
You are watching all bug changes.