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 #862

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 12, 2024

  1. - Added 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 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2436856 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Fix trailing white spaces

    bilgetutak committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    196d461 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. - Fixed multiple repeating comma and dash

    (,,,,, and ----) in the selection dialog during the text entry
    - Removed unused variables
    - Adjusted labels and buttons in dialog.
    bilgetutak committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    baf25e9 View commit details
    Browse the repository at this point in the history
  2. fix trailing white spaces.

    bilgetutak committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    624767f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9c59049 View commit details
    Browse the repository at this point in the history
  2. - Added 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 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e26845b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    16103d6 View commit details
    Browse the repository at this point in the history