maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Unrestricted] Color brightness bar for Harmattan [v1.0.4] (https://talk.maemo.org/showthread.php?t=90654)

coderus 2013-07-05 13:33

[Unrestricted] Color brightness bar for Harmattan [v1.0.4]
 
2 Attachment(s)
Brightness QML extension for Unrestricred system-ui.

Extension powered by QML, so you free to hack it as you want :)

First you need unrestricted-system-ui installed. You can install it from my repository by using: apt-get install --reinstall system-ui

Updated to v1.0.4
*
Added settings

v1.0.2
* Fixed some bugs

v1.0.1
* Added borders

Install system-ui-brightness-qml package from my repository
or install manual
[brightness-qml] http://coderus.thecust.net/pool/main....0.4_armel.deb
package depends on system-ui-unrestricted-server
[unrestricted-server. install with debinstall] http://coderus.thecust.net/pool/main....0.2_armel.deb

FotixChiang 2013-07-05 14:37

Re: [Unrestricted] Color brightness bar for Harmattan
 
what is the differences to the old one?

Morpog 2013-07-05 14:41

Re: [Unrestricted] Color brightness bar for Harmattan
 
QML instead of MTF I guess. And you can adjust it to your like.

coderus 2013-07-05 15:05

Re: [Unrestricted] Color brightness bar for Harmattan
 
No difference for end-users.
I like QML and want to rewrite all widgets to QML :)

MK99 2013-07-05 15:25

Re: [Unrestricted] Color brightness bar for Harmattan
 
1 Attachment(s)
Thanks! This is great.:D
(lowest bar)

n0x 2013-07-05 15:27

Re: [Unrestricted] Color brightness bar for Harmattan
 
will this work with MAG's system ui (via QTweak) or is this exclusively for your unrestricted system ui?

coderus 2013-07-05 15:43

no difference which unrestricted system ui you using

coderus 2013-07-05 17:52

Re: [Unrestricted] Color brightness bar for Harmattan
 
MK99 i can add colored border for bar if you want :)

MK99 2013-07-05 18:03

Re: [Unrestricted] Color brightness bar for Harmattan
 
1 Attachment(s)
It would be nice. :D

E: Now we are talking about... :p
Code:

Rectangle {
        id: rectBg
        width: 468
        height: 24
        anchors.top: testText.bottom
        anchors.topMargin: 4
        anchors.left: parent.left
        anchors.leftMargin: 6
        color: "transparent"
        border.color: "#323232"
        border.width: 1
        radius: 2
        smooth: true
    }


dex87 2013-07-08 21:48

Re: [Unrestricted] Color brightness bar for Harmattan
 
Quote:

Originally Posted by coderus (Post 1357044)
Brightness QML extension for Unrestricred system-ui.

Extension powered by QML, so you free to hack it as you want :)

First you need unrestricted-system-ui installed. You can install it from my repository by using: apt-get install --reinstall system-ui

Install system-ui-brightness-qml package from my repository
or install manual
[brightness-qml] http://coderus.thecust.net/pool/main....0.0_armel.deb
package depends on system-ui-unrestricted-server
[unrestricted-server. should be incepted!] http://coderus.thecust.net/pool/main....0.0_armel.deb

How to set the brightness below the Volume bar???
Thank U! :)


All times are GMT. The time now is 11:53.

vBulletin® Version 3.8.8