aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed more messiness from merging in preferences > advancedMcCabe Maxsted2010-09-011-44/+46
| |
| * Moved chatbar commandline options into their own window, cleaned up more stuffMcCabe Maxsted2010-09-013-116/+121
| |
| * fixed button position on preferences floaterPatrick Sapinski2010-09-011-2/+2
| |
| * Henri Beauchamp: polish up of the animation preview when uploadingArmin Weatherwax2010-09-011-3/+6
| |
| * quick hack: preview animation locally on own avatar when uploading.Armin Weatherwax2010-09-011-2/+2
| | | | | | | | | | | | | | modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llfloateranimpreview.cpp modified: linden/indra/newview/llfloateranimpreview.h modified: linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml
| * increased preference panel sizePatrick Sapinski2010-09-012-7/+7
| |
| * automatic translation featurePatrick Sapinski2010-08-312-6/+84
| |
| * added missing help notification for chatbar_as_cmdlinePatrick Sapinski2010-08-301-4/+13
| |
| * added autocorrect functionality and floaterPatrick Sapinski2010-08-302-0/+85
| |
| * updated chatbar command line and added the necessary settings and hooks to ↵Patrick Sapinski2010-08-301-0/+109
| | | | | | | | use it
| * added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski2010-08-303-68/+131
| | | | | | | | modularsystems.sl should be changed!
| * Fixed #455: inventory found items vanish after a certain amount of time. ↵McCabe Maxsted2010-08-301-1/+1
| | | | | | | | Also fixed several inventory search bugs by updating desc. etc. searches to the latest Emerald version
| * Tidied up the sky/water editors (both use a flyout_button to save now). ↵McCabe Maxsted2010-08-292-241/+249
| | | | | | | | Still some non-trivial bugs to fix, specifically: #474 and #475. Both have repros
| * give the buttons in the windlight floaters loveArmin Weatherwax2010-08-292-18/+18
| |
| * Katharine Berry: Added errors and prompts to notifications.xmlArmin Weatherwax2010-08-291-1/+26
| |
| * Katharine Berry: Save to Inventory in water floater.Armin Weatherwax2010-08-291-1/+4
| |
| * Katharine Berry: Added understanding of .ww notecards to inventory panel.Armin Weatherwax2010-08-292-1/+5
| |
| * Katharine Berry: We can save inventory presets to inventory directly. How ↵Armin Weatherwax2010-08-291-2/+5
| | | | | | | | | | | | exciting. issues from porting: buttons need love
| * Katharine Berry:Double-clicking a WindLight notecard immediately applies the ↵Armin Weatherwax2010-08-291-2/+6
| | | | | | | | setting.
| * Katharine Berry: Added an icon for WindLight settings.Armin Weatherwax2010-08-291-0/+4
| |
| * Katharine Berry: Can load WindLight settings from LLSD notecards ending in ".wl"Armin Weatherwax2010-08-291-0/+4
| |
| * Fixed width on first use grid selector being too smallMcCabe Maxsted2010-08-281-2/+2
| |
| * Updated non en-us translations for floater_tools.xml checkbox changeswhere ↵McCabe Maxsted2010-08-2814-1891/+1910
| | | | | | | | applicable
| * Implemented #456: added option to disable objects in mini-map from emerald ↵McCabe Maxsted2010-08-281-0/+6
| | | | | | | | (I placed it in the right click menu instead of as a debug setting. There are a few other options that might be nice to have in there as well, such as physical)
| * Fixed unresolved merge conflict in xui/fr/floater_html.xmlMcCabe Maxsted2010-08-281-4/+0
| |
| * Fixed terminology in the Vivox agreement window.Jacek Antonelli2010-08-281-6/+6
| | | | | | | | It's the "Acceptable Use Policy", not the "Personal License Agreement".
| * Removed whitespace for script dialogs since scripters rely on it not being thereMcCabe Maxsted2010-08-281-2/+0
| |
| * Added faad2 license info.Jacek Antonelli2010-08-281-1/+2
| |
| * Changed Advanced > Restrained Life to Advanced > Restrained LoveMcCabe Maxsted2010-08-281-2/+2
| |
| * Cleaned up UI of the local texture properties window (todo: fix the ↵McCabe Maxsted2010-08-282-88/+68
| | | | | | | | texture_picker inside it being clickable)
| * Tidied up texture picker, added explanatory textMcCabe Maxsted2010-08-282-22/+37
| |
| * Ported local textures from Emerald (requires boost filesystem and system ↵McCabe Maxsted2010-08-282-18/+310
| | | | | | | | libs to work)
| * Fixed event names overrunning search windowMcCabe Maxsted2010-08-281-9/+10
| |
| * Fixed minimum size of the Contacts windowMcCabe Maxsted2010-08-281-1/+1
| |
| * Added column in friends list to display the fact if they let us map themFrederick Martian2010-08-282-0/+4
| |
| * Wip - mute group chatMcCabe Maxsted2010-08-281-0/+5
| |
| * Renamed 'Reset Voice' to 'Reconnect to Voice' for clarityMcCabe Maxsted2010-08-281-2/+2
| |
| * Added vivox license window when enabling voice or starting up for the first ↵McCabe Maxsted2010-08-281-0/+36
| | | | | | | | time (voice can now be included from here on out :)
| * Fixed lowercase 'c' in build window 'cut'sMcCabe Maxsted2010-08-281-2/+2
| |
| * Fixed 'Anyone can:' text not disabling in the build windowMcCabe Maxsted2010-08-281-1/+1
| |
| * Added 'Copy Key' button to the build general tabMcCabe Maxsted2010-08-282-0/+7
| |
| * Emerald: copy/paste buttons for prim pos/rot/scale in panelobjectArmin Weatherwax2010-08-281-0/+30
| |
| * Added grid info to the title bar along with usernames when allow multiple ↵McCabe Maxsted2010-08-281-0/+3
| | | | | | | | instances is enabled
| * Make the 'allow anyone to X' checkboxes in the edit window behave like they ↵McCabe Maxsted2010-08-281-23/+29
| | | | | | | | do in Viewer 2, which seems more straightforward
| * Removed profile buttons in the build window in favor of clickable links. ↵McCabe Maxsted2010-08-281-29/+24
| | | | | | | | Group names are now also clickable. Fixes inability to see full names when editing objects
| * Toggle between limited and sim-wide range for radarMcCabe Maxsted2010-08-281-4/+10
| |
| * Updated the about window to include the Cool VL Viewer and mention Kitty as ↵McCabe Maxsted2010-08-281-1/+1
| | | | | | | | the author of RLVa
| * Changed 'main console' to 'main chat' for showing IMsMcCabe Maxsted2010-08-281-1/+1
| |
| * Moved 'Clear Group Cache' into the UI submenu and renamed it to 'Clear ↵McCabe Maxsted2010-08-281-5/+5
| | | | | | | | Cached Group Info'
| * Added info about outfit changing to derender notificationMcCabe Maxsted2010-08-281-1/+1
| |