interface.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Badwolf
  2. - A tablist with a new tab button at the end, right-clicking on the tablist gives you the list in a context-menu format
  3. - Each tab contains a Browser View or the Downloads View
  4. ## Tab Labels
  5. - An hexadecimal number identifying the webkit process context
  6. - An icon to indicate if a media is playing
  7. - The title of the web view
  8. - A close button
  9. ## Browser View
  10. The Browser View contains the following items:
  11. - Toolbar
  12. - WebKit WebView
  13. - Status Bar
  14. ### Toolbar
  15. - Backward navigation button followed by a smaller forward navigation button
  16. - Separator
  17. - Javascript-markup toggler marked "JS" followed by an image-loading toggler marked "IMG"
  18. - Potentially some future elements
  19. - Location entry linked to the WebKit WebView, with integrated progress indication also linked to the WebKit WebView
  20. - Potentially some future elements
  21. - Print button
  22. - Potentially some future elements
  23. The element focused by default is the location entry.
  24. ### Status bar
  25. - Search entry linked to the WebKit WebView
  26. - Potentially some future elements
  27. - Label showing where the mouse is pointing
  28. - Potentially some future elements
  29. ## Downloads View
  30. The download view is a table contains the following items on each row corresponding to each download:
  31. - Icon linked to the network status
  32. - Progress bar, with integrated received-size indication
  33. - (when downloading) Cancelling button
  34. - Label about the current status
  35. - Link to download destination
  36. - Potentially some future elements