Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Dmitry Zaporozhan 5c4ab75cda Fixed low bug EXT-4306 - Landmark name is shown with prefix in the group notice attachment.
--HG--
branch : product-engine
2010-01-18 13:18:46 +02:00
Lynx Linden a3ca39a437 EXT-4462: Support secondlife:///app/worldmap
Without any location arguments, simply opens the world map floater.
2010-01-18 10:26:54 +00:00
Lynx Linden 4d3421fe1b EXT-4462: Support secondlife:///app/inventory/show
Opens the user's inventory in the side panel.
2010-01-18 10:16:55 +00:00
Rick Pasetto afc22fff86 Automated merge with ssh://richard@hg.lindenlab.com/james/gooey 2010-01-15 19:18:15 -08:00
richard 798e33767f fix for gcc build 2010-01-15 19:15:27 -08:00
Rick Pasetto 6cd483cf4a Automated merge with ssh://richard@hg.lindenlab.com/james/gooey 2010-01-15 18:52:00 -08:00
richard 9e506e499c wrong line endings 2010-01-15 18:50:27 -08:00
richard f40216fde7 merge 2010-01-15 18:46:20 -08:00
richard d87de15776 fix for build error in xmmintrins.h 2010-01-15 18:45:18 -08:00
Xiaohong Bao 5a672bbcb9 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-01-15 15:37:47 -08:00
Xiaohong Bao 9d7ad2733e partial fix for EXT-4352: Texture loading problems in Viewer 2.0. More to come later (next week). 2010-01-15 15:36:43 -08:00
Tofu Linden ad9dfb52ac EXT-4410 update vivox sdk to 3.1.0001.7852 2010-01-15 15:15:37 -08:00
Tofu Linden 1c08238c4f fix casting error in gooey merge. 2010-01-15 15:02:11 -08:00
richard 80bd4fed47 merge 2010-01-15 14:27:55 -08:00
richard a61cf40d81 merge 2010-01-15 14:27:44 -08:00
Rick Pasetto a4850a1a0b Clean up the XUI for media controls (avoids warnings)
- get rid of some invalid params
- make sure all buttons are named
2010-01-15 13:57:47 -08:00
Rick Pasetto c0f087eb86 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-15 13:38:54 -08:00
Rick Pasetto 4858789050 get rid of 'min_width' from <button>s -- it isn't a valid param 2010-01-15 13:38:47 -08:00
Leyla Farazha e761ba064a Merge for EXT-1874, EXT-3800, EXT-4133 2010-01-15 13:36:33 -08:00
Leyla Farazha 56af8f1639 EXT-4133 MissingString(AllEstatesYouOwn) when adding/removing from REGION/ESTATE, Estate tab
reviewed by James
2010-01-15 13:33:23 -08:00
Callum Prentice 7590704e0e Merge with Tip 2010-01-15 13:27:25 -08:00
Callum Prentice 940e070326 EXT-3656 - Fix for mouse hover in Flash on Windows
References a new version of LLQtWebKit - Windows only fix.
Reviewed by CB.
2010-01-15 13:26:42 -08:00
richard d0458d8e2d merge 2010-01-15 13:19:02 -08:00
richard 4c4c68a340 merge 2010-01-15 13:18:40 -08:00
richard cf2beaeea6 EXT-4380 - LLTextEditor: line_spacing.multiple option doesn't work well with "widgeted" text
partial fix

reviewed by Leyla
2010-01-15 13:16:58 -08:00
Tofu Linden 7efc0fbb4f EXT-4383 Replace ">" glyph in cascading menus with a proper triangle
patch by josh, reviewed by me
2010-01-15 12:41:51 -08:00
Rick Pasetto 3a707a1a69 Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-15 12:05:24 -08:00
James Cook 4acf56d2a7 Merge in viewer-2-0 changes 2010-01-15 12:02:56 -08:00
Rick Pasetto 315c381d80 FIX EXT-3957: add "Media Enabled" checkbox to Privacy Prefs
review http://codereview.lindenlab.com/271074
2010-01-15 12:01:57 -08:00
James Cook 3f83c05f7c EXT-4341 "Create> New" and "rename" text presents malaligned
Fixed size and position of renamer line editor
Reviewed with Richard
2010-01-15 12:01:34 -08:00
Nyx (Neal Orman) 0e62cc934c Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-15 14:57:11 -05:00
Nyx (Neal Orman) b0b6890373 EXT-4253 "unsaved" detection seems buggy
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on
the UI. Also switched the UI to use a popup dialog to request the name of
the outfit being made, as we could not convey everything we needed to on the
button alone.

Code reviewed by Vir
2010-01-15 14:57:00 -05:00
Lynx Linden fd24dcee14 EXT-4340: Re-enable the llviewerhelputil test. 2010-01-15 19:27:19 +00:00
Lynx Linden c2172dab65 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-15 19:26:13 +00:00
Lynx Linden 988cc62d30 EXT-4340: Fixed llviewerhelputil_test.cpp on Linux.
The gcc compiler will strip out the stubbed isGodlike() method under
an optimized build. There's no way to stop this without either putting
the definition in another cpp file, which is hard to do with our unit
test infrastructure, or disabling gcc's inlining of the method. So I
did the latter, using __attribute__ ((noinline).
2010-01-15 19:25:42 +00:00
richard c9cf84913d merge 2010-01-15 11:25:10 -08:00
richard 1d1f51db97 merge 2010-01-15 11:24:33 -08:00
James Cook 9d7108e8f1 Fix linux build - missed unused function declaration 2010-01-15 11:23:01 -08:00
Tofu Linden 61e243ad06 Merge. 2010-01-15 11:19:19 -08:00
Rick Pasetto dfa5ade487 Remove crufty and unused volume up/down controls 2010-01-15 11:10:49 -08:00
Tofu Linden e665c5ea2a merge. 2010-01-15 10:58:47 -08:00
richard 109b79e9ad merge 2010-01-15 10:15:57 -08:00
Tofu Linden 6ba6d4bb4f Merge. 2010-01-15 10:14:59 -08:00
James Cook aaef23d7eb EXT-3741 Viewer menus need outlines or dropshadows
Set drop_shadow="true" in menu.xml
2010-01-15 10:12:05 -08:00
James Cook 117be2e0d1 Merge with Erica, Lis, Chuck work on layout 2010-01-15 10:08:31 -08:00
Tofu Linden 0ade7d2a42 re-disable llviewerhelputil until it gets REALLY unbroken. 2010-01-15 10:08:24 -08:00
James Cook 4813b8b99f EXT-4304 Clicking on "Buy L$" in nav bar does nothing
Now it buys currency.
Also fixes EXT-4176, same issue
Reviewed with Richard.
2010-01-15 10:06:40 -08:00
Lynx Linden 5c09d482a4 EXT-4148 EXT-4230: Lots of help ID updates.
Updated the logic of the help ID detection to search sub-panels before
searching active tabs. For some reason, certain tabs are still visible
and active even though they are not being displayed on screen. I also
removed a bunch of help IDs for button panels that just confuse things.

Also went through all of the side panel tabs and added new help IDs
where appropriate. These are:

profile_classified_info
profile_edit_classified
profile_pick_info
profile_edit_pick
my_inventory_tab
recent_inventory_tab
2010-01-15 18:01:31 +00:00
richard 4fab314531 merge 2010-01-15 09:56:08 -08:00
Tofu Linden dde1d93ce4 PE merge. 2010-01-15 09:28:43 -08:00