Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-10Bug 522095 - Fix info warnings in platform.uaI20170910-2000I20170910-1055I20170910-0800Alexander Kurtakov5-11/+8
* Use Class.cast instead of cast operator. * Silence unlikely-arg-type warning in tests. Change-Id: Icf3798bc9534a2bd376d91891a00cb5848c4017f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 522083 - Simplify StringUtils classesI20170909-1500I20170909-0920I20170909-0800I20170909-0510Alexander Kurtakov8-44/+36
Make concat return String directly as it opens the door for moving to StringBuilder for concatenation and it was not used as buffer anywhere. Change-Id: Ie81c3995694437ee84806fc9f4d372b2c2f78d80 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 522083 - Simplify StringUtils classesAlexander Kurtakov8-99/+24
No need for multiple concat methods - just use varargs. No need for split method - pre 1.4 JVM is not supported now. Change-Id: I1c1e349746d7c817933c1451393b8abfd67ba37a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 522082 - Enable more warnings in ui.intro and fix them. Alexander Kurtakov24-124/+95
* Useless casts. * Redundant type declarations. * Try-with-resources. * Indirect static access. Change-Id: I309b5b972b104bfa209601aac0c48e698da67ca9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov43-164/+117
eclipse.platform.ua Handle help.ui and help.webapp except for cases which involved public methods signatures although in internal classes. Change-Id: I5256794e73b5c24f249278005d3529c17f0576f1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov18-83/+83
eclipse.platform.ua Handle intro* bundles but skipping parts which required public methods signature changes. Change-Id: Ib60f65f5b4f54d1327b106b32fcd729816140116 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov9-27/+33
eclipse.platform.ua Handle cheatsheets. Change-Id: I93dd8008241c0413efaf3833d37bddf6130e5503 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-09-09Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov17-72/+63
eclipse.platform.ua Change-Id: Id1b13e8bb510dfdd4e4b8ff2f1f466f6b89fd513 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-21Bug 520533 - Welcome screen nav icons have inconsistent behaviourI20170908-2345I20170908-2000I20170908-0035I20170907-2000I20170906-2000I20170906-0815I20170906-0225I20170905-2000I20170905-0600I20170905-0310I20170904-2000I20170904-0230I20170903-2000I20170902-1500I20170901-2000I20170831-2000I20170830-2000I20170830-0605I20170829-2345I20170829-2000I20170829-0940I20170829-0705I20170828-2000I20170828-1220I20170828-0730I20170827-2000I20170826-1500I20170825-2000I20170824-2000I20170823-2000I20170822-2000I20170821-2000Alexander Kurtakov2-2/+2
Bump service release. Change-Id: I470e0d6d9b8d70eb5cf49dc2ef4dafc9da00150f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-17Increased bundle version for Photon (4.8) I20170820-2000I20170819-1500I20170818-2000I20170818-0100I20170818-0040I20170817-2140I20170817-2000Alexander Kurtakov4-4/+4
Change-Id: I0653a474567eb346343e5ae4ea4a85878beb8950 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-16Bug 517421 - [Help content] Using "Print selected topics and allI20170816-2000Alexander Kurtakov2-2/+2
subtopics" produces broken links Bump service release for the change. Change-Id: Id11368f821a795cb2ac427060e2a6f44259944cc Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-16Bug 520255 - Replace StringBuffer with StringBuilder inAlexander Kurtakov4-5/+5
eclipse.platform.ua Bump service releases for this change. Change-Id: Idbd4f87ec1d1c66cba4545a97e6b437deb765fd3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-09Use try-with-resources in LinkTest.I20170815-2000I20170815-0035I20170814-2000I20170814-0635I20170814-0300I20170813-2000I20170812-1500I20170811-2000I20170810-2000I20170809-2000Alexander Kurtakov1-27/+29
Change-Id: Ie81a2a361e1213a8d285928db871758c8e566cae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-08-08Bug 520254 - Remove unnecessary activator from org.eclipse.ua.tests.docI20170808-2000Lars Vogel3-68/+3
Change-Id: Iaa47315b12356159312d2ac04ba44ac89c2f3b2c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-08-03Bug 520533 - Welcome screen nav icons have inconsistent behaviourMat Booth1-0/+16
Change-Id: Ifa91431c22ad1e45d75a03ece052a1f133323181 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2017-07-27Bug 520255 - Replace StringBuffer with StringBuilder in S4_8_0_M1I20170807-2000I20170806-2000I20170805-1500I20170804-2000I20170802-2000I20170802-0800I20170801-2000I20170801-0800I20170731-2000I20170731-0800I20170730-2000I20170729-2000I20170728-2000Sopot Cela20-27/+27
eclipse.platform.ua Change-Id: Ia091f6c7a16d49f15629a5da2a970d003ac8ab21 Signed-off-by: Sopot Cela <scela@redhat.com>
2017-07-20Bug 460982 - Activate org.eclipse.ua.tests w/ TychoI20170727-2000I20170727-0610I20170726-2000I20170725-2000I20170724-2000I20170723-2000I20170722-2000I20170722-0045I20170721-2000I20170720-2000Mickael Istria1-2/+46
Change-Id: Id489f394035be414380405240defae6e9da0deaa Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-07-20Bug 517353 - Automated tests verifying validity of links in HelpMickael Istria5-5/+115
Change-Id: I95892358e46b1deb6c1ce1717a24bd4865fa8f43 Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-07-20Bug 460982 - Enable automated tests for org.eclipse.ua.tests.docMickael Istria1-2/+97
Change-Id: Icc319c5340e9863a3491041d0a5e8d62a86863f6 Signed-off-by: Mickael Istria <mistria@redhat.com>
2017-06-27Bug 517421 - [Help content] Using "Print selected topics and allI20170719-2000I20170719-0600I20170719-0040I20170718-2000I20170718-0355I20170717-2000I20170717-0350I20170716-2000I20170716-0130I20170715-2000I20170714-2000I20170713-2000I20170713-0615I20170712-2000I20170711-2000I20170710-2000I20170709-2000I20170708-2000I20170707-2000I20170707-0530I20170706-2000I20170706-0630I20170705-2000I20170704-2000I20170703-2000I20170702-2000I20170701-2000I20170630-2000I20170630-0410I20170629-2000I20170629-0425I20170629-0210I20170628-2000I20170628-0310I20170627-2000Tu Ton1-2/+15
subtopics" produces broken links Change-Id: I732c772186c564cfcda419a4d959f5158267edf1 Signed-off-by: Tu Ton <minhtutonthat@gmail.com>
2017-06-27Replace Intro/Welcome with Welcome/Intro for consistencyDani Megert1-2/+2
2017-06-27Bug 517379 - [CheatSheet] how to extend current implementation, useAsma Smaoui4-12/+14
Cheatsheet as API, most of methods are not public change the visibility of some methods to public as well as the viewer attribute of the CheatsheetHelpPart class. Change-Id: I6721fe0d43b5ac01251bf97b39a28faa692a7509 Signed-off-by: Asma Smaoui <asma.smaoui@cea.fr>
2017-06-22Bug 517929 - Update POMs in the master for 4.8 releaseI20170626-2000I20170625-2000I20170624-2000I20170623-2000I20170623-0110I20170622-2000I20170622-0950Alexander Kurtakov14-16/+16
Point to 4.8 parent pom. Change-Id: I95e07cbfa6b2385f7c8f0192784fe62faf681659 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-16Bug 516457 - Many of plug-ins need a version increaseY20170622-1000Y20170620-0625Y20170619-2325Y20170618-0415Y20170617-1235Y20170615-1000Y20170608-1000Y20170601-1000Y20170525-1000Y20170523-0000Y20170518-1000S4_7_0_RC4aS4_7_0_RC4S4_7_0_RC3S4_7_0_RC2S4_7_0_RC1R4_7I20170621-2000I20170621-0600I20170620-2000I20170619-2000I20170618-2355I20170618-2000I20170617-2000I20170616-2000I20170616-0530I20170615-2000I20170614-2000I20170613-2000I20170612-0950I20170610-0940I20170608-0530I20170607-2000I20170607-1100I20170607-0800I20170607-0215I20170606-2000I20170606-0800I20170605-2000I20170605-0800I20170604-2000I20170604-0800I20170603-1500I20170603-0800I20170603-0100I20170602-2000I20170531-2000I20170531-0800I20170530-2000I20170530-0800I20170529-2000I20170529-0800I20170528-2000I20170528-0800I20170527-1500I20170527-0800I20170526-2000I20170524-2000I20170524-0800I20170523-2000I20170523-0800I20170522-2000I20170522-0800I20170521-2000I20170521-0800I20170520-1500I20170518-1030I20170518-0830I20170518-0500I20170517-2000I20170517-0800I20170516-2000I20170516-0800Alexander Kurtakov2-3/+3
Service release bump. Change-Id: I1b11b7c5354df1ea63ec62f927c3740dc9c3092b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-15Bug 516457 - Many of plug-ins need a version increaseI20170515-2000Alexander Kurtakov2-3/+3
Bump minor to reflect the new lucene version tests in it. Change-Id: I137eeed3548fecf6d9ac22a08991b64cbd05ef72 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-15Fixed bug 516527: Issues with minimized Welcome pageNoopur Gupta1-3/+3
Change-Id: I354da714ab9afe7e6d9e8bc1f897b77556d269e4 Signed-off-by: Noopur Gupta <noopur_gupta@in.ibm.com>
2017-05-15Bug 516457 - Many of plug-ins need a version increaseI20170515-0910I20170515-0800Alexander Kurtakov2-2/+2
Service release bump for ui.intro.quicklinks. Change-Id: I7e043626a1115aef19c7be8e93de2fe2ed15466a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-15Bug 516457 - Many of plug-ins need a version increaseAlexander Kurtakov2-2/+2
Service release bump for ui.cheatsheets. Change-Id: Ifff79972e77498b94432471b15c788d7d7480767 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-05-15Add about.html to o.e.ua.tests.doc.Alexander Kurtakov1-0/+1
Change-Id: If71526108a1876168afa6911eaa78524380a0a41 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-04-24Bug 515680: Remove strange icon from welcome page dialogY20170512-0230Y20170511-1500Y20170511-1000Y20170504-1000Y20170427-1000S4_7_0_M7I20170514-2000I20170514-1120I20170512-0500I20170511-1200I20170510-2000I20170510-0800I20170509-2000I20170509-1300I20170509-1100I20170509-0945I20170509-0800I20170508-2000I20170508-0800I20170507-2000I20170506-2000I20170505-2000I20170504-2000I20170503-2000I20170502-2000I20170501-2000I20170430-2000I20170429-2000I20170429-1330I20170429-1230I20170428-2000I20170428-0830I20170428-0700I20170428-0550I20170428-0445I20170427-2000I20170426-2000I20170425-2000I20170425-0910I20170425-0700I20170425-0240I20170425-0215I20170424-2000Matthias Becker2-1/+1
Change-Id: I752f4f5dca1ecbdf8cd9bd3ef3443674bb8336fe Signed-off-by: Matthias Becker <ma.becker@sap.com>
2017-04-18Bug 515362 - [Dark Theme] Use CTabFolder inY20170420-1000I20170423-2000I20170422-2000I20170422-0300I20170421-2000I20170420-2000I20170419-2000Lars Vogel1-19/+20
org.eclipse.ui.internal.intro.universal.CustomizationDialog to support styling Change-Id: I10783ab96ffe92dbb6de671f294cf516e867775a Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2017-04-18Bug 515033: Update Welcome icon to png fileI20170419-0430I20170419-0130I20170418-2000Matthias Becker89-57/+57
Change-Id: I4f245719837b96c23580817a9948b7280d73c571 Signed-off-by: Matthias Becker <ma.becker@sap.com>
2017-03-11Removed printStackTrace() callsY20170413-1000Y20170406-1000Y20170330-1000Y20170321-2315Y20170321-0120Y20170316-0500I20170417-2000I20170416-2000I20170415-2000I20170414-2000I20170413-2000I20170412-2000I20170411-2000I20170411-0500I20170410-2000I20170409-2000I20170408-2000I20170407-2000I20170406-2000I20170405-2000I20170405-0300I20170405-0200I20170405-0130I20170404-2000I20170404-0840I20170404-0245I20170403-2000I20170402-2000I20170401-2000I20170331-2000I20170330-2000I20170329-2000I20170328-2000I20170327-2000I20170326-2000I20170325-2000I20170324-2000I20170323-2000I20170322-2000I20170321-2000I20170320-2000I20170319-2000I20170318-2000I20170317-2000I20170316-2000I20170315-2000I20170315-0500I20170314-2000I20170313-2000I20170312-2000I20170311-2000Andrey Loskutov2-3/+4
Change-Id: Ifd0d9f25bd8fad54a7f21fdb34e3a1139e2f94f5 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-05Don't try to format file headerY20170309-1000S4_7_0_M6I20170310-2000I20170308-2000I20170308-0800I20170307-2000I20170307-0800I20170307-0610I20170307-0450I20170307-0420I20170307-0410I20170307-0150I20170306-2000I20170306-0800I20170305-2000Andrey Loskutov1-1/+1
This breaks contributions entries, see bug 513116 comment 4. Change-Id: I08c9a4b9f4e1aa45a60483b1c04a04d37daa19a3 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-03-05Bug 513116 - [Help] NPE in HelpView.installSelectionListenerAndrey Loskutov1-2/+3
Change-Id: I7a02645c1998aa2d833432b7871093e7dafaf38b Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2017-02-28Bug 512814 - Various cleanupsY20170302-1000I20170304-2000I20170303-2000I20170302-2000I20170301-2000I20170228-2000Alexander Kurtakov26-188/+131
Lamba usages and generification. Change-Id: I224645c54dd2cdd3793fc6f417b13584888f7dfb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-02-27Bug 510384 - [Solstice] Welcome Screen First Steps and Web Resources icons ↵I20170228-0330I20170228-0240I20170227-2000Brian de Alwis4-0/+0
are missing Use FontAwesome 'Compass' for First Steps Use FontAwesome 'Link' for Web Resources Change-Id: I9928b0cc8bc1d0aff7465904fc9f1442c6d35b14
2017-02-21Bug 509819 - NPE in SearchIndex.removeDocumentY20170223-1000I20170226-2000I20170225-2000I20170224-2000I20170223-2000I20170222-2000I20170221-2000Sopot Cela1-6/+6
Change-Id: I183b9197ee32c093deb7400aac640ccb2ac59ae3 Signed-off-by: Sopot Cela <scela@redhat.com>
2017-02-04Revert "Bug 511517: 11 test errors in SearchCheatsheet since I20170201-1030"Y20170216-1515Y20170216-1450Y20170216-1000Y20170209-1000I20170220-2000I20170219-2000I20170218-2000I20170217-2000I20170216-2000I20170216-0140I20170215-2000I20170214-2200I20170214-2000I20170213-2000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530I20170209-2000I20170208-2000I20170208-0700I20170207-2000I20170206-2000I20170205-2000I20170204-2000Andrey Loskutov2-2/+2
This reverts commit d19215a5ae3190b86b13d9ce52f1ca6166df5ece.
2017-02-03Updated versions for NeonI20170203-2000Dani Megert2-3/+3
2017-02-03Updated copyright dateDani Megert1-2/+2
2017-02-02Bug 511517: 11 test errors in SearchCheatsheet since I20170201-1030I20170202-2000Markus Keller2-2/+2
Temporary workaround for a resolver issue, see bug 511517 comment 6
2017-01-30Bug 511251 - Comparator errors in I20170127-2200Y20170202-1000I20170201-2000I20170131-2000I20170130-2000I20170130-0600Sopot Cela1-0/+1
Change-Id: I4ec57936b702691053d85464a3c8c3258ebbcab3 Signed-off-by: Sopot Cela <scela@redhat.com>
2017-01-21Bug 510796 - Comparator errors in I20170120-2000Y20170126-1700Y20170126-1000S4_7_0_M5I20170129-2000I20170128-2000I20170127-2200I20170127-2000I20170126-1030I20170126-0505I20170125-2000I20170125-0800I20170124-2000I20170124-0800I20170123-2000I20170123-0830I20170123-0800I20170122-2000I20170121-2000I20170121-0950Alexander Kurtakov1-0/+1
Change-Id: I9df5b3dcc8ab514b736c850ec28352faa50d7e5f Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-13Bug 453379 - Make sure to precompile jsps with the same Jetty versionY20170119-1000I20170120-2000I20170119-2000I20170119-1010I20170119-0345I20170118-2000I20170118-1215I20170117-2000I20170116-2000I20170115-2000I20170114-2000I20170113-2000Alexander Kurtakov1-2/+2
Small incremental update to jetty-jspc-maven-plugin 9.0.7 (the latest that produces correct package names) to at least have the same groupId (important for building from source groups). Change-Id: I9085ecb15491ff1179211402900e0bb484822791 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-13Revert "Bug 453379 - Make sure to precompile jsps with the same Jetty version"Alexander Kurtakov1-2/+3
This reverts commit 494d9af8b5681a77ab4144636826bb1fa986aeda. Change-Id: I56210c8802410cb359399593ee76575d6b159dd4
2017-01-13Bug 510404 - Comparator errors in I20170112-2000Alexander Kurtakov1-0/+1
Package in which jsps are put is desired effect. Change-Id: Ic1b4700c7de1cb427c5487ed96875d6ac1abc130 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2017-01-12Bug 453379 - Make sure to precompile jsps with the same Jetty versionI20170112-2000Alexander Kurtakov1-3/+2
Change to the new groupId and remove the version as it's managed by pluginManagement section in parent pom. Change-Id: Ie4c31b48702adb0936f4653740b7487096562206 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
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 Loskutov191-1702/+1875
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>
2017-01-02Bug 509830 - ClassCastException in ICTable$ICContentProvider.getElementsI20170104-0800I20170103-2000I20170102-2000Andrey Loskutov1-1/+1
Change-Id: I73c79bb8e4992ab6f033846ec94d7de8dd457125 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>

Back to the top