Commit Graph

229 Commits

Author SHA1 Message Date
Damian Zhaoying
a07f90c158 Adding more news spanish translations 2019-03-13 20:40:02 -03:00
Damian Zhaoying
dd5a3352fe Fixes & updates in Preferences panel 2019-03-12 09:35:00 -03:00
Damian Zhaoying
054825807a More Spanish translations fixes 2019-03-12 08:27:12 -03:00
Damian Zhaoying
b2b5dd4eb8 My mistake, fixed 2019-03-12 04:19:18 -03:00
Damian Zhaoying
2b92c10625 More Spanish Translations fixes 2019-03-12 04:00:25 -03:00
Damian Zhaoying
29f20096fd Fix typo in notifications.xml Spanish 2019-03-12 03:31:51 -03:00
Damian Zhaoying
03d4dde6a4 Fix some spanish translations in VMM build 2019-03-12 01:27:11 -03:00
Damian Zhaoying
5071cbfc2e Marketplace listing spanish translations 2019-03-09 19:19:37 -03:00
Lirusaito
c985afa4f4 Remove more outbox parts, I think these were never even used 2019-03-04 17:34:14 -05:00
Lirusaito
1d0214ed54 Remove the Outbox
Goodbye, old friend.
2019-03-03 16:39:16 -05:00
Damian Zhaoying
f6cf4e2878 Big Update in Spanish language Files 2019-03-02 02:57:10 -03:00
Damian Zhaoying
0f96939828 Update Spanish Translations. 2019-01-27 20:29:31 -05:00
Lirusaito
049c1e16b0 Aurora-Sim is now WhiteCore
Minor Alchemy merge in removing llvlmanager,
indra_constants no longer has *_LAYER_CODE
2019-01-25 21:21:55 -05:00
Lirusaito
3bdf6e553d Add InactiveFloaterTransparency and ActiveFloaterTransparency settings
Dear Users,
This removes FloaterUnfocusedBackgroundOpaque, to achieve the same effect,
modify InactiveFloaterTransparency, 1.5 should do the trick.

PS: The settings are in the Vanity tab at the bottom.

Now for developer nonsense:
Also sync a bunch of the UI code with upstream Alchemy for opts and shtuff.
Also let's translate the tooltips on the buttons on the top right of floaters
Translators note that not all new strings have been translated yet as not all are upstream.
2019-01-24 11:57:44 -05:00
Lirusaito
d8c95f844f Add url menus to the text editor!!
Hey there, Alpha User! This commit is riddled with complex words,
but here's what matters to you: This adds the ability to right click a
Name, URL, SLURL, or Object Name, or even an Email, and get some awesome
options just like v3 gets! Buuuut, unlike V3, if there was something else
you might want to do, we've still got you covered in the same menu!!

Also make the text editor's default menu an xml
Synced a lot from upstream
Unlike Upstream, actually combine the base menu with the url menu if we have a selection
Unlike Upstream and previously, don't create a new menu per text editor
Unlike Upstream, don't create a separate FriendSignal and ObjectBlockedSignal per text editor we need it in!!
Unlike Upstream, always show a Select All option
2019-01-20 09:40:56 -05:00
Lirusaito
7112e163e6 Update our url stuffs!
Adds support for JIRA link labels from Alchemy. (Made less of a mess by me)
Adds support for x-grid-info, the future of x-grid-info-location from Alchemy.
Updates uriparser latest from Alchemy.
Updates llstring to be more in line with upstream Alchemy.
Fixes our LLURI Implementation
Updates LLURLAction to modern C++ stuffies~
Adds Email protocol support from alchemy
Sync LLSLURL with Alchemy, adding x-grid-info support.
Also keep NoProtocol Support because yaaassss~
(also we won't suffer from MAINT-5019 because we're not dumb.)
2019-01-20 09:13:05 -05:00
Lirusaito
c419c4d560 Add UI for the replacing of urls to System->Security at the bottom
Moves the region restart preferences into Vanity->main
2019-01-16 13:03:58 -05:00
Lirusaito
b61cba8e01 Clean up and optimize the AO
Added the feature of selecting an animation from combo boxes and it playing automatically if it should be at this moment.

