Brad Davis
a96f69a673
Switching to a wrapper mechanism for VR menus
2015-04-25 16:20:15 -07:00
Brad Davis
ee30588fd4
More menu work
2015-04-25 10:41:06 -07:00
Brad Davis
fbdb9b143e
Merge branch 'ui-refactor' into m_and_m
...
Conflicts:
interface/resources/qml/HifiMenu.qml
interface/resources/qml/MessageDialog.qml
interface/resources/qml/Root.qml
interface/resources/qml/TestRoot.qml
interface/resources/qml/controls/Dialog.qml
interface/src/Application.cpp
interface/src/ui/LoginDialog.cpp
libraries/ui/src/MessageDialog.cpp
libraries/ui/src/MessageDialog.h
libraries/ui/src/OffscreenQmlDialog.h
libraries/ui/src/OffscreenUi.cpp
libraries/ui/src/OffscreenUi.h
tests/ui/src/main.cpp
2015-04-24 18:02:12 -07:00
Brad Davis
9fbd5d79e4
Removing duplicate declaration
2015-04-24 17:46:56 -07:00
Brad Davis
08d60c6a01
Fixing message dialog
2015-04-24 16:19:39 -07:00
Brad Davis
8cb298a55b
Working on menus
2015-04-23 14:23:15 -07:00
Brad Davis
8269b9925b
Adding first pass at message box
2015-04-23 14:23:12 -07:00
Brad Davis
732e9723cd
Messed up rename
2015-04-22 19:24:43 -07:00
Brad Davis
c4d2bd2cda
More coding standard fixes
2015-04-22 19:18:09 -07:00
Brad Davis
fd0c130dc2
Working on simplifying new dialog creation
2015-04-16 22:20:49 -07:00
Brad Davis
d14d5f3d29
Working on new-UI implementations of address bar and login
2015-04-15 00:36:04 -07:00
Stephen Birarda
526c9217a1
fix signup link from login dialog
2015-04-01 14:43:56 -07:00
Stojce Slavkovski
8514a39812
Use constants for URLs
2015-04-01 07:24:16 +02:00
Stephen Birarda
61806935bb
add a networking constants class with metaverse URL
2015-03-31 16:40:21 -07:00
Leonardo Murillo
c3c1d4a5ae
Switching to .com
2015-03-25 12:36:37 -06:00
Stephen Birarda
931a234ba7
fix reset for close button SVG in LoginDialog
2015-03-10 18:08:19 -07:00
Ryan Huffman
e6d9a1b251
Merge branch 'master' of github.com:highfidelity/hifi into application-dpi-scale
...
Conflicts:
interface/src/ui/LoginDialog.cpp
2015-02-20 18:09:55 -08:00
Ryan Huffman
ba66155d46
Add font scaling to login dialog
2015-02-18 13:33:39 -08:00
Thijs Wenker
4a3550ce0e
toggleQAction(); in constructor to make the right initial button connection
2015-02-17 02:27:07 +01:00
Stephen Birarda
fe79d8902e
replace data with metaverse for highfidelity urls
2015-02-10 10:05:38 -08:00
Atlante45
8f9507cd4c
Added DialogsManager
...
Moved login dialog out of menu into the dialog manager
More to follow!
2015-01-18 03:31:44 -08:00
ZappoMan
bfcc78c57d
replaced Application::resourcesPath() with PathUtils::resourcesPath()
2014-12-15 15:20:18 -08:00
Stephen Birarda
a8a8b81386
don't make long and address bar modal so they don't steal input
2014-10-08 10:00:50 -07:00
Stephen Birarda
3794e166ad
change LoginDialog modality so it doesn't steal input
2014-10-08 09:51:16 -07:00
stojce
afc27b8a8b
Merge branch 'master' of https://github.com/highfidelity/hifi into 20061
2014-10-01 23:36:30 +02:00
Stephen Birarda
2fbd249d9f
fix reset password link for LoginDialog
2014-09-29 16:38:10 -07:00
stojce
2486a24c90
possible fix for Windows login and address-bar modal dialog
2014-09-29 18:26:25 +02:00
Stephen Birarda
01e8d775f2
change node auth URL to data.highfidelity.io
2014-05-22 14:24:19 -07:00
Ryan Huffman
6c3e1c6aa5
Update LoginDialog to be type Qt::WindowModality
...
Currently the login window will cover other windows, in particular
the "welcome" window that pops up for new users. This allows those
windows to be interacted with while still blocking interaction with the
main window.
2014-04-30 13:54:41 -07:00
Ryan Huffman
24350761ac
Update layout of login messages and move text to .ui file
2014-04-28 13:16:50 -07:00
Ryan Huffman
6f502777a5
Update forgot password URL
2014-04-28 12:03:54 -07:00
Ryan Huffman
fb42d9ccc6
Update login to move focus to password on fail
2014-04-28 09:21:37 -07:00
Ryan Huffman
01f66420de
Fix issue with icon being disabled on login window while authenticating
2014-04-28 09:11:09 -07:00
Ryan Huffman
23397a4b10
Add LoginDialog
2014-04-28 08:55:03 -07:00