Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Bug 525698 - Move ui.sdk.* bundles to Java 8I20171006-2000Alexander Kurtakov14-64/+116
* Bump BREE * Bump minor version * Update warnings for newer Java versions * Add missing Override annotations * Lambda conversion * Remove redundant type arguments Change-Id: I112e7295fd80f8132e4d1574c32264c244609f19 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: Ic754058b23731334425f98aaca527bcf90991a7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-11Bug 516457 - Many of plug-ins need a version increaseI20170514-2000I20170514-1120Alexander Kurtakov2-2/+2
Take care of the following: o.e.equinox.p2.publisher - service bump o.e.equinox.p2.publisher.eclipse - service bump o.e.equinox.p2.repository - service bump o.e.equinox.p2.repository.tools - service bump org.eclipse.equinox.p2.touchpoint.natives - service bump org.eclipse.equinox.p2.ui.admin - service bump org.eclipse.equinox.p2.ui.admin.rcp - service bump org.eclipse.equinox.p2.ui.importexport - service bump org.eclipse.equinox.p2.ui.sdk - service bump org.eclipse.equinox.p2.tests - service bump Change-Id: I21578f13200b5c9de6fed6818b16992764f33216 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-18Bug 514863: Use png files in org.eclipse.equinox.p2.uiMatthias Becker10-11/+11
Change-Id: Ia891112782c251e903149d5e3db8d873f3b1b6d9 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsThomas Watson1-1/+1
Change-Id: I90a85375f7864204f482d76130da772798f0a28b Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-06-16Bug 490752 - Remove Help > Installation Details menuLars Vogel1-9/+0
Change-Id: Ifc81dbdfe1c022840090b9101b2ba263c3c659ad Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-07-02Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Thomas Watson1-1/+1
- update parent poms for 4.6
2015-04-23Update versions for MarsThomas Watson2-2/+2
2015-03-23Bug 460967 - Use type safe service retrievingAlexander Kurtakov2-6/+8
Instead of retrieving services based on their String class name there is newer implementation that takes the class directly and returns the correct class preventing casts. Change-Id: I817c47b702001b739a07a54f4fd8dd72ae9750aa Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsPaul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-04-07Bug 428766 - Add menu item for Installation Details to Help menu withI20140408-0800Cole Markham3-0/+16
other software installation related tasks Change-Id: I72ffc7a665f44122f4e8308246bd09563272bc3e Signed-off-by: Cole Markham <cole@ccmcomputing.net>
2013-11-15Bug 421824 - Use *Scope.INSTANCEAlexander Kurtakov2-3/+3
*Scope constructors are deprecated and using the INSTANCE static field is recommended. Change-Id: I56de8e03818ef4abe45c9b7097cbf5ae1d92ce14 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-13Bug 421339 - Accept java 1.5Krzysztof Daniel2-5/+2
Make 1.5 setting default in Eclipse (P2 is compiled as 1.5 with tycho anyway). Drop jsr14. Change-Id: I848d7865211126ad32a226914a046f9553a48f04 Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
2013-10-09Bug 418844: Icons for p2 menuMickael Istria4-3/+6
Signed-off-by: Mickael Istria <mistria@redhat.com>
2013-06-26Bug 411170 -- Updated the parent poms for Luna (Eclipse 4.4)Ian Bull1-1/+1
2013-05-03Bug 407115 - externalize stringsI20130504-1500I20130503-2000Pascal Rapicault (JBoss)3-2/+7
2013-05-02Bug 407099 - [Remediation] Operation should not special case isCheckForUpdatesPascal Rapicault (JBoss)1-2/+2
2013-03-27Bug 403971 - Update Equinox p2 parent versionsI20130402-0800Pascal Rapicault2-4/+4
2013-03-24Add remediation pagePascal Rapicault (JBoss)2-3/+33
When an operation can't succeed, the error page is replaced by a dialog letting the user pick a better solution. This is enabled in all major workflows. At the projector level, it features a new encoding for optionality and a new way of defining optimization functions.
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130225-185631Ian Bull1-1/+1
Upated all the pom.xml files (in the bundles) to include the proper groupID. The groupID is the first three segments of the artifactID.
2013-01-14Bug 396420: Control a number of p2 install checkboxes via plugin_customizationv20130114-174027I20130115-0800Hamdan Msheik3-5/+34
2012-11-21Bug 390385 - Stop the use of jsr14v20121121-194827Pascal Rapicault (Ericsson)1-2/+0
2012-11-21Re-enable p2 build to work standalonev20121121-164058Pascal Rapicault (Ericsson)1-1/+1
2012-06-25Bug 378374 - Make sure there are no old Update Manager left-overs inv20120625-142215David Williams3-31/+3
packages
2012-05-15Bug 349628 - No update proposed when there are repository with errorsv20120515-1650I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900Ian Bull1-0/+7
When a repository fails to load, we continue the update check. All the repositories that fail to load are 'accumulated' and shown to the user, but the update check proceeds with the available repositories. This commit changes the visibility of a method in an API class from private to protected. However, this class is marked as 'noextend' so really shouldn't be considered new API.
2012-05-15Revert "Bug 349628 - No update proposed when there are repository with errors"Ian Bull1-7/+0
This reverts commit 8a16090df20423751452e26b96863507dfd20514.
2012-05-14Bug 349628 - No update proposed when there are repository with errorsv20120514-2208I20120514-2100I20120514-1900Ian Bull1-0/+7
Introduces a Suppress Errors flag on the Repository Load job. If this flag is set, then repository load errors are not shown. We set this flag when check for updates happen.
2012-04-29Bug 374915 - org.eclipse.equinox.p2.ui.sdk has mandatory imports fromv20120429-0358Pascal Rapicault1-2/+2
compare
2011-08-12304594 fixed versions in few poms to be consistent with Manifests, fixed ↵Anthony Dahanne1-2/+3
relative paths, and imported org.eclipse.compare as packages for ui.sdk Signed-off-by: Pascal Rapicault <pascal@sonatype.com>
2011-08-01304594 Fix obvious POM configuration issuesTobias Oberlies1-2/+2
- Correct relativePath to parent POM. - Use recommended version format in POMs: A version with automatically replaced qualifier maps to a SNAPSHOT version in the POMs.
2011-07-20Changed .cvsignore to .gitignore filesJohn Arthorne2-2/+1
2011-05-02copyright updatev20110502-1955v20110502-1930Ian Bull2-2/+2
2011-03-31formattingPascal Rapicault1-12/+14
2011-03-19Bug 333810 - Add an p2 RCP UIPascal Rapicault5-2/+45
2011-02-17Update version numbers in poms.Pascal Rapicault1-1/+1
2010-12-21Bug 313242 - [ui] Hard to find "uninstall" UISusan Franklin3-1/+14
2010-12-21incremented version range due to use of generified OSGi APIpublishing_incubatorJohn Arthorne1-1/+1
2010-09-23Fix compiler warnings.DJ Houghton3-4/+4
2010-08-17Add target folderv20101119Pascal Rapicault1-1/+2
2010-05-12Bug 305375 - [ui] Many dialogs about unavailable sitesSusan Franklin1-0/+2
2010-05-07Bug 310693 - [ui] p2 menus available, even without an agentSusan Franklin3-1/+35
2010-05-05update copyrightJohn Arthorne10-10/+10
2010-04-14Bug 305810 - [ui] checking for updates can block UI thread if resolution failsSusan Franklin6-8/+57
2010-03-25Bug 307029 - Compile warnings in official buildDJ Houghton1-1/+1
2010-03-21*** empty log message ***Pascal Rapicault1-1/+1
2010-03-21*** empty log message ***Pascal Rapicault1-1/+1
2010-03-20Adding pom files to allow build with tychoPascal Rapicault1-0/+14
2010-03-18fix manifest and build properties to include J2SE-1.5Susan Franklin1-0/+2
2010-03-18fix manifest to include J2SE-1.5Susan Franklin1-1/+2
2010-03-17Bug 305919 - decouple org.eclipse.equinox.p2.ui from org.eclipse.compareSusan Franklin7-13/+254

Back to the top