Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-12-02Bug 483477 - Run "Fix Copyrights" on all plug-ins of platform.uaI20151213-2000I20151209-2300I20151209-2000I20151209-0800I20151208-2000I20151208-0800I20151207-2000I20151207-0800I20151206-2000I20151203-1230I20151203-0800Lars Vogel2-2/+2
Change-Id: Id7609d660eace6b8f9ac8a2f8bc02ce02b685842 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-08-11Revert "Revert "Bug 474070 - Replace new Boolean with Boolean.valueOf""I20150818-0800I20150811-1400Lars Vogel1-2/+3
This reverts commit c2a47e222eadf0edfc5af0f1f0918e41e4015b15. Change-Id: I459446ae5f29ea06dcda26f9c86a758db71b0f05
2015-08-04Revert "Bug 474070 - Replace new Boolean with Boolean.valueOf"I20150805-2000I20150805-0800I20150804-2000Brian de Alwis1-3/+2
This reverts commit abe0ea1fcdc0b40864ec95993f4e1d887265ed2c. Change-Id: I93675d849ce41fb0768bf178c1b63f064fb0d654
2015-08-04Bug 474070 - Replace new Boolean with Boolean.valueOfAlex Blewitt1-2/+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()` with `Boolean.parseBoolean(...)` Bug: 474070 Change-Id: I673669144881f738006b8567e99e5760e851ad07 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-07-03Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150804-0800I20150803-2000I20150803-0800I20150802-2000I20150728-0800I20150721-0800I20150714-0800I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2014-06-19Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140803-2000I20140729-0800I20140722-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-04-01Bug 431683 - Remove deprecated getOKButton() and getCancelButton() inLars Vogel1-7/+6
ICDialog Change-Id: I1234ed9786698f7bd3bd782dde3bf9151600b56a Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
2014-03-04Bug 428865: new branding icon for HelpY20140309-0500Y20140308-1100I20140311-1200I20140311-0800I20140309-0800I20140306-1200I20140305-2000I20140305-0800I20140304-2000I20140304-0800Markus Keller1-0/+0
Removed unused icons
2014-02-11Bug 365852 - [Help][Webapp] Tooltips wording: "Group by Categories"I20140218-0800Holger Voormann1-2/+2
instead of "Show result categories" etc. "Show result categories" implies that only additional information will be displayed and the search results order is not affected (just as well as with "Show result descriptions"). But this is not true. Indeed, "Show result categories" is a kind of grouping which changes the order of the search results. Furthermore, in the "Search Results" view/tab the word "result" is not required, for instance "Show result descriptions" should be "Show descriptions". Generally, in tooltips of toolbar buttons each word starts with an upper case letter, for instance "Print topics" should be "Print Topics". Proposed changes: "Show result categories" => "Group by Categories" "Show result descriptions" => "Show Descriptions" "Print topics" => "Print Topics" "Print selected topic" => "Print Selected Topic" "Print selected topic and all subtopics" => "Print Selected Topic and its Subtopics" "Search topics" => "Search Topics" "Search selected topic" => "Search Selected Topic" "Search selected topic and all subtopics" => "Search Selected Topic and its Subtopics" Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=365852 Signed-off-by: Holger Voormann <eclipse@voormann.de>
2013-06-28Bug 409701 - [Browser] Eclipse help crashes when forced to use XULRunnerI20130807-2000I20130807-0800I20130806-2000I20130806-0800I20130805-2000I20130805-0800I20130804-2300I20130730-0800I20130724-1600I20130723-0800I20130717-1600I20130716-0800I20130709-0800I20130702-1230I20130702-1000I20130702-0800Grant Gayed2-4/+10
or WebKit
2013-06-26Bug 411156 - Update parent POMs for LunaPaul Webster1-1/+1
2013-06-24Additional fix for bug 408899: [Help] Extenders of help.base.activitySupport ↵I20130625-0800Dani Megert1-2/+1
see a warning regarding "localScopeCheckbox" although that element is unused
2013-06-20Fixed bug 408899: [Help] Extenders of help.base.activitySupport see a ↵Dani Megert4-21/+12
warning regarding "localScopeCheckbox" although that element is unused
2013-05-15Improved JavadocI20130527-2000I20130527-0800I20130526-2000I20130526-0500I20130525-1500I20130523-1400I20130522-2000I20130521-2000I20130520-2000I20130519-2000I20130518-1500I20130516-2200I20130516-1800I20130516-1600I20130515-2000Dani Megert1-10/+14
2013-03-26Bug 403966 - Update Platform UI, UA, Runtime with new parent versionI20130507-0000I20130506-2000I20130505-2000I20130504-1500I20130503-2000I20130502-0800I20130501-2000I20130501-1400I20130501-1100I20130501-0800I20130430-2000I20130430-0800I20130430-0031I20130429-2000I20130429-0800I20130428-2000I20130423-0800I20130416-0800I20130409-0900I20130409-0800I20130402-0800Paul Webster2-1/+3
2013-02-21Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130221-012044I20130224-2000I20130223-1500I20130222-2000Paul Webster1-4/+2
Set groupId to 3 segments
2013-01-08Fixed bug 142284: Duplicate key mnemonic on Help preference pagev20130108-085705I20130108-0800Dani Megert1-2/+2
2012-12-10Bug 396111 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for ↵v20121210-193220I20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000I20121211-0800I20121210-2000Thanh Ha1-1/+1
eclipse.platform.ua
2012-07-24Updated version numbers for move to lucene 3.xv20120724-171918johna/lucene35John Arthorne1-1/+1
2012-07-24Bug 350103 - [Help] Remove extension point luceneSearchParticipantsv20120724-171914John Arthorne1-1/+1
2012-07-05Improved switch statement checkingv20120705-112729I20120717-0800I20120710-0800Dani Megert1-2/+1
2012-05-21Add poms for Tycho buildv20120521-2344R4_2R3_8I20120703-0800I20120627-0000I20120626-1200I20120625-2200I20120608-1400I20120608-1200I20120607-1500I20120606-2100I20120606-1900I20120605-2100I20120605-1900I20120604-2100I20120604-1900I20120603-2100I20120603-1910I20120602-2100I20120602-1900I20120601-2100I20120601-1900I20120531-1500I20120531-0600I20120530-2100I20120530-1900I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100Igor Fedorenko1-0/+25
2012-05-11Updated copyrightsv20120511-1420I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900I20120514-2100I20120514-1900I20120513-2100I20120513-1900I20120513-1300I20120513-0740I20120512-2100I20120512-1940I20120512-1900I20120511-2330I20120511-2100I20120511-1900John Arthorne1-1/+1
2012-05-11Made icon smallerDani Megert1-0/+0
2012-05-10Updated Eclipse iconv20120510-0801I20120510-2100I20120510-1900Dani Megert1-0/+0
2012-04-18Reverted fix for bug 290380v20120418-1152Dani Megert1-27/+18
2012-04-18Fixed typoDani Megert1-2/+2
2011-11-29Bug 361118 (v2) - Eclipse crashes in ieframe.dll when repeatedly openingv20111129-2049caustin1-0/+5
the same link in an external browser
2011-11-29Bug 361118 - Eclipse crashes in ieframe.dll when repeatedly opening thecaustin1-17/+14
same link in an external browser
2011-11-23Bug 364626 - [Help] Cointent preferences page enables OK after Testv20111123-1744caustin13-2482/+22
Connection is pressed, regardless of form validity
2011-10-23Bug 361764 - [Help] Compilation error ICPreferences.java line 100v20111023Chris Goldthorpe3-16/+1
2011-10-21Bug 353134 - Update the Preferences -> Help -> Content UI to a simpler,caustin6-31/+1216
cleaner look
2011-10-10Bug 290377 - [Help][Context] Dynamic help view does not respectChris Goldthorpe1-6/+5
IContextProvider upon open
2011-10-04Remove .cvsignore filesv20111004-1656Chris Goldthorpe1-5/+0
2011-09-23Bug 358775 - [Help] Clean up warnings in Help projectsChris Goldthorpe4-12/+7
2011-09-21Bug 353140 - [Help] Handle situation where documentation is notChris Goldthorpe11-71/+292
installed
2011-08-19Bug 355041 - [Help][Context] NPE when pressing F1 in wizard without titlev20110819Chris Goldthorpe1-0/+1
2011-08-16Bug 354428 - [Help] Standalone Help doesn't support enablement expressions ↵Chris Goldthorpe1-1/+3
with contributed property testers
2011-08-16Bug 351272 - [Help][Index] Keyword Index: Blank line after parent nodes that ↵Chris Goldthorpe1-4/+12
link a help page
2011-08-15Bug 349700 - [Help] Extra mnemonic in properties fileChris Goldthorpe1-1/+1
2011-08-15Bug 352077 - [Help] Trying to open Workbench Help shows an "XPCOM Error" dialogChris Goldthorpe1-4/+6
2011-07-25Bug 193522 - [Help] Help doesn't work on Eclipse 3.2.1 on AIXChris Goldthorpe2-2/+2
2011-04-25Bug 343750 - [Help] Help/Dynamic help does not bring dynamic help view to ↵Chris Goldthorpe1-2/+2
foreground
2011-04-01Bug 332978 - [Help] Scope Selection in Help View should be more like Webapp ↵v20110404Chris Goldthorpe1-1/+13
- patch for item 3
2011-04-01Bug 341649 - [Help] Help/Search does not give focus to the typein areaChris Goldthorpe1-4/+8
2011-03-31Bug 340090 - [Browser] Preferences for Help - "Open help contents" label has ↵Chris Goldthorpe1-4/+4
no controls on Mac w/o org.eclipse.ui.browse
2011-03-29Bug 335496 - [Help] In Help View too much vertical white space between Scope ↵Chris Austin1-8/+14
and Alternate Search Expression
2011-03-24Update CopyrightsChris Goldthorpe10-10/+10
2011-03-16Bug 340096 - [Help][Search] Add preference for show description and show ↵Chris Goldthorpe1-11/+24
result categories in the search view
2011-02-21Bug 316830 - Eclipse auto test: testSortMultipleCategory expected:<a[1]> but ↵v20110221Chris Goldthorpe1-18/+16
was:<a[3]> in solaris10 with jdk7-b96

Back to the top