Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-04-19 10:36:30



Reply to topic  [ 36 posts ]  Go to page 1, 2, 3, 4  Next
New file selector for the Cool VL Viewer 
Author Message

Joined: 2009-03-17 18:42:51
Posts: 5546
Reply with quote
Today's experimental release (v1.26.11.18) sees the introduction of a new, XUI-based (i.e. viewer-UI based) file (and directory) selector to avoid the use of the operating systems' one within the viewer.

The reasons are that:
  1. Under Windows, the OS-based file selector is vulnerable to "parasitic" third-party software (such as Skydrive, but not only), that modify its behaviour and introduce incompatibilities and bugs, often causing crashes when used from within the viewer.
  2. Under MacOS-X, the OS file selector is blocking, i.e. it pauses the viewer main loop and can lead to disconnection if left open for more than a minute or so.
  3. Under Linux, while I implemented (like I did for Windows) a non-blocking file selector option, it leads to a slow-refreshing file selector (because the GTK threading mechanism and the way threading is implemented in the viewer don't play nice together), and may also lead to crashes with some buggy GTK2 versions and/or GTK theme engines in some Linux distributions: I therefore had to make the non-blocking option disabled by default. The GTK file selector also relies on a now deprecated GTK2 version (GTK is now v3, and LL never provided any updated pre-built GTK library); I'm therefore planning to get rid of that silly dependency in a near future (GTK is only used by the viewer for the file selector, the OS message box that only appears if something goes wrong on viewer launch, and the clipboard: alternatives for the latter two usages do exist as well)...
  4. The file and directory picker (llfilepicker.* and lldirpicker.* files) implementation in LL's viewer is extremely dirty and hacky, and difficult to maintain (it got a lot of OS-dependent code, and I don't have access to all OSes neither the time to experiment on them each time a modification is needed...).
  5. When you use the viewer under different OSes, you are faced with different file selectors, while the rest of the viewer UI is coherent and identical for all OSes it runs under.
  6. You cannot affect a given position (and size) to the OS file selector on the screen, meaning it most often doesn't appear in the "right place" (or at the right size) for you.

As you can see, these are extremely good reasons, and I therefore *will* get rid of the OS file selector usage in favour of my custom, XUI-based one, in all the Cool VL Viewer branches. I however wanted to give you folks a little forewarning and some time to find possible show-stopper bugs that I won't have detected and fixed so far (I tested extensively the file selector under Linux, and superficially under Windows, so far without any issue detected).
Since I'll have things to attend next week that will preclude a new release on next Saturday, you have got about two weeks to find XUI file selector bugs/glitches in v1.26.11.18 and report them...


2014-04-12 12:25:10
Profile WWW

Joined: 2011-09-27 11:18:31
Posts: 172
Reply with quote
I just tried it under Arch Linux. It works beautifully, without all the issues the gtk file selector has and with no need for custom pcre and libpng. Thanks :-)


2014-04-21 11:24:05
Profile

Joined: 2012-02-09 23:04:18
Posts: 10
Reply with quote
Windows 7 here. I can't change the drive with the new file picker, and only can pick files from the system drive :(

Quote:
Cool VL Viewer 1.26.11 (18) Apr 12 2014 12:31:41 (Cool VL Viewer)
RestrainedLove viewer v2.08.05.20
Release Notes

You are at 227741.9, 219410.7, 23.5 in Wahlstrom located at sim10203.agni.lindenlab.com (216.82.49.69:13002)
Second Life Server 14.03.12.288004
Release Notes

CPU: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz (2999.68 MHz)
Memory: 8191 MB
OS Version: Microsoft Windows 7 64-bit Service Pack 1 (Build 7601)
Memory manager: OS native
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTX 560/PCIe/SSE2
Windows Graphics Driver Version: 9.18.0013.3523
OpenGL Version: 4.4.0

libcurl Version: libcurl/7.24.0 OpenSSL/0.9.8q zlib/1.2.5
J2C Decoder Version: KDU
Audio Driver Version: FMOD Ex 4.44.32
Qt Webkit Version: 4.7.1 (version number hard-coded)
Packets Lost: 0/9580 (0.0%)

Built with MSVC version 1600

