aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-11Use BOOST_SIGNALS_LIB in newview/CMakeLists.Jacek Antonelli1-0/+1
2009-01-11Removed references to unused dbusglib.Jacek Antonelli1-3/+0
2009-01-11Wind disabled by default, ambient wind muting fixed, added debug setting ↵McCabe Maxsted3-42/+57
'MuteWind'
2009-01-08Added openal32.dll and alut.dll to CopyWinLibs.cmakeunknown1-3/+9
2008-12-30Added fix for VWR-10392 as well as other fixesunknown1-22/+36
2008-12-30Removed llkdu from cmakeunknown2-18/+0
2008-12-19Clean up logging to used standard LL metods.Anders Arnholm1-0/+7
2008-12-16VWR-1582: Local ruler mode wrong for linked objects.Jacek Antonelli1-0/+4
Also VWR-11103 (regression of above).
2008-12-151.1 wip copyunknown192-17157/+17157
2008-12-15VWR-10823: Right click > Inspect crashes viewer.McCabe Maxsted1-2/+3
Backported from LL's 1.22 RC3.
2008-12-15VWR-9352: Prim falls to 256m height when moved outworld.Jacek Antonelli1-2/+7
Patch by Aimee Trescothick.
2008-12-15Added menu option for inworld browser.McCabe Maxsted5-0/+30
2008-12-15Added Home button functionality to the web browser.McCabe Maxsted4-6/+39
2008-12-13Add group name to group invite window.McCabe Maxsted2-1/+25
2008-12-13VWR-4826 (ability to ignore friendship offers).McCabe Maxsted1-0/+9
2008-12-13Beacons no longer persist between sessions.McCabe Maxsted4-7/+7
That distressed users who accidentally enabled them, since not even relogging would disable them.
2008-12-13Moved 'Offer Teleport' in IM to be on the left side.McCabe Maxsted1-4/+4
2008-12-13Switched Invite and Leave buttons in group panel.McCabe Maxsted1-4/+4
2008-12-13Added full comments to colors_base.xml files.McCabe Maxsted2-352/+347
2008-12-12Added release notes.Jacek Antonelli1-0/+1
2008-12-12README.txt will stay that name; README-linux.txt removed.Jacek Antonelli1-2/+2
2008-12-12Applied 3 patches from CoolViewer, http://sldev.free.frAnders Arnholm3-4/+18
Applied slviewer-0-v120130-LandmarksDiscardButton_v2.patch.bz2 Applied slviewer-0-v120160-FriendshipAndCallingcardOffersIgnoreButton.patch.bz2 Applied slviewer-0-v12100-AllowDiscardForCreator.patch.bz2
2008-12-11Indentation cleanup. (llviewernetwork.cpp)Jacek Antonelli1-18/+18
2008-12-11Simplified release notes URL scheme.Jacek Antonelli1-6/+5
Now uses e.g. "wiki/Release Notes/1.0.0-RC2", which is set up as a wiki redirect.
2008-12-11Fixed bad string comparison (rel notes url) [#28]Jacek Antonelli1-1/+1
Reported by Balp Allen.
2008-12-11Include README, ChangeLog, etc. in downloads #9Anders Arnholm1-0/+10
2008-12-11Fix string error.Anders Arnholm1-2/+4
2008-12-10Fix grid selector having a duplicate entry. [#24]Jacek Antonelli3-2/+11
Patch by Balp Allen.
2008-12-10Better warning when url_history.xml save fails.Jacek Antonelli1-1/+2
2008-12-10Fixed bad string comparison (grid code name). [#22]Jacek Antonelli1-1/+2
Reported by Balp Allen.
2008-12-10Fixed blank url_history.xml creation. (VWR-5808)McCabe Maxsted1-3/+10
2008-12-10Rebranded login menu. [#23]McCabe Maxsted1-33/+33
2008-12-10Added test version info to llversionviewer.hMcCabe Maxsted3-7/+16
2008-12-10Changed Release Notes link to point to ImprudenceMcCabe Maxsted1-9/+4
2008-12-10Use NType to find inventory icon name (part 2 of 2).Jacek Antonelli1-0/+142
2008-12-10Use NType to find inventory icon name (part 1 of 2).Jacek Antonelli2-114/+14
2008-12-10Clearing search shouldn't clear filter type.Jacek Antonelli1-7/+0
2008-12-09Start fetching inventory when quick filter changes.Jacek Antonelli1-0/+4
2008-12-09Refresh filter text when quick filter changes.Jacek Antonelli1-0/+2
2008-12-09Refactored; added LLInventoryFilter::rebuildFilterText().Jacek Antonelli2-0/+6
2008-12-09Updated Inventory window filter text generation.Jacek Antonelli2-14/+26
It was putting the wrong types in the title when filtering. [#25]
2008-12-08Hooked up Body Parts quickfilter and checkbox.Jacek Antonelli1-7/+25
2008-12-08Added Quick Filter item for Body Parts.Jacek Antonelli1-2/+4
2008-12-08Added Show Filters checkbox for Body Parts.Jacek Antonelli1-3/+10
2008-12-08Converted Show Filters window to relative positioning.Jacek Antonelli1-28/+28
2008-12-08Inventory filtering is now done by NType.Jacek Antonelli1-1/+1
2008-12-08LLInvFVBridge and derived classes have NTypes.Jacek Antonelli3-1/+12
2008-12-08Added LLFolderViewEventListener::getNInventoryType()Jacek Antonelli1-0/+1
Pure virtual method, overridden in derived classes.
2008-12-08LLInventoryView uses new inventory type.Jacek Antonelli1-67/+55
2008-12-08Moved enum EWearableType to its own file.Jacek Antonelli1-19/+1
Was in newview/llwearable.h, now in llinventory/llwearabletype.h. This allows it to be used in llinventory code.