Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30Bug 535327 - Streamline maven poms hierachyI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-4/+4
Needed so tycho-versions:set-versions works properly. Not all modules handled properly but majority are which is good enough for me now. Change-Id: I62d65744ed65d083f3755aab86b925fa780092b5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-25Remove unused method.Alexander Kurtakov1-27/+2
That causes import of deprecated PackageAdmin. Change-Id: Idb36c049f672d9b8cb17f1fe818c73372133fc4b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-25Cleanups.I20180425-0910I20180425-0725Alexander Kurtakov8-35/+31
* Foreach conversion. * Removed useless non-javadoc comments. * Use isEmpty. Change-Id: I86a3291f3abf30a8dee2b4a4c008978b24ec75d3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533758 - Direct use of IStructuredSelectionI20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500I20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov9-22/+28
Instead of getSelection and cast. Enable save actions to auto remove useless casts. Change-Id: Ie9fd9546ac74d146a9fa219e37d012d7a3e79415 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-27Bug 532923 - Copyright property page does not resizeI20180411-2000I20180411-0735I20180411-0530I20180410-2000I20180409-2000I20180408-2000I20180407-1500I20180406-2000I20180405-2000I20180404-2000I20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000I20180329-0000I20180328-2000I20180327-2000Michael Keppler1-1/+1
Let the main label control grab the horizontal excess space to resize with the property page. The same flag was already set for the nearly identical license property page. Change-Id: I7067f24bec245bc28a825630ad591b35b09306fa Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:532923
2018-03-09Bug 448789 - Improved error logging for remediationOperation null refKarsten Thoms1-2/+8
Avoids the NPE as reported in the bug and logs the situation. Change-Id: I4ea13466ec7c764b6d75c9b28c0cba57fc75c301 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-02Bug 531917 - Remove redundant type parametersAlexander Kurtakov1-2/+2
With Java 8 and properly generified some apis it's not needed to specify the types anymore. Change-Id: Ib758c6f50b1b1fd3f56bd52eb7e664b89b6cc776 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-22Bug 531430 - Replace usage of SubProgressMonitor by SubMonitorI20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000Karsten Thoms1-1/+1
Change-Id: Iea476f0ceb12d83224e0274c1d6a53c49b81adce Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-02-15Bug 516442 - remove unnecessary import package David Williams1-1/+0
the purpose is to avoid Access Restriction error in workbench in org.eclipse.equinox.p2.ui Change-Id: I1f02be8ce58344f38c4b95ae2f639a8e3499d97e Signed-off-by: David Williams <david_williams@acm.org>
2018-01-30Bug 530526 - Don't use deprecated Number children constructorsAlexander Kurtakov2-4/+4
Deprecated in Java 9 but the replacment methods are here for long time. Change-Id: I645d66492831a95d27f61bc443c8896d73440579 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-28Bug 530396 - fixed compiler warningI20180129-2000I20180129-0605I20180129-0540Andrey Loskutov1-1/+1
Change-Id: I0c80c6315cb1ca1e8e91649cf5f3a0c880b6cc0b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-01-26Bug 530398 - Remove unused code for compatibility with old updateAlexander Kurtakov4-28/+6
Change-Id: I6b852cbd3c54475f1065558d2e3b4b180353d109 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-26Bug 530396 - Move UI code to lambdasAlexander Kurtakov32-1151/+649
Change-Id: I92c7b5c6cbde04280da91a9ee617495ff0381a73 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-05Fix unnecessary else clause warnings.I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000I20180107-2000I20180106-1500I20180105-2000Alexander Kurtakov1-4/+3
Change-Id: I516845d1732386a34d3078aa111cbd5b306b76c5 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-05Remove no longer needed api_filters.Alexander Kurtakov1-11/+0
Change-Id: Ibd6002caa96314af9986a1491b8e1557105dcc1c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-03Bug 529078 - Add header Automatic-Module-Name for Java 9I20180104-2000I20180104-0030I20180103-2000Karsten Thoms1-0/+1
Increment versions for Eclipse 4.8 Photon Change-Id: I678108c1f5afa895be26040184cd8c21e83a8a0e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-10-13Revert "Bug 506432 - [ui] p2 install dialog shouldn't be modal "I20171017-2000I20171017-0515I20171016-2000I20171015-2000I20171015-0655I20171014-1500I20171013-2000Thomas Watson1-4/+2
This reverts commit c032cd7c1538834686a9f16c203a9094084631d8.
2017-10-13Revert "Bug 506432 - [ui] p2 install dialog shouldn't be modal "Thomas Watson1-1/+1
This reverts commit e5c4235323ad43dfa5aa3aaffa6527de329f994b.
2017-10-13Revert "Bug 506432 - [ui] p2 install dialog shouldn't be modal"Thomas Watson1-12/+1
This reverts commit ec0e89de420e1c0c3bce490799a7eba44338b294.
2017-10-13Bug 525969 - Use shorter text in restart dialog in line with MicrosoftLars Vogel1-2/+1
design guidelines / material design Change-Id: I0733e93e7d5893b22f59d74bd098c4922d47eabf Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-11Bug 520131 - "Add Repository" dialog should use verbsDavid Weiser3-2/+5
Change-Id: I15a6750e6351ddaa0948f878228529a834a17e0b Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-10-10Bug 520638 - Error Contacting Site dialog should use verbs (Edit)I20171011-0305I20171010-2000David Weiser3-1/+6
Change-Id: Id7113cd7ea0e5c354f6c502f2fac9d7f914f1540 Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-08-31Bug 518031 - XML External Entity Vulnerability in Eclipse IDEI20170904-0230I20170903-2000I20170902-1500I20170901-2000Brian de Alwis1-1/+2
Ensure XML processors are configured to use XMLConstants.FEATURE_SECURE_PROCESSING=true to avoid accessing external DTDs and expanding external entities. Change-Id: Ic29e4a0aab1ea5f642ce49914bc6fcecd238efe8 Signed-off-by: Brian de Alwis <bsd@mt.ca>
2017-07-26org.eclipse.equinox.p2.ui MANIFEST.MF update for 4.8S4_8_0_M1I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000I20170727-2000I20170727-0610I20170726-2000Alexander Kurtakov2-2/+2
Change-Id: Ic1175862feaf00d854a3fd99ea5b7c9924ea8287 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-17Bug 514806 - p2 installation dialog move Select All and Deselect AllDavid Weiser2-14/+25
button to the side of the filtered tree Change-Id: I4d7f13fc747c02d562ccbc4f41997e35736c8a7c Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-07-03Bug 474099 - Require certificate selection to confirm dialogAlexander Kurtakov1-29/+20
Fix copyright year and use lambdas in TrustCertificateDialog. Change-Id: I40c4772410df32cccef70e0c31cd94913d42521c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-06-28Bug 474099 - Require certificate selection to confirm dialogFabian Steeg3-34/+151
To work both with clicking the checkbox and using the 'Select All' and 'Deselect All' buttons, this required a change in the ListSelectionDialog superclass. ListSelectionDialog is marked as `@noextend`, so this change adapts its implementation inside TrustCertificateDialog, which now extends SelectionDialog directly. Change-Id: I85a209af9ec2c537cb0424e9f8c127f814c04415 Signed-off-by: Fabian Steeg <steeg@hbz-nrw.de>
2017-06-27bug 517732 - Delete history in installation dialog should use verbsFabian Pfaff3-1/+3
instead of OK Change-Id: I2c9c70fc65f09dc35721567b06f92ce122424bf8 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2017-06-23bug 517474 - Revert software configuration in the installation dialogI20170626-2000I20170625-2000I20170624-2000I20170623-2000Fabian Pfaff3-2/+5
should use verbs instead of OK Change-Id: I57bdfedb30096d146a1e451a258c5febeb5b43a8 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.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-06-21Bug 518299 - [Minor] Reduce SonarLint warnings in AvailableIUsPageI20170621-0600Lars Vogel1-49/+24
Change-Id: I52f4c1c4aeb04f9a9a536ca1cfdb58cf80feccd9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-06-21Code Cleanup.Stefan Nöbauer1-11/+0
Removed non-Javadoc Comments Change-Id: I9a7d8f9888b0b0df2487160942769a4dbebc3e51 Signed-off-by: Stefan Nöbauer <stefan.noebauer@kgu-consulting.com>
2017-06-21Bug 514476 - Fix filter in Installation Details -> Installed Software Stefan Nöbauer2-20/+5
Changed from own Filter implementation to Filtered Tree. Used default PatternFilter. Change-Id: I51ffce6c037052c814001aa05342eeeca9d2fbce Signed-off-by: Stefan Nöbauer <stefan.noebauer@kgu-consulting.com>
2017-05-05Bug 516095 - Remove redundant specification of type arguments fromLars Vogel38-82/+134
org.eclipse.equinox.p2.ui Change-Id: I97d013cc1ce68bcd1460bf19b72d4f3eea5ff2de Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-05-05Fixing NPE in QueryProviderelaskavaia1-0/+2
NPE occurs when its used in UI that shows something which is not profile specific such as list of repositories Change-Id: I8e7a964a938d87af1406be40a222a16ca1e23d3a Signed-off-by: elaskavaia <elaskavaia.cdt@gmail.com>
2017-05-05Remove unnecessary cast for WizardDialogelaskavaia1-1/+1
It prevents from using non WizardDialog container, for no reason Change-Id: I71e94a17b6ac250076e40de531d2d9bda346b4a6 Signed-off-by: elaskavaia <elaskavaia.cdt@gmail.com>
2017-05-03Bug 479145 - Show progress bar in InstallWizard during the download ofY20170504-1000I20170503-2000Lars Vogel1-1/+1
the p2 metadata Change-Id: I5652ed3537e9572eac70ad93be733a02708ebb70 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-04-29Bug 479145 - Show progress bar in InstallWizard during theI20170502-2000David Weiser5-10/+76
download of the p2 metadata * adds ProgressBar to InstallWizard * changes visibility of ProgressBar when fetching starts/ends Change-Id: I731c6fb596d1306147aa94b097034c3c2e0f5c0b Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-04-25Bug 510497 - Installation dialog - Move "Find more software..." text toI20170425-2000David Weiser3-48/+23
button * replaces "Available Software" hyperlink with "Manage"-button * adds Strings for new button * removes obsolete Strings * adds mnemonic Change-Id: I103ba7621e199fd343e064da5a5c70af215bc3f7 Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-04-18Bug 514863: Use png files in org.eclipse.equinox.p2.uiMatthias Becker62-24/+24
Change-Id: Ia891112782c251e903149d5e3db8d873f3b1b6d9 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2017-04-14bug 514495 - Certificate trust dialog ("Selection needed"): use "AcceptY20170420-1000I20170423-2000I20170422-2000I20170422-0300I20170421-2000I20170420-2000I20170419-2000I20170419-0430I20170419-0130I20170418-2000I20170417-2000I20170416-2000I20170415-2000I20170414-2000Fabian Pfaff3-0/+9
selected" instead of "OK" Change-Id: Ia23e33615141067b02f1390ca56e68301e9f5794 Signed-off-by: Fabian Pfaff <fabian.pfaff@vogella.com>
2017-03-29Bug 514374 - Use verb in Security dialog for unsigned contentLars Vogel3-1/+3
Change-Id: Ib7624bd8415666435c1c4c7d5f6ced1f97748971 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-02-07Bug 511299 - Update org.eclipse.equinox.p2.ui to Java 8I20170208-0700I20170207-2000Simon4-7/+7
Change-Id: Ia737c8383782a07123c514a1c423ad5e86cd14c4 Signed-off-by: Simon <simon.scholz@vogella.com>
2017-02-06Bug 511106 - ApplyProfileChangesDialog should use "Restart" instead ofI20170206-2000David Weiser1-1/+1
"Yes" * changes button label of restart dialog Change-Id: Idcdbf386296e806e4b061bf8712b16062ce85100 Signed-off-by: David Weiser <david.weiser@vogella.com>
2017-01-27Bug 511160 - Run Cleanup action on org.eclipse.equinox.p2.ui to addI20170130-0600I20170129-2000I20170128-2000I20170127-2200I20170127-2000Lars Vogel109-0/+567
missing annotations Change-Id: I53aab78feb00212c8162f992f52b67e4d4dec365 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-01-13Bug 479146 - Adding @Override in InstallWizardY20170126-1700Y20170126-1000Y20170119-1000S4_7_0_M5I20170126-1030I20170126-0505I20170125-2000I20170125-0800I20170124-2000I20170124-0800I20170123-2000I20170123-0830I20170123-0800I20170122-2000I20170121-2000I20170121-0950I20170120-2000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Lars Vogel1-12/+18
Change-Id: I4d5924eec3a175f7826e0027a62e8d2d4aac512e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-01-05Bug 509973 - Comparator errors in I20170105-0320Y20170105-1040Y20170105-1000I20170106-2000I20170105-2000Thomas Watson1-0/+1
Change-Id: I95b8452e1ecb7770f798864b6e7f943e3bce9a12 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2016-11-13Bug 506432 - [ui] p2 install dialog shouldn't be modalY20161117-1000I20161123-2000I20161122-2000I20161121-2000I20161120-2000I20161119-2000I20161118-2000I20161117-2000I20161116-2000I20161115-2000I20161114-2000I20161114-0355I20161113-2000Lars Vogel1-1/+12
Checks if the dialog is already open and activates the corresponding shell. This way we keep the existing flow of having only one open installation dialog, we we decided is a nicer user flow. Change-Id: I3542e122312ad756011123a4bf1adf3054023fab Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-11-08Bug 506432 - [ui] p2 install dialog shouldn't be modal Y20161110-1000I20161112-2000I20161112-0405I20161111-2000I20161111-1220I20161111-0900I20161111-0740I20161111-0510I20161110-2030I20161110-1630I20161110-1225I20161110-1130I20161110-0710I20161110-0510I20161109-2000Lars Vogel1-1/+1
Change-Id: I465a98c8d0c9034c194f7496be3a8efc3e1cc25b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-11-04Bug 506432 - [ui] p2 install dialog shouldn't be modal Lars Vogel1-2/+4
Change-Id: Idf9ed2e81c31ce2031c42f8b963119a1df801bfc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>

Back to the top