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

hotfixes #92

Closed
wants to merge 17 commits into from
Closed

hotfixes #92

wants to merge 17 commits into from

Commits on Jun 24, 2020

  1. fix undo blocks

    fixed 0 flags to be -1 (hold everything, while 0 does nothing), added flags description to docstrings
    Levitanus committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    ab7a880 View commit details
    Browse the repository at this point in the history
  2. several properties of Item and Take could be rewritten. + set_info_value

    + Item.selected.setter
    + Item.set_info_value()
    + Take.set_info_value()
    + Take.source.setter
    + Take.start_offset.setter
    
    ~ fix typo in Take.add_event (take.pyi)
    Levitanus committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9315e41 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. region enumeration fix

    Levitanus committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    34db428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e893dbf View commit details
    Browse the repository at this point in the history
  3. Marker fix, suppose

    I'm not sure exactly what I've done. But it brang stability to my script
    Levitanus committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    252b9f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Markers indexing fix

    Previously, marker index was enum index to be used in EnumProjectMarkers2, but now the additional member Marker.enum_index : int is introduced.
    Marker.index now responds for the user-ID, that could be changed bu shift+click in the arrange-view
    Levitanus committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    1cee9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e3fd33 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. take name now can be set

    Levitanus committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    948418e View commit details
    Browse the repository at this point in the history
  2. fix item id typo

    Levitanus committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    4df2725 View commit details
    Browse the repository at this point in the history
  3. Added envelope points

    class EnvelopePoint
    Envelope methods:
    * `get_point(self, index:int) -> EnvelopePoint`
    * `insert_point(self, point: EnvelopePoint, sort: bool = True) -> bool:`
    * `set_point(self, index: int, value: EnvelopePoint, sort: bool = True) -> bool:`
    * `sort_points(self) -> None:`
    Levitanus committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    f153bf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    a26b718 View commit details
    Browse the repository at this point in the history
  2. Fix import psutil issue during installation

    Since `import reapy` line is needed only for keeping the version, I've made it directly by file-parcing. Now there is no strict need to import reapy before setuptools make its work.
    Levitanus committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    2bb4117 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Region indexing fix

    As within the same commit relative to markers I've divided `region.index` (which now is user-index from edit popup) and `region.enum_index` (which is what was index previously).
    Levitanus committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e3215eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c572a78 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Added 'Item.make_only_selected_item` method as suggested in RomeoDesp…

    …res#112
    
    I've added it in this branch as the branch already has `Item.is_selected.setter` property
    Levitanus committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    c4e8b20 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Levitanus committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    3396267 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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