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

Add objects filter to the objects dock #1566

Closed
wants to merge 30 commits into from

Commits on May 7, 2017

  1. Add the line edit

    thabetx committed May 7, 2017
    Configuration menu
    Copy the full SHA
    bd138a3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. New filter

    thabetx committed May 9, 2017
    Configuration menu
    Copy the full SHA
    9b2c9a5 View commit details
    Browse the repository at this point in the history
  2. Initial working version

    selecting directly from the map doesn't update the dock
    thabetx committed May 9, 2017
    Configuration menu
    Copy the full SHA
    59d44b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a821e3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb8e1ae View commit details
    Browse the repository at this point in the history
  5. Make the models private

    thabetx committed May 9, 2017
    Configuration menu
    Copy the full SHA
    afaf337 View commit details
    Browse the repository at this point in the history
  6. Fix style

    thabetx committed May 9, 2017
    Configuration menu
    Copy the full SHA
    6d42d49 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Update filtering logic

    Don't show empty layers that matches the filter
    thabetx committed May 10, 2017
    Configuration menu
    Copy the full SHA
    0553dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ffaefd View commit details
    Browse the repository at this point in the history
  3. Fix style

    thabetx committed May 10, 2017
    Configuration menu
    Copy the full SHA
    eeb0dd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72855d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Refactoring

    thabetx committed May 12, 2017
    Configuration menu
    Copy the full SHA
    6ebcdf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46173b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b522ae View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

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

Commits on May 14, 2017

  1. Fix style

    thabetx committed May 14, 2017
    Configuration menu
    Copy the full SHA
    e425e53 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    12eaea7 View commit details
    Browse the repository at this point in the history
  2. Refactor the switching code

    thabetx committed May 16, 2017
    Configuration menu
    Copy the full SHA
    5f6f1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    184bff3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Fix spaces

    thabetx committed May 17, 2017
    Configuration menu
    Copy the full SHA
    d302c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c0a470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a51d46 View commit details
    Browse the repository at this point in the history
  4. Reverse the order of the proxy models

    Filter then reverse
    thabetx committed May 17, 2017
    Configuration menu
    Copy the full SHA
    e4f3b46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a59bd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd400ad View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Refactor getGroupIndex code

    thabetx committed May 18, 2017
    Configuration menu
    Copy the full SHA
    1ad9ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a440d16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b62505e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04cbe51 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Fixed the logic in ReversingProxyModel::sourceRowsAboutToBeInserted

    The logic was wrong when more than one row was getting inserted.
    bjorn committed May 20, 2017
    Configuration menu
    Copy the full SHA
    7bdad99 View commit details
    Browse the repository at this point in the history