Shyotl
d54c86e1df
UI polish (scrollbar focus, tearoff menus), plus drag and drop fix.
2012-03-04 23:15:53 -06:00
Shyotl
2d75e8fda6
Added mouse_wheel_opaque attribute for scroll_list. Made several advanced submenus tear-off-able. Updated menu hover logic (removed MAX_MOUSE_SLOPE_SUB_MENU check) to make menus behave more predictably to cursor movement. Improved menu handling when it runs off of screen (and only uses vertical flip if menu item is in lower half of screen)
2012-03-03 22:11:53 -06:00
Shyotl
9f2b668424
Restore esc key behavior.
2012-03-03 04:31:06 -06:00
Shyotl
502b2d30d4
ScrollList crashfix (leftover ascent bug)
2012-03-03 04:30:15 -06:00
Shyotl
355883aa5c
Context menu appears for text-entry boxes. Temp workaround for shutdown crash. Removed extra 'Wear' entry from inventory context menu. Fixed separators not appearing in inventory context menu. mouse_opaque actually 'blocks' mouse events on occluded ui elements.
2012-03-02 23:30:57 -06:00
Shyotl
500135941a
Modernized lluictrl. Added LLViewModel. Fixed focus callbacks being called excessively. Updated LLButton, and implemented boost::signals2 to replace old callback handling.
2012-03-02 16:57:33 -06:00
Shyotl
fb10af2723
Reverted inventory search behavor to pre v2. (search is per-panel, not global to the inventory floater)
2012-02-28 18:46:54 -06:00
Shyotl
2f632d3324
Worn items have bold text in inventory. Also made label text for worn items more legible.
2012-02-27 19:04:47 -06:00
Shyotl
2bf940e15d
Fixed up inventory filter. Basic folders now have an 'open' icon. Tweaked the indent size for inventory (looks a little nicer imo)
2012-02-27 02:53:12 -06:00
Shyotl
dcec1cb5f2
LLViewerWindow::handlePerFrameHover renamed to LLViewerWindow::updateUI. Migrated some code to LLViewerWindow::updateMouseDelta, but made no functional change. Use LLSelectMgr to look up selected textures for texture view (opposed to soon-to-be-removed llhoverview)
2012-02-24 20:18:46 -06:00
Shyotl
a066730acb
Added LLInitParam. Not yet plugged into xml parsing.
2012-02-24 20:16:33 -06:00
Shyotl
a6a69caa4f
Merge branch 'master' of git://github.com/siana/SingularityViewer.git into V2MultiWear
...
Conflicts:
indra/newview/llfloateravatarlist.cpp
indra/newview/llfloateropenobject.cpp
indra/newview/llinventorybridge.cpp
indra/newview/llviewerinventory.cpp
2012-02-24 13:21:59 -06:00
Siana Gearz
0bdf54e6d9
This fixes Copy+Wear from object
2012-02-24 03:27:24 +01:00
Siana Gearz
10af9d64f2
One day this will be a memory stat
2012-02-24 03:26:06 +01:00
Shyotl
5c66c70546
Display an arrow overlay on item links.
2012-02-23 14:31:43 -06:00
Siana Gearz
a76b0cb9da
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2012-02-23 18:51:49 +01:00
Aleric Inglewood
0450358df3
Clean up after Linden Lab
2012-02-23 18:50:28 +01:00
Siana Gearz
a632010b95
Boost: target Windows XP strictly
2012-02-23 15:35:50 +01:00
Shyotl
323ec8cf59
Updated customize floater to work with layer 0 wearable, for now.
2012-02-23 04:00:09 -06:00
Siana Gearz
a1038f3972
Merge git://github.com/LightDrake/SingularityViewer
2012-02-23 03:06:19 +01:00
Siana Gearz
e207f2e025
Fix scroll buttons on dark skin
2012-02-23 02:29:59 +01:00
Shyotl
3d39e443fe
Append username to window title upon connecting to grid.
2012-02-22 17:51:06 -06:00
Siana Gearz
be37d9b5a9
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2012-02-22 18:02:04 +01:00
Siana Gearz
e39327c017
Merge branch 'master' of git://github.com/TighMacFanatic/SingularityViewer
2012-02-22 18:01:45 +01:00
Drake Arconis
edbc22961e
Revert "Further OS X changes."
...
This reverts commit 803011582c .
2012-02-22 05:49:38 -05:00
Shyotl
c2da7f4570
Fixed translations failing attachment text. (support 'value' attribute for strings starting with a space)
2012-02-22 00:09:52 -06:00
Shyotl
bdeead6f8e
Updated LLView:
...
-Removed a few extra unneeded virtuals
-Pulled tabgroups out of llpanel and into LLView
-removeChild doesn't support delete. Delete manually.
-addChildAtEnd renamed to addChildInBack
-getScreenRect renamed to calcScreenRect
-added calcScreenBoundingRect and calcBoundingRect(which updateBoundingRect calls
-General cleanup. Someone at LL figured out that dynamic_cast actually exists.
Fixed PieMenu not reliably centering on cursor.
Fixed context menu crash in line and text editors.
Classes with LLEditMenuHandler as a base do not need to set gEditMenuHandler to NULL, since LLEditMenuHandler's dtor does that already!
2012-02-21 21:59:22 -06:00
Drake Arconis
3250725aae
Annoying Crash Fix.
...
This fixes that thing where saving scripts in deleted object makes
viewer go FFFFFF.
2012-02-21 10:56:27 -05:00
Drake Arconis
803011582c
Further OS X changes.
2012-02-21 10:53:47 -05:00
Aleric Inglewood
2206f68129
Fix webkit on Ubuntu
...
WARNING("Plugin"): LLPluginInstance::load: apr_dso_load of
*/viewer-linux-i686-releasesse2/newview/packaged/bin/llplugin/libmedia_plugin_webkit.so
failed with error 20019 , additional info string:
*/viewer-linux-i686-releasesse2/newview/packaged/bin/llplugin/libmedia_plugin_webkit.so:
undefined symbol: XSyncIntsToValue
Apparently our webkit package is underlinked, it doesn't
include libXext which is needed for symbol XSyncIntsToValue.
Both, Fritigern and Inusaito had this problem on Ubuntu.
This patch adds the library to the webkit plugin as a work-
around.
2012-02-21 15:52:57 +01:00
Drake Arconis
6388324552
Revert "This works for now. Need to do more testing."
...
This reverts commit c6d6eed7d3 .
2012-02-21 09:27:10 -05:00
TighMacFanatic
89f35779b4
Fixed Windlight presets not loading user created files.
2012-02-20 16:37:34 -05:00
Drake Arconis
ad1e3f1d2d
Merge remote-tracking branch 'upstream/master'
2012-02-20 07:19:35 -05:00
Siana Gearz
9477a5f32f
Fix code bug making notifications unreadable colour
2012-02-20 05:38:57 +01:00
Siana Gearz
8e71cf8e6e
Revert "Replace all NotifyCautionBoxColor's and AlertCautionBoxColor's that were using tan with black, like Emerald skin's NotifyCautionBoxColor."
...
This reverts commit 0fef1407e3 .
2012-02-20 05:05:57 +01:00
Siana Gearz
ea7396d2cf
Crashfix audio panel in skin
2012-02-20 05:05:53 +01:00
Siana Gearz
5c7debecc8
Extra info from j2c decoder in case of cache corruption
2012-02-20 03:47:06 +01:00
Drake Arconis
c6d6eed7d3
This works for now. Need to do more testing.
2012-02-19 19:43:53 -05:00
Shyotl
e2e65c39bf
Fixed up LLMenuGL and variants a bit.
2012-02-19 17:41:54 -06:00
Shyotl
a76105a60d
Few things were missing/misnamed in menu_inventory.xml
2012-02-19 17:28:16 -06:00
Aleric Inglewood
39f8deb498
Merge remote-tracking branch 'siana/master'
2012-02-19 23:54:59 +01:00
Drake Arconis
665569dfc7
I forgot why I made these.
2012-02-19 17:07:42 -05:00
Drake Arconis
19f72cf967
Merge remote-tracking branch 'upstream/master'
2012-02-19 16:16:34 -05:00
Drake Arconis
a4363de59e
Updated APR and Zlib prebuilts.
2012-02-19 15:59:47 -05:00
Siana Gearz
c3aa321d51
Fix classic skin
2012-02-19 21:43:31 +01:00
Shyotl
cf4b8cf263
Added LLView::translateIntoRectWithExclusion utility function.
2012-02-19 13:11:52 -06:00
Siana Gearz
9b268c3654
Fixing the crash in grid list
2012-02-19 20:07:17 +01:00
Drake Arconis
925c42294f
OS X Builds now.
...
Fixed building on OS X.
Fixed line endings.
Need to find better way to do fmodwrapper thing.
2012-02-19 11:30:27 -05:00
Siana Gearz
f7cc9c4d33
Hopefully more correctness in grid manager editor
2012-02-19 00:42:23 +01:00
Aleric Inglewood
66ccff964b
Comment out old Google Translate support and as such remove the need for JSON.
...
Note that on standalone, json headers are installed in json/,
no idea why in the packages this isn't the case... But anyway,
it isn't used at all anymore now so it doesn't really matter.
I didn't remove the json package for non-standalone and the
downloading thereof... (I can't test non-standalone).
2012-02-18 16:45:11 +01:00