Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-13298604 : Split the p2QL into one core simple Expression part and one Query partThomas Hallgren1-6/+7
2010-01-12*** empty log message ***Pascal Rapicault1-1/+1
2010-01-12Bug 299374 - metadata API leaksJohn Arthorne2-2/+4
2010-01-12291763 - [metadata] Cleanup the Query APIibull23-48/+36
2010-01-07Bug 299079 - API cleanup in org.eclipse.equinox.p2.coreR3_6_v20100108John Arthorne7-7/+14
2010-01-06Bug 298993 - [ui] get if of p2.common bundleSusan Franklin1-1/+2
2010-01-05Bug 265574 - Interfaces for Artifact Repositoriesibull1-3/+3
2010-01-04Bug 295918 - [ui] IllegalArgumentException caused by IUDetailsGroupSusan Franklin1-1/+1
2009-12-30change from List to CollectionPascal Rapicault6-17/+16
2009-12-30298458: Add Java 5 Generics to the p2 code base (simplified for loops)Thomas Hallgren5-19/+8
2009-12-29Removed usage of Class.cast since it was introduced in Java 1.5Thomas Hallgren1-2/+5
2009-12-29298458: Add Java 5 Generics to the p2 code baseThomas Hallgren60-288/+331
2009-12-22Bug 298333 - TranslationSupport cleanupJohn Arthorne11-38/+17
2009-12-21298023: Simplify the IQueryResultThomas Hallgren8-46/+37
2009-12-17Get rid of the usage of operands where we canPascal Rapicault1-10/+9
2009-12-16256411: Use an Iterator in favor of a Collector in the IQueryable interfaceibull5-10/+17
2009-12-10Bug 296394 - [ui] Finish button enabled on first pageSusan Franklin2-1/+2
2009-12-08Fixed javadoc errorJohn Arthorne1-2/+0
2009-12-08Move ICopyright to public packagePascal Rapicault1-1/+2
2009-12-08256355: [metadata] query() forces returning the argumentibull54-158/+85
2009-12-07Bug 293344 [api][engine] review of the engine packageSimon Kaegi26-28/+54
2009-12-07remove unused DownloadPhaseSetSusan Franklin1-24/+0
2009-12-07Moving IU to public packagePascal Rapicault45-65/+117
2009-11-30Move artifact key to a public packagebefore_deletionPascal Rapicault3-2/+6
2009-11-27bug 293340 - review of repository packageAndrew Niefer43-105/+76
2009-11-26Bug 282176 - [ui] typed URL is erased after sites are contacted in the backg...R3_6_p2_api_cleanup_v20091126Susan Franklin10-145/+101
2009-11-25Bug 295379 - [ui] ArtifactRepositoryElement, QueryableArtifactRepositoryMana...Susan Franklin11-167/+203
2009-11-24Bug 295874 - Review of operation API: repository jobsSusan Franklin4-5/+5
2009-11-24Bug 295874 - Review of operation API: repository jobsSusan Franklin20-29/+179
2009-11-24Bug 295874 - Review of operation API: repository jobsSusan Franklin12-179/+50
2009-11-23Bug 293344 - [api][engine] review of the engine packageJohn Arthorne2-5/+5
2009-11-23Bug 295917 - [ui] No content in categorySusan Franklin1-6/+5
2009-11-19javadoc cleanupSusan Franklin1-0/+9
2009-11-19api cleanup, remove more chaff, add javadocSusan Franklin4-6/+5
2009-11-19api cleanup - renaming and javadocSusan Franklin10-15/+15
2009-11-19Bug 295380 - [metadata] LicenseManager should move to coreSusan Franklin15-189/+38
2009-11-18Bug 293961 - [ui] Make the UI Policy as minimal as possibleSusan Franklin28-103/+377
2009-11-17get rid of AnyRequiredCapabilityQueryPascal Rapicault3-48/+2
2009-11-17bug 256415 - remove IArtifactRepository.getArtifactKeysAndrew Niefer1-4/+8
2009-11-16getRepositoriesVisible() instead of null manipulatorSusan Franklin1-2/+2
2009-11-16Remove properties from IInstallableUnit and add queriesafter_IU_constants_movePascal Rapicault10-23/+26
2009-11-13classes with constants move internal, constants to ProvisioningSessionSusan Franklin8-26/+25
2009-11-13remove chaff from ProvisioningSessionSusan Franklin9-34/+37
2009-11-12ignore all core events when the UI initiates something/then update at the endSusan Franklin6-32/+36
2009-11-12Bug 293344 - [api][engine] review of the engine packageJohn Arthorne6-16/+22
2009-11-12consolidate wizard status reportingSusan Franklin17-101/+67
2009-11-11rework wizard framework to precreate all pages and simplify page change logicSusan Franklin10-167/+92
2009-11-11Use service name constantsJohn Arthorne1-1/+1
2009-11-11move selection management out of backgroundSusan Franklin1-17/+17
2009-11-10move parallel operation detection out of UI into operations bundleSusan Franklin2-57/+19

Back to the top