Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-30 | MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵ | Mnikolenko ProductEngine | |
Type a location field, doesn't log you in | |||
2015-01-29 | merge more fixes from Jonathan | Oz Linden | |
2015-01-29 | add default values (some sensitive to graphics setting) for avatar rendering ↵ | Oz Linden | |
limits | |||
2015-01-27 | don't use jellybaby rendering for impostors (visually muted != impostored) | Oz Linden | |
2015-01-26 | minor code cleanups, remove friend and conversation status as visual mute ↵ | Oz Linden | |
criteria | |||
2015-01-25 | STORM-2082 Clear preset in use when resetting to hardware defaults | Jonathan Yap | |
2015-01-24 | STORM-2082 Add 5px more blank space around quality slider. | Jonathan Yap | |
Slightly adjust the names of the help text in the three new floaters. | |||
2015-01-23 | MAINT-4833 Fixed Warning treated as error | ruslantproductengine | |
2015-01-23 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-23 | Make MandatoryUpdateMachine use LLLoginInstance's LLNotificationsInterface. | Nat Goodspeed | |
LLLoginInstance has a test hook setNotificationsInterface(), used by lllogininstance_test.cpp to redirect notifications through a dummy LLNotificationsInterface implementation. Certain of LLLoginInstance's MandatoryUpdateMachine state classes need to post notifications too; but until now they directly called LLNotificationsUtil::add(). In the production viewer, this should (!) be the same as calling through LLLoginInstance::mNotifications -- but it broke two of the LLLoginInstance unit tests, so they were skipped. Since MandatoryUpdateMachine's constructor is already passed the invoking LLLoginInstance&, make it store the reference. Add MandatoryUpdateMachine:: getNotificationsInterface(), which forwards to new LLLoginInstance:: getNotificationsInterface(). Change LLNotificationsUtil::add() calls in MandatoryUpdateMachine state classes to call through mMachine's getNotificationInterface() instead. This allows us to remove #include "llnotificationsutil.h" from lllogininstance.cpp, also that #include plus stub LLNotificationsUtil::add() implementation from lllogininstance_test.cpp. Finally, it allows us to remove the skip() calls from the two unit tests. | |||
2015-01-22 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-22 | MAINT-4790 WIP Previously selected login location is correctly shown now. ↵ | Mnikolenko ProductEngine | |
Font on the Log In button was changed back. Text offset was set for Locations combobox. | |||
2015-01-21 | For Linux, add libalut.so.0.0.0.0 and libalut.so.0 to viewer tarball. | Nat Goodspeed | |
The former is the real .so, to which libalut.so is only a symlink. We were packaging the symlink without including its target. (This appears to have changed since our last Vivox drop for Linux.) | |||
2015-01-21 | Make Linux viewer build consume slplugins package, and copy its files | Nat Goodspeed | |
into eventual viewer package -- instead of finding them in the viewer build tree. Also update Windows to current slplugins package build. | |||
2015-01-21 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-21 | Merge fix for copying Linux Vivox files | Nat Goodspeed | |
2015-01-21 | Backed out changeset 1e36e0629994 copying .dylibs on Linux | Nat Goodspeed | |
The .dylib files in the Linux Vivox package were erroneous to start with; while the affected changeset bypassed copy errors, it too was wrong. Now that the Linux Vivox package contains Linux .so files, revert to the correct filenames to copy. | |||
2015-01-21 | STORM-2082 Put "Default" at the top of the non-Delete comboboxes. | Jonathan Yap | |
2015-01-20 | STORM-2082 Finally(?) deal properly with dirty UI processing. | Jonathan Yap | |
Code cleanup, some per bitbucket comments. | |||
2015-01-20 | STORM-2082 Still trying to work out the dirtyChilds issue. Also made some ↵ | Jonathan Yap | |
small UI adjustments. | |||
2015-01-20 | STORM-2082 Update to new UI design. Bugs are not worked out yet. | Jonathan Yap | |
2015-01-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-19 | On Linux, don't try to copy SLPlugin or the webkit or gstreamer plugins | Nat Goodspeed | |
since we're not building them as part of the viewer build any more. | |||
2015-01-19 | Link viewer with OpenAL if appropriate | Nat Goodspeed | |
2015-01-19 | Automated merge with http://bitbucket.org/lindenlab/viewer-tools-update | Nat Goodspeed | |
2015-01-19 | MAINT-4790 WIP Show focused background image for login text fields. | Mnikolenko ProductEngine | |
2015-01-16 | Merge | Northspring | |
2015-01-15 | SL-92 WIP - more on hover management | Brad Payne (Vir Linden) | |
2015-01-15 | STORM-2082 Use correct icon for checkmark | Jonathan Yap | |
Redo UI layout to indicate the two dependencies on the Imposters checkbox Reverse the ARC slider | |||
2015-01-15 | STORM-2082 Remove Avatar detail from Basic tab | Jonathan Yap | |
2015-01-14 | STORM-2082 Assorted UI tweaks, better MaximumARC formula, pulldowns ↵ | Jonathan Yap | |
disappear faster | |||
2015-01-14 | merge changes for fixes from nat and aura | Oz Linden | |
2015-01-14 | SL-92 WIP - more on region notification and managing hover | Brad Payne (Vir Linden) | |
2015-01-14 | Integrate Callum's Mac slplugins package | Nat Goodspeed | |
2015-01-14 | MAINT-4790 WIP code clean-up | Mnikolenko ProductEngine | |
2015-01-14 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-13 | merge | Brad Payne (Vir Linden) | |
2015-01-13 | SL-92 WIP - added signal for simulator features received. Use to keep hover ↵ | Brad Payne (Vir Linden) | |
floater UI synced with region support for hover. | |||
2015-01-13 | changes to fix compiler warnings merged in from viewer-release | Oz Linden | |
2015-01-13 | Merge viewer-release and become 3.7.25 | maksymsproductengine | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-01-13 | MAINT-4790 WIP XML changes | Mnikolenko ProductEngine | |
2015-01-12 | On Mac, if we can't symlink .dylibs, print error message and continue. | Nat Goodspeed | |
To this point, we've been failing the build with a Python OSError traceback, which is less than ideal. | |||
2015-01-12 | increment viewer version to 3.7.25 | Oz Linden | |
2015-01-12 | Update viewer_package.py to grab slplugin.exe et al. from package. | Nat Goodspeed | |
This only applies to the Windows package so far, because so far only the Windows package exists. | |||
2015-01-12 | MAINT-2560 reverted | Mnikolenko ProductEngine | |
2015-01-09 | FIX MAINT-2701 restore 10 translated strings that were lost during an ↵ | eli | |
earlier dev merge (see Jira screenshots for details) | |||
2015-01-08 | Rationalize use of AUTOBUILD environment variable across languages. | Nat Goodspeed | |
Ensure that AUTOBUILD is always in native path syntax on every platform. Remove local build.sh logic to infer AUTOBUILD: either the generic build.sh has set it properly, or scream for help. Since cygwin bash scripts need a cygwin-syntax path to autobuild, convert to a local 'autobuild' variable using shell_path. Remove kludges in other languages involving cygdrive twiddling. | |||
2015-01-08 | SL-92 WIP - remove hover for self if we receive an appearance with no hover ↵ | Brad Payne (Vir Linden) | |
specified |