Commit graph

83569 commits

Author SHA1 Message Date
kasenvr
1c1a24e89f
Merge pull request #278 from kasenvr/fix/other-renamings
Docs + QML updates
2020-05-28 03:50:20 -04:00
kasenvr
3c487106a7
Merge branch 'master' into fix/other-renamings 2020-05-28 03:46:36 -04:00
kasenvr
c13b274a8d
Merge pull request #391 from kasenvr/fix/install-packager-docs
Update INSTALL.md
2020-05-28 03:42:24 -04:00
Kasen IO
4f55bfe512 Update window title. 2020-05-27 18:09:01 -04:00
David Rowe
d451012d08 Enable flying in VR by default 2020-05-28 09:12:17 +12:00
Kasen IO
83bbbbb8b1 Add distance display to share items menu. 2020-05-26 00:50:26 -04:00
David Rowe
b32bdba111 Reinstate controller module priorities per master 2020-05-26 14:58:27 +12:00
David Rowe
c05225ca2f Reinstate nearParentGrabOverlay controller module
Fixes regression where tablet becomes large when grabbed if avatar is
small.
2020-05-26 14:58:13 +12:00
kasenvr
d2fdbe280a
Update LICENSE
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-05-25 16:41:38 -04:00
Kasen IO
6c6a405020 Add periods and remove double copyright in tabletaboutdialog.qml 2020-05-25 16:41:16 -04:00
Kasen IO
a4bf1c4d82 Update copyright headers. 2020-05-25 15:59:43 -04:00
kasenvr
942fee25ef
Update INSTALL.md
Adds missing steps, fixes old ones, offers insight into a potential problem.
2020-05-24 01:10:12 -04:00
Alezia Kurdis
b7393b2398
Make the zones sort as case insensitive
Make the sort of the zone selector to be case insensitive.
2020-05-23 22:54:45 -04:00
David Rowe
ce96fc61d6 Remove unused code 2020-05-24 13:16:26 +12:00
David Rowe
1ac184bd22 Fix further type errors 2020-05-24 13:16:15 +12:00
Kasen IO
623857c0de Bump version number, add distance notice to receiving item. 2020-05-23 19:13:06 -04:00
kasenvr
1101e0aa49
Merge pull request #373 from kasenvr/fix/update-more-app-k2.1
Update More App to latest revision.
2020-05-23 18:46:09 -04:00
kasenvr
0fa5b4e80a
Merge pull request #389 from humbletim/feature/inventory-app+icons
+app icon
2020-05-23 14:02:11 -04:00
humbletim
cb80c6be1a +app icon 2020-05-23 14:01:07 -04:00
Kasen IO
7e09b4c6a2 Styling of send item display name. 2020-05-23 12:09:40 -04:00
David Rowe
6981937697 Fix path to header file 2020-05-23 20:42:22 +12:00
David Rowe
343c6a4027 Fix Linux targeting 2020-05-23 19:46:26 +12:00
David Rowe
33a77a5dbd Fix further Linux errors 2020-05-23 19:08:16 +12:00
David Rowe
f2232b89f0 Address Linux build warnings and errors 2020-05-23 17:18:03 +12:00
David Rowe
74f50ce079 Fix Linux build error 2020-05-23 15:48:48 +12:00
Kasen IO
172cfa9527 Fix send item display name. 2020-05-22 23:37:07 -04:00
David Rowe
b72d5bf80c Build OpenVR plugin on Linux 2020-05-23 14:53:43 +12:00
motofckr9k
d406b81b47 Big rebrand 2020-05-22 20:35:27 +02:00
Alezia Kurdis
e6d092aefe
Code Adjustment
Code Adjustment

{
    ...
    listExistingZones.sort(zoneSortOrder());
    return listExistingZones;
}

function zoneSortOrder() {
    return function(a, b) {
        if (a.name > b.name) {
            return 1;    
        } else if (a.name < b.name) {
            return -1;
        }
        return 0;
    }
}
2020-05-21 22:13:33 -04:00
Kasen IO
5d75c177be Fix item inbox. 2020-05-21 21:17:11 -04:00
Kasen IO
301bc58e64 Fix folder finder. 2020-05-21 20:04:57 -04:00
Kasen IO
49cdfd7711 Update folder finder. 2020-05-21 19:52:43 -04:00
Kasen IO
259203dd9b Inbox now shows message if empty. 2020-05-21 19:21:11 -04:00
Kasen IO
a16e122c44 Comment out console.info's 2020-05-21 19:01:12 -04:00
Kasen IO
205830c383 Created event bus, fixed use item, receivingItemDialog non-working. 2020-05-21 18:50:53 -04:00
David Rowe
7634478aba Merge branch 'master' into feature/vive-pro-eye-tracking 2020-05-22 08:52:08 +12:00
Kasen IO
bb1f26d581 Update sorting for folders. 2020-05-20 18:39:52 -04:00
Kasen IO
42b82884b3 Update main sorting. 2020-05-20 18:32:59 -04:00
Dale Glass
2ec541f2ef Fix Linux default audio device debug messages
Linux had no default audio implementation, implemented using
QAudioDeviceInfo.
2020-05-20 22:31:02 +02:00
Alezia Kurdis
3023924cf1
Minor code adjustments
Minor code adjustments
2020-05-20 16:11:48 -04:00
Kasen IO
203095a999 Fix pushing management. 2020-05-20 15:38:36 -04:00
Kasen IO
9fb9b52165 Merge branch 'fix/other-renamings' of https://github.com/kasenvr/project-athena into fix/other-renamings 2020-05-20 15:08:29 -04:00
Kasen IO
c9f6f86619 Add descriptions, some still are TODO. 2020-05-20 15:08:18 -04:00
Kasen IO
ce1a1faf79 Fix copyright headers + some docs. 2020-05-20 15:02:03 -04:00
kasenvr
e990e2d5bf
Update README_hifi.md
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2020-05-20 15:00:28 -04:00
kasenvr
a9b56b5f3a
Merge pull request #335 from kasenvr/feature/openvr-update
Update to latest OpenVR SDK
2020-05-20 14:03:05 -04:00
Kasen IO
8d9ad0aed4 Update More App to latest revision.
More app now links to cdn.vircadia.com and also has a developer mode.
2020-05-19 18:22:20 -04:00
kasenvr
22e9aec0dd
Merge pull request #296 from kasenvr/fix/qml-whitelist-default
Add community-apps repo to default QML whitelist.
2020-05-19 16:49:29 -04:00
daleglass
cd3eec4192
Merge pull request #346 from daleglass/remove_qstring_null
Remove all uses of QString::null
2020-05-19 22:36:55 +02:00
Alezia Kurdis
3a0c4e1477
Zones Selector sorted by zone names
This change makes the Zones Selector sorted by zone names.
To address issue: renderWithZones: zone list incorrectly sorted. #354
(But this doesn't fix the problem with the scrolling)
2020-05-18 23:48:02 -04:00