Changes between Version 8 and Version 9 of FutureHaiku/APIChangesOnCompatibilityDrop
- Timestamp:
- Oct 29, 2014, 11:17:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/APIChangesOnCompatibilityDrop
v8 v9 14 14 '''Interface Kit:''' 15 15 * 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 rejectedModel/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?) 17 17 * 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]. 19 21 20 22 '''Media Kit:'''