History log of /haiku/src/servers/package/ProblemWindow.cpp
Revision Date Author Comments
# 7b031482 26-Sep-2017 Jérôme Duval <jerome.duval@gmail.com>

package_daemon: hide the problem window when done with it.

* it will be shown again when needed.
* should fix #13716.


# b105213b 31-Mar-2017 Brian Hill <supernova@warpmail.net>

SoftwareUpdater improvements

*Bug fix- list item colors use Appearance settings
*Problem Solver window buttons right aligned, window now app modal
*The main window's stripe and icon now use the same scaling as BAlert
*A pop-up menu displays an option to view more details (replaces the
tooltips)
*New prompt at application start to choose between doing an Update or
a Full Sync. Also lays the ground work for implimenting silent
check-only feature.


# cf0ba058 06-Feb-2017 Humdinger <humdingerb@gmail.com>

Add localization to package daemon and solver

Thanks to Adrien and Rene for reviewing and guidance.
Fixes #13282.


# 5d7e699a 09-Jan-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

package_daemon: fix regressions from Set*UIColor merge.

Also use Set*UIColor where appropriate.


# f2cba19f 11-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Fix message constant types


# 9f12d254 11-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Simplify getting the font height


# b53a2e6a 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Use a scroll view


# 38c62dfb 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: Implement dependency resolution support

... for package changes performed manually by the user (i.e.
adding/removing files in a packages directory). Currently only done for
the system root. Alternative roots should still work as before, so this
shouldn't affect haikuporter (not tested yet).

Needs some more work (e.g. the GUI part).


# f2cba19f533f51ee958a1a743bb6414e1eb8c96e 11-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Fix message constant types


# 9f12d254b1dbc2aa05274140d3bce78645aa4231 11-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Simplify getting the font height


# b53a2e6af53a5f375e63a50c4a021bb8967cb2d7 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: ProblemWindow: Use a scroll view


# 38c62dfb8b5acffe9373b19e087d037d38a281a5 10-Sep-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package daemon: Implement dependency resolution support

... for package changes performed manually by the user (i.e.
adding/removing files in a packages directory). Currently only done for
the system root. Alternative roots should still work as before, so this
shouldn't affect haikuporter (not tested yet).

Needs some more work (e.g. the GUI part).