Ryan Huffman
b6800bdc7d
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-09-17 14:22:46 -07:00
dante ruiz
7d6404b40b
launching interface for mac and windows
2019-09-17 14:13:48 -07:00
dante ruiz
9265e9da3e
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-09-17 12:30:11 -07:00
dante ruiz
975fc47572
fix qml urls and text fields
2019-09-17 12:29:48 -07:00
Ryan Huffman
e03e21c0b4
Add support for symlinks and correct file permissions in qt launcher
2019-09-17 11:13:57 -07:00
Ryan Huffman
acee9a130e
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-09-13 15:44:21 -07:00
dante ruiz
da807e9b29
fixing some ui elements
2019-09-13 15:41:14 -07:00
Ryan Huffman
f4bca3511e
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-09-13 15:25:44 -07:00
dante ruiz
54a827c67f
fixing merge conflicts
2019-09-13 15:23:40 -07:00
Ryan Huffman
b5df1a9f4d
Fix defaults scripts and add version checking to qt launcher
2019-09-13 15:21:31 -07:00
dante ruiz
7538e100f8
do not recompile qml
2019-09-13 15:04:28 -07:00
Ryan Huffman
a78be7a451
Add passing of tokens to hifi in qt launcher, and remove dead code
2019-09-13 14:57:22 -07:00
Ryan Huffman
21e3e08679
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-09-13 14:10:55 -07:00
Ryan Huffman
93c443abc8
Add qt launcher states, download, and install
2019-09-13 13:57:26 -07:00
Ryan Huffman
93367ce8a4
Add unzipper to qt launcher
2019-09-13 13:56:38 -07:00
dante ruiz
97460c27cf
adding new UI screens
2019-09-09 15:52:42 -07:00
Dante Ruiz
59f490c97e
trying to build resources
2019-09-05 15:19:35 -07:00
dante ruiz
9d62e37a46
fix jekins mac builds
2019-09-05 14:08:36 -07:00
dante ruiz
1583db9463
disable bitcode
2019-09-04 15:09:32 -07:00
dante ruiz
954e5c986a
down grade cmake required version
2019-09-04 10:10:35 -07:00
danteruiz
058343fecc
fix window cmake
2019-09-03 18:05:13 -07:00
dante ruiz
8473acacee
plugin fix
2019-09-03 15:50:59 -07:00
dante ruiz
37db15b5a3
getting mac cmake to work
2019-09-03 14:50:45 -07:00
Ryan Huffman
1f1115f983
Add ApplicationState to qt launcher
2019-08-30 13:41:46 -07:00
danteruiz
3f865a430b
splash screen to login page transititon
2019-08-30 09:10:47 -07:00
danteruiz
255c3e4334
Merge branch 'qt-launcher' of github.com:danteruiz/hifi into qt-launcher
2019-08-30 09:00:46 -07:00
Ryan Huffman
44bbe1ea36
Add qt+ssl to qt launcher
2019-08-30 08:51:45 -07:00
danteruiz
1f4e15314c
enable dragging the window
2019-08-30 08:48:25 -07:00
danteruiz
9c062e3228
progrss bar touch up
2019-08-29 15:48:53 -07:00
danteruiz
a7e1efc763
UI Pages
2019-08-29 15:46:58 -07:00
danteruiz
476b7605d5
working on ui pages
2019-08-28 20:18:51 -07:00
danteruiz
1689096967
working on launcher app
2019-08-28 14:24:13 -07:00
danteruiz
2a6252584f
starting HFControls
2019-08-28 13:10:55 -07:00
danteruiz
6d62613888
fixing root.qml
2019-08-27 16:15:10 -07:00
danteruiz
96e0b0cf21
fixing up resources
2019-08-27 16:11:34 -07:00
danteruiz
d5bfe49cd0
get windows qt cmake working
2019-08-27 12:05:14 -07:00
danteruiz
0a2b546017
working on windows cmake version
2019-08-26 16:26:23 -07:00
danteruiz
06d3bb2a34
start qt launcher work
2019-08-26 15:19:23 -07:00
Shannon Romano
264abe7d0c
Merge pull request #16046 from huffman/feat/mac-launcher-tags
...
DEV-316: Add build tags to Mac launcher
2019-08-23 13:41:52 -07:00
Ryan Huffman
cf64492185
Fix default_tag in win32 launcher not working
2019-08-23 08:47:35 -07:00
Ryan Huffman
328896b9ed
Fix calls to setFailed in win32 launcher
2019-08-23 08:47:35 -07:00
Ryan Huffman
da1b2e9ec8
Add method for overriding builds API url in win32 launcher
2019-08-23 08:47:34 -07:00
Ryan Huffman
83bc5e3fd6
Add build tags to Windows launcher
2019-08-23 08:44:37 -07:00
Ryan Huffman
1eaba67f67
Remove use of build version in mac launcher settings
2019-08-22 15:07:12 -07:00
Shannon Romano
e328fc3766
Merge pull request #16087 from mattr1x/add-mac-user-agent-launcher
...
Add platform to Mac Launcher's user-agent string
2019-08-22 11:30:44 -07:00
Matt Hardcastle
fa8db8c6ee
Add platform to Mac Launcher's user-agent string
2019-08-22 09:10:38 -07:00
Ryan Huffman
a73f69c62a
Add platform to UserAgent on win launcher
2019-08-22 09:09:07 -07:00
Ryan Huffman
cc5565d30f
Add version to UserAgent on Win launcher
2019-08-21 16:13:31 -07:00
Matt Hardcastle
c987106d96
Add User-Agent string to macOS Launcher
...
Before this change, the mac HQ launcher didn't set a User-Agent string.
This change adds a User-Agent header – HQLauncher/$version – to each
HTTP request the mac launcher makes.
The approach I took was to add the User-Agent header to each HTTP
request. There is room for improvement. Most of the session
initialization could be rolled up into a helper class that sets the
User-Agent headers and other configuration parameters. Making that
change would be too much overhead for this quick task.
Jira: https://highfidelity.atlassian.net/browse/DEV-417
2019-08-21 13:29:56 -07:00
Ryan Huffman
b8887aa01e
Fix mac launcher not correctly reading interface version
...
The logic to convert the interface output assumed that the output would
be null terminated, but it was not.
2019-08-19 10:02:38 -07:00