Commit Graph

3329 Commits (8a13530ce4eeb481ee467fd3ec54f1ed7e9f632a)

Author SHA1 Message Date
AndreyL ProductEngine 94587717b2 Merged in lindenlab/viewer-release 2018-04-04 21:08:13 +03:00
Nat Goodspeed f82548b931 MAINT-8474: Xcode 9.3 insists that comparators use const operator(). 2018-03-31 10:59:39 -04:00
maxim_productengine 5ab314bb95 MAINT-8289 FIXED Deleting inventory directory while keeping [Delete] key pressed 2018-02-14 17:55:37 +02:00
maxim_productengine 52eb540cca MAINT-8287 FIXED [Mac] Crash when creating group role with 'Manage ban list' ability 2018-02-14 11:37:07 +02:00
maxim_productengine 25e19c0e6f build fix 2018-01-31 12:13:07 +02:00
maxim_productengine 22050467f5 MAINT-8180 Add the way to get default string despite of current localiztion 2018-01-30 17:45:04 +02:00
AndreyL ProductEngine 15c62d9e71 Merged in lindenlab/viewer-bear 2018-01-17 03:58:24 +02:00
AndreyL ProductEngine 57a99273ed Merged in lindenlab/viewer-release 2018-01-17 03:20:12 +02:00
Mnikolenko Productengine ee1b6e853c MAINT-8171 "New" tag is not in front of folder when searching items in "Received Items" panel 2018-01-12 19:22:37 +02:00
Nat Goodspeed 5002bf5660 MAINT-8087: Use env vars from VMP for AppData\Roaming and Local.
On Windows, when logged in with a non-ASCII username, every one of the three
documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and
SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot
account for the fact that the oldest of these continues to work with the
release viewer and within a Python script (though not, curiously, from a
Python interactive session). With a non-ASCII username, they consistently fail
when called from an Alex Ivy viewer build: "The filename, directory name, or
volume label syntax is incorrect."

Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA
environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming
where those are, yup, actual question marks.

Empirically, the VMP is able to successfully call SHGetFolderPath() to
retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP
set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded
correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make
LLDir_Win32 retrieve those environment variables.

Make LLFile::mkdir() treat "directory already exists" as a success case. Every
single call fell into one of two categories: either it didn't check success at
all, or it tested specially to exempt errno == EEXIST. Migrate that test into
mkdir(); eliminate it from call sites.

