appletbrowser
Fix the problem that can be reproduced by:
2008-08-11 01:41:29 +00:00
effects
Fix compile enable final
2007-10-03 20:23:46 +00:00
includes
a tree view widget for now there is only this one that should be enough
2008-08-20 16:54:35 +00:00
ontology
Not necessary to make it executable
2008-08-19 06:57:02 +00:00
private
mouseover and mousepressed effects by choosing different svg elements
2008-08-21 20:15:32 +00:00
scripting
move all the prive code into private/; makes it much clearer with the division lines are
2008-07-30 20:35:42 +00:00
servicetypes
SVN_SILENT made messages (.desktop file)
2008-08-17 11:16:45 +00:00
tests
SVN_SILENT made messages (.desktop file)
2008-08-09 12:44:48 +00:00
widgets
ask for a repaint of the area that is scrolled
2008-08-22 18:38:50 +00:00
abstractrunner.cpp
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
abstractrunner.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
animationdriver.cpp
fix math in here; the other types are also going to be wrong, but i haven't fixed those yet
2008-05-21 05:12:40 +00:00
animationdriver.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
animator.cpp
also implement the plugin version checks for the other plugin types
2008-07-17 16:26:29 +00:00
animator.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
applet.cpp
the wallpaper can't be mutually exclusive to the containment's painting, otherwise containments like the folderview don't paint their interface
2008-08-21 02:56:41 +00:00
applet.h
allow applets to query for their context, update the context via a constraint (we're running out of them!)
2008-08-18 14:04:30 +00:00
appletbrowser.cpp
watch for containment destruction; for people who like torturing plasma in weird nd wonderful ways
2008-07-17 18:36:55 +00:00
appletbrowser.h
build
2008-07-17 19:44:29 +00:00
CMakeLists.txt
only add opengl include dirs when opengl is actually found
2008-08-22 10:34:37 +00:00
configxml.cpp
more accurate include
2008-08-04 08:45:41 +00:00
configxml.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
containment.cpp
get rid of some api bloat; this can be gotten from the wallpaper plugin itself, after all
2008-08-22 12:14:10 +00:00
containment.h
get rid of some api bloat; this can be gotten from the wallpaper plugin itself, after all
2008-08-22 12:14:10 +00:00
context.cpp
return to the term Activity as it will be one aspect of Context and that seems to confuse everyone who isn't me ;)
2008-08-20 13:12:13 +00:00
context.h
return to the term Activity as it will be one aspect of Context and that seems to confuse everyone who isn't me ;)
2008-08-20 13:12:13 +00:00
corona.cpp
Don't call constraintsUpdated() before init(), even if an event loop is created in an applet constructor.
2008-08-19 21:36:52 +00:00
corona.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
datacontainer.cpp
move all the prive code into private/; makes it much clearer with the division lines are
2008-07-30 20:35:42 +00:00
datacontainer.h
extender is not a Plasma Widget (it doesn't follow the API pattern, isn't a button/menu/etc, isn't meant to be used as a general widget in a random layout...)
2008-08-02 17:46:32 +00:00
dataengine.cpp
move all the prive code into private/; makes it much clearer with the division lines are
2008-07-30 20:35:42 +00:00
dataengine.h
extender is not a Plasma Widget (it doesn't follow the API pattern, isn't a button/menu/etc, isn't meant to be used as a general widget in a random layout...)
2008-08-02 17:46:32 +00:00
dataenginemanager.cpp
move all the prive code into private/; makes it much clearer with the division lines are
2008-07-30 20:35:42 +00:00
dataenginemanager.h
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
delegate.cpp
it makes no sense to have the blur stuff in one header/namespace and the roundedRectangle stuff in another: it's all painting related. putting them together, however, makes "ImageEffects" really not accurate. ImageEffects will also clash, concept-wise, with a real effects lib.
2008-07-03 23:50:13 +00:00
delegate.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
dialog.cpp
filter also GraphicsSceneMove when synchronizing the view
2008-08-07 14:17:55 +00:00
dialog.h
sigh, with qgraphicswidgets we don't have the luxury of the
2008-08-07 10:34:14 +00:00
extender.cpp
emit geometry on size/pos changes correctly; we now hae calendars with multiple clocks again
2008-08-05 17:28:58 +00:00
extender.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
extenderitem.cpp
Removed the default value in setAutoExpireDelay, and allow the auto expire timer to be
2008-08-03 21:47:21 +00:00
extenderitem.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
glapplet.cpp
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
glapplet.h
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +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
be careful with relative paths and symlinks in packages and themes; we don't want widgets referencing random files/resources, just stuff in the given package
2008-08-17 20:52:37 +00:00
package.h
Add support for removing packages
2008-08-13 16:40:31 +00:00
packagemetadata.cpp
separate concept of Category from Type and get it right in the file written out!
2008-07-05 05:21:07 +00:00
packagemetadata.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
packagestructure.cpp
Add support for removing packages
2008-08-13 16:40:31 +00:00
packagestructure.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
paintutils.cpp
stop crashing due to undefined destruction order
2008-08-12 18:41:56 +00:00
paintutils.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
panelsvg.cpp
API change:
2008-07-27 17:20:27 +00:00
panelsvg.h
API change:
2008-07-27 17:20:27 +00:00
plasma_export.h
copyright cleanups:
2007-08-06 11:20:02 +00:00
plasma.cpp
* get rid of ToolTipManager::getItemItsApplet
2008-07-16 23:48:41 +00:00
plasma.h
allow applets to query for their context, update the context via a constraint (we're running out of them!)
2008-08-18 14:04:30 +00:00
popupapplet.cpp
hide the icon when we are in the desktop
2008-08-11 18:15:37 +00:00
popupapplet.h
slots -> Q_SLOTS
2008-08-17 07:20:39 +00:00
querymatch.cpp
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
querymatch.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +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
runnercontext.cpp
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
runnercontext.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
runnermanager.cpp
now that we re-use visual items as much as possible, update the matches more agressively (makes it feel less laggy now that the UI is doing the right thing)
2008-07-31 00:23:57 +00:00
runnermanager.h
* Make the multiple inclusion header guard macros all start with PLASMA_
2008-08-06 09:19:29 +00:00
service.cpp
support enabling and disabling operations in services
2008-08-12 13:58:58 +00:00
service.h
support enabling and disabling operations in services
2008-08-12 13:58:58 +00:00
servicejob.cpp
Delay the execution of start(), so ServiceJob implementors don't have to worry about it.
2008-08-02 22:29:19 +00:00
servicejob.h
Delay the execution of start(), so ServiceJob implementors don't have to worry about it.
2008-08-02 22:29:19 +00:00
svg.cpp
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
svg.h
change all ClassName::Private classes to ClassNamePrivate, and adjust friends accordingly; this makes plasma compilable with gcc < 4.2
2008-07-01 18:56:43 +00:00
theme.cpp
be careful with relative paths and symlinks in packages and themes; we don't want widgets referencing random files/resources, just stuff in the given package
2008-08-17 20:52:37 +00:00
theme.h
add button text and button background colors
2008-08-04 21:23:40 +00:00
tooltipmanager.cpp
Unnecessary test
2008-08-23 15:37:47 +00:00
tooltipmanager.h
Whitespace and docs cleanup
2008-08-23 15:35:10 +00:00
uiloader.cpp
Make uiloader work again for the new widgets
2008-08-10 11:39:34 +00:00
uiloader.h
Make uiloader work again for the new widgets
2008-08-10 11:39:34 +00:00
version.cpp
minimum version is MAJOR.0.0
2008-07-17 19:45:17 +00:00
version.h
BIC changes happening (e.g. extenders modification to Applet), so bump the major number once again (but for the last time in a long, long while. how momentous feeling)
2008-08-03 17:44:13 +00:00
view.cpp
Fix a focus crash, i wasn't able to reproduce it in a simple test case for Qt guys.
2008-08-21 10:22:32 +00:00
view.h
fix up swapContainment a bit; it doesn't need to take the old containment, as we already know what that is, document with some comments, and make better use of save/restore and addApplet
2008-08-20 13:13:03 +00:00
wallpaper.cpp
we actually need to set the d->mode member here; background selector works again
2008-08-20 15:21:53 +00:00
wallpaper.h
make save take a KConfigGroup by ref, like all the other save methods in the library
2008-08-20 13:11:01 +00:00