Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-09-12 19:29:43 +0000
committermkersten2005-09-12 19:29:43 +0000
commitc0d9fa9bb19b19422a1e730ef2b9eac40592f812 (patch)
tree102a5db514bb98d48d5bbdec7fbaa3be12a1e008 /org.eclipse.mylyn.tasks.ui/doc
parent05a89d651ad33a64dbb721a88e2508ba59b36da1 (diff)
downloadorg.eclipse.mylyn.tasks-c0d9fa9bb19b19422a1e730ef2b9eac40592f812.tar.gz
org.eclipse.mylyn.tasks-c0d9fa9bb19b19422a1e730ef2b9eac40592f812.tar.xz
org.eclipse.mylyn.tasks-c0d9fa9bb19b19422a1e730ef2b9eac40592f812.zip
Improved docs
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/doc')
-rw-r--r--org.eclipse.mylyn.tasks.ui/doc/images/tasklist-overview.gifbin0 -> 9719 bytes
-rw-r--r--org.eclipse.mylyn.tasks.ui/doc/tasklist.html77
2 files changed, 77 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/doc/images/tasklist-overview.gif b/org.eclipse.mylyn.tasks.ui/doc/images/tasklist-overview.gif
new file mode 100644
index 000000000..6cd496038
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.ui/doc/images/tasklist-overview.gif
Binary files differ
diff --git a/org.eclipse.mylyn.tasks.ui/doc/tasklist.html b/org.eclipse.mylyn.tasks.ui/doc/tasklist.html
new file mode 100644
index 000000000..c14ab1a54
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.ui/doc/tasklist.html
@@ -0,0 +1,77 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
+ <link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <meta http-equiv="Content-Style-Type" content="text/css">
+ <title>
+ Preparing Eclipse
+ </title>
+ </head>
+ <body>
+ <h1>
+ Mylar Task List</h1>
+ <br>&nbsp;
+ <table border="0" cellpadding="0" style="border-collapse: collapse"id="table1">
+ <tr>
+ <td valign="top">
+ The Mylar Task List provides methods for creating and maintaining tasks
+ and bug reports.&nbsp; In the order that they appear on the toolbar, the
+ Task List provides the following features work managing task and bug
+ reports:<ul>
+ <li>Create task - add new task to Task List</li>
+ <li>Create category - organize tasks and bug reports into groups</li>
+ <li>Add or create new bugzilla report - add a bug report into Task List</li>
+ <li>Add bugzilla query - creates a category that contains all bugzilla
+ <br>
+ reports that match the query</li>
+ <li>Refresh - refresh all bug reports and bugzilla queries</li>
+ <li>Filter tasks - set filters for Task List</li>
+ </ul>
+ <p>&nbsp;&nbsp;</td>
+ <td valign="top">
+ <img border="0" src="images/tasklist-overview.gif" width="378" height="287"></td>
+ </tr>
+ </table>
+ <h3>Tasks</h3>
+ <p>A task can be created with a description and a priority level. The
+ priority level can be varied from P1 through P5 which is used for sorting
+ and filtering the Task List. A task can be set to complete by right clicking
+ and selecting &quot;Mark Complete&quot;. The completed tasks appear in the
+ Task List
+ with light gray font to distinguish it from incomplete tasks. More detailed
+ information such as notes and related links can be added to the task by
+ double clicking on the task, which will open an editor. A task can be
+ activated by selecting the glasses icon in the first column, which will
+ initiate the monitoring feature of mylar to store the task context. The
+ active task and its category will appear in bold on the task list. The
+ context stored for each task can be cleared by right clicking the task and
+ selecting &quot;Clear Task Context&quot;.</p>
+ <h3>Categories</h3>
+ <p>A category can be created to organize the Task List. If a category is
+ selected during task creation, the task will be added to that category. The
+ drag and drop feature of the Task List allows tasks and bug reports to be
+ moved from one category to another.</p>
+ <h3>Bugzilla Reports</h3>
+ <p>Bugzilla reports can be added to the Task List via two methods. An
+ existing bug report can be downloaded from a bugzilla server or a new bug
+ report can be created on a bugzilla server. The Task List shows the same
+ details for the bug report as it does with tasks, but the icons are
+ different. When the bug report is double clicked, the bug report will be
+ opened by a bugzilla editor or an internal browser, which can be toggled in
+ the preferences. A bugzilla report can be activated in the same manner as
+ tasks.</p>
+ <h3>Bugzilla Query</h3>
+ <p>A bugzilla query is a category that is made up of all bug reports that
+ match a specified query. When it is created, the user is presented with a
+ dialog that presents query options similar to the search page on the
+ bugzilla server. All hits form the query are added to the query and can be
+ used like standard bug reports.</p>
+ <h3>Filters</h3>
+ <p>Filters are available to manage the Task List. There are two filters, one
+ for filtering completed tasks, and one for filtering based on priorities.</p>
+
+ </body>
+</html>
+

Back to the top