Favorites on the login screen

Adds some guts for the favorites bar, I'll get to that eventually
This commit is contained in:
Lirusaito
2019-02-05 04:57:49 -05:00
parent cb16e4edf0
commit a62d433262
16 changed files with 2845 additions and 45 deletions

View File

@@ -418,15 +418,6 @@ public:
// Returns end() of the vector if not found.
static LLInventoryModel::item_array_t::iterator findItemIterByUUID(LLInventoryModel::item_array_t& items, const LLUUID& id);
// Saves current order of the passed items using inventory item sort field.
// Resets 'items' sort fields and saves them on server.
// Is used to save order for Favorites folder.
//void saveItemsOrder(const LLInventoryModel::item_array_t& items);
// Rearranges Landmarks inside Favorites folder.
// Moves source landmark before target one.
void rearrangeFavoriteLandmarks(const LLUUID& source_item_id, const LLUUID& target_item_id);
//--------------------------------------------------------------------
// Creation
//--------------------------------------------------------------------