Compile flags used for this build:
/O2 /Oi /MD /MP /DNDEBUG /D_SECURE_SCL=0 /D_HAS_ITERATOR_DEBUGGING=0 /DWIN32 /D_WINDOWS /W3 /GR /EHsc /Oy- /GS /arch:SSE2 /fp:fast /TP /W2 /Zc:forScope /Zc:wchar_t- /c /nologo /DLL_WINDOWS=1 /DDOM_DYNAMIC /DUNICODE /D_UNICODE /DWINVER=0x0501 /D_WIN32_WINNT=0x0501 /DLL_PRIVATE_MEMORY_POOLS=1 /DLL_VB_MEM_POOL=1 /DLL_VOLUME_MEM_POOL=1 /DLL_USE_OLDFILESTREAMS=1 /DLL_COMMON_LINK_SHARED=1 /DCARES_STATICLIB /DLIB_NDOF=1


2014-04-21 11:56:32
Profile

Joined: 2009-03-17 18:42:51
Posts: 5546
Reply with quote
Leah Mayo wrote:
Windows 7 here. I can't change the drive with the new file picker, and only can pick files from the system drive :(
Ah, yes... A Windoze peculiarity (Linux and MacOS-X use mounts, and the whole file system is unified under the same tree for them). I'll need to add a drive combo to the selector for Windows, or something in that vein...


2014-04-21 13:21:36
Profile WWW

Joined: 2012-08-08 17:51:35
Posts: 84
Reply with quote
Only a quick and dirty test so far, but it seemed to work well.

I for one is very happy to get rid of all the GTK issues ;)

[edit]Tested on Debian Wheezy[/edit]


2014-04-21 16:20:01
Profile

Joined: 2009-03-17 18:42:51
Posts: 5546
Reply with quote
Henri Beauchamp wrote:
Leah Mayo wrote:
Windows 7 here. I can't change the drive with the new file picker, and only can pick files from the system drive :(
Ah, yes... A Windoze peculiarity (Linux and MacOS-X use mounts, and the whole file system is unified under the same tree for them). I'll need to add a drive combo to the selector for Windows, or something in that vein...
I finally simply allowed to move up one more level in the directory tree, and list the active drives in the directory list when at level 0... It got the advantage of keeping a coherent selector UI over all OSes.


2014-04-22 12:19:05
Profile WWW

Joined: 2012-02-09 23:04:18
Posts: 10
Reply with quote
Henri Beauchamp wrote:
Henri Beauchamp wrote:
Leah Mayo wrote:
... only can pick files from the system drive :(
Ah, yes... A Windoze peculiarity (Linux and MacOS-X use mounts, and the whole file system is unified under the same tree for them). I'll need to add a drive combo to the selector for Windows, or something in that vein...
I finally simply allowed to move up one more level in the directory tree, ...

Works great now, thanks for the quick fix! I love the new file picker, very useful in fullscreen mode. Thumbs up!


2014-04-26 15:24:20
Profile

Joined: 2012-06-24 15:07:40
Posts: 22
Reply with quote
Henri, is there any way to make the drive/file selection "sticky"? Prior to this change, when I used local textures, the viewer remembered the last file I pulled from and pointed there automatically. Now, I have to click through pointing to the correct drive, file, and then texture each time for every texture. Lots of clicks, lots of time, loss of efficiency. Or, is there a shortcut that I'm missing? Thanks, Arwen


2014-05-04 15:02:42
Profile

Joined: 2009-03-17 18:42:51
Posts: 5546
Reply with quote
Arwen Serpente wrote:
Henri, is there any way to make the drive/file selection "sticky"? Prior to this change, when I used local textures, the viewer remembered the last file I pulled from and pointed there automatically. Now, I have to click through pointing to the correct drive, file, and then texture each time for every texture. Lots of clicks, lots of time, loss of efficiency. Or, is there a shortcut that I'm missing? Thanks, Arwen
The last used directory *is* remembered already !... It's even better than the old selector, since instead of just two contexts (save and load), the new selector remembers the last used directory based on the file type (image, sound, model, animation, etc).


2014-05-04 17:23:39
Profile WWW

Joined: 2012-06-24 15:07:40
Posts: 22
Reply with quote
Then I'm doing something wrong. It points to the most recent file during a session. Once I log out and back in, it reverts so that I need to redirect it to the correct directory/file/texture.


2014-05-04 18:23:21
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 36 posts ]  Go to page 1, 2, 3, 4  Next

Who is online

Users browsing this forum: No registered users and 56 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.