Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-11 | Applied Kitty Barnett's patch for Search/Replace in notecards. | McCabe Maxsted | 30 | -239/+239 | |
2010-03-04 | Fixed some notifications that were ported from 1.2 incorrectly. | Jacek Antonelli | 1 | -18/+35 | |
The ClickBuildConstants, ClickTextureConstants, and ConfirmRestoreToWorld notifications were missing "More Info" buttons, and instead opened the web page when you clicked "Ok"/"Restore". | |||||
2010-03-04 | Ported temporary texture uploads from Emerald. | Armin Weatherwax | 2 | -2/+13 | |
2010-02-27 | Whitespace cleanup in QueryClientTags notification. | Jacek Antonelli | 1 | -2/+3 | |
2010-02-27 | Fixed Import/Export/Make Outfit button positions (#215). | Jacek Antonelli | 1 | -12/+21 | |
2010-02-27 | Added custom search URL in Preferences > Web. | Armin Weatherwax | 1 | -0/+20 | |
2010-02-26 | Rebranded new notifications system for all languages. | Jacek Antonelli | 15 | -711/+733 | |
Changed "Second Life" to "Imprudence", etc. Some URLs and SL-specific things have not been rebranded. Added foundation for dynamically rebranding grid names later. | |||||
2010-02-18 | Fixed #197: Windlight toolbar can't be hidden. | Jacek Antonelli | 1 | -1/+2 | |
2010-02-18 | Added missing "Set Default Permissions" menu entry. (#202) | Jacek Antonelli | 1 | -0/+4 | |
This was accidentally left out during the SL 1.23 merge. | |||||
2010-02-07 | Fixed login screen only allowing 16 chars per name. | Jacek Antonelli | 1 | -4/+4 | |
2010-02-02 | Improved "Pay Object" floater layout and XML. | Jacek Antonelli | 15 | -374/+379 | |
2010-01-31 | Improved "Pay Resident" floater layout and XML. | Jacek Antonelli | 15 | -273/+227 | |
2010-01-14 | Removed unnecessary xui files from silver skin | McCabe Maxsted | 2 | -2/+2 | |
2010-01-13 | Created drop-down Profile button in IM window | McCabe Maxsted | 16 | -171/+176 | |
2010-01-11 | Fixed remember password checkbox | McCabe Maxsted | 1 | -1/+1 | |
2010-01-08 | Fixed options missing from Text Chat and Input & Camera preferences (see ↵ | McCabe Maxsted | 2 | -10/+29 | |
VWR-13120) | |||||
2010-01-04 | Implemented VWR-9597 (optional message when paying someone). | Jacek Antonelli | 1 | -1/+17 | |
2010-01-04 | Tidied up floater_pay.xml code and UI layout. | Jacek Antonelli | 1 | -48/+69 | |
2009-12-31 | Moved notify when L$ spent from Preferences > General to Preferences > Popups | McCabe Maxsted | 2 | -12/+12 | |
2009-12-31 | Added preferences option to use legacy pie menu layout | McCabe Maxsted | 6 | -17/+313 | |
2009-12-29 | added our own website to fetch the client list | Armin Weatherwax | 1 | -1/+1 | |
modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||||
2009-12-28 | Removed old pre-1.23 alerts and notifications | McCabe Maxsted | 2 | -3896/+0 | |
2009-12-26 | Added script creation resource to the script editor's help menu | McCabe Maxsted | 2 | -0/+17 | |
2009-12-26 | Use Liberation-Sans font sizes | McCabe Maxsted | 1 | -5/+5 | |
2009-12-26 | Added copy key button to profile window | McCabe Maxsted | 1 | -2/+5 | |
2009-12-23 | Made drag and drop work across the entire profile window | McCabe Maxsted | 1 | -4/+4 | |
2009-12-23 | Fixed info not being displayed in About Imprudence floater | McCabe Maxsted | 1 | -3/+1 | |
2009-12-23 | Fixed login panel not showing viewer channel | McCabe Maxsted | 1 | -2/+2 | |
2009-12-23 | Fixed default fonts | McCabe Maxsted | 1 | -3/+3 | |
2009-12-06 | Added Imprudence viewer artwork to install.xml | McCabe Maxsted | 7 | -0/+0 | |
2009-12-01 | Emeralds client name tag and clothing layer protection. Needs decision about ↵ | Armin Weatherwax | 1 | -0/+18 | |
a few things - find "Imprudence FIXME" (woq) in llprimitive.cpp and llvoavatar.cpp, its commented there. modified: linden/indra/llprimitive/llprimitive.cpp modified: linden/indra/llprimitive/llprimitive.h modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llfirstuse.cpp modified: linden/indra/newview/llfirstuse.h modified: linden/indra/newview/llstartup.cpp modified: linden/indra/newview/llvoavatar.cpp modified: linden/indra/newview/llvoavatar.h modified: linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||||
2009-11-18 | Added "File > Export Selected Objects..." | Jacek Antonelli | 1 | -0/+5 | |
2009-11-18 | Added "(L$[COST] per texture)" to "Import + Upload..." | Jacek Antonelli | 1 | -1/+1 | |
2009-11-18 | Renamed menu items: "Import Object..." and "Import + Upload..." | Jacek Antonelli | 1 | -2/+3 | |
2009-11-18 | Removed non-English credits sections in the About floater. | Jacek Antonelli | 5 | -226/+0 | |
They will default to the English versions, so we don't have to maintain many copies of the same text. | |||||
2009-11-14 | Moved blog and forums menu option alerts to new notifications system | McCabe Maxsted | 2 | -42/+25 | |
2009-11-09 | Removed unused menu entries (still merging 1.23) | McCabe Maxsted | 1 | -7/+2 | |
2009-11-09 | Media browser now compiles (TODO: rewrite this file again) | McCabe Maxsted | 1 | -1/+1 | |
2009-11-09 | Moved 1.2 alerts to the new notification system | McCabe Maxsted | 2 | -1236/+1287 | |
2009-11-09 | Removed RLVa temporarily from First Use | McCabe Maxsted | 1 | -17/+0 | |
2009-11-09 | Fixed First Use Mini-Map | McCabe Maxsted | 2 | -5/+7 | |
2009-11-09 | Added Geneko Nemeth and Lilly Zenovka to About > Imprudence | McCabe Maxsted | 1 | -1/+1 | |
2009-11-08 | Fixed Sunset being mislabeled as Midday in windlight toolbar | McCabe Maxsted | 2 | -4/+4 | |
2009-11-08 | Attempted to make the Advanced shortcut play nice with Linux in XUI | McCabe Maxsted | 1 | -1/+2 | |
2009-11-07 | Fixed some branding issues with alerts.xml and notify.xml. | Jacek Antonelli | 14 | -233/+233 | |
2009-11-06 | Changed wording of double-click and autopilot prefs. | Jacek Antonelli | 1 | -5/+5 | |
2009-11-02 | Added "Double-Click Action" and "Go Here By" to Input prefs panel. | Jacek Antonelli | 1 | -0/+37 | |
2009-10-30 | Added a button that will toggle the minimap radar. | Jacek Antonelli | 1 | -0/+6 | |
2009-10-29 | Moved radar XML to panel_radar.xml and cleaned it up. | Jacek Antonelli | 2 | -98/+153 | |
It had been in floater_mini_map.xml. | |||||
2009-10-26 | Moved Logout to Advanced menu, removed shortcut. | Jacek Antonelli | 1 | -4/+3 | |
We want to discourage its use until issues are fixed in 1.3. |