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

[Draft] Snap statusbar #3228

Merged
merged 7 commits into from
Apr 20, 2020
Merged

[Draft] Snap statusbar #3228

merged 7 commits into from
Apr 20, 2020

Commits on Apr 18, 2020

  1. [Draft] Improved Snapper Toolbar Behaviour

    Changed snap toolbar behaviour:
    - create a list of available snaps (Gui.Snapper.snaps)
    - make it consistent with Snap Gui Commands (in gui_snaps module)
    - create a list of active snaps (Gui.Snapper.active_snaps)
    - refactor the isEnabled() method to allow it to check if the given snap is in Gui.Snapper.active_snaps and not if the snap toolbar button isChecked()
    - updated and reordered the new list of gui snap commands in draftutils.init_tools and used it as a base to refactor the creation of draft toolbar
    - updated all the draft snap gui tools to make them control the toolbar buttons directly
    .
    
    
    .
    
    
    .
    carlopav committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    2b310e4 View commit details
    Browse the repository at this point in the history
  2. [Draft] Added Draft Snap Statusbar

    .
    carlopav committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    5dd28a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcdb0aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a5e1ce View commit details
    Browse the repository at this point in the history
  5. [Draft] Snap improvement and statusbar cleanup after rebase

    [Draft] Attempt to make base classes compatible with super on py2
    
    
    [Draft] Refactored imports of snapper and snaps gui tools
    
    
    .
    
    
    .
    carlopav committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a1812a7 View commit details
    Browse the repository at this point in the history
  6. [Draft] Snapper cleanup

    Cleanup after @vocx-fc review
    carlopav committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    6f89f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. [Draft] Further cleanup of the branch

    thanks to vocx revisions
    carlopav committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    b855a97 View commit details
    Browse the repository at this point in the history