summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-30merge vwr-20756 / llTextbox() viewer support.Tofu Linden
2010-09-30make the ignore button slightly clickable. XUI is wierd.Tofu Linden
2010-09-30more de-crufting.Tofu Linden
2010-09-30xui / panel format cleanup.Tofu Linden
2010-09-30minor tidy-up.Tofu Linden
2010-09-30more de-crufting.Tofu Linden
2010-09-30remove more evil deadcode.Tofu Linden
2010-09-30remove a wad of the experimental evil deadcode that I added while hacking.Tofu Linden
2010-09-30mergeTofu Linden
2010-09-29merge storm-227Tofu Linden
2010-09-29STORM-269 FIXED Added strings for missing land types in strings.xmlSeth ProductEngine
If localized land type name is not found it is displayed as original string to avoid MissingString error.
2010-09-29finally, properly(?) deal with submitting empty text.Tofu Linden
2010-09-29start to de-cruftify.Tofu Linden
2010-09-29more robustness for empty-but-not-aborted textboxes.Tofu Linden
2010-09-29STORM-227 FIXED Made long cache location in Preferences->Setup readable.Vadim ProductEngine
Changes: - The line editor is now scrollable. - Its value is duplicated in the tool-tip. Technical notes: If you set the "enabled" param of a line editor to "false", that will disable text selection in the widget. However, if a line editor is initially enabled and then gets disabled with setEnabled(FALSE), it will remain selectable. It looks like bug, but I'm not going to fix it now to not introduce issues like this one. Instead, I'm applying to workaround which is to enable the widget initially and disable later, thus keeping it read-only but selectable.
2010-09-29make empty textboxes return an empty string instead of doing nothing. I hope.Tofu Linden
2010-09-29work on response integrity.Tofu Linden
2010-09-29response is starting to limp along.Tofu Linden
2010-09-29merge storm-248Tofu Linden
2010-09-29merge storm-249Tofu Linden
2010-09-29merge storm-249Tofu Linden
2010-09-29STORM-291 FIXED Fixed the position of the nearby chat bar.Andrew Productengine
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself without modifying code in LLBottomTray::loadButtonsOrder() which used that layout panel. - Fixed it by using this new nearby chat container layout panel in this method.
2010-09-29clean up xui a bit, still working on proper script reponse.Tofu Linden
2010-09-29textbox dialog working, preparing to send response properly.Tofu Linden
2010-09-29mergeTofu Linden
2010-09-29trivial comment changes.Tofu Linden
2010-09-29merged SNOW-746: Finished Google BreakPad cmake for standaloneBoroondas Gupte
2010-09-28merge storm-266Tofu Linden
2010-09-28STORM-249 FIXED The Wear button in My Inventory now respects multiple selection.Vadim ProductEngine
- The button is now enabled only when all selected items can be worn. - Pressing it wears all selected items.
2010-09-28STORM-248 FIXED The 'Share' button in My Inventory now respects multiple ↵Vadim ProductEngine
selection. - The button is now enabled only if all selected items are shareable. (it had checked only one currently selected item) - Eliminated some copy&paste.
2010-09-28merge storm-253Tofu Linden
2010-09-28MergeKent Quirk
2010-09-28Merge beta changes to viewer-dev.Kent Quirk
2010-09-28STORM-265 -- remove invisible button on menu bar that was tied to the lag meter.Kent Quirk
2010-09-28trivial reformat before I tear this apart.Tofu Linden
2010-09-28Merge from viewer-beta, minus the version number change.Tofu Linden
2010-09-28restore switching logic between textbox/nontextbox, after the refactor.Tofu Linden
2010-09-28STORM-266 FIXED displaying group notices in detached People SP.Seth ProductEngine
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.
2010-09-28iterate iterate.Tofu Linden
2010-09-28scrattttchTofu Linden
2010-09-28hack hack scratch scratch sketch sketchTofu Linden
2010-09-28mergeTofu Linden
2010-09-28merge STORM-282Tofu Linden
2010-09-28merge storm-210Tofu Linden
2010-09-28merged SNOW-599/SNOW-747: Pulseaudio should be optional on Linux.Boroondas Gupte
2010-09-27STORM-207 FIXED Favorites overflow menu didn't close when you press ESC.Vadim ProductEngine
Caused by the fix of EXT-4217 which I had to revert.
2010-09-27STORM-210 FIXED Implemented adding of ad-hoc call participans in Recent.Andrew Productengine
Both offline and online users are added. It is done in LLVoiceChannelGroup::activate(), where TODO for it was placed earlier. To avoid code duplication when adding users from speakers list to Recent, a new method was added to LLIMModel.
2010-09-27mergeTofu Linden
2010-09-27MergeKelly Washington
2010-09-27merge storm-153 re-fix.Tofu Linden