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 gui alignment issues #6287

Closed
wants to merge 26 commits into from
Closed

Fix gui alignment issues #6287

wants to merge 26 commits into from

Commits on Sep 19, 2016

  1. Copy the full SHA
    1e232cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    825864f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e13351d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    81cd171 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c3f2a35 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fa3384c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    82b7dbf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1ba26ac View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    dfacc70 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e710892 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    c64f213 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    173879f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    531aaa9 View commit details
    Browse the repository at this point in the history
  14. Show symbols on tree view

    To resolve visual ambiguity between a listview and a treeview, show plus/minus symbols
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    0cb617b View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    b3a05c4 View commit details
    Browse the repository at this point in the history
  16. WIP

    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    4b8ab58 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    17e2c3a View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    899358e View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    20c88e0 View commit details
    Browse the repository at this point in the history
  20. Fix some errors and remove 'name' parameter

    Some wx controls were being created using the 'name' parameter. When
    there is a label this is unnecessary, since the label will describe the
    controls. It may also be unnecessary when there is sufficient context
    provided by the dialog itself.
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    108ee95 View commit details
    Browse the repository at this point in the history
  21. Fixed up missed part of gui

    Label for addons disabled was missed in clean up. This was not easy to
    notice since it is conditionally shown.
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    8e93c71 View commit details
    Browse the repository at this point in the history
  22. fix alignment on several dialogs

    Alignments fixed on symbol/pronunciation dialog.
    Fixed alignment on 'make portable copy' dialog
    
    Groups of controls (wx.StaticBoxSizer) added to a VERTICAL boxSizerHelper are now
    automatically expanded to the full width. I think this is a more common
    pattern.
    
    Directory entry concept has been abstracted.
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    a8ca09b View commit details
    Browse the repository at this point in the history
  23. Update some remainig dialogs

    Fixed up the:
    - launcher
    - installer dialog
    - update check result
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    4b52d5d View commit details
    Browse the repository at this point in the history
  24. minor fixes

    Updates to the user guide, and a the symbol/pronunciation add symbol
    dialog.
    feerrenrut committed Sep 19, 2016
    Copy the full SHA
    86548ae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

  1. Review actions for #6287

    feerrenrut committed Sep 27, 2016
    Copy the full SHA
    ac401a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a262092 View commit details
    Browse the repository at this point in the history