Commit graph

5772 commits

Author SHA1 Message Date
David Rowe
653ddd2ae0 Style URL refresh buttons 2016-03-27 15:13:51 +13:00
David Rowe
04dd27d07f Restyle entity property textarea fields 2016-03-27 11:31:30 +13:00
David Rowe
ce8cc168ee Restyle entity property text fields 2016-03-26 20:45:19 +13:00
David Rowe
e23b3157a9 Restyle entity property checkboxes 2016-03-26 18:24:56 +13:00
David Rowe
3f8b89eea8 Miscellaneous fixes 2016-03-26 18:23:11 +13:00
David Rowe
b7fa9d5f8d Style entity property headings 2016-03-26 16:27:20 +13:00
David Rowe
f85b7696b3 Merge branch 'master' into 20855 2016-03-26 07:53:55 +13:00
Brad Davis
a47614c9b6 Revert "Build a better event bridge"
This reverts commit a43fde0803.
2016-03-25 09:48:25 -07:00
David Rowe
8185e13e18 Style checkboxes 2016-03-25 16:40:26 +13:00
David Rowe
42af3ebc4a Style the entity editor's "grid" tab 2016-03-25 14:15:03 +13:00
Brad Hefta-Gaub
fc41c5bca9 Merge pull request #7448 from Menithal/entity-properties-refresh-cache
Added Refresh Buttons to entityProperties
2016-03-24 17:34:46 -07:00
Brad Hefta-Gaub
d26fe77803 Merge pull request #7454 from jherico/qml_crashes
Fix async issues related to JS <-> App <-> QML <-> HTML communication
2016-03-24 17:32:38 -07:00
David Rowe
9280443425 Merge branch 'master' into 20855 2016-03-25 09:06:20 +13:00
Menithal
24f2bdac77 Fixed Styling 2016-03-24 20:58:32 +02:00
Brad Davis
a43fde0803 Build a better event bridge 2016-03-24 11:01:06 -07:00
Andrew Meadows
c8655b8524 Merge pull request #7438 from PhilipRosedale/airship
Sample script:  Airship
2016-03-24 08:40:36 -07:00
Philip Rosedale
8e572ed635 Merge pull request #7423 from thoys/20859
CR for Job #20859 - Fix particle color selection
2016-03-24 00:20:59 -07:00
PhilipRosedale
8c4ecc64d9 fix entity script location 2016-03-23 22:49:18 -07:00
PhilipRosedale
7b326c9d7b fixes per review 2016-03-23 17:56:02 -07:00
Menithal
12ecd592ab Added Refresh Buttons to entityProperties
Pressing buttons next to the url bar will now allow for content to have an
automatic unix timestamp to be applied / updated to the end of the url.
Applies for all url entity Properties
2016-03-24 01:14:48 +02:00
David Rowe
454ba50dc1 Tidying 2016-03-24 10:03:47 +13:00
David Rowe
55fd861b69 Style scrollbars 2016-03-24 09:43:08 +13:00
David Rowe
0f352b77b2 Tidying 2016-03-23 21:25:02 +13:00
David Rowe
ca90ab7597 Fix initial sort indicators 2016-03-23 21:08:25 +13:00
David Rowe
054d575ed2 Report number of entities found or selected in entities table footer 2016-03-23 20:50:08 +13:00
PhilipRosedale
7e658896e6 update header 2016-03-22 22:39:55 -07:00
PhilipRosedale
472dd07625 airship from hack project 2016-03-22 22:39:22 -07:00
David Rowe
86354d0165 Table border 2016-03-23 17:34:33 +13:00
David Rowe
6684bbf404 Table header separators 2016-03-23 16:48:41 +13:00
David Rowe
c7712f2d05 Entities table styling 2016-03-23 16:16:03 +13:00
David Rowe
89d4bea73e Restyle search filter and radius in Entity List tab 2016-03-23 12:22:09 +13:00
David Rowe
b5d71d1ee1 Restyle top row of buttons in Entity List tab 2016-03-23 10:05:22 +13:00
Thijs Wenker
d47e8eb999 Fix setting colors in ParticleExplorer without having the particle entity disappear. Handles Hex strings as well as color arrays. 2016-03-22 17:39:57 +01:00
David Rowe
53b86a0b55 Move the "no entities found" message into the entities list table 2016-03-22 20:02:57 +13:00
David Rowe
42b606c09d Merge branch 'master' into 20855 2016-03-22 18:51:07 +13:00
David Rowe
02a62766e0 Size entities list to dialog and scroll when necessary
Also add a footer.
2016-03-22 18:03:12 +13:00
Philip Rosedale
c8816f8e76 Merge pull request #7389 from Menithal/on-grab-fix
Grab.js: Update Position on Mouse Grab Start
2016-03-21 17:10:00 -07:00
Brad Hefta-Gaub
6822f0643b Merge pull request #7397 from zzmp/fix/ambient-url-listener
Add back ambientURL listener in editor
2016-03-21 08:49:43 -07:00
Seth Alves
b600000307 refactor code a bit 2016-03-20 17:59:15 -07:00
Seth Alves
21c688390c make voxels.js buttons work, again 2016-03-20 17:40:03 -07:00
David Rowe
01685b2d44 Change entity editor tab name 2016-03-19 14:58:12 +13:00
David Rowe
3fa678a652 Style tabs and background 2016-03-19 14:52:40 +13:00
Zach Pomerantz
105b4e16a9 Add back ambientURL listener in editor 2016-03-18 16:18:41 -07:00
James B. Pollack
ce932640bd Merge pull request #7353 from huffman/fix-keylight-edit
Fix keylight direction naming and usage in edit.js
2016-03-18 12:35:48 -07:00
Menithal
066c517dd7 Grab.js: Update Position on Mouse Grab Start
Fixes grab event issue where if the object is moving, the position does
not update until the user has moved their mouse.

This commit makes sure that the moment the user starts dragging on a
object that isnt grabbed by another, the position is immediately updated
instead of waiting for the user to move their mouse.
2016-03-18 08:59:07 +02:00
David Rowe
6a2cb393fa Make copy of style.css as starting point for restyling entities editor 2016-03-18 16:56:08 +13:00
David Rowe
ebe13b7b93 Fix edit toolbar's upload button 2016-03-17 14:44:57 +13:00
David Rowe
62b24e6626 Explicitly enable button-down behavior in scripts 2016-03-17 11:49:49 +13:00
David Rowe
004a694741 Make toolbar buttons "click" 2016-03-17 11:25:37 +13:00
David Rowe
df870d6e82 Merge branch 'master' into 20852 2016-03-17 10:35:26 +13:00