forked from biolab/orange-widget-base
-
Notifications
You must be signed in to change notification settings - Fork 0
4.26 #1
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
Conversation
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
MessageGroup.clear: Add argument owner
[MNT] ci: Update ubuntu image for PyQt6 6.5 tests
File dialog: Add as much path as necessary to make names unambiguous
This seems to fix problems with missized (and disconnected axes) while keeping proper display size.
[FIX] Fix axes in PNG export
rowsAboutToBeRemoved/Inserted, ... are private signals of QAbstractItemModel and should not be emitted directly. Use beginInsert/RemoveRows and endInsert/RemoveRows instead.
…tem-packages-remove [MNT] readthedocs: Remove no longer supported 'system_packages'
…private-signal [FIX] itemmodels: Remove use of private signals from PyTableModel
Also remove Python 3.7 to ease CI workload
…ld-os [MNT] readthedocs: Add build.os key
[MNT] CI: Add Python 3.12 to test matrices
[MNT] CI: Constrain PyQt6-Qt6 version in tests
Also remove a useless examples_entry_points insertion
Multilingual configuration
[ENH] Multilingual package [ENH] open_filename_dialog: Allow reading *.* [ENH] Numpy 2.0 compatibility [FIX] ListViewFilter: Fix selection [FIX] WidgetMessagesMixin: Fix message binding to not expect class attributes to have `__eq__`
macos-12 is deprecateda
Test fails on Qt6.7 because a QListView is already created by the base class. The test did not really test much so just remove it.
[CI] Add Python 3.13 and Qt 6.7
Report: Fix saving to PDF
[FIX] Report: Fix saving to PDF
Bump minimum python version to 3.10
Shortcuts would not work if menu bar is not visible.
…en-menubar [FIX] Widget shortcuts now work even if menu bar is not visible
[FIX] Widget shortcuts now work even if menu bar is not visible Bump minimum python version to 3.10
# Conflicts: # orangewidget/utils/messagewidget.py # Conflicts: # orangewidget/utils/messagewidget.py
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.
Issue
Description of changes
Includes