Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-20Bug 530393 - EPL 2.0 for exsd in platform.debugI20180821-0800I20180820-2000Lars Vogel1-3/+6
Based on the following regex. find . -type f -name "*.exsd" -exec sed -i -E 's/http:\/\/www.eclipse.org\/legal\/epl-v10.html\&quot;\&gt;http:\/\/www.eclipse.org\/legal\/epl-v10.html\&lt;\/a\&gt;/https:\/\/www.eclipse.org\/legal\/epl-2.0\&quot;\&gt;https:\/\/www.eclipse.org\/legal\/epl-v20.html\&lt;\/a\&gt;\/\n\nSPDX-License-Identifier: EPL-2.0/' {} + find . -type f -name "*.exsd" | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' find . -type f -name "*.exsd" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: I560e99597565ce4ddf645ff1632b84603cb30086 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-09Bug 537818 - missing "a" in date pattern string variableI20180813-2000I20180812-2000I20180811-1500I20180810-2000I20180810-0320I20180809-2000Michael Keppler1-1/+1
Also remove the plenking by replacing double blanks with single blanks. Change-Id: I0ae81e406d770b6776e1b4ebd57c42d3e120e610 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
2018-07-19Bug 521038 - [refactoring] Replace anonymous Runnable classes by lambdaAlexander Kurtakov2-57/+29
expression Changed some formatters to Eclipse so there is some formatting happening as the debug one is not clear where to get from and it's unrealistic to expect random contributors to do it. Change-Id: I731410854f9a4ac0c9fc18bcf3ad3dcf7d941c9a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-06-12Bug 534681 - Remove redundant modifiers in org.eclipse.ui.externaltoolsKarsten Thoms3-77/+48
Change-Id: I5397c0d2f06ce99ceb1844aea22e2b2128bac36a Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.debug in about.htmlI20180606-1020Lars Vogel1-16/+24
Change-Id: Ide949707f61f88a56527c56610c1dfeb551a1db9 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-01Version 4.9 update in plaform.debug as prep for the EPL 2.0 updateI20180601-0915I20180601-0900Lars Vogel2-2/+2
Change-Id: I0780d35d66fd25b70bbf7618979672bcbd2a559e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseI20180531-2125I20180531-2000I20180531-1245I20180531-0910Alexander Kurtakov1-1/+1
Change-Id: Ic421012d21e951ef7763a6be83c2f2a42eed5c15 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-18Bug 533751 - Direct use of IStructuredSelectionAlexander Kurtakov2-2/+2
Instead of getSelection and cast. Remove useless @see comments in touched files too. Change-Id: I60d49967e9e56ccaf047817a1ac25d9add2075da Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-03-29Bug 533055 - Remove redundant type argumentsI20180403-2000I20180402-2000I20180401-2000I20180331-1500I20180330-2235I20180330-2000I20180329-2000Alexander Kurtakov6-73/+33
Change-Id: I6f62094af1b4ad2c679e78cc635641918f958fb4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-01-23Bug 529991 - [sonar] Resolve "Write to static field from instance meth."I20180129-2000I20180129-0605I20180129-0540I20180128-2000I20180127-1500I20180127-0150I20180126-2040René Purrio1-2/+2
Change-Id: I67ca78f5b45d1538610a81ce68344dd75a526935 Signed-off-by: René Purrio <rpurrio@itemis.de>
2017-12-20Bug 527185 - Platform Debug should use SWT.SHEET with File and DirectoryI20171220-2000Sarika Sinha2-5/+5
Dialog Change-Id: Ia53d282ed416eb09856af7d3dce2475b8326e048
2017-12-01Bug 527939 - Add Automatic-Module-Name to MANIFEST.MF in Platform DebugI20171201-0345Sarika Sinha1-0/+1
Change-Id: I74fe40f0bf1d1d07c0612e3b4e6f786e14f38a50 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-15Revert "Revert "Bug 522027 - Remove trailing whitespace from ↵I20170917-2000I20170916-1500I20170915-2000Lars Vogel10-57/+57
org.eclipse.ui.externaltools"" This reverts commit 526712fe7f83cfe453c4d752d7628775ef7f67ab. Change-Id: I70f4f5a6313c45870dae8614d52df8f0c5589620
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from eclipse.platform.debug"S4_8_0_M2I20170913-2000I20170913-1120I20170913-0800I20170913-0420I20170913-0220I20170912-2255I20170912-2000I20170912-0800Alexander Kurtakov2-2/+2
This reverts commit d71407fce98314cd722753454b30fa2ea2888ed4. Change-Id: I012a28268bd6161d8e051dc02246b329eecade2e
2017-09-11Bug 522027 - Remove trailing whitespace from eclipse.platform.debugI20170911-2000I20170911-0800Lars Vogel2-2/+2
Change-Id: I3a0867bf281ca84ded8fcba3885713eed7acbd64 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-11Revert "Bug 522027 - Remove trailing whitespace from ↵Lars Vogel10-57/+57
org.eclipse.ui.externaltools" This reverts commit 597f63f236bb78f7dd63a019735a9fd53d5361ea. Change-Id: Id5f826090359188cc01972d112751250b898b945
2017-09-08Bug 522027 - Necessary version updates for Eclipse 4.8Lars Vogel2-2/+2
Change-Id: I951546bb63373adc6ed6845322f514a319379e9b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-09-08Bug 522027 - Remove trailing whitespace fromLars Vogel10-57/+57
org.eclipse.ui.externaltools Change-Id: If3f4e9728209c38e5dfb55d67f8976b10de43f28 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 release I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000I20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov1-1/+1
Point to 4.8 parent pom. Change-Id: I684d6e01306c790b0ce3078cab9c962a5c9f9467 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-12-12Bug 495847 - Remove gif images for which pngs are availableI20161213-0300I20161212-2000Sarika Sinha8-0/+0
Change-Id: I7168ca9dced2e06dca06ba6c12604be5f1219cbd
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha1-1/+1
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha4-7/+7
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
2016-05-18Bug 382972: [HiDPI] Update UI for Retina display on Mac and other high ↵Y20160526-1000Y20160519-1000R4_6I20160606-1100I20160603-1000I20160602-1000I20160601-2000I20160601-1000I20160531-2330I20160531-2000I20160530-2000I20160529-2000I20160528-1500I20160527-2000I20160525-2000I20160524-2000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000Markus Keller8-0/+0
resolution displays Change-Id: Iebe5965dec909c78d0ab003c23519ed5e9c581f8
2016-05-05Bug 492894 - Plug-in Version Update NeededY20160505-1000I20160506-0830I20160505-2000Sarika Sinha2-3/+3
Change-Id: I69f5fe458b5df0732ea2fedf5f04ad629edc9fdb
2016-04-19Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000Stefan Xenos1-2/+0
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-01-26Bug 483902 - library icon appears unsharpI20160128-2000I20160127-2000I20160127-0800I20160126-2000Matthias Becker1-0/+0
Make this icon more crisp by aligning horizontal and vertical lines at pixel borders Change-Id: Ia417d42af14ee82357c8afc704d20f2ad4a7de36 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2015-09-03Bug 474074 - Replace new Boolean with Boolean.valueOfI20150908-0800Alex Blewitt1-5/+3
Using `new Boolean()` results in the creation of a new object on the heap, when the flyweight `Boolean.TRUE` and `Boolean.FALSE` are available. Java 1.4 added a `Boolean.valueOf()` which can be used in place of `new Boolean()` but which will use the existing flyweight values instead. Globally change `new Boolean(...)` to `Boolean.valueOf(...)` and replace `new Boolean(...).booleanValue()` to `Boolean.parseBoolean(...)`. Change-Id: I95bed6f2af0293c20d1ac7076ca151b85d1f962d Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2015-03-05Bug 461219 - Compile warnings in official buildI20150305-1200Sarika Sinha1-1/+1
Change-Id: I163982897460fb0618b8b69a14b09379337fabb6
2015-03-02Bug 461103 - build failure in N20150227-2000 related to ?maven tests?Sarika Sinha3-3/+3
Change-Id: I9f1028df065d20bb3e1cf25c30a122e1b7371687
2015-02-27Bug 461029 - Move Platform Debug project to 1.7 complianceSarika Sinha4-7/+8
Change-Id: Ie29a60a934f7696ad5d8da9513489c5a9b925216
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140722-0800I20140715-0800I20140708-0800I20140701-0800Paul Webster1-1/+1
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
2014-03-27Bug 430127 - [Graphics] Use png files instead of gif files inI20140402-0100I20140401-1500I20140401-0800Lars Vogel11-13/+15
org.eclipse.ui.externaltools Change-Id: I3268191251938c21ada7a9599d48c0d726a11867 Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2013-12-05Fixed: ImageDescriptorRegistry.hookDisplay() can cause SWT Invalid thread accessI20131231-0800I20131224-0800I20131217-0800I20131212-1600I20131211-2000I20131211-0800I20131210-2000I20131210-0800I20131209-2000I20131209-0800I20131208-2000Dani Megert1-5/+15
For details see bug 417765, comment 3.
2013-09-06Bug 416691 - NPE for Launch without launch configurationI20131001-0800I20130924-1130I20130924-0800I20130918-2000I20130918-0800I20130917-2000I20130917-0800I20130916-2330I20130916-2000I20130916-0900I20130915-2000I20130914-1900I20130914-1500I20130913-2000I20130912-2000I20130911-2000I20130910-2000I20130910-0800I20130909-2000I20130908-2000I20130906-2000Mike Rennie1-10/+11
Change-Id: I6d7e7272c6e5fa774ca6e1efdf480e8593c65ef6
2013-08-19[nobug] removed unused SuppressWarnings + sync / update compilerI20130820-0800Mike Rennie1-2/+2
settings
2013-08-06Fixed bug 414482: Several Debug projects have errors in workspace after ↵Dani Megert1-2/+2
JFace generification
2013-07-31Bug 352626 - Move platform debug to Java 1.6 BREEMike Rennie29-559/+648
2013-07-17Bug 409456 - Get rid of discouraged access warningsI20130730-0800I20130724-1600I20130723-0800I20130717-1600Mike Rennie1-3/+3
2013-07-16Bug 413095 - Clean up deprecation and code warningsMike Rennie5-4/+397
2013-06-26Bug 411166 - Update parent POMs for LunaPaul Webster1-1/+1
2013-05-08Bug 407542 - Check for and remove unused NLS strings in DebugI20130509-2000I20130508-2000Curtis Windatt2-6/+2
2013-04-02[nobug] Set PDE POM check pref to errorI20130416-0800I20130409-0900I20130409-0800Mike Rennie1-0/+1
2013-04-01[nobug] provide project-specific API Tools settingsI20130402-0800Mike Rennie1-0/+97
2013-03-27Force qualifier update files are unnecessaryCurtis Windatt1-2/+0
2013-03-27Bug 403964 - Update Platform Debug parent versionCurtis Windatt2-4/+4
2013-03-20[nobug] decrease severity of compatible JRE checkMike Rennie2-2/+2
2013-02-25Bug 399451 - Some projects have incorrect encoding setv20130225-190314Mike Rennie1-0/+2
2013-02-25update copyright to include "and others"Mike Rennie1-1/+1
2013-02-25Bug 397850 - [CBI] use the correct group IDs for all artifactsMike Rennie1-1/+1

Back to the top