Commit Graph

10292 Commits

Author SHA1 Message Date
Marco Martin
bc4be9c5c2 documentation for Dialog 2011-12-22 14:35:14 +01:00
Marco Martin
0f62487da7 documentatiuon for checkbox and radiobutton 2011-12-22 14:11:22 +01:00
Marco Martin
de666a6fd3 Documentanted -> Documented 2011-12-22 11:53:15 +01:00
Marco Martin
15d8e3df37 add some words to the doc 2011-12-22 11:50:20 +01: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
d4b7cccfc7 revert api addition on 4.9
this was supposed to be only for master/4.9
2011-12-21 12:09:17 +01:00
Script Kiddy
e01191b409 SVN_SILENT made messages (.desktop file) 2011-12-21 09:59:40 +01:00
Script Kiddy
12f1725fc8 SVN_SILENT made messages (.desktop file) 2011-12-21 09:55:19 +01:00
Marco Martin
bb0bb5bb4e on par with desktop components
add item and clear menu
2011-12-20 15:37:27 +01:00
Aaron Seigo
a05d8d0237 use the dialog's current position if not moving
widgets/.pushbutton.h.swp
2011-12-20 12:32:27 +01:00
Aaron Seigo
f10c6c8a97 remove unwanted variable introduced by last merge 2011-12-20 12:29:41 +01:00
Aaron Seigo
1f6ddefca6 remove unecessary elements 2011-12-20 12:20:48 +01:00
Aaron Seigo
bc18c95a81 compress them 2011-12-20 12:14:42 +01:00
Aaron Seigo
f46cf70bdd add more icons 2011-12-20 12:09:39 +01:00
Aaron Seigo
8b09ffb51f Merge remote branch 'origin/KDE/4.7' into frameworks
Conflicts:
	plasma/corona.cpp
	plasma/packagemetadata.cpp
	plasma/private/packages.cpp
	plasma/theme.cpp
2011-12-20 11:57:49 +01:00
David Faure
3f743186cf Merge remote-tracking branch 'origin/KDE/4.7'
Conflicts:
	experimental/libkactivities
2011-12-20 11:16:18 +01:00
Davide Bettio
fc68aee040 Changed default wallpaper from Horos to Ariya.
Please update and install a fresh kde-wallpapers.
2011-12-20 02:11:37 +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
Aaron Seigo
ca915b0e6c allow resizing from both relevant corners of a popup dialog
also significantly cleans up the popup positioning code and fixes a
lurking bug where width() was used instead of height()

BUG:227095
2011-12-16 14:58:39 +01:00
Aaron Seigo
d6e06ff92d allow controlling the resize a bit more
this allows e.g. popupapplet to put constraints on where the edges of the window can resize to
and react differently when the user is actively resizing the dialog.

CCBUG:227095
2011-12-16 14:57:20 +01:00
Aaron Seigo
64373cf1da sanity check the y just as we do the x 2011-12-16 14:52:16 +01:00
Aaron Seigo
1b2d92c085 delay showing popups until the next processing of events
allows things like hidden panels to show before calculating where to show the popup

BUG:288999
2011-12-16 12:52:29 +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
7e72401566 more precise 2011-12-14 14:02:56 +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
Sebastian Kügler
da7412252e Merge branch 'master' into editbubble 2011-12-13 21:26:53 +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
Kevin Kofler
645439c299 Bugfix: Plasma::PackageMetadata::read: Match the behavior of KService.
Also delete the duplicate entries in PackageMetadata::write.

REVIEW: 102404
Approved by Aaron J. Seigo.
2011-12-13 18:05:17 +01:00
Script Kiddy
1c1f27044a SVN_SILENT made messages (.desktop file) 2011-12-13 15:54:16 +01:00
Script Kiddy
0148bfea79 SVN_SILENT made messages (.desktop file) 2011-12-13 15:54:16 +01:00
Aaron Seigo
7491b9e71f appletsrc files are SimpleConfigs
cascading, let alone kdeglobals, make no sense whatsoever for them. so just skip that overhead.
2011-12-12 09:23:26 +01:00
Aaron Seigo
cf8128ca17 these update scripts operate on files that are no longer used 2011-12-12 09:23:25 +01:00
Martin Gräßlin
c55fb8b541 Fix library name of declarativeplugin
REVIEW: 103384
2011-12-11 17:07:45 +01:00
Script Kiddy
8ed64f8b56 SVN_SILENT made messages (.desktop file) 2011-12-11 08:40:10 +01:00
Script Kiddy
76c7b8ad92 SVN_SILENT made messages (.desktop file) 2011-12-11 08:40:10 +01:00