UpdaterDlg.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 66 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 54 more files in changeset.
Added ch icons to the title bars of most of the dialog boxes replacing the old, generic one (CH-260).

  1. … 10 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

  1. … 41 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 157 more files in changeset.
Fixed various issues reported by Coverity Scan (CH-249).

  1. … 12 more files in changeset.
Completely disabled sending http headers as they are causing trouble not only in WinXP but also Vista. Improved the user agent string. Additional cleanups in update checker. (CH-241).

  1. … 4 more files in changeset.
Modified updates checking: - added new option to let user decide if he wants secure connection or not (with autodetection), - fixed error messages being displayed incorrectly or empty, - fixed ability to re-check for updates after failure. (CH-241).

  1. … 11 more files in changeset.
Update checker fixed for Windows XP (CH-241).

  1. … 8 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 155 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Added support for changing settings from within the updater dialog. Tuned the way updates are displayed in updater dialog (CH-209).

  1. … 9 more files in changeset.
Partial support for changing updater check interval and update channel (CH-209)

  1. … 4 more files in changeset.
Small improvements in updater dialog (CH-209).

  1. … 5 more files in changeset.
First batch of changes related to checking for updates (CH-209).

  1. … 22 more files in changeset.
Added VS2015 projects, updated code to build with this new compiler (CH-173).

  1. … 21 more files in changeset.
Rewritten configuration system to use boost::property_tree (to allow easy embedding parts of configuration in task definition).

  1. … 23 more files in changeset.
Added support for checking for updates every specified interval.

  1. … 6 more files in changeset.
Bugfix: browser window did not open when choosing "Download new version..." from the update window (closes [#2827409]).

Bugfix: update notifications were shown when user had newer version than available on site.

Added new functionality - check for updates at startup (closes 2772856).

  1. … 10 more files in changeset.
Cleaned up header files from unnecessary includes.

  1. … 32 more files in changeset.
Fixed some warnings reported from the static code analysis (/analyze).

  1. … 24 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 122 more files in changeset.
Upgraded support for checking newer version (closes [#427]).

  1. … 7 more files in changeset.
Preliminary support for checking for updates (advances [#427]).

  1. … 8 more files in changeset.