Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

12
Become a Fan
6.8

Description:
This is a small applet designed for the panel to have quick access to the most used folders.

Hints for the Drag and Drop support:
you can open the dialog by hovering for 1 sec over the applet. The same way you can navigate through the directory tree, simply stay 1 sec over a folder/the backarrow to get into the folder...
If you drop a file/folder it will land in the folder you are in, no matter if you dropped it on a foldericon or not...


If you see any bugs or think something is a design failure please inform me about it.


I have to thank Luciano Leveroni and Marcel Nowaczyk for their help, suggestions and testing, without them you would have a lot of bugs in the released version...
Last changelog:

0.7.1:
------
-fixed a bug which lets quickaccess/plasma crash if you didn't open the popupdialog before a dndevent

0.7:
----
-sorting
-improved selection(by rubberband or shift/ctrl)
-fixed a bug with invalid urls and changed default path to "~"
-applet should now save the size if placed on the desktop
-improved scrollinganimation
-the popupdialog gets closed when an item in the contexmenu is triggered

0.6.1:
------
-fixed a bug with doubleclick settings(thanks for the report painkiller101)
-fixed a bug where the icon in the panel remains highlighted
-the listview now has by default keyboard focus
-changed the width of the text in iconmode

0.6:
----
-changed the flipscrollview to an itemview that supports a listmode and an iconmode(idea by Marcel Nowaczyk aka painkiller101)
-option to disable navigation(clicking on a folder opens dolphin/konqueror)
-some visual changes(e.g. better readable text with transparent themes)

0.5.2:
------
-fixed a bug where the previewimagesize was not updated when the iconsize of the listview changed
-tooltips are disabled by default
-little changes in the itemheight

0.5.1:
------
-fixed a bug where the text in the listview was drawn under the triangle( thanks to painkiller101 for the hint)

0.5:
----
-ToolTip support
-extracted the resizefunctionality into a base class
-option to adjust which previewplugins should be used(by default only the imageplugin)
-some visual "improvements"


Ratings & Comments

188 Comments

reggler

the Debian download link is broken

Landis

I've been using your folder view since opensuse 11.2 and have found it a must... Thanks. This last update of opensuse 12.3 / kde 4.11.3-11x has rendard it unusable.. I'm bumed... Спасибо, Landis.

martosurf

Thanks for your directions.

KDesk

It is clear that this plasma widget project is dead, almost two year with no updates. For the people that don't know, there is a fork for this plasmoid that works well with the lastest KDE vesion: QuickAccess (maintenance fork): http://kde-look.org/content/show.php?content=101968

bbigras

Is there a public Git or SVN repo?

dotancohen

Please add a column with the configured Places to the Quick Access Plasmoid. Places are made expressly for this purpose: to provide quick access to a specific folder. Adding a separate Quick Access Plasmoid for each folder that the user needs access to is ridiculous. Thanks. Note that this was originally filed as a KDE wishlist item: https://bugs.kde.org/show_bug.cgi?id=202404

nicollivier

