Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-06Bug 342013 Code Analysis launch options not externalizedVivian Kong4-10/+25
2011-03-29Bug 329430 - using bug icons for now for codan markersAlena Laskavaia7-5/+5
2011-03-23Bug 339305 - Preference "Run as you type" should appear only if checker suppo...Sergey Prigogin2-5/+16
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex R...Sergey Prigogin1-2/+2
2011-03-23Disabled auto formatting on save. Alena, please don't re-enable it.Sergey Prigogin1-2/+2
2011-03-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex R...Sergey Prigogin1-1/+26
2011-03-18Bug 329430: added extension to replace default icons for codan with custom. N...v201103180806Alena Laskavaia14-3/+30
2011-03-08- did a major refactoring with API breakage to get rid of bad dependency fro...Alena Laskavaia8-300/+93
2011-03-08-fixed updates of scope & launch mode for multiple problemsAlena Laskavaia6-12/+23
2011-03-04Bug 338569 - Not found problem with customized settings makes Codan Preferenc...Sergey Prigogin1-2/+4
2011-03-01partually support editing multiple problems at the same timeAlena Laskavaia4-39/+117
2011-02-28refactored per-problem launch mode: ui controls, internal structures, etcAlena Laskavaia6-143/+34
2011-02-27added ui code to grey out checkboxes which are conditionally enabled based on...Alena Laskavaia1-1/+19
2011-02-27added on deman launch profile instead of on inc buildAlena Laskavaia2-2/+3
2011-02-27added label to build prefs that they can be overriden by checkerAlena Laskavaia2-0/+110
2011-02-26got rid of info box - replaced with tooltipsAlena Laskavaia3-58/+72
2011-02-26removed unnecessary codeAlena Laskavaia1-4/+0
2011-02-24Bug 337487 - Bad exception handling in CodanAlena Laskavaia2-3/+3
2011-02-24removed API which would have never been committed thereAlena Laskavaia1-55/+0
2011-02-24Added couple of utility methodsAlena Laskavaia1-19/+34
2011-02-24auto-format code using project formatterAlena Laskavaia28-441/+243
2011-02-24enable project specific code formatter so all committers use the same oneAlena Laskavaia3-3/+273
2011-02-23On behalf of Alex Ruiz.Sergey Prigogin1-8/+13
2011-02-22fixed problem that run from menu did not work on c filesAlena Laskavaia1-2/+4
2011-02-20Bug 337625 - Support for example parameters for message pattern to be used in...Sergey Prigogin1-61/+42
2011-02-20Fixed compiler warnings.Sergey Prigogin1-2/+2
2011-02-10added support of specifing launch mode per problemAlena Laskavaia9-24/+380
2011-02-08Slightly improved layout of problems dialogAlena Laskavaia1-17/+17
2011-01-18Bug 331794 - NLS: Strings on Code Analysis - Customize Problem dialog not ext...Alena Laskavaia3-3/+9
2010-11-17fixed NPEAlena Laskavaia1-1/+4
2010-09-19Marker resolution generator has to be register for specific marker type not s...Alena Laskavaia1-0/+4
2010-09-18PR: 325669 - run on folder, patch from Marc-Andre LaperleAlena Laskavaia1-0/+6
2010-08-17added general problem attributes in customize pageAlena Laskavaia3-4/+120
2010-08-17fixed too long link in the problem detailsAlena Laskavaia2-3/+24
2010-08-17opening links from Problem Details was not working properlyAlena Laskavaia1-1/+4
2010-08-17externalized stringsAlena Laskavaia2-7/+13
2010-08-16Bug 309603 - Improve quick fixes to be more like JDT in the editor UIAlena Laskavaia1-0/+21
2010-08-13fixed usage of improper attribute for problem id, added marker groupping supportAlena Laskavaia4-16/+84
2010-07-30- fixed bug in openInEditor methodAlena Laskavaia1-13/+18
2010-07-29- removed commented out codeAlena Laskavaia1-15/+0
2010-07-29- fixed layout problems in problems configuration dialogAlena Laskavaia1-5/+25
2010-07-29fixed markerResolutions which I brokeAlena Laskavaia1-0/+7
2010-07-23Added quick for to create local variable for gcc error messageAlena Laskavaia1-0/+7
2010-07-22generator will set problem arguments based on pattern groups for non codan pr...Alena Laskavaia1-1/+37
2010-07-22allow to define quick fixes for gcc problems (not codan) as wellAlena Laskavaia4-11/+27
2010-07-22added comment about problems with marker dissaperingAlena Laskavaia1-1/+3
2010-07-21Bug 319196 updated to add common methodAlena Laskavaia1-0/+33
2010-07-01Bug 317875: extended utility classesAlena Laskavaia1-0/+57
2010-06-26Bug 317876 added utility methods required for more complex quick fixesAlena Laskavaia1-12/+108
2010-06-22Bug 317538: added access methods to details provider as wellAlena Laskavaia1-9/+46

Back to the top