Now for the stuff only developers will understand:
FloaterAO is now a FloaterSingleton, because it should've been behaving that way all along.
Refactors a lot, simplifies a lot, best view without space changes.
Reduces a lot of redundant blocks.
Creates some functions to make things like AOStates easier to get
AOStates are now an enum instead of a bunch of const ints.
Cleaned up includes.
NULL -> nullptr, virtual->override, BOOL->bool, for->foreach
Removed struct_tokens,  it was redundant and actually just took up space.
No longer set all the children invisible, their parent does a good job of that.
Relate ComboBoxes to their states, so that we can easily get a setting and do a whole bunch of things with a lot less code.
Remove unused parameters and functions and variables
Remove unused boolean returns from functions.
Don't clear combo boxes just because one id is null.
2019-01-11 06:17:58 -05:00
Lirusaito
022fba2ba4 Add option "Add to Conference" to Conference chats and Instant Messages
Sync code from upstream for inviting people to conference via Avatar Picker
2019-01-08 11:27:51 -05:00
Damian Zhaoying
0383d4492f Update spanish translations in menu_viewer.xml, panel_preferences_ascent_system.xml and panel_preferences_chat.xml files. 2016-03-23 02:43:15 -04:00
Lirusaito
0e349736b7 All search on SL looks awful, let's just use the Web tab instead now. 2016-02-06 10:52:56 -05:00
Lirusaito
a9eb118897 Sync with upstream alchemy in removing the Lag Meter Floater
Useless floater, full of opensim drama we'll have no part in.
2015-11-16 23:40:43 -05:00
Damian Zhaoying
96a851993e Add new strings translations and fix some visual strings and buttons en IM floaters 2015-11-13 13:23:43 -05:00
Lirusaito
855e1d9caa Add Double-click Autopilot option to System->General preferences.
Translators:
Nomade: Please review the french System->General and make sure it reads properly
Damian: Please take care of translating panel_preferences_ascent_system.xml
miKa: Please update the translation of panel_preferences_ascent_system.xml so it reads properly.
2015-11-13 13:06:33 -05:00
Lirusaito
38eac50597 Fix Land Group info button being forty pixels too high.
Thanks for letting us know, Pure Bluestar!
SV-1978 #close Foxed it~
2015-11-09 04:47:51 -05:00
Inusaito Sayori
bb4109f982 Fix Tried to access singleton 19LLFloaterAvatarList from singleton constructor!
SV-1979 #resolve
2015-09-04 15:43:39 -04:00
Inusaito Sayori
b3b2da1428 [Radar] Reroute some code, optimize silly stuff away.
No more dead state, death is instant when you disappear
No more dependency on frame or life time, updates come from the sims.
No need to rate control anymore, ui removed.

