<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>120262</bug_id>
          
          <creation_ts>2006-01-16 21:02:43 +0000</creation_ts>
          <short_desc>Enhanced itemDropped-func with x,y-value</short_desc>
          <delta_ts>2006-01-18 18:26:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>superkaramba</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>onsen-neko</reporter>
          <assigned_to name="Ryan Nickell">p0z3r</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>406656</commentid>
    <comment_count>0</comment_count>
    <who name="">onsen-neko</who>
    <bug_when>2006-01-16 21:02:43 +0000</bug_when>
    <thetext>Version:            (using KDE KDE 3.5.0)
Installed from:    Ubuntu Packages
OS:                Linux

The Python-Function itemDropped, which is used for catch up dropped items (or better say, their url), should also return the value for x,y-axis. So, it&apos;s possible to define individuel areas on a widget with different beheaviour for droped items (like a tasklist which relay the dropped url to the running app).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>407208</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Nickell">p0z3r</who>
    <bug_when>2006-01-18 18:26:07 +0000</bug_when>
    <thetext>SVN commit 499776 by nickell:

BUG:120262 - itemDropped callback now has x/y cooridinates
BUG:116618 - Many new functions added:
callTheme - Pass a string to another theme
changeInterval - Change the refresh interval of the theme
createServiceClickArea - Create a Service-named Click Area Sensor
getIncomingData - Get incoming data passed from another theme
getPrettyThemeName - Get the pretty name of the theme
getServiceGroups - Get KDE Service Groups
getSystraySize - Get the size of the Systray
getUpdateTime - Get last updated time
managementPopup - Activates the Management Popup menu (i.e. SK right click config menu)
openNamedTheme - Open a new theme giving it a new name
removeClickArea - Remove a Click Area Sensor
run - Execute a command with KRun
setIncomingData - Set incoming data passed in another theme
setUpdateTime - Set last updated time
setWantRightButton - Set to 1 to deactivate management popups (i.e. SK right click config menu)
setWidgetOnTop - changes &apos;on top&apos; status

Patch reviewed by Matt Rogers.



 M  +7 -1      AUTHORS  
 M  +16 -16    src/Makefile.am  
 M  +32 -12    src/clickarea.cpp   [POSSIBLY UNSAFE: KRun::runCommand]
 M  +4 -0      src/clickarea.h  
 M  +3 -0      src/dcopinterface.h  
 M  +1 -0      src/imagelabel_python.cpp  
 M  +97 -12    src/karamba.cpp  
 M  +40 -4     src/karamba.h  
 M  +53 -5     src/karamba_python.cpp  
 M  +3 -2      src/karamba_python.h  
 M  +20 -0     src/karambaapp.cpp  
 M  +1 -0      src/karambaapp.h  
 M  +29 -2     src/karambainterface.cpp  
 M  +3 -0      src/karambainterface.h  
 M  +2 -0      src/karambasessionmanaged.cpp  
 M  +1 -0      src/main.cpp  
 M  +5 -0      src/meter.cpp  
 M  +4 -0      src/meter.h  
 M  +270 -3    src/misc_python.cpp   [UTF-8 ENCODING PROBLEMS]
 M  +239 -4    src/misc_python.h   [UTF-8 ENCODING PROBLEMS]
 M  +4 -0      src/systemtray.cpp  
 M  +1 -0      src/systemtray.h  
 M  +22 -0     src/systray_python.cpp  
 M  +1 -0      src/systray_python.h  
 M  +20 -0     src/widget_python.cpp  
 M  +1 -0      src/widget_python.h  
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>