Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-22 | CHUI-433: Implemented an alternate solution to the problem. The original ↵ | Gilbert Gonzales | |
solution was ambiguous and incomplete and also preserved an existing hack. The new solution removes a hack/deprecated code (setActiveSession/getActiveSession functions). Basically, a toast message is not displayed if the user already has the conversation in focus. When the conversation floater loses focus toasts message will be displayed for that conversation. | |||
2012-10-22 | whitespace change to force new build in TC | callum_linden | |
2012-10-22 | Backed out changeset: 4202e227f8e4 | William Todd Stinson | |
2012-10-22 | Enable tcmalloc | Dave Parks | |
2012-10-22 | Trying original version of GBP with new scripts/code- revert corresponding ↵ | callum_linden | |
cpp code | |||
2012-10-22 | Trying original version of GBP with new scripts/code | callum_linden | |
2012-10-22 | merging in latest changes | Gilbert Gonzales | |
2012-10-22 | CHUI-428 (Scroll conversation list to the newly created conversation) | MaximB ProductEngine | |
fixed | |||
2012-10-20 | Removing build.sh darwin symbols hack. Adding '-g' to both CFLAGS and ↵ | Don Kjer | |
CXXFLAG to have cmake generation debug symbols in xcode. | |||
2012-10-20 | Adding expanded searching for symbols during google breakpad symbol scan | Don Kjer | |
2012-10-19 | CHUI-433: Problem: Toasts were not being displayed due to incorrect tracking ↵ | Gilbert Gonzales | |
of the current conversation with focus. Resolution: Now when a conversation gains focus it will set a flag to ignore toasts. And when a conversation loses focus it will set a flag to re-enable toasts. | |||
2012-10-19 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-19 | Trying explicitly turning on debug symbols for all mac configurations | Don Kjer | |
2012-10-19 | Turn off configs and tests for testingg | callum_linden | |
2012-10-19 | CHUI-243: Add calls the parent class's implementation for onFocusReceived() ↵ | William Todd Stinson | |
and onFocusLost() to ensure that the focus change messages are properly propagated. | |||
2012-10-19 | Update to BuildParams var | callum_linden | |
2012-10-19 | CHUI-422 : Add invited non buddies to the initial set of speakers | Merov Linden | |
2012-10-19 | CHUI-391: Replacing nearby chat icon. | William Todd Stinson | |
2012-10-19 | Turn off cleaning up post build for testing | callum_linden | |
2012-10-19 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-10-19 | Added tag 3.4.1-beta9 for changeset 637fe8bbee5e | Oz Linden | |
2012-10-19 | merge changes for DRTVWR-233 | Oz Linden | |
2012-10-19 | tag merge of DRTVWR-233 | Oz Linden | |
2012-10-19 | CHUI-416 FIXED Check if conversationItem is not NULL before calling getType(). | maxim_productengine | |
2012-10-19 | Added tag 3.4.1-beta9 for changeset 9c4519aa5c70 | Oz Linden | |
2012-10-19 | tag merge of DRTVWR-231 | Oz Linden | |
2012-10-19 | CHUI-418 FIXED Check the existence of mViewModelItem before calling ↵ | maxim_productengine | |
potentiallyVisible(). | |||
2012-10-18 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-18 | CHUI-373 : Fix : Refresh panel after setting parcel for sale | Merov Linden | |
2012-10-18 | MAINT-1753: Correcting behavior of ll_aligned_realloc_16() on Linux to avoid ↵ | William Todd Stinson | |
memory corruption in the case that the new memory size requested is smaller than the old memory size. Also, adding check to ensure that the aligned malloc returns a non-null value before memcopying. | |||
2012-10-18 | Removing GCC_GENERATE_DEBUGGING_SYMBOLS=NO from xcode project | Don Kjer | |
2012-10-18 | Removing -g flag from mac builds | Don Kjer | |
2012-10-18 | merging in latest changes | Gilbert Gonzales | |
2012-10-18 | CHUI-329: Post code review commit, instead of hard coded the parenthesis, ↵ | Gilbert Gonzales | |
created a custom string in string.xml. The reasoning for this is because some languages may not use the parenthesis or perhaps even use brackets if needed...basically allows for flexibility. | |||
2012-10-18 | merge into latest changes | MaximB ProductEngine | |
2012-10-18 | CHUI-329: The text is now gray due to CHUI 410. The only change in this ↵ | Gilbert Gonzales | |
commit is that parenthesis surround the nearby chat text (Nearby chat). | |||
2012-10-18 | CHUI-431 : Merge of VITA changes | Merov Linden | |
2012-10-18 | CHUI-412 (User restricted in resizing conversation floater width) | MaximB ProductEngine | |
fixed | |||
2012-10-17 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-17 | CHUI-422 : One last clean up | Merov Linden | |
2012-10-17 | CHUI-410: Post code review submit, changed useLabel() to return bool instead ↵ | Gilbert Gonzales | |
of BOOL. Adjusted code accordingly. | |||
2012-10-17 | CHUI-422 : Clean up of leftover traces and tests | Merov Linden | |
2012-10-17 | CHUI-422 : Update the ad-hoc conversation with the known list of on line ↵ | Merov Linden | |
agents without waiting for server message (which often doesn't come...). | |||
2012-10-17 | Adding '-g' to mac builds | Don Kjer | |
2012-10-17 | MAINT-1527 Fix for crash on exit when VBO disabled | Dave Parks | |
2012-10-17 | merging in latest changes | Gilbert Gonzales | |
2012-10-17 | merging in latest code | Gilbert Gonzales | |
2012-10-17 | warn-on-failure:unix-eol | Gilbert Gonzales | |
2012-10-17 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-17 | CHUI-410: Now when a converation floater is focused the default text 'To ↵ | Gilbert Gonzales | |
<Some User>' displays only when the text input field is empty. |