summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermap.cpp
AgeCommit message (Collapse)Author
2024-02-21Convert remaining BOOL to boolAnsariel
2024-02-21Convert BOOL to bool in lluiAnsariel
2024-02-18Replace BOOL with bool in llwindow and dependent classesAnsariel
2022-04-05SL-16916: Update minimap context menu with new options and reworded existing ↵Cosmic Linden
options Map rotation: Split minimap "Rotate Map" context menu option into two options: "North at top" and "Camera at top" Zoom: - Adjust minimap context menu zoom presets: New presets are "far", "medium", "close", and "very close" - Change default minimap zoom level from 128 to 64 - Currently selected minimap zoom level is now checked About Land: Add "About Land" button to minimap context menu Reword: Rearrange and adjust capitalization of the various context menu options Code change: Remove unused zoom handling code in LLFloaterMap
2022-03-03SL-16824: Fix minimap tooltip hint not updating until viewer restart (double ↵Cosmic Linden
click to show map vs double click to teleport)
2022-03-03SL-16824: Change minimap hover tooltip. Show parcel name, owner name, and/or ↵Cosmic Linden
for sale info when available. Remove "shift-drag to pan" hint.
2022-02-23SL-16917: Fix minimap cardinal direction text being offset slightly, and ↵Cosmic Linden
move cardinal directions to the edge of the minimap
2016-12-20DRTVWR-418: Fix API for LLTracker::stopTracking().Nat Goodspeed
The signature for LLTracker::stopTracking() was silly: it accepted a void* for the sole purpose of testing whether it was NULL. In other words, the parameter was really a bool in void* clothing. Most callers passed NULL. What got ugly was when you wanted to pass 'true', or a variable bool value. Such values had to be cast to void*. In 64-bit land, the compiler correctly flags that as extremely dubious practice. But it's entirely unnecessary. Since stopTracking() wants a bool, change its parameter to bool. Everybody wins. (While at it, change a few related method params from BOOL to builtin bool.)
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-10-18Update to build on Xcode 6.0: collection of removal of unused variables ↵callum_linden
[-Wunused-variable]
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-21MAINT-1416 FIXED Close Mini-map floater after Ctrl-W if it's opened and ↵maxim_productengine
other floaters are not in focus
2012-08-08MAINT-328 FIXED Use stopTracking() before each new beaconmaxim_productengine
2011-10-18EXP-1409 FIX WASD controls don't move avatar while Move floater is in focusRichard Linden
moved "chrome" flags to xui separated hiding floater title from setting chrome toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus
2011-10-04EXP-1204 PROGRESS -- As a User I want flexible floater management with no ↵Leslie Linden
sidetray EXP-1292 FIX -- Mini-map floater can't be closed by clicking the sidebar button again. * Mini-map floater text updated * Mini-map floater behavior now acts more like other windows, has a title, etc.
2011-03-21merge changes for storm-971Oz Linden
2011-03-14STORM-971 FIXED Disable the 'Stop Tracking' menu item in Mini-map floater ↵Vadim ProductEngine
when tracking gets stopped. - Removed the menu from LLFloaterMap (the mini-map floater) that had conflicted with the one in the LLNetMap widget. - Fixed updating of the "Stop Tracking" menu item; moved that code out of draw() to avoid excessive updates. - Preventively fixed LLTracker::isTracking() to return strictly 1 or 0 (BOOL is known to cause hard-to-debug side effects with values > 1 because it's essentially just an int and thus doesn't enforce any limitations on the value).
2011-03-01MergeRichard Linden
2011-01-26Embed Minimap into the Nearby list of the People SidebarTwisted Laws
2011-01-04merge changes for storm-467Oz Linden
2010-12-22STORM-466 Fix for: minimap cannot be reset to default zoomJonathan Yap
2010-12-18STORM-467 Fix for minimap zoom does not persist to the next sessionJonathan Yap
2010-11-01STORM-420 : Took Andrew's comment into account, fixing the issue when ↵Merov Linden
minimap was minimized
2010-10-29STORM-420 : allow teleport when double clicking the minimap if doubleclick ↵Merov Linden
teleport is on, allow beacon setting if not
2010-10-06STORM-299 : mergeMerov Linden
2010-10-06STORM-299 FIXED World map floater opening instead Mini-map if double-click ↵Andrew Productengine
on minimized Mini-map. - What map floater is shown on Mini-map doublecklick now differs depending on whether it is minimized.
2010-09-01VWR-13221 (SNOW-188) FIXED Allow panning of the minimapAimee Linden
Imported from Snowglobe.
2010-09-16mergeRichard Linden
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-22EXT-7882 FIX Set caption when floater minimized and remove when maximized.Yuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/624/ --HG-- branch : product-engine
2010-06-09EXT-7605 FIX fix consequences. to play safe reduce ctrl sizeYuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/540/ --HG-- branch : product-engine
2010-06-02EXT-7550 FIX fix floater height and minimap position right after start.Yuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/497/ --HG-- branch : product-engine
2010-05-18EXT-7112 fix Set map pos,bgnd and size in code to match mockupYuri Chebotarev
--HG-- branch : product-engine
2010-03-26Manual merge from default branchVadim Savchuk
Resolved conflict in indra/newview/llviewerwindow.cpp. --HG-- branch : product-engine
2010-03-26Fixen normal EXT-6434 (Mini Map does not go transparent when not in focus)Paul Guslisty
- Set background opaque of the floater depending on focus and made map's background color transparent Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/99/ --HG-- branch : product-engine
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-02-01fix for normal EXT-4512 [BSI] Can't minimize Mini-MapYchebotarev ProductEngine
actually this has nothing with original bug description so...fix map and text pos on map resize --HG-- branch : product-engine
2010-01-28fix for normal EXT-4512 [BSI] Can't minimize Mini-MapYchebotarev ProductEngine
also this fix EXT-2119 even if its marked as fixed... --HG-- branch : product-engine
2009-11-17EXT-2226 Add "Rotate Mini Map" toggle to mini-map context menuJames Cook
Reviewed with Kelly
2009-11-06merge QAR-1829: texture pipeline branch in viewer-2.0.0.3Xiaohong Bao
2009-10-14EXT-946 There is no terrain on the Mini-Map. Unclear if this fixes the ↵James Cook
problem or not, does not reliably repro for me. Found several uninitialized variables in LLNetMap and fixed those. Reviewed with Richard.
2009-08-29EXT-729 - moved XML from menu_minimap.xml to menu_mini_map.xml and deleted ↵Steven Bennetts
menu_minimap.xml (translations all have menu_mini_map.xml)
2009-07-07Merge skinning-14 to viewer-2, including refactoring many floaters to ↵James Cook
register them with LLFloaterReg, support for introspection of ParamBlock based UI widgets to dump XML schema, splitting llfolderview.cpp into three separate files to unravel dependencies and skeleton for for LLListView widget. Resolved conflicts in these files: lldraghandle.h, lluictrl.h, llchiclet.cpp, llfolderview.h/cpp, lliinventorybridge.cpp, llpanelpicks.cpp, llviewermenu.cpp, floater_mute.xml, floater_preferences.xml, notifications.xml, panel_preferences_audio.xml, panel_preferences_graphics1.xml, panel_region_general.xml svn merge -r124961:126284 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-14
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch
2009-03-13svn merge -r114093:114412 ↵Christian Goetze
svn+ssh://svn.lindenlab.com/svn/linden/branches/featurettes/featurettes-batch5-merge Melinda (coco): 5th and final batch of featurettes. My work here is done.
2009-01-08Result of svn merge -r107256:107258 ↵Aaron Brashears
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2008-06-26QAR-628 merge string-cleanup-5 -r 90476:90508 -> releaseSteven Bennetts
dataserver-is-deprecated