History log of /haiku/src/apps/softwareupdater/SoftwareUpdater.rdef
Revision Date Author Comments
# 5365cf36 24-Apr-2020 Niels Sascha Reedijk <niels.reedijk@gmail.com>

SoftwareUpdater: show localized name in Deskbar

Reported by bitigchi in #15554. Thanks!


# 134abee0 28-Jan-2019 CodeforEvolution <secundaja@gmail.com>

Added reboot button for after successful update

Change-Id: Ia444132bd8ffc2ccde53efcdbcbd9f31c3f2a439
Reviewed-on: https://review.haiku-os.org/c/968
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 17683fa9 30-Jul-2017 Brian Hill <supernova@tycho.email>

SoftwareUpdater- add zoom feature and bug fix

* Added zoom button to window tab (and backend code to accurately
calculate proper zoom size for displayed packages)
* No longer need to add icon to notifications since this is now done
automatically by the BNotification constructor since hrev51299
* Create icons and setup fonts in constructors of list item classes

Bug fixes:
* Lock windows before quitting (fixes #13613)


# acfd5c86 09-Jul-2017 Brian Hill <supernova@tycho.email>

SoftwareUpdater improvements and fixes

Improvements:
* Close box on window tab replaces cancel button
* Final window quit button made default
* Window frame and details checkbox option saved to settings file and
restored upon start of application
Bug fixes:
* Fixed strings not truncating properly in scroll view
* Application was unnecessarily aborting the Haiku shutdown process
* Window corner grabber now not shown when window is not resizable


# b35bccc0 01-May-2017 Brian Hill <supernova@warpmail.net>

SoftwareUpdater version 1.0.1

Changes:
-Bug fix in output when no network is detected on x64. Fixes #13345
-Do not display a final notification if SoftwareUpdater is front most
window (redundant since the same message is displayed in window)
-Remove the "Continue anyway" prompt when no network detected
-Implement the --verbose command option:
For update and full-sync modes, only displays Terminal output when
--verbose is used
For check mode show output on notifications
-Replace the "Show more details" popup menu with a check box
-Replace fprintf commands with other non-formatting commands if no
formatting is needed (thanks Axel)
-Display a dialog and button to open the Repositories preflet if no
repositories are enabled
-Do not display confirmation to quit until after downloads have started


# ad7783e4 11-Mar-2017 Brian Hill <supernova@warpmail.net>

Updates to SoftwareUpdater

Committing work done to make SoftwareUpdater functional. The
application will find available updates, confirm with the user to
apply updates, download packages and apply them. There are a few bugs
and features remaining to be fixed and completed:

*Bug with window resizing after packages start downloading- list view
does not resize down
*Tooltips to be implemented (showing repository and other details)
*Proper handling of no network or failed repository connections
*Testing of the problem solver
*Mode to only check for availability of updates and post notification
with results


# f7d9c011 08-Dec-2016 Alexander von Gluck IV <kallisti5@unixzen.com>

SoftwareUpdater: Initial work on a GUI software updater

* Planning on having a notification box when updates
available.
* Clicking the notification box will pop up the
SoftwareUpdater with a simple "Apply Updates" button
* Currently users need to know to 'pkgman update'