I've few errors when I want to compile it. ################################################################################################ CMake Error at /usr/share/kde4/apps/cmake/modules/FindPlasma.cmake:13 (message): FindPlasma.cmake is deprecated. Now with KDE 4.2 Plasma is part of kdelibs and automatically found using find_package(KDE4) instead. Replace the variables previously coming from FindPlasma.cmake as follows: PLASMA_OPENGL_FOUND -> KDE4_PLASMA_OPENGL_FOUND PLASMA_LIBS -> KDE4_PLASMA_LIBS PLASMA_INCLUDE_DIR -> KDE4_INCLUDE_DIR or KDE4_INCLUDES, should be already set anyway PLASMA_FOUND -> nothing, it's always there if KDE4, version 4.2 or newer has been found. If you see this error message in a module within KDE/, update it from svn, it has been fixed already. Call Stack (most recent call first): CMakeLists.txt:7 (find_package) -- Configuring incomplete, errors occurred! ################################################################################################ If I comment line 7 of CmakeLists.txt , it's Ok. But after whit make, I've this: ################################################################################################ [ 26%] Building CXX object CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o In file included from /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:22: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.h:25:33: error: plasma/widgets/icon.h: Aucun fichier ou dossier de ce type /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:34:29: error: konq_operations.h: Aucun fichier ou dossier de ce type In file included from /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:22: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.h:66: error: ISO C++ forbids declaration of ‘Icon’ with no type /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.h:66: error: invalid use of ‘::’ /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.h:66: error: expected ‘;’ before ‘*’ token /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In constructor ‘QuickAccess::QuickAccess(QObject*, const QVariantList&)’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:43: error: class ‘QuickAccess’ does not have any field named ‘m_icon’ /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:43: error: expected type-specifier /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:43: error: expected `)' /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In destructor ‘virtual QuickAccess::~QuickAccess()’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:65: error: ‘m_icon’ was not declared in this scope /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In member function ‘virtual void QuickAccess::init()’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:85: error: ‘m_icon’ was not declared in this scope /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In member function ‘void QuickAccess::applySettings(Settings::SettingsType)’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:108: error: ‘m_icon’ was not declared in this scope /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In member function ‘PopupDialog* QuickAccess::dialog()’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:248: error: ‘m_icon’ was not declared in this scope /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In member function ‘virtual void QuickAccess::dropEvent(QGraphicsSceneDragDropEvent*)’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:276: error: ‘KonqOperations’ has not been declared /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp: In member function ‘void QuickAccess::slot_iconClicked()’: /home/nicollivier/Téléchargement/Installation/rpm/quickaccess-0.7.1/quickaccess.cpp:292: error: ‘m_icon’ was not declared in this scope make[2]: *** [CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o] Erreur 1 make[1]: *** [CMakeFiles/plasma_applet_quickaccess.dir/all] Erreur 2 make: *** [all] Erreur 2 [build] ################################################################################################ I don't understand how I can fix it.... :( Tks Nico

themage

I recently attempted to download quickaccess, and all I got was a 404 error.

themage

Sorry I forgot to mention that it was the Debian version that I attempted to download.

ansani

you can download debian package from this url: http://ansani.it/debian/pool/dists/experimental/i386/plasma-quickaccess_0.7.1-1_i386.deb you can change experimental and i386 with your distro and arch :=) Regards, Salvatore

ansani

OOOPS I just see that these .debs are incompatible with new KDE 4.3 I'm updating all distro/arch builds :) Salvatore

andrewyoungisgreat

Can you add an option to move the 'Open' bar to the bottom. This will allow me to use less mouse movement to open a folder. After clicking on a few folders an up arrow appears next to the 'Open' bar. This arrow suggests that the current location will go up. Instead, it takes me Home. Maybe the arrow is changed by the current skin, but its appearance is confusing. Can you change the icon or its behaviour.

yglodt

Displaying the plugged removable devices in the quickaccess-plasmoid would certainly be nice... :-) and the device notifier could then maybe even be killed, in case the quickaccess-plasmoid would send a fancy notification via dbus to the notification-part of plasma :-)

mikosz666

Thanks a lot!

A08

...maintained? There hasn't been an update in a while and the Gentoo package is way out of date... ...so out of date, that the package no longer exists. If someone has the old Gentoo package and this is still being maintained, maybe someone (or I) can update the package. This is about the coolest Plasmoid I can think of and I really miss it since I moved on from Kubuntu to Gentoo with KDE 4.2.

A08

...never mind. I found 0.7.1 in portage overlay "kde-testing" and installed it! ...can you imagine how happy I am, that I don't need to use folder view anymore?

onguarde

Currently, you have to click the plasmoid icon before the quickaccess appears. This is basically similar to the one docked on the kicker. http://www.imagecross.com/03/image-hosting-view-03.php?id=135Weird-Quickaccess-Plasmoid.png Wouldn't it be better if the clicking is not needed. i.e we have something similar to the folder view plasmoid as seen in the screenshot BUT with the ability to navigate, sort, filter etc. Like a mini-dolphin window pinned to the desktop. Thanks in advance!

