Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-31Check for Windows packages using Windows registryChristian Georgi1-5/+42
Bug: 456811 Change-Id: I4bce66b7a8ffe1f2844d5a3f3f19c6a8e1c96bee Signed-off-by: Christian Georgi <christian.georgi@sap.com>
2015-03-23Bug 460967 - Use type safe service retrievingAlexander Kurtakov1-3/+3
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>
2015-02-26Bug 460967 - Use type safe service retrievingI20150303-0800Alexander Kurtakov4-13/+16
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: I8b26f4d294b927f4c28a6ba4e68e35bd401df4ec Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-24Bug 460627 - Fix compiler problems from generified IAdaptable#getAdapterAlexander Kurtakov11-68/+57
Generify where needed and bump the min version requirement for o.e.core.runtime and o.e.equinox.common to ensure that generified dependency will be used. Change-Id: I3e177a3c8384b5aaabe4c77c949e9802e53923b1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-02-24Bug 441146 - Spelling mistake in Install Remediation PageNoopur Gupta1-2/+2
Change-Id: I841484ac6b40bba9e9d26f3b0cc797af6e1ffe25 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com> Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2015-01-08456940 Work around NPE in getActiveWorkbenchWindow in tests on HudsonTobias Oberlies1-2/+1
- Remove unused parameter in ElementUtils, which would require calling the problematic getActiveWorkbenchWindow in the test. - Do an extra call to getActiveWorkbenchWindow() and ignore potential exceptions before the first time the method is needed in the IUPropertyPagesTest. Bug: 456940 Change-Id: Ie3a38c2576ebc96e831ff2eb685a8c595c3ae5ff
2014-12-08Bug 256145 - [WorkbenchLauncher] Don't prompt for workspace on pluginI20141216-0800I20141210-2000I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000Thomas Watson1-2/+2
install restart
2014-11-04Add support to open information dialogPascal Rapicault1-4/+15
2014-04-04Bug 384646 - [ui] 'type filter text' box searches hangsPascal Rapicault2-7/+10
Always force the loading of the repository in the background (even when it has already obtained from the remote location) which allows to initialize the category cache while outside of the UI loop. Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-04-04Bug 384646 - [ui] 'type filter text' box searches hangsPascal Rapicault1-2/+5
When repo is loaded for the first time, pre-populate the cache for the categories. Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-04-04Bug 384646 - [ui] 'type filter text' box searches as the user types eachPascal Rapicault2-2/+15
letter and hangs Signed-off-by: Pascal Rapicault <pascal.rapicault@ericsson.com>
2014-04-02415854 : Filter installed softwaresFred Bricon4-433/+450
This patch adds a filter to the installed sofwtare page, similar to the one present in the plugins page. Displayed IUs are filtered on IU id, name, provider (depending on the columns displayed on the page actually). The StringMatcher class, originally copied from org.eclipse.ui.internal.misc.StringMatcher into ComboAutoCompleteField was refactored as an -internal- top level class org.eclipse.equinox.internal.p2.ui/misc.StringMatcher, for the purpose of this new feature. Filtering in action : http://screencast.com/t/qNWw6SpvMM8 Change-Id: I71f8014f46e7321b0df6ce1bf3fd30dab2a37ad6 Signed-off-by: Fred Bricon <fbricon@gmail.com>
2014-02-19Bug 428527 - Increase delay in p2 update dialog filtering to improveLars Vogel1-2/+2
perceived performance Change-Id: Iada5055e032cdef9e9d99782d660bcd1b6d20598 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2014-02-19Bug 428523 - [Minor] Code cleanup in org.eclipse.equinox.p2.uiLars Vogel1-35/+68
For AvailableIUsPage Change-Id: I6c2d675094fbfef161db721206ad1af907d91880 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com> Also-by: Krzysztof Daniel <krzysztof.daniel@gmail.com>
2014-02-19Bug 428523 - [Minor] Code cleanup in org.eclipse.equinox.p2.uiLars Vogel1-18/+47
For DelayedFilterCheckboxTree Change-Id: I8105a2e39a723bb1093173e00e68ad4e5a279fb6 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2013-12-10bug 423628 - False positives warnings in the official build.I20131211-0800I20131210-2000I20131210-0800Krzysztof Daniel11-11/+34
False positives are caused by projects settings being different than build settings. Typical example is that project is configured to warn about local variable hiding a field, and suppression is added, but the regular releng build is not configured to warn, and it finds unnecessary suppression. I have did following things: * fixed warnings that I was able to fix (renamed variables, added generics, comments, etc, etc). * reduced the number of warnings in tests * commented warnings that must not be suppresed in the workspace unless we want "Unnecessary @SuppressWarnings" at build time. Change-Id: Iab2c962e5c331eab170b5f6e08d9bb29d05f0cc4
2013-12-09Bug 409073 - Cannot install items from .p2f file (no repository found)Hamdan Msheik1-1/+2
Signed-off-by: Pascal Rapicault <pascal@rapicault.net> Signed-off-by: Hamdan Msheik <hamdan.msheik@ericsson.com>
2013-11-19Bug 422026 - Get rid of ColletionUtils.empty[Set|List|Map]Alexander Kurtakov3-8/+4
Now that p2 has Java 1.5 as a minimum there is no reason to not use the JVM methods. Change-Id: I89444e8d1e174c316e2b17fb4f53bc7b1d097c0a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-11-15Bug 421798 - Fix various warnings.Alexander Kurtakov1-1/+1
* Remove unneeded casts. * Remove unneeded throws. * Remove unneeded semicolons. Change-Id: I7454ea216cfc194a0d394550feecc29042d23363 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-06-18Bug 410276 - [remediation] incorrect wordingPascal Rapicault1-1/+1
2013-06-18Bug 408473 - [remediation] - Column Headers not sortablePascal Rapicault (JBoss)1-0/+72
2013-05-28Bug 409342 - [remediation] Change wording of top level labelI20130602-2000I20130601-1500I20130531-2000I20130530-1430I20130529-2000I20130528-2000Pascal Rapicault (JBoss)1-5/+5
2013-05-21Bug 407568 - [remediation] Error details does not use vertical spacePascal Rapicault (JBoss)2-1/+2
2013-05-09Bug 407335 - [UI] NPE trying to install when "filter on env" is setI20130513-2000I20130512-2000I20130511-1500I20130510-2000I20130509-2000Pascal Rapicault (Ericsson)1-0/+1
through product configuration file
2013-05-09Bug 406984 - [ui][remediation] Rework presentation of the solutionsPascal Rapicault (JBoss)12-64/+347
2013-05-03Bug 407115 - externalize stringsI20130504-1500I20130503-2000Pascal Rapicault (JBoss)4-5/+10
2013-05-02Bug 407099 - [Remediation] Operation should not special case isCheckForUpdatesPascal Rapicault (JBoss)2-3/+3
2013-05-02Bug 406986 - [operation] Remediation does heavy lifting in resolveModalPascal Rapicault (JBoss)5-93/+78
2013-05-01Tweak remediation related messagesPascal Rapicault (JBoss)1-5/+5
2013-04-30Change visibility of getDetailsGroup to public to allow access from MPCPascal Rapicault1-1/+1
2013-04-29Add remediation support to Discovery UII20130430-0800I20130430-0031I20130429-2000Pascal Rapicault (JBoss)1-2/+11
2013-04-28Move code aroundPascal Rapicault (JBoss)6-40/+68
2013-04-28Reintroduce error details and various cleanupsPascal Rapicault (JBoss)2-20/+26
2013-04-28Refactor remediation page to be a compositePascal Rapicault (JBoss)2-251/+328
2013-04-28RefactorPascal Rapicault1-1/+9
2013-04-27Externalize messagePascal Rapicault (JBoss)3-5/+6
2013-04-27Handle NPE when the user hit cancel while updates are initially searchedPascal Rapicault (JBoss)1-1/+5
2013-04-27Show the correct title when remediation openeed from update wizard Pascal Rapicault (JBoss)1-1/+2
2013-04-25Description for update and install are invertedPascal Rapicault1-3/+3
2013-04-19Fixed API warningsJohn Arthorne1-1/+1
2013-04-09tweak wordingI20130409-0900Pascal Rapicault (JBoss)1-1/+1
2013-04-09Icon overlay. No more overlay for upgrade and downgrade until we have the iconsPascal Rapicault (JBoss)3-9/+9
2013-04-09* overlay icon to show an addition, a removal, a downgrade or an upgrade * ↵Pascal Rapicault (JBoss)7-53/+98
selectedRemedy were both in remediationPage and remediationOperation. Remove from the remediationPage.
2013-04-09Downgrade/Update icons Checkboxes only visible if "Build my own solution" is ↵Pascal Rapicault (JBoss)2-9/+6
selected
2013-03-24Add remediation pagePascal Rapicault (JBoss)16-151/+611
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-14Move the wizard classes to the scheduler bundle until we do figure out v20130214-173914Pascal Rapicault (Ericsson)6-1447/+0
the possible merge with the import/export codebase.
2013-02-14fix for bugs 398932 and 400134Hamdan Msheik6-0/+1445
2013-01-23Bug 398853 - [UI] installed IU shows as updatev20130123-032504Pascal Rapicault1-1/+1
2013-01-22fix up visibility and bogus non-nlsPascal Rapicault1-1/+1
2013-01-22Bypass install license wizard page via plugin_customizationv20130122-144437Hamdan Msheik2-17/+61

Back to the top