RIP: My headphones, you were shortlived, but you served my ears well.
2015-06-25 02:57:48 -04:00
Inusaito Sayori
dcb349d55d Satisfy Issue 1932: Totalgroup member count 2015-05-25 15:37:31 -04:00
Inusaito Sayori
38983e30fb Cleanup code a bit in snapshot floater and make stuff look nicer there too. 2015-05-19 06:39:25 -04:00
Inusaito Sayori
f79b28117d translate preview flyout_button where button was previously translated. 2015-05-15 06:34:24 -04:00
Inusaito Sayori
580a7a4599 Additional buttons was pushing text off the edge of area search, refresh and stop are now icons. 2015-05-15 01:07:57 -04:00
Inusaito Sayori
b9a6fb8468 In pay floaters, display proper currency symbol on non-SL grids. 2015-04-23 23:56:01 -04:00
Inusaito Sayori
e73ebfdb76 Merge branch 'master' of https://github.com/DamianZhaoying/SingularityViewer 2015-03-25 17:39:15 -04:00
Damian
a50ec32474 Update floater_region_tracker.xml 2015-03-22 07:00:57 -03:00
Damian Zhaoying
0dc6bd937d Add file floater_region_tracker.xml to spanish translation 2015-03-22 06:56:16 -03:00
Damian Zhaoying
b124ca5ad3 Update translations on spanish files. 2015-03-21 22:37:20 -03:00
Inusaito Sayori
578e5b7191 Fix wrong child names in world map 2015-03-21 03:46:22 -04:00
Damian Zhaoying
e40cee8708 Update spanish translations files and fix some typos. 2015-03-17 02:35:48 -03:00
Inusaito Sayori
72c85ef104 Solve Issue 1234: Enable opening of chat logs in external editor under linux too
Requires xdg-open, but meh~
2015-01-12 19:14:53 -05:00
Inusaito Sayori
eff4bc7ad6 Bring back the Copy Key button and offer Copy SLURL as part of a flyout instead. 2015-01-03 22:50:55 -05:00
Inusaito Sayori
de28034c20 Feature Request: Copy URI button in avatar profiles
This takes the copy key button's place... if this is bad, I'll figure something out down the line.
2014-12-29 18:53:01 -05:00
Inusaito Sayori
8e5fad2209 Login Panel Redesign Desu
More clear text
Cleaner appearance
Can haz tab from username to password to grid.
2014-12-19 21:26:03 -05:00
Inusaito Sayori
cc32df6fd8 Update and Sync Mutelist with upstream alchemy
Satisfies the feature request for mute toggle to display mute status
Adds dynamic mute/unmute option to P2P IM dropdown.

Translators should look into the changes made in this commit for:
floater_chat_history.xml, floater_instant_message.xml, floater_instant_message_concisebuttons.xml
panel_avatar.xml has been taken care of for spanish and french, although they should be looked into more closely by the translators.

Cleanup and Sync in related places~
Removal of old static callbacks.
Moves God Names logic into LFSimFeatureHandler
Adds a custom function LLMuteList::hasMute() for quickly checking if a mute is in the internal set.
2014-12-16 19:42:27 -05:00
Inusaito Sayori
80b4fe6613 Solve Issue 1755: Change Appearance Save button to a flyout option, and move File->Update Outfit
Update Outfit is now at the bottom of the inventory's File menu.
2014-12-05 18:39:05 -05:00
Damian Zhaoying
8dc3dcd2ac Added Spanish translations to new Quit button toolbar and Shared options 2014-10-23 21:36:21 -03:00
Damian Zhaoying
614a1c3bb6 Spanish translation to Fix "The notification called 'AuthRequest' was not found in notifications.xml." alert
Some minor fixes in other files.
2014-10-14 12:35:20 -03:00
Inusaito Sayori
4c5379fe30 Merge branch 'master' of https://github.com/DamianZhaoying/SingularityViewer 2014-10-14 00:43:32 -04:00
Inusaito Sayori
65c613fb3e Clean up in the friends list code, fixing things~
The entire list should no longer lock up when changing friend rights for just some people
Visual changes:
Muted people's names in friends list are now displayed in the muted color (this still needs testing)
The collapse and expand button now uses icons instead of < and > characters.

Complex stuff devs may read:
Remove pointless classes, definitions, and functions.
Replace static callbacks with bound ones.
Cleanup commented stuff
Fix styling and spacing stuffs
Comment out unexecuted code paths
Optimizes updating uncached names so full refresh is not required, just a single name update.
Comment out unused voice stuff, since SIP buddylist was removed in Voice Update.
Switch to Params for list building~
2014-10-14 00:35:26 -04:00
Damian Zhaoying
5dc2bc06cf Added Spanish Translation of xml export floater. Update translations in files notificationsa and floater radar. 2014-10-02 12:39:52 -03:00
Damian Zhaoying
1e0b95ca68 Update spanish translations. New Reset settings buttons in Graphics - DOF tab. Fix buttons in Group roles. Fix texts in map search places. 2014-09-09 14:36:39 -03:00