Commit Graph

3616 Commits (93ab50efd2f009a48bc06e4491beb0c55596d3fc)

Author SHA1 Message Date
James Cook 93ab50efd2 Bump Parabuild 2009-11-30 17:36:10 -08:00
James Cook 6feb42e009 De-inlined some UI param block definitions. 2009-11-30 15:45:15 -08:00
James Cook d83f934ec8 merge 2009-11-30 14:42:34 -08:00
James Cook 7d3b3cc474 Linker optimization - use "extern template" for commonly regenerated templates
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer.
Reviewed with Ambroff
2009-11-30 14:41:52 -08:00
Justin C. Rounds (Chuck) 1ec8ca3788 Updated layout.
http://jira.secondlife.com/browse/EXT-2733
http://jira.secondlife.com/browse/EXT-2953
2009-11-30 17:08:31 -05:00
Justin C. Rounds (Chuck) 447d1c6498 Updated layout to prevent overlapping elements.
http://jira.secondlife.com/browse/EXT-2777
2009-11-30 10:38:35 -05:00
James Cook 30cb8d566e Missed another LL_COMMON_API tag 2009-11-29 12:53:09 -08:00
James Cook b50ba67bd8 Revert extern template link optimization until I can build/test on PC 2009-11-29 10:19:17 -08:00
James Cook 491cbc5de6 Suppress MSVC warning about extern template for linker optimization 2009-11-28 23:50:14 -08:00
James Cook e9b07c480a Fix build, missed a file and items need LL_COMMON_API 2009-11-28 23:10:38 -08:00
James Cook 5531149ad1 Fix merge error 2009-11-28 21:25:53 -08:00
James Cook e8b436591a merge 2009-11-28 21:02:55 -08:00
James Cook 0e34bc413a Slightly more complex test file 2009-11-28 20:56:27 -08:00
James Cook 895d528524 Fix build - exported globals must have LL_COMMON_API tag 2009-11-28 20:56:15 -08:00
James Cook 8ff96a3515 Migrated LLUUIDs and some float constants out of headers into .cpp files
Moved some functions with llinfos into .cpp files
Linker optimizations, all
2009-11-28 20:08:09 -08:00
James Cook 3838a7dfa5 Fix build broken by removal of a test floater. 2009-11-28 17:15:53 -08:00
James Cook f280c43d61 Use extern template for common singletons to reduce code bloat/link time. 2009-11-28 16:51:02 -08:00
James Cook fd71800bb1 De-inline virtual functions with llerrs to reduce link time. 2009-11-28 16:49:29 -08:00
James Cook 11cc56316c Fixed a typo in includes list. 2009-11-28 16:48:28 -08:00
James Cook cb29ce1243 Move hard-coded image IDs to .cpp file to speed link time. 2009-11-28 16:39:50 -08:00
James Cook 3858992603 Add CMake var LL_TESTS to optionally disable tests for build timing 2009-11-27 22:24:57 -08:00
James Cook 7cfb01526f Move sound id declarations to cpp file to reduce redundant linker symbols.
Cuts size of object files dramatically, often 100KB apiece.
2009-11-27 22:13:01 -08:00
James Cook 928b7cba3e Linker optimization, use extern template for LLView::getChild<> 2009-11-25 22:00:15 -08:00
richard 9d52d15db8 fix for ellipses on a single line 2009-11-25 20:11:04 -08:00
richard 4885ddab8d EXT-1944 - Implement ellipsis in message well
EXT-699 - Toasts should display maximum 6 lines of text before ellipses are applied
EXT-2453 - TextBox displays an extra line of text
2009-11-25 19:55:24 -08:00
richard edcd835feb fixed line numbering in script editors 2009-11-25 19:14:55 -08:00
richard 617ca79ed0 forgot to apply resize fix for when text is selected
EXT-1995 - [BSI] Get rid of the *blop* sound when a textbox contains more text than displayable
2009-11-25 18:55:15 -08:00
richard cdb2232284 created container for LLFloaterView for future z-swapping with sidetray
floaters can now overlap sidetray
fixed text selection background color to be inverse of text fg color
EXT-2713 	Script editor automatically scrolls to the top of script text when text is longer than the window.

reviewed by James
2009-11-25 18:24:39 -08:00
James Cook 52a387e00f Fix up nav bar buy icon spacing.
Trivial, not reviewed.
2009-11-25 17:45:07 -08:00
richard b2a5a270af merge 2009-11-25 14:00:48 -08:00
richard a6877b5200 removed debug spam the proper war 2009-11-25 14:00:03 -08:00
richard 0a1934f8d2 Merge 2009-11-25 13:58:23 -08:00
richard 318ae1419d Backed out changeset: c94fdea670e5 2009-11-25 13:57:46 -08:00
James Cook 957055396d merge in changes from viewer-2-0, manually fixed conflict in llviewermessages.cpp 2009-11-25 12:31:24 -08:00
James Cook 59eb8a43a4 Switched line endings to Unix. 2009-11-25 12:17:38 -08:00
James Cook ef46d4077c Hook up nav bar For Sale icon to buy land functionality. 2009-11-25 11:51:49 -08:00
richard 422f7fa093 merge 2009-11-25 11:10:31 -08:00
richard 2c775c5429 commented out spam that was slowing side tray opening 2009-11-25 11:09:55 -08:00
Loren Shih 57bc7dc44f automated merge from viewer-2-0 pull -u 2009-11-25 12:01:05 -05:00
Rick Pasetto 725cdc6e5b Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-25 08:46:23 -08:00
Rick Pasetto 73f909f7cd Add Power On/Off icons 2009-11-25 08:45:54 -08:00
Eric M. Tulla (BigPapi) 5f7503b252 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2009-11-25 11:21:47 -05:00
Eric M. Tulla (BigPapi) c5ef834606 Fix for EXT-2667 - making sure inv_item isn't null 2009-11-25 11:21:08 -05:00
Loren Shih 33450e6f1f Automated merge of ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ 2009-11-25 10:48:25 -05:00
James Cook 446702d762 Nudge parabuild again 2009-11-25 02:06:34 -08:00
James Cook ccabcca5fe Nudge Parabuild, Mac build choked for some reason 2009-11-25 01:42:09 -08:00
James Cook cbc0783cd1 Created lightweight LLNotificationsUtil::add(), switched most alerts to use it
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-25 01:15:50 -08:00
James Cook 0e351bedb6 Removed llnotifications.h from all headers by adding llnotificationsptr.h
Fixed many more includes
2009-11-24 22:55:56 -08:00
Dave Parks 41eb231e6a Fix for screen buffers not getting reallocated appropriately all the time (the assumption that buffers should only be reallocated if the resolution changed was wrong). 2009-11-25 00:27:43 -06:00
James Cook 458430be91 Removed include llnotifications.h from llfloater.h trying to speed builds
Fixed many other includes related to this file.
Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-24 22:13:10 -08:00