Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Centralized progress dialog #35

Open
wants to merge 75 commits into
base: development
Choose a base branch
from
Open

Commits on May 11, 2015

  1. Remove useless RepoMan tests

    These tests actually didn't test very much, are in the wrong library and
    no longer compatible with how the RepoMan will work.
    
    We need to investigate further in how to do actually useful testing of
    the RepoMan.
    scunz committed May 11, 2015
    Configuration menu
    Copy the full SHA
    3391236 View commit details
    Browse the repository at this point in the history
  2. Remove signals from RM::Repo

    scunz committed May 11, 2015
    Configuration menu
    Copy the full SHA
    4cb1466 View commit details
    Browse the repository at this point in the history
  3. Remove 'open' logic'

    scunz committed May 11, 2015
    Configuration menu
    Copy the full SHA
    66ff7eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    359c33d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a84e82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f57c961 View commit details
    Browse the repository at this point in the history
  7. Make AutoRefresher internal

    scunz committed May 11, 2015
    Configuration menu
    Copy the full SHA
    1af99a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e722ebe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ad1e9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77517e6 View commit details
    Browse the repository at this point in the history
  11. Move some RepoMan code around

    scunz committed May 11, 2015
    Configuration menu
    Copy the full SHA
    97a29e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ff3da1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Configuration menu
    Copy the full SHA
    d16922c View commit details
    Browse the repository at this point in the history
  2. Be explicit about namespace of Dumper class

    When we'll move most of Internal to Data, the Dumper class
    resides where it is. So this'll make things easier later on
    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    fa24fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff4d8d View commit details
    Browse the repository at this point in the history
  4. Temporary code

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    b1022f3 View commit details
    Browse the repository at this point in the history
  5. Fixup to "Temporary Code" :(

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    43dc7ea View commit details
    Browse the repository at this point in the history
  6. Adjustments

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    9a902ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a4afc4 View commit details
    Browse the repository at this point in the history
  8. Repoman Events

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    87d4364 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9d4801 View commit details
    Browse the repository at this point in the history
  10. Logging Channel for Git

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    6ecc29c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c635fcc View commit details
    Browse the repository at this point in the history
  12. Add: OpenRepository Service

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    b6fb03a View commit details
    Browse the repository at this point in the history
  13. Invoke OpenRepository service

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    0fa9c3e View commit details
    Browse the repository at this point in the history
  14. Add: RefreshRepository Service

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    63d17bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    da0ed09 View commit details
    Browse the repository at this point in the history
  16. Core files for libActivities

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    bf7ceff View commit details
    Browse the repository at this point in the history
  17. Snapshot of a mostly complete Activities interface

    Still lacking lots of implementation and a good testcase.
    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    431e98b View commit details
    Browse the repository at this point in the history
  18. Should fix Linux build

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    33f1e00 View commit details
    Browse the repository at this point in the history
  19. Fixup: Remove unused code

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    226c351 View commit details
    Browse the repository at this point in the history
  20. Step creation

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    6aa8e7c View commit details
    Browse the repository at this point in the history
  21. Fixup: Remove deadlock

    scunz committed May 12, 2015
    Configuration menu
    Copy the full SHA
    e2dd1ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c3ef9d8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a7d25f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5bf8aee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9ded4fd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    948f8e9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. 2 Configuration menu
    Copy the full SHA
    ee2797c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf08429 View commit details
    Browse the repository at this point in the history
  3. RepoMan: fix missing include

    antis81 committed May 13, 2015
    Configuration menu
    Copy the full SHA
    892d60b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2015

  1. copied progress dialog from "Repository" module (ProgressDlg) to libM…

    …acGitverCore with required minor changes
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    6c64958 View commit details
    Browse the repository at this point in the history
  2. add ProgressWdgt, preparing for unified progress dialog

    The ProgressWdgt is going to be used internally by ProgressDlg to represent a single activity or step.
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    02ec756 View commit details
    Browse the repository at this point in the history
  3. redesign ProgressDlg to visualize the progress of multiple activities

    An activity must contain at least one step to be processed.
    
    Note: There's no logging available yet.
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    6825854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5dd49a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c2e16 View commit details
    Browse the repository at this point in the history
  6. set text according to state of progress (running/finished)

    TODO: error state is missing
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    c10097c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44a8364 View commit details
    Browse the repository at this point in the history
  8. minor cleanup in ProgressDlg

    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    008c9a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6065717 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d3995f View commit details
    Browse the repository at this point in the history
  11. ProgressDlg: minor cleanup

    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    2152781 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a1bc44 View commit details
    Browse the repository at this point in the history
  13. ProgressDlg: move asserts

    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    b026b9e View commit details
    Browse the repository at this point in the history
  14. ProgressDlg: remove invalid activities from progress updating

    Activities become invalid, when they where deleted (pointer == nullptr).
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    0aed968 View commit details
    Browse the repository at this point in the history
  15. add ProgressDlg::setError()

    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    d6a6c8f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    294c2f2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2627e42 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc05e54 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eb6eac1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    825d4e8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c865406 View commit details
    Browse the repository at this point in the history
  22. ProgressDlg: a progress widget has no "running" state; an "active" fl…

    …ag better reflects what I mean here
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    444f107 View commit details
    Browse the repository at this point in the history
  23. ProgressDlg: refine the appearance of progress bars by using the acti…

    …viy's result and minor cleanup
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    7ab5ac7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    df89eb2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7e13dfb View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    26cc7fa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a996865 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6aea9a2 View commit details
    Browse the repository at this point in the history
  29. ProgressDlg: only the activity has a finished slot

    When a step progress reaches 100%, the progress bar changes to a green background.
    antis81 committed May 17, 2015
    Configuration menu
    Copy the full SHA
    75433fe View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

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

Commits on May 23, 2015

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

Commits on Jun 1, 2015

  1. Configuration menu
    Copy the full SHA
    9e5fcaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6790840 View commit details
    Browse the repository at this point in the history
  3. ProgressDlg: add item delegate to draw the items

    The delegate is just a template and not done right yet.
    antis81 committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    243398d View commit details
    Browse the repository at this point in the history