plasma-framework/declarativeimports
Daker Fernandes Pinheiro decbcb0439 Add TextArea plasma component
The TextArea is defined in the Qt Components common API.

Some features were added as a plasma specific behaviour for this component:

- It emit the keys pressed and released signals
- Implements a focus policy
- The current implementation only covers the desktop use case.
    For mobile use, a flickable text area with scroll decorators
    would be more appropriate.
- Scroll bars appears only if the content is bigger than the content.
- The width of the the scroll bars can be setted through the scrollWidth
    property
- The size of the text content can also be setted. For this the properties
    contentMaxWidth and contentMaxHeight must be used. The default value
    is the dimensions of the TextArea.

The current state of the implemention lacks of:

- A behaviour for hover state, present in other components
- A errorHighlight usage
- Polish the visual alignment of the SVGs items
- Lacks of right mouse button interaction.
    Would be interesting to use it to cut & paste operations.

Signed-off-by: Daker Fernandes Pinheiro <dakerfp@gmail.com>
2011-07-22 16:12:36 -03:00
..
core Add RangeModel for QtComponents 2011-04-27 16:17:34 -03:00
graphicslayouts use ${IMPORTS_INSTALL_DIR} 2010-10-18 19:20:08 +00:00
graphicswidgets C++ standard mandates ends of line for includes. Fixes build with Sun Studio. 2010-11-02 23:43:31 +00:00
plasmacomponents Add TextArea plasma component 2011-07-22 16:12:36 -03:00
qtextracomponents Merged scratch/mart/plasma-components into subtree plasma/declarativeimports. 2011-02-10 14:41:47 -03:00
test Add gallery example for TextField plasma component 2011-07-21 10:16:42 -03:00
CMakeLists.txt Revert "remove what can't still be merged" 2011-04-21 17:13:48 +02:00