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
Brad Hefta-Gaub
19b76e3331
Merge pull request #2750 from Atlante45/master
...
Fixed QLINE_MIN_WIDTH warning on mac
2014-04-30 09:19:09 -07:00
Brad Hefta-Gaub
84e231acfa
Merge pull request #2734 from huffman/RunningScripts
...
Running scripts
2014-04-30 09:18:53 -07:00
Atlante45
e9a01a39a2
Fixed QLINE_MIN_WIDTH warning on mac
2014-04-29 17:38:55 -07:00
Ryan Huffman
1551da9e99
Remove magic number in RunningScripts
2014-04-29 17:23:30 -07:00
Ryan Huffman
8ee90715bd
Revert changes to call to saveSettings in Application
2014-04-29 17:20:15 -07:00
Ryan Huffman
fa9e37daad
Remove unneeded qDebug()
2014-04-29 17:16:12 -07:00
Ryan Huffman
2ba0c8c237
Remove magic numbers from RunningScriptsWidget
2014-04-29 17:10:09 -07:00
Ryan Huffman
98a736a39c
Remove duplicate method declaration
2014-04-29 17:04:11 -07:00
Ryan Huffman
39c959d245
Clean up implementation of 1-9 in RunningScripts
2014-04-29 17:03:38 -07:00
Ryan Huffman
e0ec0f681f
Fix code not compliant with coding standards
2014-04-29 16:50:13 -07:00
Atlante45
7787cf97b6
Only glow body + fixed display name scale
2014-04-29 16:30:14 -07:00
Ryan Huffman
edcff0b67f
Merge remote-tracking branch 'upstream/master' into RunningScripts
...
Conflicts:
interface/src/Application.cpp
interface/src/ui/FramelessDialog.cpp
interface/src/ui/FramelessDialog.h
2014-04-29 16:28:36 -07:00
Clément Brisset
7c21fab50c
Merge pull request #2736 from SydoxX/master
...
Fix CustomUrl
2014-04-29 12:07:44 -07:00
Konstantin
65706ae5f7
Re-add customUrl.startWith
2014-04-29 20:59:33 +02:00
Konstantin
14b91aa04b
Remove 0,0,0 entry
2014-04-29 20:49:40 +02:00
Konstantin
ac8adad0e0
Remove 0,0,0 entry.
2014-04-29 20:49:20 +02:00
Clément Brisset
02d527baae
Merge pull request #2740 from stojce/19617
...
Code Review for Job #19617
2014-04-29 11:29:12 -07:00
Clément Brisset
4c42a403e7
Merge pull request #2738 from huffman/19598
...
Login window
2014-04-28 19:28:50 -07:00
Ryan Huffman
87c10e70cd
Add parentheses around conditionals for clarity
2014-04-28 18:31:50 -07:00
Andrew Meadows
ae3b58a33f
use setGravity() instead of setting it directly
2014-04-28 16:46:16 -07:00
Andrew Meadows
c7dbc5984f
add local gravity option parameter for MyAvatar
2014-04-28 16:40:22 -07:00
Stojce Slavkovski
9f070406ed
missing 'extra debugging' check icon; fix font
2014-04-29 00:02:24 +02: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
46d4a31f01
Update login images
2014-04-28 13:16:06 -07:00
Ryan Huffman
d5d440eec5
Update font on login window
2014-04-28 12:04:28 -07:00
Ryan Huffman
6f502777a5
Update forgot password URL
2014-04-28 12:03:54 -07:00
Andrew Meadows
a7c4b02f2d
merge new work into andrew/inertia
2014-04-28 09:52:06 -07:00
Ryan Huffman
fb42d9ccc6
Update login to move focus to password on fail
2014-04-28 09:21:37 -07:00
Ryan Huffman
45fdd00608
Merge remote-tracking branch 'upstream/master' into 19598
...
Conflicts:
interface/src/ui/FramelessDialog.h
2014-04-28 09:13:00 -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
81a0cbe761
Update Menu to use new login dialog
2014-04-28 09:01:13 -07:00
Ryan Huffman
9bf3b3c6bf
Add hideOnBlur and TOP position to FramelessDialog
2014-04-28 08:59:28 -07:00
Ryan Huffman
23397a4b10
Add LoginDialog
2014-04-28 08:55:03 -07:00
Konstantin
ec410d105b
Fix CustomUrl
...
Fixed custom url so that hifi://domain/ works.
2014-04-27 00:31:28 +02:00
Konstantin
f829a5b323
Fix CustomUrl
...
Fixed custom url so that hifi://domain/ works. Also goes earlier to the location.
2014-04-27 00:29:38 +02:00
Ryan Huffman
f889cef3aa
Remove the ability to drag the RunningScripts window
2014-04-25 16:15:11 -07:00
Ryan Huffman
792ab7e17e
Update icon for Load Script button
2014-04-25 15:57:10 -07:00
Andrew Meadows
b05a315b5a
merge upstream/master into andrew/inertia
...
Conflicts:
interface/src/avatar/MyAvatar.cpp
2014-04-25 14:52:44 -07:00
Andrew Meadows
c2f1507df1
move AVATAR_MOTION_OBEY_GRAVITY to libs
2014-04-25 14:16:42 -07:00
Andrew Meadows
ecae89489e
mispelled slot
2014-04-25 14:13:44 -07:00
Ryan Huffman
958238efa7
Cleanup implementation of script loading to reduce copy/paste
2014-04-25 12:45:26 -07:00
Ryan Huffman
8480d02414
Fix 1-9 keys not working in Running Scripts widget
2014-04-25 12:44:46 -07:00
Atlante45
8b4a910040
Fix timestamp timer not fired
2014-04-25 12:19:18 -07:00
Ryan Huffman
c3d8cce4a6
Add plus icon to LoadScript button
2014-04-25 10:30:56 -07:00
Ryan Huffman
5a8a78e7b8
Update location of Load Script button
2014-04-25 10:14:18 -07:00
Ryan Huffman
61e8a20550
Update running scripts widget to forward mouse release events
2014-04-25 10:11:56 -07:00
Ryan Huffman
76d8090938
Disallow resizing of running scripts widget
2014-04-25 10:11:34 -07:00
Ryan Huffman
dd844437b6
Add option to disallow resizing in FramelessDialog
2014-04-25 10:11:22 -07:00
Ryan Huffman
225c022511
Update RunningScriptsWidget to use FramelessDialog
2014-04-25 10:10:50 -07:00