Get Involved/Quality/Beta/4.10/DolphinInformation: Difference between revisions

From KDE Community Wiki
< Get Involved‎ | Quality‎ | Beta‎ | 4.10
(Created page with "===Dolphin Metadata-Information=== The Dolphin Information panel has been ported in RC2 to use nepomuk-widgets which is based on Nepomuk 2 (read, should be faster and less bu...")
 
Line 5: Line 5:
When you have tested something cross it off, by surrounding the line with < del > < / del> tags. If it's broken, or not perfect open a bug report and note down the bug number near the test.
When you have tested something cross it off, by surrounding the line with < del > < / del> tags. If it's broken, or not perfect open a bug report and note down the bug number near the test.


(Note, this is a random list typed up by David E to give an example. Vishesh should review this and remove this line )
The Information Panel can be used with or without Nepomuk. In both cases its functionality will nearly be the same. Both need to be properly tested. The main developer, Vishesh, has mostly only tested it with Nepomuk running
.
= With Nepomuk enabled =
 
The behaviour differs slightly based on if the file is indexed.
 
== Common Behavior ==
 
=== Single file ===
* Adding a tag
* Removing a tag
 
* Set the rating
* Change the rating
 
* Add a comment
* Edit a comment
* Remove a comment
 
=== Multiple Files ===
* Adding tags
* Removing tags
 
* Set the rating
* Change the rating


* Add a comment
* Add a comment
Line 11: Line 35:
* Remove a comment
* Remove a comment


== Indexed Files ==
=== Single File ===
* Select the file. The widget should show the indexed information on the right.
* Each parameter should be clickable which will result in a search for all files with that parameter.
=== Multiple Files ===
* Should show the common attributes of all selected files
== Non - Indexed Files ==
=== Single Files ===
* Select the file. The widget should show the indexed information on the right.
* Each parameter should be
** Clickable if Nepomuk is running
** Not clickable in Nepomuk is not running
= Nepomuk disabled / not running =
* Tagging should not be present
* Rating should not be present
* Comments should not be present
* Indexed information should we shown in the widget
* The indexed information should not be clickable
= Other stuff =
* Deselect a file, check it shows folder information
* Deselect a file, check it shows folder information
* Check folder shows correct number of child files
* Check folder shows correct number of child files
* Edit a rating
* Check file modified date is correct
* Add a tag
* Edit multiple tags
* Remove all the tags
* Disable nepomuk, ensure behavior remains the same

Revision as of 14:38, 1 January 2013

Dolphin Metadata-Information

The Dolphin Information panel has been ported in RC2 to use nepomuk-widgets which is based on Nepomuk 2 (read, should be faster and less buggy). However as it is a change being merged very late into the release cycle we should test it to death. Below is a checklist with everything on the panel, that should be tested. It's mostly moving code, so all should be fine. However it's important to still make sure this is released tested as it has missed some of the testing cycle.

When you have tested something cross it off, by surrounding the line with < del > < / del> tags. If it's broken, or not perfect open a bug report and note down the bug number near the test.

The Information Panel can be used with or without Nepomuk. In both cases its functionality will nearly be the same. Both need to be properly tested. The main developer, Vishesh, has mostly only tested it with Nepomuk running .

With Nepomuk enabled

The behaviour differs slightly based on if the file is indexed.

Common Behavior

Single file

  • Adding a tag
  • Removing a tag
  • Set the rating
  • Change the rating
  • Add a comment
  • Edit a comment
  • Remove a comment

Multiple Files

  • Adding tags
  • Removing tags
  • Set the rating
  • Change the rating
  • Add a comment
  • Edit a comment
  • Remove a comment

Indexed Files

Single File

  • Select the file. The widget should show the indexed information on the right.
  • Each parameter should be clickable which will result in a search for all files with that parameter.

Multiple Files

  • Should show the common attributes of all selected files

Non - Indexed Files

Single Files

  • Select the file. The widget should show the indexed information on the right.
  • Each parameter should be
    • Clickable if Nepomuk is running
    • Not clickable in Nepomuk is not running

Nepomuk disabled / not running

  • Tagging should not be present
  • Rating should not be present
  • Comments should not be present
  • Indexed information should we shown in the widget
  • The indexed information should not be clickable

Other stuff

  • Deselect a file, check it shows folder information
  • Check folder shows correct number of child files