Script Kiddy
ed1935d4ef
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1186391
2010-10-16 08:32:59 +00:00
Marco Martin
3b219d6e39
if the parsing fails, set failed to launch with a reasonable message
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1186305
2010-10-15 18:56:30 +00:00
Marco Martin
f49d3bc29b
don't crash on parse error
...
svn path=/trunk/KDE/kdelibs/; revision=1186287
2010-10-15 16:24:12 +00:00
Script Kiddy
0d2f369206
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdelibs/; revision=1186162
2010-10-15 09:12:05 +00:00
Script Kiddy
5d1f73a693
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1186160
2010-10-15 09:10:36 +00:00
Marco Martin
ac187bfc50
build the declarative engine in its new location
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185950
2010-10-14 18:43:25 +00:00
Marco Martin
d12cab235a
move in runtime
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185949
2010-10-14 18:36:53 +00:00
Marco Martin
9a02b74797
move in the proper place
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185948
2010-10-14 18:36:09 +00:00
Marco Martin
0ad5112af4
move in runtime
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185947
2010-10-14 18:34:46 +00:00
Aaron J. Seigo
8dcc569fba
implement a default configChanged() for Containment that reloads the wallpaper
...
svn path=/trunk/KDE/kdelibs/; revision=1185912
2010-10-14 15:46:05 +00:00
Kevin Ottens
83fba085c0
Should be enough to repair the package install/uninstall in the mobile
...
case.
svn path=/trunk/KDE/kdelibs/; revision=1185886
2010-10-14 13:23:56 +00:00
Aaron J. Seigo
fc07638805
correct signature
...
svn path=/trunk/KDE/kdelibs/; revision=1185879
2010-10-14 13:04:53 +00:00
Aaron J. Seigo
d999c34c31
fd is 0 by this point
...
svn path=/trunk/KDE/kdelibs/; revision=1185878
2010-10-14 13:04:28 +00:00
Aaron J. Seigo
900023b40e
build; constify a bit
...
svn path=/trunk/KDE/kdelibs/; revision=1185872
2010-10-14 12:56:18 +00:00
Aaron J. Seigo
ee8dd50515
pass
...
svn path=/trunk/KDE/kdelibs/; revision=1185869
2010-10-14 12:38:48 +00:00
Aaron J. Seigo
a7701c9612
pass
...
svn path=/trunk/KDE/kdelibs/; revision=1185868
2010-10-14 12:37:53 +00:00
Kevin Ottens
c0f66faad7
Allow to build libplasma without KIO. Only issue is that the
...
copying/moving/removal of folders is defunct (so is the package
install/uninstall).
svn path=/trunk/KDE/kdelibs/; revision=1185865
2010-10-14 12:27:15 +00:00
Aaron J. Seigo
1c77587903
use the Plasma namespace consistently in the signals
...
svn path=/trunk/KDE/kdelibs/; revision=1185863
2010-10-14 12:25:20 +00:00
Stephen Kelly
f57dd2eb1c
Fix build.
...
svn path=/trunk/KDE/kdelibs/; revision=1185860
2010-10-14 12:16:56 +00:00
Aaron J. Seigo
6be91bbbd4
the slashes are superfluous
...
svn path=/trunk/KDE/kdelibs/; revision=1185857
2010-10-14 12:10:02 +00:00
Aaron J. Seigo
4495dc2eff
handle the caching case in setImagePath properly; this is a significant increase in complexity in this rather fundamental method. in combination with the change in Svg::setImagePath to call FrameSvg::setImagePath directly (due to an API wart i only today noticed), this has the potential to cause new issues, though it is running quite nicely on my system. needs extensive testing, but should also hopefully take care of the remaining crash being seen related to the FrameData cache
...
CCMAIL:plasma-devel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1185856
2010-10-14 12:09:23 +00:00
Aaron J. Seigo
5b49d8fe16
SVN_SILENT: update copyrights
...
svn path=/trunk/KDE/kdelibs/; revision=1185854
2010-10-14 12:05:55 +00:00
Aaron J. Seigo
2f491094c0
* move SvgPrivate into a separate header
...
* introduce a hack around setImagePath not being virtual but reimplemented in FrameSvg. (oi vey!)
svn path=/trunk/KDE/kdelibs/; revision=1185843
2010-10-14 11:43:01 +00:00
Albert Astals Cid
207a88b292
make the function file static
...
svn path=/trunk/KDE/kdelibs/; revision=1185606
2010-10-13 21:21:30 +00:00
Albert Astals Cid
6989afc229
initializing QString to 0 is baaaaad
...
svn path=/trunk/KDE/kdelibs/; revision=1185604
2010-10-13 21:15:27 +00:00
Marco Martin
9de619ed86
remove the QVariant workaround since the QScriptEngine::newVariant() should be fixed now in qt.
...
it seems to work for now, will keep the js scriptengine unchanged for a while to check for eventual problems.
if this work out will make the merge with the qml engine way easier
svn path=/trunk/KDE/kdebase/runtime/; revision=1185556
2010-10-13 18:08:07 +00:00
Aaron J. Seigo
f23c57a178
+1 tests pass
...
svn path=/trunk/KDE/kdelibs/; revision=1185538
2010-10-13 17:15:09 +00:00
Marco Martin
ac8de83bbd
first important part for the ml bindings merge:
...
make appletInterface more generic it could work with QML too
simplejavascriptapplet inherits from an abstract ckass that provides just the virtuals of functions needed by appletinterface so a different scriptengine implementation can be used as well.
The behaviour of the current js bindings should be completely unchanged.
svn path=/trunk/KDE/kdebase/runtime/; revision=1185532
2010-10-13 16:12:43 +00:00
Aaron J. Seigo
5f3b18fbc5
fix one test; 2 more to go
...
svn path=/trunk/KDE/kdelibs/; revision=1185528
2010-10-13 16:02:19 +00:00
Aaron J. Seigo
e38c0abb97
it's a set of flags, so we do need the full value as a string. meh.
...
svn path=/trunk/KDE/kdelibs/; revision=1185506
2010-10-13 14:40:41 +00:00
Aaron J. Seigo
a92f14160d
faster
...
svn path=/trunk/KDE/kdelibs/; revision=1185501
2010-10-13 14:27:08 +00:00
Aaron J. Seigo
4c5f141992
don't set the native widget's palette. since this now works in QGraphicsProxyWidget, it now causes new problems: setting the palette on the widget (not the nativeWidget()) doesn't work for users of Plasma::* widgets. love it when work arounds to bugs cause new bugs once the original bugs are fixed upstream. ;)
...
svn path=/trunk/KDE/kdelibs/; revision=1185467
2010-10-13 13:16:35 +00:00
Laurent Montel
c90b506d8e
Fix includes
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185374
2010-10-13 07:20:22 +00:00
Laurent Montel
a2513a6a16
Fix forward declaration
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185373
2010-10-13 07:19:47 +00:00
Laurent Montel
b6fb9dac52
Fix includes
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185371
2010-10-13 07:19:17 +00:00
Laurent Montel
63090af2f4
Fix forward declaration
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185370
2010-10-13 07:18:57 +00:00
Laurent Montel
1d9e7ff76f
Clean up
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185368
2010-10-13 07:17:34 +00:00
Laurent Montel
890ba5f095
Compile it
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185366
2010-10-13 07:15:44 +00:00
Laurent Montel
4a75e939b0
Cleanup
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185365
2010-10-13 07:12:55 +00:00
Marco Martin
b5510c6569
enable declarative imports build
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185281
2010-10-12 20:02:01 +00:00
Marco Martin
2a256d1e74
move the core, graphicslayouts and graphicswidgets imports in runtime
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185277
2010-10-12 19:51:57 +00:00
Marco Martin
bdcf7578ee
use a weak pointer
...
svn path=/trunk/KDE/kdelibs/; revision=1185272
2010-10-12 19:33:15 +00:00
Marco Martin
0aa740d33b
since the item takes ownership of its widget, get rid of it when it changes
...
svn path=/trunk/KDE/kdelibs/; revision=1185267
2010-10-12 19:06:34 +00:00
Marco Martin
ccfddafcd9
restyle expander arrow
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185240
2010-10-12 17:46:12 +00:00
Marco Martin
c3b8a79db5
restyle expander arrows
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185237
2010-10-12 17:42:55 +00:00
Marco Martin
65bfb31270
make the style similar to the configuration icons
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185232
2010-10-12 17:28:16 +00:00
Marco Martin
67f2738a34
tiny visual refresh
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185225
2010-10-12 17:01:55 +00:00
Marco Martin
b3b18e5d7e
make sure to not call the delayed itemaddedevent twice: the queue becomes an hash.
...
the counterindication is that the order now is kinda indeterministinc but *shouldn't* give problems
svn path=/trunk/KDE/kdelibs/; revision=1185200
2010-10-12 14:36:46 +00:00
Marco Martin
c79712f294
the update of the dragger appearance belongs in themeChanged()
...
svn path=/trunk/KDE/kdelibs/; revision=1185176
2010-10-12 13:20:04 +00:00
Marco Martin
22db020315
start with groups not collapsed by default
...
svn path=/trunk/KDE/kdelibs/; revision=1185145
2010-10-12 11:02:09 +00:00