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

Fix 588-Window menu doesn't remove a closed document #115

Merged
merged 4 commits into from Mar 16, 2014

Commits on Mar 15, 2014

  1. 588-Window menu doesn't remove a closed document - progress

    - Add DockManager::signal_dockable_unregistered
    d-j-a-y committed Mar 15, 2014
    Configuration menu
    Copy the full SHA
    2526601 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2014

  1. 588-Window menu doesn't remove a closed document - progress2

    - Add MainWindow::on_dockable_unregistered(Dockable* dockable)
    - Connect MainWindow::on_dockable_unregistered(Dockable* dockable)
    to DockManager::signal_dockable_unregistered
    d-j-a-y committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    d5e08da View commit details
    Browse the repository at this point in the history
  2. 588-Window menu doesn't remove a closed document - progress3

    - Add CanvasView get & set, popup and toolbar ui_merge_id
    - Affect CanvasView popup & toolbar ui_merge_id on MainWindow::on_dockable_registered
    d-j-a-y committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    2f1ef9d View commit details
    Browse the repository at this point in the history
  3. Fix 588-Window menu doesn't remove a closed document

    - On MainWindow::on_dockable_unregistered, remove from App::ui_manager
    CanvasView popup and toolbar ids.
    
    Nota : If a canvas has an exported group, the closed exported group appear
    in the window listing until all reffering canvas aren't closed ...
    It's a kind of feature.
    d-j-a-y committed Mar 16, 2014
    Configuration menu
    Copy the full SHA
    ee2ca53 View commit details
    Browse the repository at this point in the history