Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Select Columns: Drag/drop #3032

Merged
merged 5 commits into from
May 25, 2018

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    9883c76 View commit details
    Browse the repository at this point in the history
  2. owselectcolumns: Remove no longer needed classes

    ... no longer needed since biolabgh-2100 (also no longer do what they claim)
    ales-erjavec committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ad20281 View commit details
    Browse the repository at this point in the history
  3. PyListModel: Fix mimeData implementation

    Do not call base implementation. This never worked because the base
    implementation stores the encoded `itemData` under the first value of
    `mimeTypes` result which is then promptly overwritten by us.
    ales-erjavec committed May 24, 2018
    Configuration menu
    Copy the full SHA
    a367c2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61781a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29b0c58 View commit details
    Browse the repository at this point in the history