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 "E4/Meeting Minutes/Status 20120112"

Line 16: Line 16:
 
* 4.2 primary build coming soon
 
* 4.2 primary build coming soon
 
* Helping release train projects (Scout)
 
* Helping release train projects (Scout)
* Looking at simplification and API cleanup on core services
+
* Oleg looking at simplification and API cleanup on core services
 
* Some discussion on whether we should remove selection service and require parts to get and set parts directly against the context
 
* Some discussion on whether we should remove selection service and require parts to get and set parts directly against the context
 
** Performance problems with the current implementation
 
** Performance problems with the current implementation
 
** This breaks container isolation and requires part to know about the context.
 
** This breaks container isolation and requires part to know about the context.
 
** Also harder to mock the part interface because you need a mock context
 
** Also harder to mock the part interface because you need a mock context
* Working on framing trim items to enable dragging trim items
+
* Eric working on framing trim items to enable dragging trim items
* Working on bugs related to toolbar styling not taking effect
+
* Bogdan on bugs related to toolbar styling not taking effect
 
* CTabFolder improvements - scrolling tab list when it grows too big
 
* CTabFolder improvements - scrolling tab list when it grows too big
 
** Proper handling of case where tab has scrolled off the screen and isn't visible
 
** Proper handling of case where tab has scrolled off the screen and isn't visible
 
* Reviewing list of bugs for Juno
 
* Reviewing list of bugs for Juno
* Activity support for commands, perspectives and views - {{bug|359778}}
+
* Brian working on activity support for commands, perspectives and views - {{bug|359778}}
 +
* Our use of margins in styling is different from what it usually means in CSS (closer to padding)
 +
** Consider changing to use "padding" rather than "margin" in our CSS - {{bug|364070}}
 +
* Working on improving Eclipse 4 documentation for RCP developers
 +
* Fixing e4 RCP feature so it is self-sufficient
  
  
 
4.1.2
 
4.1.2

Revision as of 11:45, 12 January 2012

Attendees

  • Brian DeAlwiss
  • John Arthorne
  • Paul Webster
  • Oleg Besedin
  • Eric Moffatt
  • Bogdan Gheorghe
  • Dean Roberts
  • Remy Suen
  • David Williams
  • Tom Schindl

Minutes

  • 4.2 primary build coming soon
  • Helping release train projects (Scout)
  • Oleg looking at simplification and API cleanup on core services
  • Some discussion on whether we should remove selection service and require parts to get and set parts directly against the context
    • Performance problems with the current implementation
    • This breaks container isolation and requires part to know about the context.
    • Also harder to mock the part interface because you need a mock context
  • Eric working on framing trim items to enable dragging trim items
  • Bogdan on bugs related to toolbar styling not taking effect
  • CTabFolder improvements - scrolling tab list when it grows too big
    • Proper handling of case where tab has scrolled off the screen and isn't visible
  • Reviewing list of bugs for Juno
  • Brian working on activity support for commands, perspectives and views - bug 359778
  • Our use of margins in styling is different from what it usually means in CSS (closer to padding)
    • Consider changing to use "padding" rather than "margin" in our CSS - bug 364070
  • Working on improving Eclipse 4 documentation for RCP developers
  • Fixing e4 RCP feature so it is self-sufficient


4.1.2

Back to the top