- Aug 04, 2014
-
-
Harald Judt authored
-
Harald Judt authored
Also rearrange the items to better reflect the layout in settings dialog. It's easier to find one's way around that way.
-
Harald Judt authored
If it's used by all components, that's the place it should be.
-
Harald Judt authored
This makes use of the xfconf property introduced in the previous commit. Initially, min_level is set to -1, which causes automatic determination of the best minimum level when the slider is created. Setting a minimum level other than 0 might only make sense for newer laptops, which can be heuristically determined by looking at the available range of brightness steps. Any backlight interface providing more than 100 steps will set the minimum level the slider will support to 5, which is barely enough light to see the screen contents. The user can change this via xfce4-settings-editor, or its command line companion xfconf-query.
-
Harald Judt authored
Some laptops can turn off the backlight completely by setting the brightness to 0. Usually, this is no problem, but in case the brightness keys do not work for whatever reason, then the user can own himself and be left in the dark, with no easy way to regain control of the backlight. So as a first step, let's introduce a new xfconf property to track the minimum value the plugin slider can be set to.
-
Harald Judt authored
I still noticed a slow-down on my machine even with the newly introduced update timer. Increasing it to 50ms is still enough for not causing the updates lagging behind too much, while filtering enough events to keep the widget response snappy even with two monitors attached.
-
Simon Steinbeiss authored
Take the x/ythickness into account when setting the size request and get the closest sharpest icon instead of GTK_ICON_LOOKUP_FORCE_SIZE. Also, apply some Gtk+ style properties that the convenience functions of the panel provide by default for panel plugin buttons.
-
- Aug 02, 2014
-
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
Max minutes was limited to 50.
-
Harald Judt authored
-
- Aug 01, 2014
-
-
Masato HASHIMOTO authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Eric Koegel authored
-
Harald Judt authored
Most parts in the power manager are named in different ways. Let's try to find a more uniform naming scheme for consistency reasons. This commit renames the UI widgets. It is only an internal change and does not effect anything visible to the user.
-
Harald Judt authored
-
- Jul 30, 2014
-
-
Theppitak Karoonboonyanan authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Pjotr authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Dawid authored
191 translated messages, 13 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
André Miranda authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Jul 29, 2014
-
-
Sergey Alyoshin authored
188 translated messages, 16 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Harald authored
173 translated messages, 31 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
André Miranda authored
193 translated messages, 11 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Jul 28, 2014
-
-
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
johannes authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
197 translated messages, 7 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
cybercop-montana authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Yannick Le Guen authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Jeff Huang authored
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
204 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Jul 27, 2014
-
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
Dragging the slider produces a lot of events, and processing these makes the UI lag behind because of the many helper calls. Let's update the brightness level only after a small timeout.
-
Eric Koegel authored
Thanks to Simon for pointing out that a custom menu item would accomplish what we need and for pointing out the ubuntu app indicator code that this patch was based on. Additional thanks need to go to Cody Russell for creating a custom menu slider widget I could copy.
-
Eric Koegel authored
If this branch gets merged in the brightness plugin will no longer be required so let's drop it now. The functionality is present in the battery plugin.
-
Eric Koegel authored
-
Eric Koegel authored
This way it won't show as two different menu items.
-