Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21Bug 535802 - License update to EPL-2.0 in platform.uaY20180823-0800Y20180822-2200S4_9_0_M3I20180823-0450I20180823-0430I20180823-0100I20180822-2000I20180822-0800I20180821-2000I20180821-0800Lars Vogel2-6/+12
Updates all files except exsd and pom files to EPL 2.0 This repos does not include JDT templates for new Java files. Also fixed manually /org.eclipse.help.base/doc/book.css Regex used: find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' {} + find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http:\/\/www.eclipse.org\/legal\/epl-v10.html/\1\2https:\/\/www.eclipse.org\/legal\/epl-2.0\/\ \1\ \1\2SPDX-License-Identifier: EPL-2.0/' {} + # Get rid of the All rights reserved find . -type f ! -name "*.exsd" ! -name "org.eclipse.jdt.ui.prefs" ! -name "pom.xml" -exec sed -i -E 's/([[:blank:]]*[^[:blank:]])*([[:blank:]]*)(All rights reserved. )/\1\n\1\2/' {} + Change-Id: Ic868435cfed4d834b36b51fc3f1b936ceaaec84d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-01-27Bug 530412 - IExtension.getNamespaceIdentifier() wrongly used whereI20180130-2000I20180129-2000I20180129-0605I20180129-0540I20180128-2000Andrey Loskutov1-2/+7
IExtension.getContributor().getName() is required Change-Id: I42ede47742d336b681b6eaf39855dc2371c742a9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-01-04Bug 509946 - [clean up] fix trailing spaces in platform help once andY20170112-1300Y20170112-1000Y20170105-1040Y20170105-1000I20170112-0245I20170112-0200I20170111-2000I20170111-0200I20170110-2000I20170109-2000I20170108-2000I20170107-2000I20170106-2000I20170105-2000I20170105-0320I20170105-0230I20170104-2000Andrey Loskutov2-10/+10
forever Applied Cleanup-> Remove trailing spaces on all help projects. Only those four projects had whitespace issues: org.eclipse.help.ui, org.eclipse.ui.intro.quicklinks, org.eclipse.ui.intro.universal, org.eclipse.ui.intro. Same four projects haven't automatic save actions enabled, therefore I've updated the settings too. Change-Id: If7f896ab4ceb6587af6f211057729f443fd016cb Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-05-15Bug 493693 - Package org.eclipse.ui.intro.quicklinks is not in HelpBrian de Alwis1-10/+11
Change-Id: Ie654589080b7d8d153ac514bfadef05e80deb4bb
2016-05-14Initial empty package docI20160514-1500Dani Megert1-0/+18
2016-05-10Bug 493119 - Issues with new quicklinks bundlesBrian de Alwis1-27/+29
Update Java & PDE settings for org.eclipse.ui.intro.quicklinks* Mark non-externalized strings as such. Externalize required strings. Change-Id: I76c7187263afe1aa8fc1bba641d191211216e64e
2016-03-16Bug 489682 - [quicklinks] default command quicklinks have no contentY20160324-1000Y20160317-0800I20160322-0800I20160317-0200I20160316-2000I20160316-1200I20160316-0800Brian de Alwis1-47/+61
Change-Id: I801e65e0a9866fc46eaa99f366c4252e0dfa579a
2016-03-12Bug 466370 - Modify Quicklinks to support URLs and view modesBrian de Alwis1-54/+102
Add support for URLs, both IntroURLs and normal URLs. Allow post-actions to also put the Welcome/Intro into launchbar or close the intro entirely. Change-Id: I4a1951f6ef58f7134ab67c98c8b34c6d85b7cf22
2016-03-12Bug 466370 - Add default content for Quicklinks viewerBrian de Alwis2-162/+216
- Configure default content to be shown for the Quicklinks viewer for situation where there are no quicklinks definitions found. - Fixed data: URL generation. - Process definitions from product bundle first Change-Id: Ic0e5140702fb2061934ee84a9501907ad1b8a55d
2016-01-22Bug 466370 - [UX] Welcome Screen redesignBrian de Alwis3-0/+505
Add a new Intro viewer component, Quicklinks, to show a set of useful actions from the Welcome. Change-Id: Icc3d94a6efc0d593b3158b56188befdbfb0e1f68

    Back to the top