Giorgos Tsiapaliwkas
32fd687e61
Add documentation for the Scrollbar.qml
2011-11-02 03:29:15 +02:00
Giorgos Tsiapaliwkas
41472f8dbe
RadioButton.qml:change the Inherits,doc
2011-11-02 03:28:32 +02:00
Giorgos Tsiapaliwkas
c60091d291
Add documentation for Page.qml
2011-11-02 03:27:11 +02:00
Giorgos Tsiapaliwkas
363de3d2b3
ButtonRow.qml:modify bool exlucive doc
2011-11-02 03:26:28 +02:00
Giorgos Tsiapaliwkas
5a9c04c866
ButtonColumn.qml:modify bool exclusive
2011-11-02 03:25:38 +02:00
Giorgos Tsiapaliwkas
689923f81d
Button.qml:populate alias font
2011-11-02 03:23:16 +02:00
Giorgos Tsiapaliwkas
ffe389e714
Add documentation for the BusyIndicator.qml
2011-11-02 03:22:13 +02:00
Mark Gaiser
147df3a274
Updated Button.qml form PlasmaComponents to have:
...
- Animations
- A state machine
- More margin when an icon is used
- A few cleanups
REVIEW: 103020
2011-11-01 23:51:42 +01:00
Marco Martin
5282287b55
anchors a page to its container
2011-11-01 22:45:38 +01:00
Marco Martin
f6f9c26fdd
support popup with timeout
2011-11-01 21:30:45 +01:00
Marco Martin
02eeddf931
correct type dekstop->desktop
...
please test before committing ;)
CCMAIL:viranch.mehta@gmail.com
2011-11-01 20:33:13 +01:00
Marco Martin
7a325f4658
i_p suffix only for stuff not exported from qml
...
general rule:
if the header if from a class that will be made available as qml type, foo.h, otherwise foo_p.h
2011-11-01 19:27:55 +01:00
Marco Martin
43a069c681
bind types for dataengines in the palsmacore import
2011-11-01 19:18:41 +01:00
Marco Martin
2bb756cfe7
register extra types on QScriptEngine
...
only if hasn't been done yet
2011-11-01 18:55:57 +01:00
Aaron Seigo
53622d0214
add MimeType and URLs to matches
...
every single runner thus written knows this at the time of matching,
so more efficient to store it up-front than have to later resort to calling
(the inneficient but perfect for drag and drop) mimeDataForMatch method.
2011-11-01 18:15:01 +01:00
Christophe Giboudeaux
ec2df8a053
Compile
...
GIT_SILENT
2011-10-31 21:44:37 +01:00
Viranch Mehta
6c19c0b3c4
Aaron's patch for loading system KCMs in scripted plasmoids config dialog by specifying them in the plasmoid's .desktop file
2011-10-31 22:24:39 +05:30
Marco Martin
38c8915cd7
ListItem element
2011-10-31 16:42:40 +01:00
Marco Martin
3ac2a8c875
if stack creates the component, is the owner too
...
leak--
2011-10-31 16:42:40 +01:00
Aaron Seigo
8eb06eee32
Merge branch 'KDE/4.7'
...
Conflicts:
CMakeLists.txt
cmake/modules/FindNepomuk.cmake
kdecore/tests/kservicetest.cpp
kdeui/util/kkeyserver.h
kio/kio/accessmanagerreply_p.h
kio/kio/hostinfo.cpp
kioslave/http/http.h
kioslave/http/httpauthentication.cpp
kioslave/http/httpauthentication.h
kioslave/http/tests/httpauthenticationtest.cpp
kioslave/http/tests/httpheaderdispositiontest.cpp
kparts/browseropenorsavequestion.cpp
plasma/data/services/plasma.protocol
plasma/wallpaper.cpp
plasma/widgets/videowidget.h
solid/solid/backends/wmi/wmiquery.cpp
2011-10-31 15:25:10 +01:00
Giorgos Tsiapaliwkas
c11ee7ba10
Add some documentation to ScrollDecorator.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
7c96ac9910
Add some documentation to RoundShadow.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
a7f58cde61
Add some documentation to RadioButton.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
93753a5b75
Add some documentation to ProgressBar.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
8e27551c7a
Add some documentation to Label.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
0260aa98ea
Add some documentation to IconLoader.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
5c2b72ab45
Add some documentation to CheckBox.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
5be9ca1948
Add some documentation to ButtonShadow.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
90b4d074ca
Add some docu to ButtonRow and ButtonColumn
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
339904e610
Add some documentantion to the Highlight.qml
2011-10-31 06:55:40 +02:00
Giorgos Tsiapaliwkas
893e9be44f
Add some documentantion to the DualStateButton
2011-10-31 06:51:47 +02:00
Giorgos Tsiapaliwkas
3bc7a287df
add some documentation to the Button.qml
2011-10-31 06:51:47 +02:00
Valentin Rusu
3caa6e8a6c
Merge branch 'KDE/4.7' into ksecretsservice
2011-10-30 21:30:51 +01:00
Martin Gräßlin
f050e056ec
Highlight Item only requires QtQuick 1.0
2011-10-30 20:37:10 +01:00
Marco Martin
56dc7f6314
Page and PageStack
2011-10-30 19:47:08 +01:00
Marco Martin
3c8ff37491
Theme exports iconloader sizes
2011-10-30 19:07:58 +01:00
Marco Martin
d0ad8eed35
remove not installed imports
2011-10-30 17:55:33 +01:00
Marco Martin
6eba438a89
PlasmaCore.Theme is registered by the inport
...
no more need to declare it every time -> memory saving
2011-10-30 17:53:20 +01:00
Marco Martin
a2cf63e813
arrow buttons by default
2011-10-30 17:36:42 +01:00
Marco Martin
92accc1460
fade away for sectionScroller
2011-10-30 16:51:41 +01:00
Marco Martin
f5357fd964
dd SectionScroller
2011-10-30 14:13:09 +01:00
Aaron Seigo
9612317115
checkUsage is in the private class now
2011-10-30 12:56:12 +01:00
Aaron Seigo
91178d1c2a
Merge remote-tracking branch 'origin/KDE/4.7' into frameworks
2011-10-30 10:54:53 +01:00
Aaron Seigo
356e618364
stop the timers
2011-10-30 10:46:28 +01:00
Aaron Seigo
2c7751ccef
Merge remote-tracking branch 'origin/KDE/4.7' into frameworks
...
Conflicts:
CMakeLists.txt
kio/kio/kfileitem.cpp
plasma/datacontainer.cpp
plasma/datacontainer.h
plasma/private/wallpaper_p.h
plasma/private/wallpaperrenderthread.cpp
2011-10-30 10:44:59 +01:00
Aaron Seigo
176d4b896b
delay usage checks so quite disconnect/reconnects don't result in unecessary loss of data
...
(only to reload it again immediately thereafter...)
2011-10-30 10:35:29 +01:00
Aaron Seigo
97743420a0
add a wallpaper render that takes a pre-loaded QImage. FAR FAR faster than re-loading from disk if already in memory.
...
new API (new overload, really), but required to fix iperformance issues elsewhere, so considered a bug fix
2011-10-30 10:24:57 +01:00
Aaron Seigo
23784d26bb
less profanity
2011-10-30 01:58:11 +02:00
Sebastian Kügler
5a4bef41ef
Use Qt::DisplayRole when the lookup fails
...
This makes it do the right thing by default, and fixes filtering for
QStringListModels (and probably a few other ones as well).
2011-10-30 00:53:48 +02:00
Marco Martin
6b7a1bdcac
undefined--
2011-10-29 21:46:53 +02:00