summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorBor Kraljič2011-10-14 14:18:03 +0200
committerBor Kraljič2011-10-14 14:18:03 +0200
commit6a49c1824cb5c4cc47a52db3b63df45edca528a7 (patch)
treee74991da1192d3ea265ddcdaf95f50d4c5420a37 /mobile
parentf6e9802413d0d859b44f947fe6a50490781d6136 (diff)
gtkpbbuttons: fixed long description wrap (scripted)
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/gtkpbbuttons/DETAILS24
-rw-r--r--mobile/gtkpbbuttons/HISTORY3
2 files changed, 20 insertions, 7 deletions
diff --git a/mobile/gtkpbbuttons/DETAILS b/mobile/gtkpbbuttons/DETAILS
index 76b4a36ef3..bdc8bae4ed 100755
--- a/mobile/gtkpbbuttons/DETAILS
+++ b/mobile/gtkpbbuttons/DETAILS
@@ -10,7 +10,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="mobile"
SHORT="GTK+ 2.x client for pbbuttonsd"
cat << EOF
-This client for pbbuttonsd displays small popup windows each time a message from the daemon pbbuttonsd appeares. The view of each popup could individually configured. The following windows could pop up:
+This client for pbbuttonsd displays small popup windows each time a message
+from the daemon pbbuttonsd appeares. The view of each popup could individually
+configured. The following windows could pop up:
* brightness level
The current display brightness level would be displayed.
@@ -21,17 +23,25 @@ This client for pbbuttonsd displays small popup windows each time a message from
* mute
The window shows if the speakers were muted.
* battery warning
- This window shows that battery is running low and how long it would last until shutdown.
+ This window shows that battery is running low and how long it would last
+ until shutdown.
* trackpad mode
This window shows the current trackpad mode.
* sleep warning
- This window shows that the machine is going to enter sleep mode. Usually at that time you could press any key or move the mouse to prevent sleep mode.
+ This window shows that the machine is going to enter sleep mode. Usually at
+ that time you could press any key or move the mouse to prevent sleep mode.
* ejecting CDROM
- This window signals that a CDROM will be ejected or the tray will be closed.
+ This window signals that a CDROM will be ejected or the tray will
+ be closed.
* activate external video
- This window shows the status of the external video output as soon as the status has been changed by pbbuttonsd.
+ This window shows the status of the external video output as soon as
+ the status has been changed by pbbuttonsd.
-The window appears after someone has pressed one of the special keys or an event message has been received. After roundabout two seconds without any changes, the popup window vanishes again.
+The window appears after someone has pressed one of the special keys or an
+event message has been received. After roundabout two seconds without any
+changes, the popup window vanishes again.
-The client gives the user a visual feedback of the daemons background work and displays those events to the user that the daemon believes the user should know about. It won't run without a running daemon.
+The client gives the user a visual feedback of the daemons background work
+and displays those events to the user that the daemon believes the user
+should know about. It won't run without a running daemon.
EOF
diff --git a/mobile/gtkpbbuttons/HISTORY b/mobile/gtkpbbuttons/HISTORY
index b3b5feed2d..fbc3d175b1 100644
--- a/mobile/gtkpbbuttons/HISTORY
+++ b/mobile/gtkpbbuttons/HISTORY
@@ -1,3 +1,6 @@
+2011-10-14 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: fixed long description wrap (scripted)
+
2008-08-19 Robert Figura <template@sourcemage.org>
* DEPENDS: added libgnomeui