Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-13Bug 540097 - Comparator Errors in I20181012-1800 BuildI20181017-1800I20181016-1800I20181015-1800I20181015-0255I20181014-2350I20181014-1800I20181013-1800Kalyan Prasad Tatavarthi1-0/+2
Change-Id: I479a523e168c7a2bf0963bc69bcd49904ab3ea39
2018-10-02Bug 539148 - [Tips] should include com.google.gsonS4_10_0_M1I20181012-1800I20181010-1800I20181010-0600I20181009-1800I20181009-0600I20181008-1800I20181008-0600I20181007-1800I20181007-0600I20181006-1800I20181006-0600I20181005-1800I20181004-1800I20181003-2215I20181003-1800I20181002-1800Wim Jongman1-4/+7
* Added inclusion for gson instead of a dep Change-Id: I69ddb37af66981bc403d3904fd713e1680f02e82 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-10-01Version 4.10 update for "org.eclipse.help.webapp"Sergey Fukanchik2-2/+2
Change-Id: Ief3cc8089d04c7e44f94fa2412b2ad02886fda1e Signed-off-by: Sergey Fukanchik <fukanchik@gmail.com>
2018-09-27Bug 538726 - Eclipse Help Server XSSSergey Fukanchik1-1/+1
Wrap UrlUtil.JavaScriptEncode() around data.getTitle(). Same approach was used earlier in the same file. Change-Id: I7103b7cc286d51f577afaba349c46dc21819bfd2 Signed-off-by: Sergey Fukanchik <fukanchik@gmail.com>
2018-09-25Bug 539439 - checkbox label not clickableI20181002-0205I20181001-1800I20181001-0920I20181001-0235I20180930-1800I20180929-1800I20180928-1800I20180927-1800I20180927-0135I20180927-0040Sergey Fukanchik1-2/+2
Add <label for=""/> to enable clicks on the label as well. Change-Id: Ica4e9e4804cd146e069c0887d44496714522d99d Signed-off-by: Sergey Fukanchik <fukanchik@gmail.com>
2018-09-254.10 version update for org.eclipse.ui.introLars Vogel2-2/+2
Change-Id: I3c792c4c45514de94370f2fa0e2624e7510beee8 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-09-24Bump versions for 4.10.I20180926-1800I20180926-0830I20180925-1800I20180924-1800Alexander Kurtakov6-6/+6
Change-Id: I64d404c4060f22eac8d531ae726dc0c296cee36c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-09-10Bug 538290 - TVT48: Duplicated mnemonics are found in 'Tip of the day'Y20180919-2200Y20180912-2200I20180923-1800I20180922-1800I20180922-0245I20180922-0005I20180921-1800I20180920-1800I20180920-0630I20180920-0430I20180919-1800I20180918-2005I20180918-1800I20180914-0620I20180913-1800I20180913-0415I20180912-2240I20180912-0225I20180912-0210I20180911-1400Wim Jongman1-2/+2
* Fixed duplicate * Added mnemonic for unread toggle Change-Id: I72f54f03a849d70084f143de2db618337752dc12 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-09-04Bug 538531 - POM version change for 4.10 releaseY20180905-2200I20180910-0310I20180907-0855I20180907-0715I20180907-0650I20180907-0400I20180906-1400I20180906-0005I20180905-1305I20180905-0410Sravan Kumar Lakkimsetti21-22/+22
Change-Id: I96d2e634557d1bd69fdafed0b2015585dd86797f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-08-23Bug 538210 - EPL 2.0 conversion corrupted 3 files in eclipse.platform.uaY20180829-2200S4_9_0_RC2S4_9_0_RC1R4_9I20180906-0745I20180905-2000I20180905-0800I20180904-2000I20180904-0800I20180903-2000I20180903-1305I20180903-1125I20180903-0945I20180903-0800I20180902-2000I20180902-0800I20180901-1500I20180901-0800I20180831-2000I20180831-0815I20180830-1030I20180829-2000I20180829-0800I20180828-2000I20180828-0800I20180827-2000I20180827-0800I20180826-2000I20180825-1500I20180824-2000R4_9_maintenanceLars Vogel3-9/+6
Change-Id: I8bf76313dc65b97bcf04352144e94e6a41bdfc6b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
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 Vogel1525-4576/+9193
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-08-20Bug 535802 - License update to EPL-2.0 for exsd schemasI20180820-2000I20180820-0800Lars Vogel31-100/+184
This updates the schema definitions. Manually updated: org.eclipse.tips.core/schema/tips.exsd and org.eclipse.ui.intro.quicklinks/schema/quicklinks.exsd Regex used: 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: Ia0fd23db30fb07551c69fe8034ad118892890f62 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-17Fixes incorrectly formated EPL 1.0 license headersI20180819-2000I20180819-0800I20180818-1500I20180818-0800I20180817-2000Lars Vogel9-18/+16
Change-Id: I649d8cab171d682c018d5b4330e04471981212d2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-08-13Bug 537898 - [Tips] Draw circles for single digit bubblesY20180815-2200I20180816-2000I20180815-2000I20180815-1250I20180814-2000I20180814-0910I20180814-0900I20180813-2000Michael Keppler1-5/+6
Change the drawing code slightly such that single digit bubbles create a real circle, and not a "near circle" ellipsis. See screenshot in bugzilla for the visual difference. Change-Id: Iced0906e4a1d462feea99a0a62c4ca91a12da4c5 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-08-06Bug 535967 - Tip of the day bundles lack source bundlesY20180808-2200I20180812-2000I20180811-1500I20180810-2000I20180810-0320I20180809-2000I20180808-2000I20180807-2000I20180807-1425I20180807-0350I20180806-2000Mat Booth10-10/+42
Bump versions to avoid the comparator deleting source bundles that are not present in the baseline. Change-Id: Ie7989fceeb23256dda852f0bd1fd8106cd20a789 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2018-07-18Bug 535562: [Tips] About.html missing in org.eclipse.tips.testsY20180801-2200Y20180725-2200Y20180723-0635Y20180723-0615Y20180720-0300Y20180718-2200S4_9_0_M2I20180806-0300I20180805-2000I20180804-1500I20180803-2000I20180801-2000I20180801-0820I20180801-0800I20180801-0550I20180731-2000I20180731-1305I20180731-1250I20180731-1025I20180731-0800I20180731-0340I20180730-2240I20180730-2000I20180730-0800I20180729-2000I20180729-0800I20180728-1500I20180728-0805I20180727-2000I20180726-2000I20180725-2000I20180724-2000I20180723-2000I20180722-2000I20180721-1500I20180720-2000I20180719-2000I20180718-2000Wim Jongman1-0/+36
* Fixed Change-Id: I5e48cb239dfe576d089e438272c81d1506da7adc Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-07-10Revert "Bug 535169: [Tips] Tips hashCode/equals should be final"Y20180712-0200I20180718-0130I20180717-2000I20180717-0320I20180716-2000I20180716-0715I20180715-2000I20180714-1500I20180713-2000I20180712-2000I20180711-2000Wim Jongman3-11/+6
This reverts commit 4717ca4ba5d08c710ca304e2e1985b9514ec66e8. Change-Id: Idfbe289ecd27f86ec2f80d9980f382dc98b3f0d7
2018-07-03Bug 535169: [Tips] Tips hashCode/equals should be finalI20180710-2000I20180709-2000Wim Jongman3-6/+11
* made hashCode and equals final * added some javadoc notes * updated manifest and pom to 1.0.0 Change-Id: Ic78279f3c59ce4040aaf3488f253199549d40931 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-27Bug 535942 - [Tips] Use better job nameY20180705-0105I20180708-2000I20180707-1500I20180706-2000I20180705-2000I20180704-2000I20180704-0805I20180704-0605I20180704-0545I20180703-2000I20180702-2000Lars Vogel1-2/+2
Change-Id: I0c3806a4f612910ebe3a4e8dab87819f6d14708f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-27Bug 536185 - [Tips] Add possibility to provide functions, which can beY20180628-0525I20180702-0435I20180701-2000I20180630-1500I20180629-2000I20180629-0420I20180629-0400I20180628-2000I20180628-0230I20180627-2020I20180627-2000Simon Scholz5-4/+154
invoked from the Browser PS1-PS3 * Create API and implementation PS4 * Included example from Bug 536227 PS5 - PS7 * Minor refactoring. Change-Id: Ie6acd0998d73713ae4d8428a48d7abfc834d14f8 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-19Use Eclipse formatter in org.eclipse.help.uiI20180625-1545I20180621-2000Lars Vogel2-13/+74
This aligns the project with the other Eclipse project settings. Change-Id: I2d08d9aa3fc07b730c04a1ff155025b56e086f3b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-19Sets the Eclipse formatter for the new tips plug-ins as defaultLars Vogel12-0/+1854
Change-Id: Iba00995d8669bb96982bfbfa5fb85a798ef3c0fa Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-17Bug 535975 - [Tips] Minor refactoringI20180618-0800Michael Keppler10-23/+21
* Job titles shall be short and not sentences, they are displayed in the status bar and progress view * an ellipsis has 3 dots (at least in English) * fix grammar and typos * use MessageFormat instead of relying on the message in the properties file ending with a blank character, this can go wrong to easily Change-Id: Idfd85865d789d64a1c6f74fac345c41c303b6e52 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-06-17remove unused Messages classMichael Keppler2-32/+0
This seems not to be referenced anywhere. Change-Id: I3b5a7c32dfcff618b161f9a4e3ca1669c0864c74 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
2018-06-17Bug 535942 - Make tips startup job a system jobMichael Keppler1-0/+1
This job is for implementation reasons only, and its label may confuse users. Bug:535942 Change-Id: I31dfc51475af2f5e3e38ce63c5af524d27af06b2 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
2018-06-13Bug 535852 - [Tip of the day] Provide a DefaultHtmlTipI20180615-0655I20180615-0300I20180614-2045I20180614-2000Simon Scholz1-0/+95
Change-Id: I7c71e196d2a2cad53adf60ecd805e25c67204ff6 Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
2018-06-13Revert "Bug 535852 - [Tip of the day] Provide a DefaultHtmlTip"Simon Scholz1-95/+0
This reverts commit 40142dc99f9eaa9f715565be100198b7a8b94466.
2018-06-13Bug 535852 - [Tip of the day] Provide a DefaultHtmlTipSimon Scholz1-0/+95
Change-Id: I02378e2298333af20cf284491c2a9903543d0ac2 Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
2018-06-08Bug 535442 - [Tips] Add Code completion tips to JDT tipsI20180613-0440I20180613-0300Wim Jongman1-1/+6
Fixed Change-Id: I0a2dfe93b0df71a5da5ba27be4f531271d6add33 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-06Bug 535566: [Tips] Tips should consider different UX then startup dialogI20180607-2000Wim Jongman3-103/+43
## CS2 i18n ## CS1 Tips as view Change-Id: I96e1213bbb8b6d993074b6b67db9516ac7d78e67 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-06Bug 535585: [Tips] Initial dialog sizeWim Jongman2-36/+2
## CS1 Make size smaller Change-Id: I43e80243a4af67e968e02eff7c3e7d2b0194747b Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-05Bug 535533: [Tips] Do not start tips if in test modeI20180606-1020Wim Jongman1-1/+1
## PS1 Changed default startup mode to not show dialogs Change-Id: Ibe57b9444748853e37e0810b5b1d499cb0050587 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-05Bug 535318 - Update license to EPL-2.0 for platform.ua in about.htmlLars Vogel16-339/+391
Change-Id: I4ea2222a67fb5dcef76afa8062173eb412040f8c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-05Version 4.9 updates in plaform.ua as prep for the EPL 2.0 updateLars Vogel22-22/+22
Change-Id: I224da5c5d2dceb666db1e128647ce2aa73cf4a3b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-04Bug 535437 - [Tips] Run cleanup actions to tips and enhance save actionsLars Vogel17-57/+69
Change-Id: I0d1741a53928df3c82828bac83b470f5cc756ce2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-01Bug 535048 - [Tips] Gray borders around provider selector ...Wim Jongman1-17/+55
... buttons look bad on the dark theme ## PS3 * Linux verified * Found solution to dark theme issue ## PS2 * Make sure slider is recalculated on resize ** REQUIRES TESTING ON ALL PLATFORMS ## PS1 * Completely hide buttons Change-Id: I3a7b5f110acefffc96bd636006ea84bd9163f07a Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-01Bug 535391 - [Tips] Do not open tips on startup if there are no new tipsI20180601-0915I20180601-0900Wim Jongman5-16/+46
* Tip Dialog is not shown on startup if there or no new tips * Improved logging/tracing * Load check method had a timing problem Change-Id: Ic7df5eb0649f73857b7c42c6b36f3f7210f8af4d Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-06-01Bump versions for 4.9.Alexander Kurtakov8-8/+8
Change-Id: I82a20b142d3774aab21fe66409bb63a41f725c2d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-30Bug 535106 - Help topics with space in names no longer work with PhotonI20180531-2125I20180531-2000I20180531-1245I20180531-0910Lucas Bullen6-3/+130
- Remove the double URL encoding Change-Id: Iec61341cea76bcb846411c1019fc68b708b0cf2a Signed-off-by: Lucas Bullen <lbullen@redhat.com>
2018-05-30Bug 535191 - POM version change for 4.9 releaseAlexander Kurtakov21-23/+22
Change-Id: I8dde8b01df009b94d21af13c196723dc94241a07 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-29Bug 535154: [Tips] If all tips are read, Tips dialog shows empty pageWim Jongman3-3/+36
#PS1 * Fixed some documentation * A notification is shown if no tips can be found after 1.5 seconds Change-Id: If537e6f3e6a8e20c80ce5ab27e274d86c4092864 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-28Bug 535218: [Tips] Use better run iconWim Jongman11-2/+2
* Removed gifs * Removed unused images * Added png icons in two sizes Change-Id: I3fbb4a889e5ddf64bac821d0f4ae0f3b97124d22 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-28Bug 535155: [Tips] Tips dialog looks rather uglyWim Jongman7-20/+19
* Replaced lightbulb icon * Placed lightbulb icon in dialog Change-Id: I05911d2ff030360ffb738a7e589e080ee5bd42f3 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-28Bug 534984 - [Tips] Next / Previous Button are inactiveWim Jongman1-4/+4
* Made the slide buttons invisible if slider does not overflow Change-Id: If4c3bb12d5a90cb5665f1b9c7dd8d06a8dcc41e8 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-28Bug 535152 - [Tips][Linux] Tips don't take high-dpi display into accountWim Jongman1-32/+3
Removed all GTK scaling hacks for HiDPI monitors Change-Id: I5bc666e0901626f98aeacaba83a423041af851f3 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-28Bug 535072 - MANIFEST Updates in masterLars Vogel8-8/+8
Change-Id: Id6c37e753e34d374398974c13a5a29babf044c99 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-05-27Bug 534989: [Tips] Reduce tips about tipsWim Jongman10-138/+7
* Navigation tips are removed * The Extending the Tip Framework tip will only show if people have installed bundle org.eclipse.pde.ui >> EPP Blocker [1] * Removed a "funny" tip action. Change-Id: I07b7542637b37e5b1459960589ba3b7d0424c423 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-24Bug 535072 - [Tips] Tips plug-ins are missing legal info (about.html)Wim Jongman8-70/+108
Added missing about files and updated build.properties Change-Id: I98f6e486f9f26a14fad71a8106e7f50bf1cf23fc Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-22Bug 534890: [Tips] Tips window aligned to top of screen and..S4_8_0_RC2I20180527-2250I20180527-2000I20180527-0800I20180526-1500I20180526-0800I20180525-2000I20180524-0900I20180523-2000I20180523-0800Wim Jongman9-26/+191
* Set2 - Included memory leak updated tests * Position is now default for Dialog * Passed IDialogSettings to remember position and size * Added AbstractUIPlugin class to fetch dialog setttings Change-Id: I03933e6f7b90d6ed97c3393fdc15086a7886a51b Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-21Bug 534921: [Tips] Add Twitter tips to IDE bundleI20180522-2000Wim Jongman4-2/+165
[Tips] Add Twitter tips to IDE bundle Change-Id: I04d92f79732b556c54d83cd7db45c90914bfcf25 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>

Back to the top