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

Add range selection for pages #1065

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 27, 2024

  1. Add RangeSelectDialog class to handle the range selection.

    - Added menu item to select
    menu and select context menus.
    - Added range_select_dialog method
    to pdfarranger.py for completing the range selection.
    
    - Handles ranges with '-' or comma separated list
    of values
    - Handles min/max cases. (-3 ==> 0 to 3,
    or 4- ==> 4 to end)
    - Dialog has real time check of user input to
    limited set of characters ('0123456789,- ') using
    on_change signal.
    - Labels/titles are translatable.
    bilgetutak authored and kbengs committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9dbaaa6 View commit details
    Browse the repository at this point in the history