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

DolphinWX: Add a filename column #3149

Merged
merged 2 commits into from Dec 2, 2015

Commits on Oct 11, 2015

  1. DolphinWX: Add items to visible columns only

    Before the columns of the gamelist were filled with content regardless
    of their visibility. This led to display bugs when certain columns, for
    example the region column, were hidden.
    
    The first problem was the InsertItemInReportView() function because it
    refilled all columns with content on every call to update() without
    checking for their visibility. While this issue would have easily been solved
    by adding conditionals before each column update, the maker column would
    have still caused problems for it autohides on resize and those do not
    call update(). Therefore it was necessary to move the column update logic
    from InsertItemInReportView() to a new one that allows for seperate
    modification of an item's columns.
    ShadowsFriend committed Oct 11, 2015
    Configuration menu
    Copy the full SHA
    4d78aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fdaf37 View commit details
    Browse the repository at this point in the history