Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-01 | EXP-1649 FIX (client) Turn off web loading spinner until a more visually ↵ | callum | |
pleasing one can be defined | |||
2011-12-01 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2011-12-01 | LLSD-14: Move LLSD::(outstanding|allocation)Count() to free functions. | Nat Goodspeed | |
Free functions can be unconditionally compiled into the .o file, but conditionally hidden in the header file. Static class methods don't have that flexibility: without a declaration in the header file, you can't compile a function definition in the .cpp file. That makes it awkward to use the same llcommon build for production and for unit tests. Why make the function declarations conditional at all? These are debugging functions. They break the abstraction, they peek under the covers. Production code should not use them. Making them conditional on an #ifdef symbol in the unit-test source file means the compiler would reject any use by production code. Put differently, it allows us to assert with confidence that only unit tests do use them. Put new free functions in (lowercase) llsd namespace so as not to clutter global namespace. Tweak the one known consumer (llsd_new_tut.cpp) accordingly. | |||
2011-12-01 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-12-01 | EXP-1588 FIX Floaters do not snap to edge | Richard Linden | |
2011-12-01 | Build fixes for mac, hopefully Linux too | Leslie Linden | |
2011-12-01 | merge changes for storm-1719 | Oz Linden | |
2011-12-01 | merge changes for storm-1686 | Oz Linden | |
2011-12-01 | storm-1686: make "Neck" and "Avatar Center" attach points available in ↵ | Oz Linden | |
context menus | |||
2011-12-01 | STORM-1721 Set UI Size to Default Option Duplicated in Advanced Menu | Jonathan Yap | |
2011-11-30 | gcc fix attempt | Richard Linden | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-30 | sync with viewer-development | eli | |
2011-11-30 | increment viewer version to 3.2.5 | Oz Linden | |
2011-11-30 | Added tag 3.2.4-start for changeset 3fe994349fae | Oz Linden | |
2011-11-30 | merge changes for vmrg-195 | Oz Linden | |
2011-11-30 | merge changes for vmrg-194 | Oz Linden | |
2011-11-30 | EXP-1634 FIXED Removed the "exchange rates" link from the L$ Buy Dialog. | Vadim ProductEngine | |
2011-11-30 | STORM-1719 notifications.xml has two instances where a button shows as "Ok" ↵ | Jonathan Yap | |
and Not "OK" | |||
2011-11-29 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-29 | fix for crash on startup (font system not initialized when first creating fonts) | Richard Linden | |
2011-11-30 | EXP-1641 FIXED Snapshot floater doesn't persist between sessions anymore to ↵ | Vadim ProductEngine | |
avoid capturing login screen. | |||
2011-11-30 | EXP-1640 FIXED Fixed weirdly looking Snapshot floater in Italian and French ↵ | Vadim ProductEngine | |
locales. | |||
2011-11-30 | EXP-1636 FIXED Extend menubar label changes to floater titles and FUI button ↵ | Vadim ProductEngine | |
labels. | |||
2011-11-29 | sync with viewer-development | eli | |
2011-11-30 | EXP-1580 FIXED applying "MinWindowWidth" and "MinWindowHeight" settings to ↵ | Seth ProductEngine | |
Linux viewer window. Added minimum size setting method for X11 viewer window on Linux. | |||
2011-11-29 | merge | Debi King (Dessie) | |
2011-11-29 | Pull from viewer-experience | Merov Linden | |
2011-11-29 | Pull from viewer-experience | Merov Linden | |
2011-11-29 | EXP-1565 FIXED Fixed IRC-style emotes in chat. | Vadim ProductEngine | |
2011-11-29 | EXP-1580 FIXED resize indicator on Linux showing Viewer window can be ↵ | Seth ProductEngine | |
resized below minimum size. Fixed using minimum window dimensions configured in debug settings. | |||
2011-11-28 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-28 | build fix | Richard Linden | |
2011-11-28 | removed unneeded changeversion tracking in param blocks in favor of a ↵ | Richard Linden | |
simpler dirty bit | |||
2011-11-28 | Pull from viewer-experience | Merov Linden | |
2011-11-28 | EXP-1596 : Fetch system folders so we're sure they are empty if we need to ↵ | Merov Linden | |
hide them | |||
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-11-28 | build fix | Richard Linden | |
2011-11-28 | simple code cleanup | Richard Linden | |
2011-11-28 | EXP-1485 FIX -- Viewer should have a minimum size | Richard Linden | |
moved min size logic into LLWindow | |||
2011-11-28 | merge changes for vmrg-193 | Oz Linden | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-26 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge | Richard Linden | |
2011-11-26 | changed RelWithDebInfo config on Windows to not auto-inline, for easier ↵ | Richard Linden | |
debugging. | |||
2011-11-25 | EXP-1463 FIXED (IM chiclets overlay Mini-Location bar) | Paul ProductEngine | |
- Now chiclet bar adjusts its width with Mini-Location bar | |||
2011-11-24 | EXP-1631 FIXED (Selecting Edit for more than one Pick from Profile floater, ↵ | Paul ProductEngine | |
breaks the navigation history in Picks Floater) - Allowed to create a new instance of LLPanelPickEdit for each pick | |||
2011-11-24 | EXP-1581 FOLLOWUP Main menu: fixed a typo, removed duplicated items. | Vadim ProductEngine | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-23 | merge changes for vmrg-192 | Oz Linden | |
2011-11-23 | merge changes for vmrg-190 | Oz Linden | |