Roxanne Skelly
010e2091fa
Fixup CPack install items for OSX to hopefully properly handle
...
OSX .app directories
2018-10-01 14:35:47 -07:00
Roxanne Skelly
c370e064d9
Merge branch 'sysTraySetup' of https://github.com/roxanneskelly/hifi into sysTrayOsx
2018-10-01 13:36:14 -07:00
Roxanne Skelly
fbaac4254e
Set build targets properly for client-only install of console
2018-10-01 12:45:56 -07:00
Roxanne Skelly
f8409b3977
dd server-console to client build
2018-10-01 11:29:55 -07:00
Roxanne Skelly
113ad3d917
Fixes for OSX
...
App Translocation makes it nearly impossible to find the interface
executable from the running server-console, specifically in downloaded
builds launched from the Finder. To enable OSX detection and and
launch of the interface, the code has been changed to:
* Assume interface is installed on OSX as we don't produce a server-only
build.
* Launch the interface by using 'open' with the appid.
NOTE: This may launch the wrong version of the app if
multiple instances of the app are installed, but this
is the best we can do for now. For most users, the
behavior should be as expected.
Second, polling was happening even if interface couldn't be
detected if it was previously enabled.
2018-09-30 13:11:15 -07:00
Roxanne Skelly
b6877bca57
Revert ""Add temporary code to test for interface paths"""
...
This reverts commit edd354d109
.
2018-09-28 16:26:44 -07:00
Roxanne Skelly
edd354d109
"Add temporary code to test for interface paths""
2018-09-28 14:52:50 -07:00
Roxanne Skelly
42cdf24f5b
Move OSX Back to Sandbox.app
2018-09-28 14:52:21 -07:00
Roxanne Skelly
0c1bef6511
Merge branch 'sysTraySetup' of https://github.com/roxanneskelly/hifi into sysTrayOsx
2018-09-28 13:47:54 -07:00
Roxanne Skelly
537c0aaf25
Revert "Add temporary code to test for interface paths"
...
This reverts commit 6393f907b8
.
2018-09-28 13:15:04 -07:00
Roxanne Skelly
6393f907b8
Add temporary code to test for interface paths
2018-09-28 12:33:38 -07:00
Roxanne Skelly
ee8290f71c
Fix comment
2018-09-28 11:10:42 -07:00
Roxanne Skelly
1aaaca4e6c
Code review changes
2018-09-28 10:48:20 -07:00
Roxanne Skelly
fb3205a847
More OSX Path fixes
2018-09-28 10:02:03 -07:00
Roxanne Skelly
2f1f1d896c
Merge branch 'sysTraySetup' of https://github.com/roxanneskelly/hifi into sysTraySetup
2018-09-28 09:24:52 -07:00
Roxanne Skelly
dde106e42e
Make tray icon light map to notification status of various menus
2018-09-28 09:24:00 -07:00
Roxanne Skelly
4257a4dfdd
Try fixing binary name for 'running process' detection of interface
2018-09-27 23:12:24 -07:00
Roxanne Skelly
308deeaa8d
Refactoring of NSIS setup files with respect to Sandbox vs Console
2018-09-27 19:54:42 -07:00
Roxanne Skelly
57fcdddea2
Merge branch 'sysTrayOsx' of https://github.com/roxanneskelly/hifi into sysTraySetup
2018-09-27 15:22:38 -07:00
Roxanne Skelly
c3e956932b
Fix OSX Build
2018-09-27 15:22:04 -07:00
Roxanne Skelly
ec4575f587
Merge branch 'sysTrayOsx' of https://github.com/roxanneskelly/hifi into sysTraySetup
2018-09-27 13:36:10 -07:00
Roxanne Skelly
b0b2c6f3ee
Fixup path finding for interface
2018-09-27 13:31:28 -07:00
Roxanne Skelly
f1ba213ccc
Merge branch 'sysTray' of https://github.com/roxanneskelly/hifi into sysTraySetup
2018-09-27 12:08:51 -07:00
Roxanne Skelly
330789471d
Fix merge conflict and set proper polling times
2018-09-27 12:03:37 -07:00
Roxanne Skelly
00a5075d34
Merge branch 'sysTrayOsx' of https://github.com/roxanneskelly/hifi into sysTraySetup
2018-09-27 11:44:41 -07:00
Roxanne Skelly
6a3b286a07
Fix windows notification popups:w
2018-09-27 11:44:00 -07:00
Roxanne Skelly
d851e3994e
Search for interface should check peer package
...
Also, retain enabled/disabled state for notifications across restarts
2018-09-27 11:10:51 -07:00
Roxanne Skelly
61aef14c64
OSX notifications dismiss the previous notifications immediately when
...
sent, preventing 'click' behavior
2018-09-27 10:16:21 -07:00
Roxanne Skelly
b6fd302a83
OSX Interface-running detection fixes
2018-09-26 18:40:54 -07:00
Roxanne Skelly
ba1bae6408
OSX Build fix
2018-09-26 17:43:04 -07:00
Roxanne Skelly
db772fc3fe
Update console name for osx build
2018-09-26 15:39:45 -07:00
Roxanne Skelly
45a3df114f
Merge branch 'sysTraySetup' of https://github.com/roxanneskelly/hifi into sysTray
2018-09-26 13:05:30 -07:00
Roxanne Skelly
5949679c0a
Add mac interface-run detection to server-console
2018-09-26 13:00:37 -07:00
Roxanne Skelly
2c6e9349eb
SysTray Setup. server-console.exe should be included in client-only
...
installs.
By default, on new install, tray notifier should be enabled.
2018-09-26 12:59:15 -07:00
Roxanne Skelly
be87773b2c
Checkpoint sysTray Installer
2018-09-26 10:47:33 -07:00
Roxanne Skelly
7257a99414
Checkpoint sysTray Installer
2018-09-26 10:46:19 -07:00
Roxanne Skelly
3deb3bc771
Coding standard issue found during CR
2018-09-25 14:17:15 -07:00
Roxanne Skelly
ac2ad7fc81
Fix some coding standard issues found during CR
2018-09-25 14:13:25 -07:00
Roxanne Skelly
e3943f210d
Save 'enabled' configuration between restarts
2018-09-24 16:16:56 -07:00
Roxanne Skelly
16dba169c5
Tray Notifier code review fixes
2018-09-24 14:36:54 -07:00
Roxanne Skelly
d5baadbefa
Modify --url hifiapp: behavior to trigger through appUI when first
...
starting interface.
Also, menu names and order follow UX documentation.
2018-09-24 13:43:55 -07:00
Roxanne Skelly
6e051b7431
Checkpoint tray notifications
...
* Fix app launch
* refactor notifications code
* fixup wording
2018-09-20 15:55:35 -07:00
Roxanne Skelly
bda179697e
Tray Notifications - users handling changes
...
Since the 'users' api call doesn't support a 'since', we now query
all of the online connections each time to keep track of connections
that join or leave.
2018-09-19 15:50:50 -07:00
Roxanne Skelly
d5f756c79d
Tray Notifier Checkpoint
...
* Add app launch
* Add authentication for auth-related calls
* Refactor notifications code
2018-09-19 12:40:15 -07:00
Roxanne Skelly
555432dd49
Blank js file to force build (and prep for appinfo parsing)
2018-09-14 14:13:26 -07:00
Roxanne Skelly
5edb76ef34
Checkpoint Tray Notifier
2018-09-14 11:35:20 -07:00
Simon Walton
64b18ee5b9
Change sys-tray Sandbox menu item from Go Home to Visit Sandbox
2018-07-18 13:11:20 -07:00
SimonWalton-HiFi
4807f9d8eb
Merge branch 'master' into snoretoast
2018-06-14 09:31:10 -07:00
Atlante45
3ea265f233
Ensure hifi roaming directory is created
2018-06-13 17:00:41 -07:00
Atlante45
3ed72569a1
Update fs-extra version
2018-06-13 16:49:34 -07:00