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 "Scout/Scout Nomination NBU"

(Created page with "=== Patches to Bugzilla Tickets === * {{Bug|410976}}: getConfiguredAutoTimeMillis() on Date-Field does not work * {{Bug|374164}}: Clickable links in string fields * {{Bug|3920...")
 
Line 15: Line 15:
 
* [https://git.eclipse.org/r/43229/] - HtmlUI: New feature->change view tabs with autogenerated keystrokes ctrl+number of view.
 
* [https://git.eclipse.org/r/43229/] - HtmlUI: New feature->change view tabs with autogenerated keystrokes ctrl+number of view.
 
* [https://git.eclipse.org/r/42608/] - renamed property for consistency
 
* [https://git.eclipse.org/r/42608/] - renamed property for consistency
 +
* [https://git.eclipse.org/r/41503/] - checking disabled nodes or rows should only be possible by model not by UI
 +
* [https://git.eclipse.org/r/41075/] - Use PropertySupport for autoCheckChilds to be automatically notified if property changed.
 +
* [https://git.eclipse.org/r/41067/] - fixed ui refresh after row checked
 +
* [https://git.eclipse.org/r/40884/] - Fixes after refactoring movment of check logic from row to table and node to tree.
 +
* [https://git.eclipse.org/r/40617/] - use same concepts to check node as to check rows in table.
 +
* [https://git.eclipse.org/r/40594/] - Remove ProcessingException from RowChecked
 +
* [https://git.eclipse.org/r/40431/] - ITableRow should not fire rowUpdated when row is checked because there is a event for checking a row.
 +
* [https://git.eclipse.org/r/40124/] - Row click should not check the row, because a click on a row could also effect other actions

Revision as of 06:16, 24 August 2015

Patches to Bugzilla Tickets

  • bug 410976: getConfiguredAutoTimeMillis() on Date-Field does not work
  • bug 374164: Clickable links in string fields
  • bug 392030: Navigation History overriden when jump to node with same name but other path
  • bug 415332: Reseting column preferences when remove or edit dynamic column after bookmark set and error while cancel "organize columns"

Participated (concept, test, support)

  • bug 351265: SWT: Numberkeystrokes support only Keypad

Other contributions

  • [1] - fixed mandatory check on formfields like AbstractTableField
  • [2] - HtmlUi: Move parsing from AbstractDateField to the UI
  • [3] - New Keystrokes for new UI
  • [4] - Key Stroke fixes -> consistent naming KeyStroke in camelcase.
  • [5] - HtmlUI: New feature->change view tabs with autogenerated keystrokes ctrl+number of view.
  • [6] - renamed property for consistency
  • [7] - checking disabled nodes or rows should only be possible by model not by UI
  • [8] - Use PropertySupport for autoCheckChilds to be automatically notified if property changed.
  • [9] - fixed ui refresh after row checked
  • [10] - Fixes after refactoring movment of check logic from row to table and node to tree.
  • [11] - use same concepts to check node as to check rows in table.
  • [12] - Remove ProcessingException from RowChecked
  • [13] - ITableRow should not fire rowUpdated when row is checked because there is a event for checking a row.
  • [14] - Row click should not check the row, because a click on a row could also effect other actions

Back to the top