Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:52:10  
folder applets/ - 2024-02-11 01:52:10  
folder context_qml_package/ - 2024-02-11 01:52:10  
folder engines/ - 2024-02-11 01:52:10  
folder popupdropper/ - 2024-02-11 01:52:10

Please see the LICENSE file for important license information.
This is the PopupDropper, or PUD. It is a Qt4-only library that can be added to almost any Qt4.4+ program to provide a neat drag 'n drop feature: when a drag is started, an overlay appears (runs on top of any QWidget) with sections that the dragged items can be dropped onto for various actions. Both drop and hover actions are supported. It is very highly customizable.
The library name is pud.
The first usage of the PUD is in the amazing Amarok project version 2.0 ( amarok.kde.org">http://amarok.kde.org ), and it provides an excellent way to see many of the capabilities of the library, as well as how it can be integrated (both code and functionality-wise) into your own project. Another good and very simple way is to build the modified Qt drag 'n drop robot example in the testapp directory, and play around in there.
There is no official release of the PUD code yet, and neither binary nor API compatibility is guaranteed. It is a good idea to give the author a buzz at mitchell@kde.org and let him know if you are using it, so that he can keep you informed of any major changes.
Doxygen comments are in the works -- I promise.

folder qml_plugin/ - 2024-02-11 01:52:10  
folder servicetypes/ - 2024-02-11 01:52:10  
folder toolbar/ - 2024-02-11 01:52:10  
folder tools/ - 2024-02-11 01:52:10  
file AmarokContextPackageStructure.cpp 1531 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file AmarokContextPackageStructure.h 1114 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file AppletLoader.cpp 3007 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file AppletLoader.h 1889 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file AppletModel.cpp 10214 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file AppletModel.h 4876 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file CMakeLists.txt 1221 bytes 2024-02-11 01:52:10 -  
file ContextDock.cpp 2166 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file ContextDock.h 1679 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file ContextView.cpp 5403 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06  
file ContextView.h 3221 bytes 2024-02-11 01:52:10 2024-04-21 04:46:06

Significant parts of this code is inspired and/or copied from KDE Plasma sources, available at kdebase/workspace/libs/plasma