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

Refactorings from issue 174 #239

Merged
merged 8 commits into from
Aug 7, 2019
Merged

Refactorings from issue 174 #239

merged 8 commits into from
Aug 7, 2019

Commits on Jul 24, 2019

  1. Extract PhotoData to new file

    Inspired by upstream commit telegramdesktop/tdesktop@ffc20e4
    Related to #174
    leha-bot committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    90e334d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b03593 View commit details
    Browse the repository at this point in the history
  3. layerwidget: drop #include "structs.h"

    Also add missing headers to the lots of files (they were in structs.h,
    but we reduce dependencies).
    Related to #174.
    leha-bot committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e28af6e View commit details
    Browse the repository at this point in the history
  4. Extract GameData

    Related to #174.
    leha-bot committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    eb0ae95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    493d9ac View commit details
    Browse the repository at this point in the history
  6. Drop some cyclic #include's of structs.h

    It should reduce compile times.
    Related to #174.
    leha-bot committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    10972f6 View commit details
    Browse the repository at this point in the history
  7. Fix deprecation warning on Qt 5.12+

    See https://doc.qt.io/QT-5/qregularexpression.html#PatternOption-enum
    about deprecated QRegularExpression enum values.
    leha-bot committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    42e3710 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05ce42e View commit details
    Browse the repository at this point in the history