appletbrowser
Typo fixes
2008-04-21 21:20:03 +00:00
effects
Fix compile enable final
2007-10-03 20:23:46 +00:00
includes
SvgPanel -> PanelSvg
2008-04-16 17:24:34 +00:00
layouts
bye bye plasma layouts
2008-04-13 20:56:20 +00:00
scripting
put sourceLimit back in, add an accessor as well. used by akonadi
2008-04-24 20:16:21 +00:00
servicetypes
SVN_SILENT made messages (.desktop file)
2008-04-18 15:51:48 +00:00
tests
move the timer experiment out for 4.1 at least
2008-04-14 18:11:51 +00:00
widgets
Plasma::WebContent::geometry should return a qrectf, not a qsizef
2008-04-24 02:56:48 +00:00
abstractrunner.cpp
addMatchesTo() -> moveMatchesTo() (move is better than copy)
2008-04-24 15:37:12 +00:00
abstractrunner.h
SVN_SILENT api fixaboo
2008-04-13 15:02:02 +00:00
animator.cpp
API REVIEW: curve(element) -> elementAnimationCurve(element)
2008-04-24 19:28:04 +00:00
animator.h
API REVIEW: curve(element) -> elementAnimationCurve(element)
2008-04-24 19:28:04 +00:00
applet.cpp
* don't emit updateGeometry twice
2008-04-24 19:48:04 +00:00
applet.h
SILENT: Tiny style fix
2008-04-24 20:14:47 +00:00
appletbrowser.cpp
/me done another round of simple stuff renaming :)
2008-04-16 21:15:38 +00:00
appletbrowser.h
* don't crash when we don't have a containment
2008-02-26 21:22:13 +00:00
applethandle_p.h
handful more of krazy fixes and i'm done for the night
2008-02-19 09:12:34 +00:00
applethandle.cpp
Plasma::Theme::self() -> Plasma::Theme::defaultTheme() as planned during the sprint
2008-04-22 21:10:14 +00:00
CMakeLists.txt
Convert Meter and SignalPlotter to QGraphicsWidget based widgets
2008-04-21 16:26:18 +00:00
configxml.cpp
unused var that snuck in nastily. thanks cowstats.
2008-01-13 09:33:02 +00:00
configxml.h
include fixup
2007-11-25 18:17:19 +00:00
containment.cpp
API review:
2008-04-24 18:24:11 +00:00
containment.h
setIsContainment wasn't virtual anyways, so don't reimp in containment; do it all in applet
2008-04-24 16:29:23 +00:00
corona.cpp
API reviews:
2008-04-24 19:46:07 +00:00
corona.h
API reviews:
2008-04-24 19:46:07 +00:00
datacontainer_p.h
API review: DataContainer SIGNAL requestUpdate()->updateRequested()
2008-04-24 13:09:21 +00:00
datacontainer.cpp
make visualizationIsConnected work better
2008-04-24 20:09:57 +00:00
datacontainer.h
API review: connectVisualization() is not a slot.
2008-04-24 13:28:23 +00:00
dataengine.cpp
put sourceLimit back in, add an accessor as well. used by akonadi
2008-04-24 20:16:21 +00:00
dataengine.h
put sourceLimit back in, add an accessor as well. used by akonadi
2008-04-24 20:16:21 +00:00
dataenginemanager.cpp
dataenginemanager api review: (un)load()->(un)loadEngine()
2008-04-23 20:04:53 +00:00
dataenginemanager.h
dataenginemanager api review: ctor+dtor private
2008-04-23 20:58:15 +00:00
delegate.cpp
remove a couple of tricks used prior to the selection rect that now look over the top
2008-04-04 20:17:49 +00:00
delegate.h
unbreak build
2008-03-29 08:37:44 +00:00
desktoptoolbox_p.h
- boundingRect() now is pure virtual in Toolbox class
2008-04-20 14:23:37 +00:00
desktoptoolbox.cpp
Plasma::Theme::self() -> Plasma::Theme::defaultTheme() as planned during the sprint
2008-04-22 21:10:14 +00:00
dialog.cpp
use resizePanel instead of resize
2008-04-23 20:42:10 +00:00
dialog.h
fix signal/slot usage
2008-04-17 13:12:25 +00:00
glapplet.cpp
/me done another round of simple stuff renaming :)
2008-04-16 21:15:38 +00:00
glapplet.h
typos--
2008-03-03 19:27:52 +00:00
Mainpage.dox
Updated the list of authors according to the results of grep command
2008-04-24 08:04:34 +00:00
Messages.sh
* appletbrowser is part of libplasma now, not a separate entity
2007-10-14 20:09:06 +00:00
package.cpp
allow installing an uncompressed package as well
2008-03-30 22:27:32 +00:00
package.h
add a stub for PackageStructure::uninstallPackage
2008-03-30 00:56:09 +00:00
packagemetadata.cpp
Complete name/pluginName change.
2008-03-02 10:44:12 +00:00
packagemetadata.h
* use PackageMetadata when installing a package
2008-02-29 08:14:32 +00:00
packages_p.h
make PackageStructure a loadable plugin, so that there are now three methods to get a PackageStructure:
2008-02-26 04:07:07 +00:00
packages.cpp
Typo fixes
2008-04-21 21:20:03 +00:00
packagestructure.cpp
add a stub for PackageStructure::uninstallPackage
2008-03-30 00:56:09 +00:00
packagestructure.h
add a stub for PackageStructure::uninstallPackage
2008-03-30 00:56:09 +00:00
panelsvg.cpp
cache clearing fixes, some performance improvements
2008-04-24 19:49:24 +00:00
panelsvg.h
Updated the constructor documentation to the API changes.
2008-04-24 17:02:12 +00:00
paneltoolbox_p.h
- boundingRect() now is pure virtual in Toolbox class
2008-04-20 14:23:37 +00:00
paneltoolbox.cpp
prefer it not to expand. next: ovular crease rather than semicircular?
2008-04-23 20:38:41 +00:00
phase.cpp
API REVIEW: curve(element) -> elementAnimationCurve(element)
2008-04-24 19:28:04 +00:00
phase.h
ReAdded the isAnimating() function to Phase.
2008-04-14 18:04:34 +00:00
plasma_export.h
copyright cleanups:
2007-08-06 11:20:02 +00:00
plasma.cpp
provide a rounded rectangle path generator so we can share this implementatoin around plasma
2007-11-18 21:33:04 +00:00
plasma.h
API review:
2008-04-24 18:24:11 +00:00
README
make it a bit more obvious was is expected of you when you commit to libplasma
2007-07-27 21:09:11 +00:00
searchcontext.cpp
resetSearchTerm(QString) -> reset()
2008-04-24 16:25:36 +00:00
searchcontext.h
resetSearchTerm(QString) -> reset()
2008-04-24 16:25:36 +00:00
searchmatch.cpp
Merge woc branch to trunk, say good bye to old plasma, there is a lot of stuff to port
2008-04-13 13:23:39 +00:00
searchmatch.h
HelperMatch: in expectation of the return of SearchRunner and it's merry band of mischief makers
2008-03-18 01:39:52 +00:00
shadowitem_p.h
SVN_SILENT: add "or later" clause. cleared with copyright holders, except for rich moore's ui loader which i need to ask him for permission for first.
2007-09-14 19:06:18 +00:00
shadowitem.cpp
SVN_SILENT: add "or later" clause. cleared with copyright holders, except for rich moore's ui loader which i need to ask him for permission for first.
2007-09-14 19:06:18 +00:00
sharedtimer_p.h
one way of doing a shared timer with just one timerId at any given moment in a single timerEvent
2008-03-30 22:42:53 +00:00
svg.cpp
one more place we might want to trigger a repaint
2008-04-24 20:12:24 +00:00
svg.h
Api change:
2008-04-23 13:07:41 +00:00
theme.cpp
* compositingActive -> windowTranslucencyEnabled
2008-04-23 22:55:30 +00:00
theme.h
* Remove the Plasma::Theme::setApplication() declaration from the header now it's gone from the source
2008-04-24 12:27:24 +00:00
toolbox_p.h
- boundingRect() now is pure virtual in Toolbox class
2008-04-20 14:23:37 +00:00
toolbox.cpp
- boundingRect() now is pure virtual in Toolbox class
2008-04-20 14:23:37 +00:00
uiloader.cpp
port ++ layout -- richardwork++
2008-04-13 21:20:07 +00:00
uiloader.h
port ++ layout -- richardwork++
2008-04-13 21:20:07 +00:00
view.cpp
Applied some of the API changes to Plasma::View:
2008-04-18 17:40:57 +00:00
view.h
Applied some of the API changes to Plasma::View:
2008-04-18 17:40:57 +00:00