Aurélien Gâteau
25d0e33bfc
Doxygenize Slider
2012-12-17 22:53:46 +01:00
Aurélien Gâteau
6a07b94816
Doxygenize Sheet
2012-12-17 22:53:46 +01:00
Aurélien Gâteau
b661b3631f
Doxygenize SelectionDialog
2012-12-17 22:53:45 +01:00
Aurélien Gâteau
dd69bd287e
Doxygenize SectionScroller
2012-12-17 22:53:45 +01:00
Aurélien Gâteau
13affa6611
Doxygenize ScrollBar
2012-12-17 22:53:45 +01:00
Aurélien Gâteau
e0575ce650
Doxygenize RadioButton
2012-12-17 22:53:45 +01:00
Aurélien Gâteau
d096024f63
Doxygenize ProgressBar
2012-12-17 22:53:45 +01:00
Marco Martin
aa7002fc7a
hint stretch borders
2012-12-17 22:34:42 +01:00
Marco Martin
1f7e940d9a
new monitor
2012-12-17 22:34:12 +01:00
Marco Martin
fa9c02dd8d
new monitor
2012-12-17 22:32:00 +01:00
Aurélien Gâteau
9e72c32972
Doxygenize PageStack
2012-12-17 19:05:25 +01:00
Aurélien Gâteau
7daa6ac8d9
Doxygenize Page
2012-12-17 18:47:45 +01:00
Aurélien Gâteau
37ca722387
Doxygenize ListItem
2012-12-17 18:41:57 +01:00
Aurélien Gâteau
6ac5d5d18f
Doxygenize Label
2012-12-17 18:36:59 +01:00
Aurélien Gâteau
f7ddf8fa32
Doxygenize Highlight
2012-12-17 18:31:37 +01:00
Aurélien Gâteau
4aa79edde9
Doxygenize Dialog
2012-12-17 18:28:08 +01:00
Aurélien Gâteau
01172226a0
Doxygenize ContextMenu
2012-12-17 18:05:54 +01:00
Aurélien Gâteau
04202df465
Doxygenize CommonDialog
2012-12-17 18:05:54 +01:00
Aurélien Gâteau
e03db50be5
dox: properties => elements
2012-12-17 18:05:54 +01:00
Aurélien Gâteau
e3a922556b
Do not include touch components
2012-12-17 18:05:53 +01:00
Aurélien Gâteau
24248abd67
Doxygenize CheckBox
...
Had to move most of the documentation to DualStateButton, since this is
where the documented elements are.
2012-12-14 17:09:16 +01:00
Aurélien Gâteau
22c18e2d1e
Doxygenize ButtonRow
2012-12-14 16:57:48 +01:00
Aurélien Gâteau
2b6797dca3
Document QML names for C++ classes suffixed with "Proxy"
2012-12-14 16:16:27 +01:00
Aurélien Gâteau
ec68fd8248
Doxygenize ButtonColumn
2012-12-14 16:16:27 +01:00
Aurélien Gâteau
8a02511158
Doxygenize BusyIndicator and Button
2012-12-14 16:16:18 +01:00
Aurélien Gâteau
34514cfe56
Create Mainpage.dox for kde-runtime plasma sub-projects
...
CCMAIL: notmart@kde.org
2012-12-14 16:15:44 +01:00
Aaron Seigo
3551406a99
improve / make accurate the apidox
2012-12-13 16:29:53 +01:00
Marco Martin
0aebfa70e5
check for signals existence before connecting
...
removes a lot of warnings
2012-12-13 14:17:09 +01:00
David Faure
eb992ce047
Merge remote-tracking branch 'origin/KDE/4.10' into frameworks
...
"4e03e90 - (origin/KDE/4.10) Use non-deprecated types and methods"
(rerunning the perl scripts rather than solving every conflict by hand)
2012-12-13 13:23:44 +01:00
David Faure
806f2c887c
Merge commit '163b64072778fc5289f53a0502c0a5e2ed930a03' into frameworks
...
Conflicts:
kioslave/http/http.cpp
plasma/pluginloader.cpp
2012-12-13 13:10:36 +01:00
David Faure
c8734602b8
Use non-deprecated types and methods:
...
WFlags -> WindowFlags (it's a typedef, and it's BC, nm says QFlags<Qt::WindowType>)
toAscii -> toLatin1
fromAscii -> fromLatin1
as suggested by Treeve Jelbert on kde-frameworks-devel
2012-12-13 11:58:53 +01:00
Aurélien Gâteau
aaa7ea1580
Not being able to load an applet is worth a kWarning()
...
Especially since the error message is not exposed anywhere else.
2012-12-11 16:50:12 +01:00
Sebastian Gottfried
0ed74e50d0
QML Plasma Components: fix a bug in scrollbar anchoring
...
Scrollbars can only be anchored to the associated flickable if it is
their parent or they share the same parent. The plausibility check
for this condition had a bug exluding also the latter case. That's fixed
now.
2012-12-09 18:43:29 +01:00
Marco Martin
1fe39f1101
import the new default theme
2012-12-09 18:05:25 +01:00
Sebastian Kügler
ed54091b61
fix build of tests
2012-12-09 14:33:24 +01:00
Sebastian Kügler
e0fe19e5fb
Implementation for async non-static package installation
2012-12-09 14:16:25 +01:00
Sebastian Kügler
8b6a248033
Package install and uninstall are now non-static async
...
Installation and uninstallation of packages is now done in an instance
of the package. The methods return a KJob* which can be used to track
progress and result. The real work is done in a thread in order to make
it possible to not block the UI.
2012-12-09 14:12:55 +01:00
David Faure
eaa9afe7e6
Merge remote-tracking branch 'origin/KDE/4.10' into origin-frameworks
...
Conflicts:
kdeui/colors/kcolorbutton.cpp [ported to QColorDialog, let's hope it handle double-click...]
kdeui/xmlgui/kxmlguiclient.cpp
kio/kio/kprotocolmanager.cpp [reverted...]
kioslave/file/file_unix.cpp [minor]
plasma/dialog.cpp [gone -> changes ignored]
plasma/tooltipmanager.cpp [gone -> changes ignored]
2012-12-07 16:04:32 +01:00
Marco Martin
d113473c2d
don't look for kdewebkit
...
get rid of dialogshadows
2012-12-07 14:45:40 +01:00
Burkhard Lück
baf6c0ad84
rm man pages, moved to doc dir
2012-12-05 17:25:02 +01:00
Jacopo De Simoi
679d2f7cd8
"grey out" disabled labels
2012-12-04 17:34:57 +01:00
Marco Martin
45583af880
add clicked() signal
...
behavior more compatible with MouseArea
2012-12-04 13:39:19 +01:00
Marco Martin
0b5dece0f0
implicitWidthChanged is a signal, not a slot
2012-12-03 18:10:25 +01:00
Marco Martin
d784a91655
always rewrite icon settings on signal
...
we can't just check the desktop icon size, another size may have been changed
2012-12-03 17:59:59 +01:00
Aaron Seigo
f0ccabbc42
remove the windows when we know they can be removed
...
the destroyed() connection in shadows is really just a failsafe
2012-12-03 16:57:48 +01:00
Marco Martin
296f6505bf
baloon-tip-* -> balloon-tip-*
...
fix typo in the item naming until we still can
2012-12-03 13:26:29 +01:00
Marco Martin
4afbe498f8
baloon-tip-* -> balloon-tip-*
...
fix typo in the item naming until we still can
2012-12-03 13:26:29 +01:00
Marco Martin
96df4d1eab
add a picker item, for date and time pickers
2012-12-03 12:41:44 +01:00
David Faure
83ef1a3a3b
Remove unused QX11Info includes
2012-12-02 13:06:32 +01:00
David Faure
d9b054b3bc
Fix build after bad merge, by restoring these files to their frameworks version.
...
Aseigo told me to use "git checkout --theirs applet.h" in order to
"take the 4.10 version of the changes where there were conflicts",
but it turns out that this was very bad advice: it loses ALL the changes
ever made to the file in the frameworks branch.
CCMAIL: aseigo@kde.org
2012-12-01 10:11:55 +01:00