FilterDlg.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added simple regex validation on rule edit dialogs and filter dialog. Aligned rule edit dialogs' buttons.

  1. … 12 more files in changeset.
Added filter helper buttons on rule edit dialog boxes to make it coherent with filter dialog box.

  1. … 12 more files in changeset.
Changed the separator used for filters (vertical line was replaced with semicolon). Adjusted filtering settings dialog to include helper menu buttons with basic explanation of filter possibilities.

  1. … 4 more files in changeset.
Added preliminary feedback rules handler. Small refactoring of filters handling.

  1. … 19 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 593 more files in changeset.
Removed 'using namespace' clauses from header files. Removed macros that defines namespaces. (CH-318)

  1. … 9 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.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

  1. … 31 more files in changeset.
Added serialization of file filters to sqlite database (CH-97).

  1. … 21 more files in changeset.
Refactoring: split file filtering functionality to two separate files (TFileFilter and TFileFiltersArray).

  1. … 13 more files in changeset.
Refactoring:

  1. … 22 more files in changeset.
Improved naming convention inside chcore library.

  1. … 23 more files in changeset.
Added TDateTime wrapper to chcore as a replacement for not exportable ATL::CTime.

  1. … 16 more files in changeset.
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 33 more files in changeset.
File filter refactoring/preparation to move to chcore library.

  1. … 4 more files in changeset.
Migrated part of file filtering class to chcore mechanisms.

  1. … 5 more files in changeset.
Changed locking system from simple critical section in task objects (CTask, CTaskArray) to the boost::shared_lock for improved multi-threadedness and safety (might be a bit buggy though).

  1. … 18 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.
Updated the license headers in source files.

  1. … 101 more files in changeset.
Removed unneeded attributes from language files.

  1. … 17 more files in changeset.
Updated dialog related files with newer version of language dialogs.

  1. … 43 more files in changeset.
Converted to Visual C++ 2008 (closes [#422]).

  1. … 20 more files in changeset.
Further changes to the fs structure, other cleanups (advances [#303]).

  1. … 32 more files in changeset.
FS reorganization - next phase (advances [#303]).

  1. … 309 more files in changeset.