- Nov 19, 2014
-
-
Andrzej authored
-
- Nov 03, 2014
-
-
Piotr Strębski authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 29, 2014
-
-
Michal Várady authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 28, 2014
-
-
Zafer Eren authored
392 translated messages, 2 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Michal Várady authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 25, 2014
-
-
Michal Várady authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Ḷḷumex03 authored
372 translated messages, 22 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 18, 2014
-
-
周潇波 authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 14, 2014
-
-
AlexanderFilev authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 06, 2014
-
-
Baurzhan Muftakhidinov authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 02, 2014
-
-
Tapio Väisänen authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Tapio Väisänen authored
391 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Michael Findlay authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Oct 01, 2014
-
-
Nuno Miguel authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 30, 2014
-
-
gabrieltandil authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 26, 2014
-
-
Aputsiaĸ Niels Janussen authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 22, 2014
-
-
Sveinn í Felli authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 20, 2014
-
-
Michal Várady authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 18, 2014
-
-
Anonymous authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 17, 2014
-
-
Anonymous authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 13, 2014
-
-
Theppitak Karoonboonyanan authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Cristian Marchi authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 10, 2014
-
-
Seong-ho Cho authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 08, 2014
-
-
Саша Петровић authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 07, 2014
-
-
Yarema aka Knedlyk authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Masato HASHIMOTO authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 06, 2014
-
-
André Miranda authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 05, 2014
-
-
Yannick Le Guen authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Pjotr authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
abuyop authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Edin Veskovic authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
gabrieltandil authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
394 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Sep 04, 2014
-
-
Jannis Pohlmann authored
This configuration option only makes sense when not hiding a panel automatically, so whenever one of the two autohide behaviors is enabled, the option is now greyed out in the UI.
-
Jannis Pohlmann authored
Instead of a single "Show/hide panel automatically" check box, we now use a "Automatically hide the panel" combo box with the options "Never", "Intelligently" and "Always".
-
Jannis Pohlmann authored
We could write a migration script for it to avoid additional code being added to the panel itself but the solution presented here is simple and works: when a panel is created (e.g. during startup), we check whether there is an old "autohide" property in the Xfconf channel. If the new "autohide-behavior" property is not yet set, we translate "autohide" FALSE and TRUE into "autohide-behavior" NEVER and ALWAYS, respectively. We then reset the "autohide" property and thereby achieve an automatic, transparent migration from old to new.
-
Jannis Pohlmann authored
This implementation of intelligent autohiding works as follows: The current WnckScreen is monitored. Whenever the active window changes or whenever the geometry of an already active window changes, the algorithm checks whether the active window and the panel overlap. If this is the case, the panel is hidden. Otherwise, it is made or remains visible. Desktop windows are treated special. Even though they overlap with panels technically, we don't consider this relevant and always make the panel visible when a desktop window becomes active. Internally, there are three autohide behaviors now: never (disables autohiding altogether), intelligent (implements the above method) and always (the old "hide when not focused/grabbed by mouse or keyboard).
-
Jannis Pohlmann authored
This will be needed for intelligent autohiding, which is implemented by monitoring the current WnckScreen for active window changes and hiding the panel whenever the active window geometry overlaps with the panel.
-