|
|
 |
18 revisions
Adjusted mini-view to avoid custom drawing on title bar ( CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.
Adjusted mini-view to avoid custom drawing on title bar ( CH-46) Added task context menus to status dialog and mini-view. Adjusted paused progress bar color on mini-view to make it more readable.
- Revision ID:
- 814b694086d5dc450efb6a5e5c6902145ddc07fd
- Parents:
-
src/ch/ProgressListBox.cpp 547f865c69434c14c6f16e4b529d4198f6fe2040
- Tags:
-
1.50beta1
- Head on:
-
master
Partial redesign of file overwrite dialog. Removed CMemDC in favor of MFC version.
Partial redesign of file overwrite dialog. Removed CMemDC in favor of MFC version.
Fixed several code issues reported by ReSharper ( CH-318)
Fixed several code issues reported by ReSharper ( CH-318)
- Revision ID:
- 9ddf8fdd5f641491dd30c49eb90f8f740314b6af
- Parents:
-
src/ch/ProgressListBox.cpp e98c03b108baad889dfd7c7fbb1a49f5ea5a55d8
- Branch points:
-
feature/feedback-improvements
- Tags:
-
1.45beta1
1.45beta2
1.45rc1
1.45
1.46
- Head on:
-
ch-1.40
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. ( CH-114)
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. ( CH-114)
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. ( CH-318).
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. ( CH-318).
Switched entire code to use nullptr instead of NULL ( CH-259).
Switched entire code to use nullptr instead of NULL ( CH-259).
- Revision ID:
- 1d8d51e0dd4d8ebcf0bd457d01fab984585220c0
- Parents:
-
src/ch/ProgressListBox.cpp 0cf74c78280b58c363868caafb9bf493a57aa006
- Tags:
-
1.40rc2
1.40rc3
1.40
Moved CTask and CTaskArray classes to the libchcore library.
Moved CTask and CTaskArray classes to the libchcore library.
Corrected code formatting.
Corrected code formatting.
Switched from CArray to std::vector in CTaskArray.
Switched from CArray to std::vector in CTaskArray.
Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.
Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.
Changed internal implementation of serialization from icpf::file to a more stable boost::serialization.
Changed internal implementation of serialization from icpf::file to a more stable boost::serialization.
Changed CArray to vector in progress list box.
Changed CArray to vector in progress list box.
Moved task management from MainWnd to CTask (where it should be placed from the beginning).
Moved task management from MainWnd to CTask (where it should be placed from the beginning).
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).
Updated the license headers in source files.
Updated the license headers in source files.
Added unicode configuration, x64 platform support and made it build.
Added unicode configuration, x64 platform support and made it build.
FS reorganization - next phase (advances [#303]).
FS reorganization - next phase (advances [#303]).
- Revision ID:
- 3493e9fc470285b0a0b417d50be281467a071eb7
- Moved from:
-
ch/ProgressListBox.cpp 6472716fec44f80b223922d89f269e365aeaba60
|