Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | merge latest fixes from Jonathan | Oz Linden | |
2015-01-26 | minor code cleanups, remove friend and conversation status as visual mute ↵ | Oz Linden | |
criteria | |||
2015-01-26 | MAINT-3560 reverted | Mnikolenko ProductEngine | |
2015-01-26 | MAINT-23 FIXED Don't display icon if user is parcel owner or user is in ↵ | Mnikolenko ProductEngine | |
group which has rights to build/modify objects. | |||
2015-01-25 | DD-296 : Disable move and copy to marketplace if limit passed. Improve perf ↵ | Merov Linden | |
of validate_marketplaceting(). Open marketplace floater on copy or move. String fix. | |||
2015-01-25 | STORM-2082 Clear preset in use when resetting to hardware defaults | Jonathan Yap | |
2015-01-24 | DD-301 : Add show only listing folders as an optional filter | Merov Linden | |
2015-01-24 | DD-303 : Suppress message on activation when associating since we auto ↵ | Merov Linden | |
activate or have another message | |||
2015-01-24 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-01-24 | DD-306 : Suppress no issue listings from audit listing dump, add no error ↵ | Merov Linden | |
message when no error, disable some right click menu items in multiselection cases | |||
2015-01-24 | DD-306 : WIP : Add Check Listing to menu to audit listings individually | Merov Linden | |
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 | Explain why LLHost::setHostByName() / getHostName() test skipped. | Nat Goodspeed | |
A skip() stating that we don't yet understand why the test fails is implicitly an open action item. This one isn't open. Save future developers the research. | |||
2015-01-23 | Re-enable skipped test: evidently Windows APR libs CAN transcode. | Nat Goodspeed | |
I don't know at what point the skip() was introduced, but that test now passes even on Windows. | |||
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 | Ensure AUTOBUILD is in native_path form for non-cygwin tools. | Nat Goodspeed | |
Until we can propagate the corresponding buildscripts changes, we must explicitly put AUTOBUILD in proper form. For now, assume that AUTOBUILD has not yet been normalized. | |||
2015-01-22 | MAINT-4794 FIXED Present informative dialog if mesh upload fails due to ↵ | maksymsproductengine | |
specific reason | |||
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-22 | Disambiguate constructor's initialization call to its base class. | Nat Goodspeed | |
A particular LLInitParam::TypeValuesHelper specialization is derived from a different TypeValuesHelper specialization. The subclass constructor TypeValuesHelper(...) has previously forwarded the call to its base-class constructor with: TypeValuesHelper(val): TypeValuesHelper(val) {} This is the first time I've looked at that; I'm a bit surprised that previous compilers blithely accept it, and apparently understand the intent. gcc 4.7 complains that we would need to turn on -std=c++11 to support delegating constructors; obviously the second TypeValuesHelper is now assumed to be the class being defined, rather than its base class. Fortunately the class already has typedefs for both specializations, fully qualified with all template parameters, so I simply replaced the second TypeValuesHelper reference with base_t. | |||
2015-01-21 | Update to llphysicsextensions packages with trial fix for gcc 4.7. | Nat Goodspeed | |
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 | MAINT-1722 FIXED Massive slowdown when opening "Place Profile" or "About ↵ | andreykproductengine | |
Land" dialog | |||
2015-01-23 | MAINT-4833 Fixed Warning treated as error | ruslantproductengine | |
2015-01-23 | MAINT-4800 FIXED Offset is changed for French localization | Mnikolenko ProductEngine | |
2015-01-22 | MAINT-4794 FIXED Present informative dialog if mesh upload fails due to ↵ | maksymsproductengine | |
specific reason | |||
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 | Updated SLVoice references. | Aura Linden | |
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 | DD-300 : Drop zone added to marketplace folder | Merov Linden | |
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 | Reorder Boost libraries for Linux linker | 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-17 | DD-300 : WIP : Add drop zone to marketplace (XUI work) | Merov Linden | |
2015-01-16 | Linux llimagej2ckdu_test.cpp no longer needs obsolete stubs. | Nat Goodspeed | |
Use the same signatures as for the other platforms. | |||
2015-01-16 | Update to llphysicsextensions builds fixed for 'release' on Linux. | Nat Goodspeed | |
2015-01-16 | Continue gradually replacing Boost.Lambda with Boost.Phoenix. | Nat Goodspeed | |
For some reason, after the upgrade to Boost 1.57, gcc 4.6.3 has trouble with the boost::lambda::_1 usage in stringize.h. This is consistent with other cases we've encountered in which Boost.Lambda appears to be unmaintained and losing its compatibility with other libraries. Fortunately Phoenix provides a functional equivalent, albeit spelled differently. | |||
2015-01-16 | Merge downstream code | simon | |
2015-01-16 | MAINT-4804 FIXED Viewer gets stuck in mode sending email with snapshot if ↵ | andreykproductengine | |
that fails |