HaikuDepot: notify work status from main windowhrev51713
commit4e6fbe0320b8e59a225770a2e08359b2cf349c98
authorJulian Harnath <julian.harnath@rwth-aachen.de>
Wed, 27 Dec 2017 15:08:27 +0000 (27 15:08 +0000)
committerJulian Harnath <julian.harnath@rwth-aachen.de>
Wed, 27 Dec 2017 15:13:34 +0000 (27 15:13 +0000)
tree63ad467d695288b98ecf038e624b8074822b53d4
parent8d4324628dc2ae60a392cb39947ffa396846d2ef
HaikuDepot: notify work status from main window

* Update the work status view with package state changes from
  MainWindow instead of PackageListView, because PackageListView
  does not always show all packages that are going to be installed
  (e.g. dependencies that are not shown when a search filter is
  active).

* Fixes the bug that prevented pending/download status to show up
  for dependencies when filters are used.
src/apps/haikudepot/ui/MainWindow.cpp
src/apps/haikudepot/ui/PackageListView.cpp