| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It's intended to be used for informing the user that a feature is not
available on a certain operating system(s).
|
| |
|
|
|
|
|
|
|
|
|
| |
whole system is.
In this case, fixing the viewer menu color breaks the login menu bar.
Seems like a better breakage alternative for the beta, though
(cherry picked from commit 084bd7a120e9ac122e4356246a1da57fd8f1204e)
|
|
|
|
| |
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4)
|
|
|
|
| |
Mostly, use of unicode symbols instead of ASCII approximations
|
|
|
|
| |
Almost all, anyway. Also patched up items in English version that were not translatable because of missing XUI attributes.
|
|
|
|
| |
the Open Icon Library (http://openiconlibrary.sourceforge.net)
|
| |
|
|
|
|
|
|
| |
Before, the texture_picker widget in the "Local Texture Properties"
floater was interactive, even though using it had no effect. Now it is
disabled (noninteractive), to avoid misleading or confusing the user.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Moved numerous options out of the Advanced panel
* Moved numerous options out of the General panel
* Combined the Network and Web Browser panels
* Combined IM, Chat, and Spell checking preferences
* Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting
* Removed UI for 'hide my own group title'. This can still be set in the debug settings
* Renamed Popups > Notifications
* Renamed Chat Colors > Colors
* Renamed 'IMs and Logging' to 'Logging and Privacy'
* Moved Colors next to Skins
* Added style guide to the top of every preferences panel xui
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Git thought many files (almost 100) had merge conflicts. But, after
resolving the conflicts (which were mostly trivial), almost all the
files turned out to be the same as in the exp branch. So, the
conflicts are not listed here. Check the diff between commit 244ffe8
and this commit to see what really changed.
|
| | |
|
| |
| |
| |
| | |
review perms
|
| |
| |
| |
| | |
ported from Phoenix, patch by Henri Beauchamp and Ansariel Hiller
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to *false*
if false own avatars head doesn't follow the mouse no matter
to what PitchFromMousePosition and YawFromMousePosition are set.
|
| | | |
|
| | |
| | |
| | |
| | | |
longest item (science sim) and fixed line editors not following the top on resize
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit includes the following:
* Fixed missing GPL headers from hippo grid manager
* Fixed grids named <required> or "" being saved in the list
* Fixed grid manager list only showing grid nicks, not grid names
* Fixed grid names not settable in the grid manager
* Grid manager now remembers avatar names and passwords
* Usernames can now be set in the grid manager for SL (needs work)
* Fixed grid manager being stuck in an updating state
* Some general code cleanup
|
| | |
| | |
| | |
| | | |
Advanced menu
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
clearing buttons
|
| | |
| | |
| | |
| | | |
a tooltip
|
| | | |
|
| | |
| | |
| | |
| | | |
same time (also fixes a SOCKS 5 preference not getting disabled). These prefs are extra-confusing right now, but will get sorted out in a bit
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
| |
| |
| | |
faces, verticies, script and inventory count
|
| | |
|
| |
| |
| |
| | |
Click menus are transparent on the login screen and #534: Right click menus aren't translatable
|
| | |
|
| |
| |
| |
| | |
the viewer/server code.
|
| |
| |
| |
| | |
results for users who prefer to lag but keep their search resluts open
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
linden/indra/newview/llpanelaudioprefs.cpp
linden/indra/newview/llpanelaudioprefs.h
linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml
|
| | |
| | |
| | |
| | |
| | | |
NoObscuredURL Patch from Henri Beauchamp, applied by hand because of
changes between Imprudence and Snowglobe.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Adds a "less annoying" mode, which attempts to only filter scripted
streaming events. On by default (should we change that?)
- Adds UI to enable and disable the media filter, both from the filter
floater and from the preferences floater.
- Adds a button to launch the filter floater to prefences.
- Some UI tweaks to the filter floater.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Compared to v3, this adds resolving domains to IPs in order to list
them and match them against listed IPs. Also shows both the full stream
url and the munged domain that will be added to the lists.
|
| | | |
|
| | |
| | |
| | |
| | | |
not being named FontSansSerifLarge
|
| | |
| | |
| | |
| | | |
the main preferences window
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* the media face gets focus on click and you can interact with mouse and keyboard with it -
just as you would expect it to work in the first place anyway.
* added a checkbox in prefs audio & video for what I call "media helper widget" which allows zooming on
the face, open the link in a browser window and such - the name of the LL debug setting is a bit misleading
("MediaOnAPrimUI"), since this is not MOAP I avoided that name.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* split xmlrpc and web browser proxy setting into 2 settings
(because the login service might refuse to let you in using TOR)
* fix web proxy to be used not only for the browser floater but also for login screen and parcel media.
Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version)
* fix: no clear cookies button
* todo: cookies need work
note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
|
| | | |
| | | |
| | | |
| | | | |
our current grid manager, but really exposes the weaknesses of not saving login info with the grid, usability-wise. (Note: autologin and the command line need to be tested)
|