Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-23Remove reliance on opxml component as outlined in Bug #273337, and useRoland Grunberg2-0/+47
2010-06-02Allow the default session "current" to be externalized, but maintain its engl...Roland Grunberg2-0/+5
2010-05-06Simplify double-click logic for symbols.Roland Grunberg1-49/+7
2010-04-09Fix code that requires the opening of a file on a certain line.Roland Grunberg1-77/+112
2010-04-08Use helper functions relocated into the profiling framework.Roland Grunberg1-106/+19
2010-04-06Add support for linking ModelSymbols (functions) to their source code.Roland Grunberg2-17/+165
2009-05-28stylistic changesKent Sebastian1-2/+3
2009-05-28fixed ebz277385 old glibc error message; incl 'no profiling data' error does ...Kent Sebastian2-0/+6
2009-05-14add final qualifier to static memberKent Sebastian1-1/+1
2009-05-11add indicator when there are no samples to display in the session; part of eb...Kent Sebastian4-6/+15
2009-03-26Move saving default session to actions menu instead of dbl-click, eclipse bz2...Kent Sebastian4-80/+10
2009-03-26check for null added due to test failureKent Sebastian1-4/+6
2009-03-26check for null added due to test failureKent Sebastian1-4/+7
2009-03-26check for null added due to test failureKent Sebastian1-4/+6
2009-03-17extract method to run opxml for test classKent Sebastian1-3/+7
2009-03-16minor changesKent Sebastian1-2/+3
2009-03-16remove double click on symbol to open fileKent Sebastian1-12/+15
2009-02-19remove annotation for nowKent Sebastian2-434/+0
2009-02-19start of new annotation modelKent Sebastian2-1/+90
2009-02-12change colourization thresholdsKent Sebastian2-10/+18
2009-02-11Annotation feature initial commit and related changesKent Sebastian8-64/+377
2009-01-22added a check and test if oprofile was run outside of eclipse and the samples...Kent Sebastian2-14/+20
2009-01-15fix externalizationsKent Sebastian13-35/+47
2009-01-14fixing copyright headersKent Sebastian3-3/+3
2009-01-07remove unused methodKent Sebastian1-8/+0
2009-01-07popup if opcontrol doesnt exist, descriptive text to fix, fixes so things don...Kent Sebastian1-1/+1
2009-01-06No NPE if modelroot is null; occurs if no opxml provider.Kent Sebastian2-4/+6
2009-01-06remove use of isEmpty() to allow use of 1.5 JVMsKent Sebastian2-2/+2
2008-12-09put the default minimum percentage into the activator and standardized the co...Kent Sebastian5-8/+17
2008-12-03icons for dependent, image, symbol and sample elements in the tree (im not sa...Kent Sebastian5-8/+12
2008-12-03event icon + related code to show itKent Sebastian2-2/+3
2008-12-02session iconKent Sebastian2-6/+4
2008-12-01show users only the source's filename, instead of full path; check for a null...Kent Sebastian1-1/+6
2008-12-01dbl-click on a symbol brings you to line 1 of the corresponding fileKent Sebastian1-1/+12
2008-12-01externalize parsing dialog messageKent Sebastian2-2/+3
2008-12-01changed classpath settings and removed @Overrides as necessaryKent Sebastian12-47/+0
2008-12-01perspective not used nor needed nor wantedKent Sebastian1-74/+0
2008-12-01i don't remember why this was in the UI package.. but all the launch stuff is...Kent Sebastian1-21/+0
2008-12-01deleted as part of refactoringKent Sebastian1-39/+0
2008-12-01refactored refresh view action to be its own class, added log reader action, ...Kent Sebastian3-7/+7
2008-12-01changes from OprofileUiMessages refactoringKent Sebastian2-10/+13
2008-12-01dont need these anymore -- the running/stopping of oprofiled is done from lau...Kent Sebastian6-256/+0
2008-12-01moved into OprofileViewLogReaderAction.javaKent Sebastian2-133/+0
2008-11-27double-click on the default session prompts allows the user to save it; remov...Kent Sebastian5-121/+90
2008-11-27Added functionality to double click on samples, bring up editor at the approp...Kent Sebastian4-90/+42
2008-11-27removed unused importsKent Sebastian1-3/+0
2008-11-27removed non-existant resource bundle + old codeKent Sebastian1-35/+0
2008-11-27removed unused classKent Sebastian1-483/+0
2008-11-26added id for oprofile plugin (used in setting focus/opening the view)Kent Sebastian1-0/+1
2008-11-26removed strings no longer usedKent Sebastian1-10/+2

Back to the top