aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-23Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax9-1/+62
2010-09-23update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax21-58/+119
2010-09-23update to latest SG2 media_pluginsArmin Weatherwax20-229/+956
2010-09-23make it compile and run.Armin Weatherwax3-147/+1
TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
2010-09-23port llprimitive from SG2.0Armin Weatherwax20-335/+3121
2010-09-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax49-215/+514
2010-09-23remove deprecated filesArmin Weatherwax3-1394/+0
2010-09-23Fixed 'there is no media type for text/html' errorsMcCabe Maxsted2-0/+469
2010-09-23Fixed floatervicelicense not compiling with the new media changesMcCabe Maxsted5-27/+24
2010-09-23Fixed llvewermedia version info (and kept it disabled unless there's a good ↵McCabe Maxsted1-5/+8
reason for enabling it)
2010-09-23Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted7-8/+48
Linux or Mac as I can't test them)
2010-09-23Removed some bad merge entries from newview/CMakeLists.txtMcCabe Maxsted1-2/+0
2010-09-23CMake now runs correctly on WindowsMcCabe Maxsted2-0/+24
2010-09-23Added missing plugins notificationsMcCabe Maxsted1-0/+18
2010-09-23Removed 'prepare' dependency from cmakeMcCabe Maxsted3-3/+0
2010-09-23Fixed CopyWinLibs. Still a bunch of CMake errors and plugins don't load on ↵McCabe Maxsted2-386/+173
Windows
2010-09-23Fixed Windows compile error with WIND_BUFFER_SIZE_SECMcCabe Maxsted2-1/+2
2010-09-23Fixed newview\CMakeLists.txt not parsing on WindowsMcCabe Maxsted1-5/+4
2010-09-23First LL update of plugins, mainly documentationArmin Weatherwax10-103/+358
2010-09-23lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax3-20/+38
todo: review llpanellandmedia; port flotervoicelicense
2010-09-23llmediaplugins first stepArmin Weatherwax301-7773/+30641
2010-09-18Changed version to Experimental 2010.09.18McCabe Maxsted1-1/+1
2010-09-18Fixed contacts search not working on uppercase namesMcCabe Maxsted2-7/+8
2010-09-18Fixed windows compile error on autocompleteMcCabe Maxsted1-1/+1
2010-09-18Default upload animation preview to own avatarArmin Weatherwax1-1/+1
2010-09-18UI Scale Reset button finds the actual default, not hardcoded.Jacek Antonelli1-1/+2
2010-09-17Fixed events handling on osx to behave correctly on 10.5+ compilation runs.elektrahesse2-6/+30
Added ShellEx(std::string &) method to execute local applications based on file type.
2010-09-17Ooops forgot to remove a debug printout :Pelektrahesse1-1/+0
2010-09-17Fixed path separators for im history so it's multiplatform nowelektrahesse1-1/+8
2010-09-17Added a check to avoid triggering completion tests if text in chatbar is empty.elektrahesse1-2/+3
2010-09-17Added links to the blog and forums to the login screen's help menuMcCabe Maxsted1-20/+22
2010-09-17Updated the profile button heightsMcCabe Maxsted1-8/+8
2010-09-17"fix" null sound channel crashNemurimasu Neiro1-1/+1
2010-09-17Made searching contacts suck a lot lessMcCabe Maxsted2-37/+47
2010-09-17Let's not put so many spaces in front of (none)McCabe Maxsted1-1/+1
2010-09-17Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵McCabe Maxsted3-658/+5
Eryn)
2010-09-17Updated de translations to third and fourth batches by ErynMcCabe Maxsted18-270/+541
2010-09-16Reset scroll position on search in contacts/groups listsMcCabe Maxsted2-0/+2
2010-09-16Added search bars for friends and groups lists, based on a feature in the ↵McCabe Maxsted8-23/+142
Ascent viewer by Charley Levenque
2010-09-16Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse4-6/+98
2010-09-16Commented out the checks for distance, above 1024mts seems like i can't make ↵elektrahesse1-2/+2
them work fine :(
2010-09-16Switched struct declaration to a more C++esque way... Aleric hit me with a ↵elektrahesse1-2/+2
stick :P
2010-09-16Moved all the variables to a struct to keep code more clean and added a ↵elektrahesse2-41/+53
check to run the regex match only if the text in chat changes, so it's a bit lighter
2010-09-16Fixed a bug related to the names cache clearing :Pelektrahesse1-40/+39
2010-09-16Added names cycling using TAB. Only 1 char now necessary to trigger ↵elektrahesse2-30/+53
completion. Otherwise TAB reverts to cycle through widgets.
2010-09-16Added CHAT_NORMAL_RADIUS check for autocompletion and deleted selection of ↵elektrahesse1-3/+17
last part upon new autocomplete attempt
2010-09-16Fixed up the logic for the Hide Misspellings/Show Misspellings menu options. ↵McCabe Maxsted4-21/+39
They now toggle spell check for a specific line/text editor consistently
2010-09-15Added support for autocompletion of names also in the 'local chat' windowelektrahesse1-2/+1
2010-09-15Added more punctuation support to both names autocomplete and names ↵elektrahesse2-2/+2
highlight in chat
2010-09-15Added TAB as name completion hotkey, to be used after at least 3 chars ↵elektrahesse1-1/+2
otherwise it reverts to the default widgets-switching behaviour