Changes between Initial Version and Version 1 of Ticket #6800, comment 10


Ignore:
Timestamp:
Nov 9, 2010, 8:15:04 AM (13 years ago)
Author:
stippi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6800, comment 10

    initial v1  
    1 In WebPositive, I've wrote a new tab view implementation. It's composed of lots of smaller inner classes to delegate the functionality. It may be possible to rewrite BTabView in a binary compatible way to offer the same functionality, but it could easily become a mess. Personally, I wouldn't mind putting the WebPositive implementation into a static library, like it's currently done with BColumnListView. I don't remember if the base class is completely reusable in any other context. I don't anticipate it would need more than a few minor changes to make it so. I don't have any time to work on this, though. Since the hard work is already done, though, this is low hanging fruit for anyone who is interested.
     1In WebPositive, I've wrote a new tab view implementation. It's composed of lots of smaller inner classes to delegate the functionality. It may be possible to rewrite BTabView in a binary compatible way to offer the same functionality, but it could easily become a mess. Personally, I wouldn't mind putting the WebPositive implementation into a static library, like it's currently done with BColumnListView. I don't remember if the base class is completely reusable in any other context. I don't anticipate it would need more than a few minor changes to make it so. I don't have any time to work on this, but since the hard work is already done, it is low hanging fruit for anyone who is interested.