Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-27Bug 347392 - Non externalized string in org.eclipse.cdt.codan.internal.ui.pre...Sergey Prigogin3-1/+5
2011-05-27Bug 333494 - Codan sometimes stops working after upgrade.Sergey Prigogin2-35/+12
2011-05-24Bug 331788 - NLS: Severities for Code Analysis Problem Preferences not extern...Vivian Kong2-5/+6
2011-05-24Moved initialization of default preference to Codan core where it belongs.Sergey Prigogin1-35/+0
2011-05-13Bug 345793 - Codan checkers run even when disabled.Sergey Prigogin2-4/+7
2011-05-08Methods for controlling grabExcessHorisontalSpace and grapExcessVerticalSpace...Sergey Prigogin2-3/+3
2011-04-19Renamed messages.properties to CeheckersMessages.properties.Sergey Prigogin1-96/+0
2011-04-19Renamed messages.properties to CodanUIMessages.properties.Sergey Prigogin2-5/+101
2011-04-06Bug 342013 Code Analysis launch options not externalizedVivian Kong4-10/+25
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-23Bug 339294 - Message Pattern should not be user-configurable. Patch by Alex R...Sergey Prigogin1-1/+26
2011-03-08- did a major refactoring with API breakage to get rid of bad dependency fro...Alena Laskavaia7-297/+91
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 Laskavaia4-140/+27
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 Laskavaia1-1/+1
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-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-18PR: 325669 - run on folder, patch from Marc-Andre LaperleAlena Laskavaia1-0/+6
2010-08-17added general problem attributes in customize pageAlena Laskavaia2-4/+92
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-13fixed usage of improper attribute for problem id, added marker groupping supportAlena Laskavaia3-16/+30
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-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 Laskavaia2-5/+22
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