Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-30 | Merged with viewer-release | Kitty Barnett | |
2012-05-28 | inconsequential change to force new ticket number | Oz Linden | |
2012-05-24 | Added tag viewer-release-candidate, 3.3.2-release for changeset 675668bd24d3 | Oz Linden | |
2012-05-22 | Added tag 3.3.2-beta2 for changeset 675668bd24d3 | Oz Linden | |
2012-05-22 | merge changes for DRTVWR-150 | Oz Linden | |
2012-05-22 | Added tag 3.3.2-beta1 for changeset d29a260119f8 | Oz Linden | |
2012-05-20 | Merged with viewer-beta | Kitty Barnett | |
2012-05-18 | MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floaters | Richard Linden | |
don't auto position other floater when it is hosted | |||
2012-05-15 | STORM-276 FIXED Right-to-left line editor selection becomes invisible if the ↵ | Kitty Barnett | |
cursor moves | |||
2012-05-15 | STORM-276 FIXED Squiggles overflow line editor height when font size is set ↵ | Kitty Barnett | |
to large - Also reduced squiggle width from 6 to 4 and prevented running past the end of a word | |||
2012-05-08 | unpack dictionary .dic and .aff files, make names in dictionaries.xml match | Oz Linden | |
2012-05-08 | merge changes for version 3.3.1 | Oz Linden | |
2012-05-04 | merge changes for drtvwr-142 | Oz Linden | |
2012-05-04 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-30 | update hunspell packages (another attempt to fix Mac dylib) | Oz Linden | |
2012-04-26 | merge changes for drtvwr-140 | Oz Linden | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-26 | MAINT-813 FIXED crash when trying to access the region info after viewer ↵ | Seth ProductEngine | |
disconnect. Added checks for LLViewerRegion pointer in LLViewerObject being invalid. | |||
2012-04-25 | Try to suppress spurious Mac ld warnings (lib/release/Release dir). | Nat Goodspeed | |
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release. | |||
2012-04-25 | WOLF-318: change default verbosity of some unit tests to keep them out of ↵ | Oz Linden | |
the logs when passing WOLF-363: (partial) correct ordering of cleaning build dir vs running 'autobuild install' | |||
2012-04-25 | switch to new build of the hunspell lib to solve loading problem? | Oz Linden | |
2012-04-25 | more attempts to fix the hunspell lib for Mac | Oz Linden | |
2012-04-24 | FIX INTL-96 Viewer translation for Set31 | eli | |
2012-04-24 | sync with viewer-development | eli | |
2012-04-24 | merge back tags for 3.3.1-release | Oz Linden | |
2012-04-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-24 | Added tag viewer-release-candidate, 3.3.1-release for changeset c623bbc854b6 | Oz Linden | |
2012-04-23 | fix version number of the libhunspell dylib in another place | Oz Linden | |
2012-04-23 | go back to the more elaborate way to find dictionaries (the way that works) | Oz Linden | |
2012-04-23 | correct mac hunspell lib name, try simpler reference to dictionaries | Oz Linden | |
2012-04-23 | remove debugging prints around packaging the dictionaries | Oz Linden | |
2012-04-23 | add dictionaries to the Hunspell.cmake so that it gets installed | Oz Linden | |
2012-04-23 | add debugging wrappers to check for dictionaries | Oz Linden | |
2012-04-19 | grumble relative grumble python grumble | Oz Linden | |
2012-04-19 | reference packages relative to newview | Oz Linden | |
2012-04-19 | use build directory argument directly | Oz Linden | |
2012-04-19 | try forcing use of build prefix to copy dictionaries | Oz Linden | |
2012-04-19 | missing paren in dictionary copying | Oz Linden | |
2012-04-18 | rearrange dictionary copying | Oz Linden | |
2012-04-18 | fix logging to diagnose path problem | Oz Linden | |
2012-04-18 | add logging to diagnose path problem | Oz Linden | |
2012-04-17 | DRTVWR-139: merge back 3.3.1-beta2 fixes | Oz Linden | |
2012-04-17 | Added tag viewer-beta-candidate, 3.3.1-beta2, DRTVWR-139 for changeset ↵ | Oz Linden | |
1dc545e44617 | |||
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-16 | sync with viewer-development | eli | |
2012-04-16 | MAINT-922 FIX Client side code to catch the SCRIPT_PERMISSION_TELEPORT ↵ | callum | |
request from similator and display a notification Reviewed by Simon | |||
2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
2012-04-14 | gratuitous change to force new codeticket number | Oz Linden | |
2012-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |