
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
Plasmoid providing fancy visualization of tasks, launchers and jobs for those who need full power of task manager and fresh look.
Developed and tested on KDE 4.8 with Qt 4.8 (Kubuntu 12.04).
Some screen casts:
http://www.youtube.com/watch?v=n5i2S1xCKPk
http://www.youtube.com/watch?v=Wj4W6cqycl8
http://www.youtube.com/watch?v=zfqtnncLNcQ
Milestone 1.1 (current) will be last one using libtaskamanager and hopefully will be soon replaced by currently developed data engine based version (which should lower requirements back to KDE 4.6 or maybe earlier, depending on which one shipped first functional version of tasks data engine).
Milestone 2.0 will bring new dock management library which will allow for more advanced features. There will be also new, QML based, applet interface (might be available earlier, depends on progress on library).
Note that included panel was made only for test and could make various problems, use it on your own risk (I'll focus on it later).
This applet uses standard libtaskmanager like other task managers in KDE, so before you report bug check if it also happens in other applets (for example default Tasks applet).
Tips:
- to make applet more usable you can put it on panel with enabled option "Windows can cover" or similar;
- you can use theme with panel background similar to that of dock (for example Sabre Tiger) or modify current one using Desktop Theme Details;
- you can add launchers to applet by drag and drop of URLs and desktop files when Plasma is unlocked or using configuration dialog;
- to show only launchers you need to remove tasks area item from arrangement;
- to show application jobs you need to add jobs area.
Hidden options:
You can set them in applets configuration file (usually located at ~/.kde4/share/config/plasma-desktop-appletsrc), in group containing line plugin=fancytasks or plugin=fancypanel;
- initialZoomLevel - initial zoom level for zoom move animations (value ranging from 0 to 1, default: 0.7);
- paintBackground - decides if background should be painted or not (true or false, default: true);
- paintReflections - decides if icon reflection should be painted or not, note that it won't change icon size because of space allocation for drawing task indicators (true or false, default: true).
Features:
- manages your tasks, launchers and application jobs;
- tasks filtering, grouping (including manual) and sorting;
- keyboard navigation (Tab and Shift+Tab);
- launcher to task transition with custom connecting rules (icons of launchers with running tasks are hidden if sorting other than manual is enabled);
- tool tips with live preview of windows when KWin Taskbar Thumbnail effect is enabled;
- highlighting windows when hovering cursor over task or window preview when KWin Highlight Window effect is enabled;
- dropping files on launchers runs command with parameters or gives option to move, copy or link them (if target is directory);
- visual drop indicator that helps in manual tasks sorting and rearranging launchers;
- possibility to browse directories of directory launchers using context menu;
- possibility to add application menus;
- menu with list of all icons shown after activating keyboard shortcut;
- configurable animations (zoom, jump, bounce, highlight, etc.) and appearance (optional thumbnails and text label);
- fully animated icons (including animations of starting applications, tasks needing attention and application jobs progress).
If you have found bugs or have suggestions you can contact me via email, message or using comments, before you will vote bad.
And remember that not everybody has enough time for fast replying. ;-)
Don't be silly, don't vote bad just for fun!
8 years ago
1.1.2 (10.06.2012):
- increased task light size a bit;
- fixed label position for zoom animation;
- avoid hijacking of icons with launcher connected to task group (if grouping by program);
- clear thumbnail when launcher looses connected task.
1.1.1 (01.06.2012):
- reuse launcher icons by tasks also when using manual sorting;
- let startups connect to launcher icons (when there is no sorting or it set to manual);
- do not lose connection with launcher when group is created (if grouping by program);
- enable Apply button when configuration values are changed;
- do not propose to drop icon in place which equals its current index;
- enable Add / Remove action buttons;
- many other fixes and changes.
8 years ago
1.1.2 (10.06.2012):
- increased task light size a bit;
- fixed label position for zoom animation;
- avoid hijacking of icons with launcher connected to task group (if grouping by program);
- clear thumbnail when launcher looses connected task.
1.1.1 (01.06.2012):
- reuse launcher icons by tasks also when using manual sorting;
- let startups connect to launcher icons (when there is no sorting or it set to manual);
- do not lose connection with launcher when group is created (if grouping by program);
- enable Apply button when configuration values are changed;
- do not propose to drop icon in place which equals its current index;
- enable Add / Remove action buttons;
- many other fixes and changes.
jiuren
10 years ago
another piece of advice, when I enable kwin's desktop's effect like magic lamp & minimize animation, the animation gets messed. when I click on the running task, the window sometimes get out from the fancytasks at the bottom of my screen, but sometimes it get out of the default taskmanager of KDE.
anyway, thank u for your great job!
Best regards!
Report
Emdek
10 years ago
I'm not sure if it will be possible to do something with that problem, both applets tries to stole and set own location of rectangle into which window should minimize or from which it should become visible again.
Report
doochik
10 years ago
I have a little problem. I can't decrease size of the plasmoid, but can make it bigger.
Gentoo ~amd64
fancytasks 1.92
kde 4.4.1
qt 4.6.2
Report
Emdek
10 years ago
I'm working on new interface for applet which should solve this and some other problems.
For now you can try to change it's geometry in plasma-desktop-appletsrc file (backup first), search for line like plugin=fancytasks and change geometry property in that group (probably fourth number - height), then restart plasma-desktop.
Not tested but mihgt work. ;-)
Report
prasadae
10 years ago
If I could add widgets to it, it will my year or decade! :-)
Report
prasadae
10 years ago
I could not wait :-), so I added capability to fancypanel to add widgets (Add as in copy code from the panel source and hack on it till it looked presentable).
You can get my changes from a git repo:
git://github.com/amithash/fancytasks.git
Report
toadhall
10 years ago
this is driving me crazy...
I put a nice list of apps together for my fancy panel like in OSX and it invariably resets itself to the default of konquerer, systemsettings and dolphin.
Which file stores that info so I can just restore it?
Many thanks in advance!
Report
Emdek
10 years ago
These settings should be stored with all other Plasma settings in ~/.kde4/share/config/plasma-desktop-appletsrc.
You can also try to use standard panel with replaced background - manually or using Desktop Theme Details KCM.
Report
toadhall
10 years ago
Interesting, I've got three different instances of fancy panel configuration in that file - there may be more, it is one hell of a long file...
Might just delete the lot and take it from there.
Report
FSchulz
10 years ago
I use fancypanel every day and I found something like a bug. When I go with the mouse over the panel and the parabolic zoom shows up, my cpu-load goes up to 60%. Is this a bug or is it not possible to fix the performance?
Best regards!
Report
Emdek
10 years ago
I'll rewrite interface when library will be done, or maybe earlier, so it should be better (more things handled directly by Qt).
Report
FSchulz
10 years ago
Report
Emdek
10 years ago
I'll start working on that new UI concept as soon as possible, I've created initial design some time ago, now I need to test it and implement. But I can't promise that it will be done soon. Anyway, I'll try to find workaround earlier.
Report
FSchulz
10 years ago
Best regards!
Report
Emdek
10 years ago
Developer should always take care of users.
Report
SlantNGo
10 years ago
To reproduce: place panel at bottom, add Fancy Tasks to panel, and hover over icon. The taskbar preview shows up at the top of the screen rather than at the bottom by the panel.
Report
Emdek
10 years ago
You are talking about tool tips with previews?
If yes then it looks like Plasma bug, starting from v1.0.90 applet uses standard tool tips from library, only sets data, rest is done by Plasma (including calculating position).
If not tool tips, then please add screen shot.
Report
SlantNGo
10 years ago
Report
Emdek
10 years ago
I remember that sometimes, with custom tool tips, there was similar bug, but only on few systems (probably all running Kubuntu).
Which version of kdelibs and Qt you are using? And which distribution?
Report
SlantNGo
10 years ago
To reproduce: add fancy tasks to panel, and play around with the height of the panel. I have the panel at the bottom of the screen. For some panel heights, the tooltips appear properly, and for other heights, the tooltips appear at the top of the screen.
Report
Emdek
10 years ago
Report
Emdek
10 years ago
As far as I know how tooltips position is calculated in Plasma (I've created a patch that enables setting alignment) it uses item location on the view, includes rotation and other transforms, then checks tooltip size and calculates it's position using that data. In this case an item is icon in applet, so tooltip should be always shown immediately above it's edge...
It happens with default zoom animation or with other?
I'll work on new UI (some experiments already started) that will use Graphics View in different way (one of the benefits should be much improved sizing), maybe then it will be fixed finally, but I can't promise that it will be ready soon (I've many different projects to work on and soon I'll have exams again).
Report
SlantNGo
10 years ago
Report
Emdek
10 years ago
Report
SlantNGo
10 years ago
However, when the applet is the correct height, the tooltips are in the wrong location. When the applet is the wrong height, the tooltips are fine.
That's been my temporary workaround whenever I feel like I really need those tooltips--resize the panel until the applet is proportionally smaller.
Report