[BROWSEUI] Add a todo comment block in CISFBand.cpp and CBandSite.cpp regarding some problems and missing features when using the quick launch toolbar. These two lists are not complete but cover most important problems of quick launch. There is no need to create bug reports for these.

This commit is contained in:
Giannis Adamopoulos 2017-11-02 19:50:03 +02:00
parent be1155f294
commit 2875a70c0a
2 changed files with 19 additions and 0 deletions

View file

@ -27,6 +27,15 @@
ERR ("ASSERTION %s AT %s:%d FAILED!\n", #cond, __FILE__, __LINE__)
#endif
/*
TODO:
** Fix tasks band gripper not appearing when quick launch is added
** Fix hiding grippers in locked mode
** The context menu should include the menu of both the site and the band
** The chevron should be shown only when needed
*/
CBandSiteBase::CBandSiteBase()
{
fBandsCount = 0;

View file

@ -13,6 +13,16 @@
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
/*
TODO:
** drag and drop support
** tooltips
** handle change notifications
** Fix position of the items context menu
** Implement responding to theme change
*/
// ***Extras***
/*++
* @name _ILIsDesktop