summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default
AgeCommit message (Collapse)Author
39 hoursNearby session being first is a non default optionHEADmainErik Kundiman
which can be set on the leftmost drop-down menu of the conversations floater.
4 daysSqueeze 2 more people into the teamErik Kundiman
plus 1 special thanks replacing the promoted one.
5 daysOption to zoom in using double clickErik Kundiman
https://megapahit.com/show_bug.cgi?id=102
6 daysAdd seconds to compact view timestampsErik Kundiman
https://megapahit.com/show_bug.cgi?id=81 Without the date, though.
2024-10-21Toolbar command from Ansarielgwigz
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
2024-10-21Firestorm's resync animations menu optiongwigz
2024-10-09Minimal favorite folder inventory featuregwigz
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
2024-10-07Port Firestorm/Catznip refresh attachments featuregwigz
2024-09-27Squeeze one more person into the teamErik Kundiman
2024-09-17Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-17Squeeze two more people into the teamErik Kundiman
2024-09-16Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-16Revert "Blufault - bring back tilebar separators"secretfoxtail
This reverts commit 46ccddb0d8e66b3faf6b77a50209346888acf5b7.
2024-09-16Revert "Window_NoTitle_Foreground brightness adjustment"secretfoxtail
This reverts commit 8081dba75bd761cad54ecb212fbbb5499c75b693.
2024-09-16Revert "Window_Background adjustment"secretfoxtail
This reverts commit bfd4d03908464373f7d2cab747d73d24b516a09c.
2024-09-07Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-07Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-09-04Fix another 1856 crash on startup case when Terrain Bake shaders are ↵Brad Linden
unsupported (#2491) fixes secondlife/viewer#1856
2024-09-04Window_Background adjustmentsecretfoxtail
Add some more disctinction between titlebar and rest of window.
2024-09-02Merge branch 'main' into 2024.08-DeltaFPSErik Kundiman
2024-09-02Stream notification channel doesn't disable localErik Kundiman
chat notification, and change the default channel to 751751.
2024-09-01Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵Erik Kundiman
2024.08-DeltaFPS
2024-08-30Stream notification channel setting in preferencesErik Kundiman
Not in effect yet.
2024-08-29Add error handling for intel crashes from GLTF Scene shader (#2456)Brad Linden
fix secondlife/viewer#1856
2024-08-25Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-24Linden_Dollar_Alert tweaksecretfoxtail
Just playing with gimp filters :3
2024-08-23Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-23Window_NoTitle_Foreground brightness adjustmentsecretfoxtail
Tinting it a touch darker.
2024-08-23Nearby tab quickfix IIIsecretfoxtail
Play around with various values in attempt to get cleaner, more consistent display of information
2024-08-23Nearby tab quickfix IIsecretfoxtail
Give avatar_name a little more space, stop avatar_distance from being cut off at the edge of the window
2024-08-23Blufault: Misc icon tweakssecretfoxtail
Adjust saturation, brightness of some icons.
2024-08-23Blufault - bring back tilebar separatorssecretfoxtail
Restore line dividing floater titlebar from the rest of the window
2024-08-23Nearby tab quickfixsecretfoxtail
Give avatar_name more space
2024-08-22Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-22Showing arrivals and departures can be toggled nowErik Kundiman
and by default it's off.
2024-08-21Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-21Squeeze five more people into the teamErik Kundiman
2024-08-21Merge branch 'main' into 2024.06-atlasaurusErik Kundiman
2024-08-21Arrival time in nearby tab (draft)Erik Kundiman
The period got updated to something more frequent (from 5 to 1 second). I copied from newview/llpanelpeople.cpp and updateLastInteractionTime. The values are still not accurate, and have a delayed start. The presentation could use something like std's strftime, but I started from what worked first, which was using LL's formatSeconds. The alignments really need some tidying up too.
2024-08-20Fix a bunch of XUI errors (#2347)Ansariel Hiller
* Fix a bunch of XUI errors * Change TRUE to true
2024-08-19Merge branch 'webrtc-voice' into 2024.06-atlasaurusErik Kundiman
2024-08-19Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-19Merge branch 'main' into webrtc-voiceErik Kundiman
2024-08-19viewer#2311 When email or profile image upload fails show a more fitting reasonAndrey Kleshchev
2024-08-18Fix findChild during draw in preference floaterRye Mutt
2024-08-17Show avatar distance only on nearby listErik Kundiman
2024-08-17Distance in nearby tab (draft)Erik Kundiman
https://megapahit.com/show_bug.cgi?id=49 Still needs to be tidied up. For now it's aligned to the left. If you want to align it to the right, apart from modifying avatar_distance in panel_avatar_list_item.xml to look more like last_interaction, modify newview/llavatarlistitem.cpp line 555 to be something like: `S32 avatar_distance_width = avatar_item->mLastInteractionTime->getRect().mLeft - avatar_item->mAvatarDistance->getRect().mLeft;` I had tried this at first, but I couldn't make it look good and that's why I aligned it to the left. Also, these distances need to not be shown on Friends list. I'm doing that next.
2024-08-13Merge pull request #2210 from secondlife/v-1883cosmic-linden
secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools
2024-08-09Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp
2024-08-09Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp