Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed calling convention of internet callback function. Possibly solves the crash problem [#2826152].

Rewritten the version generation scripts (closes 2810003).

  1. … 13 more files in changeset.
Fixed background color of controls in Status dialog and About dialog (closes 2809116).

Fixed some warnings.

    • -16
    • +16
    ./ictranslate/ICTranslateDlg.cpp
Fixed some warnings.

Added support for logging informations about process (closes 2796060).

  1. … 7 more files in changeset.
Version bump - 1.32beta-svn212.

Bump version number to 1.32beta-svn209.

Updated polish language to match current english.

Language updates:

Added resize capabilities to most of the dialog boxes used in CH (closes 2774255).

Added support for resizable controls.

    • -5
    • +240
    ./libictranslate/LanguageDialog.cpp
Bugfix: update notifications were shown when user had newer version than available on site.

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

Bumped version to 1.32beta-svn202.

Fixed problems with creating shortcuts in explorer (closes [2535991]).

    • -0
    • +221
    ./chext/ActionSelector.cpp
    • -0
    • +91
    ./chext/ActionSelector.h
Bugfix: wrong handling of .rc file lines starting with tab.

Directory times are now preserved (closes [2675400]).

Fixed problem with 'apply to all items' (closes [2571926]).

Added support for displaying feedback dialog boxes in places where error messages stopped processing (untested).

    • -0
    • +37
    ./common/ErrorConstants.h
Changed resource manager and engine config to singletons.

    • -0
    • +332
    ./ch/ClipboardMonitor.cpp
    • -0
    • +52
    ./ch/ClipboardMonitor.h
Changed engine config to singleton.

Changed CResourceManager to singleton.

Cleaned up header files from unnecessary includes.

  1. … 18 more files in changeset.
Removed unused includes.

Moved log file entries from resources to code (closes [2573419]).

Removed commented out method.

Changed CArray to vector in progress list box.

Moved task management from MainWnd to CTask (where it should be placed from the beginning).

Separated task classes to a separate files.