Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qmlweb/qmlweb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qmlweb/qmlweb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chalker-fixes
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    4db607c View commit details
    Browse the repository at this point in the history
  2. Timer: make parent not read-only for now

    Some parts of QmlWeb set .parent property directly, that was causing a
    conflict and an exception was being thrown.
    
    Long-term, we should create a better fix, but this fixes the immediate
    problem for now, and properties not being read-only when they should
    causes much less damage than unexpected exceptions on valid qml code.
    ChALkeR committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    c0b3569 View commit details
    Browse the repository at this point in the history
  3. Item: support transformOrigin

    Testcase is still needed here.
    ChALkeR committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    6daad50 View commit details
    Browse the repository at this point in the history
Loading