<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://techbase.kde.org/skins/common/feed.css?0.2"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://techbase.kde.org/api.php?action=feedcontributions&amp;user=Akarshsimha&amp;feedformat=atom</id>
		<title>KDE TechBase - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/api.php?action=feedcontributions&amp;user=Akarshsimha&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Special:Contributions/Akarshsimha"/>
		<updated>2013-05-22T06:12:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Better_deep-sky_handling</id>
		<title>Projects/Edu/KStars/Better deep-sky handling</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Better_deep-sky_handling"/>
				<updated>2013-04-09T04:41:41Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some ways to improve our deep-sky handling:&lt;br /&gt;
&lt;br /&gt;
0. TOP PRIORITY -- add a number of fields to the database tables that will be used in case necessary. This should be done before release, since these changes are not backwards-compatible and so if we don't do them before release, we will need to provide scripts to import data from databases with the old structure to databases with the new structure.&lt;br /&gt;
&lt;br /&gt;
1. Use Hierarchical Triangular Meshes (http://www.skyserver.org/HTM/) of various depths (or possibly, a fixed, sufficiently high depth) for deep-sky catalogues, both to selectively load data, and to selectively render objects (for extensive details on a similar implementation already existing for stars in KStars, see the file README.stars in the kstars/skycomponents directory in the source code). Maybe even better would be to have catalog-agnostic HTM meshes, with depths decided by magnitude or some sort of heuristic &amp;quot;visibility&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
2. The database structure already has a relational system where the object is kept separate from its identification. This is necessary, because the same object almost always has multiple designations from different catalogues (eg: Messier 31 == NGC 224 == UGC 454 == Andromeda Galaxy). However, KStars really doesn't have a fuzzy-match to collate data from different catalogs and identify objects as being the same. This is one more thing that should be implemented.&lt;br /&gt;
&lt;br /&gt;
3. KStars should be able to &amp;quot;import&amp;quot; data about individual objects from various data sources like NED (http://ned.ipac.caltech.edu/), SIMBAD (http://simbad.u-strasbg.fr/simbad/), or even SkyChart's (http://www.ap-i.net/skychart/start) &amp;quot;Identification&amp;quot; feature, collate it, and store it into the deep-sky database.&lt;br /&gt;
Picture a dialog that says &amp;quot;Import deep-sky object&amp;quot;, that asks you to type an object's name and choose a source. If you choose a web service (eg: SIMBAD), KStars should go query the website for information in an XML or other machine-readable format, and import the data. If you choose another astronomy app, eg: SkyChart, KStars should open up a window where you can copy-paste the information from the other program, and KStars will parse it and add it into its database.&lt;br /&gt;
We should also provide a data &amp;quot;take-out&amp;quot; where we can export data from the database in a nice XML format, maybe compliant with the Open Astronomy Log 2.0 schema.&lt;br /&gt;
&lt;br /&gt;
4. The find dialog should be much quicker. How this is to be done is something that needs to be discussed and thought about. Maybe the find dialog could show only trivial names on the list, and still support searching catalogs, except without displaying the catalog numbers in the find dialog. But this is a problem when filtering by category (eg: Open Clusters).&lt;br /&gt;
Another possibility is to choose a &amp;quot;smart&amp;quot; hash for object names where it is trivial to choose only those objects that match a certain first letter. Some sort of a better data structure. This way, we can show the list only after the user has entered enough characters to narrow-down the list to about 50 objects.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Better_deep-sky_handling</id>
		<title>Projects/Edu/KStars/Better deep-sky handling</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Better_deep-sky_handling"/>
				<updated>2013-04-09T04:23:51Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Created page with &amp;quot;Here are some ways to improve our deep-sky handling:  0. TOP PRIORITY -- add a number of fields to the database tables that will be used in case necessary. This should be done...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some ways to improve our deep-sky handling:&lt;br /&gt;
&lt;br /&gt;
0. TOP PRIORITY -- add a number of fields to the database tables that will be used in case necessary. This should be done before release, since these changes are not backwards-compatible and so if we don't do them before release, we will need to provide scripts to import data from databases with the old structure to databases with the new structure.&lt;br /&gt;
&lt;br /&gt;
1. Use Hierarchical Triangular Meshes (http://www.skyserver.org/HTM/) of various depths (or possibly, a fixed, sufficiently high depth) for deep-sky catalogues, both to selectively load data, and to selectively render objects (for extensive details on a similar implementation already existing for stars in KStars, see the file README.stars in the kstars/skycomponents directory in the source code). Maybe even better would be to have catalog-agnostic HTM meshes, with depths decided by magnitude or some sort of heuristic &amp;quot;visibility&amp;quot; (hdevalence has some ideas here).&lt;br /&gt;
&lt;br /&gt;
2. The database structure already has a relational system where the object is kept separate from its identification. This is necessary, because the same object almost always has multiple designations from different catalogues (eg: Messier 31 == NGC 224 == UGC 454 == Andromeda Galaxy). However, KStars really doesn't have a fuzzy-match to collate data from different catalogs and identify objects as being the same. This is one more thing that should be implemented.&lt;br /&gt;
&lt;br /&gt;
3. KStars should be able to &amp;quot;import&amp;quot; data about individual objects from various data sources like NED (http://ned.ipac.caltech.edu/), SIMBAD (http://simbad.u-strasbg.fr/simbad/), or even SkyChart's (http://www.ap-i.net/skychart/start) &amp;quot;Identification&amp;quot; feature, collate it, and store it into the deep-sky database.&lt;br /&gt;
Picture a dialog that says &amp;quot;Import deep-sky object&amp;quot;, that asks you to type an object's name and choose a source. If you choose a web service (eg: SIMBAD), KStars should go query the website for information in an XML or other machine-readable format, and import the data. If you choose another astronomy app, eg: SkyChart, KStars should open up a window where you can copy-paste the information from the other program, and KStars will parse it and add it into its database.&lt;br /&gt;
We should also provide a data &amp;quot;take-out&amp;quot; where we can export data from the database in a nice XML format, maybe compliant with the Open Astronomy Log 2.0 schema.&lt;br /&gt;
&lt;br /&gt;
4. The find dialog should be much quicker. How this is to be done is something that needs to be discussed and thought about. Maybe the find dialog could show only trivial names on the list, and still support searching catalogs, except without displaying the catalog numbers in the find dialog. But this is a problem when filtering by category (eg: Open Clusters).&lt;br /&gt;
Another possibility is to choose a &amp;quot;smart&amp;quot; hash for object names where it is trivial to choose only those objects that match a certain first letter. Some sort of a better data structure. This way, we can show the list only after the user has entered enough characters to narrow-down the list to about 50 objects.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2013-04-09T04:13:51Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[/Building KStars|Documentation on building KStars from source]]&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/QA List 4.6|KStars QA List 4.6]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;br /&gt;
# [[/JuniorJobs|Some Junior (and not-so-junior) Jobs]]&lt;br /&gt;
# [[/Jobs|Jobs that will better KStars, graded by difficulty]]&lt;br /&gt;
# [[/Binary_File_Test|Help KStars by testing on various platforms]]&lt;br /&gt;
# [[/KStars Workout at FOSS.IN 2009|KStars Workout at FOSS.IN/2009]]&lt;br /&gt;
# [[/Better deep-sky handling|Things to do for better handling of our deep-sky data]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Building_KStars</id>
		<title>Projects/Edu/KStars/Building KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Building_KStars"/>
				<updated>2012-12-04T01:19:21Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a community effort to document the procedure to build various versions of KStars on various platforms and environments.&lt;br /&gt;
&lt;br /&gt;
== Why build from source? ==&lt;br /&gt;
Typically, you would want to build KStars from source if you plan to develop KStars, or stay on the bleeding edge and contribute valuable feedback.&lt;br /&gt;
&lt;br /&gt;
== Prerequisite Packages ==&lt;br /&gt;
To build and develop KStars, several packages may be required from your distribution. Here's a list.&lt;br /&gt;
=== Required dependencies ===&lt;br /&gt;
* GNU Make, GCC -- Essential tools for building&lt;br /&gt;
* kdelibs -- KDE libraries&lt;br /&gt;
* cmake -- buildsystem used by KDE&lt;br /&gt;
* eigen -- linear algebra library&lt;br /&gt;
=== Optional dependencies ===&lt;br /&gt;
* libcfitsio -- FITS library&lt;br /&gt;
* libindi -- Instrument Neutral Distributed Interface, for controlling equipment.&lt;br /&gt;
&lt;br /&gt;
=== Installing these packages ===&lt;br /&gt;
To install all of these, use the following commands:&lt;br /&gt;
==== Debian / Kubuntu ====&lt;br /&gt;
&lt;br /&gt;
   sudo apt-get install build-essential cmake kdelibs5-dev libeigen2-dev libcfitsio3-dev&lt;br /&gt;
&lt;br /&gt;
Please note that INDI is unavailable in Debian testing as of this writing.&lt;br /&gt;
&lt;br /&gt;
== Documentation on building various versions ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
KStars development happens on KDE's git repository. ([http://git-scm.com Git] is an open-source version control software.). The code on git is the bleeding-edge developers' version of KStars. It does break occasionally.&lt;br /&gt;
&lt;br /&gt;
1) create and change into a KDE development directory:&lt;br /&gt;
   mkdir ~/kde; cd ~/kde&lt;br /&gt;
2) to fetch the KStars source code:&lt;br /&gt;
   git clone git://anongit.kde.org/kstars&lt;br /&gt;
3) create and change into a build directory for compilation:&lt;br /&gt;
   mkdir build; cd build&lt;br /&gt;
4) run the configure process with cmake:&lt;br /&gt;
   cmake ../kstars -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=~/kde/usr&lt;br /&gt;
5) compile KStars:&lt;br /&gt;
   make&lt;br /&gt;
6) finally install KStars:&lt;br /&gt;
   make install&lt;br /&gt;
&lt;br /&gt;
That’s all! This installs KStars locally into the separate directory ~/kde/usr, so that your global KDE installation will not be touched at all. &lt;br /&gt;
 &lt;br /&gt;
Now on to starting the newly compiled KStars. Create a file ~/kde/run.sh with the following content:&lt;br /&gt;
&lt;br /&gt;
  #!/bin/bash&lt;br /&gt;
  export KSTARS_DIR=~/kde/usr&lt;br /&gt;
  export PATH=$KSTARS_DIR/bin:$PATH&lt;br /&gt;
  export LD_LIBRARY_PATH=$KSTARS_DIR/lib:$LD_LIBRARY_PATH&lt;br /&gt;
  export KDEDIR=$KSTARS_DIR&lt;br /&gt;
  export KDEDIRS=$KDEDIR&lt;br /&gt;
  export XDG_DATA_DIRS=$XDG_DATA_DIRS:$KSTARS_DIR/share&lt;br /&gt;
  # update KDE's system configuration cache&lt;br /&gt;
  kbuildsycoca4&lt;br /&gt;
  # start app&lt;br /&gt;
  $@&lt;br /&gt;
&lt;br /&gt;
Make the script executable with chmod 755 ~/kde/run.sh. Now you can run the compiled KStars version with `~/kde/run.sh kstars`. Just calling `kstars` directly will start the system version of KStars. &lt;br /&gt;
&lt;br /&gt;
You can keep your copy up-to-date by typing `git pull --rebase` in ~/kde/kstars. Feel free to send patches to our mailing list kstars-devel@kde.org. And join #kdeedu on irc.kde.org :–)&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/KStars_QA_List_4.10</id>
		<title>Projects/Edu/KStars/KStars QA List 4.10</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/KStars_QA_List_4.10"/>
				<updated>2012-12-02T23:07:18Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Created page with &amp;quot;== List of expected behaviors for KStars 4.10. ==  Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.10. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
* Moving the mouse shows the current sky coordinates of the mouse in the statusbar. &lt;br /&gt;
* Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &lt;br /&gt;
* Hovering the mouse attaches a temporary label to the nearest object.&lt;br /&gt;
* Hover labels fade out when the mouse moves&lt;br /&gt;
* Hover labels only appear when the map is not in motion&lt;br /&gt;
* Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &lt;br /&gt;
* The double-click label is removed when the object is no longer centered&lt;br /&gt;
* Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.&lt;br /&gt;
* Dragging the sky disengages tracking&lt;br /&gt;
* Dragging the sky to one of the poles does not cause odd behavior&lt;br /&gt;
* Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released &lt;br /&gt;
* Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&lt;br /&gt;
* Scrolling the mouse wheel zooms in and out.&lt;br /&gt;
* Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out. &lt;br /&gt;
* Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* Arrow keys: scroll the display.  Holding Shift increases the speed&lt;br /&gt;
* [0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&lt;br /&gt;
* [&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already) &lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* C: Track object&lt;br /&gt;
* D: Open the Details window&lt;br /&gt;
* L: Attach/Remove the label&lt;br /&gt;
* O: Add object to Observing List&lt;br /&gt;
* T: Attach/remove trail (solar system only)&lt;br /&gt;
* Pressing Shift targets action on the focused object, rather than the clicked object&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* Download new data [Ctrl+D]&lt;br /&gt;
* Save Sky image [Ctrl+I]&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* Print [Ctrl+P] (print dialog opens)&lt;br /&gt;
* Quit [Ctrl+Q]&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* Set time to now [Ctrl+E] &lt;br /&gt;
* Set time [Ctrl+S] &lt;br /&gt;
* Start/Stop clock&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* Zenith [Z]&lt;br /&gt;
* North [N]&lt;br /&gt;
* East [E]&lt;br /&gt;
* South [S]&lt;br /&gt;
* West [W]&lt;br /&gt;
* Set focus manually [Ctrl+M]&lt;br /&gt;
* Find object [Ctrl+F]&lt;br /&gt;
* Engage/Stop tracking [Ctrl+T]&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* Zoom in [Ctrl+=]&lt;br /&gt;
* Zoom out [Ctrl+-]&lt;br /&gt;
* Pressing Ctrl+- or Ctrl+= while holding down Shift / Ctrl decreases the amount of zooming in / out.&lt;br /&gt;
* Default zoom [Ctrl+Z]&lt;br /&gt;
* Zoom to angular size [Ctrl+Shift+Z] &lt;br /&gt;
* Full-screen mode [Ctrl+Shift+F]&lt;br /&gt;
* Horizontal/Equatorial Coordinates [Space]&lt;br /&gt;
* Projections sub-menu (test switching only here)&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* Infoboxes Display toggles&lt;br /&gt;
* Toolbar display toggles &lt;br /&gt;
* Toolbar customization &lt;br /&gt;
* Statusbar display toggles &lt;br /&gt;
* Color scheme toggles&lt;br /&gt;
* Field-of-view (FOV) Symbol selector&lt;br /&gt;
* FOV Editor&lt;br /&gt;
* Geographic Location [Ctrl+G]&lt;br /&gt;
* Configure KStars &lt;br /&gt;
* Startup Wizard&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* KStars Handbook [F1]&lt;br /&gt;
* What's this? [1]&lt;br /&gt;
* Report Bug&lt;br /&gt;
* About KStars&lt;br /&gt;
* About KDE&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* Zoom in/out&lt;br /&gt;
* Find object...&lt;br /&gt;
* Stop/Start clock&lt;br /&gt;
* Timestep widget&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* Show stars&lt;br /&gt;
* Show deep-sky &lt;br /&gt;
* Show solar system&lt;br /&gt;
* Show constellation lines&lt;br /&gt;
* Show constellation names&lt;br /&gt;
* Show constellation boundaries&lt;br /&gt;
* Show Milky Way&lt;br /&gt;
* Show coordinate grid&lt;br /&gt;
* Show opaque ground&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&lt;br /&gt;
* Center+Track on empty sky (double-click, popup menu)&lt;br /&gt;
* If requested position moves display below horizon, confirm dialog is shown&lt;br /&gt;
* If startup position is below horizon, recenter dialog is shown&lt;br /&gt;
* Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* Displayed with semi-transparent backgound&lt;br /&gt;
* Highlight color on click&lt;br /&gt;
* &amp;quot;Shade&amp;quot; on double-click&lt;br /&gt;
* Move on drag&lt;br /&gt;
* Collision avoidance works&lt;br /&gt;
* &amp;quot;Stick&amp;quot; to screen edges&lt;br /&gt;
* Remember position and shade-state on restart&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[4]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[4]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF [5]&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date[3]&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
*  Selected symbol is shown in preview pane&lt;br /&gt;
*  Creating a new symbol works&lt;br /&gt;
*  Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works &lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[4]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular &lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic &lt;br /&gt;
&lt;br /&gt;
=== OpenGL Support ===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[3]: It is possible to set type invalid date and press OK, but this will not change the time and date.&lt;br /&gt;
&lt;br /&gt;
[4]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[5]: Saving the image works and the image can be seen, but if the image is saved in the Desktop folder it is not saved at all.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2011-08-18T06:22:00Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[/Building KStars|Documentation on building KStars from source]]&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/QA List 4.6|KStars QA List 4.6]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;br /&gt;
# [[/JuniorJobs|Some Junior (and not-so-junior) Jobs]]&lt;br /&gt;
# [[/Jobs|Jobs that will better KStars, graded by difficulty]]&lt;br /&gt;
# [[/Binary_File_Test|Help KStars by testing on various platforms]]&lt;br /&gt;
# [[/KStars Workout at FOSS.IN 2009|KStars Workout at FOSS.IN/2009]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2011-08-18T06:21:32Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[/Building KStars]]&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/QA List 4.6|KStars QA List 4.6]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;br /&gt;
# [[/JuniorJobs|Some Junior (and not-so-junior) Jobs]]&lt;br /&gt;
# [[/Jobs|Jobs that will better KStars, graded by difficulty]]&lt;br /&gt;
# [[/Binary_File_Test|Help KStars by testing on various platforms]]&lt;br /&gt;
# [[/KStars Workout at FOSS.IN 2009|KStars Workout at FOSS.IN/2009]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Building_KStars</id>
		<title>Projects/Edu/KStars/Building KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Building_KStars"/>
				<updated>2011-08-18T06:21:10Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: moved Building KStars to Projects/Edu/KStars/Building KStars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a community effort to document the procedure to build various versions of KStars on various platforms and environments.&lt;br /&gt;
&lt;br /&gt;
== Why build from source? ==&lt;br /&gt;
Typically, you would want to build KStars from source if you plan to develop KStars, or stay on the bleeding edge and contribute valuable feedback.&lt;br /&gt;
&lt;br /&gt;
== Prerequisite Packages ==&lt;br /&gt;
To build and develop KStars, several packages may be required from your distribution. Here's a list.&lt;br /&gt;
=== Required dependencies ===&lt;br /&gt;
* GNU Make, GCC -- Essential tools for building&lt;br /&gt;
* kdelibs -- KDE libraries&lt;br /&gt;
* cmake -- buildsystem used by KDE&lt;br /&gt;
* eigen -- linear algebra library&lt;br /&gt;
=== Optional dependencies ===&lt;br /&gt;
* libcfitsio -- FITS library&lt;br /&gt;
* libindi -- Instrument Neutral Distributed Interface, for controlling equipment.&lt;br /&gt;
&lt;br /&gt;
=== Installing these packages ===&lt;br /&gt;
To install all of these, use the following commands:&lt;br /&gt;
==== Debian / Kubuntu ====&lt;br /&gt;
&lt;br /&gt;
   sudo apt-get install build-essential cmake kdelibs5-dev libeigen2-dev libcfitsio3-dev&lt;br /&gt;
&lt;br /&gt;
Please note that INDI is unavailable in Debian testing as of this writing.&lt;br /&gt;
&lt;br /&gt;
== Documentation on building various versions ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
KStars development happens on KDE's git repository. ([http://git-scm.com Git] is an open-source version control software.). The code on git is the bleeding-edge developers' version of KStars. It does break occasionally.&lt;br /&gt;
&lt;br /&gt;
To fetch the KStars source code:&lt;br /&gt;
&lt;br /&gt;
  git clone git://anongit.kde.org/kstars&lt;br /&gt;
&lt;br /&gt;
TODO: Complete this article&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Building_KStars</id>
		<title>Building KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Building_KStars"/>
				<updated>2011-08-18T06:21:10Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: moved Building KStars to Projects/Edu/KStars/Building KStars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Projects/Edu/KStars/Building KStars]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Building_KStars</id>
		<title>Projects/Edu/KStars/Building KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Building_KStars"/>
				<updated>2011-08-18T06:20:08Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Created page with &amp;quot;== Introduction == This page is a community effort to document the procedure to build various versions of KStars on various platforms and environments.  == Why build from source?...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is a community effort to document the procedure to build various versions of KStars on various platforms and environments.&lt;br /&gt;
&lt;br /&gt;
== Why build from source? ==&lt;br /&gt;
Typically, you would want to build KStars from source if you plan to develop KStars, or stay on the bleeding edge and contribute valuable feedback.&lt;br /&gt;
&lt;br /&gt;
== Prerequisite Packages ==&lt;br /&gt;
To build and develop KStars, several packages may be required from your distribution. Here's a list.&lt;br /&gt;
=== Required dependencies ===&lt;br /&gt;
* GNU Make, GCC -- Essential tools for building&lt;br /&gt;
* kdelibs -- KDE libraries&lt;br /&gt;
* cmake -- buildsystem used by KDE&lt;br /&gt;
* eigen -- linear algebra library&lt;br /&gt;
=== Optional dependencies ===&lt;br /&gt;
* libcfitsio -- FITS library&lt;br /&gt;
* libindi -- Instrument Neutral Distributed Interface, for controlling equipment.&lt;br /&gt;
&lt;br /&gt;
=== Installing these packages ===&lt;br /&gt;
To install all of these, use the following commands:&lt;br /&gt;
==== Debian / Kubuntu ====&lt;br /&gt;
&lt;br /&gt;
   sudo apt-get install build-essential cmake kdelibs5-dev libeigen2-dev libcfitsio3-dev&lt;br /&gt;
&lt;br /&gt;
Please note that INDI is unavailable in Debian testing as of this writing.&lt;br /&gt;
&lt;br /&gt;
== Documentation on building various versions ==&lt;br /&gt;
=== Git ===&lt;br /&gt;
KStars development happens on KDE's git repository. ([http://git-scm.com Git] is an open-source version control software.). The code on git is the bleeding-edge developers' version of KStars. It does break occasionally.&lt;br /&gt;
&lt;br /&gt;
To fetch the KStars source code:&lt;br /&gt;
&lt;br /&gt;
  git clone git://anongit.kde.org/kstars&lt;br /&gt;
&lt;br /&gt;
TODO: Complete this article&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2011-08-18T05:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[Building KStars]]&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/QA List 4.6|KStars QA List 4.6]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;br /&gt;
# [[/JuniorJobs|Some Junior (and not-so-junior) Jobs]]&lt;br /&gt;
# [[/Jobs|Jobs that will better KStars, graded by difficulty]]&lt;br /&gt;
# [[/Binary_File_Test|Help KStars by testing on various platforms]]&lt;br /&gt;
# [[/KStars Workout at FOSS.IN 2009|KStars Workout at FOSS.IN/2009]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs</id>
		<title>Projects/Edu/KStars/JuniorJobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs"/>
				<updated>2010-10-17T21:03:44Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What this page is about ==&lt;br /&gt;