Make LLDir::append() and add() convenience functions accept variadic
arguments. Replace add(add()...) constructs, as well as clumsy concatenations
of directory names and getDirDelimiter(), with simple variadic add() calls.
2017-12-20 22:51:26 -05:00
Mnikolenko Productengine 7de6475a0a MAINT-8125 "New" tag remains visible when searching items in Received Items panel 2018-01-03 18:45:02 +02:00
Nat Goodspeed e3a2c5e321 DRTVWR-418: Merge from latest viewer-release 2017-11-29 14:47:09 -05:00
Mnikolenko Productengine 3d7dedff26 MAINT-8023 Viewer breaks URLs with internationalized domain names 2017-11-24 17:58:02 +02:00
Mnikolenko Productengine 252ca2542b MAINT-7890 Floater position drifts across logins after snapping to another floater 2017-10-13 17:54:32 +03:00
Nat Goodspeed 0c7bc67814 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-10-11 14:35:49 -04:00
Oz Linden 01e0b78c59 merge changes for DRTVWR-439 2017-08-16 15:43:58 -04:00
AndreyL ProductEngine dcb6a850aa MAINT-7356 Improved the notification appearance 2017-07-25 03:18:59 +03:00
AndreyL ProductEngine 2efa40fa60 MAINT-7356 Logic fix and cleanup 2017-07-21 05:29:51 +03:00
andreykproductengine 75ee012774 MAINT-1614 Fixed Object changed its position inworld but value in Edit tool was not changed 2017-06-16 18:55:43 +03:00
Mnikolenko Productengine ea152d0d0b SL-717 Additional search options for inventory window 2017-08-04 18:44:38 +03:00
AndreyL ProductEngine 677e040a49 Merged in lindenlab/viewer-lynx 2017-07-28 02:05:15 +03:00
AndreyL ProductEngine c1d7b93b48 Merged in lindenlab/viewer-lynx 2017-07-21 20:28:48 +03:00
Mnikolenko Productengine ab26a70047 MAINT-7593 FIXED "Failed to parse parameter" spam 2017-07-13 11:01:20 +03:00
andreykproductengine 36235df02d MAINT-7576 Fixed scroll zone being too small and hardcoded 2017-07-10 19:48:41 +03:00
andreykproductengine f7f24611c6 MAINT-203 Fixed auto-scroll zones being uneven in inventory 2017-07-05 19:34:04 +03:00
Kitty Barnett d7edeb2df8 STORM-2149: Add a warning notification when deleting a folder of filtered content 2017-06-02 16:44:00 +02:00
Mnikolenko Productengine 81f4da6468 MAINT-7447 FIXED Selecting a group ability refreshes the list and deselects your choice 2017-06-06 12:47:51 +03:00
Nat Goodspeed fe64db61d6 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-05-22 21:30:26 -04:00
Nat Goodspeed 5f6bcaf456 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-04-21 16:43:56 -04:00
Mnikolenko Productengine d65e6e8382 MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat string 2017-05-05 17:47:36 +03:00
andreykproductengine 0dcb423cf3 MAINT-7145 Eliminate LLSingleton circular references 2017-04-25 17:48:34 +03:00
AndreyL ProductEngine 818a0f7f77 MAINT-7790 Fixed vertical image alignment for buttons 2017-09-20 15:01:36 +03:00
andreykproductengine b7c909367e MAINT-7267 Fixed UI missing last symbol of string on hi-res monitors. 2017-04-06 21:29:43 +03:00
andreykproductengine f5819240fa MAINT-380 Add "Duplicate" feature into Build-Object sunbmenu 2017-03-24 19:09:54 +02:00
Mnikolenko Productengine 4261f6ee11 MAINT-6404 FIXED When pasting from Mac Word into a notecard, line break is replaced by ? 2017-03-22 17:50:04 +02:00
Mnikolenko Productengine eddcb43851 MAINT-7224 Chat logs move down, leaving huge empty space 2017-03-21 16:18:23 +02:00
Nat Goodspeed 1771857e6c Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-03-06 14:27:29 -05:00
andreykproductengine fd756828a7 MAINT-3509 Fixed Context menu orphaned when Inventory floater is closed by keyboard shortcut 2017-02-24 17:41:39 +02:00
Mnikolenko Productengine a6b3bb1a2d MAINT-7146 No callback for 'Url.RemoveFriend' in LLScrollListCtrl 2017-02-20 14:20:43 +02:00
AndreyL ProductEngine a96889d651 Merged in lindenlab/viewer-bear 2017-02-10 19:56:52 +02:00
andreykproductengine 07cc16f479 MAINT-2001 Fixes colums misbeheaving 2017-02-06 17:29:45 +02:00
Nat Goodspeed 3e4f6d7d50 DRTVWR-418: Finish cleaning up merge from viewer-release. 2017-02-04 08:52:59 -05:00
Nat Goodspeed 37974a2fa2 Automated merge with ssh://bitbucket.org/lindenlab/viewer64 2017-02-03 20:14:32 -05:00
Nat Goodspeed ead15a8ff5 DRTVWR-418: Remove most (all?) of the "stubs" from llurlentry_test.
At some point the INTEGRATION_TEST_llurlentry build changed so that the
library(ies) we attempted to stub out got linked in anyway, so that instead of
simplifying the test, the stubs broke it with "duplicate symbol" errors.
Commenting out the stubs permits the test program to succeed.
2017-02-03 16:46:46 -05:00
Nat Goodspeed 4436e808b1 DRTVWR-418: Eliminate llui reference to newview's gSavedSettings.
Instead, since gSavedSettings is an LLControlGroup and LLControlGroup derives
from LLInstanceTracker, just look up the LLControlGroup with canonical name.
2017-02-03 12:49:19 -05:00
Nat Goodspeed f0a7914721 DRTVWR-418: INTEGRATION_TEST_llurlentry depends on Hunspell. 2017-02-03 10:43:47 -05:00
Nat Goodspeed 434f0e161a Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-02-03 09:54:52 -05:00
Mnikolenko Productengine f8790210dd MAINT-7103 New URI namespace /legacyname 2017-02-03 10:42:01 +02:00
Mnikolenko Productengine 5d7c5ea4d2 MAINT-7059 [contribution] Import of custom spellcheck dictionary fails silently 2017-01-18 12:20:55 +02:00
andreykproductengine 46e1bb558e MAINT-1747 Fixed after switching Preferences tabs, radio buttons don't get focus on click 2017-01-13 17:20:08 +02:00