animations
quiet the compiler
2011-05-28 00:38:46 +02:00
data
SVN_SILENT made messages (.desktop file)
2011-05-29 10:22:13 +02:00
design
first doc for libplasma2: QGV dependencies
2011-04-26 13:42:16 +02:00
extenders
Merge remote-tracking branch 'origin/master' into libplasma2
2011-05-28 00:25:07 +02:00
private
use KPluginInfo instead of PackageMetadata
2011-05-31 01:01:37 +02:00
remote
don't use PackageMetadata. instead, use a new little class: RemoteObjectDescription
2011-05-31 01:00:03 +02:00
scripting
deprecate method is gone
2011-05-26 23:06:36 +02:00
tests
--PackageMetadata;
2011-05-31 00:59:35 +02:00
widgets
remove deprecated methods
2011-05-28 00:39:59 +02:00
.krazy
skip template.h
2008-11-07 14:44:06 +00:00
abstractdialogmanager.cpp
Fix mem leak
2010-04-10 11:22:56 +00:00
abstractdialogmanager.h
showdialog becomes a slot
2010-04-03 21:58:35 +00:00
abstractrunner.cpp
const consistency in setupScript
2011-05-31 00:12:57 +02:00
abstractrunner.h
get rid of deprecated methods
2011-05-26 23:02:15 +02:00
abstracttoolbox.cpp
hush the compiler
2011-05-20 09:41:38 +02:00
abstracttoolbox.h
make slots that were invoked into virtuals
2011-05-26 18:56:35 +02:00
animator.cpp
get rid of deprecate code in Animator
2011-05-26 23:30:58 +02:00
animator.h
get rid of deprecate code in Animator
2011-05-26 23:30:58 +02:00
applet.cpp
const consistency in setupScript
2011-05-31 00:12:57 +02:00
applet.h
remove some empty reimplemented methods
2011-05-28 00:33:12 +02:00
CMakeLists.txt
Merge branch 'libplasma2_signedpackages' into libplasma2
2011-05-30 23:41:53 +02:00
config-plasma.h.cmake
Allow to build libplasma without KIO. Only issue is that the
2010-10-14 12:27:15 +00:00
configloader.cpp
match the type in KCoreConfigSkeleton::ItemIntList
2010-09-13 18:19:39 +00:00
configloader.h
make it easy to get at items and values by name
2009-01-05 23:27:29 +00:00
containment.cpp
remove deprecaed toolBoxItem()
2011-05-28 00:42:22 +02:00
containment.h
remove deprecaed toolBoxItem()
2011-05-28 00:42:22 +02:00
containmentactions.cpp
shared containmentactions
2010-11-11 22:22:39 +00:00
containmentactions.h
shared containmentactions
2010-11-11 22:22:39 +00:00
containmentactionspluginsconfig.cpp
make a class to hold a map of default containmentactions plugins
2009-10-05 20:50:57 +00:00
containmentactionspluginsconfig.h
make a class to hold a map of default containmentactions plugins
2009-10-05 20:50:57 +00:00
corona.cpp
Merge remote-tracking branch 'origin/master' into libplasma2
2011-05-28 00:25:07 +02:00
corona.h
remove deprecated version of loadLayout
2011-05-27 12:07:12 +02:00
datacontainer.cpp
force an immediate update
2011-04-29 11:17:31 +02:00
datacontainer.h
port the kconfig based storage service to Sqlite
2010-10-01 16:58:15 +00:00
dataengine.cpp
--PackageMetadata
2011-05-31 00:09:07 +02:00
dataengine.h
note what the default is
2010-12-02 19:34:22 +00:00
dataenginemanager.cpp
--compilerWarnings;
2011-04-29 11:17:28 +02:00
dataenginemanager.h
FEATURE: on debug builds, make it easy to get a full dump of the state of the DataEngines
2010-09-23 19:17:00 +00:00
delegate.cpp
pull out the indent
2009-11-12 20:31:18 +00:00
delegate.h
Improve subitle showing in Plasma::Delegate.
2009-08-22 20:47:15 +00:00
dialog.cpp
make graphicsWidget const
2011-05-20 08:10:39 +02:00
dialog.h
make graphicsWidget const
2011-05-20 08:10:39 +02:00
framesvg.cpp
be less noisy, downgrade two kWarning to kDebug
2011-05-22 19:26:38 +02:00
framesvg.h
apidox fix
2011-02-17 09:18:33 -08:00
Mainpage.dox
don't show private classes
2010-05-18 20:13:26 +00:00
Messages.sh
do not extract messages from sources in tests subdirectories
2010-11-01 10:45:59 +00:00
package.cpp
Merge branch 'libplasma2_signedpackages' into libplasma2
2011-05-30 23:41:53 +02:00
package.h
remove createPackage as well; it's a bit impl-specific and isn't used anywhere
2011-05-20 10:48:29 +02:00
packagemetadata.cpp
Fix icon handling in package metadata
2011-03-15 03:04:07 +01:00
packagemetadata.h
access to the icon
2010-03-23 22:42:07 +00:00
packagestructure.cpp
remove deprecated prefix methods; there are now multiple prefixes!
2011-05-27 12:12:52 +02:00
packagestructure.h
remove deprecated prefix methods; there are now multiple prefixes!
2011-05-27 12:12:52 +02:00
paintutils.cpp
contentsRect must be bigger
2011-02-09 18:16:48 +01:00
paintutils.h
new function texturedText()
2011-02-04 21:02:20 +01:00
plasma_export.h
- made kdelibs for wince static
2010-07-30 12:31:39 +00:00
plasma.cpp
Move actionsFromMenu from AbstractRunner to plasma.h
2009-07-26 02:51:21 +00:00
plasma.h
Merge branch 'libplasma2_signedpackages' into libplasma2
2011-05-30 23:41:53 +02:00
plasma.kdev4
Commit my sok project that has been laying around for a while. Shows an overlay on a file's icon, that a KIO job is being performed (e.g download/copy/move) on that same file/folder. Helps in associating regular job notifications with the file managers. If something has broken in KIO wrt job notifications (poke me), it's probably this. Not to say that I didn't test it a lot, just that there could be unforeseen consequences. Feature requires a simple kdirmodel && kfileitemdelegate call to be made to enable it. also note: KIO jobs talk directly to kuiserver, the latter of which acts as a relay to anything interested in that information.(inseparable from workspace & runtime previous commit)
2010-03-19 02:13:41 +00:00
plasmoid.h
delete more methods
2011-04-26 23:36:59 +02:00
pluginloader.cpp
make the compiler happy
2011-04-24 23:59:59 +02:00
pluginloader.h
++pluginloader docs to prevent any issues like I ran into. rrix needs a whitespace-less editor ;)
2011-01-19 00:33:01 +00:00
popupapplet.cpp
Ensure icon is added to layout.
2011-04-17 16:55:46 -05:00
popupapplet.h
save/track/restore ItemStatus properly
2011-02-04 17:52:03 -08:00
querymatch.cpp
QString is not thread-safe; since the matches get shuttled around between threads, we need to protect access to it. as writing is rare, this should hopefully not degrade performance too much. if it passes testing, then i will backport this.
2011-01-16 21:46:55 +00:00
querymatch.h
Add removeMatch(es) methods
2009-11-24 12:05:46 +00:00
README
Fix typo
2011-04-14 13:27:06 +02:00
runnercontext.cpp
Saturates the relevance boost given to already run matches;
2010-05-19 09:51:21 +00:00
runnercontext.h
Fixed some spelling errors flagged by krazy
2009-12-10 09:16:30 +00:00
runnermanager.cpp
the methods are now virtual, call directly
2011-05-20 09:01:36 +02:00
runnermanager.h
allow runners to signal that matching should be suspended for them
2010-09-02 22:18:03 +00:00
runnersyntax.cpp
- Fix several minor issues reported by Krazy2
2009-10-13 12:40:13 +00:00
runnersyntax.h
meh; can't move these files into a subdir as-is; need to think of a more clever strategy
2009-09-04 08:58:34 +00:00
service.cpp
publish using a KPluginInfo
2011-05-31 01:01:18 +02:00
service.h
QHash replaces QMap as the sorting of QMap is pure overhead
2011-05-26 19:01:44 +02:00
servicejob.cpp
QHash replaces QMap as the sorting of QMap is pure overhead
2011-05-26 19:01:44 +02:00
servicejob.h
QHash replaces QMap as the sorting of QMap is pure overhead
2011-05-26 19:01:44 +02:00
svg.cpp
make setImagePath virtual
2011-05-20 08:16:01 +02:00
svg.h
make setImagePath virtual
2011-05-20 08:16:01 +02:00
theme.cpp
merge findInCache methods
2011-05-20 08:23:43 +02:00
theme.h
merge findInCache methods
2011-05-20 08:23:43 +02:00
tooltipcontent.cpp
quiet the compiler
2011-05-31 00:03:12 +02:00
tooltipcontent.h
remove deprecated setWindowToPreview methods
2011-05-27 12:09:19 +02:00
tooltipmanager.cpp
Allow to get tooltips to popup instantly on hover
2011-04-26 20:56:00 +02:00
tooltipmanager.h
keep slot naming in sync with others
2010-08-10 06:19:08 +00:00
version.cpp
warn about it as well
2010-08-09 21:03:46 +00:00
version.h
bump version
2011-04-26 22:53:32 +02:00
view.cpp
remove a line of dead code
2011-02-03 20:38:27 -08:00
view.h
merge-squash of first containment-removal branch
2009-09-23 20:37:17 +00:00
wallpaper.cpp
--PackageMetadata;
2011-05-31 00:11:55 +02:00
wallpaper.h
addUrls becomes virtual, setUrls is dropped
2011-05-18 16:04:50 +02:00
windoweffects.cpp
getting the compiler to stfu
2011-05-28 00:38:34 +02:00
windoweffects.h
initial commit of the KWin dashboard effect
2010-07-23 19:52:20 +00:00