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

MEP22: Navigation by events #3652

Merged
merged 69 commits into from Apr 9, 2015
Merged

Commits on Apr 3, 2015

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

Commits on Apr 7, 2015

  1. mod keypress in figuremanager

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    3118a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d5fcf View commit details
    Browse the repository at this point in the history
  3. Adding doc to base methods

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    1e8af47 View commit details
    Browse the repository at this point in the history
  4. property for active_toggle

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    622cb95 View commit details
    Browse the repository at this point in the history
  5. simulate click

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    d1a9de4 View commit details
    Browse the repository at this point in the history
  6. activate renamed to trigger

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    3f89d52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f3c10b View commit details
    Browse the repository at this point in the history
  8. simplifying _handle_toggle

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    6065daa View commit details
    Browse the repository at this point in the history
  9. reducing number of locks

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    f6a2f19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05db3b6 View commit details
    Browse the repository at this point in the history
  11. bug in combined key press

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    c08fe56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b207a72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9266447 View commit details
    Browse the repository at this point in the history
  14. adding zaxis and some pep8

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    a53419a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    704c717 View commit details
    Browse the repository at this point in the history
  16. tk backend

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    5056729 View commit details
    Browse the repository at this point in the history
  17. example working with Tk

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    e6a4e1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8942c47 View commit details
    Browse the repository at this point in the history
  19. grammar corrections

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    022de6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2c9a195 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cafe668 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    224f745 View commit details
    Browse the repository at this point in the history
  23. Small refactor so that we first initiate the Navigation (ToolManager)…

    …, before filling it with tools.
    
    Added a nice utility API function, Navigation.addTools.
    OceanWolf authored and fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    94c711e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    67257e7 View commit details
    Browse the repository at this point in the history
  25. Temporary fix to backends

    OceanWolf authored and fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    ffa65d6 View commit details
    Browse the repository at this point in the history
  26. removing persistent tools

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    6739ee0 View commit details
    Browse the repository at this point in the history
  27. removing unregister

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    d18206f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    34a52c8 View commit details
    Browse the repository at this point in the history
  29. removing intoolbar

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    c2da483 View commit details
    Browse the repository at this point in the history
  30. events working

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    44a9b0e View commit details
    Browse the repository at this point in the history
  31. using pydispatch

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    a2ed47f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0665890 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    411e6e2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d484ebd View commit details
    Browse the repository at this point in the history
  35. removing unused event class

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    75bf97b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6cc040b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0ff5997 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    af6734f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    78513d2 View commit details
    Browse the repository at this point in the history
  40. eliminating repeated loop

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    377ff54 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    7dbbf58 View commit details
    Browse the repository at this point in the history
  42. rename mpl_connect

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    dd66b57 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    67a414f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e415d8d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1213086 View commit details
    Browse the repository at this point in the history
  46. Some short cuts for adding tools

    OceanWolf authored and fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    ba61dec View commit details
    Browse the repository at this point in the history
  47. Lots of fixes

    OceanWolf authored and fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    9f2ee2b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9da2b13 View commit details
    Browse the repository at this point in the history
  49. Statusbar

    OceanWolf authored and fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    110253f View commit details
    Browse the repository at this point in the history
  50. tool group position

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    e2804ea View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9a64b7e View commit details
    Browse the repository at this point in the history
  52. tkbackend updated

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    64f947f View commit details
    Browse the repository at this point in the history
  53. tacaswell comments aprl 1

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    e8cd5d5 View commit details
    Browse the repository at this point in the history
  54. renaming tool_trigger_event

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    4bbcf4e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    73a2661 View commit details
    Browse the repository at this point in the history
  56. figure.setter in tools

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    1b83628 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e4edd23 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    d4ac2fb View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a7640ef View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    48a6971 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    8dafe09 View commit details
    Browse the repository at this point in the history
  62. whats new

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    a0695d0 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    328b169 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    aac4744 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f09b9ef View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    def3a52 View commit details
    Browse the repository at this point in the history
  67. zoom pan buttons order

    fariza committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    9ee7e25 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    5eae4e1 View commit details
    Browse the repository at this point in the history