1. e3a1884 Added Map Dialog Added Map Background Prevent click on node drag event by Steven Burrows · 8 years ago
  2. a299ffc Fix broken reference in uitopo archetype. by Simon Hunt · 8 years ago
  3. c217cb9 Updated topo toolbar to use mojo glyphs and give it a cleaner look. by Simon Hunt · 8 years ago
  4. 33ab2692 Fix glyph names. by Simon Hunt · 8 years ago
  5. 0e6c214 Updating / Adding mojo icons to Glyph Library. by Simon Hunt · 8 years ago
  6. 36dd8f1 Added mojo icons: - ports, switch, roadm, uiAttached, summary, detail by Simon Hunt · 8 years ago
  7. 9a4b96d Added mojo icons: map and selectMap. by Simon Hunt · 8 years ago
  8. 5a6c60c Enhanced "Show-Glyphs" development web page to show zoomed icons. by Simon Hunt · 8 years ago
  9. df2a4e6 Adjusted order of instance colors to run red/blue/grey/steel/lt-red/lt-blue/lt-grey. by Simon Hunt · 8 years ago
  10. a758f6d Change Settings nav item icon from 'chain' to 'cog'. by Simon Hunt · 8 years ago
  11. a5487ad ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  12. f44d726 ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  13. a976134 ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  14. e6e0984 ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  15. 5487ce7 ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  16. 986b92f ONOS-4359: continued work on theming UI by Simon Hunt · 8 years ago
  17. 5fdba20 ONOS-4359: continued work on theming UI (app control buttons). by Simon Hunt · 8 years ago
  18. f3fd4ed ONOS-4359: New UI look and feel : table views - base table. (WIP) by Simon Hunt · 8 years ago
  19. 58894c8 Separating theme from layout for CSS files. by Simon Hunt · 8 years ago
  20. 3a9a644 Topojsons have all been formatted with jsonlint by Steven Burrows · 8 years ago
  21. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  22. 26be4f3 Adding ability to select geo map from the GUI. by Thomas Vachuska · 8 years ago
  23. 24d0c5c Web UI -- Added cog as nav icon for driver matrix view. by Simon Hunt · 8 years ago
  24. 69d820c Added 'cog' glyph. by Simon Hunt · 8 years ago
  25. 0f8c505 GUI - added CORD logo to glyph library. by Simon Hunt · 8 years ago
  26. b07f6b5 GUI -updated "OTN" design with "laser" idiom. by Simon Hunt · 8 years ago
  27. 707a2ac GUI - topo view: added/updated... OTN, ROADM_OTN, FIBER_SWITCH by Simon Hunt · 8 years ago
  28. a34fcb5 GUI - topo view: enhancements to provide tinting of maps. by Simon Hunt · 8 years ago
  29. facad99 GUI - topo view: enhancements to allow scaling of bay area map. by Simon Hunt · 8 years ago
  30. d0949d2 ONOS-3864 : glyohs for OTN and FIBER_SWITCH. by Simon Hunt · 8 years ago
  31. 4afa61d GUI -- separated glyph data from glyph code. by Simon Hunt · 8 years ago
  32. 8ebfff0 Add OTN device and ports by Rimon Ashkenazy · 8 years ago
  33. f4ef6dd GUI: Javascript cleanup and additional utility functions. by Simon Hunt · 8 years ago
  34. 6f7668c GUI : Icon Service -- added registerIconMapping() call. by Simon Hunt · 8 years ago
  35. 051e9fa ONOS-3780: Table model now handles two column sorts. by Simon Hunt · 8 years ago
  36. 7c630c6 GUI- factored out common table frame SVG commands in *table glyph definitions. by Simon Hunt · 8 years ago
  37. 99b3d22 ONOS-3642 -- GUI: New Meter Table glyph added. by Simon Hunt · 8 years ago
  38. 1f54473 [ONOS-3642] Add GUI Meter View by Jian Li · 8 years ago
  39. 412adc8 GUI: Migrated table views to use the new custom "ONOS Loading..." animation. by Simon Hunt · 9 years ago
  40. c2bfe33 ONOS-3518: Refactored badge-rendering code. - augmented badges test scenario. by Simon Hunt · 9 years ago
  41. 864333a ONOS-3265: Re-used device glyph for deviceTable icon. by Simon Hunt · 9 years ago
  42. 4e41273 ONOS-3129 : GUI Intents to Topo :: part 1 - making intent table rows selectable; adding topo button. by Simon Hunt · 9 years ago
  43. 13cc083 GUI Topo -- Added missing glyphs by Simon Hunt · 9 years ago
  44. 044f2807 GUI -- Added "devices" scenario to display all device types. by Simon Hunt · 9 years ago
  45. b691f0a ONOS-2798 - GUI -- added microwave dish to glyph library. by Simon Hunt · 9 years ago
  46. 3ece373 Added a new GUI view for packet processors. by Thomas Vachuska · 9 years ago
  47. 8d22c4b ONOS-1479 -- GUI - augmenting topology view for extensibility: WIP. by Simon Hunt · 9 years ago
  48. 6e1b4a5 ONOS-2143 - GUI -- Tabular views display a loading wheel while waiting for a server response. by Bri Prebilic Cole · 9 years ago
  49. 72e44bf ONOS-1479 - GUI Topology Overlay Work - (WIP) by Simon Hunt · 9 years ago
  50. 0c41ba2 GUI -- Cleaned up directives - onos-sortable-header and icon no longer use isolate scope. Icon directive moved to icon.js. Deleted unneeded TableService. by Bri Prebilic Cole · 9 years ago
  51. 9b1fb9a ONOS-2202 - GUI -- Moved flow, port, and group navigation buttons out of device details panel. Created tab-like behavior to switch between the three views when viewing any of them. by Bri Prebilic Cole · 9 years ago
  52. 2362b07 GUI -- Topo View - Added ability to define different background maps of world regions. by Simon Hunt · 9 years ago
  53. 52c98bd GUI -- Moved of potentially expensive processing off listener dispatch thread. by Thomas Vachuska · 9 years ago
  54. aa8b0eb GUI -- Added Settings view by Thomas Vachuska · 9 years ago
  55. bd0bc77 GUI -- Garbage can icon added to app view, fixed broken unit tests. by Bri Prebilic Cole · 9 years ago
  56. 9467a23 GUI -- General GUI backend cleanup and bug fixes. Added custom formatters for existing tables, unit test for Enum Formatter, and more glyphs. by Bri Prebilic Cole · 9 years ago
  57. 43f17c0 GUI -- Refresh Icon added. - Fixed default column ID for intents view. by Bri Prebilic Cole · 9 years ago
  58. 3d4d01c ONOS-1783 - GUI -- Refresh buttons for tabular views added. Minor table.js refactor. by Bri Prebilic Cole · 9 years ago
  59. ef09190 ONOS-1724 - GUI -- svgUnit tests written. WIP topoToolbar unit tests written. Firing key presses programmatically investigated. by Bri Prebilic Cole · 9 years ago
  60. 6ed04eb ONOS-1721 - GUI -- Websocket Service unit tests written, topo nav glyph added, other minor improvements. by Bri Prebilic Cole · 9 years ago
  61. cdc188d ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. by Bri Prebilic Cole · 9 years ago
  62. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  63. ab582b8 GUI -- "State" is now an icon on Link and Cluster node views. - Icon mapping has generic names to be reused between views - Fixed broken table unit tests - Other minor cleanup by Bri Prebilic Cole · 9 years ago
  64. 9c1c45e GUI -- Revamp of the Glyph Service to allow for custom viewboxes to be defined for registered glyphs/sprites. by Simon Hunt · 9 years ago
  65. b5f2b15 GUI -- Topology View all, packet, and optical layer radio buttons are now part of the topology view toolbar, instead of being in the masthead. Keystroke 'N' for cycle node layers added. Button glyph added. Fixed previously unseen broken unit tests for table.js. by Bri Prebilic Cole · 9 years ago
  66. 619c538 GUI -- Playing with application actions; converted to table builder; added selCB support. by Thomas Vachuska · 9 years ago
  67. 58eded6 GUI -- Fixed host view row height CSS by adding an icon for host type. by Thomas Vachuska · 9 years ago
  68. 3695a62 GUI -- Added application view buttons. (WIP - require click handlers still) by Simon Hunt · 9 years ago
  69. 7c315cf GUI -- Added glyphs for application view buttons. by Simon Hunt · 9 years ago
  70. 0fa583c GUI -- Added applications view. by Thomas Vachuska · 9 years ago
  71. 5a206bb GUI -- Updated Equalize Master glyph. SVG practice progress - better algorithm for changing button position. Various other small edits. by Bri Prebilic Cole · 9 years ago
  72. 7c98051 GUI -- Created the rest of the icons for Topo Toolbar. by Bri Prebilic Cole · 9 years ago
  73. 812f6c0 GUI -- Modified Toolbar service to have multiple rows of buttons. Added more buttons in topoToolbar - WIP. by Bri Prebilic Cole · 9 years ago
  74. deca6e9 GUI -- Created new glyphs (with unit tests) for toolbar. by Bri Prebilic Cole · 9 years ago
  75. e95da77 Promoting new GUI resources into place; still hidden behind legacy redirect though. by Thomas Vachuska · 9 years ago
  76. 40be6b2 GUI -- ButtonService - modified IconService to load glyphs without icon mapping by Bri Prebilic Cole · 9 years ago
  77. 56004a8 GUI -- SvgUtil- added scale, skewX and rotate functions. by Simon Hunt · 9 years ago
  78. e1bda3f GUI -- Cleaned up table directives, device view, fixed flash-spec unit tests, started unt tests for table.js. by Bri Prebilic Cole · 9 years ago
  79. 0ee2868 GUI -- TopoView - re-instated selection "glow" - themed (blue for light theme, yellow for dark theme). by Simon Hunt · 9 years ago
  80. 18bf982 GUI -- TopoView - implemented show/hide background map ('B' keystroke) by Simon Hunt · 9 years ago
  81. 357f7fd GUI -- Formatted styling for summary-list table and Switch Icons. by Bri Prebilic Cole · 9 years ago
  82. dea0974 GUI -- Refactored DeviceTableRow to use abstract super class. by Bri Prebilic Cole · 9 years ago
  83. 1f93be2 GUI -- Table headers can dynamically display with an icon which sorting direction the table is currently sorted as. by Bri Prebilic Cole · 9 years ago
  84. 08f841d0 GUI -- TopoView - Implemented much of the node selection logic. (WIP) by Simon Hunt · 9 years ago
  85. 445e815 GUI -- TopoView - working on mouse gestures - drag, click on nodes; mouseover,mouseout (WIP). by Simon Hunt · 9 years ago
  86. 5724fb4 GUI -- Implemented Show/Hide Offline devices & Show/Hide Hosts (also used Flash Service). by Simon Hunt · 9 years ago
  87. aa0f088 GUI -- Cycling through icons in table headers: by Bri Prebilic Cole · 9 years ago
  88. 1894d79 GUI -- Added handling of hosts and links. (Still WIP). by Simon Hunt · 9 years ago
  89. ac4c6f7 GUI -- Migrating the add/update device functionality to the Topology View. (WIP) by Simon Hunt · 9 years ago
  90. dee4662 GUI -- Icon service work: by Bri Prebilic Cole · 9 years ago
  91. 7c8ab8d GUI -- Added "No Devices Connected" layer; (themed too). by Simon Hunt · 9 years ago
  92. 1dc32e6 GUI -- Created new icon badges of up and down arrows for tables, and edited tests to account for new glyphs. by Bri Prebilic Cole · 9 years ago
  93. 27e153a GUI -- Fixed broken unit test, and amended case of color specs. by Simon Hunt · 9 years ago
  94. a57d681 GUI -- Instance Colors tuned for dark theme. by Simon Hunt · 9 years ago
  95. 245a88e GUI -- Added theme listeners, so the instance panel can update the instances on a theme change. by Simon Hunt · 9 years ago
  96. 48e6167 GUI -- Completed implementation of Instance events (add, update, remove) by Simon Hunt · 9 years ago
  97. 4b66859 GUI -- Implemented Instance Panel. - handling addInstance event. by Simon Hunt · 9 years ago
  98. edf5c0e GUI -- Topology view... Minor cleanup. by Simon Hunt · 9 years ago
  99. c9b7316 GUI -- Completed Show Summary panel. by Simon Hunt · 9 years ago
  100. a11b4eb GUI -- Continued porting topology behavior over to the new codebase. WIP. by Simon Hunt · 9 years ago