rcmn

I used quickaccess for a while but realized i was always clicking on the same 3/4 folders. Then i ran into view folder and set these 3/4 folderview on my desktop so i can drag drop and have a direct access(i mean 2 less click and no browsing can't be quicker). But i was so use to quickaccess than sometime i find myself looking for the navigation button .and when i click on a folder i dream that it show me a file without opening dolphin...

onguarde

I've been using quickaccess since before kde 4.2 came out and this has always been an issue. For some reason, some entries in normal kde context menu are not preset. Examples include the all important, "delete" option or move to thrash, copy, cut paste etc. http://s3.supload.com/free/Quickaccess_Context_Menu_Delete.png/view/ Is there any way to use the standard context menu? p.s Great work so far. Would be nice to include customizable filters which can filter by type etc. So you can only display certain file types you want to see. This can be implemented similarly to the "sort" menu we have already. Thanks in advance!

Hwoarang

Hello, Are you going to release a new version for kde-4.2 plasma API? Thanks :)

guyca

$ cat plasma.kcrash Application: Plasma Workspace (plasma), signal SIGSEGV [Current thread is 1 (Thread 0xb808e9a0 (LWP 11422))] Thread 8 (Thread 0xacda5b90 (LWP 11716)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x04e01c6a in RenderThread::run (this=0x82aeb84) at /usr/src/debug/kdebase-workspace-4.1.96/plasma/wallpapers/image/renderthread.cpp:91 #4 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #5 0x004a451f in start_thread () from /lib/libpthread.so.0 #6 0x003da04e in clone () from /lib/libc.so.6 Thread 7 (Thread 0xac3a4b90 (LWP 11782)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x069f6a72 in ?? () from /usr/lib/libQtNetwork.so.4 #4 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #5 0x004a451f in start_thread () from /lib/libpthread.so.0 #6 0x003da04e in clone () from /lib/libc.so.6 Thread 6 (Thread 0xaad80b90 (LWP 12139)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x07306e58 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8201780, th=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:365 #4 0x07309bfc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x84e2d68, th=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:80 #5 0x07305a3b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8201780, th=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:356 #6 0x07309cfa in ThreadWeaver::WorkingHardState::applyForWork (this=0x84e2d68, th=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:71 #7 0x073073e3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8201780, th=0x8bb6eb8, previous=0x8b65e08) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:351 #8 0x07307cce in ThreadWeaver::ThreadRunHelper::run (this=0xaad802c0, parent=0x8201780, th=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:87 #9 0x0730830b in ThreadWeaver::Thread::run (this=0x8bb6eb8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:142 #10 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #11 0x004a451f in start_thread () from /lib/libpthread.so.0 #12 0x003da04e in clone () from /lib/libc.so.6 Thread 5 (Thread 0xaa37eb90 (LWP 12140)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x07306e58 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8201780, th=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:365 #4 0x07309bfc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x84e2d68, th=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:80 #5 0x07305a3b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8201780, th=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:356 #6 0x07309cfa in ThreadWeaver::WorkingHardState::applyForWork (this=0x84e2d68, th=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:71 #7 0x073073e3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8201780, th=0x8b13ad0, previous=0x85db5d8) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:351 #8 0x07307cce in ThreadWeaver::ThreadRunHelper::run (this=0xaa37e2c0, parent=0x8201780, th=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:87 #9 0x0730830b in ThreadWeaver::Thread::run (this=0x8b13ad0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:142 #10 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #11 0x004a451f in start_thread () from /lib/libpthread.so.0 #12 0x003da04e in clone () from /lib/libc.so.6 Thread 4 (Thread 0xa967bb90 (LWP 12141)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x07306e58 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8201780, th=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:365 #4 0x07309bfc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x84e2d68, th=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:80 #5 0x07305a3b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8201780, th=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:356 #6 0x07309cfa in ThreadWeaver::WorkingHardState::applyForWork (this=0x84e2d68, th=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:71 #7 0x073073e3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8201780, th=0x8520a78, previous=0x8bee050) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:351 #8 0x07307cce in ThreadWeaver::ThreadRunHelper::run (this=0xa967b2c0, parent=0x8201780, th=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:87 #9 0x0730830b in ThreadWeaver::Thread::run (this=0x8520a78) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:142 #10 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #11 0x004a451f in start_thread () from /lib/libpthread.so.0 #12 0x003da04e in clone () from /lib/libc.so.6 Thread 3 (Thread 0xa8c79b90 (LWP 12142)): #0 0x00110416 in __kernel_vsyscall () #1 0x004a8105 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0x0204c7a2 in QWaitCondition::wait () from /usr/lib/libQtCore.so.4 #3 0x07306e58 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8201780, th=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:365 #4 0x07309bfc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x84e2d68, th=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:80 #5 0x07305a3b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8201780, th=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:356 #6 0x07309cfa in ThreadWeaver::WorkingHardState::applyForWork (this=0x84e2d68, th=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WorkingHardState.cpp:71 #7 0x073073e3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8201780, th=0x8c27090, previous=0x8933bf0) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/WeaverImpl.cpp:351 #8 0x07307cce in ThreadWeaver::ThreadRunHelper::run (this=0xa8c792c0, parent=0x8201780, th=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:87 #9 0x0730830b in ThreadWeaver::Thread::run (this=0x8c27090) at /usr/src/debug/kdelibs-4.1.96/threadweaver/Weaver/Thread.cpp:142 #10 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #11 0x004a451f in start_thread () from /lib/libpthread.so.0 #12 0x003da04e in clone () from /lib/libc.so.6 Thread 2 (Thread 0xab781b90 (LWP 12216)): #0 0x00110416 in __kernel_vsyscall () #1 0x003d23d1 in select () from /lib/libc.so.6 #2 0x0211b627 in ?? () from /usr/lib/libQtCore.so.4 #3 0x0204b75e in ?? () from /usr/lib/libQtCore.so.4 #4 0x004a451f in start_thread () from /lib/libpthread.so.0 #5 0x003da04e in clone () from /lib/libc.so.6 Thread 1 (Thread 0xb808e9a0 (LWP 11422)): [KCrash Handler] #6 Plasma::Applet::sceneEventFilter (this=0x8d2e888, watched=0xbffbdd84, event=0x0) at /usr/src/debug/kdelibs-4.1.96/plasma/applet.cpp:1281 #7 0x071aa791 in Plasma::Applet::flushPendingConstraintsEvents (this=0x8d2e888) at /usr/src/debug/kdelibs-4.1.96/plasma/applet.cpp:993 #8 0x071b69a1 in Plasma::Containment::addApplet (this=0x821c448, applet=0x8d2e888, pos=@0xbffbded0, delayInit=false) at /usr/src/debug/kdelibs-4.1.96/plasma/containment.cpp:748 #9 0x071b6bb6 in Plasma::ContainmentPrivate::addApplet (this=0x8274980, name=@0x824e56c, args=@0xbffbe244, appletGeometry=@0xbffbe068, id=0, delayInit=<value optimized out>) at /usr/src/debug/kdelibs-4.1.96/plasma/containment.cpp:1680 #10 0x071b6d29 in Plasma::Containment::addApplet (this=0x821c448, name=@0x824e56c, args=@0xbffbe244, appletGeometry=@0xbffbe068) at /usr/src/debug/kdelibs-4.1.96/plasma/containment.cpp:681 #11 0x071b7e23 in Plasma::Containment::dropEvent (this=0x821c448, event=0xbffbe76c) at /usr/src/debug/kdelibs-4.1.96/plasma/containment.cpp:936 #12 0x001f8a7d in DefaultDesktop::dropEvent (this=0x821c448, event=0xbffbe76c) at /usr/src/debug/kdebase-workspace-4.1.96/plasma/containments/desktop/desktop.cpp:322 #13 0x037c25b8 in QGraphicsItem::sceneEvent () from /usr/lib/libQtGui.so.4 #14 0x03805d8f in QGraphicsWidget::sceneEvent () from /usr/lib/libQtGui.so.4 #15 0x037e0b2c in ?? () from /usr/lib/libQtGui.so.4 #16 0x037e23b8 in ?? () from /usr/lib/libQtGui.so.4 #17 0x037e23fa in QGraphicsScene::dropEvent () from /usr/lib/libQtGui.so.4 #18 0x037e9c7f in QGraphicsScene::event () from /usr/lib/libQtGui.so.4 #19 0x0324762c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #20 0x0324f46e in QApplication::notify () from /usr/lib/libQtGui.so.4 #21 0x06c4570d in KApplication::notify (this=0x814cdd8, receiver=0x8153bd8, event=0xbffbe76c) at /usr/src/debug/kdelibs-4.1.96/kdeui/kernel/kapplication.cpp:307 #22 0x0213c1c1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #23 0x037f6578 in QGraphicsView::dropEvent () from /usr/lib/libQtGui.so.4 #24 0x0329efd1 in QWidget::event () from /usr/lib/libQtGui.so.4 #25 0x035d55f3 in QFrame::event () from /usr/lib/libQtGui.so.4 #26 0x0366bdcf in QAbstractScrollArea::viewportEvent () from /usr/lib/libQtGui.so.4 #27 0x037f92df in QGraphicsView::viewportEvent () from /usr/lib/libQtGui.so.4 #28 0x0366e375 in ?? () from /usr/lib/libQtGui.so.4 #29 0x0213b3aa in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4 #30 0x0324760a in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #31 0x0324fa48 in QApplication::notify () from /usr/lib/libQtGui.so.4 #32 0x06c4570d in KApplication::notify (this=0x814cdd8, receiver=0x8254400, event=0xbffbecac) at /usr/src/debug/kdelibs-4.1.96/kdeui/kernel/kapplication.cpp:307 #33 0x0213c1c1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #34 0x032c5aed in ?? () from /usr/lib/libQtGui.so.4 #35 0x032ca773 in QDragManager::drop () from /usr/lib/libQtGui.so.4 #36 0x032ca936 in QDragManager::eventFilter () from /usr/lib/libQtGui.so.4 #37 0x0213b454 in QCoreApplicationPrivate::sendThroughApplicationEventFilters () from /usr/lib/libQtCore.so.4 #38 0x032475a3 in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #39 0x0324fe21 in QApplication::notify () from /usr/lib/libQtGui.so.4 #40 0x06c4570d in KApplication::notify (this=0x814cdd8, receiver=0x8b35108, event=0xbffbf258) at /usr/src/debug/kdelibs-4.1.96/kdeui/kernel/kapplication.cpp:307 #41 0x0213c1c1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #42 0x0324f0ae in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #43 0x032b93f6 in ?? () from /usr/lib/libQtGui.so.4 #44 0x032b8785 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #45 0x032e0dba in ?? () from /usr/lib/libQtGui.so.4 #46 0x00669238 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #47 0x0066c8e3 in ?? () from /lib/libglib-2.0.so.0 #48 0x0066caa1 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #49 0x021667f8 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #50 0x032e04b5 in ?? () from /usr/lib/libQtGui.so.4 #51 0x0213a88a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #52 0x0213aa4a in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #53 0x032c88e0 in QDragManager::drag () from /usr/lib/libQtGui.so.4 #54 0x0325a8f0 in QDrag::start () from /usr/lib/libQtGui.so.4 #55 0x001569de in CustomDragTreeView::startDrag (this=0x89f29f8, supportedActions={i = 1}) at /usr/src/debug/kdebase-workspace-4.1.96/plasma/shells/common/customdragtreeview.cpp:81 #56 0x03712d69 in QAbstractItemView::mouseMoveEvent () from /usr/lib/libQtGui.so.4 #57 0x0374ecd4 in QTreeView::mouseMoveEvent () from /usr/lib/libQtGui.so.4 #58 0x0329f4fb in QWidget::event () from /usr/lib/libQtGui.so.4 #59 0x035d55f3 in QFrame::event () from /usr/lib/libQtGui.so.4 #60 0x0366bdcf in QAbstractScrollArea::viewportEvent () from /usr/lib/libQtGui.so.4 #61 0x037172bf in QAbstractItemView::viewportEvent () from /usr/lib/libQtGui.so.4 #62 0x0374ef94 in QTreeView::viewportEvent () from /usr/lib/libQtGui.so.4 #63 0x0366e375 in ?? () from /usr/lib/libQtGui.so.4 #64 0x0213b3aa in QCoreApplicationPrivate::sendThroughObjectEventFilters () from /usr/lib/libQtCore.so.4 #65 0x0324760a in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #66 0x0324fe21 in QApplication::notify () from /usr/lib/libQtGui.so.4 #67 0x06c4570d in KApplication::notify (this=0x814cdd8, receiver=0x8cad540, event=0xbffc05e8) at /usr/src/debug/kdelibs-4.1.96/kdeui/kernel/kapplication.cpp:307 #68 0x0213c1c1 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #69 0x0324f0ae in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4 #70 0x032b93f6 in ?? () from /usr/lib/libQtGui.so.4 #71 0x032b8785 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #72 0x032e0dba in ?? () from /usr/lib/libQtGui.so.4 #73 0x00669238 in g_main_context_dispatch () from /lib/libglib-2.0.so.0 #74 0x0066c8e3 in ?? () from /lib/libglib-2.0.so.0 #75 0x0066caa1 in g_main_context_iteration () from /lib/libglib-2.0.so.0 #76 0x021667f8 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #77 0x032e04b5 in ?? () from /usr/lib/libQtGui.so.4 #78 0x0213a88a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #79 0x0213aa4a in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #80 0x0213d105 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #81 0x032474a7 in QApplication::exec () from /usr/lib/libQtGui.so.4 #82 0x00138e26 in kdemain (argc=1, argv=0xbffc0fe4) at /usr/src/debug/kdebase-workspace-4.1.96/plasma/shells/desktop/main.cpp:54 #83 0x080486f2 in main (argc=) at /usr/src/debug/kdebase-workspace-4.1.96/i386-redhat-linux-gnu/plasma/shells/desktop/plasma_qgv_dummy.cpp:3

teom

Your patch is the reverse diff of the fixed version. You can find the right patch here along with the PKGBUILD for Archlinux/Chakra: http://chakra-project.org/svn/branches/kde41-playground/_porting/kdemod-playground-plasmoid-quickaccess/quickaccess-kde42.patch

LightI3ulb

I've created a patch to allow source compilation in KDE 4.2 http://dev.element-games.com/quickaccess-kde42.patch

rahulthewall3000

Hey, please add support for KDE-4.2. Am really missing this on KDE-4.2!

wholehog2

I'm on kubuntu 8.04 with kde 4.1.2 and I have compiled properly. But I can't find quickaccess in the list of plasmoids to add. What must I do to add quickaccess in the list ? thanks

Pling
0 Affiliates
Details
license
version 0.7.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

Other Plasma 4 Extensions:

Icon Tasks deb build
N00bun2
last update date: 13 years ago

Score 4.3

Prayer Times Plasmoid
riyad
last update date: 12 years ago

Score 5.2

KPrayertime4 Islamic Prayer Times
ahaq
last update date: 15 years ago

Score 4.4

Hostinfo
mgraesslin
last update date: 13 years ago

Score 4.7

Monitor QuadCore Russian
kuchumovn
last update date: 16 years ago

Score 5.0

blaKjaK
werevire
last update date: 15 years ago

Score 5.0