Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | fix another instance of warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies | |
Reported-By: cppcheck Git-Dch: Ignore | |||
2014-04-14 | force fancy progressbar redraw on window size change | David Kalnischkies | |
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). | |||
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt | |
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 | |||
2014-03-27 | make fancy-progress fg/bg color configurable | Michael Vogt | |
Add two new options: Dpkg::Progress-Fancy::Progress-{fg,bg} that allows customizing the colors in the dpkg fancy progress output. | |||
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wpedantic | |||
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies | |
The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore | |||
2013-12-28 | Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess | Michael Vogt | |
Conflicts: apt-pkg/install-progress.cc | |||
2013-12-28 | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into ↵ | Michael Vogt | |
bugfix/bts731738-fancy-progess Conflicts: apt-pkg/install-progress.cc | |||
2013-12-28 | properly handle SIGWINCH in PackageManagerFancy again | Michael Vogt | |
2013-12-22 | first proof-of-concept for a fix for #731738 | Michael Vogt | |
2013-12-22 | first proof-of-concept for a fix for #731738 | Michael Vogt | |
2013-12-12 | Fix conffile prompt regression (LP: #1260297) | Michael Vogt | |
This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again. | |||
2013-12-06 | Handle SIGWINCH in APT::Progress-Fancy=1 | Michael Vogt | |
2013-11-01 | small documentation updates0.9.13_exp1 | Michael Vogt | |
2013-10-31 | setup LINES in apt-pkg/install-progress.cc | Michael Vogt | |
2013-10-31 | use StartDpkg() in PackageManagerProgressDeb822Fd as well | Michael Vogt | |
2013-10-31 | add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly ↵ | Michael Vogt | |
APT::Keep-Fds hack and also add a new PackageManagerProgressFd::StartDpkg() progress state | |||
2013-10-31 | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR >= 13) | |||
2013-10-22 | fix install-progress location | Michael Vogt | |
2013-10-22 | move install-progress.{cc,h} to apt-pkg | Michael Vogt | |