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: filcuc/dotherside
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: filcuc/dotherside
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on May 1, 2021

  1. Version 0.8.0 (#94)

    Added support for Signal/Slot lambda invokations
    filcuc authored May 1, 2021
    Configuration menu
    Copy the full SHA
    7060e86 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    filcuc authored May 1, 2021
    Configuration menu
    Copy the full SHA
    a257895 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Provide proper C prototypes. (#95)

    Also avoid a pedantic C90 warning and remove trailing whitespace.
    markus-oberhumer authored May 3, 2021
    Configuration menu
    Copy the full SHA
    a33d839 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Bumped CI Qt versions

    Bumped to 5.15.2 and 5.12.11
    filcuc authored May 28, 2021
    Configuration menu
    Copy the full SHA
    2fd6baf View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Fixed broken model instantiated from Qml

    This was due by multiple factors. The most important is that we always registered Models as DosQAbstractItemModelWrappers that is a subclass of QAbstractItemModel. This in turn broke the APIs when the user really instantiated a QAbstractTableModel from the binded language because the cast from DosQAsbstratItemModelWrapper to QAbstractTableModel failed.
    The solution is to add different correct subclasses during registration
    filcuc committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    e82a049 View commit details
    Browse the repository at this point in the history
  2. Version 0.8.1

    filcuc committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    bfa41b5 View commit details
    Browse the repository at this point in the history
Loading