summaryrefslogtreecommitdiff
path: root/indra/newview/llfavoritesbar.cpp
AgeCommit message (Collapse)Author
2023-07-20SL-19987 Landmark is shifting to the left of the pointed positionAndrey Kleshchev
There is still a chance user will try to move multiple landmarks one after another, but if it didn't update in the time user moves landmarks it's going to end up out of order either way
2022-10-24Merge master into DRTVWR-568 (and fix conflicts)Callum Linden
2022-08-26DRTVWR-568: Eliminate more blockers to C++17 language standard.Nat Goodspeed
2022-07-22SL-17818 Crash at childrenHandleDragAndDropAndrey Kleshchev
2022-03-28SL-17039 "Remember Password" checkbox state should be saved per account nameMnikolenko Productengine
2022-02-28Merge branch 'master' into DRTVWR-543-maintAndrey Lihatskiy
2021-11-19Merge branch 'master' into DRTVWR-543-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llagentwearables.cpp # indra/newview/llvoicevivox.cpp
2021-11-16Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/newview/installers/windows/lang_pl.nsi # indra/newview/llfloaterpreference.cpp # indra/newview/llinventorymodel.cpp
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-24SL-16063 FIXED The favorite landmark does not change after editing from ↵Mnikolenko Productengine
another machine
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-527-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llinventorypanel.cpp
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-527-maintAndrey Lihatskiy
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-12-18SL-14570 - error messages, avoid a couple of warnings caused by attempts to ↵Brad Payne (Vir Linden)
create folders before inventory is loaded
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