142 Commits (07fe2e57fc54b9133879a0d23eaa81709edb39e6)

Author SHA1 Message Date
PeterForstmeier 81a0f5e41d CQA MainForm - ReportTab get focus if report is rendered 14 years ago
PeterForstmeier 4148a3ba2f Cleanup 14 years ago
Siegfried Pammer 277c8ad61d fix loading of code quality analysis 14 years ago
PeterForstmeier d0f6141dab Cleanup basereport 14 years ago
PeterForstmeier a4df4760f7 Change Report access from FileName to EmbeddedResource 14 years ago
PeterForstmeier a0044fe82e Change CodeQuality.addin 14 years ago
PeterForstmeier 368e67dc0d Fix CodeQuality.addin 14 years ago
PeterForstmeier d9521390bf ReportViewModel.cs DependencyReport 14 years ago
PeterForstmeier 93eb64d2be BaseClass for Reporting 14 years ago
PeterForstmeier 65f1038a9a OverviewReport 14 years ago
PeterForstmeier e354ea523c Fix Report1.srd 14 years ago
PeterForstmeier 698bd2e873 Very simple Report in CQA 14 years ago
PeterForstmeier f02b774342 ToolTip Style in DependencyMatrix 14 years ago
Siegfried Pammer 6088f7426c fixed http://community.sharpdevelop.net/forums/t/14458.aspx 14 years ago
Siegfried Pammer 5e18c7a6b7 add colored tooltips to MatrixControl 14 years ago
PeterForstmeier 3d08e8bd6d Tooltip's in DependencyMatrixControl, enhance CellSize in MatrixControl and Font in left and Top TreeView 14 years ago
PeterForstmeier 6a0830f1a6 Small changes in NodeDescription.xaml, remove debug code 14 years ago
Siegfried Pammer db5dc2d348 change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String. 14 years ago
Siegfried Pammer 2b56c5d934 fixing some exceptions while loading and analyzing assemblies 14 years ago
Siegfried Pammer 593fb49c77 fix assembly resolver bugs 14 years ago
Siegfried Pammer 33e6eb9a32 fix position of "please select an assembly" text 14 years ago
Siegfried Pammer 52f3ae0254 small additions analyzer, fixed some FxCop warnings 14 years ago
Siegfried Pammer bce0b943f8 add support for usage of event accessors 14 years ago
Siegfried Pammer 4a2c5b8560 implement support for events 14 years ago
Siegfried Pammer 322351adea add support for properties and add back info text 14 years ago
Siegfried Pammer 816b65b729 reimplement relationship concept from scratch 14 years ago
Siegfried Pammer d96f74b6df move information tooltip into NodeDescription 14 years ago
Siegfried Pammer 13965a78f9 implement method usage in method bodies 14 years ago
PeterForstmeier 16279c1a3d Popup in DependencyMatrix 14 years ago
PeterForstmeier e043f3eb5d NodeDescription.xaml and NodeDescriptionViewModel.cs 14 years ago
Siegfried Pammer 6b31a6f1dc fix exception occurring after launching CQA 14 years ago
Siegfried Pammer 93673a2945 finish implementation of Matrix <-> TreeView sync 14 years ago
Siegfried Pammer 0ede6cfcb7 implemented TreeViews of DependencyMatrix 14 years ago
Siegfried Pammer 83e350afc5 started implementation of AssemblyAnalyzer 14 years ago
Siegfried Pammer 82804565ac started implementation of AssemblyNode 14 years ago
Siegfried Pammer 17c5871d5f initial commit of new CodeQuality.csproj 14 years ago
Siegfried Pammer 08af7199ce small changes to CQA DOM 14 years ago
Siegfried Pammer fb61f42af2 started implementation of new DOM based on NRefactory.TypeSystem 14 years ago
PeterForstmeier 92952d70c9 Extend ToolTip Text in TreeMapViewModel.cs 14 years ago
PeterForstmeier 9739235d19 Tooltip in TreeMap show the numeric value the map is made from 14 years ago
PeterForstmeier ab8450b7f4 All queries are checked for '0' values, StatusBar show RemovedValues.Count 14 years ago
PeterForstmeier b9719ab46c Eliminate '0' Values in TreeMapViewModel 14 years ago
PeterForstmeier ab43453f0a QueryMethods 14 years ago
PeterForstmeier b2223bea74 TreeMapViewModel.cs, create Linq Queries for Namespace and Method 14 years ago
PeterForstmeier 64ea71d751 Add Query Classes for Assembly and Type, queries are still missing 14 years ago
PeterForstmeier f745ec42dd Eliminating zero values from Queries reduce render time for test assembly from 6 to 1 secounds 14 years ago
PeterForstmeier aa7e1bba54 eliminate '0' values in 'Nodes' 14 years ago
PeterForstmeier 8fd6c23877 Change itemWithCommand to ItemWithAction 14 years ago
PeterForstmeier b964a68112 try List<ItemWithCommand> for filtering nodes 14 years ago
PeterForstmeier dd45b722cb ChangeTabItem = Reset TreeMap,Small changes from FxCop 14 years ago