Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-05-21Bug 534920: [Tips] Make sure tips can run on NeonI20180522-0800Wim Jongman7-36/+44
Fixed Change-Id: I517e58b39e500912c22d822756b1fe78c1d45538 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-21Bug 534376: [Tips] (fetch) job runs even if I have disabled tipsI20180521-2000Wim Jongman21-83/+199
* Added "Disabled" Option * Tips startup default can be controlled by property * Fixed internal api * Fixed documentation * Fixed tests * V3 fixed preferences initializer * V4 lightbulb in trim goes away in "Disabled" mode * V5 replaced combo with menu * V6 replaced tip to reflect new menu Change-Id: I958c1d583948341ef3ef0587655bdf1b78a4f0a4 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-20Bug 534889: [Tips] No mnemonics on Tips window and menu itemI20180521-0800I20180520-2000Wim Jongman2-5/+5
Change-Id: Iacf660e126f21ff22f62609cfa73917e2922a56d Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-12Bug 534597 - Unanticipated comparator errors in I20180511-2000S4_8_0_RC1I20180520-0800I20180519-1500I20180519-0800I20180518-2000I20180516-2000I20180516-0800I20180515-2000I20180515-1755I20180515-1620I20180515-1440I20180515-1300I20180515-0950I20180515-0800I20180514-2000I20180514-0800I20180513-2000I20180513-0800I20180512-1500I20180512-0830Sravan Kumar Lakkimsetti2-0/+2
Change-Id: I8f0001ab7e72ee89e32732cb576cf4bfd997d85e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-11Bug 534595: [Tips] Create tips for tipsI20180511-2000Wim Jongman34-353/+609
* Create Tips for Tips * Examples cleanup * Core cleanup Change-Id: I62c305f4d03a244434cdf376ec90727a888430f7 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-11Bug 534178: [Tips] Tip deploy jobWim Jongman7-271/+81
* Abandoned internet download due to wontfix * Fixed warnings Change-Id: I93487e25b6cc179f20fb0cf7a1f3975bd16eeaf9 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-10Bug 534534 - Copyright dates must be updated to 2018Sravan Kumar Lakkimsetti1-2/+2
Change-Id: I43d52f7053b4121b478b660d72d8637be98e98e6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-05-04Bug 534360: [Tips] have error can't parse argument number: zoom: {0}%;S4_8_0_M7I20180509-2000I20180509-0800I20180508-2000I20180508-0800I20180507-2205I20180507-2000I20180507-0810I20180507-0800I20180506-2000I20180506-0800I20180505-1500I20180504-2000Wim Jongman3-7/+5
* Fixed messageformat bug Change-Id: Ief616f182e0abec6e26079ac146e47cbfc37b971 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-03Bug 531848 - [Tips] Add save actions to project propertiesI20180503-2000I20180503-0740Alexander Kurtakov12-21/+716
And enable stricter warnings. Change-Id: Iad8f26d26ddc10471ec9723232934a48c0e7c3e8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-05-02Bug 534252: [Tips] Api break in Google gson cause compile failureI20180502-2000Wim Jongman1-3/+4
I am using JsonObject.keySet() In one Eclipse I have com.google.gson 2.8.2 which has this method. In another Eclipse I have com.google.gson 2.7.0 which does not have this method. It looks like an API violation on googles part which would break Tips using any (2.0.0 2.8.2] installation of the gson library. Change-Id: Iea24acac2f6b1446154456d0d157416b4267b404 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-05-02Bug 534244 - Build failing due to changes to POM fileI20180502-0100Sravan Kumar Lakkimsetti1-1/+1
Change-Id: Ic94d9f4aebe28902470bfd1eda377c126f354dcf Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
2018-04-30Bug 534158 - Include tips feature in buildI20180501-2000Mickael Istria1-0/+1
Change-Id: I0a8bb93247496de111059065987960a69d9bb9b1 Signed-off-by: Mickael Istria <mistria@redhat.com>
2018-04-30Bug 534158 - Include tips feature in buildI20180430-2000Wim Jongman1-3/+2
* Removed unknown files from build.properties Change-Id: I6e6d004b2362542b7fc3c01a07f12ad6a57a993d Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-30Bug 532012: [Tips] NLS SupportWim Jongman51-189/+436
* Added NLS Change-Id: Idecc14956591869eb17278015ec0b45b893c5882 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-29Bug 534073: [Tips] Create JSon based Tip Provider for PlatformI20180430-0715I20180429-2000Wim Jongman46-221/+541
* Added photon new and noteworthy provider * Changed startup sequence * Added logging * Removed warnings from examples * Fixed Twitter Feed to not use the Twitter URL * Added TipProvider#hasContent * Changes IUrlTip#getURL Change-Id: I100d32c49d27d850697ae1f347282d99d52417e2 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-27Remove skipTests=false in parent pom.I20180428-2020I20180428-1500I20180427-2000Alexander Kurtakov1-3/+1
eclipse-platform-parent pom.xml already sets it to the same value. Change-Id: Ife980f1221a3a47bf98e4b387757137376b7af86 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-04-26Bug 534073: [Tips] Create JSon based Tip Provider for PlatformWim Jongman7-39/+271
* JSon Provider created for Platform * Tips are uploaded to E4 area * Fixed some read state and provider caching Change-Id: I3566e0f440e44777a3d89cceed656aa0c8c3634e Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
2018-04-25Bug 534050: [Tips] Save read state to preferencesI20180426-2000I20180426-0500I20180425-2000I20180425-1705I20180425-1650I20180425-1455Wim Jongman3-25/+40
* Removed unused tip constructor * Added retrieval of provider id to save read state * Saved state to preferences Change-Id: Ifd7358f7c2e1687663954e9ef45e898f9765ccc1 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>

Back to the top