Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | Post-merge cleanup to get things building again. | brad kittenbrink | |
2009-10-07 | Merged latest viewer/login-api with latest viewer/viewer-20 | brad kittenbrink | |
2009-10-07 | Merged in latest svn-imports-viewer-20 changes. | brad kittenbrink | |
2009-10-07 | LLFastTimer::dumpCurTimes() now gives accurate times mid-frame | Richard Nelson | |
reviewed by Brad | |||
2009-10-07 | EXT-1339 Create onClose method in LLFloater, and remove most bindings to ↵ | James Cook | |
mCloseSignal. In the vast majority of cases, mCloseSignal is being bound to an onClose function. Just make it virtual and be done with it. Renamed a couple of LLPanel close methods to onClosePanel() to distinguish them. Reviewed with Richard. | |||
2009-10-07 | added LLFastTimer::dumpCurTimes | Richard Nelson | |
reviewed by James | |||
2009-10-07 | EXT-1346 Inspectors - Eliminate unused Tooltip* strings from strings.xml. ↵ | James Cook | |
Not reviewed. | |||
2009-10-07 | Remove minimize*.tga from textures.xml to eliminate warnings on startup. ↵ | James Cook | |
Those art files no longer exist. Not reviewed. | |||
2009-10-07 | EXT-261 I18N: Labels in /character/avatar_lad.xml are not localizable | Jiao Li | |
2009-10-07 | DEV-40215, DEV-40829,DEV-40374 ,DEV-40197, DEV-40749, DEV-3877 -- reviewed ↵ | Jiao Li | |
by rick | |||
2009-10-07 | Removing tool icons from viewerRes.rc | Steven Bennetts | |
2009-10-07 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1908 https://svn.aws.productengine.com/secondlife/pe/stable-2@1917 -> viewer-2.0.0-3 * Bugs: EXT-1257 EXT-1299 EXT-1149 EXT-1117 EXT-1134 * New Dev: EXT-721 | |||
2009-10-07 | EXT-1384 Apply style guide to inspectors, test with live data, adjust layout ↵ | Erica Olsen | |
as needed | |||
2009-10-07 | DEV-38453 (part5) Modernize the foreign language versions of ↵ | Ramzi Ramey | |
floater_camera.xml, floater_color_picker.xml, floater_land_holdings.xml, panel_avatar.xml NO CHANGES TO ENGLISH | |||
2009-10-07 | EXT-1141 Remove one-click cursor icons from art directories. Cursor is now ↵ | James Cook | |
a hand for all one-click actions, at Erica's request. Deleted art files for Win/Mac/Linux, including repackaging the SDL binary download package. Reviewed with Kelly. | |||
2009-10-06 | Hmm, somehow we were getting away with packaging a broken libuuid.so.1 on linux. | brad kittenbrink | |
2009-10-06 | fixed texture scaling on filter_editor and search_editor | Richard Nelson | |
2009-10-06 | EXT-1283 [Inspectors] Avatar gear menu does not dismiss when selecting ↵ | Leyla Farazha | |
another AV reviewed by James | |||
2009-10-06 | Moved LLFloaterPay implementation to .cpp file so header file is just ↵ | James Cook | |
lightweight interface. Not reviewed. | |||
2009-10-06 | Fix for DEV-40872: eliminate dependency on libfmodwrapper.so on linux. | brad kittenbrink | |
2009-10-06 | Renamed llgivemoney.h/cpp to llfloaterpay.h/cpp, the class it contains. Not ↵ | James Cook | |
reviewed. | |||
2009-10-06 | EXT-1144 Unable to pay objects. LLFloaterPay was not taking object ↵ | James Cook | |
selection handle properly. Made LLFloaterPay::payViaObject() take a selection handle as a parameter, got rid of mTargetIsObject and cleaned up selection handle on close. Reviewed with Leyla. | |||
2009-10-06 | fix for gcc | Richard Nelson | |
2009-10-06 | Remove Search from Top Menu > World | Lisabeth Pardi | |
EXT-1246 | |||
2009-10-06 | DEV-40896: Don't iteratively pop() the request queue on destroy(). This ↵ | Rick Pasetto | |
just logs now and deletes the queue. | |||
2009-10-06 | EXT-1013 - tab ordering is inconsistent in the preferences window | Richard Nelson | |
reviewed by James | |||
2009-10-06 | Fix broken Mac package build due to running out of room in temp .sparseimage | Nat Goodspeed | |
2009-10-06 | EXT-1335 Enable hover glow for interactive objects. Tied to Develop > ↵ | James Cook | |
Rendering > Hover Highlight Objects and off by default for now, pending a fix to EXT-1336, a problem with Low graphics settings. Reviewed with Leyla. | |||
2009-10-06 | DEV-39245 cannot tab through the MoaP Media Settings UI | Jiao Li | |
2009-10-06 | made "more" link in LLExpandableTextBox localizable | Richard Nelson | |
fixed logic for showing/hiding "more" link in LLExpandableTextBox fixed invisible background on combobox popup list reviewed by Leyla | |||
2009-10-05 | merge | Rick Pasetto | |
2009-10-05 | Merge | Rick Pasetto | |
2009-10-05 | Back out changes accidentally checked in with last commit | Rick Pasetto | |
2009-10-05 | FIX DEV-40877: ignore changes from "bad" objects which have an invalid media URL | Rick Pasetto | |
2009-10-05 | DEV-40853: don't bring up a dialog on HTTP errors in the media service | Rick Pasetto | |
2009-10-05 | DEV-40819: Remove the "Debug > Consoles > Memory" menu entry when this | Martin Reddy | |
feature is disabled (the default) otherwise selecting it does nothing. | |||
2009-10-05 | Added comments and stub plural noun keys to English to explain how we do ↵ | James Cook | |
translation for languages with more complex pluralization rules than English (like Russian, Arabic). Reviewed with Ramzi. | |||
2009-10-05 | EXT-670 Kill Calling Cards tab in "Resident chooser". Reviewed with Kelly. | James Cook | |
2009-10-05 | DEV-39998: Fixed the width of the side tray tab caption so that the | Martin Reddy | |
help button, "?", is right justified. XUI-only update. | |||
2009-10-05 | Merging due to changes since my last pull. | Monroe Linden | |
2009-10-05 | Fixes for a different class of plugin failures (where loading the plugin dll ↵ | Monroe Linden | |
fails) causing an error message loop: Made LLPluginProcessParent differentiate between failures launching/loading the plugin and failures after the plugin has been loaded. This allows us to handle launch failures differently, since retrying is unlikely to fix them. Added new media event MEDIA_EVENT_PLUGIN_FAILED_LAUNCH to indicate a launch failure. Added a case for the new event to LLViewerMediaImpl::handleMediaEvent() that sets the "failed init" flag to prevent retries. | |||
2009-10-05 | * EXT-1301 - Fixed showstopper by eliminating the notification that was ↵ | Steven Bennetts | |
blocking testing (by getting triggered every frame on a failed media plugin load) | |||
2009-10-05 | EXT-1303 - notification text is truncated | Richard Nelson | |
reviewed by Leyla | |||
2009-10-05 | Fixed typo in URL. | James Cook | |
2009-10-05 | merge | Mark Palange (Mani) | |
2009-10-05 | Fix for EXT-1301 (media_plugin_webkit dialog opens on loading the login page ↵ | Monroe Linden | |
and cannot be closed). | |||
2009-10-05 | Back out revisions 135028,134955,134953,134939 | Steven Bennetts | |
* Revert Vivox SDK update | |||
2009-10-05 | text boxes are now *not* mouse_opaque by default | Richard Nelson | |
fixed some textbox and text editor layout problems (getWidth called with wrong index) EXT-1302 - rewrite LLExpandableTextBox to use new LLTextBase functionality (using custom LLExpanderSegment) reviewed by James | |||
2009-10-05 | merge with latest from lindenlab/svn-imports-viewer-20 | Mark Palange (Mani) | |
2009-10-05 | Minor tweaks to fix up viewer_manifest. | Mark Palange (Mani) | |
-bad tcmalloc handling indentation -added nsis path for x64 windows |