&lt;br /&gt;
This page is intended to list out some small jobs that, if completed, would help KStars become better and more usable. There are both easy ones and hard ones.&lt;br /&gt;
&lt;br /&gt;
If you are interested in contributing to KStars, but don't know where to start, this is probably the best place.&lt;br /&gt;
&lt;br /&gt;
== Keeping track of Development ==&lt;br /&gt;
&lt;br /&gt;
The best way to keep track of Development in KStars is to use the mailing list: kstars-devel@kde.org&lt;br /&gt;
See [https://mail.kde.org/mailman/listinfo/kstars-devel The List Information Page] to subscribe.&lt;br /&gt;
&lt;br /&gt;
If you prefer IRC, we hang out on #kde-edu on irc.freenode.org&lt;br /&gt;
&lt;br /&gt;
We keep track of bugs and wishlists on [https://bugs.kde.org The KDE bugzilla]&lt;br /&gt;
&lt;br /&gt;
Please do not hesitate to ask if you need help with contributing! We're always looking out for contributors and will be happy to help you out.&lt;br /&gt;
&lt;br /&gt;
== The Tasks ==&lt;br /&gt;
&lt;br /&gt;
=== Debug the Sky Calendar ===&lt;br /&gt;
&lt;br /&gt;
The Sky Calendar tool lives in the Tools menu of KStars. The tool now has the labels that it needed badly. However, some lines still don't get labelled because the code isn't robust. The tool also fails at high latitudes. It would be helpful if the Sky Calendar was made complete and bug-free.&lt;br /&gt;
&lt;br /&gt;
=== Debug the Conjunction tool ===&lt;br /&gt;
&lt;br /&gt;
The Conjunction tool, for some reason, doesn't seem to be predicting solar eclipses correctly. There are some bugs on our bugzilla related to this as well. It would be useful if the Conjunction tool were made completely bug-free&lt;br /&gt;
&lt;br /&gt;
=== Add Lunar Eclipses ===&lt;br /&gt;
&lt;br /&gt;
KStars doesn't predict Lunar Eclipses. Neither does it display them. It would be really useful if it could do these things.&lt;br /&gt;
&lt;br /&gt;
One way to do this would be to create a virtual Sky Point, maybe called 'EarthShadow', whose position would be just opposite the sun. An eclipse will be a conjunction between EarthShadow and the moon.&lt;br /&gt;
&lt;br /&gt;
Another possible way to do it is to add functionality to KSMoon, so that we check if the moon is in the shadow of the earth before drawing its image.&lt;br /&gt;
&lt;br /&gt;
=== Fix refraction bugs ===&lt;br /&gt;
Because the refraction correction and its inverse are not perfect inverses, there are a whole bunch of problems when refraction corrections are turned on. It would greatly help KStars if this was fixed.&lt;br /&gt;
&lt;br /&gt;
=== Fix all those translation bugs ===&lt;br /&gt;
&lt;br /&gt;
Now, this is a big task.&lt;br /&gt;
&lt;br /&gt;
SkyObject classes (see skyobject.h under kstars/skyobjects) should have some standard way of storing names. Currently, some SkyObjects store untranslated names and some store translated names, leading to a big mess. SkyObject should probably store untranslated name strings internally, and return untranslated names upon calling name(). The objectNames() hashes should ideally have untranslated names as well.&lt;br /&gt;
&lt;br /&gt;
So how do we find by translated name? The best way, probably is to have a &lt;br /&gt;
&amp;quot;reverse translation hash&amp;quot;. Since very few objects have translated names, it might be easy to maintain a global hash of translated names vs. untranslated names in some convenient place (probably as a static member of SkyComposite) and do searches for translated names through this.&lt;br /&gt;
&lt;br /&gt;
Implementing this will fix a whole lot of translation-related bugs that are on our bugzilla, and make life for people who use localized versions easier.&lt;br /&gt;
&lt;br /&gt;
=== Generalize JupiterMoons ===&lt;br /&gt;
&lt;br /&gt;
This was originally a GSoC idea, but I thought it was a bit too &amp;quot;small&amp;quot; for a whole summer. The idea is to implement a class that handles moons of planets in the solar system in KStars.&lt;br /&gt;
&lt;br /&gt;
Currently, we have the JupiterMoons classes. What should be done now, is to pack the machinery that goes into this class into a generic class (probably called 'SolarSystemMoons'), various instances of which, could represent the moons of Jupiter, Saturn, Mars...&lt;br /&gt;
&lt;br /&gt;
All our class would need to do, to assume the form of say, JupiterMoons, would be to read off data corresponding to JupiterMoons from some file, say &amp;quot;solarsystemmoons.dat&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
Now, the next task...&lt;br /&gt;
&lt;br /&gt;
=== Generalize the Jupiter's Moons Tool ===&lt;br /&gt;
&lt;br /&gt;
See Tools -&amp;gt; Jupiter's Moons. What if I could do this in general with SolarSystemMoons? [See earlier task for details]&lt;br /&gt;
&lt;br /&gt;
=== Comets that looks like comets! ===&lt;br /&gt;
&lt;br /&gt;
Comets in KStars are currently drawn as dull green circles (at least in the default color scheme). That's not what they look like, in reality!&lt;br /&gt;
&lt;br /&gt;
The machinery required to estimate nucleus and coma sizes, and tail lengths of comets are all there in KSComet and KSPlanetBase. What needs to be done, is to provide a proper representation of a comet based on these data on the Sky Map.&lt;br /&gt;
&lt;br /&gt;
Remember that a comet's tail points away from the Sun! You can use this to fix the direction of the tail - so you have all information required to draw the comet.&lt;br /&gt;
&lt;br /&gt;
Re-implement CometsComponent::draw() to draw better comets.&lt;br /&gt;
&lt;br /&gt;
Peng &amp;quot;Charles&amp;quot; Chang has already done a good amount of work to support this feature. It needs some polishing, though.&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
=== Fix those inconsistencies with comets ===&lt;br /&gt;
&lt;br /&gt;
Jeamy Lee, a KStars user and contributor, notices that our Sun-Comet distances are wrong! This makes all calculated parameters come out incorrectly. Find his mail with some details [http://lists.kde.org/?l=kstars-devel&amp;amp;m=123454066010918&amp;amp;w=2 here]. &lt;br /&gt;
&lt;br /&gt;
The aim of this task is to compare some more data against other software, step through the code, and find out where we are going wrong. You could use Jeamy's MPC Reader site to download the [http://mpcreader.sourceforge.net/ latest comet elements] in KStars' format.&lt;br /&gt;
&lt;br /&gt;
=== Integrate comet updates into KStars ===&lt;br /&gt;
[http://mpcreader.sourceforge.net/ MPC Reader] fetches orbital elements from the MPC website and puts them in a format understood by KStars. It would be a nice idea if KStars could do this in itself, like Cartes du Ciel (Skychart) does.&lt;br /&gt;
&lt;br /&gt;
== Ideas are welcome! ==&lt;br /&gt;
&lt;br /&gt;
If you are a user of KStars and have some cool, simple ideas that would make your experience with KStars better, you are welcome to add them to the list above, or discuss them on the kstars-devel mailing list (or post them as wishlists / bug reports on the bugzilla).&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Schedules/KDE4/4.6_Feature_Plan</id>
		<title>Schedules/KDE4/4.6 Feature Plan</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Schedules/KDE4/4.6_Feature_Plan"/>
				<updated>2010-10-04T07:38:18Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of planned features for the SC 4.6 release. &lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Schedules/KDE4/4.6 Release Schedule]] &lt;br /&gt;
*[[Schedules/KDE4/4.6 Release Goals]] &lt;br /&gt;
*[[Schedules/KDE4/4.5 Feature Plan]] (previous minor release)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Legend: &lt;br /&gt;
&lt;br /&gt;
*todo =&amp;amp;gt; not started yet &lt;br /&gt;
*in-progress =&amp;amp;gt; started, but not completed yet &lt;br /&gt;
*done =&amp;amp;gt; completed&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-apps  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureInProgress|Konsole|Move to KTabWidget|sasch.pe@gmx.de|Sascha Peilicke}}&lt;br /&gt;
{{FeatureInProgress|Dolphin|Faceted browsing via Nepomuk|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-runtime  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Plasma|Plasma KPart|ry@n.rix.si|Ryan Rix}}&lt;br /&gt;
{{FeatureDone|KWin|Focus tracking for the zoom plugin (uses kaccessible)|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|KWin|Extend mouse tracking modes for the zoom plugin|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-workspace  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;4&amp;quot; | Plasma &lt;br /&gt;
{{FeatureInProgress|libtaskmanager| support for Windows 7 like launchers |akreuzkamp@web.de|Anton Kreuzkamp}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;4&amp;quot; | KWin&lt;br /&gt;
{{FeatureInProgress|dashboard effect| new effect for Plasma dashboard |ademmer@opensuse.org|Andreas Demmer}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdelibs  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureDone|libnepomuk|Convenience operator overloads for query construction|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureDone|libnepomuk|New query flags and improved handling of full text matching scores including sorting|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureTodo|kdeui|Generic find bar widget|sasch.pe@gmx.de|Sascha Peilicke}}&lt;br /&gt;
{{FeatureDone|kdeui|Allow getting and setting the size of the pixmap cache in KImageCache|2kmm@gmx.de|Manuel Mommertz}}&lt;br /&gt;
{{FeatureDone|katepart|scripted actions|dhaumann@kde.org|Dominik Haumann}}&lt;br /&gt;
{{FeatureDone|katepart|QAccessibleInterface's for document+cursor|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|libplasma|PluginLoader class|ry@n.rix.si|Ryan Rix}}&lt;br /&gt;
{{FeatureDone|libplasma|Allow SVGs to use systemcolors before rendering|2kmm@gmx.de|Manuel Mommertz}}&lt;br /&gt;
{{FeatureInProgress|libnepomuk/KIO|Search excerpts|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureInProgress|libnepomuk|Standardqueries for convenience|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureInProgress|libnepomuk|GUI elements for resource/file searching including faceted browsing|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureInProgress|kdecore|Add more possible synchronization primitives to KSharedDataCache to expand OS support. POSIX Semaphores Contributed by Alberto Villa of the FreeBSD project. Windows support may still occur as well.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|kdecore|Add fallback to QCache&amp;lt;QString,QByteArray&amp;gt; in KSharedDataCache.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|kdecore|Add cache-wide timestamp to KSharedDataCache.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|kdecore|Add ability to make KSharedDataCache strictly read-only for laptop support.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeedu  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Marble|GPX import of routes|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Route printing (map and directions, configurabe)|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Route state saving and restoring|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Convert MarbleRunners to plugins|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|worldwide and offline routing|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Extend MarbleRunner interface to handle reverse geocoding and routing requests; Display of alternative routes|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureInProgress|Marble|Routing API|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureInProgress|Marble|Implement sun locator blendings as derived classes of Marble::Blending|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureTodo|Marble|Separate thread for tile loading and texture blending (not texture mapping at the moment) for more smooth browsing|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureTodo|Marble|Tile loading &amp;quot;read ahead&amp;quot; when idle, prerequisite: threaded tile loading|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureDone|Marble|Tile download along the route for offline usage|akssps011@gmail.com|Siddharth Srivastavah}}&lt;br /&gt;
{{FeatureInProgress|Marble|Turn-by-turn navigation mode|akssps011@gmail.com|Siddharth Srivastavah}}&lt;br /&gt;
{{FeatureTodo|Marble|Multi threaded texture mapping|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureDone|Marble|Improve GeoData API|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureDone|Marble|Convert Gps tracking to GeoDataDocument|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureDone|Marble|Provide a treeModel for GeoDataDocuments|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureDone|Marble|Draw the geometries of multiple GeoDataDocuments|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureInProgress|Marble|Load Pnt vector data files as GeoData|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureInProgress|Marble|Manipulate Gps track data|tgridel@freedotfr|Thibaut Gridel}}&lt;br /&gt;
{{FeatureDone|Cantor|Backend for GNU Octave|miha.cancula@gmail.com|Miha Čančula}}&lt;br /&gt;
{{FeatureTodo|Cantor|Merge R improvement branch|alexanderrieder@gmail.com|Alexander Rieder}}&lt;br /&gt;
{{FeatureTodo|Cantor|Variable management panel|alexanderrieder@gmail.com|Alexander Rieder}}&lt;br /&gt;
{{FeatureDone|Kalzium|Port Kalzium to use QGV based periodic table widget|mhanwell@kde.org|Marcus D. Hanwell}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Implicit functions plot|percy.camilo.ta@gmail.com|Percy Aucahuasi}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Improved execution speed on the calculator|aleixpol@kde.org|Aleix Pol Gonzalez}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Better integration between the Console and the Plotting facilities|aleixpol@kde.org|Aleix Pol Gonzalez}}&lt;br /&gt;
{{FeatureInProgress|KStars|OpenGL rendering support for KStars|akarshsimha@gmail.com|Harry de Valence, Akarsh Simha}}&lt;br /&gt;
{{FeatureInProgress|KStars|Better designed object database|akarshsimha@gmail.com|Victor Carbune, Akarsh Simha}}&lt;br /&gt;
{{FeatureInProgress|KStars|Star Hop Generator|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdemultimedia  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|JuK|Remove Qt/KDE3 support lib requirements|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|JuK|Allow setting covers directly from URLs supported by KIO - drag/drop already allows this however|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|JuK|Add MPRIS support to JuK so that the NowPlaying applet doesn't need to special-case JuK.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|JuK|Update JuK's MusicBrainz support to a modern version of MusicBrainz.|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdegames =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureInProgress|libkdegames|Import KGameRenderer framework and port games to this unified rendering infrastructure.|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureInProgress|Kigo|Fix KNewStuff provider issues|sasch.pe@gmx.de|Sascha Peilicke}}&lt;br /&gt;
{{FeatureInProgress|Palapeli|Import Goldberg slicer as the new default slicer plugin.|loehnert.kde@gmx.de|Johannes Loehnert}}&lt;br /&gt;
{{FeatureTodo|Palapeli|Update libpala API. Improve usability of &amp;quot;Create new puzzle&amp;quot; dialog.|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureDone|Kajongg|Docbook: Describe the basic game, until now I supposed the player already knows how to play Mah Jong.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureDone|Kajongg|Tiles can be discarded with drag&amp;amp;drop.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureDone|Kajongg|Make robot player AI more intelligent.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureDone|Kajongg|Make tiles in the hand larger and the wall tiles smaller for better playability on small screens.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureDone|Kajongg|Make games suspendable/resumable.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureInProgress|Kajongg|Animate moving tiles.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureTodo|Kajongg|Add more rulesets like other Classical Chinese variants and the international tournament rules.|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureDone|KGoldrunner|Save and restore the current control-mode, keyboard-control option and game-speed settings.|iandw.au@gmail.com|Ian Wadham}}&lt;br /&gt;
{{FeatureDone|KGoldrunner|Add a keyboard-mode option to start moving when a direction-key is pressed and stop when it is released. Support multiple keys being pressed.|iandw.au@gmail.com|Ian Wadham}}&lt;br /&gt;
{{FeatureDone|Klickety|An adaptation of the &amp;quot;clickomania&amp;quot; game.Rewrite the kde3 version.|shuizhuyuanluo@126.com|Ni Hui}}&lt;br /&gt;
{{FeatureInProgress|Klickety|Merge KSame into Klickety.|shuizhuyuanluo@126.com|Ni Hui}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdesdk  =&lt;br /&gt;
&lt;br /&gt;
{| cellspa/cing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Lokalize|Integrate snowball stemmer for glossary|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Lokalize|Continue implementing XLIFF spec|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Lokalize|Segmentation [editing] functionality|shafff@NOSPAMukr.net |Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Lokalize|Remote translation memories|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Lokalize|Integrate with nepomuk (fast stats retrieval, tag cloud - incl sharing!)|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Lokalize|loading compressed files and then saving them back in the original compression format (bug 65518)|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureTodo|Nepomukshell|New Nepomukshell development tool allowing to browse and debug Nepomuk data|trueg@kde.org|Sebastian Trueg}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeutils  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Ark|Add a &amp;quot;Preview with...&amp;quot; context menu item|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Add an options dialog (maybe)|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|Ark|Add feedback for the latest operation in the status bar|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Get rid of the Observer code in Kerfuffle|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make error reporting work as expected in Kerfuffle|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make Kerfuffle really thread-safe (and use threads in less places)|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make the internal previewer optional|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Simplify Kerfuffle's API (jobs, interfaces etc) and try to make it stable|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Support for custom options from the compression interface (eg. a slider for selecting compression level for rar files)|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|Ark|Try multiple plugins for each archive type before failing|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add a general KPart adapter to Kasten, than finish port of Okteta KPart to Okteta Kasten|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add global toggle option for the offset display, hex or decimal|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
{{FeatureTodo|Okteta|Add Kate-like combined dialogs to query for actions on files|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add Kate-like search tool|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add Okular like embedded notifications|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for import by drop, both url and data|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for memory mapping of files and 64-bit addressing|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for jobs like io, printing, string search or filter|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add view profiles, incl. editor/manager|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|copy again puts also a value or char variant of the data to clipboard|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Improve the titels of the changes to the bytearray to be more descriptive, best using ids to avoid text string|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Make all user interaction in the KastenCore managers plugin-based|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Merge row and column widgets into one|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Store bookmarks|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Store bookmarks and other view settings for next load|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|printer-applet|Restore feature parity with KDEPrint3 where possible.||Jonathon Riddell, John Layt}} &lt;br /&gt;
{{FeatureTodo|Okteta|Add view profiles|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdepim  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureInProgress|Kontact|Plasma-based Summary Page|ry@n.rix.si|Ryan Rix}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= kdeaccessibility  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureDone|KAccessible|Added a dbus-service and a QAccessibleBridgePlugin for focus tracking (used in KMagnifier and the KWin zoom plugin).|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|KMagnifier|Follow Focus Mode for Focus Tracking (uses kaccessible).|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|KAccessible|Added Screenreader (uses speech-dispatcher)|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= kdeartwork  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureDone|KDE Asciiquarium|Added a new ASCII sprite (a submarine). Contributed by Ryan Meldrum.|mpyne@kde.org.|Michael Pyne}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Schedules/KDE4/4.5_Feature_Plan</id>
		<title>Schedules/KDE4/4.5 Feature Plan</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Schedules/KDE4/4.5_Feature_Plan"/>
				<updated>2010-07-07T18:56:09Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Updating KStars state as of KDE 4.5&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of planned features for the SC 4.5 release. &lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Schedules/KDE4/4.5 Release Schedule]] &lt;br /&gt;
*[[Schedules/KDE4/4.5 Release Goals]] &lt;br /&gt;
*[[Schedules/KDE4/4.4 Feature Plan]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; Legend: &lt;br /&gt;
&lt;br /&gt;
*todo =&amp;amp;gt; not started yet &lt;br /&gt;
*in-progress =&amp;amp;gt; started, but not completed yet &lt;br /&gt;
*done =&amp;amp;gt; completed&lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeaccessibility =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureDone|text-to-speech|Merge kttsd and kttsmgr into one application that sits in the system tray|jpwhiting@kde.org|Jeremy Whiting}} &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= kdeadmin  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|system-config-printer-kde|Restore feature parity with KDEPrint3 where possible.||Jonathan Riddell, John Layt}} &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeartwork  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-apps  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Dolphin|Faceted browsing|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureTodo|Dolphin|Smooth scrolling|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|Konqueror|Improvements in session-management|edulix@gmail.com|Eduardo Robles Elvira}} &lt;br /&gt;
{{FeatureTodo|Konqueror|Improvements in tab-bar widget|edulix@gmail.com|Eduardo Robles Elvira}} &lt;br /&gt;
{{FeatureTodo|Konqueror|Add speeddial/thumbnails-like start page|germain@ebooksfrance.org|Germain Garand}} &lt;br /&gt;
{{FeatureInProgress|Konqueror|New Konqueror bookmarks using Akonadi and Nepomuk, awesome bar|edulix@gmail.com|Eduardo Robles Elvira}} &lt;br /&gt;
{{FeatureInProgress|Konsole|Adds support for SHELL_SESSION_ID|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureInProgress|nspluginviewer|npruntime scripting support|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureInProgress|print-manager|New Print manager KCM and applet replacement, using C++|dantti85-pk@yahoo.com.br|Daniel Nicoletti}}&lt;br /&gt;
{{FeatureDone|Dolphin|Drag and drop on tabs|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|Dolphin|Make menus like &amp;quot;View Mode&amp;quot;, &amp;quot;Additional Information&amp;quot; and &amp;quot;Sort By&amp;quot; available as toolbar buttons|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|Dolphin|Make use of additional columns (Symbolic Link Destination, Path or URL) in KFileItemDelegate|frank78@googlemail.com|Frank Reininghaus}} &lt;br /&gt;
{{FeatureDone|Dolphin|Show extended meta data also for files that are not indexed or in the case where Nepomuk is turned off.|peter.penz19@gmail.com|Peter Penz}} &lt;br /&gt;
{{FeatureDone|Konsole|Allow setting tab profile from file on command-line|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureDone|Konsole|Finish implementing tab context menu|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureDone|Konsole|Modernize menu layout|sasch.pe@gmx.de|Sascha Peilicke}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-runtime  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Locale KCM|Add support for new KLocale and KCalendarSystem features (see kdelibs section) including AM/PM, etc.  Improvements to usability of existing money display options.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KNotify|Route solid errors via knotify to the device notifier|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
{{FeatureTodo|KWallet|Single Sign On using PAM|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
{{FeatureTodo|network kioslave|Backend for LISa|kossebau@kde.org|Friedrich Kossebau}}&lt;br /&gt;
{{FeatureTodo|network kioslave|Backend for SMB|kossebau@kde.org|Friedrich Kossebau}}&lt;br /&gt;
{{FeatureTodo|network kioslave|Backend to discover bluetooth devices and they services |edulix@gmail.com|Eduardo Robles Elvira}}&lt;br /&gt;
{{FeatureTodo|network kioslave|Integrate with remote and zeroconf kioslaves|kossebau@kde.org|Friedrich Kossebau}}&lt;br /&gt;
{{FeatureInProgress|bluetooth kioslave|Backend to browse bluetooth devices|edulix@gmail.com|Eduardo Robles Elvira}}&lt;br /&gt;
{{FeatureInProgress|network kioslave|Backend for UPnP|kossebau@kde.org|Friedrich Kossebau}}&lt;br /&gt;
{{FeatureDone|Locale KCM|Ability to select more Digit Sets (Bengali, Gujarati, Gurmukhi, Kannada, Khmer, Malayalam, Oriya, Tamil, Telugu and Thai).  Ability to set date formats to include Calendar Era.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|Nepomuk|Monitor file system changes via inotify|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebase-workspace  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;4&amp;quot; | Non-Plasma, Non-KWin &lt;br /&gt;
{{FeatureTodo|BlueDevil Wizard |Write a new Wizard to pair Bluetooth devices |alex@eyeos.org|Alex Fiestas}} &lt;br /&gt;
{{FeatureTodo|Bluetooth KCM|New KCM to manage all bluetooth configurations and devices|ereslibre@kde.org|Rafael Fernandez}}&lt;br /&gt;
{{FeatureTodo|Icons KCM|More configurable icon sizes|christoph@maxiom.de|Christoph Feck}} &lt;br /&gt;
{{FeatureTodo|Fonts KCM|More configurable fonts|christoph@maxiom.de|Christoph Feck}}&lt;br /&gt;
{{FeatureTodo|Screenedges|Screenedges handling outside of kwin/plasma|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureInProgress|Activities Daemons|Daemons to handle info about activities (kded daemon and a nepomuk service)|ivan.cukic@kde.org|Ivan Cukic}}&lt;br /&gt;
{{FeatureInProgress|Systemsettings|driconf KCM|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureDone|DeviceInfo KCM|New DeviceInfo KCM for KInfoCenter|hubnerd@ntlworld.com|David Hubner}}&lt;br /&gt;
{{FeatureDone|Free Space Notifier Daemon|Small daemon that warns you when your home has almost no space left|knuckles@gmail.com|Ivo Anjo}}&lt;br /&gt;
{{FeatureDone|Keyboard|Add keyboard layout indicator plasma applet|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|Keyboard|Allow adding layouts by language|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|Keyboard|Merge keyboard hardware and layouts configuration UI|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|Keyboard|Allow configuring keyboard model without configuring layouts|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|Keyboard|Allow by-window switching and KDE shortcut without configuring layouts|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|Keyboard|Rewrite keyboard layouts app into kded daemon|arysin@gmail.com|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|KInfoCenter|Add Export functionality into KInfoCenter|hubnerd@ntlworld.com|David Hubner}}&lt;br /&gt;
{{FeatureDone|KInfoCenter|Complete rewrite of KInfoCenter|hubnerd@ntlworld.com|David Hubner}}&lt;br /&gt;
{{FeatureDone|Oxygen configuration|Oxygen style and decoration standalone expert configuration tool|hugo@oxygen-icons.org|Hugo Pereira Da Costa}}&lt;br /&gt;
{{FeatureDone|Oxygen style|Move window using left-mouse button on windows' empty areas|hugo@oxygen-icons.org|Hugo Pereira Da Costa}}&lt;br /&gt;
{{FeatureDone|PowerDevil|Display brightness OSD|debfx-kde@fobos.de|Felix Geyer}}&lt;br /&gt;
{{FeatureDone|Summary KCM|New Summary KCM for KInfoCenter|hubnerd@ntlworld.com|David Hubner}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;4&amp;quot; | Plasma &lt;br /&gt;
{{FeatureTodo|accounts applet|a plasma widget that is a central place to add accounts to social sites like identica and opendesktop, optimized for the netbook shell|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|battery|Weighted charge information for multiple batteries|sebas@kde.org|Sebastian Kügler}}&lt;br /&gt;
{{FeatureTodo|folderview|Extend the configuration UI for nepomuksearch|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|folderview|&amp;quot;Open folder&amp;quot; icon to open folder into pop-up at request instead of automatically.|bigras.bruno@gmail.com|Bruno Bigras}}&lt;br /&gt;
{{FeatureTodo|KRunner|Improve keyboard navigation &amp;amp; command history interaction|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
{{FeatureTodo|libplasma|Improvements to Calendar/Clock widgets. Improved config ui. Allow multiple holidays on same day. Allow multiple Holiday Regions. Weekends. etc.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|libplasma/extenders|put extendergroups in scrollwidgets|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|libplasma/extenders|possibility to detach exteneritems as standalone windows|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|netbook/SAL|package manager invocation from the toolbox|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|netbook/Workspace KCM|New default options for KWin: tabbox as present windows, that will be set as regular grid|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|Plasma|Welcome plasmoid|riccardo@kde.org|Riccardo Iaconelli}}&lt;br /&gt;
{{FeatureTodo|systemtray|sort icons by category|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|crystal|New desktop search widget|sebas@kde.org|Sebastian Kügler}}&lt;br /&gt;
{{FeatureInProgress|device-notifier|Detailed (HAL) error notifications in the device notifier|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
{{FeatureInProgress|device-notifier|Route all solid error notifications via knotify to the device notifier|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
{{FeatureInProgress|Extend Calendar DataEngine with Akonadi calendar incidents|Allows to query calendar events/todos from Akonadi in Plasma|gladhornKDEorg|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureInProgress|KRunner|Add some advanced sorting to KRunner using Nepomuk|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureInProgress|libplasma/theme|more transparent dialogs when the blur effect is enabled|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|netbook/SAL|support for drag and drop of items|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|networkmanagement|Network management Plasmoid|sebas@kde.org|Sebastian Kügler}}&lt;br /&gt;
{{FeatureInProgress|notifications|new look and behaviour for notifications|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Plasma::Theme|Themed CSS support|sebas@kde.org|Sebastian Kügler}}&lt;br /&gt;
{{FeatureInProgress|systemtray|monochrome statusnotifier based systray icons support|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|systemtray|put hidden icons in a popup menu|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|systemtray/taskmanager|port the systray and tasks applet to windows|windows@kde.org|kde windows}}&lt;br /&gt;
{{FeatureDone|calculator|Added optional libqalculate support in the calculator runner|agostinelli@gmail.com|Matteo Agostinelli}}&lt;br /&gt;
{{FeatureDone|libplasma/desktop|Activity Manager UI|chani@kde.org|Chani}}&lt;br /&gt;
{{FeatureDone|netbook/SAL|use QStandardModels|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureDone|notifications|split systemtray and notifications applet|notmart@gmail.com|Marco Martin}}  &lt;br /&gt;
{{FeatureDone|notifications|support for remote applets for notifications|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureDone|quicklaunch|Improvements from Ingomar Wesp|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|tasks dataengine|export all informations needed to build an applet comparable to the current one|matthieu_gallien@yahoo.fr|Matthieu Gallien}}&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;text-align: center;&amp;quot; colspan=&amp;quot;4&amp;quot; | KWin&lt;br /&gt;
{{FeatureTodo|Aurorae|Autohiding decoration for maximized windows|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|Effects|Add close window button to each window in present windows/desktop grid|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|Effects|Move features from present windows to libkwineffects to make them available in desktop grid|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|KWin|Hint for defining the window snap rect|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|Window Tabbing/libtaskmanager|Announce window groups to be used for grouping in tasks applet|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureInProgress|Effects|Glide effect for opening and closing windows|iori.yagami.26979@gmail.com|Iori Yagami}}&lt;br /&gt;
{{FeatureInProgress|Effects|High quality scaling shader for the taskbar thumbnails|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|KWin|New flag to exclude windows from switchers|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureInProgress|KWin/plasma|New window type for Plasma dashboard|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|Aurorae|Better themeing support|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|Aurorae|Decorations on window sides|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|Aurorae|Port Aurorae to GraphicsView and KDecoration|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|Aurorae|Window tabbing support|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|KCM Decoration|New decoration kcm with previews and GHNS|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|Tiling|Merge window tiling branch|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureDone|kwin|hide windows from other activities|chani@kde.org|Chani}}&lt;br /&gt;
{{FeatureDone|Effects|New blur effect|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdebindings  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureInProgress|C# bindings|Auto-generate the assemblies from SMOKE libs|arno@arnorehn.de|Arno Rehn}}&lt;br /&gt;
{{FeatureInProgress|C# bindings|Split the bindings into smaller assemblies, like qyoto-qtcore, qyoto-qtgui, etc..|arno@arnorehn.de|Arno Rehn}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeedu  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Cantor|import and polish Qalculate! backend|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|Kalzium|Port Kalzium to use QGV based periodic table widget|mhanwell@kde.org|Marcus D. Hanwell}}&lt;br /&gt;
{{FeatureTodo|KStars|Display Comet Magnitudes whenever possible|akarshsimha@gmail.com|Akarsh Simha}} &lt;br /&gt;
{{FeatureTodo|KStars|Information links in-place for each technical term|akarshsimha@gmail.com|Akarsh Simha}} {{FeatureTodo|KStars|Tool to suggest star-hopping techniques???|akarshsimha@gmail.com|Akarsh Simha}} &lt;br /&gt;
{{FeatureDone|KStars|Extend conjunction tool to have one object unspecified, but have a genre of objects specified instead|jsid.emor3j.fr.eu.org|Jérôme Sonrier}} &lt;br /&gt;
{{FeatureTodo|KStars|Simulate Lunar Eclipses|akarshsimha@gmail.com|Akarsh Simha}} &lt;br /&gt;
{{FeatureTodo|KStars|Simulate Satellites and Iridium Flares|akarshsimha@gmail.com|Akarsh Simha}} &lt;br /&gt;
{{FeatureTodo|KStars|Social and Geographical Integration for KStars|akarshsimha@gmail.com|Akarsh Simha}} &lt;br /&gt;
{{FeatureTodo|KStars|Marble widget for Geolocation tool|mboquien@free.fr|Médéric Boquien}} &lt;br /&gt;
{{FeatureTodo|KStars|Better printed star charts|kstars@30doradus.org|Jason Harris}} &lt;br /&gt;
{{FeatureTodo|KStars|Better rendering of comets/asteroids|kstars@30doradus.org|Jason Harris}} &lt;br /&gt;
{{FeatureInProgress|KStars|Texture mapping of the skymap???|kstars@30doradus.org|Jason Harris}} &lt;br /&gt;
{{FeatureTodo|KTurtle|Implement GHNS upload support|nielsslot@gmail.com|Niels Slot}}&lt;br /&gt;
{{FeatureTodo|Marble|Add proper support for GPX waypoints, tracks and routes display|anders@alweb.dk|Anders Lund}}&lt;br /&gt;
{{FeatureTodo|Marble|Export map to MxN pixel bitmap|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Map Contents translation|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureTodo|Parley|Better support for entering synonyms|laidig_kde.org|Benjamin Schleinzer, Daniel Laidig}}&lt;br /&gt;
{{FeatureInProgress|Marble|Bookmark support|anik.varshney@gmail.com|Kumar Anik Varshney}}&lt;br /&gt;
{{FeatureInProgress|Marble|Follow XDG Base Directory Specification|bastianholst@gmx.de|Bastian Holst}}&lt;br /&gt;
{{FeatureInProgress|Marble|GeoGraphicsScene for Online Service Plugins|bastianholst@gmx.de|Bastian Holst}}&lt;br /&gt;
{{FeatureInProgress|Marble|Import geonames city data|sonu.itbhu@gmail.com|Harshit Jain}}&lt;br /&gt;
{{FeatureInProgress|Marble|Maemo Support|earthwings@gentoo.org|Bastian Holst, Dennis Nienhüser}}&lt;br /&gt;
{{FeatureInProgress|Marble|Various Marble speed improvements|rahn@kde.org|Torsten Rahn, Ariya Hidayat}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Support for drawing implicit curves|percy.camilo.ta@gmail.com|Percy Camilo Triveño Aucahuasi}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Type checker for expressions to statically detect errors|aleixpol@kde.org|Aleix Pol}}&lt;br /&gt;
{{FeatureDone|KTurtle|Implement GHNS download support|nielsslot@gmail.com|Niels Slot}}&lt;br /&gt;
{{FeatureDone|Marble|Configurable texture layer blending|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureDone|Marble|Download region|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureDone|Marble|Generalized Animations with GeoDataLookAt support|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|GPS improvements|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Online-Routing|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Marble|Plugin to display APRS data|hardaker@users.sourceforge.net|Wes Hardaker}}&lt;br /&gt;
{{FeatureDone|Marble|Support OpenStreetMap Nominatim as search backend (MarbleRunner)|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureDone|Parley|LaTeX support|laidig_kde.org|Daniel Laidig}}&lt;br /&gt;
{{FeatureDone|Parley|Parley practice mode rewritten|gladhornKDEorg|Daniel Laidig, Frederik Gladhorn}}&lt;br /&gt;
{{FeatureDone|Rocs|Multiple Script support|tcanabrava@kde.org|Tomaz Canabrava}}&lt;br /&gt;
{{FeatureDone|Rocs|Node beautification in SVG|tcanabrava@kde.org|Tomaz Canabrava}}&lt;br /&gt;
{{FeatureDone|Rocs|Plugin System|wiglot@gmail.com|Wagner Reck}}&lt;br /&gt;
{{FeatureDone|Rocs|Redesigned the UI for better usability|tcanabrava@kde.org|Tomaz Canabrava}}&lt;br /&gt;
{{FeatureDone|Rocs|Small plugins as examples|wiglot@gmail.com|Wagner Reck}}&lt;br /&gt;
{{FeatureDone|Rocs|Threads for not blocking the UI|tcanabrava@kde.org|Tomaz Canabrava}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdegames  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact&lt;br /&gt;
{{FeatureTodo|Granatier|Arena Editor|k.hias@gmx.de|Mathias Kraus}}&lt;br /&gt;
{{FeatureTodo|Kajongg|Default voices for computer players|wolfgang@rohdewald.de|Wolfgang Rohdewald}}&lt;br /&gt;
{{FeatureTodo|KBreakOut|Level Sets|fela.kde@gmail.com|Fela Winkelmolen}} {{FeatureTodo|KBreakOut|Sound|fela.kde@gmail.com|Fela Winkelmolen}}&lt;br /&gt;
{{FeatureTodo|Kolf|Replace with Kolf 2 (help on coding and artwork desired)|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureTodo|KsirK|Boost playing over Jabber|kleag@free.fr|Gaël de Chalendar}}&lt;br /&gt;
{{FeatureTodo|KsirK|rewrite AI code or at least correct most problems related in bug #170777. Volunteers wanted!|kleag@free.fr|Gaël de Chalendar}} &lt;br /&gt;
{{FeatureTodo|KSquares|Add more types of boards: hexagonal, triangular|ewoerner@kde.org|Eckhart Wörner}} &lt;br /&gt;
{{FeatureTodo|KSquares|Re-write computer player, make it act faster and more intelligent|ewoerner@kde.org|Eckhart Wörner}} &lt;br /&gt;
{{FeatureTodo|KSudoku|Adapt view to show information provided by engine|joselb@gmx.net|Johannes Bergmeier}} &lt;br /&gt;
{{FeatureTodo|KSudoku|Add new actions to GUI|joselb@gmx.net|Johannes Bergmeier}}&lt;br /&gt;
{{FeatureTodo|KSudoku|Import new engine|joselb@gmx.net|Johannes Bergmeier}} &lt;br /&gt;
{{FeatureTodo|KSudoku|Port game to new engine|joselb@gmx.net|Johannes Bergmeier}} &lt;br /&gt;
{{FeatureTodo|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}211859 Recieve new puzzles over KNewStuff]|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureTodo|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}211861 Introduce handicap as a means to configure difficulty]|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureTodo|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}211866 Implement puzzle piles to organize pieces]|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureTodo|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}212814 Quick piece grouping]|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureTodo|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}213774 Add magnifying glass]|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureInProgress|Kajongg|New traditional Mahjongg for four players|wolfgang@rohdewald.de|Wolfang Rohdewald}}&lt;br /&gt;
{{FeatureInProgress|Kiriki|Hint|luizromario@gmail.com|Luiz Romário Santana Rios}}&lt;br /&gt;
{{FeatureInProgress|KTuberling|A new &amp;quot;fast switch&amp;quot; between playgrounds|alex@eyeos.org|Alex Fiestas}}&lt;br /&gt;
{{FeatureDone|KBounce|Difficulty levels|ascherfy@gmail.com|Andreas Scherf}}&lt;br /&gt;
{{FeatureDone|KBounce|Random images as background|ascherfy@gmail.com|Andreas Scherf}}&lt;br /&gt;
{{FeatureDone|KGoldrunner|Add the Demolition game (20 levels)|iandw.au@gmail.com|Ian Wadham}}&lt;br /&gt;
{{FeatureDone|Kigo|Load SGF games from command line and register to mimetype 'application/x-go-sgf'|sasch.pe@gmx.de|Sascha Peilicke}}&lt;br /&gt;
{{FeatureDone|Konquest|Merge the patch by Sean D'Epagnier to implement many features like map editing|pinaraf@pinaraf.info|Pierre Ducroquet}}&lt;br /&gt;
{{FeatureDone|KPat|Add keyboard controls to allow playing without a mouse.|parker.coates@kdemail.net|Parker Coates}}&lt;br /&gt;
{{FeatureDone|KPat|Create a new LibKCardGame from KPat's card scene logic. It is a private library for SC 4.5, but the intention is to make it generic, stable and friendly enough for use in other card games in a future release.|parker.coates@kdemail.net|Parker Coates}}&lt;br /&gt;
{{FeatureDone|Palapeli|[https://bugs.kde.org/show_bug.cgi?id{{=}}233784 Optimize size of puzzle files in default collection] (temporarily fixed for this release cycle with an awful hack)|majewsky@gmx.net|Stefan Majewsky}} &lt;br /&gt;
{{FeatureDone|Palapeli|Cleanup config dialog code|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureDone|Palapeli|Rewrite puzzle table mouse interaction stack|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdegraphics  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|gwenview|Persistent changes|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureTodo|gwenview|Show Nepomuk info in image meta info|agateau@kde.org|Aurelien Gateau}} &lt;br /&gt;
{{FeatureTodo|libkdcraw|Make color management options more flexible|marcel.wiesweg@gmx.de|Marcel Wiesweg}} &lt;br /&gt;
{{FeatureTodo|libksane|Add public API for available devices|kare.sars@iki.fi|K&amp;amp;aring;re S&amp;amp;auml;rs}} &lt;br /&gt;
{{FeatureTodo|okular|Thumb creators via Okular Core|harsh@harshj.com|Harsh J}} &lt;br /&gt;
{{FeatureDone|gwenview|Add option to disable video support|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureDone|gwenview|Add option to show image size and file size below thumbnails|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureDone|gwenview|Avoid blocking UI when modifying or saving images|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureDone|gwenview|Support for starting with multiple images|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureDone|gwenview|Wrap around when panning images|agateau@kde.org|Aurelien Gateau}}&lt;br /&gt;
{{FeatureDone|libksane|Highlight scanned area|kare.sars@iki.fi|K&amp;amp;aring;re S&amp;amp;auml;rs}} &lt;br /&gt;
{{FeatureDone|libksane|Improve auto-selection|kare.sars@iki.fi|K&amp;amp;aring;re S&amp;amp;auml;rs}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdelibs  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|katepart|Add visual block mode and make the basic commands support it|ehambergαgmail.com|Erlend Hamberg}}&lt;br /&gt;
{{FeatureTodo|katepart|context dependent indenters|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|easier writing of indenters, esp. by automatically reloading them when changed|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|extend list of available default styles for highlighting, remove hardcoded colors from existing XML files|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|GHNS for scripts/indenters|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|improve AutoBrace plugin|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|list of available scripts and indenters|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|katepart|replace smart cursor/ranges API|cullmann@kde.org|Christoph Cullmann}}&lt;br /&gt;
{{FeatureTodo|katepart|scripting configuration, esp. for indenters|mail@milianw.de|Milian Wolff}}&lt;br /&gt;
{{FeatureTodo|KCalendarSystem|Add new astronomical calculation support classes to be used in kdelibs to build new astronomically based calendar systems, and in kdepim to build new version of libkholiday.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KCalendarSystem|Add new calendar systems: Bahai'i, Chinese, Buddhist, etc.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KCalendarSystem|Add support for traditional/USA week numbering.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|kdecore|Group policy (Windows) backend for KAuth|drf@kde.org|Dario Freddi}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|Add framework for standard actions for 'Send to...' for e-mail, fax, etc by printing to PDF/PS.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|kdeui|API to integrate KStatusNotifierItem and KNotification: both as class api and DBus specification API|davide.bettio@kdemail.net|Davide Bettio}}&lt;br /&gt;
{{FeatureTodo|kdeui|DBus interface in StatusNotifierItem to connect it with freedesktop notifications instances|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureTodo|kdeui|Implement caps-lock warning for password entry widgets|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
{{FeatureTodo|kdeui|Improvements to KDatePicker/KDateTable for feature parity with Plasma Calendar widget, i.e. holiday support, select calendar system, etc.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|kdeui|Social About Dialog|teo@kde.org|Téo Mrnjavac}}&lt;br /&gt;
{{FeatureTodo|kfile|Show sub-sub-folders (and so on) in breadcrumb bar|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureTodo|khtml|add new form widgets defined in HTML5 draft|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureTodo|khtml|Implement more of DOM3's CSSOM View module|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureTodo|khtml|Improvements in kwallet integration|edulix@gmail.com|Eduardo Robles Elvira}}&lt;br /&gt;
{{FeatureTodo|khtml and kparts|More general KPart scripting interfaces|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureTodo|kio|SSL client certificate support|ahartmetz@gmail.com|Andreas Hartmetz}}&lt;br /&gt;
{{FeatureTodo|kio|SSL root certificate list GUI + backend|ahartmetz@gmail.com|Andreas Hartmetz}}&lt;br /&gt;
{{FeatureTodo|KLocale|Add configuration for AM/PM symbols.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Add default colour to optionally display negative numbers.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Add Full date format in addition to existing short and long.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Full POSIX compliant format support for date, time, numbers and money.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Implement more 'named' date/time formats, e.g. ISO, UnixTimestamp, RFC3339, etc.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Implement support for number grouping other than thousands using LC_NUMERIC and LC_MONETARY formats, e.g. India 00 00 000 and China 0000 0000.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Implement separate backends for each supported platform/desktop to use platform localisation in place of KDE locale.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Implement support for additional Country Code standards: ISO Alpha 3, ISO Numeric 3, FIPS-10.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KLocale|Implement support for Country Code sub-regions, i.e. States/Provinces/etc. Needed for new KHolidays.|john@layt.net|John Layt}} &lt;br /&gt;
{{FeatureTodo|KNewStuff|Support more than one payload|jmho@c-xx.com|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureTodo|solid|Add parent matching to predicate parsing|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
{{FeatureInProgress|katepart/ktexteditor|defaultvalues, regular expressions, mirroring master, scripting of templates|jowenn(you_know)kde(here_too)org|Joseph Wenninger}}&lt;br /&gt;
{{FeatureInProgress|khtml|Basic audio/video tag support|germain@ebooksfrance.org|Michael Howell and Germain Garand}} &lt;br /&gt;
{{FeatureInProgress|khtml|DOM3 XPath/XPath1 support|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureInProgress|khtml|Implement missing parts of DOM3's Background and Borders module|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureInProgress|KNewStuff|Icon view mode|gladhornKDEorg|Reza Shah, Frederik Gladhorn}}&lt;br /&gt;
{{FeatureInProgress|ktexteditor plugin|InsaneHTML_LE (zencoding like selector input (light edition)|jowenn(you_know)kde(here_too)org|Joseph Wenninger}}&lt;br /&gt;
{{FeatureDone|katepart|loading compressed files and then saving them back in the original compression format (bug 65518)|cullmann@kde.org|Christoph Cullmann}}&lt;br /&gt;
{{FeatureDone|KCalendarSystem|Add support for Date Difference calculations.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|KCalendarSystem|Add support for era based calendar systems.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|KCalendarSystem|Add new calendar systems: Japanese Era, Thai, Taiwanese.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|KCalendarSystem|Add support for Unicode format strings for Qt and cross-platform compatability (for output only, not input).|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|kdecore|Generic shared-memory cache|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureDone|kdeui|Add the KRecursiveFilterProxyModel to kdeui/itemviews|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureDone|kdeui|Redesigned icon cache|mpyne@kde.org|Michael Pyne}}&lt;br /&gt;
{{FeatureDone|kdeui|Support alpha channel in KColor classes|christoph@maxiom.de|Christoph Feck}}&lt;br /&gt;
{{FeatureDone|kfile|Easier access to protocols in breadcrumb bar|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kfile|Middle-click on subfolder in the breadcrumb bar to open in a new tab|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kfile|Scroll wheel support for breadcrumb bar|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kfile|Show all sub-folders in breadcrumb bar|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|khtml|Selectors API1|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureDone|kio|Add &amp;quot;apply to all&amp;quot; checkbox in renamedialog and allow for automatic renaming|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kio|Add support for additional columns (e.g., smybolic link destination) in KFileItemDelegate|frank78ac@googlemail.com|Frank Reininghaus}}&lt;br /&gt;
{{FeatureDone|kio|Better listing of applications in file &amp;quot;open with&amp;quot; context menu|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kio|Context menu entry to open all files in their default applications|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kio|Don't select extension in renamedialog|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kio|Port renamedialog to KFileMetaDataWidget|toddrme2178@gmail.com|Todd}}&lt;br /&gt;
{{FeatureDone|kio|Remember downloads via Nepomuk|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureDone|KNewStuff|Improved Download Dialog, multiple previews, better integration of details, changelog is displayed|gladhornKDEorg|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureDone|KNewStuff|Upload dialog rewritten: It now supports updating of old uploads, previews, most data that can be entered on the website and allows direct login to the account|gladhornKDEorg|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureDone|nepomuk|Redesigned Nepomuk::TagWidget which can now actually be used by applications|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureDone|solid|Broadcast mount/unmount messages across processes|wilderkde@gmail.com|Jacopo De Simoi}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdemultimedia  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureDone|Video Thumbnailer|Add ffmpegthumbnailer for faster video thumbnailing|ascherfy@gmail.com|Andreas Scherf}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdenetwork  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Kopete|Add support for urls to Bonjour plugin|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
{{FeatureTodo|Kopete|Akonadi History Plugin|roideuniverse@gmail.com|Kaushik Saurabh}} &lt;br /&gt;
{{FeatureTodo|Kopete|Jabber Jingle ICE support|detlev.casanova@gmail.com|Detlev Casanova}} &lt;br /&gt;
{{FeatureTodo|Kopete|Jabber Jingle video support|detlev.casanova@gmail.com|Detlev Casanova}} &lt;br /&gt;
{{FeatureTodo|Kopete|Rich text support for ICQ|kedgedev@gmail.com|Roman Jarosz}} &lt;br /&gt;
{{FeatureTodo|Kopete|UPnp Support|mattr@kde.org|Matt Rogers}} &lt;br /&gt;
{{FeatureTodo|Krdc|Connection status and reconnect screen|murraytony@gmail.com|Tony Murray}}&lt;br /&gt;
{{FeatureInProgress|KGet|Better error handling|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureInProgress|KGet|Use plasma notifications to show the progress|mat69@gmx.net|Matthias Fuchs}}&lt;br /&gt;
{{FeatureDone|KGet|Refaktor Torrent-Plugin to base on the newly created libktorrent from extragear|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|Kopete|Extended video controls|fschaefer.oss(at)googlemail.com|Frank Schaefer}} &lt;br /&gt;
{{FeatureDone|Krdc|Much improved new connection screen: more info, sortable, interactive, and better use of space|murraytony@gmail.com|Tony Murray}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdepim  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|KHolidays|Add support for holiday types and day-off types.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureInProgress|KAlarm|Port to Akonadi|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureInProgress|KJots|Port to Akonadi|kde-pim@kde.org|Stephen Kelly}}&lt;br /&gt;
{{FeatureInProgress|KMail|Port to Akonadi|kde-pim@kde.org|Thomas McGuire}}&lt;br /&gt;
{{FeatureInProgress|KOrganizer|Port to Akonadi|kde-pim@kde.org|Frank Osterfeld, Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|KHolidays|Add support for alternative calendar systems to enable new holiday files for countries such as Iran and Israel, support for regional level files to enable new holiday files for all the Australian states and UK regions, improved metadata such as file language, support for advanced holiday calculations such as substitute days, and an improved API for more efficient queries.|john@layt.net|John Layt}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeplasma-addons  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|knowledgebase|Add categories|ewoerner@kde.org|Eckhart Wörner}} &lt;br /&gt;
{{FeatureTodo|knowledgebase|port knowledgebase plasmoid to new engine|ewoerner@kde.org|Eckhart Wörner}} &lt;br /&gt;
{{FeatureDone|Bookmarks widget|New|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
{{FeatureDone|Character Runner|New|akreuzkamp@web.de|Anton Kreuzkamp}}&lt;br /&gt;
{{FeatureDone|Comic Applet|Add option to show &amp;quot;text&amp;quot;, &amp;quot;icons&amp;quot; or both &amp;quot;text and icons&amp;quot; for tabs|mat69@gmx.net|Matthias Fuchs}}&lt;br /&gt;
{{FeatureDone|Comic Applet|Prefetch next and previous comic strip (thx to Miha Cancula)|mat69@gmx.net|Matthias Fuchs}}&lt;br /&gt;
{{FeatureDone|KDE Observatory|Performance improvements, new data engine|sandroandrade@kde.org|Sandro Andrade}}&lt;br /&gt;
{{FeatureDone|Mandelbrot Wallpaper|Performance improvements|jacob.benoit.1@gmail.com|Benoit Jacob}} &lt;br /&gt;
{{FeatureDone|Mandelbrot Wallpaper|Rendering improvements (through dithering, extra iterations, and better/simpler formulas)|jacob.benoit.1@gmail.com|Benoit Jacob}}&lt;br /&gt;
{{FeatureDone|Mandelbrot Wallpaper|Allow to import/export parameters and to export to PNG images|jacob.benoit.1@gmail.com|Benoit Jacob}}&lt;br /&gt;
{{FeatureDone|Plasmaboard|Completly rework the current onscreen keyboard and add key layouts for tablets and mids. Better performance, better useability, less memory usage. See: http://btux1984.wordpress.com/ |bjoern@ruberg-wegener.de|Björn Ruberg}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdesdk  =&lt;br /&gt;
&lt;br /&gt;
{| cellspa/cing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureInProgress|Kate|Replace old snippet plugin through TNG plugin and enhance the usability of the new plugin|jowenn(you_know)kde(here_too)org|Joseph Wenninger}}&lt;br /&gt;
{{FeatureInProgress|Umbrello|Add a code importing wizzard|andi.fischer@NOSPAMhispeed.ch|Andi Fischer}}&lt;br /&gt;
{{FeatureDone|Kate|Port the old XML completion plugin (xmltools)|tomastrnka@gmx.com|Tomáš Trnka}} &lt;br /&gt;
{{FeatureDone|Lokalize|Cache filestats to improve initial project scam time|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureDone|Lokalize|Rewrite glossary engine to use QDom|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureDone|Lokalize|Return simple [but reliable] project creation back|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
{{FeatureDone|Lokalize|Support GNU PO file layout better by paying attention to the language specified in the PO file header (not the project-wide one)|shafff@NOSPAMukr.net|Nick Shaforostoff}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdeutils  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|Ark|Add a &amp;quot;Preview with...&amp;quot; context menu item|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Add an options dialog (maybe)|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|Ark|Add feedback for the latest operation in the status bar|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Get rid of the Observer code in Kerfuffle|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make error reporting work as expected in Kerfuffle|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make Kerfuffle really thread-safe (and use threads in less places)|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Make the internal previewer optional|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Simplify Kerfuffle's API (jobs, interfaces etc) and try to make it stable|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Ark|Support for custom options from the compression interface (eg. a slider for selecting compression level for rar files)|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|Ark|Try multiple plugins for each archive type before failing|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add a general KPart adapter to Kasten, than finish port of Okteta KPart to Okteta Kasten|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add global toggle option for the offset display, hex or decimal|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
{{FeatureTodo|Okteta|Add Kate-like combined dialogs to query for actions on files|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add Kate-like search tool|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add Okular like embedded notifications|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for import by drop, both url and data|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for memory mapping of files and 64-bit addressing|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for jobs like io, printing, string search or filter|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Add view profiles, incl. editor/manager|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|copy again puts also a value or char variant of the data to clipboard|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Improve the titels of the changes to the bytearray to be more descriptive, best using ids to avoid text string|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Make all user interaction in the KastenCore managers plugin-based|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Merge row and column widgets into one|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Store bookmarks|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|Store bookmarks and other view settings for next load|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|printer-applet|Restore feature parity with KDEPrint3 where possible.||Jonathon Riddell, John Layt}} &lt;br /&gt;
{{FeatureInProgress|Okteta|Add possibility to set count of bytes per line/group|kossebau@kde.org|Friedrich W. H. Kossebau}} &lt;br /&gt;
{{FeatureInProgress|Okteta|Allow writing structure definitions in JavaScript|alex.richardson@gmx.de|Alex Richardson}} &lt;br /&gt;
{{FeatureDone|kdelirc/kremotecontrol|Transition from KDELirc to KRemoteControl|michael_zanetti@gmx.net|Michael Zanetti}} &lt;br /&gt;
{{FeatureDone|KGpg|Add &amp;amp;quot;caff&amp;amp;quot; mode for keysigning|kde@opensource.sf-tec.de|Rolf Eike Beer}}&lt;br /&gt;
{{FeatureDone|Okteta|Add KNewStuff support to the structures tool|alex.richardson@gmx.de|Alex Richardson}} &lt;br /&gt;
{{FeatureDone|Okteta|add QIODevice for AbstractByteArrayModel and make mimetype detection use this instead of only filename |kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureDone|Okteta|Allow pinning structure beginning to a specific offset|alex.richardson@gmx.de|Alex Richardson}}&lt;br /&gt;
{{FeatureDone|Okteta|new export formats: S-Record, Intel Hex, Base32, Ascii85, Uuencoding, Xxencoding|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureDone|Okteta|Refactor mouse input to controllers for the bytearray widget|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= kdetoys  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact &lt;br /&gt;
{{FeatureTodo|amor|Add KStatusNotifierItem support|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureTodo|amor|Do some refactoring in amor|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
{{FeatureTodo|amor|Implement KNewStuff support|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
{{FeatureTodo|amor|Improve theme support|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
{{FeatureTodo|amor|Revamp configure dialog|kde@hilefoks.org|Stefan Böhmann}} {{FeatureTodo|amor|Sound support|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureTodo|kteatime|Fork multiple instances for multiple timers|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureTodo|kteatime|Improved command line|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureTodo|kteatime|Tea runner|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureTodo|ktux|Revamp configure dialog|kde@hilefoks.org|Stefan Böhmann}} {{FeatureTodo|ktux|Sound support|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureInProgress|kteatime|Improved indicator icon painting|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureInProgress|kteatime|Port to KConfigXT|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
{{FeatureInProgress|kteatime|Port to KStatusNotifierItem|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
{{FeatureInProgress|kteatime|Support categories|kde@hilefoks.org|Stefan Böhmann}}&lt;br /&gt;
{{FeatureInProgress|ktux|Do some refactoring in ktux|kde@hilefoks.org|Stefan Böhmann}} &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Other  =&lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;&amp;quot;&lt;br /&gt;
! Status &lt;br /&gt;
! Project &lt;br /&gt;
! Description &lt;br /&gt;
! Contact&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T16:53:15Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=184266&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=188637&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=207797&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=89095&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=147047&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=89371&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=150899&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs and wishlists that need to be analyzed and classified ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=189224&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T16:34:35Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=184266&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=188637&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=207797&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=89095&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=89371&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=150899&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs and wishlists that need to be analyzed and classified ==&lt;br /&gt;
* https://bugs.kde.org/show_bug.cgi?id=189224&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T16:31:39Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Wow. I don't know Wiki syntax.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=184266&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=188637&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=207797&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=89095&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=89371&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs and wishlists that need to be analyzed and classified ==&lt;br /&gt;
* http://bugs.kde.org/show_bug.cgi?id=189224&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T16:30:36Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=184266&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=188637&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=207797&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=89095&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=89371&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs and wishlists that need to be analyzed and classified ==&lt;br /&gt;
http://bugs.kde.org/show_bug.cgi?id=189224&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T16:29:50Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=184266]]&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=188637]]&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=207797]]&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=89095]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=89371]]&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Bugs and wishlists that need to be analyzed and classified ==&lt;br /&gt;
[[http://bugs.kde.org/show_bug.cgi?id=189224]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Jobs</id>
		<title>Projects/Edu/KStars/Jobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Jobs"/>
				<updated>2009-09-27T15:57:10Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: Created page with 'This page contains a list of simple jobs that will make KStars better, organized by difficulty.  The current intention of this list is to serve as a list of bugs that can be essa...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page contains a list of simple jobs that will make KStars better, organized by difficulty.&lt;br /&gt;
&lt;br /&gt;
The current intention of this list is to serve as a list of bugs that can be essayed by participants during the KStars Hackathon we will be holding as part of the [http://www.shaastra.org/2009/site/events/coding/hackfest Shaastra Hackfest 2009].&lt;br /&gt;
&lt;br /&gt;
== Simple Bugs ==&lt;br /&gt;
[https://bugs.kde.org/show_bug.cgi?id=184266]&lt;br /&gt;
[https://bugs.kde.org/show_bug.cgi?id=188637]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Bugs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hard Bugs ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Simple Feature Requests ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Not-so-simple Feature Requests ==&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2009-09-27T13:13:41Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;br /&gt;
# [[/JuniorJobs|Some Junior (and not-so-junior) Jobs]]&lt;br /&gt;
# [[/Jobs|Jobs that will better KStars, graded by difficulty]]&lt;br /&gt;
# [[/Binary_File_Test|Help KStars by testing on various platforms]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/Binary_File_Test</id>
		<title>Projects/Edu/KStars/Binary File Test</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/Binary_File_Test"/>
				<updated>2009-09-27T12:29:21Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Starting with KStars 1.5.0, star data in KStars is saved in a binary file format (that is explained [http://websvn.kde.org:80/trunk/KDE/kdeedu/kstars/kstars/data/README.binfileformat?view=markup here]) designed for fast retrieval and loading of star data, and space optimization.&lt;br /&gt;
&lt;br /&gt;
However, the code that loads these binary data files has not been tested on many platforms and hence, is likely to be buggy. Please help us fixing bugs by testing KStars on as many architectures and platforms as possible.&lt;br /&gt;
&lt;br /&gt;
Please write reports of any tests here (both +ve and -ve).&lt;br /&gt;
(Architectures are level-2 headlines and platforms are level-3 headlines)&lt;br /&gt;
&lt;br /&gt;
== x86 32-bit ==&lt;br /&gt;
Endianness: Little Endian&lt;br /&gt;
=== Linux ===&lt;br /&gt;
KStars works fine.&lt;br /&gt;
&lt;br /&gt;
== x86 64-bit ==&lt;br /&gt;
&lt;br /&gt;
== Power PC ==&lt;br /&gt;
Endianness: Big Endian&lt;br /&gt;
=== Linux ===&lt;br /&gt;
KStars did not display any stars in KDE 4.2.x. These have been fixed (in &amp;gt;= 4.3)&lt;br /&gt;
Please see the [https://bugs.kde.org/show_bug.cgi?id=195414 bug report] for details.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Schedules/KDE4/4.3_Feature_Plan</id>
		<title>Schedules/KDE4/4.3 Feature Plan</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Schedules/KDE4/4.3_Feature_Plan"/>
				<updated>2009-04-07T08:06:55Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of planned features for the 4.3 release.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[Schedules/KDE4/4.3 Release Schedule]]&lt;br /&gt;
* [[Schedules/KDE4/4.3 Release Goals]]&lt;br /&gt;
* [[Schedules/KDE4/4.2 Feature Plan]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Legend:&lt;br /&gt;
* todo =&amp;gt; not started yet&lt;br /&gt;
* in-progress =&amp;gt; started, but not completed yet&lt;br /&gt;
* done =&amp;gt; completed&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|Akonadi|Various Akonadi related items can be found here http://techbase.kde.org/Projects/PIM/Akonadi#Scheduled_for_KDE_4.3_.2F_Akonadi_1.2|kde-pim@kde.org|Akonadi Developers}}&lt;br /&gt;
{{FeatureInProgress|KPackageKit|Pushing in KPackageKit (dependant on PolicyKit integration)|dantti85-dev@yahoo.com.br|Daniel}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdelibs =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|KLocale|Investigate adding Currency Code and currency minor units support based on ISO 4217 (http://en.wikipedia.org/wiki/ISO_4217).|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|kdecore|Thread safety in ksycoca (KService, KMimeType etc.)|faure:AT:kde.org|David Faure}}&lt;br /&gt;
{{FeatureTodo|kdecore|Dynamic allocation of KDebug areas|faure:AT:kde.org|David Faure}}&lt;br /&gt;
{{FeatureInProgress|Sonnet|Implement language detection|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureInProgress|Sonnet|Integrate language detection with spellchecking|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureTodo|Sonnet|Integrate language detection with strigi|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureTodo|Sonnet|Grammar checking (at least for English)|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureInProgress|kio|Move KTcpSocket to kio and make it public; some cleanup required|ahartmetz@gmail.com|Andreas Hartmetz}}&lt;br /&gt;
{{FeatureTodo|KCalendarSystem|Add new astronomical calculation support classes to be used in kdelibs to build new astronomically based calendar systems, and in kdepim to build new version of libkholiday.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KCalendarSystem|Add new calendar systems: Indian Civil (Saka), Ethiopean, Chinese, Pure Julian, Pure Gregorian, etc.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|If no file printing support in Qt4.5, migrate FilePrinter class from Okular to enable file printing for all apps via QPrinter.  To be discussed on k-c-d first.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|Add framework for standard actions for 'Send to...' for e-mail, fax, etc by printing to PDF/PS.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|kdeui|entries to help menu and aboutdata pointing to UserBase entry and forum.kde.org|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|kdesu|Classes to help kde-apps open ports in the local firewall (via IPTables/IPFW, etc...)|tejas@gja.in|Tejas Dinkar}}&lt;br /&gt;
{{FeatureInProgress|katepart|Key mapping support for the vi input mode|ehamberg-hjå-gmail.com|Erlend Hamberg}}&lt;br /&gt;
{{FeatureInProgress|katepart|Blockwise visual mode for the vi input mode|ehamberg-hjå-gmail.com|Erlend Hamberg}}&lt;br /&gt;
{{FeatureInProgress|katepart|Improve text objects in the vi input mode|ehamberg-hjå-gmail.com|Erlend Hamberg}}&lt;br /&gt;
{{FeatureTodo|katepart|Save registers and marks from the vi input mode|ehamberg-hjå-gmail.com|Erlend Hamberg}}&lt;br /&gt;
{{FeatureInProgress|kio|Fix D-Bus timeout in SlaveBase when calling kpasswdserver|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
{{FeatureInProgress|kdeui|Provide a class for detecting modifier keystrokes and locked key states|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
{{FeatureTodo|khtml|CSS3 Web Fonts|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureInProgress|solid|Smart card reader support|cblauvelt@gmail.com|Christopher Blauvelt}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-workspace =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |Non-Plasma, Non-KWin&lt;br /&gt;
{{FeatureTodo|Kxkb|Support for languages in keyboard layout descriptions|rysin:AT:kde.org|Andriy Rysin}}&lt;br /&gt;
{{FeatureDone|PolicyKit integration|Import PolicyKit-KDE from extragear|drf54321@gmail.com|Dario Freddi}}&lt;br /&gt;
{{FeatureDone|Solid Actions KCM|Import Solid actions KControl module from playground|ben@eclipse.endoftheinternet.org|Ben Cooksley}}&lt;br /&gt;
{{FeatureTodo|KControl4|Import refactor of systemsettings with Tree and Icon view support|ben(at)eclipse(dot)endoftheinternet(dot)org+msoeken(at)informatik(dot)uni-bremen(dot)de|Ben Cooksley and Mathias Soeken}}&lt;br /&gt;
{{FeatureDone|KSysguard|Added GetHotNewStuff support|a@b.com|name}}&lt;br /&gt;
{{FeatureInProgress|KActiveEdges|Split active screen edges from KWin|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureInProgress|Solid Wicd Engine|Import Solid Wicd engine from github/playground|drf54321@gmail.com|Dario Freddi}}&lt;br /&gt;
{{FeatureDone|Klipper|Made klipper automatically find possible actions based on filename copied to clipboard|dimsuz@gmail.com|Dmitry Suzdalev}}&lt;br /&gt;
{{FeatureDone|Klipper|Improved action adding/editing workflow by implementing a special dialog for editing a certain action|dimsuz@gmail.com|Dmitry Suzdalev}}&lt;br /&gt;
{{FeatureTodo|Klipper|Make action popup unobtrusive by showing menu only when user clicks an icon in systray. Icon itself should change to indicate availability of some actions on current clipboard|dimsuz@gmail.com|Dmitry Suzdalev}}&lt;br /&gt;
{{FeatureTodo|Font Installer KCM |Use PolicyKit for installtion of system-wide fonts.|craig@kde.org|Craig Drummond}}&lt;br /&gt;
{{FeatureInProgress|Font Settings KCM|Improved GUI for configuring anti-aliasing settings|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |KRunner&lt;br /&gt;
&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |Plasma - Priority Features&lt;br /&gt;
&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |Plasma&lt;br /&gt;
{{FeatureTodo|Now Playing data engine|Support for MPD|kde:AT:randomguy3.me.uk|Alex Merry}}&lt;br /&gt;
{{FeatureDone|Classic Menu Launcher|Optional recently used applications and System Settings menu|mail:AT:dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|Classic Menu Launcher|KDE3-like menu titles|mail:AT:dipe.org|Christian Loose}}&lt;br /&gt;
{{FeatureDone|Classic Menu Launcher|Context menu for menu items|mail:AT:dipe.org|Christian Loose}}&lt;br /&gt;
{{FeatureInProgress|Reusable video widget|A widget in libplasma that can play video and audio|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Message box|A message box shown as an overlay over plasmoids|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Systemtray protocol|New systemtray protocol beginnings: daemon and systemtray widget part|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Default theme|Air: new default Plasma theme|notmart@gmail.com|Marco Martin and Nuno Pinheiro}}&lt;br /&gt;
{{FeatureInProgress|screensaver|security constraints|chanika@gmail.com|Chani}}&lt;br /&gt;
{{FeatureInProgress|keyboard shortcuts|configuration|chanika@gmail.com|Chani}}&lt;br /&gt;
{{FeatureTodo|icon plasmoid|make it suck less|chanika@gmail.com|Chani}}&lt;br /&gt;
{{FeatureTodo|desktop|make a plasmoid when I paste stuff|chanika@gmail.com|Chani}}&lt;br /&gt;
{{FeatureInProgress|extenders|Add grouping support to extenders|r.scheepmaker@student.utwente.nl|Rob Scheepmaker}}&lt;br /&gt;
{{FeatureInProgress|systemtray|Group multiple jobs and notifications|r.scheepmaker@student.utwente.nl|Rob Scheepmaker}}&lt;br /&gt;
{{FeatureInProgress|Kickoff|Add multiple columns support to Kickoff|talvik@gmail.com|Luiz Felipe Talvik}}&lt;br /&gt;
{{FeatureDone|folderview|Show tooltips with large previews and file metadata when hovering icons|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureDone|folderview|Show a popup view with the folder contents when hovering a folder in the icon view|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureDone|folderview|Add menu items to the context menu for showing the applet browser, adding panels, locking the screen, logging out etc.|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|folderview|Add menu items to the drop menu for creating applets and setting the wallpaper|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|folderview|Accessing sub folders as sub menus in the popup view when the applet is on the panel|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|folderview|Optionally show the window list menu when middle clicking the containment|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureTodo|folderview|Offer to create applets based on the mimetype when pasting URL's in the containment|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|folderview|Implement support for keyboard navigation|jhahoneyk@gmail.com|Shantanu Tushar Jha}}&lt;br /&gt;
{{FeatureTodo|virus wallpaper|Move from playground to kdeplasma-addons and port to the new plasma::wallpaper|asraniel@fryx.ch|Beat Wolf}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Add press-down feedback to folderview|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureInProgress|Time DataEngine|Integrate solar position dataengine to time dataengine|damu@iki.fi|Petri Damstén}}&lt;br /&gt;
&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |KWin - Core&lt;br /&gt;
{{FeatureTodo|KWin|Redesign KWin system settings GUI|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureTodo|KWin|ARGB support for decorations|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureInProgress|KWin|Window docking/quick tiling|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureTodo|KWin|Internal desktop layout/pager support|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureInProgress|KWin|Non-composited Present Windows|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureInProgress|KWin|Tabbox improvements|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
|- border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center&amp;quot; |KWin - Desktop Effects&lt;br /&gt;
{{FeatureTodo|KWin|Expand present windows into other effects (E.g. Desktop Grid)|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|KWin|OpenGL 3 compatible Shaders|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|KWin|Improved cube reflection|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureInProgress|KWin|Add and remove desktops in grid effect|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|KWin|Desktop Thumnails in Pager Tooltips|kde@martin-graesslin.com|Martin Gräßlin}}&lt;br /&gt;
{{FeatureTodo|KWin|Slide In/Out effect|hein@kde.org|Eike Hein}}&lt;br /&gt;
{{FeatureDone|KWin|Fade desktop effect (Desktop switcher)|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureInProgress|KWin|Highlight window effect|lmurray@undefinedfire.com|Lucas Murray}}&lt;br /&gt;
{{FeatureInProgress|KWin|SlideBack effect|michael_zanetti@gmx.net|Michael Zanetti}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdepimlibs =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|Buildsystem|Require OpenLDAP (coordinate with the Windows team)|winter@kde.org|Allen Winter}}&lt;br /&gt;
{{FeatureTodo|Buildsystem|Require Cyrus-SASL (coordinate with the Windows team)|winter@kde.org|Allen Winter}}&lt;br /&gt;
{{FeatureTodo|libkleopatraclient|New interface library for kleopatra uiserver clients|marc@kdab.net|Marc Mutz}}&lt;br /&gt;
{{FeatureTodo|pimtextedit|New library around text edits, to provide support for inline images in the signature editor, among others|mcguire@kde.org|Thomas McGuire}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdenetwork =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|Kopete|UPnp Support|mattr@kde.org|Matt Rogers}}&lt;br /&gt;
{{FeatureDone|Kopete|Updated contact list interface (uses Qt 4 rather than Qt 3)|mattr@kde.org|Matt Rogers}}&lt;br /&gt;
{{FeatureTodo|Kopete|Update Kopete to better support Decibel|kopete-devel@kde.org|Kopete Developers}}&lt;br /&gt;
{{FeatureTodo|Kopete|Jabber Jingle video support|detlev.casanova@gmail.com|Detlev Casanova}}&lt;br /&gt;
{{FeatureTodo|Kopete|Jabber Jingle ICE support|detlev.casanova@gmail.com|Detlev Casanova}}&lt;br /&gt;
{{FeatureInProgress|Kopete|Contacts plasmoid|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureTodo|Kopete|Rich text support for ICQ|kedgedev@gmail.com|Roman Jarosz}}&lt;br /&gt;
{{FeatureInProgress|KGet|MultiSource-Downloading|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureTodo|KGet|Support mms://-protocol, see https://launchpad.net/libmms|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureTodo|KGet|MLDonkey-Plugin based on libkmldonkey|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureTodo|KGet|Advanced Details|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureInProgress|KRDC|NX support|gdavid.devel@gmail.com|David Gross}}&lt;br /&gt;
{{FeatureTodo|KRDC|Minimal-clutter mode to optimize screen real estate usage|gpothier@gmail.com|Guillaume Pothier}}&lt;br /&gt;
{{FeatureInProgress|Telepathy|Telepathy-specification compliant Account Manager using KWallet to store account data|grundleborg@googlemail.com|George Goldberg}}&lt;br /&gt;
{{FeatureInProgress|Telepathy|Account Editing UI for Telepathy|grundleborg@googlemail.com|George Goldberg}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Network Manager Applet|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
|}&lt;br /&gt;
= kdepim =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|Akonadi|Migration of contacts and calendar data from KResource to Akonadi ([http://techbase.kde.org/Projects/PIM/Akonadi#Scheduled_for_4.3 Details])|kde-pim@kde.org|Volker Krause, Kevin Krammer, Tobias Koenig}}&lt;br /&gt;
{{FeatureInProgress|Akregator|Support for syncing the feed list with Google Reader |osterfeld@kde.org|Frank Osterfeld}}&lt;br /&gt;
{{FeatureDone|[http://www.astrojar.org.uk/kalarm KAlarm]|Add export of alarms to a new calendar file|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|[http://www.astrojar.org.uk/kalarm KAlarm]|Allow configuration of default deferral time interval|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|[http://www.astrojar.org.uk/kalarm KAlarm]|Accept drag-and-drop of Todo entries to create a new alarm|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|[http://www.astrojar.org.uk/kalarm KAlarm]|Show command execution error indication in alarm list|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|[http://www.astrojar.org.uk/kalarm KAlarm]|Add option to spread alarm windows across screen|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureTodo|[http://www.astrojar.org.uk/kalarm KAlarm]|Port to Akonadi|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureTodo|[http://kblogger.pwsp.net KBlogger]|KBlogger, a blogging application|christian_weilbach@.web.de|Christian Weilbach}}&lt;br /&gt;
{{FeatureTodo|KBlogger|Port to use KRichTextEdit (Or KMEditor)|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureInProgress|KContactManager|A new Akonadi-based address book to replace KAddressbook|tokoe@kde.org|Tobias Koenig}}&lt;br /&gt;
{{FeatureInProgress|Kjots| Create and port to akonadi model. |steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureTodo|Kjots| Add support for nepomuk including tagging, possibly storage, and linking. Also a nepomuk tag proxy model for representing the structure as tagged.|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureInProgress|Kjots| Create plasmoid capable of showing the entire tree, or a single book.|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureTodo|Kjots| Email KJots pages using default mail client ({{bug|124509}}. |steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureInProgress|Kleopatra|OpenPGP support|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureDone|KMail|Add support for HTML images|yez@familieschepers.nl|Edwin Schepers}}&lt;br /&gt;
{{FeatureTodo|KMail|Use asynchronous Kleo|marc@kdab.net|Marc Mutz}}&lt;br /&gt;
{{FeatureTodo|KMail|Save metadata about attachments to Nepomuk when saving them|onurf@su.sabanciuniv.edu|Ismail Onur Filiz}}&lt;br /&gt;
{{FeatureTodo|KNode|Port to use KRichTextEdit (Or KMEditor)|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureTodo|Kontact|Support for Kontact wide profiles|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|Kontact|Tip-of-the-Day summary|molkentin@kde.org|Daniel Molkentin}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Support for extended free-busy lists|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureInProgress|KPilot|Port old conduits to new base conduit architecture and KDE4/Qt4|jkasper@kde.org|Jason 'vanRijn' Kasper}}&lt;br /&gt;
{{FeatureInProgress|KPilot|Finish Keyring conduit, base conduit code and test cases, category syncing|jkasper@kde.org|Jason 'vanRijn' Kasper}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeutils =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|printer-applet|Restore feature parity with KDEPrint3 where possible.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|Okteta|make editing capability to Decoding table |kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add Kate-like search tool|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for import by drop, both url and data|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|copy again puts also a value or char variant of the data to clipboard|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for memory mapping of files|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add further export formats like s-record and intel 16|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for jobs like io, printing, string search or filter|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|kwalletmanager|Move kwalletmanager to the Model/View architecture and redesign the UI.|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
{{FeatureInProgress|kdelirc|Bring back kdelirc|michael_zanetti@gmx.net|Michael Zanetti}}&lt;br /&gt;
{{FeatureTodo|ark|Improve support for pure gzip and bzip2 files|kubito@gmail.com|Raphael Kubo da Costa}}&lt;br /&gt;
{{FeatureInProgress|ark| Finish the cliinterface  |haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|ark| Add lots of more meaningful error messages  |haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|ark| Add support for ACE archives  |haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|ark| Add support for zip archives (cli-based, ie. info-zip) |haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
{{FeatureTodo|KGpg| Port to new systray framework |kde@opensource.sf-tec.de|Rolf Eike Beer}}&lt;br /&gt;
{{FeatureTodo|KGpg| Clean up editor GUI and classes |kde@opensource.sf-tec.de|Rolf Eike Beer}}&lt;br /&gt;
{{FeatureTodo|KGpg| Make keyserver operations more flexible |kde@opensource.sf-tec.de|Rolf Eike Beer}}&lt;br /&gt;
{{FeatureTodo|KGpg| Port key importing to be a transaction |kde@opensource.sf-tec.de|Rolf Eike Beer}}&lt;br /&gt;
{{FeatureInProgress|KTimer| Redesign UI |zahl@transbay.net|A. L. Spehr}}&lt;br /&gt;
{{FeatureTodo|KTimer| Add hours and seconds to counter |zahl@transbay.net|A. L. Spehr}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebindings =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|krossjava|Integrate into e.g. SuperKaramba and fix issues that show up.|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureTodo|krossjava|Documentation++|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureTodo|krossfalcon|Documentation++|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdegames =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KGoldrunner|Add Curse of the Mummy game (20 levels), contributed by Steve Mann.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureInProgress|KGoldrunner|Major rewrite, mainly of the game engine and editor.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureInProgress|KGoldrunner|More accurate and reliable pause and resume.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Save and reload at any instant in a game.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Record and replay games.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Run demos ... especially at startup or as hints for difficult levels.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Hot-new-stuff support for themes and game sets.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Integration of the Scavenger game (180 new levels) and its rule-set.  This would also involve allowing different grid dimensions for different games, as a feature of the new game engine.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureTodo|KGoldrunner|Better support for beginners, such as graphical cues for false bricks and hidden ladders, extra messages with &amp;quot;don't tell me this again&amp;quot;, etc.|ianw2@optusnet.com.au|Ian Wadham}}&lt;br /&gt;
{{FeatureInProgress|Killbots|Add &amp;quot;sonic screwdriver&amp;quot; functionality.|parker.coates@gmail.com|Parker Coates}}&lt;br /&gt;
{{FeatureTodo|Killbots|Add a tutorial for beginners.|parker.coates@gmail.com|Parker Coates}}&lt;br /&gt;
{{FeatureTodo|Kolf|Replace with Kolf 2 (please help!)|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureDone|KPatience|Add a command line switch to manually launch a game of a certain type.|parker.coates@gmail.com|Parker Coates}}&lt;br /&gt;
{{FeatureDone|KPatience|Add an option to save the game state at shutdown to be automatically be restored on next run.|parker.coates@gmail.com|Parker Coates}}&lt;br /&gt;
{{FeatureDone|KPatience|Add the ability to return to the game selection screen after selecting a game.|parker.coates@gmail.com|Parker Coates}}&lt;br /&gt;
{{FeatureTodo|KsirK|rewrite AI code or at least correct most problems related in bug #170777. Volunteers wanted!|kleag@free.fr|Gaël de Chalendar}}&lt;br /&gt;
{{FeatureTodo|KsirK|Previous/Next in start new game as described in bug #170774|kleag@free.fr|Gaël de Chalendar}}&lt;br /&gt;
{{FeatureTodo|KsirK|Polish the skin editor (doc, contextual help, ...)|kleag@free.fr|Gaël de Chalendar}}&lt;br /&gt;
{{FeatureTodo|KsirK|Boost playing over Jabber|kleag@free.fr|Gaël de Chalendar}}&lt;br /&gt;
{{FeatureTodo|KSpaceDuel|rewrite AI code|dirkrathlev@gmx.de|Dirk Rathlev}}&lt;br /&gt;
{{FeatureDone|ktron|Port and remake the KTron game for KDE 4.3|legolas@legolasweb.nl|Stas Verberkt}}&lt;br /&gt;
{{FeatureTodo|KSudoku|Import the new logic engine as a library|joselb@gmx.net|Johannes Bergmeier}}&lt;br /&gt;
{{FeatureTodo|KSudoku|Port KSudoku to the new engine|joselb@gmx.net|Johannes Bergmeier}}&lt;br /&gt;
{{FeatureTodo|KSudoku|Add interactive help|joselb@gmx.net|Johannes Bergmeier}}&lt;br /&gt;
{{FeatureDone|Bovo|Add new AI|pelladigabor@gmail.com|Pelladi Gabor}}&lt;br /&gt;
{{FeatureDone|Bovo|Computer thinking doesn't block the GUI|pelladigabor@gmail.com|Pelladi Gabor}}&lt;br /&gt;
{{FeatureTodo|libkdegames|Import KGGZ libraries from GGZ SVN|spillner@kde.org|Josef Spillner}}&lt;br /&gt;
{{FeatureInProgress|libkmahjongg|Introduce new tileset, Bamboo.|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeadmin =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|KGrubEditor|Integrate KGrubEditor into KDE Admin http://sourceforge.net/projects/kgrubeditor. Approved by Nicolas Ternisien &amp;lt;nicolas.ternisien@gmail.com&amp;gt; |artemis_dot_fowl_dot_2007@gmail_dot_com|Konstantinos Smanis}}&lt;br /&gt;
{{FeatureTodo|Guidance|Port Guidance to KDE 4, and move it to KDE Admin http://www.simonzone.com/software/guidance/.|nicolas.ternisien@gmail.com|Nicolas Ternisien}}&lt;br /&gt;
{{FeatureTodo|system-config-printer-kde|Restore feature parity with KDEPrint3 where possible.|john@layt.net|john Layt}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdesdk =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|Lokalize|XLIFF support|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureInProgress|Lokalize|various Translation Memory enhancements|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureInProgress|Lokalize|Kross-based scripting|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureTodo|Lokalize|QA: glossary checklists|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureTodo|KAppTemplate|Add DBUS support in templates|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureDone|Umbrello|Replace all q3 widgets in the refactoring assistant|andi.fischer@hispeed.ch|Andi Fischer}}&lt;br /&gt;
{{FeatureInProgress|Umbrello|Merge in SoC qgraphicsview port branch|krishna.ggk@gmail.com|Gopala Krishna A}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeedu =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|KAlgebra|Export to MathML Presentation Markup|aleixpol@gmail.com|Aleix Pol}}&lt;br /&gt;
{{FeatureTodo|KAlgebra|Some integration with the new KFormula widget|aleixpol@gmail.com|Aleix Pol}}&lt;br /&gt;
{{FeatureInProgress|KAlgebra|Add ability to draw 3D plots in cylindrical and spherical coordinates.|orgyforever@gmail.com|Percy Camilo Triveño Aucahuasi}}&lt;br /&gt;
{{FeatureTodo|Kalzium|Port Kalzium's periodic table to use new QGraphicsView.|marcus@cryos.org|Marcus D. Hanwell}}&lt;br /&gt;
{{FeatureTodo|Kalzium|Separate compound viewer/editor application from Kalzium.|marcus@cryos.org|Marcus D. Hanwell}}&lt;br /&gt;
{{FeatureTodo|Kalzium|Remove the libavogadro snapshot, depend on libavogadro directly.|jacob@math.jussieu.fr|Benoit Jacob}}&lt;br /&gt;
{{FeatureTodo|Kalzium|Plasmoid to access Kalzium database|cniehaus@kde.org|Carsten Niehaus}}&lt;br /&gt;
{{FeatureTodo|KEduca|Rewrite of the classic test writing/taking application|matt@milliams.com|Matt Williams}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Integrate an editor|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Plasmoid|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Theme manager|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Kig|Properties dialog for objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve construction of bisect lines.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve feedback when constructing objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|More geometric objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Script objects as macros (to be reused more than once).|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve the Cabri import filter.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve the new/edit script wizard.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|KLettres|Visual Indicator when letter is wrong|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KLettres|Number support|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KLettres|Theme manager|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KStars|Marble widget for Geolocation tool|mboquien@free.fr|Médéric Boquien}}&lt;br /&gt;
{{FeatureTodo|KStars|Better printed star charts|kstars@30doradus.org|Jason Harris}}&lt;br /&gt;
{{FeatureTodo|KStars|Sync KStars time from device|mutlaqja@ikarustech.com|Jasem Mutlaq}}&lt;br /&gt;
{{FeatureTodo|KStars|Better rendering of comets/asteroids|kstars@30doradus.org|Jason Harris}}&lt;br /&gt;
{{FeatureTodo|KStars|Texture mapping of the skymap???|kstars@30doradus.org|Jason Harris}}&lt;br /&gt;
{{FeatureTodo|KStars|Improve Observing List Wizard|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Display Comet Magnitudes whenever possible|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Information links in-place for each technical term|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Tool to suggest star-hopping techniques???|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Extend conjunction tool to have one object unspecified, but have a genre of objects specified instead|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Simulate Lunar Eclipses|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Simulate Satellites and Iridium Flares|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Social and Geographical Integration for KStars|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KStars|Merge SAC with NGC / IC as default catalog|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureTodo|KTurtle|Optional rulers/grid for canvas units|piacentini@kde.org|Mauricio Piacentini}}&lt;br /&gt;
{{FeatureTodo|Marble|Export map to MxN pixel bitmap|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Bookmarks|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Support for MarbleWidget::setEnabled( bool )|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Map Contents translation|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureTodo|Marble|Editing GeoDataFeatures|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Layer Management Class|rahn@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Plugin architecture for map layers|rahn@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Extending GeoPainter|rahn@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Marble Runners|hdevalence@gmail.com|Henry de Valence}}&lt;br /&gt;
{{FeatureInProgress|Marble|GeoClue Integration |jensmh@gmx.de|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureInProgress|Marble|Routing |jensmh@gmx.de|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureInProgress|Marble|More map providers (WMS?) |jensmh@gmx.de|Jens-Michael Hoffmann}}&lt;br /&gt;
{{FeatureInProgress|Marble|Winkel Triple projection / equivalent |hdevalence@gmail.com|Henry de Valence}}&lt;br /&gt;
{{FeatureInProgress|Marble|Marble WorldClock Plasmoid|hdevalence@gmail.com|Henry de Valence}}&lt;br /&gt;
{{FeatureInProgress|Marble|Qt-Version settings dialog|hdevalence@gmail.com|Henry de Valence}}&lt;br /&gt;
{{FeatureInProgress|Marble|Panoramio Support||Shashank Singh}}&lt;br /&gt;
{{FeatureInProgress|Marble|Twitter Plugin||Shashank Singh}}&lt;br /&gt;
{{FeatureInProgress|Marble|TimeZone Support|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Support for other planets and the moon|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|DGML2 Support|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Support for imperial units|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Graticule plugin|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|MeasureTool plugin|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Port authors list from the Qt-About dialog to the KDE-About dialog|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Basic KML support|ps_ml@gmx.de|Patrick Spendrin}}&lt;br /&gt;
{{FeatureInProgress|Marble|GeoData Model/View Visualization|ps_ml@gmx.de|Patrick Spendrin}}&lt;br /&gt;
{{FeatureInProgress|Marble|More generic projection support|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureInProgress|Marble|Network plugins|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureInProgress|Parley|Declensions|frederik.gladhorn@kdemail.net|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureTodo|Step|Improve GUI for creating softbody|ksvladimir@gmail.com|Vladimir Kuznetsov}}&lt;br /&gt;
{{FeatureTodo|Step|Use common constraints handling code for collisions|ksvladimir@gmail.com|Vladimir Kuznetsov}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdemultimedia =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|JuK|Remove Qt/KDE3 support lib requirements|michael.pyne@kdemail.net|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|JuK|Allow setting covers directly from URLs supported by KIO - drag/drop already allows this however|michael.pyne@kdemail.net|Michael Pyne}}&lt;br /&gt;
{{FeatureDone|JuK|Use XCOMPOSITE real transparency when available for the track announcement popup|michael.pyne@kdemail.net|Michael Pyne}}&lt;br /&gt;
{{FeatureTodo|JuK|Allow disabling crossfade|michael.pyne@kdemail.net|Michael Pyne}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeaccessibility =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdegraphics =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Okular|Generator for Mobipocket format|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureDone|strigi|Thumbnailer and analyzer for Mobipocket format|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureDone|strigi|Analyzer for epub format|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureTodo|Okular|Sound annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Link annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Caret annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Support .snp and .emf file formats|bradh@kde.org|Brad Hards}}&lt;br /&gt;
{{FeatureTodo|Okular|Synctex support.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Rich-text for annotations text.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|kruler|More ruler shapes.|msoeken_at_tzi_dot_de|Mathias Soeken}}&lt;br /&gt;
{{FeatureDone|kruler|Configurable shortcuts.|msoeken_at_tzi_dot_de|Mathias Soeken}}&lt;br /&gt;
{{FeatureTodo|kruler|DBUS Interface.|msoeken_at_tzi_dot_de|Mathias Soeken}}&lt;br /&gt;
{{FeatureDone|kruler|Transparent background and opaque drawing of the lines and numbers (Qt 4.5).|msoeken_at_tzi_dot_de|Mathias Soeken}}&lt;br /&gt;
{{FeatureInProgress|gwenview|Folder view.|agateau@kde.org|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureInProgress|gwenview|Make thumbnail bar more customizable (orientation, number of rows/columns).|agateau@kde.org|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureInProgress|gwenview|Add back video support.|agateau@kde.org|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureInProgress|gwenview|Improve history handling.|agateau@kde.org|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureDone|libksane|Add &amp;quot;Auto selection&amp;quot; after preview.|kare.sars@iki.fi|Kåre Särs}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-runtime =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|drkonqi|DrKonqi new dialog UI + Guided crash reporting tool|andresbajotierra@gmail.com|Dario Andres|}}&lt;br /&gt;
{{FeatureInProgress|drkonqi|Backtrace parsing and rating|gkiagiad@csd.uoc.gr|George Kiagiadakis|}}&lt;br /&gt;
{{FeatureTodo|drkonqi|DrKonqi native english texts + guide|andresbajotierra@gmail.com|Dario Andres|}}&lt;br /&gt;
{{FeatureInProgress|kpasswdserver|Fix D-Bus timeout in kpasswdserver using an async API|lemma@confuego.org|Michael Leupold}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-apps =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|konq_thumbnails|Basic thumbnail support for KHTMLPart views(almost finished, now cleanup code)|yinshuiboy@gmail.com|Siyuan Cao}}&lt;br /&gt;
{{FeatureTodo|konq_thumbnails|thumbnail support for all KonqFrame|yinshuiboy@gmail.com|Siyuan Cao}}&lt;br /&gt;
{{FeatureTodo|konq_thumbnails|more thumbnail page styles and customization|yinshuiboy@gmail.com|Siyuan Cao}}&lt;br /&gt;
{{FeatureTodo|konqueror|&amp;quot;Places&amp;quot; sidebar to replace KDE3's &amp;quot;media:/&amp;quot;|kdedevel_at_etotheipiplusone_dot_com|Simon St James}}&lt;br /&gt;
{{FeatureTodo|konqueror|Move Dolphin's Treeview to libkonq so that it can be used in Konqueror|kdedevel_at_etotheipiplusone_dot_com|Simon St James}}&lt;br /&gt;
{{FeatureTodo|konqueror|Move Dolphin's Information panel to libkonq so that it can be used in Konqueror|kdedevel_at_etotheipiplusone_dot_com|Simon St James}}&lt;br /&gt;
{{FeatureInProgress|dolphin|Matthias's Audio/ Video preview in Information panel|kdedevel_at_etotheipiplusone_dot_com|Simon St James}}&lt;br /&gt;
{{FeatureTodo|dolphin|Allow to configure and download service menus|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|dolphin|Nepomuk search integration|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|dolphin|Use Nepomuk to receive the meta data for the Information panel|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|konsole|Get a working DBus interface|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureTodo|konsole|Redesign manage profile dialog to allow users to sort profiles|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureTodo|konsole|Allow window/terminal size to be set in profiles|kurt.hindenburg@gmail.com|Kurt Hindenburg}}&lt;br /&gt;
{{FeatureInProgress|libkonq|Add support in for pluginbased Drag'n'drop popup menus (and in my case, an &amp;quot;extract here&amp;quot; menu on dragged archives)|haraldhv@stud.ntnu.no|Harald Hvaal}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeplasma-addons =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
&lt;br /&gt;
{{FeatureInProgress|Video Plasmoid|a media player widget complete with a basic dbus interface|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureDone|System Load Viewer|A tiny monitor for CPU, RAM and swap usage (known as System Monitor in KDE3)|dhaumann@kde.org|Dominik Haumann}}&lt;br /&gt;
{{FeatureInProgress|Comic Plasmoid|Clean up the config-dialog|mat69@gmx.net|Matthias Fuchs}}&lt;br /&gt;
{{FeatureTodo|Comic Plasmoid|Port to popup applet|mat69@gmx.net|Matthias Fuchs}}&lt;br /&gt;
{{FeatureTodo|PoTD Engine|Import PoTD engine|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Metadata Engine|Import Metadata engine|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Frame Plasmoid|Display Picture Metadata|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Frame Plasmoid|Add url as setting|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Frame Plasmoid|Add buttons Next/Previous/pause in slideshow mode|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureInProgress|wallpapers|Mandelbrot fractal wallpaper plugin|jacob.benoit.1@gmail.com|Benoît Jacob}}&lt;br /&gt;
{{FeatureInProgress|Weather Wallpaper|Add user-defined wallpapers|echidnaman@kubuntu.org|Jonathan Thomas}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs</id>
		<title>Projects/Edu/KStars/JuniorJobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs"/>
				<updated>2009-03-23T18:43:49Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What this page is about ==&lt;br /&gt;
&lt;br /&gt;
This page is intended to list out some small jobs that, if completed, would help KStars become better and more usable. There are both easy ones and hard ones.&lt;br /&gt;
&lt;br /&gt;
If you are interested in contributing to KStars, but don't know where to start, this is probably the best place.&lt;br /&gt;
&lt;br /&gt;
== Keeping track of Development ==&lt;br /&gt;
&lt;br /&gt;
The best way to keep track of Development in KStars is to use the mailing list: kstars-devel@kde.org&lt;br /&gt;
See [https://mail.kde.org/mailman/listinfo/kstars-devel The List Information Page] to subscribe.&lt;br /&gt;
&lt;br /&gt;
If you prefer IRC, we hang out on #kde-edu on irc.freenode.org&lt;br /&gt;
&lt;br /&gt;
We keep track of bugs and wishlists on [https://bugs.kde.org The KDE bugzilla]&lt;br /&gt;
&lt;br /&gt;
Please do not hesitate to ask if you need help with contributing! We're always looking out for contributors and will be happy to help you out.&lt;br /&gt;
&lt;br /&gt;
== The Tasks ==&lt;br /&gt;
&lt;br /&gt;
=== Complete the Sky Calendar ===&lt;br /&gt;
&lt;br /&gt;
There's an unfinished tool out there in Tools -&amp;gt; Sky Calendar, that looks like just a bunch of curved lines strewn over some weird shaped region with a bunch of months labeled. As you can clearly see, that tool requires labels for those lines and a lot of love. Here's [http://websvn.kde.org/trunk/KDE/kdeedu/kstars/kstars/tools/skycalendar.cpp?revision=837021&amp;amp;view=markup the commit that started the tool] which describes the author's vision for the tool. It's now unmaintained, and it would be nice if someone could add those labels that those lines really deserve and make this tool a complete usable thing.&lt;br /&gt;
&lt;br /&gt;
=== Debug the Conjunction tool ===&lt;br /&gt;
&lt;br /&gt;
The Conjunction tool, for some reason, doesn't seem to be predicting solar eclipses correctly. There are some bugs on our bugzilla related to this as well. It would be useful if the Conjunction tool were made completely bug-free&lt;br /&gt;
&lt;br /&gt;
=== Fix the angular distance ruler crash ===&lt;br /&gt;
&lt;br /&gt;
There's an irritating crash condition on our bugzilla where trying to measure angular distances hangs KStars under some conditions. The backtrace is right there. It will be useful if this is fixed.&lt;br /&gt;
&lt;br /&gt;
=== Fix all those translation bugs ===&lt;br /&gt;
&lt;br /&gt;
Now, this is a big task.&lt;br /&gt;
&lt;br /&gt;
SkyObject classes (see skyobject.h under kstars/skyobjects) should have some standard way of storing names. Currently, some SkyObjects store untranslated names and some store translated names, leading to a big mess. SkyObject should probably store untranslated name strings internally, and return untranslated names upon calling name(). The objectNames() hashes should ideally have untranslated names as well.&lt;br /&gt;
&lt;br /&gt;
So how do we find by translated name? The best way, probably is to have a &lt;br /&gt;
&amp;quot;reverse translation hash&amp;quot;. Since very few objects have translated names, it might be easy to maintain a global hash of translated names vs. untranslated names in some convenient place (probably as a static member of SkyComposite) and do searches for translated names through this.&lt;br /&gt;
&lt;br /&gt;
Implementing this will fix a whole lot of translation-related bugs that are on our bugzilla, and make life for people who use localized versions easier.&lt;br /&gt;
&lt;br /&gt;
=== Generalize JupiterMoons, SaturnMoons ===&lt;br /&gt;
&lt;br /&gt;
This was originally a GSoC idea, but I thought it was a bit too &amp;quot;small&amp;quot; for a whole summer. The idea is to implement a class that handles moons of planets in the solar system in KStars.&lt;br /&gt;
&lt;br /&gt;
Currently, we have JupiterMoons and SaturnMoons (thanks, Vipul!) classes. What should be done now, is to pack all the machinery that goes into these two classes into one generic class (probably called 'SolarSystemMoons'), various instances of which, could represent the moons of Jupiter, Saturn, Mars...&lt;br /&gt;
&lt;br /&gt;
All our class would need to do, to assume the form of say, JupiterMoons, would be to read off data corresponding to JupiterMoons from some file, say &amp;quot;solarsystemmoons.dat&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
Now, the next question...&lt;br /&gt;
&lt;br /&gt;
=== Generalize the Jupiter's Moons Tool ===&lt;br /&gt;
&lt;br /&gt;
See Tools -&amp;gt; Jupiter's Moons. What if I could do this in general with SolarSystemMoons? [See earlier task for details]&lt;br /&gt;
&lt;br /&gt;
=== Comets that looks like comets! ===&lt;br /&gt;
&lt;br /&gt;
Comets in KStars are currently drawn as dull green circles (at least in the default color scheme). That's not what they look like, in reality!&lt;br /&gt;
&lt;br /&gt;
The machinery required to estimate nucleus and coma sizes, and tail lengths of comets are all there in KSComet and KSPlanetBase. What needs to be done, is to provide a proper representation of a comet based on these data on the Sky Map.&lt;br /&gt;
&lt;br /&gt;
Remember that a comet's tail points away from the Sun! You can use this to fix the direction of the tail - so you have all information required to draw the comet.&lt;br /&gt;
&lt;br /&gt;
Re-implement CometsComponent::draw() to draw better comets.&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
=== Fix those inconsistencies with comets ===&lt;br /&gt;
&lt;br /&gt;
Jeamy Lee, a KStars user and contributor, notices that our Sun-Comet distances are wrong! This makes all calculated parameters come out incorrectly. Find his mail with some details [http://lists.kde.org/?l=kstars-devel&amp;amp;m=123454066010918&amp;amp;w=2 here]. &lt;br /&gt;
&lt;br /&gt;
The aim of this task is to compare some more data against other software, step through the code, and find out where we are going wrong. You could use Jeamy's MPC Reader site to download the [http://mpcreader.sourceforge.net/ latest comet elements] in KStars' format.&lt;br /&gt;
&lt;br /&gt;
=== Merge NGC data from the SAC catalog ===&lt;br /&gt;
The Saguaro Astronomy Club catalog* is an amazing catalog with a lot of deep-sky objects within the reach of amateur astronomers. It has data for most (all?) of the NGC objects, but not for all IC objects. Our current NGC/IC catalog which you can find in data/ngcic.dat is far from accurate, but has data for all NGC/IC objects. Merging the SAC catalog and KStars' NGC/IC catalog would help a lot of our users.&lt;br /&gt;
&lt;br /&gt;
[*We have obtained permission to use it with KStars]&lt;br /&gt;
&lt;br /&gt;
== Ideas are welcome! ==&lt;br /&gt;
&lt;br /&gt;
If you are a user of KStars and have some cool, simple ideas that would make your experience with KStars better, you are welcome to add them to the list above, or discuss them on the kstars-devel mailing list (or post them as wishlists / bug reports on the bugzilla).&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs</id>
		<title>Projects/Edu/KStars/JuniorJobs</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/JuniorJobs"/>
				<updated>2009-03-23T18:42:57Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: New page: == What this page is about ==  This page is intended to list out some small jobs that, if completed, would help KStars become better and more usable. There are both easy ones and hard ones...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What this page is about ==&lt;br /&gt;
&lt;br /&gt;
This page is intended to list out some small jobs that, if completed, would help KStars become better and more usable. There are both easy ones and hard ones.&lt;br /&gt;
&lt;br /&gt;
If you are interested in contributing to KStars, but don't know where to start, this is probably the best place.&lt;br /&gt;
&lt;br /&gt;
== Keeping track of Development ==&lt;br /&gt;
&lt;br /&gt;
The best way to keep track of Development in KStars is to use the mailing list: kstars-devel@kde.org&lt;br /&gt;
See [https://mail.kde.org/mailman/listinfo/kstars-devel The List Information Page] to subscribe.&lt;br /&gt;
&lt;br /&gt;
If you prefer IRC, we hang out on #kde-edu on irc.freenode.org&lt;br /&gt;
&lt;br /&gt;
We keep track of bugs and wishlists on [https://bugs.kde.org The KDE bugzilla]&lt;br /&gt;
&lt;br /&gt;
Please do not hesitate to ask if you need help with contributing! We're always looking out for contributors and will be happy to help you out.&lt;br /&gt;
&lt;br /&gt;
== The Tasks ==&lt;br /&gt;
&lt;br /&gt;
=== 1. Complete the Sky Calendar ===&lt;br /&gt;
&lt;br /&gt;
There's an unfinished tool out there in Tools -&amp;gt; Sky Calendar, that looks like just a bunch of curved lines strewn over some weird shaped region with a bunch of months labeled. As you can clearly see, that tool requires labels for those lines and a lot of love. Here's [http://websvn.kde.org/trunk/KDE/kdeedu/kstars/kstars/tools/skycalendar.cpp?revision=837021&amp;amp;view=markup the commit that started the tool] which describes the author's vision for the tool. It's now unmaintained, and it would be nice if someone could add those labels that those lines really deserve and make this tool a complete usable thing.&lt;br /&gt;
&lt;br /&gt;
=== 2. Debug the Conjunction tool ===&lt;br /&gt;
&lt;br /&gt;
The Conjunction tool, for some reason, doesn't seem to be predicting solar eclipses correctly. There are some bugs on our bugzilla related to this as well. It would be useful if the Conjunction tool were made completely bug-free&lt;br /&gt;
&lt;br /&gt;
=== 3. Fix the angular distance ruler crash ===&lt;br /&gt;
&lt;br /&gt;
There's an irritating crash condition on our bugzilla where trying to measure angular distances hangs KStars under some conditions. The backtrace is right there. It will be useful if this is fixed.&lt;br /&gt;
&lt;br /&gt;
=== 4. Fix all those translation bugs ===&lt;br /&gt;
&lt;br /&gt;
Now, this is a big task.&lt;br /&gt;
&lt;br /&gt;
SkyObject classes (see skyobject.h under kstars/skyobjects) should have some standard way of storing names. Currently, some SkyObjects store untranslated names and some store translated names, leading to a big mess. SkyObject should probably store untranslated name strings internally, and return untranslated names upon calling name(). The objectNames() hashes should ideally have untranslated names as well.&lt;br /&gt;
&lt;br /&gt;
So how do we find by translated name? The best way, probably is to have a &lt;br /&gt;
&amp;quot;reverse translation hash&amp;quot;. Since very few objects have translated names, it might be easy to maintain a global hash of translated names vs. untranslated names in some convenient place (probably as a static member of SkyComposite) and do searches for translated names through this.&lt;br /&gt;
&lt;br /&gt;
Implementing this will fix a whole lot of translation-related bugs that are on our bugzilla, and make life for people who use localized versions easier.&lt;br /&gt;
&lt;br /&gt;
=== 5. Generalize JupiterMoons, SaturnMoons ===&lt;br /&gt;
&lt;br /&gt;
This was originally a GSoC idea, but I thought it was a bit too &amp;quot;small&amp;quot; for a whole summer. The idea is to implement a class that handles moons of planets in the solar system in KStars.&lt;br /&gt;
&lt;br /&gt;
Currently, we have JupiterMoons and SaturnMoons (thanks, Vipul!) classes. What should be done now, is to pack all the machinery that goes into these two classes into one generic class (probably called 'SolarSystemMoons'), various instances of which, could represent the moons of Jupiter, Saturn, Mars...&lt;br /&gt;
&lt;br /&gt;
All our class would need to do, to assume the form of say, JupiterMoons, would be to read off data corresponding to JupiterMoons from some file, say &amp;quot;solarsystemmoons.dat&amp;quot;!&lt;br /&gt;
&lt;br /&gt;
Now, the next question...&lt;br /&gt;
&lt;br /&gt;
=== 6. Generalize the Jupiter's Moons Tool ===&lt;br /&gt;
&lt;br /&gt;
See Tools -&amp;gt; Jupiter's Moons. What if I could do this in general with SolarSystemMoons? [See earlier task for details]&lt;br /&gt;
&lt;br /&gt;
=== 7. Comets that looks like comets! ===&lt;br /&gt;
&lt;br /&gt;
Comets in KStars are currently drawn as dull green circles (at least in the default color scheme). That's not what they look like, in reality!&lt;br /&gt;
&lt;br /&gt;
The machinery required to estimate nucleus and coma sizes, and tail lengths of comets are all there in KSComet and KSPlanetBase. What needs to be done, is to provide a proper representation of a comet based on these data on the Sky Map.&lt;br /&gt;
&lt;br /&gt;
Remember that a comet's tail points away from the Sun! You can use this to fix the direction of the tail - so you have all information required to draw the comet.&lt;br /&gt;
&lt;br /&gt;
Re-implement CometsComponent::draw() to draw better comets.&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
=== 8. Fix those inconsistencies with comets ===&lt;br /&gt;
&lt;br /&gt;
Jeamy Lee, a KStars user and contributor, notices that our Sun-Comet distances are wrong! This makes all calculated parameters come out incorrectly. Find his mail with some details [http://lists.kde.org/?l=kstars-devel&amp;amp;m=123454066010918&amp;amp;w=2 here]. &lt;br /&gt;
&lt;br /&gt;
The aim of this task is to compare some more data against other software, step through the code, and find out where we are going wrong. You could use Jeamy's MPC Reader site to download the [http://mpcreader.sourceforge.net/ latest comet elements] in KStars' format.&lt;br /&gt;
&lt;br /&gt;
=== 9. Merge NGC data from the SAC catalog ===&lt;br /&gt;
The Saguaro Astronomy Club catalog* is an amazing catalog with a lot of deep-sky objects within the reach of amateur astronomers. It has data for most (all?) of the NGC objects, but not for all IC objects. Our current NGC/IC catalog which you can find in data/ngcic.dat is far from accurate, but has data for all NGC/IC objects. Merging the SAC catalog and KStars' NGC/IC catalog would help a lot of our users.&lt;br /&gt;
&lt;br /&gt;
[*We have obtained permission to use it with KStars]&lt;br /&gt;
&lt;br /&gt;
== Ideas are welcome! ==&lt;br /&gt;
&lt;br /&gt;
If you are a user of KStars and have some cool, simple ideas that would make your experience with KStars better, you are welcome to add them to the list above, or discuss them on the kstars-devel mailing list (or post them as wishlists / bug reports on the bugzilla).&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2008-12-29T20:18:52Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[/QA List 4.1|KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[/QA List 4.2|KStars QA List 4.2]]&lt;br /&gt;
# [[/MillionStars Design|MillionStars Design]]&lt;br /&gt;
# [[/ChangeLog 4.2|ChangeLog for 4.2 Release]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-26T17:22:34Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt; [12]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;CAN'T FIX BEFORE 4.2 DUE TO STRING FREEZE&amp;lt;/font&amp;gt;A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;br /&gt;
&lt;br /&gt;
[12]: KStars can behave incorrectly if the rectangle extends sufficiently into the &amp;quot;blank&amp;quot; region outside the map.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-19T22:24:37Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt; [12]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;br /&gt;
&lt;br /&gt;
[12]: KStars can behave incorrectly if the rectangle extends sufficiently into the &amp;quot;blank&amp;quot; region outside the map.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-19T22:19:58Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt; [12]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;br /&gt;
&lt;br /&gt;
[12]: KStars can behave incorrectly if the rectangle extends sufficiently into the &amp;quot;blank&amp;quot; region outside the map.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1</id>
		<title>Projects/Edu/KStars/QA List 4.1</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1"/>
				<updated>2008-12-16T19:23:55Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Calculator [Ctrl+C]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Observing List [Ctrl+L]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;AAVSO Light Curves [Ctrl+V]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Altitude vs. Time [Ctrl+A]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;What's Up Tonight [Ctrl+U]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Script Builder [Ctrl+B]&amp;lt;/font&amp;gt; [12]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Solar System [Ctrl+Y]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Jupiter's Moons [Ctrl+J]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show all available schemes, incl. predefined and custom&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;All color settings change upon selecting a new scheme&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color settings persistent on reload&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Custom scheme is removed from menu if it is removed in the Configure dialog&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dialog displays all available download items (listed below)&amp;lt;/font&amp;gt;&lt;br /&gt;
* Steinicke NGC Catalog installs and works correctly&lt;br /&gt;
* Ephemerides installs and works correctly&lt;br /&gt;
* Messier catalog thumbnails (&amp;quot;inline thumbnails&amp;quot;) installs and works correctly&lt;br /&gt;
* Thumbnails for the details window install and works correctly&lt;br /&gt;
* Updated DST rules install and work correctly&lt;br /&gt;
* Tycho-2 Catalog installs and works correctly&lt;br /&gt;
* USNO NOMAD Catalog (Part) installs and works correctly&lt;br /&gt;
* Abell Planetary Nebulae Catalog installs and works correctly&lt;br /&gt;
* The Henry Draper search index installs and works correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ==== &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool ===== &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Saves image to file&amp;lt;/font&amp;gt; [[#Footnotes|[13]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Image matches screen display (without FOV or infobox overlays)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Simulation clock is set to selected time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Selected date displayed properly in calendar widget&amp;lt;/font&amp;gt; [15]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;It is not possible to select an invalid date &amp;lt;/font&amp;gt; [14]&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Setting RA/Dec coordinates works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Setting Az/Alt coordinates works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Filter by name works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Filter by type works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlighted object is centered in map when user hits return or presses Ok&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dialog message when a match fails; window does not close&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Up/Down arrow keys navigate the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom is set to display the angle entered&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Min/max values make sense&amp;lt;/font&amp;gt; [TODO: Maybe we should reduce the MAXZOOM to &amp;quot;escape&amp;quot; round-off errors?]&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;br /&gt;
&lt;br /&gt;
[12]: Crashes in QTreeWidgetItem::addChild() upon opening. http://members.bas.org.in/kstar/kstars_scriptbuilder.kcrash &amp;lt;-- backtrace. Crashes when I run it from xterm and hence is mostly related to a failure in DBus connection. Works correctly when run from krunner or konsole, with proper DBus exports.&lt;br /&gt;
&lt;br /&gt;
[13]: Doesn't seem to save GIF files. Produces zero-size gif files.&lt;br /&gt;
&lt;br /&gt;
[14]: Should ideall give an error upon invalid date, but we can't do that for KDE 4.2 release because of the string-freeze.&lt;br /&gt;
&lt;br /&gt;
[15]: Changing the date in the spin box by editing the text does not update the calendar view&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-16T04:56:06Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-16T04:54:55Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FIXED [897451]&amp;lt;/font&amp;gt;The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars</id>
		<title>Projects/Edu/KStars</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars"/>
				<updated>2008-12-16T01:40:44Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub article for KStars developer resources.&lt;br /&gt;
# [[KStars QA List 4.1]] - The Old one&lt;br /&gt;
# [[KStars QA List 4.2]]&lt;br /&gt;
# [[MillionStars Design]]&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2</id>
		<title>Projects/Edu/KStars/QA List 4.2</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.2"/>
				<updated>2008-12-16T01:28:45Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.2. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking. &amp;lt;/font&amp;gt; [2]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel while holding down Shift / Ctrl decreases the amount of zooming in / out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt; [1]&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Run script [Ctrl+R]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S] &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt; [4]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
&lt;br /&gt;
[NOTE: These features require that KStars be compiled with INDI support]&lt;br /&gt;
&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* Help button displays KStars hand book.&lt;br /&gt;
* Next/Back buttons work.&lt;br /&gt;
* Listed telescopes reflect system + user added telescopes.&lt;br /&gt;
* Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&lt;br /&gt;
* Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&lt;br /&gt;
* Automatic port scan.&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* Telescope list reflect system &amp;amp; user added telescope.&lt;br /&gt;
* Selecting a telescope update all property fields.&lt;br /&gt;
* Removing a telescope shows a confirmation box.&lt;br /&gt;
* Saving updated properties works.&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* Calculator [Ctrl+C]&lt;br /&gt;
* Observing List [Ctrl+L]&lt;br /&gt;
* AAVSO Light Curves [Ctrl+V]&lt;br /&gt;
* Altitude vs. Time [Ctrl+A]&lt;br /&gt;
* What's Up Tonight [Ctrl+U]&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Script Builder [Ctrl+B]&lt;br /&gt;
* Solar System [Ctrl+Y]&lt;br /&gt;
* Jupiter's Moons [Ctrl+J]&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt; [5]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt; [6]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt; [7]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt; [8]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt; [9]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt; [3]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt; [10]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt; [11]&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* All color settings change upon selecting a new scheme&lt;br /&gt;
* Color settings persistent on reload&lt;br /&gt;
* Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&lt;br /&gt;
* Each item gets downloaded and installed correctly&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* File open dialog displays only FITS files.&lt;br /&gt;
* FITS image is opened and displayed properly.&lt;br /&gt;
* Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&lt;br /&gt;
* Undo/Redo work[[#Footnotes|[3]]]&lt;br /&gt;
* Zoom in/out, Default zoom&lt;br /&gt;
* Statistics&lt;br /&gt;
* FITS header&lt;br /&gt;
* Closing without save issues a warning dialog[[#Footnotes|[3]]]&lt;br /&gt;
* Save and Save As work&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols: red symbol not draggable in initial position&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* Saves image to file: Doesn't seem to save GIF&lt;br /&gt;
* Image matches screen display (without FOV or infobox overlays)&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* Executes the selected script.&lt;br /&gt;
* Statusbar messages indicate script is running/finished.&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* Simulation clock is set to selected time&lt;br /&gt;
* Selected date displayed properly in calendar widget&lt;br /&gt;
* It is not possible to select an invalid date&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* Setting RA/Dec coordinates works&lt;br /&gt;
* Setting Az/Alt coordinates works&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* Filter by name works&lt;br /&gt;
* Filter by type works&lt;br /&gt;
* Highlighted object is centered in map when user hits return or presses Ok&lt;br /&gt;
* Dialog message when a match fails; window does not close&lt;br /&gt;
* Up/Down arrow keys navigate the list of objects&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* Zoom is set to display the angle entered&lt;br /&gt;
* Min/max values make sense&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* Selected symbol is shown in preview pane&lt;br /&gt;
* Creating a new symbol works&lt;br /&gt;
* Editing an existing symbol works&lt;br /&gt;
* Removing a symbol works (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* Set Geographic location works&lt;br /&gt;
* Download Extra Data works&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
Note: changes in the modules are not reflected until the widget loses input focus.  This may not be ideal, but doing immediate updates doesn't work.  Consider the JD module.  Let's say I want to clear the current number and enter a new one.  As soon as I delete the text, it would try to process the blank line as a date.  Then if I typed a &amp;quot;2&amp;quot;, it would try to use that.  Basically, there needs to be a way to indicate that you are done editing.&lt;br /&gt;
* Julian Day calculator works correctly, both ways.&lt;br /&gt;
* Sidereal Time Calculator works correctly, both ways.&lt;br /&gt;
* Information displayed in the Almanac seems correct.&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* Equatorial to Galactic Coords conversion works&lt;br /&gt;
* Conversion from Equatorial to Horizontal coordinates is accurate[[#Footnotes|[2]]]&lt;br /&gt;
* Horizontal Coordinates UI&lt;br /&gt;
* Ecliptic Coordinates tool UI&lt;br /&gt;
* Data shown in the ecliptic coordinates tool seems accurate&lt;br /&gt;
* Angular distance tool UI works as expected&lt;br /&gt;
* Angular distances reported seem accurate&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* Planet Coordinates tool UI behaves as expected&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* Removing an object named &amp;quot;star&amp;quot;&lt;br /&gt;
* Selecting by magnitude in wizard [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* Star name and designation lists are synchronized properly.&lt;br /&gt;
* Downloading new list from AAVSO updates the stars lists.&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* Almanac data are correct&lt;br /&gt;
* Displays objects that are visible on the given date, from the given location&lt;br /&gt;
* Changing the Date works, and updates the list of objects and almanac&lt;br /&gt;
* Changing the Location works, and updates the list of objects and almanac&lt;br /&gt;
* Selecting Evening/Morning/All Night works, and updates the list of objects&lt;br /&gt;
* Selected object is displayed in right panel correctly&lt;br /&gt;
* The Rise/Set/Transit data are correct&lt;br /&gt;
* Center Object button works&lt;br /&gt;
* Details button works&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* Displays object information&lt;br /&gt;
* Testing Resource links works&lt;br /&gt;
* Editing Resource links works&lt;br /&gt;
* Removing resource links works&lt;br /&gt;
* Interacting with online databases works&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* Displays list of images found via Google image search&lt;br /&gt;
* Selecting an image from the list displays it in the viewer&lt;br /&gt;
* Editing the image works&lt;br /&gt;
* Closing the window places the selected image in the Details window&lt;br /&gt;
* KIO jobs are terminated in the console after quitting KStars&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* Lambert Azimuthal Equal Area&lt;br /&gt;
* Azimuthal Equidistant&lt;br /&gt;
* Orthographic&lt;br /&gt;
* Equirectangular [mouse nav broken; arrow keys work]&lt;br /&gt;
* Streographic&lt;br /&gt;
* Gnomonic [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
A: Will bring in Marble Widget eventually&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Does not work at high zoom when refraction corrections are enabled. Possibly because the RefractCorr1 array is not the exact &amp;quot;inverse&amp;quot; map of RefractCorr2 array. The bug is in objectNearest and thus other features are affected too.&lt;br /&gt;
&lt;br /&gt;
[2]: Tracking at high zoom sometimes &amp;quot;shakes&amp;quot; the display periodically. This has nothing to do with atmospheric refraction.&lt;br /&gt;
&lt;br /&gt;
[3]: The clock is paused if it is running, but the icon in the toolbar doesn't change state&lt;br /&gt;
&lt;br /&gt;
[4]: The display in the status bar shows a different field of view (possibly the minor axis) from what is entered&lt;br /&gt;
&lt;br /&gt;
[5]: Why are there 2 &amp;quot;Main Toolbar&amp;quot;s? Is this a bug that only I am experiencing?&lt;br /&gt;
&lt;br /&gt;
[6]: What are those blank actions?&lt;br /&gt;
&lt;br /&gt;
[7]: TODO: Check if the altitude / azimuth shown are the real altitude and azimuth and not the back-refracted ones.&lt;br /&gt;
&lt;br /&gt;
[8]: Disable / don't show the faint magnitude zoomed in / zoomed out spin boxes under the catalogs tab&lt;br /&gt;
&lt;br /&gt;
[9]: A lot of widgets have undefined what's this help.&lt;br /&gt;
&lt;br /&gt;
[10]: Tracking doesn't lock on the location of a DSO (found using the find dialog) if DSOs are disabled.&lt;br /&gt;
&lt;br /&gt;
[11]: Ground fills up even when show ground is disabled, or horizon polygon disappears when the horizon is close to the top of the screen in Gnomonic Projection&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1</id>
		<title>Projects/Edu/KStars/QA List 4.1</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1"/>
				<updated>2008-06-04T03:29:01Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.0. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking.&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* New window [Ctrl+N] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Close Window [Ctrl+W] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Open FITS file [Ctrl+O]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Run script [Ctrl+R]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Help button displays KStars hand book.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Next/Back buttons work.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Listed telescopes reflect system + user added telescopes.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Automatic port scan.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Telescope list reflect system &amp;amp; user added telescope.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting a telescope update all property fields.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing a telescope shows a confirmation box.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Saving updated properties works.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Calculator [Ctrl+C]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Observing List [Ctrl+L]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;AAVSO Light Curves [Ctrl+V]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Altitude vs. Time [Ctrl+A]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;What's Up Tonight [Ctrl+U]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Script Builder [Ctrl+B]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Solar System [Ctrl+Y]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Jupiter's Moons [Ctrl+J]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt;: Crash when closing toolbar editor&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;All color settings change upon selecting a new scheme&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color settings persistent on reload&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&amp;gt; (not selected)&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Each item gets downloaded and installed correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;File open dialog displays only FITS files.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;FITS image is opened and displayed properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Undo/Redo work&amp;lt;/font&amp;gt;[[#Footnotes|[3]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Zoom in/out, Default zoom&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statistics&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FITS header&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing without save issues a warning dialog&amp;lt;/font&amp;gt;[[#Footnotes|[3]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Save and Save As work&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Slider symbols reset after clicking Apply&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Saves image to file&amp;lt;/font&amp;gt;: Doesn't seem to save GIF&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Image matches screen display (without FOV or infobox overlays)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Executes the selected script.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar messages indicate script is running/finished.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Simulation clock is set to selected time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected date displayed properly in calendar widget&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;It is not possible to select an invalid date&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Setting RA/Dec coordinates works&amp;lt;/font&amp;gt; [[#Footnotes|[1]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Az/Alt coordinates works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by name works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by type works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlighted object is centered in map when user hits return or presses Ok&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog message when a match fails; window does not close&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Up/Down arrow keys navigate the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom is set to display the angle entered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Min/max values make sense&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected symbol is shown in preview pane&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Creating a new symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing an existing symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Removing a symbol works&amp;lt;/font&amp;gt; (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Set Geographic location works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Download Extra Data works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Julian Day calculator works correctly, both ways.&amp;lt;/font&amp;gt;: Doesn't refresh date upon changing JD&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Sidereal Time Calculator works correctly, both ways.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Information displayed in the Almanac seems correct.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Equatorial to Galactic Coords conversion works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Conversion from Equatorial to Horizontal coordinates is accurate&amp;lt;/font&amp;gt;[[#Footnotes|[2]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Horizontal Coordinates UI&amp;lt;/font&amp;gt;:Horizontal Coordinates are not updated upon changing geographic location&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Ecliptic Coordinates tool UI&amp;lt;/font&amp;gt;: Fields don't update on changing date/time&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Data shown in the ecliptic coordinates tool seems accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distance tool UI works as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distances reported seem accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Planet Coordinates tool UI behaves as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing an object named &amp;quot;star&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Selecting by magnitude in wizard&amp;lt;/font&amp;gt; [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Star name and designation lists are synchronized properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Downloading new list from AAVSO updates the stars lists.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Almanac data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays objects that are visible on the given date, from the given location&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Changing the Date works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Changing the Location works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting Evening/Morning/All Night works, and updates the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected object is displayed in right panel correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;The Rise/Set/Transit data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center Object button works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Details button works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays object information&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Testing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Interacting with online databases works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays list of images found via Google image search&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting an image from the list displays it in the viewer&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing the image works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing the window places the selected image in the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KIO jobs are terminated in the console after quitting KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Lambert Azimuthal Equal Area&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Azimuthal Equidistant&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Orthographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Equirectangular&amp;lt;/font&amp;gt; [mouse nav broken; arrow keys work]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Streographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Gnomonic&amp;lt;/font&amp;gt; [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
&lt;br /&gt;
* Need to fix DeepSkyComponent::init() so that downloaded ngcic??.dat files will be merged into one ngcic.dat file, as the 4.0 code now expects.&lt;br /&gt;
&lt;br /&gt;
* Observing log data and user added links don't seem to be saved between restarts of KStars&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Should the epoch box be preset to the current clock's epoch, rather than J2000?&lt;br /&gt;
[2]: Horizontal Coordinates seem to take time zone of geographic location into account. Is this desirable? It would help if the timezone used is specified.&lt;br /&gt;
[3]: I don't seem to be able to make any changes&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1</id>
		<title>Projects/Edu/KStars/QA List 4.1</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1"/>
				<updated>2008-06-04T03:25:49Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.0. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking.&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* New window [Ctrl+N] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Close Window [Ctrl+W] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Open FITS file [Ctrl+O]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Run script [Ctrl+R]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Help button displays KStars hand book.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Next/Back buttons work.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Listed telescopes reflect system + user added telescopes.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Automatic port scan.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Telescope list reflect system &amp;amp; user added telescope.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting a telescope update all property fields.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing a telescope shows a confirmation box.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Saving updated properties works.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Calculator [Ctrl+C]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Observing List [Ctrl+L]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;AAVSO Light Curves [Ctrl+V]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Altitude vs. Time [Ctrl+A]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;What's Up Tonight [Ctrl+U]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Script Builder [Ctrl+B]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Solar System [Ctrl+Y]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Jupiter's Moons [Ctrl+J]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt;: Crash when closing toolbar editor&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;All color settings change upon selecting a new scheme&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color settings persistent on reload&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&amp;gt; (not selected)&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Each item gets downloaded and installed correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;File open dialog displays only FITS files.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;FITS image is opened and displayed properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Undo/Redo work&amp;lt;/font&amp;gt;[[#Footnotes|[3]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Zoom in/out, Default zoom&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statistics&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FITS header&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing without save issues a warning dialog&amp;lt;/font&amp;gt;[[#Footnotes|[3]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Save and Save As work&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Slider symbols reset after clicking Apply&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Saves image to file&amp;lt;/font&amp;gt;: Doesn't seem to save GIF&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Image matches screen display (without FOV or infobox overlays)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Executes the selected script.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar messages indicate script is running/finished.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Simulation clock is set to selected time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected date displayed properly in calendar widget&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;It is not possible to select an invalid date&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Setting RA/Dec coordinates works&amp;lt;/font&amp;gt; [[#Footnotes|[1]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Az/Alt coordinates works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by name works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by type works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlighted object is centered in map when user hits return or presses Ok&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog message when a match fails; window does not close&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Up/Down arrow keys navigate the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom is set to display the angle entered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Min/max values make sense&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected symbol is shown in preview pane&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Creating a new symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing an existing symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Removing a symbol works&amp;lt;/font&amp;gt; (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Set Geographic location works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Download Extra Data works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Julian Day calculator works correctly, both ways.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Sidereal Time Calculator works correctly, both ways.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Information displayed in the Almanac seems correct.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Equatorial to Galactic Coords conversion works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Conversion from Equatorial to Horizontal coordinates is accurate&amp;lt;/font&amp;gt;[[#Footnotes|[2]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Horizontal Coordinates are not updated upon changing geographic location&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Ecliptic Coordinates tool, fields don't update on changing date/time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Data shown in the ecliptic coordinates tool seems accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distance tool UI works as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distances reported seem accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Planet Coordinates tool UI behaves as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing an object named &amp;quot;star&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Selecting by magnitude in wizard&amp;lt;/font&amp;gt; [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Star name and designation lists are synchronized properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Downloading new list from AAVSO updates the stars lists.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Almanac data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays objects that are visible on the given date, from the given location&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Changing the Date works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Changing the Location works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting Evening/Morning/All Night works, and updates the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected object is displayed in right panel correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;The Rise/Set/Transit data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center Object button works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Details button works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays object information&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Testing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Interacting with online databases works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays list of images found via Google image search&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting an image from the list displays it in the viewer&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing the image works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing the window places the selected image in the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KIO jobs are terminated in the console after quitting KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Lambert Azimuthal Equal Area&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Azimuthal Equidistant&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Orthographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Equirectangular&amp;lt;/font&amp;gt; [mouse nav broken; arrow keys work]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Streographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Gnomonic&amp;lt;/font&amp;gt; [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
&lt;br /&gt;
* Need to fix DeepSkyComponent::init() so that downloaded ngcic??.dat files will be merged into one ngcic.dat file, as the 4.0 code now expects.&lt;br /&gt;
&lt;br /&gt;
* Observing log data and user added links don't seem to be saved between restarts of KStars&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Should the epoch box be preset to the current clock's epoch, rather than J2000?&lt;br /&gt;
[2]: Horizontal Coordinates seem to take time zone of geographic location into account. Is this desirable? It would help if the timezone used is specified.&lt;br /&gt;
[3]: I don't seem to be able to make any changes&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1</id>
		<title>Projects/Edu/KStars/QA List 4.1</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Projects/Edu/KStars/QA_List_4.1"/>
				<updated>2008-06-04T03:10:41Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== List of expected behaviors for KStars 4.0. ==&lt;br /&gt;
&lt;br /&gt;
Please test these behaviors, and indicate whether it works correctly or not.  Once a behavior has been tested, attach one of the following codes to the beginning of the line to indicate its status.&lt;br /&gt;
&lt;br /&gt;
* No symbol or Black: behavior not yet tested&lt;br /&gt;
* * or &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Red&amp;lt;/font&amp;gt;: behavior causes KStars to crash&lt;br /&gt;
* X or &amp;lt;font color=&amp;quot;#CC8800&amp;quot;&amp;gt;Orange&amp;lt;/font&amp;gt;: behavior is broken&lt;br /&gt;
* B or &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Yellow&amp;lt;/font&amp;gt;: behavior sort-of works, or is buggy&lt;br /&gt;
* U or &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Cyan&amp;lt;/font&amp;gt;: Usability issue&lt;br /&gt;
* C or &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Green&amp;lt;/font&amp;gt;: behavior works correctly&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Mouse Navigation ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Moving the mouse shows the current sky coordinates of the mouse in the statusbar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Clicking the mouse identifies the nearest object in the statusbar; the object's &amp;quot;long name&amp;quot; is shown &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hovering the mouse attaches a temporary label to the nearest object.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels fade out when the mouse moves&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Hover labels only appear when the map is not in motion&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Double-clicking attaches a label to the nearest object, centers it in the display, and engages tracking.&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;The double-click label is removed when the object is no longer centered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag moves the map such that the cursor remains roughly in the same place in the sky.  &amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky disengages tracking&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Dragging the sky to one of the poles does not cause odd behavior&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with Ctrl pressed draws a rectangle in the map that defines a new area to be displayed when the mouse button is released&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Click-and-drag with the middle mouse button zooms in and out according to the vertical motion of the mouse&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Scrolling the mouse wheel zooms in and out.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Right-click opens a context-sensitive popup menu for the object nearest the mouse cursor.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Keyboard commands ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Arrow keys: scroll the display.  Holding Shift increases the speed&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[0-9] center on a major solar system body (0 is the sun, 3 is the moon; the rest are planets in order from Mercury to Pluto)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;[&amp;lt;,&amp;gt;] Advance clock forward/backward by one time step (clock will be paused if it isn't already)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Actions: ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;C: Track object&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;D: Open the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;L: Attach/Remove the label&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;O: Add object to Observing List&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;T: Attach/remove trail (solar system only)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Pressing Shift targets action on the focused object, rather than the clicked object&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Menu functions and keyboard shortcuts ===&lt;br /&gt;
&lt;br /&gt;
If a menu action opens a window, the window's behavior is listed elsewhere.  Just check to see if it opens here.&lt;br /&gt;
&lt;br /&gt;
==== File Menu ====&lt;br /&gt;
* New window [Ctrl+N] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* Close Window [Ctrl+W] &amp;lt;&amp;lt;Disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Download new data [Ctrl+D]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Open FITS file [Ctrl+O]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Save Sky image [Ctrl+I]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Run script [Ctrl+R]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Print [Ctrl+P] (print dialog opens)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Quit [Ctrl+Q]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Time Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time to now [Ctrl+E]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set time [Ctrl+S]&amp;lt;/font&amp;gt; &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Start/Stop clock&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Pointing Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zenith [Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;North [N]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;East [E]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;South [S]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;West [W]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Set focus manually [Ctrl+M]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Find object [Ctrl+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Engage/Stop tracking [Ctrl+T]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom in [Ctrl++]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom out [Ctrl+-]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Default zoom [Ctrl+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Zoom to angular size [Ctrl+Shift+Z]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Full-screen mode [Ctrl+Shift+F]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Horizontal/Equatorial Coordinates [Space]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Projections sub-menu (test switching only here)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Devices Menu ====&lt;br /&gt;
===== Telescope wizard =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Help button displays KStars hand book.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Next/Back buttons work.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Listed telescopes reflect system + user added telescopes.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Time and Location open the appropriate dialog boxes and perform the correct time or location updates.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting port name initiate a scan for that specific port, whereas leaving the port empty initiates a complete auto port scan. Both actions can be canceled at any time.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Automatic port scan.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Telescope properties =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Telescope list reflect system &amp;amp; user added telescope.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting a telescope update all property fields.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing a telescope shows a confirmation box.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Saving updated properties works.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Device manager =====&lt;br /&gt;
===== INDI Control panel ===== &lt;br /&gt;
===== Capture image sequence =====&lt;br /&gt;
* Capture image sequence is automatically enabled when a new capturing device is connected via INDI.&lt;br /&gt;
* Prefix, count, and ISO time stamp is incorporated into the filename when selected.&lt;br /&gt;
* Filter selection.&lt;br /&gt;
===== Configure INDI =====&lt;br /&gt;
&lt;br /&gt;
==== Tools Menu (test opening tools only here) ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Calculator [Ctrl+C]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Observing List [Ctrl+L]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;AAVSO Light Curves [Ctrl+V]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Altitude vs. Time [Ctrl+A]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;What's Up Tonight [Ctrl+U]&amp;lt;/font&amp;gt;&lt;br /&gt;
* Glossary [Ctrl+K] &amp;lt;&amp;lt;disabled&amp;gt;&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Script Builder [Ctrl+B]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Solar System [Ctrl+Y]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Jupiter's Moons [Ctrl+J]&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Settings Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Infoboxes Display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00AA00&amp;quot;&amp;gt;Toolbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Toolbar customization&amp;lt;/font&amp;gt;: Crash when closing toolbar editor&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar display toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color scheme toggles&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Field-of-view (FOV) Symbol selector&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FOV Editor&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Geographic Location [Ctrl+G]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Configure KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Startup Wizard&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Help Menu ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KStars Handbook [F1]&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;What's this?&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Report Bug&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;About KDE&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Main toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom in/out&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Find object...&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Stop/Start clock&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Timestep widget&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== View toolbar ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show stars&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show deep-sky&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show solar system&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation lines&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation names&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show constellation boundaries&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show Milky Way&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show coordinate grid&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Show opaque ground&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Centering and tracking ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on object (double-click, popup menu, click then press &amp;quot;C&amp;quot;)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center+Track on empty sky (double-click, popup menu)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If requested position moves display below horizon, confirm dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;If startup position is below horizon, recenter dialog is shown&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Information in &amp;quot;Focus&amp;quot; InfoBox updates correctly when recentering&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Info boxes ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displayed with semi-transparent backgound&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlight color on click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Shade&amp;quot; on double-click&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Move on drag&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Collision avoidance works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;&amp;quot;Stick&amp;quot; to screen edges&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Remember position and shade-state on restart&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Color schemes ===&lt;br /&gt;
* Show all available schemes, incl. predefined and custom&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;All color settings change upon selecting a new scheme&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Color settings persistent on reload&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Custom scheme appears in menu after creating in in the Configure dialog&amp;lt;/font&amp;gt; (not selected)&lt;br /&gt;
* Custom scheme is removed from menu if it is removed in the Configure dialog&lt;br /&gt;
&lt;br /&gt;
=== Dialogs ===&lt;br /&gt;
==== Download new data ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog displays all available download items (Steinicke NGC catalog, Ephemerides, Messier catalog thumbnails, Thumbnails for details window, updated DST rules)&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Each item gets downloaded and installed correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FITS viewer ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;File open dialog displays only FITS files.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FITS image is opened and displayed properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Image coordinates, pixel value, image dimensions, and zoom value are displayed in status bar.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Undo/Redo work&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom in/out, Default zoom&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statistics&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;FITS header&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing without save issues a warning dialog&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Histogram tool =====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Range of pixel values can be updated with edit boxes or by dragging the blue/red symbols&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Slider symbols reset after clicking Apply&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Save sky image ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Saves image to file&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Image matches screen display (without FOV or infobox overlays)&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Run script ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Executes the selected script.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Statusbar messages indicate script is running/finished.&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Print ====&lt;br /&gt;
* Prints image of current skymap (without infoboxes or FOV symbols)&lt;br /&gt;
* Ask to reset color scheme if background is not white&lt;br /&gt;
* Color scheme is properly reset for printing, and reverted afterward&lt;br /&gt;
&lt;br /&gt;
==== Set time ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Simulation clock is set to selected time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected date displayed properly in calendar widget&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;It is not possible to select an invalid date&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Set focus manually ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Setting RA/Dec coordinates works&amp;lt;/font&amp;gt; [[#Footnotes|[1]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Setting Az/Alt coordinates works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Find object ==== &lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by name works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Filter by type works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Highlighted object is centered in map when user hits return or presses Ok&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Dialog message when a match fails; window does not close&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Up/Down arrow keys navigate the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Zoom to angular size ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Zoom is set to display the angle entered&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Min/max values make sense&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== FOV symbol editor ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected symbol is shown in preview pane&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Creating a new symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing an existing symbol works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CCCC&amp;quot;&amp;gt;Removing a symbol works&amp;lt;/font&amp;gt; (if this symbol is currently in use, what should happen?)&lt;br /&gt;
&lt;br /&gt;
==== Geographic location ====&lt;br /&gt;
&lt;br /&gt;
==== Startup Wizard ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Set Geographic location works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Download Extra Data works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Object Details (from popup menu) ====&lt;br /&gt;
&lt;br /&gt;
==== Image viewer (from popup menu) ====&lt;br /&gt;
* Selected image is shown; window is sized to fit image&lt;br /&gt;
* Authorship and copyright in statusbar&lt;br /&gt;
* Save button works&lt;br /&gt;
&lt;br /&gt;
=== Popup menu ===&lt;br /&gt;
&lt;br /&gt;
=== Tools ===&lt;br /&gt;
==== Calculator ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC0000&amp;quot;&amp;gt;Julian Day calculator works correctly, both ways.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Sidereal Time Calculator works correctly, both ways.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Information displayed in the Almanac seems correct.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Equinoxes and Solstices displayed are correct&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Equatorial to Galactic Coords conversion works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Conversion from Equatorial to Horizontal coordinates is accurate&amp;lt;/font&amp;gt;[[#Footnotes|[2]]]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC0000&amp;quot;&amp;gt;Horizontal Coordinates are not updated upon changing geographic location&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CC0000&amp;quot;&amp;gt;Ecliptic Coordinates tool, fields don't update on changing date/time&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Data shown in the ecliptic coordinates tool seems accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distance tool UI works as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Angular distances reported seem accurate&amp;lt;/font&amp;gt;&lt;br /&gt;
* Geodetic coordinates UI works as expected&lt;br /&gt;
* Data displayed by Geodetic coordinates tool seems correct&lt;br /&gt;
* LSR Velocity tool UI works as expected&lt;br /&gt;
* LSR Velocity tool seems to produce correct results&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#00CC00&amp;quot;&amp;gt;Planet Coordinates tool UI behaves as expected&amp;lt;/font&amp;gt;&lt;br /&gt;
* Planet coordinates shown seem accurate&lt;br /&gt;
* Conjunctions tool UI behaves as expected&lt;br /&gt;
* Conjunctions tool reports all conjunctions correctly&lt;br /&gt;
&lt;br /&gt;
==== Observing List ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing an object named &amp;quot;star&amp;quot;&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Selecting by magnitude in wizard&amp;lt;/font&amp;gt; [count not updated properly]&lt;br /&gt;
&lt;br /&gt;
==== AAVSO light curves ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Star name and designation lists are synchronized properly.&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Downloading new list from AAVSO updates the stars lists.&amp;lt;/font&amp;gt;&lt;br /&gt;
* Retrieve Curve buttons downloads and displays the light curve correctly.&lt;br /&gt;
&lt;br /&gt;
==== Altitude vs. time ====&lt;br /&gt;
&lt;br /&gt;
==== What's up tonight ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Almanac data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays objects that are visible on the given date, from the given location&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Changing the Date works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Changing the Location works, and updates the list of objects and almanac&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting Evening/Morning/All Night works, and updates the list of objects&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selected object is displayed in right panel correctly&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;The Rise/Set/Transit data are correct&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Center Object button works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Details button works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Script builder ====&lt;br /&gt;
&lt;br /&gt;
==== Solar system ====&lt;br /&gt;
&lt;br /&gt;
==== Jupiter's moons ====&lt;br /&gt;
&lt;br /&gt;
=== Details window ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays object information&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Testing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing Resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Removing resource links works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Interacting with online databases works&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Thumbnail Picker ====&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Displays list of images found via Google image search&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Selecting an image from the list displays it in the viewer&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Editing the image works&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Closing the window places the selected image in the Details window&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;KIO jobs are terminated in the console after quitting KStars&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== INDI ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Configuration window ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Sky Projections ===&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Lambert Azimuthal Equal Area&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Azimuthal Equidistant&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Orthographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#CCCC00&amp;quot;&amp;gt;Equirectangular&amp;lt;/font&amp;gt; [mouse nav broken; arrow keys work]&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#000000&amp;quot;&amp;gt;Streographic&amp;lt;/font&amp;gt;&lt;br /&gt;
* &amp;lt;font color=&amp;quot;#AA0000&amp;quot;&amp;gt;Gnomonic&amp;lt;/font&amp;gt; [cpu 100% at low zoom, eventually crashes]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Discovered issues: ==&lt;br /&gt;
&lt;br /&gt;
Use this section to add issues discovered while testing the program that are not listed above.&lt;br /&gt;
&lt;br /&gt;
* KStars doesn't know my city's coordinates, while Marble does. Could not they share the a common datasheet with cities' positions?&lt;br /&gt;
&lt;br /&gt;
* Need to fix DeepSkyComponent::init() so that downloaded ngcic??.dat files will be merged into one ngcic.dat file, as the 4.0 code now expects.&lt;br /&gt;
&lt;br /&gt;
* Observing log data and user added links don't seem to be saved between restarts of KStars&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&lt;br /&gt;
Add footnotes describing issues noted in the main list here.  &lt;br /&gt;
&lt;br /&gt;
[1]: Should the epoch box be preset to the current clock's epoch, rather than J2000?&lt;br /&gt;
[2]: Horizontal Coordinates seem to take time zone of geographic location into account. Is this desirable? It would help if the timezone used is specified.&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Schedules/KDE4/4.1_Feature_Plan</id>
		<title>Schedules/KDE4/4.1 Feature Plan</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Schedules/KDE4/4.1_Feature_Plan"/>
				<updated>2008-04-20T00:33:53Z</updated>
		
		<summary type="html">&lt;p&gt;Akarshsimha: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of planned features. The deadline for adding entries here for the 4.1 release is '''20 April 2008'''.&lt;br /&gt;
&lt;br /&gt;
Entries added after that date will be scheduled for the 4.2 release.&lt;br /&gt;
&lt;br /&gt;
Legend:&lt;br /&gt;
* todo =&amp;gt; not started yet&lt;br /&gt;
* in-progress =&amp;gt; started, but not completed yet&lt;br /&gt;
* done =&amp;gt; completed&lt;br /&gt;
__TOC__&lt;br /&gt;
= kdelibs =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|kdeui|Add KFadeWidgetEffect to easily add fading UI transitions to KDE applications|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureDone|kdeui|Make icon naming spec compliant 3rd party icon themes like Tango or gnome-icon-theme work correctly.|jpetso@gmx.at|Jakob Petsovits}}&lt;br /&gt;
{{FeatureDone|kross|Add QtScript support|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureDone|KHTML|Support CSS3 Media Queries|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureDone|KHTML|Efficient smooth scrolling|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureDone|Phonon KCM|More UI feedback|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|Phonon|VideoWidget snapshot function|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|Phonon|better integration of pulseaudio|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|Phonon|make AbstractMediaStream/StreamInterface threadsafe|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|Phonon|allow backend switching on the fly|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureTodo|Phonon|add Port class for fine grained control over data flow between Phonon objects|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|Phonon|subtitle, audio track selection|kretz@kde.org|Matthias Kretz and Ian Monroe}}&lt;br /&gt;
{{FeatureInProgress|Phonon|&amp;quot;low-level&amp;quot; PCM I/O with at least an ALSA implementation|kretz@kde.org|Matthias Kretz and Ian Monroe}}&lt;br /&gt;
{{FeatureTodo|Phonon|update device preference on the fly|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|kdeui|Goya, a framework for inserting controls into itemviews in a really easy and fast way|ereslibre@kde.org|Rafael Fernández López}}&lt;br /&gt;
{{FeatureInProgress | kdeui | Rich textedit widget supporting most rich text features. | steveire@gmail.com | Stephen Kelly }}&lt;br /&gt;
{{FeatureInProgress|kdeui|Shortcut schemes for KDE applications|adymo@kdevelop.org|Alexander Dymo}}&lt;br /&gt;
{{FeatureDone|kmimetypetrader/kbuildsycoca|Replace use of profilerc for ordering applications with new mimeapps.list standard|faure@kde.org|David Faure}}&lt;br /&gt;
{{FeatureInProgress|knewstuff|Support caching, and speed up the interface through use of Models/Views and goya|jeremy@scitools.com|Jeremy Whiting}}&lt;br /&gt;
{{FeatureInProgress|Phonon KCM|Handle advanced devices|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|KDEPrint|Reintroduce KDEPrint in some form, depending on what Qt4.4 delivers.|john@layt.net|john Layt}}&lt;br /&gt;
{{FeatureInProgress|KDEPrint|Add CUPS Options tabs to QPrintDialog to support n-up, page borders, banner pages, page labels, mirror pages, job scheduling, and manual CUPS options.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|Add framework for standard actions for 'Send to...' for e-mail, fax, etc by printing to PDF/PS.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|Migrate FilePrinter class from Okular to enable file printing for all apps via QPrinter, modify to utilise new Qt4.4 features.  To be discussed on k-c-d first.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureInProgress|KIO|speed limits on KIO Transfers|nolis71cu@gmail.com|Manolo Valdes}}&lt;br /&gt;
{{FeatureInProgress|kdeui|Printing of shortcuts from the shortcut dialog|apaku@gmx.de|Andreas Pakulat}}&lt;br /&gt;
{{FeatureDone|Kate Part|Annotation framework for the editor|apaku@gmx.de|Andreas Pakulat}}&lt;br /&gt;
{{FeatureInProgress|KJS|Bytecode interpreter and performance improvements|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureInProgress|KHTML|Sync class and file structure with WebKit to prepare merging|porten@kde.org|Harri Porten}}&lt;br /&gt;
{{FeatureInProgress|KHTML|contentEditable/designMode implementation|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureTodo|KCalenderSystem|Complete migration of Jalali, Hijri, and Hebrew calendars to new code base.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KCalenderSystem|Add new calendar systems: Indian Civil (Saka), Ethiopean, Chinese, Pure Julian, Pure Gregorian. (Note, not all may live in kdelibs or be available as a global calendar system)|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureTodo|KLocale|Implement KLocale based methods to return weekend days and day of religious observance.  Currently KCalendarSystem provides dayOfPray(), but for Gregorian this is not correct in all locales where it is used.  Currently KDatePicker hardcodes Saturday and dayOfPray() as weekend days which may not be correct in all locales.  To be discussed first on k-c-d and with kdepim.|john@layt.net|John Layt}}&lt;br /&gt;
{{FeatureDone|dnssd|Models for service browser and domain browser.|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureTodo|KHTML|Adaptable/Scriptable workarounds for broken websites.|maksim@kde.org|Maks Orlovich}}&lt;br /&gt;
{{FeatureTodo|KHTML|support for borders-* properties from the CSS3 Background and Borders Module|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureTodo|KHTML|support for Audio/Video tags from the HTML5 draft specification|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureDone|KHTML|prospective loading of other network resources while waiting for arrival of blocking scripts|germain@ebooksfrance.org|Germain Garand}}&lt;br /&gt;
{{FeatureInProgress|KJS|Public API for extensions. Possibly analog to JavaScriptCore's C API.|porten@kde.org|Harri Porten}}&lt;br /&gt;
{{FeatureTodo|KTextEditor|Several interface extensions (e.g. open/save filter)|kwrite-devel@kde.org|Kate Developers}}&lt;br /&gt;
{{FeatureTodo|KTextEditor|Plugin for basic collaborative editing|kwrite-devel@kde.org|Kate Developers}}&lt;br /&gt;
{{FeatureInProgress|Kate Part|Scripting support for indentation and little helpers|kwrite-devel@kde.org|Kate Developers}}&lt;br /&gt;
{{FeatureTodo|Kate Part|Input modes to allow e.g. vim-like editing|kwrite-devel@kde.org|Kate Developers}}&lt;br /&gt;
{{FeatureDone|KIO|Implement support for inline editing in KFileItemDelegate|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureDone|KIO|Add support for drawing text shadows in KFileItemDelegate|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|Emoticons lib|An emoticons library so each applications doesn't have to implement the same things over and over again |brandon.ml@gmail.com|Carlo Segato}}&lt;br /&gt;
{{FeatureInProgress|KFile|Implement fd.o desktop-bookmark-spec for KFilePlacesModel|nf2@scheinwelt.at|Norbert Frese}}&lt;br /&gt;
{{FeatureTodo|kdeui| Support for About Data of libs and modules used by a program |kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|kdeui|Drop-in replacement for QFontComboBox, with more informative previews in non-Latin1 locales|caslav.ilic@gmx.net|Chusslove Illich}}&lt;br /&gt;
{{FeatureInProgress|KAboutLicense|Select licenses by keyword, to centralize license info texts for frequent licenses.|caslav.ilic@gmx.net|Chusslove Illich}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdepimlibs =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Akonadi|Move the Akonadi development library from kdepim.|vkrause@kde.org|Volker Krause}}&lt;br /&gt;
{{FeatureInProgress|Akonadi|Item size ([[Projects/PIM/Akonadi#Core|details]])|thomas.mcguire@gmx.net|Thomas McGuire}}&lt;br /&gt;
{{FeatureTodo|Akonadi|Payload serialization format versioning ([[Projects/PIM/Akonadi#Core|details]])|vkrause@kde.org|Volker Krause}}&lt;br /&gt;
{{FeatureTodo|Akonadi|Item streaming in ItemSync/ResourceBase ([[Projects/PIM/Akonadi#Core|details]])|tomalbers@kde.nl|Tom Albers}}&lt;br /&gt;
{{FeatureInProgress|Akonadi|API for additional item parts ([[Projects/PIM/Akonadi#Core|details]])|vkrause@kde.org,tokoe@kde.org|Volker Krause/Tobias Koenig}}&lt;br /&gt;
{{FeatureInProgress|Akonadi|Infrastructure for showing additional dialogs from agents/resources ([[Projects/PIM/Akonadi#Core|details]])|tomalbers@kde.nl|Tom Albers}}&lt;br /&gt;
{{FeatureTodo|Akonadi|Allow to limit ItemFetchJob to current cache content ([[Projects/PIM/Akonadi#Core|details]])|vkrause@kde.org|Volker Krause}}&lt;br /&gt;
{{FeatureInProgress|Akonadi|Fix API for item/collection modifications ([[Projects/PIM/Akonadi#Core|details]])|vkrause@kde.org|Volker Krause}}&lt;br /&gt;
{{FeatureTodo|Akonadi|Error reporting ([[Projects/PIM/Akonadi#Core|details]])|tokoe@kde.org|Tobias Koenig}}&lt;br /&gt;
{{FeatureTodo|gpgme++2|newly designed gpgme++ (multithreaded, exceptions, less event loop integration: better for Windows)|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureTodo|kpimutils|Change linklocator to use the new emoticon lib|brandon.ml@gmail.com|Carlo Segato}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-apps =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|Dolphin|Details-view: Allow to open folders as tree (turned off per default).|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureDone|Dolphin|Refactor view-action handling to a DolphinViewActionHandler to share more code with DolphinPart|faure@kde.org|David Faure}}&lt;br /&gt;
{{FeatureDone|Konqueror|Re-implement Copy To / Move To in the popup menu|faure@kde.org|David Faure}}&lt;br /&gt;
{{FeatureTodo|Konqueror|Separate konquerorrc and kfmrc (at least useful for home URL and toolbar settings)|faure@kde.org|David Faure and Emanuele Tamponi}}&lt;br /&gt;
{{FeatureDone|Dolphin|Simplify selecting of files in the single-click mode (based on http://aseigo.blogspot.com/2006/04/icons.html).|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|Raptor|The KDE4-Application-Menu}}&lt;br /&gt;
{{FeatureInProgress|Dolphin|Provide optional tooltips for files and directories.|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|Dolphin|Tabs|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
{{FeatureInProgress|Konqueror|Bring back the large tooltip like in kde3|faure@kde.org|David Faure}}&lt;br /&gt;
{{FeatureInProgress|Konqueror|Session management (save/restore session/restore from crash).|edulix@gmail.com|Eduardo Robles Elvira}}&lt;br /&gt;
{{FeatureInProgress|Konqueror|Support for undo closed window.|edulix@gmail.com|Eduardo Robles Elvira}}&lt;br /&gt;
{{FeatureDone|Konqueror|Allow to configure the Dolphin KPart within the Konquerors settings dialog.|peter.penz@gmx.at|Peter Penz}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-workspace =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Plasma|Kickoff orientation dependent layout|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureDone|kmenuedit|Restore menu system|montel@kde.org|Laurent Montel}}&lt;br /&gt;
{{FeatureDone|KCM autostart|Configure autostart desktop file|montel@kde.org|Laurent Montel}}&lt;br /&gt;
{{FeatureDone|Plasma|improve fail to launch and needs &lt;br /&gt;
config|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureDone|ksmserver|UI for selecting WMs|l.lunak@kde.org|Luboš Luňák}}&lt;br /&gt;
{{FeatureDone|Plasma|polish kickoff|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureDone|Plasma|toolbox improvements |aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureDone|Plasma|GHNS2 plasma themes|jeremy@scitools.com|Jeremy Whiting}}&lt;br /&gt;
{{FeatureDone|Plasma|Resizable, relocatable panel|binner@kde.org|Stephan Binner}}&lt;br /&gt;
{{FeatureInProgress|Solid|Refactor Solid::Control networking|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureInProgress|Solid|Backend for NetworkManager 0.7|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureInProgress|System Settings|Filtering/Lazy load category modules|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureInProgress|KSysGuard|Monitor process I/O|tapsell@kde.org|John Tapsell}}&lt;br /&gt;
{{FeatureInProgress|KDEPrint|Add printer applet for viewing print jobs and printer auto-configuration.|jriddell @ubuntu.com|Jonathan Riddell}}&lt;br /&gt;
{{FeatureTodo|Plasma|Mac-like menu bar plasmoid|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Color KCM|Add 'smart setting' of extended colors|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
{{FeatureTodo|Color KCM|Add KDE3 scheme import|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
{{FeatureTodo|Color KCM|Query kwin for supported colors; add full set of kwin colors|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
{{FeatureTodo|KDEPrint|reintroduce KDEPrint Print Management tools, e.g. KCM, kprinter, kjobviewer, etc.  Depends upon progress of kdelibs side of KDEPrint and Qt4.4 feature set.|john@layt.net|john Layt}}&lt;br /&gt;
{{FeatureTodo|System Settings|Administrator mode support|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureTodo|krunner|Revamp GUI.|riccardo@kde.org|Riccardo Iaconelli}}&lt;br /&gt;
{{FeatureInProgress|Plasma|webkit widget|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureInProgress|Plasma|shared timer in engines|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureInProgress|Plasma|welcome plasmoid|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureInProgress|Plasma|dashboard widget support|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Plasmagik packaging|riccardo@kde.org|Riccardo Iaconelli}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Scriptengines|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureInProgress|Plasma|QtScript scriptengine|richmoore44@gmail.com|Richard Moore}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Filebrowser Plasmoid|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Improve QtScript support|richmoore44@gmail.com|Richard Moore}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Zooming User Interface|chanika@gmail.com|Chani Armitage}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Multiple Desktop Containments|chanika@gmail.com|Chani Armitage}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Networkmanager Plasmoid and DataEngine|cblauvelt@gmail.com|Christopher Blauvelt}}&lt;br /&gt;
{{FeatureInProgress|Plasma|API changes [[Projects/Plasma/Tokamak1]]|panel-devel@kde.org|Plasma team }}&lt;br /&gt;
{{FeatureInProgress|Plasma|Panel Toolbox|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Panel changes to make it work with the new default theme|notmart@gmail.com|Marco Martin}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Generic folder view applet/containment, that can also be used as the desktop background (showing the desktop folder).|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|Krunner|Configuration options for blacklisting, user ranking, runner ranking, learning|mumismo@gmail.com|Jordi Polo}}&lt;br /&gt;
{{FeatureTodo|Krunner|Simple learning|mumismo@gmail.com|Jordi Polo}}&lt;br /&gt;
{{FeatureTodo|Krunner|Simple GUI for above options|mumismo@gmail.com|Jordi Polo}}&lt;br /&gt;
{{FeatureTodo|Krunner|Runners able to share parsing|mumismo@gmail.com|Jordi Polo}}&lt;br /&gt;
{{FeatureTodo|Plasma|Temperature sensing in the device engine|cblauvelt@gmail.com|Christopher Blauvelt}}&lt;br /&gt;
{{FeatureTodo|Plasma|Video data in the device engine|cblauvelt@gmail.com|Christopher Blauvelt}}&lt;br /&gt;
{{FeatureTodo|Plasma|New plasma theme|nuno@oxygen-icons.org|Nuno Pinheiro}}&lt;br /&gt;
{{FeatureTodo|Plasma|physics-based animator|riccardo@kde.org|Riccardo Iaconelli}}&lt;br /&gt;
{{FeatureTodo|Plasma|Top-level windows plasmoids|riccardo@kde.org|Riccardo Iaconelli}}&lt;br /&gt;
{{FeatureTodo|Plasma|change showConfigurationInterfaction to createConfigurationInterface|aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureTodo|Plasma|Plasma::Service |aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureTodo|Plasma|Keyboard shortcuts |aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureTodo|Plasma|panel hiding |aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureTodo|Plasma|panel toolbox |aseigo@kde.org|Aaron Seigo}}&lt;br /&gt;
{{FeatureInProgress|KWin|non-linear animations also for KWin|sebas@kde.org|Sebastian Kuegler}}&lt;br /&gt;
{{FeatureInProgress|KWin|Compiz's wobbly like effect for KWin|cedric.borgese@gmail.com|Cédric Borgese}}&lt;br /&gt;
{{FeatureTodo|KDM|Theme KDM (login manager) by default|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureInProgress|Nepomuk|Simple Desktop Search client based on Nepomuk search|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureInProgress|Plasma|Add a dataengine that implements galago-project Notifications DBus interface and a plasmoid which provides cute visualization of notifications along with nice and easy way to interact with them|dimsuz@gmail.com|Dmitry Suzdalev}}&lt;br /&gt;
{{FeatureInProgress|ksmserver|Make the fade-to-gray logout effect work even when composite is disabled|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebase-runtime =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|nepomuk|Service that monitors file rename and delete operations and updates the metadata accordingly. kded module already exists in playground. problem: depends on inotify.|trueg@kde.org|Sebastian Trueg}}&lt;br /&gt;
{{FeatureDone|KCM emoticons|Adding/editing/removing emoticons theme|brandon.ml@gmail.com|Carlo Segato}}&lt;br /&gt;
{{FeatureInProgress|phonon-xine|snapshots in video widget|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureTodo|phonon-xine|try to make VideoWidget work on GraphicsView|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureTodo|phonon-xine|make states compatible to other backends|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureTodo|phonon-xine|better support for pulseaudio (most work possibly in kdelibs)|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureTodo|phonon-gstreamer|Make phonon-gstreamer as released with Qt 4.4 fully integrate into KDE and add the features added to libphonon after libphonon 4.1|kretz@kde.org|Matthias Kretz}}&lt;br /&gt;
{{FeatureInProgress|desktop ioslave|Add an ioslave that lists the contents of the desktop folder, and reports the names in the .desktop files instead of the actual file names.|fredrik@kde.org|Fredrik Höglund}}&lt;br /&gt;
{{FeatureInProgress|knotify|Add support for galago desktop notifications spec - if knotify will find a certain DBus service on session bus, it'll forward its popup notification events to this service |dimsuz@gmail.com|Dmitry Suzdalev}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeaccessibility =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KMagnifier|Add color blindness simulation|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
{{FeatureTodo|KMagnifier|Refactor color menu, re-add invert, add color-shift modes to help people with color blindness|mw_triad@users.sourceforge.net|Matthew Woehlke}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeadmin =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KSystemLog|KSystemLog, a Log Viewer Tool. Move from kde-apps|nicolas.ternisien@gmail.com}}&lt;br /&gt;
{{FeatureDone|KCron|Do some refactoring in KCron|nicolas.ternisien@gmail.com}}&lt;br /&gt;
{{FeatureDone|KCron|Improve ergonomy and general interface|nicolas.ternisien@gmail.com}}&lt;br /&gt;
{{FeatureDone|KCron|Fix all existing bugs in KCron|nicolas.ternisien@gmail.com}}&lt;br /&gt;
{{FeatureDone|KCron|Convert KCron into a KCM Module, to use it in System Settings|nicolas.ternisien@gmail.com}}&lt;br /&gt;
{{FeatureInProgress|Environment Variables|Create a environment variables KCM Module|nicolas.ternisien@gmail.com}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeartwork =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdebindings =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureTodo|Smoke2|Move Smoke2 to kdebindings-trunk.|kde-bindings@kde.org|KDE-bindings developers}}&lt;br /&gt;
{{FeatureTodo|PHP-Qt|Move PHP-Qt to kdebindings-trunk.|kde-bindings@kde.org|KDE-bindings developers}}&lt;br /&gt;
{{FeatureTodo|kross|Move krossjava to kdebindings-trunk.|mail@dipe.org|Sebastian Sauer}}&lt;br /&gt;
{{FeatureTodo|General|Wrap some more APIs (at least Akanodi for all languages and Plasma for C#)|kde-bindings@kde.org|KDE-bindings developers}}&lt;br /&gt;
{{FeatureTodo|Qyoto|Add delegate support for signal/slot connections.|kde-bindings@kde.org|KDE-bindings developers}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeedu =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Kalzium|Clean up the database. I am syncing with the BlueObelisk data repository again. There we decided to remove the density (not a element property but a compound property. I also removed the mean weight. We think it is better to provide correct data than a lot (but partly wrong) data.|cniehaus@kde.org|Carsten Niehaus}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Calculator Plasmoid|aleixpol@gmail.com|Aleix Pol}}&lt;br /&gt;
{{FeatureDone|KAlgebra|Vector support|aleixpol@gmail.com|Aleix Pol}}&lt;br /&gt;
{{FeatureDone|Step|A physics simulator, move from playground to kdeedu module |ks.vladimir@gmail.com|Vladimir Kuznetsov}}&lt;br /&gt;
{{FeatureDone|Kalzium|Update the snapshot of libavogadro to 0.6.1. This introduces a gazillion new possibilities for the 3D renderer and fixes many issues.|cniehaus@kde.org|Carsten Niehaus}}&lt;br /&gt;
{{FeatureInProgress|Kalzium|Make use of the new libavogadro-version.|cniehaus@kde.org|Carsten Niehaus}}&lt;br /&gt;
{{FeatureInProgress|KStars|Tool to predict Conjunctions|akarshsimha@gmail.com|Akarsh Simha}}&lt;br /&gt;
{{FeatureInProgress|Marble|DGML2 Support|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|KDE-Version settings dialog|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Port authors list from the Qt-About dialog to the KDE-About dialog|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Qt-Version settings dialog|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Improved KML support|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|OpenStreetMap support using original OSM tiles|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Real Time Cloud-Cover|tackat@kde.org|David Roberts / Torsten Rahn}}&lt;br /&gt;
{{FeatureTodo|Marble|Map Contents translation|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureTodo|Marble|Copy position to clipboard|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureTodo|Marble|Create Tiles on compile time|tackat@kde.org|Torsten Rahn}}&lt;br /&gt;
{{FeatureInProgress|Marble|Mercator Projection|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureInProgress|Marble|More generic projection support|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureInProgress|Marble|Usage of Marble in non-widgets|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Export map to MxN pixel bitmap|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Support for MarbleWidget::setEnabled( bool )|inge@lysator.liu.se|Inge Wallin}}&lt;br /&gt;
{{FeatureTodo|Marble|Layer Management Class|tokoe@kde.org|Tobias König}}&lt;br /&gt;
{{FeatureTodo|Marble|Plugin architecture for map layers|tokoe@kde.org|Tobias König}}&lt;br /&gt;
{{FeatureInProgress|KEduca|Rewrite of the classic test writing/taking application|matt@milliams.com|Matt Williams}}&lt;br /&gt;
{{FeatureDone|Parley|Redesigned main window|frederik.gladhorn@kdemail.net|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureInProgress|Parley|Vocabulary Plasmoid|frederik.gladhorn@kdemail.net|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureInProgress|KBruch and KPercentage|Merge in 1 app|pete@pmurdoch.com|Peter Murdoch}}&lt;br /&gt;
{{FeatureInProgress|Kalzium|Plasmoid to access Kalzium database|cniehaus@kde.org|Carsten Niehaus}}&lt;br /&gt;
{{FeatureInProgress|Step|Improve GUI for creating gas and softbody|ksvladimir@gmail.com|Vladimir Kuznetsov}}&lt;br /&gt;
{{FeatureTodo|KAlgebra|Variables share between calculations|aleixpol@gmail.com|Aleix Pol}}&lt;br /&gt;
{{FeatureTodo|KTurtle|Export canvas as image|piacentini@kde.org|Mauricio Piacentini}}&lt;br /&gt;
{{FeatureTodo|KTurtle|Optional rulers/grid for canvas units|piacentini@kde.org|Mauricio Piacentini}}&lt;br /&gt;
{{FeatureTodo|KTurtle|Add command line|piacentini@kde.org|Mauricio Piacentini}}&lt;br /&gt;
{{FeatureTodo|KTurtle|Add a color picker|nielsslot@gmail.com|Niels Slot}}&lt;br /&gt;
{{FeatureInProgress|Parley|Declensions|frederik.gladhorn@kdemail.net|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureInProgress|Parley|Improved printing support|frederik.gladhorn@kdemail.net|Frederik Gladhorn}}&lt;br /&gt;
{{FeatureTodo|KLettres|Number support|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KLettres|Theme manager|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Add a Open File action|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Integrate an editor|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Plasmoid|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KHangMan|Theme manager|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|Kiten|Link radselect with kiten|jkerian@gmail.com|Joe Kerian}}&lt;br /&gt;
{{FeatureInProgress|Kiten|Sort output by dictionary/user selected sorting values|jkerian@gmail.com|Joe Kerian}}&lt;br /&gt;
{{FeatureTodo|Step|Use common constraints handling code for collisions|ksvladimir@gmail.com|Vladimir Kuznetsov}}&lt;br /&gt;
{{FeatureDone|Kig|Cubic-line intersection in case two of the three intersection points are already present|paolini@dmf.unicatt.it|Maurizio Paolini}}&lt;br /&gt;
{{FeatureTodo|Kig|Properties dialog for objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve construction of bisect lines.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve feedback when constructing objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|More geometric objects.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Script objects as macros (to be reused more than once).|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Kig|Improve the Cabri import filter.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdegames =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KDiamond|New game, move to kdegames|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureDone|KDiamond|Get themes with KNewStuff|majewsky@gmx.net|Stefan Majewsky}}&lt;br /&gt;
{{FeatureDone|KNetWalk|Better scoring system|fela.kde@gmail.com|Fela Winkelmolen}}&lt;br /&gt;
{{FeatureDone|KNetWalk|Add support for loading new themes|fela.kde@gmail.com|Fela Winkelmolen}}&lt;br /&gt;
{{FeatureDone|Kollision|Move to kdereview/kdegames|p.capriotti@gmail.com|Paolo Capriotti}}&lt;br /&gt;
{{FeatureDone|Kubrick|New game, 3D OpenGL - move to playground|ianw}}&lt;br /&gt;
{{FeatureDone|Kubrick|Polish up the features|ianw}}&lt;br /&gt;
{{FeatureDone|Kubrick|Port to Qt4 and KDE4|ianw}}&lt;br /&gt;
{{FeatureDone|KBlocks|Finish display of points and level|piacentini@kde.org}}&lt;br /&gt;
{{FeatureDone|KBlocks|Implement KNewStuff support|piacentini@kde.org}}&lt;br /&gt;
{{FeatureDone|KBlocks|Implement key/action/shortcut configuration|piacentini@kde.org}}&lt;br /&gt;
{{FeatureDone|KBlocks|Docbook|piacentini@kde.org}}&lt;br /&gt;
{{FeatureInProgress|KGoldRunner|Improved theming and animation|mikelima@cirulla.net}}&lt;br /&gt;
{{FeatureInProgress|KGoldRunner|Sound support and theming|mikelima@cirulla.net}}&lt;br /&gt;
{{FeatureInProgress|KSquares|Multiplayer support|josef}}&lt;br /&gt;
{{FeatureDone|KBattleship|Bring back Zeroconf support for network games|qbast@go2.pl}}&lt;br /&gt;
{{FeatureInProgress|Kubrick|New game, 3D OpenGL - in kdereview|ianw}}&lt;br /&gt;
{{FeatureInProgress|KGGZ|Add kggzcore and kggzdmod libraries|josef}}&lt;br /&gt;
{{FeatureTodo|KBlocks|Add additional themes|piacentini@kde.org}}&lt;br /&gt;
{{FeatureInProgress|KBreakout|Finish it, and move it from playground to kdegames|fela.kde@gmail.com}}&lt;br /&gt;
{{FeatureTodo|KGGZ|Add new Qt4-based core client as successor to the old KDE3-based KGGZ|josef (now SoC proposal)}}&lt;br /&gt;
{{FeatureTodo|KGGZ|Fire-and-forget highscore submission for single-player games and client-to-client multiplayer games|josef)}}&lt;br /&gt;
{{FeatureTodo|KGoldRunner|Also see kdegames/kgoldrunner/TODO|ianw}}&lt;br /&gt;
{{FeatureTodo|KGoldRunner|Hot new stuff support for themes and levels|mikelima@cirulla.net}}&lt;br /&gt;
{{FeatureTodo|KGoldRunner|Startup screen|mikelima@cirulla.net}}&lt;br /&gt;
{{FeatureTodo|KMahjongg|Reimplement the Board Editor|piacentini@kde.org}}&lt;br /&gt;
{{FeatureDone|KMines|Add pause actions|gnushi@web.de}}&lt;br /&gt;
{{FeatureTodo|KNetWalk|Configurable keyboard support|fela.kde@gmail.com|Fela Winkelmolen}}&lt;br /&gt;
{{FeatureTodo|KNetWalk|Support for custom and non-square board sizes|fela.kde@gmail.com|Fela Winkelmolen}}&lt;br /&gt;
{{FeatureTodo|KShisen|Port to KScoreDialog|piacentini@kde.org}}&lt;br /&gt;
{{FeatureTodo|Kubrick|See SVN file kubrick/TODO|ianw}}&lt;br /&gt;
{{FeatureTodo|Kubrick|Move to KDE Games for 4.1|ianw}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdegraphics =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Gwenview|Undo system|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureDone|Gwenview|Fullscreen meta information|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureDone|Gwenview|Ability to open an image with another application|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureDone|Okular|Better Text-To-Speech integration: speech the whole document, the current page or the selection.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureDone|Okular|Encryption support for ODF generator|bradh@kde.org}}&lt;br /&gt;
{{FeatureInProgress|Okular|Backward direction for text search.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureInProgress|Okular|Centralized text &amp;amp; graphics antialias configuration.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureDone|Okular|EPub backend.|elylevy@cs.huji.ac.il|Ely Levy}}&lt;br /&gt;
{{FeatureInProgress|Okular|Improved form support (add missing types, handle the fields better).|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureInProgress|Gwenview|Support for tagging with Nepomuk|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureInProgress|Gwenview|Thumbnail bar in view and fullscreen modes|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureTodo|Gwenview|Crop ratio|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureTodo|Gwenview|KIPI support|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureTodo|Gwenview|Red eye correction|aurelien.gateau@free.fr|Aurélien Gâteau}}&lt;br /&gt;
{{FeatureTodo|Okular|JavaScript support (mostly for PDF documents).|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureInProgress|Okular|Improved placement and sizing of the presentation mode: choose the screen to use, adapt to screen size changes.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Caret annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureInProgress|Okular|File attachment annotations (read only for now).|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Sound annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Link annotations.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Improve annotation support: for existing types (rubber stamps, line, note, etc), and for the way they are constructed and handled.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Separate the &amp;quot;view properties&amp;quot; out of the Document, in a View class. Use it for the page view and the presentation mode.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|Okular|Per-document zoom level.|pino@kde.org|Pino Toscano}}&lt;br /&gt;
{{FeatureTodo|libksane|Move libksane to kdegraphics|kare.sars@kolumbus.fi|Kåre Särs}}&lt;br /&gt;
{{FeatureTodo|ksaneplugin|Replase libkscan with ksaneplugin|kare.sars@kolumbus.fi|Kåre Särs}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdemultimedia =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Dragon Player|A simple Phonon-based videoplayer application|ian.monroe@gmail.com|Ian Monroe}}&lt;br /&gt;
{{FeatureInProgress|Dragon Player|Make Dragon indipendent from Xine|ian.monroe@gmail.com|Ian Monroe}}&lt;br /&gt;
{{FeatureInProgress|Dragon Player|File Manager|David Edmunson}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdenetwork =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KGet|Group-Settings|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|KGet|Torrent-Support|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|KGet|Transfer-Settings|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|KGet|Webinterface|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureDone|Kopete|AIM offline messages|kedgedev@centrum.cz|Roman Jarosz}}&lt;br /&gt;
{{FeatureDone|Kopete|OTR Encryption support|michael_zanetti@gmx.net|Michael Zanetti}}&lt;br /&gt;
{{FeatureDone|Kopete|Status manager|kedgedev@centrum.cz|Roman Jarosz}}&lt;br /&gt;
{{FeatureDone|Kopete|Non-intrusive notification system|kedgedev@centrum.cz|Roman Jarosz}}&lt;br /&gt;
{{FeatureInProgress|KGet|MultiSource-Downloading|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|Kopete|Bring back chat style selection via knewstuff2|earthwings@gentoo.org|Dennis Nienhüser}}&lt;br /&gt;
{{FeatureInProgress|Kopete|ICQ 6 status icons|kedgedev@centrum.cz|Roman Jarosz}}&lt;br /&gt;
{{FeatureInProgress|Kopete|MSNP15 implementation for MSN|mattr@kde.org|Matt Rogers}}&lt;br /&gt;
{{FeatureInProgress|Kopete|UPnp Support|mattr@kde.org|Matt Rogers}}&lt;br /&gt;
{{FeatureInProgress|Kopete|Updated contact list interface (uses Qt 4 rather than Qt 3)|mattr@kde.org|Matt Rogers}}&lt;br /&gt;
{{FeatureInProgress|Kopete|Use notebook lid for auto away|kedgedev@centrum.cz|Roman Jarosz}}&lt;br /&gt;
{{FeatureTodo|Kopete|Update Kopete to better support Decibel|kopete-devel@kde.org|Kopete Developers}}&lt;br /&gt;
{{FeatureTodo|Kopete|use the new emoticons library|brandon.ml@gmail.com|Carlo Segato}}&lt;br /&gt;
{{FeatureInProgress|KGet|Nepomuk-Integration|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureInProgress|KGet|Support mms://-protocol, see https://launchpad.net/libmms|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|KGet|Global Speedlimits|l.appelhans@gmx.de|Lukas Appelhans}}&lt;br /&gt;
{{FeatureDone|KGet|Setup libbtcore from KTorrent in KGet (to avoid dependency to extragear)|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureInProgress|KGet|Extend the TransferHistory to use SQLite and XML-Backends and display the information inside a kcategorizedview|jgoday@gmail.com|Javier Goday}}&lt;br /&gt;
{{FeatureTodo|Kopete|GroupWise chatroom support|wstephenson@kde.org|Will Stephenson}}&lt;br /&gt;
{{FeatureTodo|[http://decibel.kde.org Decibel]|Decibel, a framework for real time communication services. Move from playground/pim|info@basyskom.de|Tobias Hunger}}&lt;br /&gt;
{{FeatureDone|KRDC|Optional system tray icon (with quick access to bookmarks)|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureDone|KRDC|Improved behavior of entering special keys for better workflow|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureDone|KRDC|Zeroconf support (detecting remote desktop services in local network)|romnes@stud.ntnu.no|Magnus Romnes}}&lt;br /&gt;
{{FeatureInProgress|KRDC|Bookmark dock widget for quick access to bookmars, zero conf detected services and recently used connections|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
{{FeatureDone|KRDC|Support for up- and downscaling VNC remote desktop|uwolfer@kde.org|Urs Wolfer}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdepim =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|KAddressbook|Ability to add LDAP search results to distribution lists|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KAddressbook|Indication of which resource folder a contact belongs to|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KAddressbook|Read-only view for contacts in read-only folders|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KAddressbook|copy/cut/paste context menu items|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KAlarm|Allow use of multiple calendar resources|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Handle time zones and seasonal time changes properly|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Replace simple repetitions by recurrence sub-repetitions to reduce confusion|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|New option for display alarm text to be generated by a command|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|New option to specify reminder times in minutes|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Prevent multiple identical error messages accumulating for the same alarm|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Provide &amp;quot;don't show again for this alarm&amp;quot; option for command error messages|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Remember main window show/hide options used when KAlarm closed instead of setting them in Preferences dialog|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|KAlarm|Simplification and improvements to alarm edit dialog|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureDone|Kleopatra|Ability to search in internal and external certificates at the same time|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|Kleopatra|General UI Server|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureDone|Kleopatra|New, tabbed, mainwindow design|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureDone|KMail|Ability to create hyperlinks in HTML messages|steveire@gmail.com|Stephen Kelly}}&lt;br /&gt;
{{FeatureDone|KMail|Ability to easily create todos with reminders from emails|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Ability to open messages from search results when the reader is hidden|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Better invitation update emails showing what changed|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Better reminder visualization in very small events|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Better, natural language search criteria names|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Clickable status columns|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Client side configurability of warnings in shared folders|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Colored ribbons for indication of signing and encryption status in the composer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Configuration option for whether invitation emails are automatically deleted or not when having been acted upon|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Copy/paste and drag and drop from/to the mail composer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Decryption on demand in reader window|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Display of quota information in foldertree tooltips|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Drag and drop and copy and paste support in the search result viewer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Drag and drop from the mail reader window and mime-tree viewer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Drag and drop of folders|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Editing of attachments from the composer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Export and import of filters|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Favorites Folder|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Folder quicksearch|m.koller@surfeu.at|Martin Koller}}&lt;br /&gt;
{{FeatureDone|KMail|Harmonization of actions in main and standalone mail reader windows|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|IMAP Server storage of non-standard flags|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Improved TNEF attachment handling|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Improved quota warnings|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Initialize full search from quicksearch on request|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Override font and fontsize for standalone message viewers|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Per-folder identity configurability|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Recursive IMAP cache troubleshooting|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Resizable recipients area in composer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Support for creating new mails based on received mails (Resend)|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Support for immediate sync of resource folders|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Support for soft line breaking|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Tab navigation through groups in the address completion|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Text snippets with shortcuts and variable expansion in the composer|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|Warning about active out-of-office scripts|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KMail|lost+found recovery of locally changed folders that lose access rights|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KNotes|Ability to print notes|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KonsoleKalendar|Support &amp;quot;file&amp;quot; and &amp;quot;localdir&amp;quot; resources|winter@kde.org|Allen Winter}}&lt;br /&gt;
{{FeatureDone|Kontact|Config option to close despite system tray|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|Kontact|Harmonization of component naming in sidebar, configuration, summary view|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|Kontact|Right-aligned component navigation toolbar|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|Kontact|Ubiquitous sync actions|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Ability to have both distribution lists and addresbook extension visible|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Aggregated reminders view|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Better default resource colors|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Drag and drop of attachments|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Faster initial loading of kolab resources|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Forwarding and delegation of invitations|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Improved coloring of agenda view items|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Improved event printing|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Merge of the attachment view in into the main page|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Merge of the free-busy and attendee views for easier scheduling|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Month view scrolling, paging, mouse-wheeling|tom_t@gmx.at|Thomas Thrainer}}&lt;br /&gt;
{{FeatureDone|KOrganizer|More readable Kolab resource folder labels|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Redesigned incidence editor UI|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Side-by-side calendar view|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Support for by-value attachments|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Timeline calendar view|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Rich text incidence editor|mike@mikearthur.co.uk|Mike Arthur}}&lt;br /&gt;
{{FeatureDone|KOrganizer|Hide/Show reminder daemon icon in the systeay|winter@kde.org|Allen Winter}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Column-specific whatsthis-help| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Combined search and add task widget| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Drag&amp;amp;Drop| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|File management (file-&amp;gt;load)| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Managing history| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Tracking tasks by active applications| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureDone|[http://wiki.kde.org/ktimetracker ktimetracker]|Whatsthis-help dependent on if a task has been created| |Thorsten St&amp;amp;auml;rk}}&lt;br /&gt;
{{FeatureInProgress|KAlarm|Remove alarm daemon and do all scheduling in kalarm itself|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureInProgress|KAlarm|New option to restrict alarms to working hours|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureInProgress|Kleopatra|OpenPGP support|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureInProgress|KMail|HTML  Signatures|yez@familieschepers.nl|Edwin Schepers}}&lt;br /&gt;
{{FeatureInProgress|KNotes|Zeroconf support for sending notes on LAN|qbast@go2.pl|Jakub Stachowski}}&lt;br /&gt;
{{FeatureInProgress|Kontact|New Planner summary; combines Appointment+To-do+SpecialDates into 1 pretty summary|winter@kde.org|Allen Winter}}&lt;br /&gt;
{{FeatureInProgress|KOrganizer|New To-do View (model/view)|tom_t@gmx.at|Thomas Thrainer}}&lt;br /&gt;
{{FeatureInProgress|KOrganizer|New Month View (qgraphicsitem)|bvirlet@kdemail.net|Bruno Virlet}}&lt;br /&gt;
{{FeatureInProgress|KPilot|Finish Keyring conduit, base conduit code and test cases, category syncing|jkasper@kde.org|Jason 'vanRijn' Kasper}}&lt;br /&gt;
{{FeatureTodo|KAlarm|Option to display alarm only if pre-alarm command succeeded|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureTodo|KAlarm|Option to display alarms in centre of screen, with enable delay on buttons to avoid accidental acknowledgement|djarvie@kde.org|David Jarvie}}&lt;br /&gt;
{{FeatureTodo|[http://kblogger.pwsp.net KBlogger]|KBlogger, a blogging application| christian_weilbach@.web.de|Christian Weilbach}}&lt;br /&gt;
{{FeatureTodo|Kleopatra|Konqueror and Dolphin Kleopatra plugins|marc@kdab.net|Marc Mutz (Gpg4win)}}&lt;br /&gt;
{{FeatureTodo|KMail|Aggregated attachment view in the mail header area of the reader window|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KMail|Improved error messages and audit log for cryptographic operations|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|Kontact|Support for Kontact wide profiles|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Ability to jump to the right day in the agenda from invitation mails|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Drag and drop in the free-busy view|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Support for comments in replies to invitations|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Support for extended free-busy lists|kdepim@kdab.net|Kolab Konsortium}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Blog-styled journal view|mike@mikearthur.co.uk|Mike Arthur}}&lt;br /&gt;
{{FeatureTodo|KOrganizer|Blogging KResource|mike@mikearthur.co.uk|Mike Arthur}}&lt;br /&gt;
{{FeatureTodo|KPilot|Port old conduits to new base conduit architecture and KDE4/Qt4|jkasper@kde.org|Jason 'vanRijn' Kasper}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdesdk =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Cervisia|New context menu entry &amp;quot;Add to Ignore List&amp;quot;|christian.loose@hamburg.de|Christian Loose}}&lt;br /&gt;
{{FeatureDone|Lokalize|Move this application (formerly known as Kaider) from extragear|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureInProgress|Cervisia|A file view based on KDirModel|christian.loose@hamburg.de|Christian Loose}}&lt;br /&gt;
{{FeatureInProgress|Lokalize|various Translation Memory enhancements|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureInProgress|Lokalize|XLIFF support|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureInProgress|KBugBuster|Make it work|fabiolocati@gmail.com|Fabio Locati}}&lt;br /&gt;
{{FeatureInProgress|KCachegrind|Everything working again|josef.weidendorfer@gmx.de|Josef Weidendorfer}}&lt;br /&gt;
{{FeatureInProgress|Kate|Session plasmoid|montel@kde.org|Laurent Montel}}&lt;br /&gt;
{{FeatureInProgress|KAppTemplate|Make a GUI for it - in playground/devtools|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureInProgress|KAppTemplate|Add a PyQt4 template|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureInProgress|KAppTemplate|Add a Ruby template|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureInProgress|KAppTemplate|Add a Plasmoid template|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KAppTemplate|Add DBUS support in templates|annma@kde.org|Anne-Marie Mahfouf}}&lt;br /&gt;
{{FeatureTodo|KCachegrind|Better handling of huge symbols|josef.weidendorfer@gmx.de|Josef Weidendorfer}}&lt;br /&gt;
{{FeatureTodo|Lokalize|Kross-based scripting|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureTodo|Lokalize|QA: glossary checklists|shafff-at-ukr.net|Nick Shaforostoff}}&lt;br /&gt;
{{FeatureTodo|kioslave svn|Add Export/Import feature|montel@kde.org|Laurent Montel}}&lt;br /&gt;
{{FeatureTodo|Kate App|Improved session management|kwrite-devel@kde.org|Kate Developers}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdetoys =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdeutils =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureDone|Okteta|binary/hex editor (successor to KHexEdit). Move from playground/utils.|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|make printing support only selection|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|ask artists for own icon|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for memory mapping of files|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add &amp;quot;Export as&amp;quot;|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|enable extract-strings tool and add copy|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|more explicit titels for undo/redo actions, also from filters|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|parameter dialog for &amp;quot;Copy as...&amp;quot;|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add support for blocking processes like printing, string search or filter|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|add Kate-like search tool|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureTodo|Okteta|refactor KByteArrayView|kossebau@kde.org|Friedrich W. H. Kossebau}}&lt;br /&gt;
{{FeatureInProgress|KDiskFree|Use Solid API|nicolas.ternisien@gmail.com|Nicolas Ternisien}}&lt;br /&gt;
{{FeatureTodo|KwikDisk|Replace it by a Plasmoid (in the desktop bar and on the desktop|nicolas.ternisien@gmail.com|Nicolas Ternisien}}&lt;br /&gt;
{{FeatureInProgress | KJots | Support more rich text features like text formatting, hyperlinks and ordered/unordered lists. | steveire@gmail.com | Stephen Kelly }}&lt;br /&gt;
{{FeatureDone | KJots | Add checkmarks to pages. | steveire@gmail.com | Stephen Kelly }}&lt;br /&gt;
{{FeatureInProgress | KJots | Port to KRichText widget. | steveire@gmail.com |Stephen Kelly }}&lt;br /&gt;
{{FeatureTodo | KJots | Create a Kontact::Plugin to integrate kjots into Kontact. | steveire@gmail.com |Stephen Kelly }}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdevelop =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdevplatform =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= kdewebdev =&lt;br /&gt;
{| class=&amp;quot;sortable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: gray solid 1px; border-collapse: collapse; text-align: left; width: 100%;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: #ececec; white-space:nowrap;&amp;quot;&lt;br /&gt;
! Status !! Project !! Description !! Contact&lt;br /&gt;
{{FeatureInProgress|Kommander|Port the executor to KDE4.|amantia@kde.org|Andras Mantia}}&lt;br /&gt;
{{FeatureTodo|Kommander|Create Qt Designer plugins for the editor.|amantia@kde.org|Andras Mantia}}&lt;br /&gt;
{{FeatureInProgress|Quanta Plus|Create an upload plugin.| niko.sams@gmail.com|Niko Sams}}&lt;br /&gt;
{{FeatureInProgress|Quanta Plus|Create a new, state machine based parser.| amantia@kde.org|Andras Mantia}}&lt;br /&gt;
{{FeatureInProgress|Quanta Plus|Port existing functionality to KDevPlatform plugins. Only text mode is targeted.|amantia@kde.org|Andras Mantia}}&lt;br /&gt;
{{FeatureInProgress|KXslDbg|Port to KDE4.|keith@kdewebdev.org  | &lt;br /&gt;
Keith Isdale}}&lt;br /&gt;
{{FeatureTodo|KLinkStatus|Aided correction of broken links||}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Site check automation|moura@kdewebdev.org|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureInProgress|KLinkStatus|D-Bus/Scripting interfaces|moura@kdewebdev.org|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureInProgress|KLinkStatus|HTML validation|thesquib@gmail.com|Sam Ryan}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Ability to export only broken links|moura@kdewebdev.org|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Ability to do background search which only update the GUI when finished (much faster))|moura@kdewebdev.org|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Tray Icon and KUniqueApplication|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Scripting Plugin|Paulo Moura Guedes}}&lt;br /&gt;
{{FeatureDone|KLinkStatus|Get Hot New Stuff for HTML result stylesheets|Paulo Moura Guedes}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Akarshsimha</name></author>	</entry>

	</feed>