.. |
effects
|
make sure we get images in the format we need them to be in; fixes issues on 16bit displays
|
2009-09-15 19:21:17 +00:00 |
qtjolie-branch
|
not necessary
|
2009-09-15 11:36:39 +00:00 |
accessmanager_p.h
|
more remote code into a subdir
|
2009-09-03 21:10:33 +00:00 |
actionwidgetinterface_p.h
|
licensing and what not
|
2009-04-24 08:55:31 +00:00 |
animationprivate_p.h
|
add Easing Curve Type Property
|
2009-10-20 13:08:23 +00:00 |
applet_p.h
|
QPointer -> QWeakPointer
|
2009-10-13 21:43:35 +00:00 |
applethandle_p.h
|
use QGraphicsObject, another nicety in Qt 4.6
|
2009-10-14 18:59:44 +00:00 |
applethandle.cpp
|
handles are now children of the applet, so we don't need to destroy them ourselves; we do need to clear the applet pointer in the handle before it is destroyed, however.
|
2009-10-15 03:25:07 +00:00 |
associatedapplicationmanager_p.h
|
introducing the concept of associated application:
|
2009-09-16 17:08:45 +00:00 |
associatedapplicationmanager.cpp
|
Fix crash when urlLists is empty (for example when frame applet is not configuring)
|
2009-09-25 06:58:32 +00:00 |
authorizationmanager_p.h
|
compile without QCA
|
2009-09-09 21:54:31 +00:00 |
authorizationrule_p.h
|
more remote code into a subdir
|
2009-09-03 21:10:33 +00:00 |
configloader_p.h
|
enable-final and compiler warnings fixed
|
2009-01-06 17:06:26 +00:00 |
containment_p.h
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
containmentactions_p.h
|
replace hasConfig functions with a .desktop entry
|
2009-08-25 03:22:15 +00:00 |
containmentactionspluginsconfig_p.h
|
make a class to hold a map of default containmentactions plugins
|
2009-10-05 20:50:57 +00:00 |
datacontainer_p.cpp
|
allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data
|
2009-06-27 01:26:33 +00:00 |
datacontainer_p.h
|
allow kicking all visualizations immediately rather than wait for their timeouts in the case of changes that _must_ be reflected immediatley, e.g. time changes or network availability causing first fetch of data
|
2009-06-27 01:26:33 +00:00 |
dataengine_p.h
|
Push in remote widgets
|
2009-09-02 02:27:16 +00:00 |
dataengineconsumer_p.h
|
Fix the mutliple inheritence from QObject issue... people having this
|
2009-09-03 00:12:57 +00:00 |
dataengineconsumer.cpp
|
Fix the mutliple inheritence from QObject issue... people having this
|
2009-09-03 00:12:57 +00:00 |
dataengineservice.cpp
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
dataengineservice.h
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
denyallauthorization.cpp
|
Fix include
|
2009-09-02 06:27:04 +00:00 |
denyallauthorization.h
|
Push in remote widgets
|
2009-09-02 02:27:16 +00:00 |
desktoptoolbox_p.h
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
desktoptoolbox.cpp
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
extender_p.h
|
extenders into a subdir
|
2009-09-03 21:53:56 +00:00 |
extenderapplet_p.h
|
Minor APIDOX fixes (spelling etc.)
|
2009-07-26 15:22:59 +00:00 |
extenderapplet.cpp
|
extenders into a subdir
|
2009-09-03 21:53:56 +00:00 |
extendergroup_p.h
|
Fix memory leak on theme changes.
|
2009-04-30 00:46:57 +00:00 |
extenderitem_p.h
|
Yay! Add support for grouping in extenders. Expect this feature used for grouping jobs in systemtray soon: I'll commit that as soon as I figured out the last problem that patch has (an atm seemingly random crash that happens incidentally).
|
2009-03-23 16:30:32 +00:00 |
extenderitemmimedata_p.h
|
Massive refactoring of extender drag&drop handling. This should avoid bugs with the old way of doing things (toplevel view on an offscreen widget can lose
|
2009-02-09 18:10:45 +00:00 |
extenderitemmimedata.cpp
|
extenders into a subdir
|
2009-09-03 21:53:56 +00:00 |
focusindicator_p.h
|
animate the highlight with the new animation framework. we got a glow
|
2009-10-19 21:13:54 +00:00 |
focusindicator.cpp
|
correctly sync with parent geometry
|
2009-10-19 22:19:04 +00:00 |
framesvg_p.h
|
use a frame called mask-overlay if available for the mask used for
|
2009-10-10 21:34:51 +00:00 |
getsource.cpp
|
Add "freely accessable for everybody" checkbox to the publish page in
|
2009-09-04 00:08:26 +00:00 |
getsource.h
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
internaltoolbox_p.h
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
internaltoolbox.cpp
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
joliemessagehelper_p.h
|
compile without QCA
|
2009-09-09 21:54:31 +00:00 |
kineticscroll_p.h
|
provide the Animator::registerScrollingManager(qgraphicsidget) function.
|
2009-10-19 22:10:25 +00:00 |
kineticscroll.cpp
|
provide the Animator::registerScrollingManager(qgraphicsidget) function.
|
2009-10-19 22:10:25 +00:00 |
nativetabbar_p.h
|
clicking on the tabs in the weather widget felt normal. scroll wheeling == nice. but i kept trying to grab the tab thumb and move it around! now i can :)
|
2009-04-09 06:41:37 +00:00 |
nativetabbar.cpp
|
- Fix several minor issues reported by Krazy2
|
2009-10-13 12:40:13 +00:00 |
package_p.h
|
packages can now generate a hash of their contents; inc unit test
|
2009-09-21 21:37:44 +00:00 |
packages_p.h
|
various bits of cleanup:
|
2009-08-17 22:31:32 +00:00 |
packages.cpp
|
Fix the build
|
2009-09-02 02:36:12 +00:00 |
paneltoolbox_p.h
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
paneltoolbox.cpp
|
Export a really simple AbstractToolBox
|
2009-10-20 14:14:53 +00:00 |
pinpairing.ui
|
Proof-reading.
|
2009-10-09 20:07:44 +00:00 |
pinpairingauthorization.cpp
|
more remote code into a subdir
|
2009-09-03 21:10:33 +00:00 |
pinpairingauthorization.h
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
pinpairingdialog.cpp
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
pinpairingdialog.h
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
plasmoidservice.cpp
|
more remote code into a subdir
|
2009-09-03 21:10:33 +00:00 |
plasmoidservice.h
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
popupapplet_p.h
|
use weakpointer, hopefully a crash less
|
2009-10-15 16:42:41 +00:00 |
publish.ui
|
Use "Share" instead of "Publish" in remote widgets UI.
|
2009-10-19 13:29:29 +00:00 |
remotedataengine.cpp
|
* when sources and services are called too early, add them to "pending" lists and clear them as soon as we are set up properly to do so
|
2009-10-20 02:57:26 +00:00 |
remotedataengine.h
|
* when sources and services are called too early, add them to "pending" lists and clear them as soon as we are set up properly to do so
|
2009-10-20 02:57:26 +00:00 |
remoteservice_p.h
|
* always create a job (it'll just queue itself)
|
2009-10-20 18:22:38 +00:00 |
remoteservice.cpp
|
* always create a job (it'll just queue itself)
|
2009-10-20 18:22:38 +00:00 |
remoteservicejob_p.h
|
Fix include
|
2009-09-02 06:07:09 +00:00 |
remoteservicejob.cpp
|
No more crashy crashy on timeouty timeouty.
|
2009-09-03 23:04:10 +00:00 |
remotewidgetshelper_p.h
|
this is private stuff
|
2009-09-02 17:35:52 +00:00 |
remotewidgetshelper.cpp
|
this is private stuff
|
2009-09-02 17:35:52 +00:00 |
runnerjobs.cpp
|
This hopefully fixes a double delete bug. I don't see what would prevent both
|
2009-10-09 09:33:20 +00:00 |
runnerjobs.h
|
if the RunnerManager is deleted but jobs are still processing, create a helper object to wait it out and clean them up when possible
|
2009-03-12 20:25:52 +00:00 |
service_p.h
|
Push in remote widgets
|
2009-09-02 02:27:16 +00:00 |
servicejob_p.h
|
more remote code into a subdir
|
2009-09-03 21:10:33 +00:00 |
serviceprovider_p.h
|
Push in remote widgets
|
2009-09-02 02:27:16 +00:00 |
serviceprovider.cpp
|
const & in foreach variables
|
2009-09-24 14:24:46 +00:00 |
sharedtimer_p.h
|
ok, this time JUST the plasma dir ;)
|
2008-11-03 23:08:39 +00:00 |
style_p.h
|
vertically (or horizontally) center sliders
|
2009-05-01 17:08:31 +00:00 |
style.cpp
|
be sure be sure we're using the !base" prefix
|
2009-09-23 16:37:47 +00:00 |
tooltip_p.h
|
clickable tooltips; plasma-devel@ people: please review API one more time
|
2009-06-26 06:40:15 +00:00 |
tooltip.cpp
|
QPointer -> QWeakPointer
|
2009-10-13 21:43:35 +00:00 |
trustedonlyauthorization.cpp
|
APIDOX and code style++, plus policykit integration.
|
2009-09-02 23:49:46 +00:00 |
trustedonlyauthorization.h
|
Push in remote widgets
|
2009-09-02 02:27:16 +00:00 |
wallpaper_p.h
|
expose the caching for wallpapers that don't use render() to use
|
2009-04-10 19:49:33 +00:00 |
wallpaperrenderthread_p.h
|
we can't queue signals with our own enum type, but since this is all internal to the lib and doesn't ever escape into the public API, just pass it around as an int.
|
2009-04-02 17:21:42 +00:00 |
wallpaperrenderthread.cpp
|
- Fix several minor issues reported by Krazy2
|
2009-10-13 12:40:13 +00:00 |
windowpreview_p.h
|
move the windows thumbnail code in WindowEffects, still to be decided if
|
2009-10-09 14:40:03 +00:00 |
windowpreview.cpp
|
move the windows thumbnail code in WindowEffects, still to be decided if
|
2009-10-09 14:40:03 +00:00 |