Marco Martin
bcc26fb73b
fix import names
2011-12-22 14:58:11 +01:00
Giorgos Tsiapaliwkas
9a1e332b9b
move the private components into a private subdir
2011-12-22 15:16:01 +02:00
Marco Martin
fa35709952
triggered and triggerendindex signals
2011-12-21 21:55:32 +01:00
Marco Martin
1a4a4b8f45
triggered signal
2011-12-21 19:52:35 +01:00
Marco Martin
f3edf32cb7
make it actually work
2011-12-21 18:41:29 +01:00
Marco Martin
f9150ae568
ContextMenu item that accepts a model
2011-12-21 15:49:21 +01:00
Marco Martin
bb0bb5bb4e
on par with desktop components
...
add item and clear menu
2011-12-20 15:37:27 +01:00
Marco Martin
4df3869dc6
docs for progressbar
2011-12-19 17:47:42 +01:00
Marco Martin
68c013293c
documentation for Page and PageStack
2011-12-19 17:34:54 +01:00
Aaron Seigo
22a73dd0ab
be extra forgiving, even
2011-12-19 15:20:17 +01:00
Aaron Seigo
43b46a57e3
try to work with ServiceTypes=Plasma/Applet,Plasma/PopupApplet
2011-12-19 15:20:17 +01:00
Marco Martin
183e794059
use * for bullet points in properties
...
easier parsing
2011-12-19 14:44:42 +01:00
Marco Martin
9b4aba3912
Merge branch 'master' into plasma-components-doc
2011-12-17 13:32:36 +01:00
Script Kiddy
12754aa592
SVN_SILENT made messages (.desktop file)
2011-12-17 09:48:37 +01:00
Marco Martin
d72f2d7c3c
Merge branch 'master' into plasma-components-doc
...
Conflicts:
plasma/declarativeimports/plasmacomponents/qml/Button.qml
2011-12-16 18:53:25 +01:00
Marco Martin
f9c777c0ca
ignore mouse presses
...
BUG: 288827
2011-12-16 11:53:07 +01:00
Marco Martin
2fdf11eabf
first tab is the current on load
...
fix sizing problems on first load
2011-12-15 20:19:29 +01:00
Marco Martin
2c7e559f04
support url lists as well
...
TODO: the DeclarativeMimeData object shouldn't be a mimedata itself, but a container object. in this way it will be possible to reimplement all the methods, also non virtuals
2011-12-15 19:51:38 +01:00
Marco Martin
32b9547634
manage also mouse moves of children
2011-12-15 18:45:15 +01:00
Marco Martin
d52cb2a57b
a property should never, never, ever called "data"
...
means the element won't be able to have children
2011-12-15 18:28:57 +01:00
Marco Martin
eb4b2dc7f8
sligtly narrower
...
when we can get rid of the old scrollbar this size is going to be font based or something
2011-12-14 13:47:50 +01:00
Script Kiddy
a3ec1abd57
SVN_SILENT made messages (.desktop file)
2011-12-14 08:37:50 +01:00
Daker Fernandes Pinheiro
cb0a478bf5
Add more details to Slider Plasma Component documentation
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-12-13 17:05:53 -03:00
Script Kiddy
0148bfea79
SVN_SILENT made messages (.desktop file)
2011-12-13 15:54:16 +01:00
Martin Gräßlin
c55fb8b541
Fix library name of declarativeplugin
...
REVIEW: 103384
2011-12-11 17:07:45 +01:00
Script Kiddy
76c7b8ad92
SVN_SILENT made messages (.desktop file)
2011-12-11 08:40:10 +01:00
Aaron Seigo
08fae507f1
make painters on random pixmaps work; you still need to take of things like calling end()
...
BUG:266018
2011-12-08 17:54:34 +01:00
Aaron Seigo
2435f1cc6a
fix video tuortial widget
2011-12-05 22:40:16 +01:00
Jaime Torres
461d2562ce
use the returns in the #ifndef
...
If the two returns in the #ifndef are not supposed to be used,
please revert and add a comment or remove them.
2011-12-04 13:23:56 +01:00
Marco Martin
7988a4a7e4
don't try to set the main widget multiple times
2011-12-01 19:55:09 +01:00
Marco Martin
9726906ed0
recreate the dialog if the Popup flag changes
...
a popup only works if it's created with that flag from the beginning
2011-12-01 19:55:09 +01:00
Marco Martin
fb42ef0df4
frame is different from toolbar
2011-11-30 21:53:47 +01:00
Marco Martin
1014c8572e
hide the keyboard when lose focus
...
shouldn't be necessary, but the scene seems to not emit all needed hide signals
2011-11-30 19:48:54 +01:00
Marco Martin
be68daef28
take the clear button into account
2011-11-30 17:50:01 +01:00
Aaron Seigo
35580a01be
only set an image when we have one
2011-11-30 15:15:54 +01:00
Sebastian Kügler
ee81650232
fix warnings in dialogs
2011-11-30 01:49:19 +01:00
Marco Martin
13a3d33681
use onclicked
...
it gets canceled when it should
2011-11-28 21:42:27 +01:00
Marco Martin
42aeaebb4e
fix loading of toolbar of initialPage
2011-11-28 17:25:26 +01:00
Marco Martin
b888a8adb5
remove refs to mouseover
2011-11-28 14:36:31 +01:00
Marco Martin
f56ecc3673
smooth
2011-11-28 14:01:22 +01:00
Marco Martin
d5167f2529
pressed effect for the label
2011-11-28 13:49:28 +01:00
Marco Martin
794bd80a01
base toolbar height on children height
2011-11-28 12:34:16 +01:00
Script Kiddy
900a8d743b
SVN_SILENT made messages (.desktop file)
2011-11-28 09:00:19 +01:00
Marco Martin
ecb6fdabe7
take the bottom margin into account
2011-11-27 18:14:09 +01:00
Marco Martin
bda133a997
always be frameless
2011-11-27 18:12:24 +01:00
Marco Martin
42ddc80867
check for scene sxistence
2011-11-27 17:03:05 +01:00
Daker Fernandes Pinheiro
f50fb6e6d6
Add more details to Button Plasma Component documentation
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-11-26 14:16:21 -03:00
Marco Martin
e4eeac663d
clip
2011-11-25 21:39:32 +01:00
Marco Martin
544b39b04e
layout fixes
2011-11-25 21:28:28 +01:00
Marco Martin
18aadf9e24
fix layouting of dialogs of both formfactors
2011-11-25 19:59:00 +01:00