Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-13 | merge | richard | |
2010-01-13 | implemented EXT-4001 “Notification Well window interaction”, | Alexei Arabadji | |
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine | |||
2010-01-12 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-11 | merge | richard | |
2010-01-11 | EXT-3444 Volume control slider appears in an odd location | richard | |
reviewed by Leyla | |||
2010-01-11 | EXT-4163 Don't strip viewer symbols, or tar the result, in DEBUG builds | Tofu Linden | |
2010-01-11 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2010-01-11 | EXT-3929: Moved LLAccordionCtrl to llui. | Lynx Linden | |
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not newview. I need to make this happen in order to fix EXT-3929. No code change was necessary (other than to change #include for predefined headers) as these classes did not rely on any newview code. | |||
2010-01-05 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-12-31 | Merge (viewer-2-0 into gooey) | James Cook | |
2009-12-30 | fixed build (removed missing files references from CMakefile) | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-12-30 | Code cleanup: removed stab implementation of Voice Control Panel | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-12-29 | EXT-3720 Added Advanced > Set Window Size... for video making | James Cook | |
Torley needed this to make tutorial movies. Removed dead code from Preferences. Reviewed by Leyla. | |||
2009-12-26 | Fixed low bug EXT-3684 ("Default" icon is used always for group calls in the ↵ | Mike Antipov | |
voice notifications instead of group icon) -- implemented LLGroupIconCtrl to show group icon for passed group UUID. -- added LLGroupIconCtrl to incoming and outgoing dialogs --HG-- branch : product-engine | |||
2009-12-25 | Work on low task EXT-1770 ( Places - Landmarks - Inventory Panels should be ↵ | Mike Antipov | |
refactored to use LL implementation of possibility to show specified Inventory folder) -- renamed files from llinventorysubtreepanel to llplacesinventorypanel -- renamed class LLInventorySubTreePanel to LLPlacesInventoryPanel --HG-- branch : product-engine | |||
2009-12-22 | EXT-3593 Fixed up llkdu and tcmalloc dependencies for the viewer build. | Mark Palange (Mani) | |
2009-12-21 | Merge viewer 2-0 into media | skolb | |
2009-12-18 | Client changes to pick up new version of Qt 4.6 with codecs for default text ↵ | callum | |
encoding. | |||
2009-12-19 | Added a first view script limits floater | gabriel | |
reviewed by Mani | |||
2009-12-18 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-12-16 | Add new library qtxmlpatterns4.dll to dependecies list for the new ↵ | brad kittenbrink | |
copy_w_viewer_manifest target (missed in the merge) Reivewed by mani. | |||
2009-12-16 | oops, fix for merge bug in newview/CMakeLists.txt | brad kittenbrink | |
2009-12-16 | Merged mani's EXT-3140 and build performance enhancements work into viewer-2-0. | brad kittenbrink | |
2009-12-15 | Merge with tip before push | callum | |
2009-12-15 | client changes to work with new version of Qt (4.6) and to do some cleanup ↵ | callum | |
at plugin exit so that cookies more betterer than what they did before. | |||
2009-12-15 | Yet again adding missed dependecies to the viewer copy command. | Mark Palange (Mani) | |
2009-12-15 | Added missing dependecies to the viewer manifest copy target. | Mark Palange (Mani) | |
2009-12-15 | merge | Rick Pasetto | |
2009-12-15 | EXT-3140 and build performance enhancements. | Mark Palange (Mani) | |
Move the message_template check and manifest checking to the package step. Moved the dll copy from a post-build step its own target for dependency checking. Disabled copy of art/xui, etc in viewer manifest for non-package builds. | |||
2009-12-11 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-11 | implemented EXT-2323 “Get rid from obsolete notification widgets”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | Add LL(URLDispatcher,CommandDispatcher,PanelLogin)Listener | Nat Goodspeed | |
LLURLDispatcherListener accepts requests for LLURLDispatcher. LLCommandDispatcherListener accepts requests for LLCommandDispatcher. LLPanelLoginListener accepts requests specifically for LLPanelLogin. Initially it supports a simulated click to the "Log In" button. | |||
2009-12-10 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-09 | Reduce likelihood of indefinite wait in viewer integration tests. | Nat Goodspeed | |
Introduce LLStartupListener to allow viewerclient-based test script to query startup state. This handles the scenario in which, by the time the test script manages to connect, the viewer already IS in STATE_STARTED. Fix ViewerSession to invoke that query before waiting for STATE_STARTED. Make that wait time out eventually to deal with "System currently logging you off, please wait 5 minutes." Timeout raises new ViewerWontLogin exception. Fix testlangs to catch ViewerWontLogin and retry a limited number of times. | |||
2009-12-08 | DEV-43897 linux viewer2 corrupted vorbis problem | Tofu Linden | |
we were accidentally linking the duff fmod vorbis first because our dependancies weren't well-defined. | |||
2009-12-08 | DEV-43439: Created new LLVersionInfo API. | Lynx Linden | |
Renamed llviewerversion to llversioninfo, to avoid confusion with llversionviewer in llcommon (llversion is already used by llwindow). Created new LLVersionInfo class with the following methods: static S32 getMajor(); static S32 getMinor(); static S32 getPatch(); static S32 getBuild(); static const std::string &getVersion(); static const std::string &getShortVersion(); static const std::string &getChannel(); All viewer code has been updated to use this API. Viewer code no longer directly includes llversionviewer.h from llcommon. | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2010-02-25 | automated merge | Roxie Linden | |
2010-02-25 | Automated merge | Roxie Linden | |
2010-02-24 | Automated merge | Roxie Linden | |
2010-02-24 | Automated merge up from viewer 2.0 trunk. | Roxie Linden | |
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used. | |||
2010-02-18 | EXT-5461: Reverting change 49e628c3a0c5. | Lynx Linden | |
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q. | |||
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2009-12-07 | Merge from product-engine | Steve Bennetts | |
2009-12-07 | DEV-43439: Rename llviewerbuild.{cpp|h} -> llviewerversion.{cpp|h} | Lynx Linden | |
This module now contains general viewer version routines, not just access to the viewer build number, so I've renamed it from llviewerbuild to llviewerversion. |