summaryrefslogtreecommitdiff
path: root/indra/newview/llfavoritesbar.cpp
AgeCommit message (Collapse)Author
2021-09-28Revert "Merge branch 'c++17' into DRTVWR-522-maint"Andrey Lihatskiy
This reverts commit 203ea3a70a775a09cbbffb1740ab7c58f1780baa, reversing changes made to 8e3f0778863a5aa337d1148a243ea91d238a8ac5. # Conflicts: # indra/newview/llmachineid.cpp
2021-09-03Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mixAndrey Lihatskiy
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp
2021-06-29DRTVWR-538: Merge branch 'master' into c++17Nat Goodspeed
2021-06-25Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
2021-05-07SL-15241: Tweak viewer sources to permit compiling on Mac with C++17.Nat Goodspeed
2021-04-30Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
2021-04-29Merge branch 'master' into DRTVWR-518-uiAndrey Lihatskiy
# Conflicts: # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/skins/default/xui/en/strings.xml
2021-03-30SL-15036 Add actions to move landmarks between tabs in the Places floaterMnikolenko Productengine
2021-03-18SL-14901 adjusted 'More' buttonMnikolenko Productengine
2021-03-10SL-14901 Updated button according to new specMnikolenko Productengine
2021-02-25SL-14901 Add a button on the Landmarks bar to open the Places floaterMnikolenko Productengine
2021-02-25Revert "SL-14901 Add a button on the Landmarks bar to open the Places floater"Mnikolenko Productengine
This reverts commit 2d4a894b706d0dcbdc753318c2c400b0d3ee92b7.
2021-02-25SL-14901 Add a button on the Landmarks bar to open the Places floaterMnikolenko Productengine
2021-02-19SL-14797 Normalize right-click - favorites panel, part #4Andrey Kleshchev
2020-10-20SL-14138 Favorites panel was not responding in some casesAndrey Kleshchev
2020-08-18Merge branch 'master' into DRTVWR-515-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llimprocessing.cpp
2020-07-13SL-13582 FIXED The Favorites bar overflow list is shifted after clicking any ↵Mnikolenko Productengine
button on the context menu
2019-10-31SL-11732 Validation for stored favoritesandreykproductengine
2019-08-09SL-9699 Login selectionandreykproductengine
2017-12-19MAINT-8073 Stored favorites lose SLURLS after you re-order some favorite ↵Mnikolenko Productengine
landmarks
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-02-29MAINT-5760 Save the favorite in file with empty slurl string if it points to ↵Mnikolenko ProductEngine
location that is no longer valid
2016-01-15merge changes for 4.0.1-releaseOz Linden
2016-01-12Merged lindenlab/viewer-bear into defaultAndreyL ProductEngine
2016-01-12MAINT-6040 FIXED crash in LLFavoritesOrderStorageMnikolenko ProductEngine
2015-11-30MAINT-5760 Favorites should be saved if you log-in after cleaning settings ↵Mnikolenko ProductEngine
and logout without any changes to favorites.
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-26MAINT-5760 Save favorite landmarks after renamingMnikolenko ProductEngine
2015-06-23MAINT-5001 FIXED Logging in and then quickly logging out removes stored ↵Mnikolenko ProductEngine
favorite login locations
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for ↵Oz Linden
wide char paths; on other platforms they are now just typedefs to the std classes
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream ↵Oz Linden
respectively
2015-03-18MAINT-4993 FIXED Favorite landmarks randomly reorder between sessions or ↵Mnikolenko ProductEngine
when adding or removing a landmark from favorites
2015-03-17improve file name handling and clean up some error checksOz Linden
2015-03-17MAINT-4995: fix stored favorites for login bar (close input files before ↵Oz Linden
opening them for writing)
2014-07-10MAINT-2855 FIXED Use separate xml files (saved as ↵Mnikolenko ProductEngine
stored_favorites_<grid>.xml) for each grid.
2014-05-07Merge downstream version 3.7.8 codesimon
2014-05-05MAINT-3974 FIXED Update and save favorites order when LLItemCopiedCallback ↵Mnikolenko ProductEngine
is triggered.
2013-10-08merge from viewer-releaseRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-07-09[MAINT-2386] Viewer crashes when user move landmarks from Inventory -> ↵Baker Linden
Landmarks or Places to Favorite bar Forgot to commit the errant comment -- double whoopsie all the way across the sky!
2013-07-09[MAINT-2386] - Viewer crashes when user move landmarks from Inventory -> ↵Baker Linden
Landmarks or Places to Favorite bar - Pushed to viewer-cat for release.
2013-06-17CHUI-506 FIXED Don't change dropdown position if items are unchanged.Mnikolenko ProductEngine
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-18Found an errant right bracket at the top of the file -- whoopsie!Baker Linden