[pkg-java] r11011 - trunk/liblaf-widget-java/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Wed Nov 4 22:24:26 UTC 2009


Author: drazzib
Date: 2009-11-04 22:24:26 +0000 (Wed, 04 Nov 2009)
New Revision: 11011

Modified:
   trunk/liblaf-widget-java/debian/changelog
   trunk/liblaf-widget-java/debian/control
Log:
Improve synopsis and extended description

Modified: trunk/liblaf-widget-java/debian/changelog
===================================================================
--- trunk/liblaf-widget-java/debian/changelog	2009-11-04 22:18:28 UTC (rev 11010)
+++ trunk/liblaf-widget-java/debian/changelog	2009-11-04 22:24:26 UTC (rev 11011)
@@ -20,8 +20,9 @@
     - Patch upstream build.xml to generate javadoc (build.diff)
   * Add debian/watch to indicate that upstream uses a distribution mechanism
     that cannot be meaningfully monitored by uscan
+  * Improve synopsis and extended description
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 04 Nov 2009 22:23:02 +0100
+ -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 04 Nov 2009 23:22:21 +0100
 
 liblaf-widget-java (4.2-2) unstable; urgency=low
 

Modified: trunk/liblaf-widget-java/debian/control
===================================================================
--- trunk/liblaf-widget-java/debian/control	2009-11-04 22:18:28 UTC (rev 11010)
+++ trunk/liblaf-widget-java/debian/control	2009-11-04 22:24:26 UTC (rev 11011)
@@ -14,18 +14,52 @@
 Package: liblaf-widget-java
 Architecture: all
 Depends: ${misc:Depends}, default-jre | java6-runtime
-Description: support for common feel widgets in look-and-feel libraries
- The goal of this project is to provide support for and base set of
- additional behaviour and widgets in look-and-feels.
+Description: Java widget toolbox for other look-and-feel libraries
+ Laf-Widget project provide support for and base set of
+ additional behaviour and widgets in look-and-feels libraries.
+ .
+ The list of currently provided widgets:
+  * Auto-completion (model-based / free-text) on editable combo boxes.
+  * Hover preview of minimized internal frames on desktop icons.
+  * Menu search panel on menu bars.
+  * Hover preview of tab in tabbed panes.
+  * Overview dialog on tabbed panes with optional periodic refresh.
+  * Tab paging on tabbed panes.
+  * Password strength checker on password fields.
+  * Lock border on non-editable text components and model-based editable combo boxes.
+  * Select all text in text component on focus gain.
+  * Context menu on text components with edit actions (copy / paste / cut / delete / select all).
+  * Enhanced drag-and-drop support for trees.
+  * Scroll pane selector.
+  * Selecting / deselecting in text components on Escape key press.
+ .
+ Laf-Widget is used by substance look-and-feel since 3.0
 
 Package: liblaf-widget-java-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Suggests: liblaf-widget-java
-Description: support for common feel widgets in look-and-feel libraries - doc
- The goal of this project is to provide support for and base set of
- additional behaviour and widgets in look-and-feels.
+Description: Java widget toolbox for look-and-feel libraries - documentation
+ Laf-Widget project provide support for and base set of
+ additional behaviour and widgets in look-and-feels libraries.
  .
+ The list of currently provided widgets:
+  * Auto-completion (model-based / free-text) on editable combo boxes.
+  * Hover preview of minimized internal frames on desktop icons.
+  * Menu search panel on menu bars.
+  * Hover preview of tab in tabbed panes.
+  * Overview dialog on tabbed panes with optional periodic refresh.
+  * Tab paging on tabbed panes.
+  * Password strength checker on password fields.
+  * Lock border on non-editable text components and model-based editable combo boxes.
+  * Select all text in text component on focus gain.
+  * Context menu on text components with edit actions (copy / paste / cut / delete / select all).
+  * Enhanced drag-and-drop support for trees.
+  * Scroll pane selector.
+  * Selecting / deselecting in text components on Escape key press.
+ .
+ Laf-Widget is used by substance look-and-feel since 3.0
+ .
  This package contains API documentation (Javadoc) for liblaf-widget-java.
 




More information about the pkg-java-commits mailing list