= Welcome to Bubblepad = Bubblepad is a replacement class for the Launchpad of OS/2 Warp 3 and above. As the name says it gives you a fly over help for all of the buttons. Now it is possible to distinguish all the different folders you have put on the pad. Furthermore this class reduces the size of the original launchpad to keep your desktop free. The drawers may be hidden and every action button may be independently removed. '''Key features''' * Fully integrated into the Workplace shell * Use of PNG icons if WPS-Wizard (http://svn.netlabs.org/wps-wizard/wiki) is installed * Fly over help for the buttons * Customizable colours and font for the help window * Reduced size by decreasing the border width and reordering of the buttons * Full online help is provided * German, English, Swedish, Dutch and French language version * Full source is provided * It's free! == Screenshot == [[Image(http://svn.netlabs.org/wps-wizard/browser/images/desktop-noia-blue.jpg?format=raw, 25%, nolink)]] [http://svn.netlabs.org/wps-wizard/wiki/NoiaBlueScreenshot Normal size] You can see two Bubblepads in different sizes. The one at the bottom has a mix of normal OS/2 icons (objects without a PNG icon) and PNG icons. == Download == The latest binary version available is [http://hobbes.nmsu.edu/h-search.php?sh=1&button=Search&key=bubblepad_v108.zip&stype=all&sort=type_name&dir=%2F BubblePad V1.08] (18/12/2011) Older versions are also on [http://hobbes.nmsu.edu/h-search.php?key=bubblepad&pushbutton=Search Hobbes]. == Author == Bubblepad was originally written by Chris Wohlgemuth. == License == Bubblepad is Open Source Software under a BSD like license. {{{ /* * Copyright (c) Chris Wohlgemuth 1997-2011 * All rights reserved. * * http://svn.netlabs.org/bubblepad/wiki * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The authors name may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * */ }}}