Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-17Remove unused field editor.Alexander Kurtakov2-396/+0
2012-08-30Adapt to Junit 4.Alexander Kurtakov1-13/+14
2012-08-29Add @Override annotations.Alexander Kurtakov4-1/+6
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov2-4/+7
2012-08-29Remove unnecessary NON-NLS.Alexander Kurtakov1-2/+2
2012-08-29Remove unneeeded casts.Alexander Kurtakov2-6/+6
2012-08-28NEW - bug 387727: ConcurrentModificationException in LibHoverLoadJob Jeff Johnston2-2/+9
2012-08-27Simplify the code a bit.Alexander Kurtakov1-23/+3
2012-08-27Remove old todo.Alexander Kurtakov1-1/+0
2012-08-23Fix various string handlings.Alexander Kurtakov2-3/+3
2012-08-23Don't use empty new String().Alexander Kurtakov1-1/+1
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes10-11/+11
2012-07-03Systemtap: Fixing 'missing generic type' warningsOtavio Pontes1-3/+3
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston6-9/+9
2012-06-14Prepare Libhover component for 1.0.0.Jeff Johnston21-30/+30
2012-06-08Bump up version of libhover feature to 0.4.0.Jeff Johnston3-2/+7
2012-06-08Fix 2 for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=381660Jeff Johnston4-3/+18
2012-06-08Fix for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=381660Jeff Johnston7-3/+33637
2012-04-20Use foreach for shorter code.Alexander Kurtakov2-5/+2
2012-04-20Don't catch Exception but concrete exceptions.Alexander Kurtakov1-1/+6
2012-04-20Remove unneeded things from the activator.Alexander Kurtakov1-18/+1
2012-04-19Create full toc.Alexander Kurtakov2-6/+131
2012-04-19Use title from the devhelp2 file.Alexander Kurtakov1-1/+75
2012-04-19Extract ITopic and IToc implementation in their own files.Alexander Kurtakov3-106/+143
2012-04-19Ignore http params in href for devhelp.Alexander Kurtakov1-1/+5
2012-04-19Remove the link as for some reason it was making the toc to not work.Alexander Kurtakov1-1/+1
2012-04-19Enable some standard warnings and fix them.Alexander Kurtakov7-19/+135
2012-04-06Make sure to close resources.Alexander Kurtakov1-1/+9
2012-04-02Make libhover.devhelp.tests a fragment.Alexander Kurtakov3-46/+3
2012-03-22Fix problem with libhover not working for Juno M6.Jeff Johnston2-1/+5
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes12-15/+15
2012-03-07Fix numerous FindBugs errors.Jeff Johnston7-8/+27
2012-02-22Enable source features and bundles generation.Alexander Kurtakov6-0/+96
2011-12-16308881: [consumability] Enable PDE API toolingAndrew Overholt2-0/+12
2011-11-29Add p2.inf files for all Linux tool features.Jeff Johnston6-0/+12
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston12-15/+15
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard10-11/+11
2011-10-10Let featureId == artifactId.Alexander Kurtakov6-6/+6
2011-08-24Do not set BREE for plugins without java content.Alexander Kurtakov2-2/+0
2011-08-23Make POM versions 0.9.0-SNAPSHOTAndrew Overholt10-11/+11
2011-08-11Make use of eclipse parent pom and delete not needed parts from build section...Alexander Kurtakov2-16/+0
2011-06-16Ensure all bundles have proper about.htmlAndrew Overholt7-119/+119
2011-06-02Add about.html to devhelp plug-in.Jeff Johnston3-1/+33
2011-05-30Add .devhelp2 support to devhelp libhover plug-in.Jeff Johnston2-34/+73
2011-05-25Reflect _docs to .docs change in remaining references.Andrew Overholt10-10/+10
2011-05-25Change underscores to dots in libhover doc bundle nameAndrew Overholt20-4/+4
2011-05-20Externalize devhelp bundle information strings, add " (Incubation)"Andrew Overholt2-2/+5
2011-05-20Bug 336846 - Update to 2011 SUAAndrew Overholt6-153/+327
2011-05-19Fix name of devhelp feature description variable (bug #346444).Andrew Overholt2-1/+5
2011-05-18Add tycho workaround for libhover devhelp plugin.Jeff Johnston1-0/+27

Back to the top