Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-02 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed | |
2012-07-25 | pull latest pathfinding changes from integration branch | Oz Linden | |
2012-07-24 | Adding a group identifier to the group objects in the pathfinding linksets ↵ | Todd Stinson | |
and characters floaters. | |||
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-24 | Engage dormant first-login-this-install popup message. | Nat Goodspeed | |
Although the XUI for this popup, and the code to display and respond to it, have been present from the first rev in the current viewer repository, I can find no trace of it ever having been called. Reword embedded link in popup message in each supported language: directly mentioning secondlife.com in display text engages anti-URL-spoofing logic, causing the popup to display the whole messy URL with sourceid and lang params. Change to say "Second Life web site" instead -- needs translations. | |||
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-19 | Move "remember password" checkbox right a few pixels | Nat Goodspeed | |
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-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-07-03 | FIX INTL-99 set32 translation for 8 languages | eli | |
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-27 | Minor changes to pathfinding-specific wordings. | Todd Stinson | |
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 | 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-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 | 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 | |
2012-06-22 | PATH-763: Updating the size and vertical positioning of the pathfinding ↵ | Todd Stinson | |
icons in the slurl bar. | |||
2012-06-22 | PATH-760: Updating label copy for permanent objects to be affects navmesh. | Todd Stinson | |
2012-06-22 | PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵ | Todd Stinson | |
object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters. | |||
2012-06-22 | Merge cleanup | Dave Parks | |
2012-06-22 | merge | Dave Parks | |
2012-06-21 | PATH-760: Ensuring that the pathfinding attribute field works correctly with ↵ | Todd Stinson | |
multiple objects selected. |