Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-15Bug 527927 - Add Automatic-Module-Name in Team repositoryS4_8_0_RC4aS4_8_0_RC4S4_8_0_RC3S4_8_0_RC2S4_8_0_RC1R4_8I20180611-0500I20180607-1630I20180607-0300I20180606-2000I20180606-0800I20180605-2000I20180605-0800I20180605-0430I20180604-2000I20180604-0800I20180603-2000I20180603-0800I20180602-1500I20180602-0800I20180601-2000I20180531-0700I20180530-2000I20180530-0800I20180530-0200I20180530-0035I20180529-2345I20180529-2000I20180529-0800I20180529-0600I20180529-0210I20180528-2020I20180528-2000I20180528-0800I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800I20180522-2000I20180522-0800I20180521-2000I20180521-0800I20180520-2000I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000I20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300Michael Keppler9-8/+13
I imported everything from git, so these should be the last missing projects in the team repository and the bug can be closed afterwards. Bumped versions for 4.8. Change-Id: I617177b5febb7c18e0c7e5b33c978c8b8189a210 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Bug:527927
2018-05-12Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180515-0950I20180515-0800I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Karsten Thoms1-2/+1
Fixes a regression. beginTask must not be called twice on an IProgressMonitor instance. SubMonitor.convert() will call beginTask on the given monitor, so beginTask must not be called before on this monitor instance. To avoid this, a SubMonitor is created with subMonitorFor given the required number of ticks. Change-Id: Icb87740d2a98a0c7b73bfaf6879c767e937759bf Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-10Bug 534534 - Copyright dates must be updated to 2018I20180511-2000Sravan Kumar Lakkimsetti1-2/+2
Change-Id: I127fa1fbe79da167fe7478ce5f3bc194756b3cff Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-04-21Bug 533818 - Improve the Oomph setups for the platform projectsS4_8_0_M7I20180509-2000I20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800I20180506-2000I20180506-0800I20180505-1500I20180504-2000I20180503-2000I20180503-0740I20180502-2000I20180502-0100I20180501-2000I20180430-2000I20180430-0715I20180429-2000I20180428-2020I20180428-1500I20180427-2000I20180426-2000I20180426-0500I20180425-2000I20180425-1705I20180425-1650I20180425-1455I20180425-0910I20180425-0725I20180425-0505I20180425-0250I20180424-2000I20180423-2000I20180423-0655I20180423-0640I20180422-2000I20180421-1500Ed Merks1-7/+1
The root Platform.setup in Oomph will manage the fixed value for the eclipse.target.platform variable so that it only needs to be managed in a single place in the future. Change-Id: Ief70c1fb15abd7b08efe7de0c4c60f324f65567a Signed-off-by: Ed Merks <ed.merks@gmail.com>
2018-04-18Bug 533755 - Direct use of IStructuredSelectionI20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov30-899/+832
Instead of getSelection and cast. Touched files have been converted to lambdas and useless @see comments removed. Change-Id: I249927f61cab0dfd2a1645b6aee3b0a1cc9760f1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-10Bug 533374: [Dark] Compare for new files shows white backgroundI20180417-2000I20180416-2000I20180416-0305I20180415-2000I20180414-1500I20180413-2000I20180412-2000I20180411-2000I20180411-0735I20180411-0530I20180410-2000Matthias Becker1-1/+3
Change-Id: If0199505fefde500a9454e62f8468535c04857af Signed-off-by: Matthias Becker <ma.becker@sap.com>
2018-03-29Bug 533040 - Use system cursorsAlexander Kurtakov3-103/+45
To prevent needlessly creating and disposing cursors. Change-Id: Ieb88dc236954a136dae8e515790c458d78ea6563 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-12Fixed bug 532325: org.eclipse.compare.patch in org.eclipse.compare.core ↵I20180329-0000I20180328-2000I20180327-2000I20180327-0805I20180327-0630I20180326-2000I20180325-2000I20180324-1500I20180323-2000I20180323-0355I20180322-2000I20180322-0645I20180322-0225I20180321-2000I20180320-2000I20180319-2000I20180318-2000I20180317-1500I20180316-2000I20180316-0740I20180316-0730I20180316-0525I20180316-0510I20180316-0455I20180315-2000I20180314-2000I20180313-2000I20180312-2000Dani Megert1-1/+1
should be marked as split package
2018-03-12Pick up new signing certificateDani Megert1-0/+1
2018-03-09Bug 531433 - Replace usage of SubProgressMonitor by SubMonitorI20180311-2000I20180310-1500I20180309-2000Karsten Thoms21-58/+58
Change-Id: I68e635f60614b9a923c8c848c17115b6e9275a30 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-09Bug 531889 - Replace usage of IConfigurationElement#getNamespaceKarsten Thoms1-1/+1
Change-Id: I9b1ebf7d76f285365a036967510fb1c97f23d375 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-09Bug 531630 - Replace usage of System.getProperty("file.separator")Karsten Thoms3-5/+3
Change-Id: Ida18ec7c840c380570f3f4690683fedb55677cc1 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-03-02Bug 531895 - Replace usage of IDE#getEditorDescriptor(IFile)Karsten Thoms1-2/+2
Change-Id: I7c9967ccb3b7443e37432c338de0f8656649c708 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-02-07Bug 530860 - Generify Class related APIsS4_8_0_M6I20180308-0630I20180307-2000I20180307-1025I20180307-0900I20180307-0825I20180307-0800I20180306-2000I20180306-0800I20180305-2000I20180305-0800I20180305-0300I20180304-2000I20180304-0800I20180303-1500I20180303-1200I20180303-0800I20180303-0335I20180303-0155I20180303-0055I20180302-2000I20180301-2000I20180228-2000I20180227-2000I20180226-2000I20180225-2000I20180224-1500I20180223-2000I20180222-2000I20180221-2000I20180220-2000I20180219-2000I20180218-2000I20180217-1500I20180216-2000I20180216-0415I20180215-2000I20180214-2000I20180213-2000I20180213-0125I20180212-2000I20180211-2000I20180210-1500I20180209-2000I20180208-2000I20180207-2000Alexander Kurtakov27-137/+101
Change-Id: I2ce29644a969e3df4d47bfcbe2557ebf439c7d0b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-07Remove useless casts.Alexander Kurtakov4-10/+7
Change-Id: I68499b9ac1017b4cca1b9ed10e26935b30ff1233 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-02-07Bug 530854 - Move away of methods deprecated in Java 9Alexander Kurtakov6-43/+29
Number constructors and Class.newInstance. Some small cleanups (generification, lambdas) in surrounding code. Change-Id: I62bab4119a98a7b5df560b8c9247f79fdfa8da03 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-27Bug 530412 - IExtension.getNamespaceIdentifier() wrongly used whereI20180206-2000I20180206-0315I20180205-2000I20180204-2000I20180203-1500I20180202-2000I20180202-0315I20180201-2325I20180201-2000I20180201-0200I20180131-2000I20180130-2000I20180129-2000I20180129-0605I20180129-0540I20180128-2000Andrey Loskutov2-4/+4
IExtension.getContributor().getName() is required Change-Id: Ib3cb9d21c221dbbd53721135c70a17e1de6d4cc8 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2018-01-23Bug 530116 - [sonar] Resolve "Write to static field from instance meth."I20180127-1500I20180127-0150I20180126-2040René Purrio1-2/+4
Change-Id: Ib9562b2f96d24b3745e7f40b64e3eac7695aed7b Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-19Remove useless throws.S4_8_0_M5I20180124-2000I20180124-0800I20180123-2000I20180123-1010I20180123-0800I20180122-2000I20180122-0800I20180121-2000I20180121-0800I20180120-1500I20180120-0800I20180119-2000Alexander Kurtakov1-2/+2
Of UnsupportedEncodingException. Change-Id: I4b319dbe9ec446eda138c72902f29ca1d4471b06 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-17Bug 529824 - [sonar] Resolve "Possible null pointer dereference"I20180119-0110I20180118-2000René Purrio4-22/+78
Change-Id: I1a4ce29ea6ee3c49b6d218b0c1063415f72466c5 Signed-off-by: René Purrio <rpurrio@itemis.de>
2018-01-11Bug 528178 - Some Java projects do not get a warning for missingI20180117-2000I20180116-2000I20180115-2000I20180114-2000I20180113-1500Vikas Chandra3-2/+13
Automatic-Module-Name Change-Id: Ica088861e9759744355f819bbc159191e3605562 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
2018-01-05Bug 529426 - [sonar] Resolve "instanceof will always return true"I20180112-2000I20180111-2000I20180111-0530I20180110-2000I20180110-0100I20180109-2000I20180108-2000I20180107-2000I20180106-1500I20180105-2000René Purrio1-4/+3
Change-Id: If011ab24cdbd99b312b58b3e497bca63dfcc2793 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-12-24Bug 529162 - Don't use empty job namesI20180104-2000I20180104-0030I20180103-2000I20180103-0140I20180102-2215I20180102-2000I20180101-2000I20171231-2000I20171230-1500I20171229-2000I20171228-2000I20171227-2000I20171226-2000I20171225-2000I20171224-2000Andrey Loskutov3-2/+6
Change-Id: Ied1e4d7978be868bc9ebc3c36ff3d2ede4b60bc6 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-12-12Bug 528254 - [Java9] Added Automatic-Module-Name HeaderI20171223-1500I20171222-2000I20171221-2000I20171220-2000I20171219-2000I20171218-2000I20171217-2000I20171216-1500I20171215-2000I20171215-0930I20171215-0215I20171215-0120I20171214-2000I20171214-0120I20171213-2000I20171212-2000Karsten Thoms13-4/+15
Increment version for Eclipse 4.8 Photon Change-Id: Ieffc7ed1c3fca5481844ce78182cc9a3c300f49b Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-12-08Bug 526886 - Network connections preferences are not visibleI20171211-2000I20171210-2000I20171209-1500I20171209-1020I20171208-2000Alexander Kurtakov2-42/+2
The two label providers were also color providers but implementing only getBackround which is a recipe for this kind of issues as whenever one implements background he should take care of foreground also to ensure readability of the text. Furthermore hardcoding colors doesn't play well with e4 theming engine and can lead to unreadable or just plain ugly lookgin interfaces. Change-Id: I8dbc667942a43079e29f97dca4b5982e68a73c1c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-08Bug 528323 - Modernize o.e.ui.net bundleAlexander Kurtakov1-18/+3
Some more lambda conversion. Change-Id: Ia1636e4c92fa81429652b48dc7d8d9a49e76374e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-08Bug 528323 - Modernize o.e.ui.net bundleAlexander Kurtakov14-169/+185
* Add automatic bundle name for Java 9. * Add missing Override annotations * Enable more warnings and save actions to automate many conversions. * Generify * Convert to lambda Change-Id: Ief52d2c47c4619db4886566db5f40ca973f951f0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-12-05Bug 515380 - Move org.eclipse.cvs from releng to team repoS4_8_0_M4I20171206-2000I20171206-0800I20171205-2000Lars Vogel2-0/+4
Moves .settings Change-Id: I170666f94fa83c19d8639c78a9f1740bcfc2efc2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-12-04Bug 515380 - Move org.eclipse.cvs from releng to team repoI20171205-0800I20171205-0250I20171205-0030I20171204-2000I20171204-0850I20171204-0830I20171204-0530Lars Vogel1-0/+22
Change-Id: Id9fd39872554cbca31f9bb903850865964dfbff6 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-11-17Bug 515380 - Move org.eclipse.cvs from releng to team repoLars Vogel1-2/+2
Adds org.eclipse.cvs to the team build Change-Id: I5893c0a2081bb99403b059918264d57091a0fa2e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-11-15Merge the history of org.eclipse.cvs from the releng repo into the team repoLars Vogel26-0/+532
2017-11-15Bug 515380 - Move org.eclipse.cvs from releng to team repoLars Vogel26-0/+532
Change after running git filter-branch and moving the content back into the bundles org.eclipse.cvs folder
2017-11-14Bug 527249 - Remove referrences to update.coreI20171116-2000I20171115-2000I20171115-0115I20171115-0025I20171114-2000Alexander Kurtakov1-23/+10
Old preferences code migration for 7 years is good enough especially considering this is about proxies. Tracing options in launch configurations are totally useless. Change-Id: I0864684be8c857a263087ae07d5084c022bbece2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-11-09Bug 527018 - [refactoring] Replace use of Number constructors by valueOfI20171113-2000I20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000Karsten Thoms56-98/+98
Bump micro version for 4.8 Change-Id: Ib0bee17c6905c38cab7d4701f6339bfd63d9c45e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-10-18Bug 526221 - Replace StringUtil#replace with String.replaceS4_8_0_M3aS4_8_0_M3I20171107-2000I20171106-2000I20171106-0630I20171105-2000I20171104-2025I20171104-1500I20171103-2000I20171103-1105I20171103-0715I20171103-0405I20171102-2000I20171101-2000I20171031-2000I20171030-2000I20171030-0400I20171029-2000I20171028-1500I20171027-2340I20171027-2000I20171025-2000I20171025-0800I20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000I20171018-2000Lars Vogel2-31/+1
Change-Id: If23802a4ae27a82ea3502b2869ea6b2e0668c6ef Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18Bug 525956 - Replace StringBuffer with StringBuilder inLars Vogel2-2/+2
org.eclipse.core.net and org.eclipse.ui.net Change-Id: If6d40987708d952287de29f08c1c041140ae5ccf Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18org.eclipse.ui.net version update for 4.8Lars Vogel2-2/+2
Change-Id: I0305b960344eb9eb4d9d67486ebdfcc925aa2676 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18Bug 525956 - Replace StringBuffer with StringBuilder inLars Vogel5-22/+22
org.eclipse.ui.net Change-Id: Id2328d93565010c48af096ebfd5aa3a59aaf91c2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-18Necessary version increase in org.eclipse.core.net for 4.8 Lars Vogel2-2/+2
Change-Id: I1b22f39d391effa7e4426ac1891bdc7aded19027 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-12Bug 525955 - Replace StringBuffer with StringBuilder in team.coreI20171017-2000I20171017-0515I20171016-2000I20171015-2000I20171015-0655I20171014-1500I20171013-2000I20171012-2000Lars Vogel9-11/+11
Change-Id: I47231b6cfc00541235991a0306187da5efd4244a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-12Bug 525944 - Use StringBuilder instead of StringBuffer inLars Vogel7-9/+9
org.eclipse.team.ui Change-Id: I13a9bb41f94ecd71fd79c0cf8c0836c61b50c8cd Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-12Revert "Bug 525895 - [Dark Theme] Preference page for Compare should use ↵Dani Megert1-14/+25
CTab folder to looks also good in the dark theme" This reverts commit cad2430f8bed0e044087f833f076c35823905634.
2017-10-11Bug 525895 - [Dark Theme] Preference page for Compare should use CTabI20171011-2000Lars Vogel1-25/+14
folder to looks also good in the dark theme Change-Id: I1a26e52b0d2e74d27bd77b00d8559d4dfd27da73 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-10-05Bug 525562 - Adding missing properties for ImageMergeViewerI20171009-2000I20171008-2000I20171007-1500I20171006-2000I20171005-2000Martin Schreiber1-0/+3
The dialog created within the ContentMergeViewer does read the properties from the specific Viewers Resource Bundle (e.g. ImageMergeViewer -> ImageMergeViewerResources.properties). In that properties file, the "saveDialog.title" and "saveDialog.message" properties did not exist. (The get read by the ContentMergeViewer.doSave method in case the editor is dirty). Bug: 525562 Change-Id: I2b96afb219e6750f29d13f919666dc8c94804713 Signed-off-by: Martin Schreiber <m.schreiber@bachmann.info>
2017-08-16Bug 518569 - Use StandardCharsetsAlexander Kurtakov2-3/+3
Bump the service release. Change-Id: I4c3302d997755ce181e3ef1902a67c43d71e2758 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-09Bug 519875 - Cleanup o.e.team.uiI20170815-2000I20170815-0035I20170814-2000I20170814-0635I20170814-0300I20170813-2000I20170812-1500I20170811-2000I20170810-2000I20170809-2000Alexander Kurtakov2-3/+3
Bump service release. Change-Id: If5181a9ebe6a06ea286bca79be75133ffc85258c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-09Bug 520159 - Modernize o.e.team.core Alexander Kurtakov2-3/+3
Increment micro version. Change-Id: I85e7cfac5847fcca01f76bccc465c51c84c19384 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-25Bug 520159 - Modernize o.e.team.core S4_8_0_M1I20170808-2000I20170807-2000I20170806-2000I20170805-1500I20170804-2000I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000I20170727-2000I20170727-0610I20170726-2000I20170725-2000Alexander Kurtakov67-663/+533
Take 2: * Generify. * Replace non-javadoc with @Override * Convert to lambdas Change-Id: Ia44170d3e752ad6513f007964463692e1cc6288e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-25Bug 520159 - Modernize o.e.team.core Alexander Kurtakov60-1070/+836
* Generify. * Replace non-javadoc with @Override * Convert to lambdas Change-Id: I8cd3bc81ce83b53bb9c80f5f928a963baa82b872 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-07-25Bug 513143 - Opening patch file creates warning entry in error log viewAlexander Kurtakov2-2/+2
Bump service release. Change-Id: I2b8173e3f2039972c62f22015083d5e65adff66e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>

Back to the top