Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | force fancy progressbar redraw on window size change | David Kalnischkies | 2014-04-14 | 1 | -0/+3 |
| | | | | | | | | | | | We always reacted on the size change, but the bar is only redraw if the precentage changes, which can take quiet a while in big upgrades, so with a bit of refactoring we can now call for a redraw immediate to fix this. This refactor also helps in avoiding obscure pitfalls clangs static analyser was complaining about (namely failure of ioctl resulting in garbage values in the struct). | ||||
* | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt | 2014-03-27 | 1 | -1/+10 |
| | | | | | | A text progressbar is now displayed in the Dpkg::Progress-Fancy mode. It can be turned off via the apt option Dpkg::Progress-Fancy::Progress-Bar=false | ||||
* | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 1 | -9/+9 |
| | | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | ||||
* | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | 2014-03-13 | 1 | -16/+16 |
| | | | | | Git-Dch: Ignore Reported-By: gcc -Wpedantic | ||||
* | add missing vector include | Michael Vogt | 2013-12-28 | 1 | -0/+1 |
| | |||||
* | properly handle SIGWINCH in PackageManagerFancy again | Michael Vogt | 2013-12-28 | 1 | -3/+9 |
| | |||||
* | first proof-of-concept for a fix for #731738 | Michael Vogt | 2013-12-22 | 1 | -2/+2 |
| | |||||
* | Handle SIGWINCH in APT::Progress-Fancy=1 | Michael Vogt | 2013-12-06 | 1 | -3/+6 |
| | |||||
* | use StartDpkg() in PackageManagerProgressDeb822Fd as well | Michael Vogt | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly ↵ | Michael Vogt | 2013-10-31 | 1 | -1/+7 |
| | | | | APT::Keep-Fds hack and also add a new PackageManagerProgressFd::StartDpkg() progress state | ||||
* | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | 2013-10-31 | 1 | -0/+3 |
| | | | | APT_PKG_MINOR >= 13) | ||||
* | move install-progress.{cc,h} to apt-pkg | Michael Vogt | 2013-10-22 | 1 | -0/+137 |