summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerfloaterreg.cpp
AgeCommit message (Collapse)Author
2014-09-28Pull merge from lindenlab/viewer-releaseMerov Linden
2014-07-22Sync merge with lindenlab/viewer-releaseMerov Linden
2014-07-07Merge downstream code and become 3.7.12simon
2014-06-24Pull downstream viewer-tiger and become version 3.7.11simon
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-20MAINT-3950 FIXED can't open lag meterRichard Linden
brought back llfloaterlagmeter from the dead, and ported to lltrace
2014-05-14Begin syntax coloring personalizationCinder
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-04-21DD-71 : Implement a new item properties floater, calls the same code as the ↵Merov Linden
sidepanel in the inventory but with the back button hidden
2014-04-18DD-19 : WIP : Add marketplace validation modal dialog to view the log (no ↵Merov Linden
validation text yet)
2014-04-18DD-58 : Implement associate listing UI and primitiveMerov Linden
2014-03-25DD-40 : WIP : Refactor marketplace listings UI classes in their own cpp / h ↵Merov Linden
files
2014-03-13DD-42 : Rename merchant items to marketplace listings to be consistent with specMerov Linden
2014-03-06DD-4, DD-5, DD-6, DD-7, DD-8: WIP : Add Merchant Items panel and make it ↵Merov Linden
somewhat work, in a clunky sort of way
2014-03-03merge changes for 3.7.2-releaseOz Linden
2014-02-25ACME-1327 : WIP : Added big preview to the Flickr photo panel, uses the ↵Merov Linden
thumbnail for the moment
2014-02-12merge with releaseRichard Linden
2014-02-10Merge pull from lindenlab/viewer-releaseMerov Linden
2013-12-05Renamed floater_social to floater_facebook for ACME-1205Cho
2013-11-19merge up to 3.6.10-release; some of the storm-68 changes lostOz Linden
2013-11-15STORM-1980 Added a floater displaying a countdown timer.Jonathan Yap
Removed most of the previous changes.
2013-11-06merge with releaseRichard Linden
2013-11-06separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151Cho
2013-11-04added Twitter floater for ACME-1146, ACME-1147, ACME-1148, ACME-1149, and ↵Cho
ACME-1150
2013-11-02added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵Cho
ACME-1141
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-07-17created floater_fbc_web for ACME-734 and ACME-735Cho
2013-06-17CHUI 560: When Me->Post to Facebook... is selected the Facebook floater opens.Gilbert Gonzales
2013-06-05merge with viewer-releaseRichard Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-21SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
copied over scene load frame differencing changes from viewer-interesting made periodicrecording flexible enough to allow for indefinite number of periods added scene loading stats floater fixed collapsing behavior of container views
2013-03-18SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
changed LLCriticalDamp to LLSmoothInterpolation and sped up interpolator lookup improvements to stats display of llstatbar added scene load stats floater accessed with ctrl|shift|2
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-05CHUI-468 : Suppress LLCallFloater completelyMerov Linden
2012-10-02CHUI-374 FIXED (Nearby chat is torn off and cannot be docked if nearby chat ↵AlexanderP ProductEngine
is received while conversation floater is closed) Nearby_chat is created only after the creation of the im_container
2012-09-28CHUI-345 ADDITIONAL FIX (LLConversationViewSession: enable speaking indicator)Paul ProductEngine
- Clicking on the conversation speaking icon brings up the volume floater for voice conversations
2012-08-29SH-3275 WIP Run viewer metrics for object update messagesRichard Linden
further cleanup of LLStat removed llfloaterlagmeter
2012-08-22CHUI_310 make NearbyChat a singletoneAlexanderP ProductEngine
2012-08-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.Todd Stinson
2012-07-27Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.Todd Stinson
2012-07-27Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-27CHUI-151 FIXED (Implement conversation log)Paul ProductEngine
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList
2012-07-23Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-22Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-06-21merge changes for DRTVWR-168Oz Linden
2012-06-14CHUI-199 WIP Modified the nearby chat for using floater_im_session.xml; ↵AlexanderP ProductEngine
merging LLNearbyChatBar with LLNearbyChat; clean up code; supressed a double creation of LLNearbyChat
2012-06-11PATH-710: Removing the pathfinding basic floater and supporting class.Todd Stinson
2012-06-08STORM-68 As a Builder, I want that ability to set default permissions on ↵Jonathan Yap
creation of objects, clothing, scripts, notecards, etc. First pass at implementation, debuggins lines still need to be removed and there is one known bug to be resolved.