Marco Martin
64fde089f2
correctly build applet and containment
2012-11-08 18:23:28 +01:00
Marco Martin
cc21f6fcfe
applet doesn't inherit from QGraphicsWidget
2012-11-08 18:23:00 +01:00
Aaron Seigo
09cf013164
prepend platformcontents to prefixes
2012-10-31 16:02:23 +01:00
Aaron Seigo
5f22041391
fix build of libplasma merged from 4.10 branch into frameworks
2012-10-31 12:19:38 +01:00
Aaron Seigo
9b7b6054ee
ensure prefixes end with '/'
2012-10-31 12:17:19 +01:00
Aaron Seigo
a934d8f867
link kdeclarative
2012-10-31 12:17:19 +01:00
Christoph Feck
03a88c40c0
SVN_SILENT removed
2012-10-31 12:17:19 +01:00
Aaron Seigo
f024af5de1
use KDeclarative to determine the platform paths
2012-10-31 12:16:21 +01:00
Aaron Seigo
104634b9cd
minor improvements
2012-10-31 12:15:43 +01:00
Aaron Seigo
4288bb9744
ensure that prefixes all have a trailing slash
...
why? because the rest of the code assumes that (for performance reasons)
2012-10-31 12:15:42 +01:00
David Faure
3e623699ce
Merge remote-tracking branch 'origin/KDE/4.10' into frameworks
...
Conflicts:
kdecore/services/kmimeglobsfileparser.cpp [whole file is gone]
kdecore/sycoca/kprotocolinfo.cpp [rewritten in kio; hand-merged]
kdeui/widgets/kmainwindow.cpp [geometry handling, code is gone]
kfile/kfileplacesitem.cpp
kio/kio/kfileitem.cpp [tons of kurl/qmimetype differences for the big if(!d) patch]
kio/tests/kfileitemtest.cpp [kurl]
plasma/private/applethandle.cpp [namespace]
plasma/runnermanager.cpp
staging/kservice/src/services/kservicetypetrader.h [i18n]
2012-10-30 19:53:28 +01:00
Jon Severinsson
fbd4466d93
Remove setting removed variable "moved" in plasma/widgets/scrollwidget.cpp
...
This unused-but-set variable declaration was removed in ba583b5d4da9e3.
2012-10-26 08:39:44 +02:00
Aaron Seigo
8af1a4d2f1
prep newly loaded runners if we're running a match
2012-10-25 21:18:59 +02:00
Aaron Seigo
d1140aca7d
remove a number of unused variables
2012-10-25 21:17:01 +02:00
Christoph Feck
3f1e310891
Merge branch 'KDE/4.9' into KDE/4.10
2012-10-25 04:27:27 +02:00
Jon Severinsson
a6bcd52059
plasma: QPixmap platform integration has changed in Qt5, disable it for now.
...
This essentially makes WindowShadows a no-op, but it is better than not compiling...
REVIEW: 106989
2012-10-23 14:10:01 +02:00
Marco Martin
c91905047b
check for applet
2012-10-22 16:39:32 +02:00
David Faure
e7e77f118a
Merge remote-tracking branch 'origin/KDE/4.10' into frameworks
...
Conflicts:
cmake/modules/FindKDE4Internal.cmake [ON vs TRUE]
experimental/libkdeclarative/kdeclarative.cpp [include changes]
kdecore/CMakeLists.txt [kshareddatacache.cpp exception support, but file moved]
kdecore/kernel/kcmdlineargs.cpp [+1 option, but qi18n]
kdeui/widgets/ktextedit.cpp [moc]
kdewebkit/kwebpage.cpp [QUrl]
kfile/kfilewidget.cpp [QUrl]
kfile/kurlnavigatortogglebutton.cpp [QT_NO_ACCESSIBILITY]
kinit/kinit.cpp [document path]
kio/kfile/kurlrequester.cpp [KDE::icon]
kio/kio/kprotocolmanager.cpp [kded5]
kio/kio/krun.cpp [document path]
kioslave/ftp/ftp.cpp [QUrl]
kioslave/http/kcookiejar/CMakeLists.txt [upd file resurrected]
kioslave/http/kcookiejar/kcookiescfg.upd [resurrected]
kioslave/http/kcookiejar/kcookiewin.cpp [KVBox porting]
mimetypes/kde.xml [kexi gone]
nepomuk/core/resourcedata.cpp [deleted]
nepomuk/test/CMakeLists.txt [deleted]
plasma/private/packages.cpp [Plasma::Applet::NoBackground]
tier1/kjs/src/kjs/jsonstringify.cpp [unsigned int]
tier1/solid/src/solid/CMakeLists.txt [hello udisks2]
2012-10-19 15:10:38 +02:00
Montel Laurent
fead6ece87
Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
2012-10-18 20:49:50 +02:00
Marco Martin
acdbe4556c
for small sizes, paint icons in a standard size
...
fixes blurry icons in the panel
2012-10-18 19:41:56 +02:00
Montel Laurent
4eeaf0d718
erge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
2012-10-11 22:35:29 +02:00
Marco Martin
3c55ec6a25
manage buttons even if they are under applet shadow
2012-10-11 21:09:14 +02:00
Montel Laurent
2118a77f73
Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
2012-10-10 23:18:56 +02:00
Jaime Torres
0e45385db4
avoid a possible null pointer ussage
...
propAnim has been already checked for not being null, but was not
checked here.
REVIEW: 106782
2012-10-10 19:11:21 +02:00
Jaime Torres
7209fa02e8
set directly this to the variable
...
instead of o=null and o=this
2012-10-10 19:10:25 +02:00
Jaime Torres
a4f54d65dd
change order between delete d and assign property to parent d
...
probably nothing changes
2012-10-10 19:09:29 +02:00
Jaime Torres
fe259f19bb
include missing initializations
...
an uninitialized variable can be the origin of several bugs.
unfortunately, not the one I suffer.
REVIEW: 106781
2012-10-10 19:07:06 +02:00
Marco Martin
3cd6781dca
fix handle geometry
...
in case of big shadows check for a hint about shadow size
always draw full frame for applets with no background
2012-10-10 15:38:43 +02:00
Montel Laurent
8aae14cde8
Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
2012-10-09 22:01:47 +02:00
Marco Martin
bab9b0a1a3
don't put buttons if the theme doesn't have any
2012-10-09 18:21:01 +02:00
Marco Martin
95682718bf
hint-scrollbar-size element for scrollbar width/height
2012-10-09 17:49:23 +02:00
Aaron Seigo
9d61df3894
default config was completely unused
...
this was probably not helped by lack of documentation, but it is most
likely because we never found a real world use case for it. all use
cases we can currently imagine are able to be handled using other methods
2012-10-05 18:08:33 +02:00
Montel Laurent
942cba7e0b
Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10
2012-10-03 08:02:25 +02:00
Sebastian Kügler
957caaae77
fix grammar in apidocs
2012-10-02 19:28:58 +02:00
Luca Beltrame
dc934f3fd1
Merge branch 'KDE/4.9' into KDE/4.10
2012-09-26 00:35:48 +02:00
Giorgos Tsiapaliokas
737650febb
expand the theme package in order to include *.svgz files
...
REVIEW: 106557
2012-09-25 01:06:02 +03:00
Aaron Seigo
1bb965acbb
document and export the class
2012-09-24 16:17:25 +02:00
Aaron Seigo
674a9191c5
DataEngineConsumer header
2012-09-24 16:09:48 +02:00
Aaron Seigo
1c00d44a50
make DataEngineManager private; use DataEngineConsumer instead
2012-09-24 16:09:16 +02:00
Aaron Seigo
e2033b2db7
remove an unnecessary inclusion of dataenginemanager.h
2012-09-24 16:09:03 +02:00
Aaron Seigo
97a13a9dbe
make DataEngineConsumer public API
...
this will become the prefered way to access DataEngines rather than
DataEngineManager which exposes implementation details that need to
be manually managed
2012-09-24 15:52:16 +02:00
Aaron Seigo
35590c27eb
use QCoreApplication::applicationName() instead of KAboutData
2012-09-24 15:52:16 +02:00
Giorgos Tsiapaliokas
5652490a0e
Add Wallpaper::setPackagePath and Wallpaper::packagePath
2012-09-24 15:22:42 +03:00
Giorgos Tsiapaliokas
3bcc40476c
Remove friend class Extender; for the popupapplet.h
2012-09-24 15:14:37 +03:00
Antonis Tsiapaliokas
87c70a42b4
appletDestroyed() is emitted in ~Applet(). But this can happen even if
...
it isn't destroyed but it just have been deleted. So we rename the
appletDestroyed() to appletDeleted().
2012-09-24 15:05:17 +03:00
Aaron Seigo
dec5744f5f
fix (or at least hack around) the "exec() causes double start() invocation" problem
2012-09-23 11:25:05 +02:00
Aaron Seigo
18563be2fb
code style fixes
2012-09-23 11:25:03 +02:00
Sebastian Kügler
885ca80083
API change: listWallpaperInfoForMimetype listWallpaperInfoForMimeType
...
(capital T instead of t, in line with mimeType everywhere else)
2012-09-23 01:13:16 +02:00
Luca Beltrame
2117212b1a
Merge branch 'KDE/4.9' into KDE/4.10
2012-09-21 21:23:39 +02:00
Marco Martin
bff36e9d25
don't mess with widget maximum size
...
avoids some resize dance or widgets misteriously growing
2012-09-20 13:28:38 +02:00