Open
Conversation
Currently lays the widgets out on top of eachother since absolute position is not parsed.
… we dont handle the absolute layout yet).
Highlights: - add javascript to interpret the AST (and produce widgets): workstation_qt.js - start using workstation.js directly - upgrade the playground.js example.
- Add support for button.click() and textbox.text()
…sage box (to get it centered over the widget).
…ling from javascript).
Owner
|
Let's merge in your changes on friday. Because I'm going to refactored the design - just as we talked about during lunch @ work. Another tips when you create a pull request is to squash your commits into fewer. You could have squashed all your commits into a commit with this comment; "Implemented a simple Qt runtime, it's now possible to run workstation on a linux box." - or something like that:) |
Owner
|
Never mind the squashing, but it would be nice if you could pull the latest changes, and then create a new pull request. :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have updated the Qt backend to handle the playground.js example.
Highlights: