Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-12 | Fix Inventory "Cut" and "Paste" deletes inventory item instead of moving it, ↵ | David Walter Seikel | 1 | -2/+0 | |
http://redmine.kokuaviewer.org/issues/961 Instead of copying something, then trying to delete the original, which was happening before the copy hit the sim server, just move it to a different folder like drag and drop does. | |||||
2013-05-12 | White space fixes. | David Walter Seikel | 1 | -7/+7 | |
2013-05-11 | White space fixups. | David Walter Seikel | 1 | -3/+3 | |
2013-05-11 | Add descriptive text for the face select tool. | David Walter Seikel | 1 | -0/+3 | |
It was missing any, and ended up with text from the last tool selected. | |||||
2013-05-11 | Fix http://redmine.kokuaviewer.org/issues/944 - Shadow Frustra missing from ↵ | David Walter Seikel | 1 | -0/+6 | |
Advanced Menu > Rendering > Info Display | |||||
2013-05-02 | Add more credits, including my own. | David Walter Seikel | 1 | -3/+3 | |
2013-04-05 | And actually add the new files for MOAP radar | Robin Cornelius | 1 | -0/+54 | |
2013-04-05 | MOAP Radar patch set | Robin Cornelius | 2 | -2/+7 | |
2012-04-29 | It's April, onefang ate all the Easter eggs. Burp. | David Walter Seikel | 7 | -0/+0 | |
2012-03-19 | Fix up the missing default colour. | David Walter Seikel | 1 | -0/+1 | |
2012-03-05 | Fixes http://redmine.kokuaviewer.org/issues/585 | David Walter Seikel | 1 | -1/+1 | |
2012-03-01 | Merge the artwork and font "prebuilt" packages into the source repo, as ↵ | David Walter Seikel | 1334 | -0/+1185 | |
discussed on IRC and the mailing list, and remove some SL logos. I know, there are two slightly different LICENSE-logos.txt files. One that was originally in the source repo, one that was from the artwork package. I'm a coder, not a lawyer, and not the owner of those copyrights, so left them as is. | |||||
2012-02-28 | Fixes http://redmine.kokuaviewer.org/issues/1000 and remove some related ↵ | David Walter Seikel | 14 | -75/+0 | |
left over cruft. | |||||
2012-02-27 | Fixes http://redmine.kokuaviewer.org/issues/354 | David Walter Seikel | 2 | -201/+99 | |
I similar fix should be applied to Gemini and Dark, but that should wait for the decision to move artwork into the repo. | |||||
2012-02-18 | Fixed chat history muted text checkbox position | McCabe Maxsted | 1 | -1/+1 | |
2012-02-18 | Fixed unnecessary border in chat prefs | McCabe Maxsted | 1 | -5/+1 | |
2012-02-18 | Removed google translate since the service is no longer available | McCabe Maxsted | 2 | -83/+2 | |
2011-10-17 | Made the voice license window resizable | McCabe Maxsted | 1 | -7/+7 | |
2011-09-27 | Fixed username text field max being too small to enter some names | McCabe Maxsted | 1 | -1/+1 | |
2011-09-23 | Fixed missing 'nl' translation (from SL 1.23.5) | McCabe Maxsted | 178 | -0/+12208 | |
2011-09-13 | Ported external script editor patch from Phoenix, added some cleanup, and ↵ | McCabe Maxsted | 2 | -5/+11 | |
made it use menus (also added autosave and fixed the 'reset' button alignment being off while I was there) | |||||
2011-09-08 | Revert "Reverted ability to customize the Imprudence client tag color." | McCabe Maxsted | 1 | -1/+18 | |
This reverts commit 87219855c664447a39dd7c2d8866f0a630d1c843. | |||||
2011-07-12 | Always return when an export fails | McCabe Maxsted | 1 | -1/+1 | |
2011-07-05 | Added clear sounds cache option | McCabe Maxsted | 1 | -2/+5 | |
2011-07-01 | Fixed #986: Preferences->Graphics Advanced Options checkbox is not available ↵ | McCabe Maxsted | 1 | -6/+6 | |
in French | |||||
2011-07-01 | Fixed #994: double click action combobox not enabling | McCabe Maxsted | 1 | -1/+1 | |
2011-06-30 | Created new window for selectively clearing different parts of the cache ↵ | McCabe Maxsted | 2 | -7/+28 | |
from disk | |||||
2011-06-23 | Created new window for inworld dice rolling in advanced > UI. Todo: add ↵ | McCabe Maxsted | 2 | -1/+21 | |
button for 'rocks fall, everybody dies' | |||||
2011-06-17 | Clarified the terms for activating spellchecking dictionaries. | Jacek Antonelli | 1 | -5/+5 | |
The UI for selecting dictionaries needs a fundamental revamp, but this clarification should at least reduce some user confusion. | |||||
2011-06-15 | Added "Show client name tag colors" checkbox in Preferences > Advanced. | Jacek Antonelli | 1 | -3/+7 | |
That checkbox was removed from Preferences > Colors in the previous commit (87219855). | |||||
2011-06-14 | Reverted ability to customize the Imprudence client tag color. | Jacek Antonelli | 1 | -18/+1 | |
The Imprudence tag color is part of our official branding. Users can turn it off, but the color itself is not a matter of user preference. This reverts commits e7ab172b762bbbb87ca78889fdaecfda39a71233 and c903ce543fecedd53d07f2d0fa7f6b149b2b8a1, and removes two widgets from Preferences > Colors. | |||||
2011-06-14 | Rearranged the login panel to put the grid selector on the left. | Jacek Antonelli | 1 | -29/+29 | |
The choice of grid affects the name and password fields, so the grid selector should be on the left, so that users will interact with it first. If it were on the right, users would often interact with it *after* typing in their name and password, which would cause the name and password fields to be reset, frustrating the user. | |||||
2011-06-12 | Commented out "Cut" from menu_inventory.xml. See IMP-961. | Jacek Antonelli | 1 | -0/+2 | |
2011-06-10 | Allow export of textures from Second Life when we have permission (also ↵ | McCabe Maxsted | 1 | -4/+18 | |
clean up primbackup.cpp). Based on Henri Beauchamp's patch | |||||
2011-06-10 | Added AO toolbar option to preferences > advanced | McCabe Maxsted | 1 | -2/+7 | |
2011-06-10 | Check for when a profile's born on date field gets sent invalid data | McCabe Maxsted | 1 | -0/+3 | |
2011-06-09 | Added copy group link button to create clickable links to groups in the viewer | McCabe Maxsted | 1 | -2/+8 | |
(cherry picked from commit 18464593de52a31fa098f5ee5e543d9a44f1889e) | |||||
2011-06-08 | Disable the AO sit toolbar button when the AO is disabled | McCabe Maxsted | 1 | -1/+1 | |
2011-06-08 | Added tacky-but-useful button for toggling the AO window in the toolbar | McCabe Maxsted | 1 | -3/+6 | |
2011-06-08 | Notification: View History (in IM/Group Chat) not available on Linux. | Jacek Antonelli | 3 | -0/+10 | |
Temporary bandaid until IMP-182 is fully fixed. | |||||
2011-06-08 | Added "FeatureNotAvailableOnOS" notification for future use. | Jacek Antonelli | 1 | -0/+13 | |
It's intended to be used for informing the user that a feature is not available on a certain operating system(s). | |||||
2011-06-08 | Fixed some malformed XML in German IM / Group Chat floaters. | Jacek Antonelli | 2 | -4/+4 | |
2011-06-07 | add lots of people and several viewers to the credits in floater_about.xml | Armin Weatherwax | 1 | -3/+4 | |
2011-06-02 | Fixing the menu to actually use its color options reveals how broken the ↵ | McCabe Maxsted | 3 | -3/+6 | |
whole system is. In this case, fixing the viewer menu color breaks the login menu bar. Seems like a better breakage alternative for the beta, though (cherry picked from commit 084bd7a120e9ac122e4356246a1da57fd8f1204e) | |||||
2011-06-02 | Fixed #875 by removing menu border introduced in 84ba6c13 | McCabe Maxsted | 3 | -34/+55 | |
(cherry picked from commit bcfe397d0f3ab2bd8df3f8055f089824dd082bf4) | |||||
2011-06-01 | Minor improvements in interface text | Kakurady | 5 | -80/+80 | |
Mostly, use of unicode symbols instead of ASCII approximations | |||||
2011-06-01 | Translated all XUI text added in Imprudence after 1.23 into Chinese. | Kakurady | 138 | -762/+5942 | |
Almost all, anyway. Also patched up items in English version that were not translatable because of missing XUI attributes. | |||||
2011-05-27 | Replaced the labels in the web browser window with icons based on those in ↵ | McCabe Maxsted | 2 | -23/+25 | |
the Open Icon Library (http://openiconlibrary.sourceforge.net) | |||||
2011-05-27 | Don't show [CHANNEL] on the login panel, it's not used anymore. | Jacek Antonelli | 1 | -1/+1 | |
2011-05-26 | Disabled the texture_picker in "Local Texture Properties". (IMP-476) | Jacek Antonelli | 1 | -1/+1 | |
Before, the texture_picker widget in the "Local Texture Properties" floater was interactive, even though using it had no effect. Now it is disabled (noninteractive), to avoid misleading or confusing the user. |