aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed xml files from the German translation missing from the repoMcCabe Maxsted2010-10-233-0/+106
|
* Added the fifth and sixth batch of German translation updates from ErynMcCabe Maxsted2010-10-2318-58/+114
|
* Updated the Align tool's label with info about PackMcCabe Maxsted2010-10-231-2/+3
|
* Prim alignment tool by Qarl, backported by Jacek.Jacek Antonelli2010-10-231-0/+3
| | | | | Qarl has given permission to use this code under the terms of the GPL v2 + FLOSS exception and/or the LGPL v2.1.
* Merge remote branch 'jacek/weekly' into weeklyMcCabe Maxsted2010-10-233-11/+21
|\
| * Changed several Preferences modal alerts to notifications.Jacek Antonelli2010-10-231-10/+10
| | | | | | | | | | | | | | | | CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin, and ChangeFont. There are many other alerts that should be made non-modal in the future, but this should prevent a focus fight with the Vivox policy window.
| * Changed Small font size back to 8.5.Jacek Antonelli2010-10-221-1/+1
| | | | | | | | | | If this causes blurry fonts for a user, they should enable "Force integer font sizes" in Preferences > Fonts.
| * Added FontSizeMultiplier and FontSizeRounding controls to Font prefs.Jacek Antonelli2010-10-221-0/+10
| |
* | IMP-663: WARNING: replaceSubstitutionStrings: replaceSubstituionStrings ↵Aleric Inglewood2010-10-231-0/+1
|/ | | | | | | FAILURE: value: ignoretext repl: Caused by missing ignoretext in notifications.xml. Also fixed typos in debug output messages.
* Changed several spinners in the texture tab from 0.1 incremets to 0.05 for ↵McCabe Maxsted2010-10-171-5/+5
| | | | better accuracy
* Ported list link number in tools window from the Ascent Viewer and ↵McCabe Maxsted2010-10-171-0/+6
| | | | Imprudenced it
* Added 'Clear History' button to the Teleport History from PhoenixMcCabe Maxsted2010-10-161-1/+5
|
* Ported profile button in friendship requests from PhoenixMcCabe Maxsted2010-10-161-2/+10
|
* Added missing rlva_strings.xml fileelektrahesse2010-10-101-0/+65
|
* Removed spell check from the script editorMcCabe Maxsted2010-10-091-1/+1
|
* Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-091-4/+4
|
* Tiny layout tweaks to accomodate different font widths.Jacek Antonelli2010-10-082-3/+3
|
* Use integer font sizes to avoid blurriness on some systems.Jacek Antonelli2010-10-081-5/+5
|
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-10-081-17/+21
|\
| * Implemented friends tags highlighting, including preferences->general ↵elektrahesse2010-10-081-17/+21
| | | | | | | | checkbox to enable/disable the feature. The font on the tags is rendered in bold when the option is active.
* | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2010-10-081-1/+1
|\ \ | |/ |/|
| * Fix bug #612: Option to highlight misspeld words doesn't persist between ↵thickbrick2010-10-081-1/+1
| | | | | | | | sessions.
* | Reduced the minimum size of the minimapMcCabe Maxsted2010-10-031-1/+1
| |
* | Reduced the max width and height for the snapshot window to hopefully lower ↵McCabe Maxsted2010-10-031-2/+2
|/ | | | the crash rate a little
* Applied patch by Ansariel Hiller for #568: reload balance option in the ↵McCabe Maxsted2010-10-021-0/+5
| | | | advanced menu. Patch originally from Phoenix. I've modified it to support our currency changes, too
* RED-577: SNOW-477: Wrong string raw_file in strings.xml for RAW fileAleric Inglewood2010-10-0214-14/+14
| | | | See http://redmine.imprudenceviewer.org/issues/577
* Merge remote branch 'thickbrick/translate_fixes_b' into weeklyMcCabe Maxsted2010-09-291-3/+6
|\
| * Context translator: default to enabled.thickbrick2010-09-251-3/+6
| | | | | | | | | | | | Set the default of the xui attribute "allow_translate" to true, and add allow_translate="false" to panel_login.xml. This probably needs to be disabled in other places as well.
* | Converted XUI files to unix line endings, again.Aleric Inglewood2010-09-26324-20055/+20055
| | | | | | | | See http://github.com/imprudence/imprudence/commit/e20f3bb7c3310deca86cfc66af0a086261930bcf
* | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵Patrick Sapinski2010-09-221-1/+1
|/ | | | | | http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters.
* 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-171-0/+24
|\
| * Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse2010-09-161-0/+24
| |
* | Fixed missing [CURRENCY] in god tools and deleted an unused xml file (thanks ↵McCabe Maxsted2010-09-172-658/+1
| | | | | | | | Eryn)
* | Updated de translations to third and fourth batches by ErynMcCabe Maxsted2010-09-1718-270/+541
| |
* | Added search bars for friends and groups lists, based on a feature in the ↵McCabe Maxsted2010-09-162-20/+26
| | | | | | | | Ascent viewer by Charley Levenque
* | Fixed up the spellcheck preferences labels to something more easily ↵McCabe Maxsted2010-09-151-26/+33
| | | | | | | | understandable (TODO: make them make sense, create a decent layout)
* | Removed spell_check from chat history and IM windows since sent text isn't ↵McCabe Maxsted2010-09-154-7/+5
| | | | | | | | ever spellchecked
* | Added spell_check to floater_*.xml line editorsMcCabe Maxsted2010-09-1528-38/+38
| |
* | Added spell_check to floater_*.xml text editorsMcCabe Maxsted2010-09-1514-20/+22
| |
* | Added spell_check to panel_*.xml text editorsMcCabe Maxsted2010-09-1514-19/+19
| |
* | Removed unused panel_voice_enable.xml fileMcCabe Maxsted2010-09-151-37/+0
| |
* | Added spell_check to panel_*.xml line editorsMcCabe Maxsted2010-09-1510-17/+18
| |
* | Removed unused panel_voice_options.xml fileMcCabe Maxsted2010-09-151-43/+0
|/
* Updated CannotBuyLandMaturity notification with info on how to fix the problemMcCabe Maxsted2010-09-151-1/+1
|
* Clarified that a restart is required to change spell checking settingsMcCabe Maxsted2010-09-141-2/+2
|
* Added checkboxes to the group list for receiving group notices, joining ↵McCabe Maxsted2010-09-141-3/+10
| | | | group chat, and listing group in profile
* Restored the alt-H shortcut for teleport historyMcCabe Maxsted2010-09-131-1/+2
|
* Added the 'Add Friend' option to IMs and fixed the Group Profile button ↵McCabe Maxsted2010-09-1315-1/+46
| | | | showing the wrong profile (#514)