.. |
declarative
|
move qgv privates in graphicsview/private
|
2012-07-16 21:35:17 +02:00 |
effects
|
massive step towards QGraphicsView being separated from libplasma
|
2011-11-17 14:43:37 +01:00 |
qtjolie-branch
|
Port from kde4_add_executable to ecm_mark_as_test.
|
2012-05-24 23:56:32 +02:00 |
abstractanimationprivate_p.h
|
krazy fixes, mostly include guards and copyright tags
|
2009-12-27 22:16:11 +00:00 |
abstractrunner_p.h
|
don't use PackageMetadata
|
2011-05-31 00:03:39 +02:00 |
accessmanager_p.h
|
--PackageMetadata;
|
2011-05-31 01:00:35 +02:00 |
actionwidgetinterface_p.h
|
the dptr will be deleted before ~QObject is run, so first disconnect
|
2011-01-11 02:55:55 +00:00 |
animationprivate_p.h
|
krazy fixes, mostly include guards and copyright tags
|
2009-12-27 22:16:11 +00:00 |
applet_p.cpp
|
appletprivate.cpp -> applet_p.cpp
|
2012-07-17 13:44:50 +02:00 |
applet_p.h
|
cleanupanddelete is qgv specific too
|
2012-02-28 16:52:11 +01:00 |
applethandle_p.h
|
Don't use the QtGui module name in includes.
|
2012-02-02 10:35:53 +01:00 |
applethandle.cpp
|
KIcon("foo") -> KDE::icon("foo")
|
2012-04-28 13:17:42 +02:00 |
associatedapplicationmanager_p.h
|
KUrl::List -> QList<QUrl> everywhere. Make KDirNotify API take urls, to avoid conversions in the caller.
|
2012-07-15 23:56:29 +02:00 |
associatedapplicationmanager.cpp
|
More K_GLOBAL_STATIC -> Q_GLOBAL_STATIC porting
|
2012-07-19 21:19:01 +02:00 |
componentinstaller_p.h
|
Add an API (currently private) for installing missing Plasma engines.
|
2011-08-03 10:21:39 +02:00 |
componentinstaller.cpp
|
More K_GLOBAL_STATIC -> Q_GLOBAL_STATIC porting
|
2012-07-19 21:19:01 +02:00 |
configloader_p.h
|
KUrl::List -> QList<QUrl> everywhere. Make KDirNotify API take urls, to avoid conversions in the caller.
|
2012-07-15 23:56:29 +02:00 |
containment_p.cpp
|
move all ContainmentPrivate impl in own file
|
2012-07-17 14:21:45 +02:00 |
containment_p.h
|
move all ContainmentPrivate impl in own file
|
2012-07-17 14:21:45 +02:00 |
containmentactions_p.h
|
no longer provide access to the package from the class, let Package do that; adapt to Package merge
|
2011-07-15 13:02:15 +02:00 |
containmentactionspluginsconfig_p.h
|
make a class to hold a map of default containmentactions plugins
|
2009-10-05 20:50:57 +00:00 |
coronabase_p.h
|
coronabase, a pure qobject corona
|
2012-02-28 19:22:59 +01:00 |
datacontainer_p.cpp
|
Fix compilation with the new cmake automoc stuff.
|
2012-02-08 23:34:07 +01:00 |
datacontainer_p.h
|
Merge remote-tracking branch 'origin/KDE/4.7' into frameworks
|
2011-10-30 10:44:59 +01:00 |
dataengine_p.h
|
get rid of the source limiting; wasn't used, only overhead
|
2011-11-30 12:58:20 +01:00 |
dataengineconsumer_p.h
|
Some KUrl-QUrl porting.
|
2012-03-11 10:34:38 +01:00 |
dataengineconsumer.cpp
|
Enable -DQT_NO_URL_CAST_FROM_STRING globally, and fix the code.
|
2012-05-02 15:08:52 +02:00 |
dataengineservice_p.h
|
QHash replaces QMap as the sorting of QMap is pure overhead
|
2011-05-26 19:01:44 +02:00 |
dataengineservice.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
dialog_p.h
|
allow controlling the resize a bit more
|
2011-12-16 14:57:20 +01:00 |
effectwatcher_p.h
|
Remove deleted include
|
2012-02-20 12:40:47 +01:00 |
effectwatcher.cpp
|
Fix compilation with Qt4
|
2012-06-23 01:00:19 +02:00 |
framesvg_p.h
|
Make it compile
|
2010-09-27 18:16:27 +00:00 |
getsource_p.h
|
QHash replaces QMap as the sorting of QMap is pure overhead
|
2011-05-26 19:01:44 +02:00 |
getsource.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
joliemessagehelper_p.h
|
relicense to LGPL v2
|
2010-01-18 18:24:57 +00:00 |
meter_p.h
|
remove private class from meter.cpp and support some properties on it.
|
2010-01-27 02:50:47 +00:00 |
package_p.h
|
fix resolution of paths w/ only a packageRoot+name
|
2011-08-31 12:53:09 +02:00 |
packages_p.h
|
allow ui/main.qml to be the default for plasmoids, and code/main.js for plasmoids, dataengines, runners
|
2011-11-30 12:58:20 +01:00 |
packages.cpp
|
Remove unneeded klocale.h and kglobal.h
|
2012-04-06 16:42:07 +01:00 |
plasmoidservice_p.h
|
Port from KTemporaryFile to QTemporaryFile, and deprecate KTemporaryFile.
|
2011-10-04 16:52:38 +02:00 |
plasmoidservice.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
popupapplet_p.h
|
Merge remote branch 'origin/KDE/4.7' into frameworks
|
2011-12-20 11:57:49 +01:00 |
publish.ui
|
Checkbox labels do not need a full stop according to KDE HIG
|
2009-11-15 13:41:00 +00:00 |
remotedataengine_p.h
|
Some KUrl-QUrl porting.
|
2012-03-11 10:34:38 +01:00 |
remotedataengine.cpp
|
Some KUrl-QUrl porting.
|
2012-03-11 10:34:38 +01:00 |
remoteservice_p.h
|
Some KUrl-QUrl porting.
|
2012-03-11 10:34:38 +01:00 |
remoteservice.cpp
|
Some KUrl-QUrl porting.
|
2012-03-11 10:34:38 +01:00 |
remoteservicejob_p.h
|
QHash replaces QMap as the sorting of QMap is pure overhead
|
2011-05-26 19:01:44 +02:00 |
remoteservicejob.cpp
|
avoid compiling in debug strings when compiled without debug
|
2011-07-29 15:46:52 +02:00 |
runnerjobs_p.h
|
when setAllowedRunners is called, call loadRunners, which now also allows for being called while a search is in progress
|
2011-11-22 12:17:06 +01:00 |
runnerjobs.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
service_p.h
|
Merge remote-tracking branch 'origin/KDE/4.8' into frameworks
|
2012-06-16 13:40:47 +02:00 |
servicejob_p.h
|
QHash replaces QMap as the sorting of QMap is pure overhead
|
2011-05-26 19:01:44 +02:00 |
serviceprovider_p.h
|
Add QByteArray and QString wrappers around + as needed.
|
2011-05-11 21:46:35 -06:00 |
serviceprovider.cpp
|
Ran convert-kstandarddirs.pl and fixed compilation (includes) in a few places
|
2012-06-12 15:02:33 +02:00 |
sharedtimer_p.h
|
ok, this time JUST the plasma dir ;)
|
2008-11-03 23:08:39 +00:00 |
storage_p.h
|
Merge remote branch 'origin/KDE/4.7' into origin-frameworks
|
2011-09-28 17:44:59 +02:00 |
storage.cpp
|
Ran convert-kstandarddirs.pl and fixed compilation (includes) in a few places
|
2012-06-12 15:02:33 +02:00 |
storagethread_p.h
|
use a hash instead of a map: the sorting was irrelevant and the API that uses this was ported to hashes as well
|
2011-09-19 11:27:54 +02:00 |
storagethread.cpp
|
More K_GLOBAL_STATIC -> Q_GLOBAL_STATIC porting
|
2012-07-19 21:19:01 +02:00 |
svg_p.h
|
allow SharedSvgRenderer to put interesting elements in the rect cache on load
|
2010-12-18 08:54:17 +00:00 |
themedwidgetinterface_p.h
|
the palette gets updated by all sorts of events on the scene now (incl. reparenting!), so make sure the palette is _really_ changing before marking it as custom
|
2011-12-04 14:00:32 +01:00 |
themedwidgetinterface.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
tooltip_p.h
|
use qpropertyanimation: massively simplify the code
|
2009-12-02 12:23:56 +00:00 |
tooltip.cpp
|
use libkwindowsystem
|
2012-02-19 14:07:35 +01:00 |
wallpaper_p.h
|
Merge remote-tracking branch 'origin/KDE/4.7' into frameworks
|
2011-10-30 10:44:59 +01:00 |
wallpaperrenderthread_p.h
|
add a wallpaper render that takes a pre-loaded QImage. FAR FAR faster than re-loading from disk if already in memory.
|
2011-10-30 10:24:57 +01:00 |
wallpaperrenderthread.cpp
|
Remove moc includes that can be omitted.
|
2012-01-31 22:44:36 +01:00 |
windowpreview_p.h
|
add a new member to the tooltip data that decides if the window highlight effect is to be enabled by default or not
|
2009-12-24 14:54:48 +00:00 |
windowpreview.cpp
|
use libkwindowsystem
|
2012-02-19 14:07:35 +01:00 |
windowshadows_p.h
|
shadows on dialogs
|
2011-06-09 12:46:25 +02:00 |
windowshadows.cpp
|
More K_GLOBAL_STATIC -> Q_GLOBAL_STATIC porting
|
2012-07-19 21:19:01 +02:00 |