Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-18 | Setting the description column of the linkset floater to be a fixed width. ↵ | Todd Stinson | |
Having multiple dynamic width columns apparently prevents other columns from being manually resized by the user. | |||
2012-07-18 | Updating the build tools floater to better handle multi-line creator and ↵ | Todd Stinson | |
owner names. | |||
2012-07-18 | Make "Log In" button (etc.) move with start/grid combo visibility. | Nat Goodspeed | |
The "Start at:" combo box and the grid-selector box can be turned on and off with checkboxes on the Preferences floater. Break the bottom-left layout_panel on panel_login into several different layout_panels so when these UI elements disappear, other controls move left to fill the holes. Similarly, when you turn on either or both of the UI elements in question, the remaining controls in that general bottom-left area move right to accommodate. Tweak C++ and non-English panel_login.xml overrides to reflect widgets' containment in new layout_panel elements. Discard obsolete "mode_selection_text" and "mode_combo" translations from non- English panel_login.xml overrides. | |||
2012-07-17 | Reinstate "Need help logging in?" link rather than question-diamond. | Nat Goodspeed | |
Revert to corresponding original login_help text for each affected language. | |||
2012-07-16 | Use question-mark-in-diamond for help, rather than skull&crossbones. | Nat Goodspeed | |
2012-07-13 | Try to adapt non-English panel_login.xml files for Leo's new layout. | Nat Goodspeed | |
en/panel_login.xml had to be changed to enlarge certain fields for other languages (rather than overriding sizes in each of several other languages). Still need to translate new create_account_text and verify guessed log_in_text. | |||
2012-07-13 | merge changes for DRTVWR-179 | Oz Linden | |
2012-07-13 | Try reorganizing panel_login.xml per Leo's redesign. | Nat Goodspeed | |
This includes replacing the small "Sign up" link with a "CREATE YOUR ACCOUNT: Start now" button, requiring a small tweak to the C++ code to Do The Right Thing when the button (vs. the link) is clicked. | |||
2012-07-12 | Cleaning up some runtime output warning messages about invalid XUI syntax. | Todd Stinson | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | STORM-1898 Add "Copy SLURL" to context menu when right clicking Landmarks in ↵ | Jonathan Yap | |
Inventory | |||
2012-07-10 | Adding the example use type labels to the pathfinding linksets floater. | Todd Stinson | |
2012-07-09 | merge changes for DRTVWR-175 | Oz Linden | |
2012-07-09 | correct dos line endings | Oz Linden | |
2012-07-05 | Adding the pathfinding attributes to the object profile panel. | Todd Stinson | |
2012-08-01 | Merge back viewer-lion, which has viewer-development and down-stream fixes | simon@Simon-PC.lindenlab.com | |
2012-07-31 | MAINT-1305 llDialog tooltip typo | Kelly Washington | |
2012-07-17 | MAINT-1276: Add ability to paste LSL tooltips into scripts. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-07-03 | FIX INTL-99 set32 translation for 8 languages | eli | |
2012-06-29 | Merge simon/viewmaster-merge for latest maint work | simon@Simon-PC.lindenlab.com | |
2012-06-29 | Specialize Steam skin by adding sourceid= to join.secondlife.com URL. | Nat Goodspeed | |
Of course, preserve lang= localization from default skin. Assume that localized steam/xui/*/strings.xml file without create_account_url key will default to create_account_url key from steam/xui/en/strings.xml. That's how it works in the default skin, anyway. | |||
2012-06-29 | Add 'steam' skin, initially only strings.xml, identical to default. | Nat Goodspeed | |
Splitting the 'add' from modifications unique to this skin facilitates code review. | |||
2012-06-29 | Make Russian and Turkish viewers link to join.secondlife.com lang=. | Nat Goodspeed | |
We have appropriate translations of the join.secondlife.com registration path, but the Russian and Turkish [create_account_url] strings in strings.xml didn't specify them. At Eli's request, added lang= params to these two. | |||
2012-06-29 | Use [create_account_url] from strings.xml consistently in notifications.xml. | Nat Goodspeed | |
The URL whose simple form is http://join.secondlife.com actually appears in a number of places in the localized notifications.xml files. It's supposed to be localized for the current viewer language -- and in strings.xml, it is. But the same URL is restated a couple times in notifications.xml, sometimes localized, sometimes not. Add "create_account_url" to init_default_trans_args(), permitting us to embed [create_account_url] anywhere in the skin files. Then replace all known occurrences of that URL in notifications.xml files with [create_account_url]. | |||
2012-06-28 | Cleaning up new files in preparation for merge into viewer-release. | Todd Stinson | |
2012-06-28 | Remove redundant "create_account_url" string from panel_login.xml. | Nat Goodspeed | |
We already have a "create_account_url" string in strings.xml, and in fact -- according to Eli -- the strings.xml values are "better" for non-English languages. Unfortunately those "better" strings weren't being used. They were tied to the FirstRun notification, which seems to have been disengaged. Changed llpanellogin.cpp to look in strings.xml rather than panel_login.xml when clicking the "Sign Up" link on the login panel. | |||
2012-06-28 | Merge | Dave Parks | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | merge up to 3.3.3-release | Oz Linden | |
2012-06-27 | MAINT-889 Viewer Group Invitation picker needs to limit to 100 residents | Kelly Washington | |
Requests to invite more than 100 agents at a time are blocked. reviewed with Simon. | |||
2012-06-27 | Minor changes to pathfinding-specific wordings. | Todd Stinson | |
2012-06-27 | MAINT-1173 : Top Scripts: Break down usage by parcel. Follow-on code to add | simon@Simon-PC.lindenlab.com | |
per-parcel filtering. Reviewed by Kelly | |||
2012-06-27 | PATH-788: Adding more state information for the rebake region button to ↵ | Todd Stinson | |
capture and display the rebaking states. Also, altering how the stop flying button works so that it does not hide the entire panel. | |||
2012-06-26 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-26 | v-r to drano merge conflicts wip | Brad Payne (Vir Linden) | |
2012-06-26 | Some clean-up after checking the differences between the pathfinding branch ↵ | Todd Stinson | |
and viewer-release. | |||
2012-06-26 | merge to latest viewer-development-havokai | Oz Linden | |
2012-06-26 | STORM-1895 - Rename Delay Restart button to Cancel Restart | Whirly | |
2012-06-25 | MAINT-1173 : Top Scripts: Break down usage by parcel. Reviewed by Kelly | simon@Simon-PC.lindenlab.com | |
2012-06-25 | PATH-718: Disabling the view/test menu in the case of a stubbed ↵ | Todd Stinson | |
llphysicsextensions library. | |||
2012-06-25 | Pull and merge from ↵ | Todd Stinson | |
ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai. | |||
2012-06-25 | PATH-717: Minor UI changes from Leo. Also, adding a notification when ↵ | Todd Stinson | |
attempting to return or delete multiple items. | |||
2012-06-25 | merge up to 3.3.3-release + pathfinding | Oz Linden | |
2012-06-25 | fix line endings (no code change) | Oz Linden | |
2012-06-25 | PATH-773: fix up how the location and grid selectors work on the login panel | Oz Linden | |
2012-06-25 | MAINT-1169 Delay Restart causes region restart to be cancelled | Kelly Washington | |
* fixed the label to be 'cancel restart' instead of delay restart. | |||
2012-06-25 | sync with viewer-release | eli | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | PATH-767,PATH-779: Adding a notification for when the rebake button appears. ↵ | Todd Stinson | |
Also, updating some tooltip copy. | |||
2012-06-22 | PATH-767: Updating the slurl icon tooltips and on-click notifications. | Todd Stinson | |