Commit Graph

600 Commits

Author SHA1 Message Date
Sebastian Kügler
e747fb6e3b APIDOX improvements for PlasmaExtras 2012-03-31 01:20:25 +02:00
Sebastian Kügler
3dd6ad6138 remove green rectangle 2012-03-31 01:20:25 +02:00
Lamarque V. Souza
82fb04ccbf EditBubble.qml: put buttons in the order "copy" and then "paste", double
buttons' MouseArea sizeto make it easier to tap on them, and add space
between the buttons.

CCBUG: 296943
2012-03-30 20:08:42 -03:00
Sebastian Kügler
ed04c28fe2 Small optimization
By Lamarque, forward-ported from plasma-mobile
c9c6f5022fe5ccde59456157f18cdec4ab2b46b4
2012-03-30 00:42:42 +02:00
Sebastian Kügler
ec53236725 Animations have moved here
from plasma-mobile/components/mobilecomponents
2012-03-30 00:34:17 +02:00
Marco Martin
fb99635369 put buttons in the titlebar 2012-03-29 17:23:39 +02:00
Marco Martin
58d281d0b9 fix connect to destroyed, should solve crashes 2012-03-28 14:11:43 +02:00
Daker Fernandes Pinheiro
5b452bfb9a Change default value of enabled property in ListItem Plasma Component
Also adds documentation for the enabled property.

Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2012-03-27 11:17:36 -03:00
Sebastian Kügler
af7ec4df34 Fix reference error and hiding SIP from TextArea 2012-03-27 13:54:51 +02:00
Martin Gräßlin
e195c1d01f Export WindowId on Plasma Dialog
Exporting the window Id allows to use it in declarative KWin scripts
to embedd window thumbnails on the dialog.

REVIEW: 104393
2012-03-24 10:51:12 +01:00
David Edmundson
732c98110f Remove invalid documentation for property "animated" on Slider
See discussion at: https://git.reviewboard.kde.org/r/104318/
2012-03-22 20:20:16 +00:00
Daker Fernandes Pinheiro
eabd70b019 Fix coding style for TextField Plasma Component accepted signal
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2012-03-22 08:58:29 -03:00
Daker Fernandes Pinheiro
161b548803 Fixed coding style in doc example for TextField Plasma Component
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2012-03-22 08:57:56 -03:00
Christophe Giboudeaux
dc1e5aa9cf Fix includes. 2012-03-20 12:08:48 +01:00
Sebastian Kügler
cf14c5563f spacing improvements 2012-03-20 02:48:40 +01:00
Sebastian Kügler
7bffae49d1 fix visual glitch when hiding toolbar 2012-03-20 02:35:20 +01:00
Sebastian Kügler
61cafd3215 update todo 2012-03-20 02:31:09 +01:00
Sebastian Kügler
409a2ac82c basic toolbar hiding and showing 2012-03-20 02:23:11 +01:00
Sebastian Kügler
73e2d78647 fix alignment in contentArea 2012-03-20 02:01:21 +01:00
Sebastian Kügler
b4b8986209 explain extracomponents in the Gallery page 2012-03-20 02:01:21 +01:00
David Edmundson
cfc76b8144 Fix padding in toolbutton and tab buttons
REVIEW: 104319
2012-03-20 00:57:54 +00:00
Sebastian Kügler
c5e6e8a826 add Paragraph.qml 2012-03-20 01:49:23 +01:00
Sebastian Kügler
fd048b6ff6 Move ResourceInstance into Extras page 2012-03-20 01:48:26 +01:00
Sebastian Kügler
7c0f0522d8 add plasmacomponents api docs ResourceInstance 2012-03-20 01:46:44 +01:00
Sebastian Kügler
2d864c5992 App gets ToolBar, gallery app uses it now
- the Gallery app is now derived from App, so we can test it.
- App now has a toolbar, similar to PageStack.

Toolbar is not yet auto-hidden.
2012-03-20 01:40:25 +01:00
Sebastian Kügler
5254662cc4 Move apptest here, common test directory 2012-03-19 23:52:39 +01:00
Sebastian Kügler
c6110235c0 New component: Paragraph
completes the Text Layout components for now.

Also add a page to Gallery.qml to test these new component.
2012-03-19 23:38:57 +01:00
Sebastian Kügler
ee7796c0a7 Fix up install
- platformimports is empty until we use touch-specific overrides, comment
this line
- also install Header.qml to touch-components
2012-03-19 23:03:16 +01:00
Sebastian Kügler
d0c2a45738 Merge branch 'plasmaextracomponents' 2012-03-19 16:21:02 +01:00
Sebastian Kügler
d4f40126a5 animated is not Slider's public API anymore 2012-03-19 15:25:14 +01:00
David Edmundson
8c78de05ca Add margin on edge of main page
REVIEW: 104296
2012-03-17 00:44:12 +00:00
David Edmundson
538dfadc18 Set default gallery page to the first entry in the menu (Buttons) 2012-03-17 00:44:12 +00:00
David Edmundson
e32603b5e4 Don't overlap main page with scrollbars 2012-03-17 00:44:12 +00:00
David Edmundson
574ce395d3 Add clipping on gallery for nicer animation between pages 2012-03-17 00:44:12 +00:00
Sebastian Kügler
f80ca43592 small improvements to testapp 2012-03-16 05:08:22 +01:00
Sebastian Kügler
83bc2d2fde small cleanup and docs for Heading 2012-03-16 04:58:25 +01:00
Sebastian Kügler
774ff8fc6d New Heading component in org.kde.plasma.extras
Interesting property is level, between 1 (large) and 5 (same size as
default text), otherwise behaves as Label.
2012-03-16 04:51:00 +01:00
Sebastian Kügler
53dc25c0e0 Test cases for Heading 2012-03-16 04:50:47 +01:00
Sebastian Kügler
3b3481292b More worky-worky
- alignment & layout of content items, depending on width, still pretty
  rough, needs a state machine
2012-03-16 04:48:48 +01:00
Sebastian Kügler
46e2dad148 a go at an App container, pretty rough 2012-03-16 03:38:04 +01:00
Sebastian Kügler
3f241aace9 Add ResourceInstance from mobilecomponents 2012-03-15 22:04:34 +01:00
Sebastian Kügler
ac99feb490 Add AppBackgroundProvider image loader from mobilecomponents 2012-03-15 21:54:38 +01:00
Sebastian Kügler
85735ce130 Cleanup, add docs, copyright 2012-03-15 20:47:25 +01:00
Sebastian Kügler
4b9a633c73 New Plasma Export: org.kde.plasma.extras
Provides functionality beyond PlasmaComponent's API, currently just a
Title.
2012-03-15 19:57:43 +01:00
Marco Martin
9e5451a1df delegateImage property 2012-03-02 15:08:11 +01:00
Marco Martin
a299c18ddc configurable start drag distance 2012-03-02 15:08:11 +01:00
Marco Martin
736a56c631 Merge branch 'plasma/mart/fullscreenSheet' 2012-03-01 15:11:28 +01:00
Marco Martin
fda07f4473 documentation 2012-03-01 15:10:48 +01:00
Marco Martin
f30b2da11b fully working 2012-03-01 15:03:45 +01:00
Marco Martin
86908c9c31 avoid a model reset in certain conditions
should be slightly faster and avoid some of the flickering (items deletion and recreation) in ListView
2012-02-29 14:38:14 +01:00