aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-08Actually mute the colour of muted text.David Walter Seikel1-1/+1
2012-02-18Removed google translate since the service is no longer availableMcCabe Maxsted1-22/+0
2011-05-04Besides the numerous label and organizational changes, here are the main pointsMcCabe Maxsted1-1/+1
* Moved numerous options out of the Advanced panel * Moved numerous options out of the General panel * Combined the Network and Web Browser panels * Combined IM, Chat, and Spell checking preferences * Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting * Removed UI for 'hide my own group title'. This can still be set in the debug settings * Renamed Popups > Notifications * Renamed Chat Colors > Colors * Renamed 'IMs and Logging' to 'Logging and Privacy' * Moved Colors next to Skins * Added style guide to the top of every preferences panel xui
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-1/+2
work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
2011-03-01remove llfloaterhtml.* (not used anymore).Armin Weatherwax1-1/+0
2011-02-25Unbranding. Todays word is "linden".David Seikel1-1/+1
2010-11-06IMP-688: ERROR: getString: Invalid string control nick01Aleric Inglewood1-1/+1
Don't look for the old variable names, "nick0*", but for the new ones.
2010-11-06IMP-688: ERROR: getString: Invalid string control nick01Aleric Inglewood1-1/+1
Don't look for the old variable names, "nick0*", but for the new ones.
2010-10-10Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius1-2/+1
Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h
2010-10-09Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted1-0/+4
2010-09-23port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax1-1/+2
texture system
2010-09-23llmediaplugins first stepArmin Weatherwax1-2/+52
2010-09-16Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse1-5/+23
2010-09-15Added more punctuation support to both names autocomplete and names ↵elektrahesse1-1/+1
highlight in chat
2010-09-13Added ' support for punctuation matchingelektrahesse1-1/+1
2010-09-12Fixed the regexp to match commas before the nameelektrahesse1-1/+1
2010-09-10Code cleanupelektrahesse1-34/+1
2010-09-10Switched to boost::regex and wrote a regex supporting punctuation for name ↵elektrahesse1-2/+11
matching in both chat and group ims
2010-09-10Fixed chat colors and added group im colorselektrahesse1-29/+62
2010-09-10Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵elektrahesse1-20/+24
select the colors
2010-09-10Initial hacky release of colors in chat highlighting friend chat and when ↵elektrahesse1-8/+34
your name is typed
2010-09-09Code cleanupelektrahesse1-34/+1
2010-09-09Switched to boost::regex and wrote a regex supporting punctuation for name ↵elektrahesse1-2/+11
matching in both chat and group ims
2010-09-09Fixed chat colors and added group im colorselektrahesse1-29/+62
2010-09-08Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵elektrahesse1-20/+24
select the colors
2010-09-08Initial hacky release of colors in chat highlighting friend chat and when ↵elektrahesse1-8/+34
your name is typed
2010-08-31automatic translation featurePatrick Sapinski1-0/+22
2010-08-26Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-2/+3
2010-08-19Applied RLVa-1.0.5e_fix.patch by Kitty Barnett to fix RLVa up to 1.0.5.eMcCabe Maxsted1-2/+3
2010-07-16Temporarily commented out the channel spinner in Local Chat until toggling ↵McCabe Maxsted1-2/+2
works right
2010-06-19Fixed your own name being highlighted in chat historyMcCabe Maxsted1-2/+3
2009-10-08Fixed stupid error on my part that broke clickable names in chat historyMcCabe Maxsted1-4/+3
2009-10-08Clickable IMs in chat history was causing readability problems at varying ↵McCabe Maxsted1-1/+2
distances, decided it was a bug and fixed it
2009-10-03Added new color setting for Object IMsMcCabe Maxsted1-0/+3
2009-10-03Object IMs are now prefixed with 'IM: '. As a side effect, names are now ↵McCabe Maxsted1-4/+16
clickable when show IMs in chat is enabled
2009-09-25Temporarily disable chat channel control in chat history until it's fixedMcCabe Maxsted1-0/+2
2009-09-14Merged in jacek/nextMcCabe Maxsted1-2/+57
2009-09-11Backported clickable object names from 1.23McCabe Maxsted1-6/+12
2009-09-09Created my own version of Emerald's chat channel toolMcCabe Maxsted1-1/+30
2009-09-04Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch.Jacek Antonelli1-2/+58
Made a few non-functional changes to help it apply.
2009-06-14Added IM preference for showing IMs in either main or local chatMcCabe Maxsted1-1/+1
2009-06-13Second Life viewer sources 1.23.3-RCJacek Antonelli1-0/+3
2009-05-24Second Life viewer sources 1.23.2-RCJacek Antonelli1-4/+1
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-9/+27
2009-03-01Backported fix for VWR-6744 (No way to hide IMs in chat console)McCabe Maxsted1-1/+5
2009-01-21Fixed browser layout, toggling; removed legacy browser codeMcCabe Maxsted1-1/+0
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-13/+21
2008-08-15Second Life viewer sources 1.20.9Jacek Antonelli1-1/+2
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli1-4/+17