aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax2010-09-239-3589/+143
| | | | | who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19
* Imprudence style gstreamer plugin (remove llgst, syms and such)Armin Weatherwax2010-09-2312-584/+440
|
* Fixed plugin compile issues on windowsMcCabe Maxsted2010-09-232-1/+2
|
* Removed more unused 'prepare' dependenciesMcCabe Maxsted2010-09-232-2/+0
|
* fix platform specific mime_type xml loadingArmin Weatherwax2010-09-232-15/+10
| | | | | note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation. For using gstreamer on mac + win the file has to be changed (try the linux one :) )
* update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax2010-09-2328-162/+2445
| | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit
* fix some mime type issuesArmin Weatherwax2010-09-234-45/+139
|
* fix "about land" (actually llpanellandmedia) crashesArmin Weatherwax2010-09-232-189/+132
|
* port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-23210-2270/+12699
| | | | texture system
* Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax2010-09-239-1/+62
|
* update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-2322-64/+132
|
* update to latest SG2 media_pluginsArmin Weatherwax2010-09-2320-229/+956
|
* make it compile and run.Armin Weatherwax2010-09-233-147/+1
| | | | TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
* port llprimitive from SG2.0Armin Weatherwax2010-09-2320-335/+3121
|
* port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-2350-221/+520
|
* remove deprecated filesArmin Weatherwax2010-09-233-1394/+0
|
* Fixed 'there is no media type for text/html' errorsMcCabe Maxsted2010-09-232-0/+469
|
* Fixed floatervicelicense not compiling with the new media changesMcCabe Maxsted2010-09-235-27/+24
|
* Fixed llvewermedia version info (and kept it disabled unless there's a good ↵McCabe Maxsted2010-09-231-5/+8
| | | | reason for enabling it)
* Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted2010-09-237-8/+48
| | | | Linux or Mac as I can't test them)
* Removed some bad merge entries from newview/CMakeLists.txtMcCabe Maxsted2010-09-231-2/+0
|
* CMake now runs correctly on WindowsMcCabe Maxsted2010-09-232-0/+24
|
* Added missing plugins notificationsMcCabe Maxsted2010-09-231-0/+18
|
* Removed 'prepare' dependency from cmakeMcCabe Maxsted2010-09-233-3/+0
|
* Removed gstreamer and gstreamer-plugins from install.xml for WindowsMcCabe Maxsted2010-09-231-14/+0
|
* Fixed CopyWinLibs. Still a bunch of CMake errors and plugins don't load on ↵McCabe Maxsted2010-09-232-386/+173
| | | | Windows
* Fixed Windows compile error with WIND_BUFFER_SIZE_SECMcCabe Maxsted2010-09-232-1/+2
|
* Fixed newview\CMakeLists.txt not parsing on WindowsMcCabe Maxsted2010-09-231-5/+4
|
* Added missing glui and freeglut libs on WindowsMcCabe Maxsted2010-09-231-0/+37
|
* First LL update of plugins, mainly documentationArmin Weatherwax2010-09-2310-103/+358
|
* lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax2010-09-233-20/+38
| | | | todo: review llpanellandmedia; port flotervoicelicense
* llmediaplugins first stepArmin Weatherwax2010-09-23305-7793/+30690
|
* Changed version to Experimental 2010.09.18McCabe Maxsted2010-09-181-1/+1
|
* Fixed contacts search not working on uppercase namesMcCabe Maxsted2010-09-182-7/+8
|
* Fixed windows compile error on autocompleteMcCabe Maxsted2010-09-181-1/+1
|
* Default upload animation preview to own avatarArmin Weatherwax2010-09-181-1/+1
|
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-184-9/+40
|\
| * Fixed events handling on osx to behave correctly on 10.5+ compilation runs.elektrahesse2010-09-172-6/+30
| | | | | | Added ShellEx(std::string &) method to execute local applications based on file type.
| * Ooops forgot to remove a debug printout :Pelektrahesse2010-09-171-1/+0
| |
| * Fixed path separators for im history so it's multiplatform nowelektrahesse2010-09-171-1/+8
| |
| * Added a check to avoid triggering completion tests if text in chatbar is empty.elektrahesse2010-09-171-2/+3
| |
* | UI Scale Reset button finds the actual default, not hardcoded.Jacek Antonelli2010-09-181-1/+2
| |
* | Added links to the blog and forums to the login screen's help menuMcCabe Maxsted2010-09-171-20/+22
| |
* | Updated the profile button heightsMcCabe Maxsted2010-09-171-8/+8
|/
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-176-41/+181
|\
| * Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse2010-09-164-6/+98
| |
| * Commented out the checks for distance, above 1024mts seems like i can't make ↵elektrahesse2010-09-161-2/+2
| | | | | | | | them work fine :(
| * Switched struct declaration to a more C++esque way... Aleric hit me with a ↵elektrahesse2010-09-161-2/+2
| | | | | | | | stick :P
| * Moved all the variables to a struct to keep code more clean and added a ↵elektrahesse2010-09-162-41/+53
| | | | | | | | check to run the regex match only if the text in chat changes, so it's a bit lighter
| * Fixed a bug related to the names cache clearing :Pelektrahesse2010-09-161-40/+39
| |