321 Commits (0304e2c9346727204f74803e166a8811f863a7a2)

Author SHA1 Message Date
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
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 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
Matt Ward 04c89f4b55 Update icons in unit tests window. Commit updated files missing from previous commit. 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
Siegfried Pammer cf9a06642b fixed small, but annoying bugs in VB Lexer and profiler 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
PeterForstmeier 4591d52baa Reset databinding for TreeMaps 14 years ago
Matt Ward 12f11b356b Move Rhino.Mocks to common libraries folder. 14 years ago
PeterForstmeier 8497323e67 CodeQualityAnalysis - Rework StatusBar to show actual values of selected Item 14 years ago
PeterForstmeier 554f23a2ae CodeQualityAnalyis Sort members in TreeViews 14 years ago
PeterForstmeier fc7b29f5ef Activation of MetricCombo, re factor creation of Nodes(INodes)List 14 years ago
Siegfried Pammer 830b0ab255 don't swallow exceptions if errors occurred while loading assembly in CQA 14 years ago
Siegfried Pammer 2064ac350c fix warning in PerformanceCounterDescriptor 14 years ago
PeterForstmeier 02cb93910b Extend CodeQuality/Src/MainWindowModel.cs with Menu 14 years ago
PeterForstmeier f52969bef6 WaitCursor in CodeQuality/Src/MainWindow.xaml 14 years ago
PeterForstmeier 73bd16d006 CodeQuality/TreeMaps/Controls/TreeMapsPanel.cs override OnRender to show WaitCursor 14 years ago
Siegfried Pammer e1a6f2b746 fix problem with readonly directories, when trying to profile executable in %PROGRAMFILES% 14 years ago
Matt Ward e7d03f328e MSpec addin assembly version number now uses common SharpDevelop version number. 14 years ago
Tomasz Tretkowski 4ee5dbaffb Machine.Specifications upgraded to version 5.3.0 14 years ago
Tomasz Tretkowski 78810e8a6b Machine.Specifications reference assemblies shufling. 14 years ago
Tomasz Tretkowski 2ae8712a97 Displaying mspec test specifications which are not implemented or marked with Ignore attribute as ignored. 14 years ago
Matt Ward 258f6f7529 Fix unit tests not being run when the 'Run all tests' menu item is selected but the Unit Tests window has not been opened. 14 years ago
Tomasz Tretkowski f8e392c5ab Set local copy to false for project references of MachineSpecifications. 14 years ago
Tomasz Tretkowski a42637f66a Fixed propagation of editor changes in double nested test classes to test pad. 14 years ago
Tomasz Tretkowski 89faa5dd00 Fixed displaying non-test classes nested in test fixtures in unit testing pad. 14 years ago
Tomasz Tretkowski 262636115d Abstract classes are not shown as nunit test fixtures in test pad. 14 years ago
Tomasz Tretkowski 4aa6401747 Results from failed or ignored mspec tests are not duplicated. 14 years ago
Tomasz Tretkowski ab63247b74 Exposing ProjectCount property from SelectedTests class. Narrowing Projects property type from IList to IEnumerable ( missing changes). 14 years ago
Tomasz Tretkowski 42e05c8349 Fixed selection of inner classes when running mspec tests based on namespace selection in test pad. 14 years ago