summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-08DEV-53159 Clicking the 'Set Display Name...' button multiple times stacks up ↵Leyla Farazha
the name change dialog boxes
2010-09-08Experimental Mac build of llqtwebkit against Qt 4.7 prerelease.Monroe Linden
Built from: Qt 4.7 prerelease source from http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0-rc1.tar.gz revision 1faa5dfb28d2 in http://hg.secondlife.com/llqtwebkit/ (currently head of the qt-4.7 branch)
2010-09-08dummy whitespace changeBrad Payne (Vir Linden)
2010-09-08automated mergeLoren Shih
2010-09-08automated mergeLoren Shih
2010-09-08dummy commit testLoren Shih
2010-09-08mergeBrad Payne (Vir Linden)
2010-09-08mergeDave Parks
2010-09-08mergeBrad Payne (Vir Linden)
2010-09-08dummy commit testLoren Shih
2010-09-08TEST whitespace change to verify new repository is workingNyx (Neal Orman)
2010-09-08dummy whitespace changeBrad Payne (Vir Linden)
2010-09-08VWR-22891 FIXED Fixed inability to share an item while My Inventory SP is ↵Vadim Savchuk
undocked. All detached side tray tabs are now wrapped with LLFloaterSideTrayTab that adds them as exceptions to LLTransientFloaterMgr, i.e. as views clicking on which doesn't hide transient floaters.
2010-09-08Reference LLQtWebKit (Windows) that was built against Qt 4.7.0 RC1callum
2010-09-08merge up from viewer-developmentLoren Shih
2010-09-08automated mergeLoren Shih
2010-09-08VWR-22901 FIXED Backwards compatibility for multiattachmentsLoren Shih
Better handling of invalid attachment points. You can now detach points that are incompatible with your viewer, versus having those permanently in the COF>
2010-09-08mergeTofu Linden
2010-09-08SNOW-606 FIX disable packaging of libuuidNyx (Neal Orman)
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad (transplanted from 06c4d6b5d67f6624d76b5a7f61021ef2d53f44b4)
2010-09-07VWR-17653 (SNOW-734) FIXED Show inspectors for avatars on the MiniMapAimee Linden
Reworked, as the original version clashed with the display names merge.
2010-09-07VWR-20713 SUPPLEMENTARY Double-click Teleport. Correct menu item label.Aimee Linden
2010-09-07MergeAimee Linden
2010-09-07Automated merge with http://bitbucket.org/TheShining/viewer-developmentXiaohong Bao
2010-09-07Fix some build errors.Tofu Linden
2010-09-07VWR-21253 MERGE Permission icons in the friends listAimee Linden
2010-09-07fix for VWR-22813: crash at [1] LLImageBase::allocateData(int) ↵Xiaohong Bao
[secondlife-bin llimage.cpp]
2010-09-07automated merge from viewer-developmentLoren Shih
2010-09-06VWR-22690 FIXED Implemented save/load of bottomtray button order.Andrew Dyukov
- Added methods responsible for saving and loading order of buttons to bottomtray. Order is saved after each drag'n'drop to ensure user's customization of bottomtray is not lost because of crash. - Added additional argument to layoutstack movePanel() method which tells it to move panel to the beginning of mPanels vector without requiring a pointer to panel before which it should be inserted. Reviewed by Vadim Savchuk.
2010-09-06VWR-20705 VWR-20706 FIXED Implemented drag'n'drop of buttons in bottomtray.Andrew Dyukov
- Though visually user drags buttons, layout panels are really moved. To move one panel before other, new method movePanelBeforeOther() was added to layout stack. - When drag'n'drop is finished, order of panels in layout stack mToolbarStack is changed, and also order vectors are updated in bottomtray.These are vectors mButtonsProcessOrder and mButtonsOrder. mButtonsOrder was introduced in this changeset to store order of all bottomtray buttons that may change place via drag'n'drop and should save and load it between sessions. mButtonsProcessOrder is not enough for it because it contains only buttons that may be hidden(and for example Speak button is not included in it). - To pass mouse events from buttons to bottomtray, new class LLBottomtrayButton was added (and new widget bottomtray_button for it). Reviewed by Vadim Savchuk.
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-05re-merged VWR-20583Boroondas Gupte
2010-09-04VWR-22113 FOLLOWUP fixed indentationBoroondas Gupte
... and changed jira issue ID in comment to the current one
2010-09-04Standardize test name to match class name on LLAvatarNameCacheAimee Linden
2010-09-04Correct license on newly exported files to LGPL.Aimee Linden
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-03Adding build params for the viewerLeyla Farazha
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-03Adding more information to name change notice and adding notification for ↵Leyla Farazha
setting display name with invalid unicode
2010-09-03updating build.sh to use the grid argumentLeyla Farazha
2010-09-03DEV-53068 ADITI login page broken on Viewer 2Leyla Farazha
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-03viewer-hg-convert.shamap updated by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution