summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-06merge for several of VWR-20694's subtasks.Tofu Linden
2010-09-06VWR-20696 ADDITIONAL FIX Added and made use of new dock/undock icons.Vadim Savchuk
2010-09-06SRCH-465 Classifieds titles and descriptions are too long.Tofu Linden
2010-09-06merge Ardy Lay's VWR-19499 / SNOW-652 fix.Tofu Linden
2010-09-04VWR-22113 FOLLOWUP fixed indentationBoroondas Gupte
... and changed jira issue ID in comment to the current one
2010-09-04integrate patch from VWR-22113 'crash hunters - crash, possibly on exit when ↵Tofu Linden
disconnected'
2010-09-04merge for VWR-20974Tofu Linden
2010-09-04VWR-21585 FIXED My Inventory and My Appearance side panels layout to support ↵Sergei Litovchuk
horizontal resizing. Added minimal width for detached side panel floater.
2010-09-03vwr-20945 - make menu bar blue when using a project viewerKent Quirk
2010-09-03VWR-20696 ADDITIONAL FIX Fixed broken buttons in detached sidebar panels.Vadim Savchuk
Buttons belonging items of some FlatListView instances didn't work (i.e. click on them didn't invoke the callback) if the list was inside a detached sidebar tab. I'm working around that by a simple XML fix (disabled focusing the broken buttons), but the issue needs further investigation. Affected panels: avatar list, group list, teleport history. Reviewed by Sergey Litovchuk
2010-09-03VWR-21585 WIP Added support of horizontal resizing for Home, Me, People and ↵Paul Guslisty
Places tabs
2010-09-03contrib file update for vwr-19505Tofu Linden
2010-09-03Merge Zai Lynch's http://bitbucket.org/ZaiLynch/vwr-19505Tofu Linden
2010-09-03VWR-21060 FIXED creating dummy widget in Side Tray when attempting to get a ↵Sergei Litovchuk
detached tab.
2010-09-03VWR-21127 FIXED Implemented restoring sidebar tabs that were detached in ↵Vadim Savchuk
previous session. It is now possible to detach some sidebar tabs, exit the viewer, login again and see those tabs still detached. Also fixed incorrect saving of tabs dimensions implemented in the previous commit (766d6e749836). Reviewed by Sergey Litovchuk
2010-09-03VWR-21060 FIXED showing the panel in detached tab if it was in minimized ↵Sergei Litovchuk
state and was called via keyboard shortcut.
2010-09-02VWR-20696 ADDITIONAL FIX Fix dock/undock button image changing depending on ↵Sergei Litovchuk
tab state.
2010-09-02merge for VWR-1852 VWR-8726 VWR-4232 VWR-22752Tofu Linden
2010-09-01VWR-20696 ADDITIONAL FIX Added calling onOpen() for tabs being undocked.Sergei Litovchuk
Reviewed by Vadim Savchuk.
2010-09-01VWR-21127 WIP Implemented saving position and dimensions of detached sidebar ↵Vadim Savchuk
tabs. Reviewed by Sergey Litovchuk.
2010-09-01MergeAimee Linden
2010-09-01VWR-21060 FIXED opening side tray tabs via shortcut, menu item or button ↵Sergei Litovchuk
outside of Side Tray. Reviewed by Vadim Savchuk.
2010-09-01merge for VWR-22700 'As an engineer, I want to see unit test execution ↵Tofu Linden
results in TeamCity build results, so that I have instant feedback into test results as builds are executed, and so that I can provide visibility into unit tests that I add to the code base.'
2010-09-01some follow-up for VWR-17801.Tofu Linden
2010-09-01VWR-17801 Wrong submenu character when you right click on yourselfTofu Linden
Patch by jonathan yap.
2010-09-01VWR-22454 (EXT-8248) MERGE Can't teleport multiple friendsAimee Linden
2010-09-01merge VWR-22724 FIXED Clicking an attachment switched the Add More inventory ↵Tofu Linden
to Flat view
2010-09-01merge VWR-22723 Add More category picker defaults whenever a clothing item ↵Tofu Linden
is removed
2010-09-01merge: VWR-22280 FIXED Add "language" parameter to all XMLRPC call (Buy L$ ↵Tofu Linden
and Buy Land).
2010-09-01merge VWR-20926 'Enable sidebar to track detaching/attaching tabs'Tofu Linden
2010-09-01VWR-13221 (SNOW-188) SUPPLEMENTARY Allow panning of the minimapAimee Linden
Fix Linux build.
2010-09-01VWR-17653 (SNOW-734) FIXED Show inspectors for avatars on the MiniMapAimee Linden
Imported from Snowglobe.
2010-09-01VWR-13221 (SNOW-188) FIXED Allow panning of the minimapAimee Linden
Imported from Snowglobe.
2010-08-31Pull from lindenlab/viewer-developmentMerov Linden
2010-08-31SNOW-681 VWR-1852 : Local ruler mode aligned incorrectly for linked objectsMerov Linden
2010-08-31SNOW-684 VWR-4232 : Some particles don't disappear when UI is hiddenMerov Linden
2010-08-31SNOW-683 VWR-8726 : Turn off swirling lights for scripted objectsMerov Linden
2010-08-31SNOW-680 VWR-10854 : Honour share with group and allow anyone to copy for ↵Merov Linden
snapshots
2010-08-31CT-575 WIP FR linguistic; restore 1 missing stringEli Linden
2010-08-31CT-575 WIP FR linguisticEli Linden
2010-08-31set default build notices to show changes since last_sprint tagOz Linden
2010-08-31integrate up to latest viewer-developmentOz Linden
2010-08-31VWR-22724 FIXED Clicking an attachment switched the Add More inventory to ↵Paul Guslisty
Flat view Added checking when item in COF list selected: IF (FolderListView is shown) THEN (don't switch to the FlatListView AND set proper filter for FlatListView). Reviewed by Vadim Savchuk
2010-08-31Automated merge with ssh://bitbucket.org/lindenlab/viewer-developmentOz Linden
2010-08-31Added tag last_sprint for changeset c6e6324f5be1Oz Linden
2010-08-31VWR-22723 Add More category picker defaults whenever a clothing item is removedPaul Guslisty
- After wearable removed from COF list, check: whether any outfit of the same wearable type as removed left in COF. If left then select it. - Added method selectClothing(LLWearableType::EType) to the LLCOFWearables that selects first clothing from COF of specified WearableType Reviewed by Vadim Savchuk
2010-08-31VWR-22162 FIXED 'I can't add negative signs to TWIST in Edit Mode'Tofu Linden
Probably a regression from the prevalidator rework - was enforcing non-negative int when precision=0 (i.e. non-float), should have been enforcing only full int range.
2010-08-31VWR-22280 FIXED Add "language" parameter to all XMLRPC call (Buy L$ and Buy ↵Vadim Savchuk
Land).
2010-08-30pull internationalization fixes from faulty splitOz Linden
2010-08-31Fix double definition of create_jump_keys="true" introduced in the fix for ↵Aimee Linden
VWR-20724 to pass coding policy check.