
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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...
12 years ago
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"
12 years ago
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"
reggler
5 years ago
Report
Landis
7 years ago
This last update of opensuse 12.3 / kde 4.11.3-11x has rendard it unusable..
I'm bumed...
Спасибо,
Landis.
Report
martosurf
10 years ago
Report
KDesk
10 years ago
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
Report
bbigras
10 years ago
Report
dotancohen
11 years ago
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
Report
nicollivier
11 years ago
################################################################################################
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
Report
themage
11 years ago
Report
themage
11 years ago
Report
ansani
11 years ago
Salvatore
Report
ansani
11 years ago
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
Report
andrewyoungisgreat
11 years ago
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.
Report
yglodt
11 years ago
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 :-)
Report
mikosz666
11 years ago
Report
A08
11 years ago
...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.
Report
A08
11 years ago
...can you imagine how happy I am, that I don't need to use folder view anymore?
Report
onguarde
12 years ago
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!
Report
rcmn
11 years ago
Report
onguarde
12 years ago
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!
Report
Blahord
12 years ago
Here it is
http://www.linux-ecke.de/httpdocs/quickaccess-0.7.1_kde42.tar.gz
Report
D--
12 years ago
Report
Blahord
12 years ago
http://www.linux-ecke.de/quickaccess-0.7.1_kde42.tar.gz
is correct.
Report
nbensa
12 years ago
Report
Blahord
12 years ago
http://kde-look.org:80/content/show.php?content=98521
Report
D--
12 years ago
Report