
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
Modified version of KDE 4.7 taskbar applet and taskmanager library.
Modifications:
1. Show only icons (no text) in taskbar.
2. When a launcher is activated, place the task's taskbar entry at the same location as the launcher.
3. Tasks with no associated launcher, are placed after launcher tasks (unless alphabetically sorted).
4. Always group tasks.
5. Only allow launchers for items with .desktop files
6. Add a dialog to manually set the association from a window to a .desktop file - so that launcher can be created.
7. Add option to activate/iconify whole group when left button is pressed (taken from SmoothTasks). If disabled, then present windows is used for the group.
8. Use oxygen '+' icon to indicate a collpased group.
9. Use middle button to launch new instance of a task.
10. Attempt to place start-up spinner over launcher/task.
11. Add option to always use the launcher icon for taskbar entry - even when app is active. This works-around the issue where some applications (e.g. LibreOffice) have a different launcher/menu icon than the actual app uses.
12. Workaround an issue with a tasks attention state.
13. More tasks shown in tooltips.
14. Close tasks via tooltips.
15. Show right-click menu for task in tooltips.
16. Option to show job progress over task icon.
17. DockManager API support
18. Media player buttons in tooltips
19. Unity API
9 years ago
0.9.2
=====
1. Allow DockManager "icon-file" to refer to an icon name.
2. Add DockManager API extension (capability "x-kde-dock-item-overlay", dock item property "x-kde-overlay") to allow plugins to specify an overlay icon to be placed top-left of icon.
3. Dont attempt to get commandline for pid 0 - seems to crash KSysGuard library.
4. Use plasma themed close icon for tooltips.
5. Clear any exising entries before showing recent documents menu.
6. When reloading xbel/office recent documents, only clear old documents of that type.
7. When an action is marked as a separator, add a separator to the menu - just adding the action leads to an entry that looks like a menu title.
8. Read LibreOffice 3.4 recent documents from recently-used.xbel
9. Fix DockManager::GetItemsByPid
0.9.1
=====
1. When changing tooltip from one item to the next, call the toolTipHidden slot - so that the item can unregister from the tooltip signals.
2. Fix compilation with KDE less than 4.7
3. Fix dockmanager plugin sub-menus.
4. If compiled against KDE 4.8, dont need IconTask specific taskmanager.
0.9.0
=====
1. Use KSysGuard libraries to read process information.
2. Only ever show the separator if we actually have some launchers.
3. Rename taskmanagerrc to taskmanagerrulesrc
4. Middle click on tooltip is same as middle click on task.
5. Add middle click option - "Move To Current Desktop"
6. When manually moving launchers/tasks, move immediately rather than showing the drop indicator. The previous behaviour may be re-enabled by passing -DICON_TASKS_SHOW_DROP_INDICATOR_FOR_MOVE=true to cmake.
7. If there are too many windows for tooltip, display "Plus X more..."
8. Better calculation of rws and columns in tooltip.
9. Fix not being able to interact with first launcher/entry whilst a task is starting.
10. Fix totally broken dockmanager config UI.
11. Dont check if filename changes dock dockmanager, always update if an icon name is set.
12. Only store 1 container of launchers - not map for launchers, and list for sort order.
13. Fix detection of kcmodule launchers.
14. Try not to use exec() to open config dialogs, so as to not freeze plasma!
15. Remove usage of custom properties in QActions for menus.
16. Use standard KOpenWithDialog to select applications. Allows creation of non-desktop based launchers.
17. Save launcher lock state in applet, not taskmanager library.
18. All changes to taskmanager library are now in KDE/master. Because of this there is no 'basic' menu setting, as the menus have been re-arranged. The only difference between IconTasks's taskmanager and KDE (as of 4.8) taskmanager is the name of the Advanced sub menu. In KDE/master this is now know as "More Actions"
19. Don't set DESKTOP_SESSION to ubuntu, UnityFox has been updated an version 0.2.2 no longer requires this. For an updated UnityFox see:
https://addons.mozilla.org/en-US/firefox/addon/unityfox/versions/
9 years ago
0.9.2
=====
1. Allow DockManager "icon-file" to refer to an icon name.
2. Add DockManager API extension (capability "x-kde-dock-item-overlay", dock item property "x-kde-overlay") to allow plugins to specify an overlay icon to be placed top-left of icon.
3. Dont attempt to get commandline for pid 0 - seems to crash KSysGuard library.
4. Use plasma themed close icon for tooltips.
5. Clear any exising entries before showing recent documents menu.
6. When reloading xbel/office recent documents, only clear old documents of that type.
7. When an action is marked as a separator, add a separator to the menu - just adding the action leads to an entry that looks like a menu title.
8. Read LibreOffice 3.4 recent documents from recently-used.xbel
9. Fix DockManager::GetItemsByPid
0.9.1
=====
1. When changing tooltip from one item to the next, call the toolTipHidden slot - so that the item can unregister from the tooltip signals.
2. Fix compilation with KDE less than 4.7
3. Fix dockmanager plugin sub-menus.
4. If compiled against KDE 4.8, dont need IconTask specific taskmanager.
0.9.0
=====
1. Use KSysGuard libraries to read process information.
2. Only ever show the separator if we actually have some launchers.
3. Rename taskmanagerrc to taskmanagerrulesrc
4. Middle click on tooltip is same as middle click on task.
5. Add middle click option - "Move To Current Desktop"
6. When manually moving launchers/tasks, move immediately rather than showing the drop indicator. The previous behaviour may be re-enabled by passing -DICON_TASKS_SHOW_DROP_INDICATOR_FOR_MOVE=true to cmake.
7. If there are too many windows for tooltip, display "Plus X more..."
8. Better calculation of rws and columns in tooltip.
9. Fix not being able to interact with first launcher/entry whilst a task is starting.
10. Fix totally broken dockmanager config UI.
11. Dont check if filename changes dock dockmanager, always update if an icon name is set.
12. Only store 1 container of launchers - not map for launchers, and list for sort order.
13. Fix detection of kcmodule launchers.
14. Try not to use exec() to open config dialogs, so as to not freeze plasma!
15. Remove usage of custom properties in QActions for menus.
16. Use standard KOpenWithDialog to select applications. Allows creation of non-desktop based launchers.
17. Save launcher lock state in applet, not taskmanager library.
18. All changes to taskmanager library are now in KDE/master. Because of this there is no 'basic' menu setting, as the menus have been re-arranged. The only difference between IconTasks's taskmanager and KDE (as of 4.8) taskmanager is the name of the Advanced sub menu. In KDE/master this is now know as "More Actions"
19. Don't set DESKTOP_SESSION to ubuntu, UnityFox has been updated an version 0.2.2 no longer requires this. For an updated UnityFox see:
https://addons.mozilla.org/en-US/firefox/addon/unityfox/versions/
CraigD
9 years ago
edit dockitem.cpp, at line 121 change from:
--------------------8<---------------------
if (!m_actionMenus.contains(container)) {
m_actionMenus.insert(container, new QMenu(container, 0));
m_actionMenus[container]->addAction(action);
}
--------------------8<---------------------
to:
--------------------8<---------------------
if (!m_actionMenus.contains(container)) {
m_actionMenus.insert(container, new QMenu(container, 0));
}
m_actionMenus[container]->addAction(action);
--------------------8<---------------------
Report
AdaMin
9 years ago
Report
AdaMin
9 years ago
Report
cyberconan
9 years ago
CraigD, thanks a lot of for your work :D
Report
Mogger
9 years ago
Keep on rocking!
Report
marcotangaro
9 years ago
/var/tmp/yaourt-tmp-marco/aur-plasma-icontasks/src/plasma-icontasks-0.9.0/applet/dockconfig.cpp:591:41: error: ‘WindowModal’ is not a member of ‘KMessageBox’
make[2]: *** [applet/CMakeFiles/plasma_applet_icontasks.dir/dockconfig.o] Error 1
make[1]: *** [applet/CMakeFiles/plasma_applet_icontasks.dir/all] Error 2
make: *** [all] Error 2
==> ERRORE: Si è verificato un errore in build().
L'operazione sta per essere interrotta...
==> ERRORE: Makepkg non è riuscito a compilare plasma-icontasks.
Report
CraigD
9 years ago
Will place a conditional compile around this, so that it is only called for KDE>=4.7
Report
marcotangaro
9 years ago
Report
CraigD
9 years ago
-------------------------8<---------------------
model->data(index, Qt::DisplayRole).toString(),
QString(), KMessageBox::WindowModal);
-------------------------8<---------------------
to just:
-------------------------8<---------------------
model->data(index, Qt::DisplayRole).toString());
-------------------------8<---------------------
Report
marcotangaro
9 years ago
nice to read that your improvements are gonna be to be added to the addons :)
Report
marcotangaro
9 years ago
/var/tmp/yaourt-tmp-marco/aur-plasma-icontasks/src/plasma-icontasks-0.9.0/applet/dockconfig.cpp:591:41: error: ‘WindowModal’ is not a member of ‘KMessageBox’
make[2]: *** [applet/CMakeFiles/plasma_applet_icontasks.dir/dockconfig.o] Error 1
make[1]: *** [applet/CMakeFiles/plasma_applet_icontasks.dir/all] Error 2
make: *** [all] Error 2
==> ERRORE: Si è verificato un errore in build().
L'operazione sta per essere interrotta...
==> ERRORE: Makepkg non è riuscito a compilare plasma-icontasks.
Report
kal8888
9 years ago
so, any help with vlc??
But with media controls, I think you're using the same instance (Sorry, I'm a Java programmer, everything is an object for me xD) of controls, when I have dragon player and amarok, I stop amarok, and watching vÃdeos with dragon everything it's ok, but if I stop dragon (pause) and play again, both start, same thing happen when I push "next" or "back".
That's all, you're doing a great jobs with this tasks! :)
Report
CraigD
9 years ago
to fix this, edit tooltips/tooltip.cpp and add the following to the start of "ToolTip::setContent"
QObject *source = d->source.data();
if (source && source!=tipper && source->metaObject()->indexOfMethod("toolTipHidden()") != -1) {
QMetaObject::invokeMethod(source, "toolTipHidden");
}
Will fix in 0.9.1 Thanks for reporting!
Report
kal8888
9 years ago
Report
CraigD
9 years ago
Report
kal8888
9 years ago
so, any help with vlc??
But with media controls, I think you're using the same instance (Sorry, I'm a Java programmer, everything is an object for me xD) of controls, when I have dragon player and amarok, I stop amarok, and watching vÃdeos with dragon everything it's ok, but if I stop dragon (pause) and play again, both start, same thing happen when I push "next" or "back".
That's all, you're doing a great jobs with this tasks! :)
Report
acidrums4
9 years ago
Report
CraigD
9 years ago
Report
Fri13
9 years ago
1) Close task with middle mouse button
2) Close task with right mouse button
Report
goona
9 years ago
Icon-task-config > Behaviour > Middle click action = Close Application
Report
fannymites
9 years ago
Sort of like Win 7?
Report
kal8888
9 years ago
and I think you could add some effect to the title on the tooltip preview, have you any idea for that?
Excellent job! :)
Report
CraigD
9 years ago
As for animations on the tooltip, its on my TODO. But is not a very high priority - at the moment I'm tying to get my taskmanager changes merged back into KDE.
Report
kruemelmonster
9 years ago
since i updated to oneiric i cant find it in the "add widgets" dialog. in natty everything worked.
i installed it the "normal" way:
cmake
make
make install
can someone help?
thanks
Report
gnumdk
9 years ago
https://launchpad.net/~gnumdk/+archive/ppa
Report