1. 905cc82 Use default locale/timezone for GUI formatting. by Yuta HIGUCHI · 7 years ago
  2. 0c47d53 Deprecate joda-time by Yuta HIGUCHI · 7 years ago
  3. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  4. 8a0429a Remove deprecated "sid" parameter in UI events. by Simon Hunt · 7 years ago
  5. b058249 Cleaning up Javadocs in core-ui classes. by Simon Hunt · 8 years ago
  6. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  7. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  8. 8baf447 [ONOS-3722] Augment TableModel to support annotations by Jian Li · 8 years ago
  9. 69f6663 [WIP][ONOS-3722] Augment TableModel with Annotations Mechanism by Jian Li · 8 years ago
  10. be60dde ONOS-3755: use thousand separator for packet and byte counts, etc. Fix alignment (numbers right justified). by Simon Hunt · 8 years ago
  11. 3e4ccaf ONOS-3749: Show Flow ID and group ID in the flow table as hex values. by Simon Hunt · 8 years ago
  12. 4a6b54b ONOS-3129 : GUI Intents to Topo :: part 2 - pushing data through topo view and having the intent path show up. by Simon Hunt · 9 years ago
  13. 3ece373 Added a new GUI view for packet processors. by Thomas Vachuska · 9 years ago
  14. 58de416 Fixing copyrights. by Thomas Vachuska · 9 years ago
  15. c244976 GUI -- Bug fixes - TableModel displays empty cell instead of causing NPE if no value is given. Sort icons and direction are reset when view is destroyed. by Bri Prebilic Cole · 9 years ago
  16. 27bf079 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise. by Simon Hunt · 9 years ago
  17. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  18. 66f7543 GUI -- Made OOTB formatters and comparators final classes. by Simon Hunt · 9 years ago
  19. 0de9fac Fixing and organizing javadocs. by Thomas Vachuska · 9 years ago
  20. ff3dc67 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created. by Bri Prebilic Cole · 9 years ago
  21. 73c5518 GUI -- Deleted deprecated table classes. by Simon Hunt · 9 years ago
  22. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  23. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  24. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  25. e982815 GUI -- Initial cut at a simple table/row/cell model to allow us more control over the comparison / formatting of cell values for GUI tables. by Simon Hunt · 9 years ago
  26. abd16f6 GUI -- Introduce TableRequestHandler and refactor all table-based requests to use this class. by Simon Hunt · 9 years ago
  27. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  28. 44aa2f8 GUI -- Refactoring of server-side message handlers (Part One). by Simon Hunt · 9 years ago