aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Applied customizableTranslationMenu.patch by Grandma Bates for #533: Right ↵McCabe Maxsted2011-04-1115-0/+1725
| | | | | | | | Click menus are transparent on the login screen and #534: Right click menus aren't translatable
| * Fixed string truncated in prefs > network (#841)McCabe Maxsted2011-04-111-1/+1
| |
| * Constraints in XUI files don't match the constraints imposed elsewhere in ↵SignpostMarv2011-04-111-4/+4
| | | | | | | | the viewer/server code.
| * Updated the fix for #721: search lags, to include a checkbox to save search ↵McCabe Maxsted2011-04-111-0/+4
| | | | | | | | results for users who prefer to lag but keep their search resluts open
| * Added search to the Debug SettingsMcCabe Maxsted2011-04-111-4/+6
| |
| * Fixed quicktime not being used for m4v files on WindowsMcCabe Maxsted2011-04-041-2/+2
| |
| * Merge remote-tracking branch 'thickbrick/exp' into expJacek Antonelli2011-04-017-59/+108
| |\ | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/llpanelaudioprefs.cpp linden/indra/newview/llpanelaudioprefs.h linden/indra/newview/skins/default/xui/en-us/panel_preferences_audio.xml
| | * Fix #838: disable hiding of stream urlsthickbrick2011-04-011-37/+7
| | | | | | | | | | | | | | | NoObscuredURL Patch from Henri Beauchamp, applied by hand because of changes between Imprudence and Snowglobe.
| | * Fix 829: Several changes to media filterthickbrick2011-04-012-8/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| | * Sync media filter patch to Henri Beauchamp's MediaFilter_v4thickbrick2011-03-282-13/+34
| | | | | | | | | | | | | | | | | | 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.
| | * Fix #810: Add video/x-m4v to mime_types_*.xmlthickbrick2011-03-263-2/+35
| | |
| * | Added a new default font size FontSansSerifBigger and fixed FontSansSerifBig ↵McCabe Maxsted2011-03-248-18/+22
| | | | | | | | | | | | not being named FontSansSerifLarge
| * | Moved 'Reset all preferences to default' button to a more logical place: in ↵McCabe Maxsted2011-03-232-5/+5
| | | | | | | | | | | | the main preferences window
| * | Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-03-223-0/+36
| |\ \
| | * | allow interaction with parcel web mediaArmin Weatherwax2011-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | several embedded browser proxy fixes and one small cookie fixArmin Weatherwax2011-03-212-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ).
| * | | Support username logins on Linden grids. Seems to cover most edge cases with ↵McCabe Maxsted2011-03-222-1/+40
| | | | | | | | | | | | | | | | 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)
| * | | Fixed tab order on login screenMcCabe Maxsted2011-03-201-39/+47
| | |/ | |/|
| * | Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-03-192-2/+2
| |\ \ | | |/
| | * fix currency in the german status bar button missingArmin Weatherwax2011-03-181-1/+1
| | |
| | * Fix Bug #799 german floater_pay_object.xml brokenArmin Weatherwax2011-03-181-1/+1
| | |
| * | Added copy text button to Help > About Imprudence and tabbed the info. ↵McCabe Maxsted2011-03-141-54/+79
| |/ | | | | | | Ported from Singularity, patch by Siana Gearz
| * Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax2011-03-133-0/+116
| | | | | | | | | | | | from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function." Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
| * Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2011-03-042-18/+45
| |\
| | * Improve the error message for a missing login screenArmin Weatherwax2011-03-011-18/+36
| | |
| | * fix: imprudence logo not showing in login screen; login screens not loading ↵Armin Weatherwax2011-03-011-0/+9
| | | | | | | | | | | | | | | | | | | | | anymore after navigating to a broken one. This also shows an error page if the login screen page is broken. Todo: replace the trademarked logo.
| * | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2011-03-042-0/+15
| |\ \
| | * \ Merge remote branch 'origin/weekly' into weeklythickbrick2011-02-0320-162/+577
| | |\ \
| | * | | Fix #757: Missing Raycasting tool from Advanced menuthickbrick2011-01-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | The code to render this tool is in the viewer, but the menu option was dropped when the advanced menu was moved to xml. This adds it back.
| | * | | Add menu option for sculpt debugging in Advanced menu.thickbrick2011-01-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new option is Advanced -> Rendering -> Info Displays -> Sculpt. The code for displaying this debug info is old, but the menu option was lost when the Advanced menu was converted to xml.
| | * | | Fix #673: IMs & Logging prefs don't persistthickbrick2010-11-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Enable per-account settings only after we have an account. Also, make settings that are saved locally not depend on UserInfoReply being received.
| * | | | Fixed login menu bar not resizing with the windowMcCabe Maxsted2011-02-271-1/+1
| | |_|/ | |/| |
| * | | Added a "news bar" at the bottom of the login screen.Jacek Antonelli2011-02-271-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
| * | | Improved warning message about SL statistics packet.Jacek Antonelli2011-02-271-14/+12
| | | |
| * | | Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli2011-02-273-8/+8
| | | |
| * | | Merge remote branch 'remotes/github/weekly' into weeklyMcCabe Maxsted2011-02-181-1/+2
| |\ \ \
| | * | | IMP-712: Add shortcut for the Groups tab.Aleric Inglewood2010-11-171-1/+2
| | | |/ | | |/| | | | | | | | | | | | | Bind control-shift-G to Groups. This is also done in snowglobe.
| * | | Use gstreamer plugin for windows audio mime typesMcCabe Maxsted2011-02-101-11/+11
| | | |
| * | | Update: Henri Beauchamp: Port of SG-2.0 alpha and tattoo layers v6->v9Armin Weatherwax2011-01-292-3/+7
| | | | | | | | | | | | | | | | issue tattoo tinting does not work
| * | | Add an UI for Display name settings to prefs general, make the setting more ↵Armin Weatherwax2011-01-251-61/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | intuitive instead: of 0 legacy only , 1 both and 2 display names only we use now: 0 legacy, 1 display names only and 2 both
| * | | Henri Beauchamp: Display Names support v4Armin Weatherwax2011-01-245-6/+137
| | | |
| * | | re-enable statistics packet for SL, firstuse warn about itArmin Weatherwax2011-01-201-0/+18
| | | |
| * | | load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax2010-12-221-0/+7
| |/ /
| * | Ported keyboard shortcut for align tool from Ascent, by Beeks. Has the ↵McCabe Maxsted2010-11-132-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | followingrepercussions: * CTRL-A while a prim is selected switches to the align tool * CTRL-SHIFT-A while a prim is selected switches to the pack tool * Area Object Search shortcut has been changed from CTRL-SHIFT-A to ALT-A
| * | Added some status text for the new align toolMcCabe Maxsted2010-11-131-0/+3
| | |
| * | Added updated French translations for several preferences panels from Eddi ↵McCabe Maxsted2010-11-133-10/+199
| | | | | | | | | | | | Decosta
| * | Revert "Reduced the max width and height for the snapshot window to ↵McCabe Maxsted2010-11-121-2/+2
| | | | | | | | | | | | | | | | | | hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00.
| * | Fixed command line window missing a name for translation (patch by Eryn)McCabe Maxsted2010-11-121-2/+2
| | |
| * | Fixed View > Web Browser sometimes loading the external browser and made it ↵McCabe Maxsted2010-11-121-2/+3
| | | | | | | | | | | | a menu item check rather than a call
| * | Patch by Eryn: fixed the tools window not having enough room to display the ↵McCabe Maxsted2010-11-121-2/+2
| | | | | | | | | | | | ruler after applying Qarl's align patch