Changes between Version 8 and Version 9 of FutureHaiku/APIChangesOnCompatibilityDrop


Ignore:
Timestamp:
Oct 29, 2014, 11:17:13 PM (9 years ago)
Author:
waddlesplash
Comment:

Add toolbar API.

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/APIChangesOnCompatibilityDrop

    v8 v9  
    1414'''Interface Kit:'''
    1515 * Derive BView from BLayoutItem and drop BViewLayoutItem.
    16  * Create a model/view infrastructure for the column list view and OutlineListView. (maybe look at Qt's rejected Model/Views 2.0?)
     16 * Create a model/view infrastructure for the column list view and OutlineListView. (maybe look at Qt's [rejected] Model/Views 2.0?)
    1717 * BAlerts should be layout-aware along with all other rich text views.
    18  * All rich text views should accept HTML as input and as output.
     18 * All rich text views should accept (simple) HTML as input and as output.
     19 * Add a BToolbar API (the currently-private ToolBarView should be a good basis, it needs support to add arbitrary BViews and vertical toolbars)
     20   * Also need a standard icons directory, probably following [http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html FreeDesktop's spec].
    1921
    2022'''Media Kit:'''