CVS commit by pospisek: updated TODOs M +26 -2 TODO 1.2.4.3 --- kdepim/karm/TODO #1.2.4.2:1.2.4.3 @@ -5,4 +5,28 @@ * the BUGS file contains nonsense * add better screenshot to http://pim.kde.org/components/karm.php -* semantically karm.cpp and top.cpp are not clearly separated. Bring some sense - into that +* KarmWindow::makeMenus -> export KAction? +* KarmWindow::contextMenuRequest QPopupMenu should be static! +* connect( ..contextMenu einordnen +* mainwindow: move tray signals into tray.cpp +* formatTime has nothing to do in TaskView? +* "#ifndef header"s are inconsistent +* Willi: +-------- + * If one starts karm and installs some desktop tracking tasks nothing + happens. One has to restart karm in order to have them work. + + * The tracker functionality should be split out into a separate file/class. + mainwindow.cpp is IMHO long enough as is. + + * Willi said he'd push: + + // If all available desktops are checked, disable auto tracking, + // since it makes no sense to track for every desktop. + if (dl.size() == (unsigned int)desktopCount) + dl.clear(); + + from TaskView::editTask into addtaskdialog. + + * The runtime warnings still need to be fixed. + +* app is crashing when leaving through the "x" on the upper right in the window.