Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Newsreader/Salvo UI Integration in the workbench/Work done during July 28 to Aug 3"

(New page: I worked on improving the stability of current implementation. I fixed the the bug of 'digest view crashing when no store is active'. A service listener is added for the digest view to li...)
 
 
Line 1: Line 1:
I worked on improving the stability of current implementation.
+
I worked on improving the stability of current implementation.  
 +
 
 +
 
  
 
I fixed the the bug of 'digest view crashing when no store is active'.
 
I fixed the the bug of 'digest view crashing when no store is active'.
A service listener is added for the digest view to listen to store register/unregister.
+
 
 +
A service listener is added for the digest view to listen to store register/unregister.  
 +
 
 
So it works similar to the navigator group view.  
 
So it works similar to the navigator group view.  
It will prevent crashes when user tries to use the digest view when the store is stopped.
 
And it will allow digest view work immediately after a store is registered.
 
  
I fixed some other bugs I found.
+
It will prevent crashes when user tries to use the digest view when the store is stopped. And it will allow digest view work immediately after a store is registered.
My mentor was happy with the digest view implementation. So we pulled my work into the Salvo main repository.
+
 
 +
I fixed some other bugs I found.  
 +
 
 +
My mentor was happy with the digest view implementation. So we pulled my work into the Salvo main repository.  
 +
 
 +
 
  
 
Now I am working on the last functionality of the project "Provide a way to hook other projects into salvo".
 
Now I am working on the last functionality of the project "Provide a way to hook other projects into salvo".

Latest revision as of 08:18, 7 August 2011

I worked on improving the stability of current implementation.


I fixed the the bug of 'digest view crashing when no store is active'.

A service listener is added for the digest view to listen to store register/unregister.

So it works similar to the navigator group view.

It will prevent crashes when user tries to use the digest view when the store is stopped. And it will allow digest view work immediately after a store is registered.

I fixed some other bugs I found.

My mentor was happy with the digest view implementation. So we pulled my work into the Salvo main repository.


Now I am working on the last functionality of the project "Provide a way to hook other projects into salvo".

Back to the top