sdk/ide/eclipse-platform-ui.git
8 years agoBug 480076: Excessive threads created (more than 30,000) for some tests, on some...
Markus Keller [Wed, 18 Nov 2015 16:14:19 +0000 (17:14 +0100)]
Bug 480076: Excessive threads created (more than 30,000) for some tests, on some machines

8 years agoBug 467539 - NullPointerException in TabbedPropertySheetTitleProvider.<init> (56)
Brian de Alwis [Thu, 13 Aug 2015 16:57:50 +0000 (12:57 -0400)]
Bug 467539 - NullPointerException in TabbedPropertySheetTitleProvider.<init> (56)

Avoid potential NPE when no active window or part not found
(cherry picked from commit ab8447ce17ae915d71ae891785f16e84a4944d6f)

Change-Id: I543600a55523ca0ee89870fe3af2e06622d86da9

8 years agoBug 471782 - [ViewMgmt] History View always blank
Andrey Loskutov [Sat, 7 Nov 2015 23:33:36 +0000 (00:33 +0100)]
Bug 471782 - [ViewMgmt] History View always blank

Fixed various view management regressions regressions caused by changes
in bug 430988. Added tests for the expected behavior.

To open legacy views, use IWorkbenchPage.showView(viewId); to open e4
views init the shared placeholder first (basically same as the Ctrl+3
does, see org.eclipse.ui.internal.quickaccess.ViewElement).

Change-Id: I7ca5338174aa6803e788ec77d57e69e3485a75ae
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
8 years agoBug 485106 - Layout related issues while opening 3.x Workspace in 4.x
Kalyan Prasad [Thu, 7 Jan 2016 13:23:52 +0000 (18:53 +0530)]
Bug 485106 - Layout related issues while opening 3.x Workspace in 4.x
when the Default FastView stack is maximized

Backporting the changes to 4_5_maintenance

Change-Id: I2768df1eb97a267cbe3b0ee1479702b27fa00241
Signed-off-by: Kalyan Prasad <kalyan_prasad@in.ibm.com>
8 years agoBug 378644 - [Workbench] All but 1 window and 1 perspective lost when
Wojciech Sudol [Mon, 28 Dec 2015 09:33:08 +0000 (15:03 +0530)]
Bug 378644 - [Workbench] All but 1 window and 1 perspective lost when
starting 3.x workspace with 4.2

Change-Id: I09ad7499c61e451802dfe7c24bd6e3621bc6b39a
Also-by: Kalyan Prasad <kalyan_prasad@in.ibm.com>
8 years agoBug 378811 - [Perspectives] Can't export and import perspectives anymore
Wojciech Sudol [Tue, 22 Dec 2015 08:35:31 +0000 (14:05 +0530)]
Bug 378811 - [Perspectives] Can't export and import perspectives anymore

Change-Id: Iec54952df8d49e4ea7e383b6decfff838f44e244
Also-by: Kalyan Prasad <kalyan_prasad@in.ibm.com>
8 years agoFixed bug 475480: PreferencePage.contributeButtons - custom buttons layout problem
Dariusz Stefanowicz [Sun, 30 Aug 2015 11:09:59 +0000 (13:09 +0200)]
Fixed bug 475480: PreferencePage.contributeButtons - custom buttons layout problem
(backport to 4.5.2)

Fixed problem with custom buttons layout added using contributeButtons method.

Change-Id: Ia7692cb5e3b9c2c3fa5f0433f8616a0f3a7cfea1
Signed-off-by: Dariusz Stefanowicz <dario@parasoft.com>
8 years agoBug 467636 - WorkbenchPlugin.log looses context of logged errors
Brian de Alwis [Tue, 30 Jun 2015 02:45:45 +0000 (22:45 -0400)]
Bug 467636 - WorkbenchPlugin.log looses context of logged errors

Combine message with status into a MultiStatus if warranted

8 years agoBug 482162: [backports] Eclipse crashes with NPE on existing workspace (after closing...
Markus Keller [Fri, 13 Nov 2015 15:54:08 +0000 (16:54 +0100)]
Bug 482162: [backports] Eclipse crashes with NPE on existing workspace (after closing window twice)

8 years agoBug 481853 - [Dark] Message line on StatusDialog is unreadable
Kaloyan Raev [Tue, 10 Nov 2015 15:55:43 +0000 (17:55 +0200)]
Bug 481853 - [Dark] Message line on StatusDialog is unreadable

Avoiding explicitly setting the background color in the MessageLine
fixes the problem.

Bug: 481853
Change-Id: I53fd034adc17fc8adcd1709a49b78ee6e4ad79dc
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
8 years agoBug 480152 - Unable to open Project Explorer
Andrey Loskutov [Tue, 20 Oct 2015 20:19:19 +0000 (22:19 +0200)]
Bug 480152 - Unable to open Project Explorer

Cleaned up NestedProjectManager code.

Added NPE guards on all places where IResource.getLocation() is used,
since it can always return null for not existing projects and their
children (and in few other cases too of course).

Removed getInstance() block which would immediately fail with NPE if
synchronizing on a null field.

Made locationsToProjects synchronous map to avoid ConcurrentModification
exceptions and inconsistent states while accessing and updating the map
from different threads (the code is exposed to UI and resource callbacks
which usually operate on different threads).

Change-Id: I6947e5db90f08534a7e6c5796bb97c14dfd1e91e
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
8 years agoUpdated copyright date
Dani Megert [Mon, 26 Oct 2015 15:16:09 +0000 (16:16 +0100)]
Updated copyright date

8 years agoIncreased bundle version for 4.5.2 fixes
Dani Megert [Mon, 26 Oct 2015 15:09:26 +0000 (16:09 +0100)]
Increased bundle version for 4.5.2 fixes

8 years agoFixed bug 479267: comparator errors in UI tests
Dani Megert [Mon, 26 Oct 2015 15:07:06 +0000 (16:07 +0100)]
Fixed bug 479267: comparator errors in UI tests

8 years agoIncreased bundle version for 4.5.2 fixes
Dani Megert [Mon, 26 Oct 2015 13:55:35 +0000 (14:55 +0100)]
Increased bundle version for 4.5.2 fixes

8 years agoBug 468796 - ClassCastException in Theme$1.propertyChange (127)
vrubezhny [Fri, 5 Jun 2015 13:56:52 +0000 (16:56 +0300)]
Bug 468796 - ClassCastException in Theme$1.propertyChange (127)

Theme Property Change Listener is made to process values either of type FontData[] or String for fonts and
either of type RGB or String for colours. So it could process the typed values as well as their String representations.

Change-Id: I4c99f66fded977d3489c16a1164c25673efe3ec2
Signed-off-by: vrubezhny <vrubezhny@exadel.com>
9 years agoBug 478688 - Update parent pom to 4.5.2
Lars Vogel [Wed, 30 Sep 2015 18:32:10 +0000 (20:32 +0200)]
Bug 478688 - Update parent pom to 4.5.2

eclipse.platform.ui

Change-Id: Idf02d6b9e730e71e11c96ea6e6347f7c3a0cb661
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 478123 - [CSS] No theme applied by default on Windows 10
Marc-Andre Laperle [Wed, 23 Sep 2015 03:30:07 +0000 (23:30 -0400)]
Bug 478123 - [CSS] No theme applied by default on Windows 10

Change-Id: I5b4675fe1492ba4e9ddabc0ec56071ecf6df4647
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoBug 470087 Text selection almost invisible in dark theme
Matthias Becker [Fri, 12 Jun 2015 15:15:59 +0000 (17:15 +0200)]
Bug 470087 Text selection almost invisible in dark theme

Make the text selection color lighter.

Change-Id: Ie4fdb89b43e522290a5b4647f220be21100b975a
Signed-off-by: Matthias Becker <ma.becker@sap.com>
9 years agoBug 469581 - Dynamic Menu Contributions are never be invoked
Dirk Fauth [Thu, 13 Aug 2015 22:26:23 +0000 (00:26 +0200)]
Bug 469581 - Dynamic Menu Contributions are never be invoked

Change-Id: I4ba5cd3af007a504c04758db8187af88c60aacfd
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
9 years agoBug 468906 - NullPointerException in OpenWithMenu$1.compare (92), part 2
Andrey Loskutov [Sat, 6 Jun 2015 21:13:09 +0000 (23:13 +0200)]
Bug 468906 - NullPointerException in OpenWithMenu$1.compare (92), part 2

EditorSelectionDialog: use existing descriptor to set default editor and
always re-set editor mapping to properly persist user choice in case of
external editors.

Change-Id: Icc9910e9005bb63bf8885f1ad9d2f9a5d5a72032
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 468906 - NullPointerException in OpenWithMenu$1.compare (92), part 1
Andrey Loskutov [Sat, 6 Jun 2015 21:12:24 +0000 (23:12 +0200)]
Bug 468906 - NullPointerException in OpenWithMenu$1.compare (92), part 1

Make sure EditorRegistry.getEditors(String) and
IDE.overrideEditorAssociations() never return null editor descriptors.

Change-Id: I7e995138715fb746cf9cd673400d220e0f58b5be
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 471835 - Build succeeds, even when "old" parent pom is referred to
Markus Keller [Fri, 21 Aug 2015 14:07:47 +0000 (16:07 +0200)]
Bug 471835 - Build succeeds, even when "old" parent pom is referred to

9 years agoBug 471835 - Build succeeds, even when "old" parent pom is referred to
Lars Vogel [Wed, 19 Aug 2015 22:26:04 +0000 (00:26 +0200)]
Bug 471835 - Build succeeds, even when "old" parent pom is referred to

Change-Id: I6a8545450e4e0ec0ab16ee360a6fadc10c00b954
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 472126 - Unusual comparator error in I-build and M-build
Lars Vogel [Wed, 5 Aug 2015 18:43:43 +0000 (20:43 +0200)]
Bug 472126 - Unusual comparator error in I-build and M-build

Change-Id: Id54a39d0522d8b51a5ff064929cdc3044dfd98e1
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 471499: org.eclipse.e4.ui.swt.gtk specifies its host with "qualifier"
Markus Keller [Wed, 8 Jul 2015 15:29:21 +0000 (17:29 +0200)]
Bug 471499: org.eclipse.e4.ui.swt.gtk specifies its host with "qualifier"

9 years agoBug 469765: Prep for 4.5 (Mars) maintenance builds - update parent poms
Markus Keller [Wed, 8 Jul 2015 11:45:17 +0000 (13:45 +0200)]
Bug 469765: Prep for 4.5 (Mars) maintenance builds - update parent poms

9 years agoBug 467000 - [Popup Menu] Too many refreshes when building Dynamic Menus
Dirk Fauth [Fri, 29 May 2015 07:33:31 +0000 (09:33 +0200)]
Bug 467000 - [Popup Menu] Too many refreshes when building Dynamic Menus

Workaround delays in processing context menus by deferring MenuManager
updates.  This workaround is conditional on the
'eclipse.workaround.bug467000' system property being true.

Change-Id: Ida80e24773a4b866757e5ffd457183691e2343b1
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
9 years agoFixed broken link
Dani Megert [Tue, 2 Jun 2015 14:00:08 +0000 (16:00 +0200)]
Fixed broken link

9 years agoBug 468901 - ModelAssembler logs if there is nothing to merge
Jonas Helming [Sun, 31 May 2015 19:48:10 +0000 (21:48 +0200)]
Bug 468901 - ModelAssembler logs if there is nothing to merge

https://bugs.eclipse.org/bugs/show_bug.cgi?id=468901

Change-Id: I42176c8e492788c461a7117dd9d94c5f28121e92
Signed-off-by: Jonas Helming <jonas.helming@googlemail.com>
9 years agoBug 468437 - NullPointerException in ToolBarManagerRenderer.subscribeTopicUpdateToolb...
Dirk Fauth [Wed, 27 May 2015 07:53:40 +0000 (09:53 +0200)]
Bug 468437 - NullPointerException in ToolBarManagerRenderer.subscribeTopicUpdateToolbarEnablement (279)

Change-Id: Idf9abbdc75ab87cde933640ef514f10fb2f46abc
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
9 years agoBug 466636: PartRenderingEngineTests: testBug326175_False and testBug324839 failing...
Markus Keller [Wed, 27 May 2015 14:21:55 +0000 (16:21 +0200)]
Bug 466636: PartRenderingEngineTests: testBug326175_False and testBug324839 failing on Mac

9 years agoBug 467444 - Update platformUi.psf to include E4 Tools from new repo
Patrik Suzzi [Sat, 16 May 2015 16:31:39 +0000 (18:31 +0200)]
Bug 467444 - Update platformUi.psf to include E4 Tools from new repo

platformUi.psf is now updated to include latest version of E4 Tools,
from eclipse/updates/4.5-I-builds

Change-Id: I58931c8a21952ced3ce728770d380ab2c94dd59d
Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
9 years agoFixed bug 467328: [BiDi] Add contextual base text direction support for BidiUtils...
Moshe WAJNBERG [Wed, 20 May 2015 15:03:16 +0000 (17:03 +0200)]
Fixed bug 467328: [BiDi] Add contextual base text direction support for BidiUtils.applyTextDirection(control, textDirection) API

Signed-off-by: Moshe WAJNBERG <wajnberg@il.ibm.com>
9 years agoBug 467237 - external_co.png doesn't fit with base icon and other
Tony McCrary [Wed, 20 May 2015 01:08:54 +0000 (21:08 -0400)]
Bug 467237 - external_co.png doesn't fit with base icon and other
overlays

Change-Id: Ia97a4560ca6a0cb1ffc146b4c035e48c2af1e244
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 467243: Remove unused icons callee_co.png & caller_co.png
Markus Keller [Wed, 13 May 2015 17:18:46 +0000 (19:18 +0200)]
Bug 467243: Remove unused icons callee_co.png & caller_co.png

9 years agoFixed bug 467178: Some projects have not enabled API Tools
Dani Megert [Wed, 13 May 2015 08:30:52 +0000 (10:30 +0200)]
Fixed bug 467178: Some projects have not enabled API Tools

Change-Id: Ied203c314403eaf180e032e6fea277d661d1ab40
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
9 years agoFixed bug 467180: 'org.eclipse.e4.ui.dialogs' does not export all its packages
Dani Megert [Wed, 13 May 2015 08:40:47 +0000 (10:40 +0200)]
Fixed bug 467180: 'org.eclipse.e4.ui.dialogs' does not export all its packages

Change-Id: I6c10f174193392814dc403233d30bf3f65f4fffb
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
9 years agoBug 466233 - Toolbar items are wrongly rendered into a "drop-down"
Marc-Andre Laperle [Sun, 3 May 2015 19:18:08 +0000 (15:18 -0400)]
Bug 466233 - Toolbar items are wrongly rendered into a "drop-down"

Change-Id: I1688e0cbe9abb600079c40d0645e291438eb6f3f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9 years agoUpdated copyright date
Dani Megert [Tue, 12 May 2015 14:36:32 +0000 (16:36 +0200)]
Updated copyright date

9 years agoFixed bug 445305: [EditorMgmt] Editor dragged to new window not working
Dani Megert [Tue, 12 May 2015 12:52:25 +0000 (14:52 +0200)]
Fixed bug 445305: [EditorMgmt] Editor dragged to new window not working

Change-Id: Ifb895fd55d260298645541b9c879202d81146319
Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
9 years agoBug 466843 - Invalid preference category path: o.e.ui.trace.tracingPage
Sergey Prigogin [Tue, 12 May 2015 14:04:44 +0000 (07:04 -0700)]
Bug 466843 - Invalid preference category path: o.e.ui.trace.tracingPage

Change-Id: I2be719dc4a4da4e4fad62b2ff52f3ef62bd1454d
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
9 years agoBug 466775 - org.eclipse.e4.ui.css.core should import
Tom Schindl [Mon, 11 May 2015 12:48:58 +0000 (14:48 +0200)]
Bug 466775 - org.eclipse.e4.ui.css.core should import
org.w3c.dom.stylesheets

Change-Id: I52d52a8664d2a68803a3cdec42131a432c2587aa

9 years agoBug 466980 - NPE in ActionContributionItem.hashCode on shutdown
Andrey Loskutov [Mon, 11 May 2015 13:37:21 +0000 (15:37 +0200)]
Bug 466980 - NPE in ActionContributionItem.hashCode on shutdown

Reverted change to ActionContributionItem from bug 436225.

Change-Id: I656c88ec0774fb143d23a5edf904fd016b690fd6
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 466646 - Class cast exception when using gradient radial CSS
Simon Scholz [Wed, 6 May 2015 22:48:00 +0000 (00:48 +0200)]
Bug 466646 - Class cast exception when using gradient radial CSS

Change-Id: I630de849fcfbfb20e29359cb1b256ccc5779be14
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
9 years agoBug 466080 - Remove "Presentation" theme as it overwrites other settings
Simon Scholz [Mon, 11 May 2015 08:57:00 +0000 (10:57 +0200)]
Bug 466080 - Remove "Presentation" theme as it overwrites other settings
without a way to restore

Change-Id: Iffd3b0208e6bdd374cd068f38a51097abd9cedce
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
9 years agoBug 466927 - Problems view content not updated after changing markers
Andrey Loskutov [Sun, 10 May 2015 10:59:48 +0000 (12:59 +0200)]
Bug 466927 - Problems view content not updated after changing markers
without changing selection while view is hidden

Improved the fix made for bug 446864. After revealing hidden problems
view we should not check selection changes, but marker changes (in case
selection is not changed we still can have markers change). Also only
trigger UI updates (and do not rebuild the markers info), since this was
also already done while Problems view was hidden.

Change-Id: Ibfca3c9607114de09cd2b51d525bbd01cb0e9cb3
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 436225 - [ViewMgmt] Possible memory leak on closing views
Snjezana Peco [Sun, 9 Nov 2014 15:07:26 +0000 (16:07 +0100)]
Bug 436225 - [ViewMgmt] Possible memory leak on closing views

Change-Id: Ifc682173afdfb490f3b17abd57f21cac940554dc
Signed-off-by: Snjezana Peco <snjeza.peco@gmail.com>
9 years agoBug 466524 - Console tab description lost after automatic tab switch
Andrey Loskutov [Sun, 10 May 2015 09:55:58 +0000 (11:55 +0200)]
Bug 466524 - Console tab description lost after automatic tab switch

Change-Id: Ie4ac44d52bd0c2115f1f5c9fc5eb8e72ba370bde
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 366608 - [KeyBindings] [Compatibility] Failures in KeysTestSuite
Andrey Loskutov [Sat, 9 May 2015 19:34:33 +0000 (21:34 +0200)]
Bug 366608 - [KeyBindings] [Compatibility] Failures in KeysTestSuite

Close VerifyDialog instances left open after the UIWizardsAuto and
DeprecatedUIWizardsAuto tests. Those opened dialogs affected somehow key
binding tests below.

BindingPersistenceTest.testAboutBinding - OK now
BindingPersistenceTest.testAboutBindingIn3x - OK now
BindingPersistenceTest.testAboutBindingEmacs - still failing

If one excludes either org.eclipse.ui.tests.dialogs.UIWizardsAuto or
org.eclipse.ui.tests.dialogs.DeprecatedUIWizardsAuto or both (included
in the UIAutomatedSuite) all tests pass. So there is still something in
those wizard tests which makes BindingPersistenceTest unhappy.

Change-Id: Iec802fab3d4898d63acad6821d16423500b38add
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 411724 - Hidden toolbar doesn't stay hidden
Stefan Xenos [Fri, 8 May 2015 05:09:07 +0000 (22:09 -0700)]
Bug 411724 - Hidden toolbar doesn't stay hidden

CleanupAddon contained code to automatically make a UI element
visible when one of its children became visible. This is
appropriate for part stacks and sash containers but not for
toolbars, so we use instanceof checks to ensure we're using
it when appropriate.

Change-Id: I821b96ddffea10ed10840ed64fed7cc05e488bae
Signed-off-by: Stefan Xenos <sxenos@google.com>
9 years agoBug 466793 - Override the preferred height of the tree view
Stefan Xenos [Fri, 8 May 2015 18:57:49 +0000 (11:57 -0700)]
Bug 466793 - Override the preferred height of the tree view

Also removes some redundant GridData instances which are instantiated
but never used.

Signed-off-by: Stefan Xenos <sxenos@google.com>
Change-Id: I1dcfee419df16bf5a93c5130f34d3cb8c268b005

9 years agoFix typo in IPreferenceStore
Brian de Alwis [Fri, 8 May 2015 17:00:33 +0000 (13:00 -0400)]
Fix typo in IPreferenceStore

9 years agoBug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
Lars Vogel [Fri, 8 May 2015 00:21:34 +0000 (02:21 +0200)]
Bug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
CSS

Change-Id: Ifa470c1388f7987c7e3d2c79707e23bd61d3e502
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 375744: [Workbench] Command-Q does not ask to confirm exit
Markus Keller [Thu, 7 May 2015 19:45:54 +0000 (21:45 +0200)]
Bug 375744: [Workbench] Command-Q does not ask to confirm exit

Change-Id: I732bc3dedd7b7dfe707d34941e366b99b7b086b3

9 years agoBug 466776 - Update org.eclipse.ui.images to Java 8 for the fun of doing
Lars Vogel [Thu, 7 May 2015 18:58:33 +0000 (20:58 +0200)]
Bug 466776 - Update org.eclipse.ui.images to Java 8 for the fun of doing
it

Change-Id: Ibb97a937e52ccfb8d22c0ce1dc467a65ada6b40b
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
Lars Vogel [Thu, 7 May 2015 17:42:59 +0000 (19:42 +0200)]
Bug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
CSS

Change-Id: I4455f3b654180037932ced83621a228d9127a665
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 433714 - [Graphics] Replace pde.ui icons in PDE with png files
Tony McCrary [Thu, 7 May 2015 01:27:25 +0000 (21:27 -0400)]
Bug 433714 - [Graphics] Replace pde.ui icons in PDE with png files

Change-Id: I08339c102927f95c1f34f3ac074cfdb052cff9d2
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465778 - [Graphics] Replace pde.ua icons in PDE with png files
Tony McCrary [Thu, 7 May 2015 01:12:32 +0000 (21:12 -0400)]
Bug 465778 - [Graphics] Replace pde.ua icons in PDE with png files

Change-Id: Id1515bda2be608d17737abc3e8a82efca6a2cba6
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoUpdated the Milestone wiki creation script
Lars Vogel [Wed, 6 May 2015 22:27:22 +0000 (00:27 +0200)]
Updated the Milestone wiki creation script

9 years agoBug 458055 - [CSS] [Dark] Forms header with buttons looks broken
Simon Scholz [Wed, 6 May 2015 00:15:35 +0000 (02:15 +0200)]
Bug 458055 - [CSS] [Dark] Forms header with buttons looks broken

Change-Id: I028ab45fc7bb0aa92b2c75eaa8b8ab422bd59f95
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
9 years agoBug 465767 - [Graphics] Remove unnecessary PDE icons from
Lars Vogel [Wed, 6 May 2015 20:09:30 +0000 (22:09 +0200)]
Bug 465767 - [Graphics] Remove unnecessary PDE icons from
org.eclipse.ui.images

Change-Id: If4110dec0e78cc86390e09205b411b4e42e4c893
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 466624 - Memory Leak in WorkbenchStatusDialogManagerImpl
Andrey Loskutov [Wed, 6 May 2015 19:15:21 +0000 (21:15 +0200)]
Bug 466624 - Memory Leak in WorkbenchStatusDialogManagerImpl

Remove selected status adapter from internal map after closing the error
dialog to avoid memory leak with job objects kept by StatusAdapter
instances created by ProgressManager.

Change-Id: I9a5a04aac51cbf6ed9bceebf2e1347759daf6b70
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 466578: Menu icon missing in Quick outline
Markus Keller [Wed, 6 May 2015 17:30:49 +0000 (19:30 +0200)]
Bug 466578: Menu icon missing in Quick outline

Change-Id: Ib7fbb96b8816e09c03fe597809599254fb8b82a7

9 years agoBug 466614 - [Graphics] o.e.u.navigator and navigator.resources icon refinements
Tony McCrary [Tue, 5 May 2015 23:24:51 +0000 (19:24 -0400)]
Bug 466614 - [Graphics] o.e.u.navigator and navigator.resources icon refinements

Change-Id: I600e55b336a9f7c9a72c201636ade354425c1fc9
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465657 - JDT icon refinements
Tony McCrary [Mon, 4 May 2015 23:46:07 +0000 (19:46 -0400)]
Bug 465657 - JDT icon refinements

Change-Id: If9b229efd8f71b1cb3215442f906a599a27ffca8
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 466413 - Buttons stop working in Import wizard after an invalid location is specified
Brian de Alwis [Tue, 5 May 2015 21:06:11 +0000 (17:06 -0400)]
Bug 466413 - Buttons stop working in Import wizard after an invalid location is specified

Cache the last path checked to avoid (hopefully) unnecessary disk
checks.  Refresh and other triggers still force a check.

9 years agoBug 440270 - [Graphics] Replace missing gifs in org.eclipse.jface with
Lars Vogel [Thu, 30 Apr 2015 08:09:00 +0000 (10:09 +0200)]
Bug 440270 - [Graphics] Replace missing gifs in org.eclipse.jface with
png files

Change-Id: Ia97625ea1ded1b24b13e6e9b553119bc02c864e1
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 466275 - GVT45: In Dark Theme, the used memory color of heap monitor
Lars Vogel [Mon, 4 May 2015 16:39:40 +0000 (18:39 +0200)]
Bug 466275 - GVT45: In Dark Theme, the used memory color of heap monitor
is incorrect

Change-Id: I7652f91783e9d3ef9bc4182212de974d536595ee
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
Lars Vogel [Tue, 5 May 2015 16:29:26 +0000 (18:29 +0200)]
Bug 466469 - [CSS] [Dark] Adapt Solarized dark setttings for platform.ui
CSS

Change-Id: Ia8a887b8a77d9f53e389f645fdb99e3cc095f39c
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 466091 - Can not start Eclipse after installing everything (from our
Andrey Loskutov [Tue, 5 May 2015 18:53:34 +0000 (20:53 +0200)]
Bug 466091 - Can not start Eclipse after installing everything (from our
repo)

Removed old class files from source tree

Change-Id: I736577774e8c4f2f6cb319c59ceeed222385304c
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 446864 - [ViewMgmt] Problems view tooltip & content inconsistent
Andrey Loskutov [Sun, 3 May 2015 11:20:15 +0000 (13:20 +0200)]
Bug 446864 - [ViewMgmt] Problems view tooltip & content inconsistent
after revealing hidden view

Problems view should not show tooltip if it visible, and should make
sure it's content is not empty and up-to-date with current page
selection after revealing.

Change-Id: Iab6618e230b1cbf40384f88be5fe1164f82360ea
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 466110 - The project settings for org.eclipse.e4.ui.workbench.addons.swt introduc...
Stefan Xenos [Fri, 1 May 2015 21:35:52 +0000 (14:35 -0700)]
Bug 466110 - The project settings for org.eclipse.e4.ui.workbench.addons.swt introduce compiler errors on save

Removed the "unnecessary casts" save action, since
it introduces compiler errors in this project.

Change-Id: I43229784541727422d1520a9864c3465009acffa
Signed-off-by: Stefan Xenos <sxenos@google.com>
9 years agoBug 466230 - [view management] IPartServiceTest.testPartHiddenBeforeClosing fails...
Andrey Loskutov [Sun, 3 May 2015 16:11:34 +0000 (18:11 +0200)]
Bug 466230 - [view management] IPartServiceTest.testPartHiddenBeforeClosing fails in official build

Don't return view references for closed views (placeholder is set to be
not rendered).

Change-Id: I1729f6925c2308e263e2a914e4fb1be4308ed61c
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Signed-off-by: Brian de Alwis <bsd@mt.ca>
9 years agoBug 283255 - GradientBackgroundListener leaks controls
Robert Roth [Sun, 3 May 2015 06:47:48 +0000 (09:47 +0300)]
Bug 283255 - GradientBackgroundListener leaks controls

When the control having the GradientBackgroundListener is disposed,
let's remove it from the map to avoid leaking the disposed controls.

Change-Id: If694d46cc15bcc5541c76de2a346316d5262357f
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
9 years agoBug 461573 - Views not updating properly since 4.4.2
Andrey Loskutov [Sat, 2 May 2015 21:27:23 +0000 (23:27 +0200)]
Bug 461573 - Views not updating properly since 4.4.2

Reverted changes from commit b339bc95e9a0be803042e3491c00564848e7505b
(bug 416650 comment 65), which aimed to impove performance of tab
switching. The reverted commit caused view descriptions of hidden views
disappear after resizing the part stack.

This fix replaces original call to ctiComp.layout(true/*changed*/,
true/*all*/) to ctiComp.layout(false/*changed*/, true/*all*/) to avoid
performance issues described in bug 416650 but still maintaining proper
layout of stack children.

Change-Id: I2433a65c8f4a34a5890a07e1dba6d163c9982212
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 310483 - [Dialogs] Conflicting mnemonic in 'Resource Filters'
Robert Roth [Fri, 1 May 2015 07:31:57 +0000 (10:31 +0300)]
Bug 310483 - [Dialogs] Conflicting mnemonic in 'Resource Filters'
property page

Changed the "&Add..." label to "Add &Filter..." to fix the duplicate
mnemonic issue.

Change-Id: Ia9c712e16d9ed8425afd8df401c44c631523064d
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
9 years agoBug 465937 - @PreSave not called on lifecycle handler when using
Lars Vogel [Mon, 4 May 2015 06:21:07 +0000 (08:21 +0200)]
Bug 465937 - @PreSave not called on lifecycle handler when using
compatibility mode

Change-Id: I7e6ccb10d978ca50201e1abd2936cbb7df3172f5
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 465937 - @PreSave not called on lifecycle handler when using
Tom Schindl [Thu, 30 Apr 2015 19:34:13 +0000 (21:34 +0200)]
Bug 465937 - @PreSave not called on lifecycle handler when using
compatibility mode

Change-Id: Ia9d4ce1115e6cd41c6cff17b2cc47c1bc411bb8b

9 years agoBug 465151 - GVT45:Truncation found in UI RESPONSIVENESS MONITORING
Sergey Prigogin [Thu, 30 Apr 2015 00:08:56 +0000 (17:08 -0700)]
Bug 465151 - GVT45:Truncation found in UI RESPONSIVENESS MONITORING

Change-Id: I69acd07416422f0d3897750fb07ad59da7a45db5
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
9 years agoBug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
Andrey Loskutov [Wed, 29 Apr 2015 22:16:42 +0000 (00:16 +0200)]
Bug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
ISaveablePart any longer but must implement it.

Cleaned up warnings and added generics to SaveablesList data to avoid
further type confusion similar to bug 372799 comment 11.

Change-Id: Id33615d74c44fc8ebd70fbca1410a112e5e92117
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 465884 - Externalization issue with org.eclipse.e4.ui.swt.gtk
Sopot Cela [Thu, 30 Apr 2015 09:02:12 +0000 (11:02 +0200)]
Bug 465884 - Externalization issue with org.eclipse.e4.ui.swt.gtk

Change-Id: I7c49068861077a57f2192106c18c71a9c889b6f9
Signed-off-by: Sopot Cela <scela@redhat.com>
9 years agoBug 465769 adds two missing icons
Tony McCrary [Thu, 30 Apr 2015 00:11:41 +0000 (20:11 -0400)]
Bug 465769 adds two missing icons

Change-Id: I7e2118b42704a674ef30638ffa28107ecaa076ab
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465780 [Graphics] Consolidate org.eclipse.pde.ua.ui/full/icons and
Tony McCrary [Wed, 29 Apr 2015 23:48:47 +0000 (19:48 -0400)]
Bug 465780  [Graphics] Consolidate org.eclipse.pde.ua.ui/full/icons and
/icons/full folder from org.eclipse.ui.images

Moved gif icons to correct location, corrected some svg
locations, rerendered set

Change-Id: I10edb47d8fe1845cb48617f404def40fd5e7377e
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465813 - Add REAMDE.md for org.eclipse.e4.ui.tests
Lars Vogel [Wed, 29 Apr 2015 13:56:07 +0000 (15:56 +0200)]
Bug 465813 - Add REAMDE.md for org.eclipse.e4.ui.tests

Change-Id: I519bf5506fdb9a202ed177d980ff8b2b34782a6b
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 440270 - [Graphics] Replace missing gifs in org.eclipse.jface with
Tony McCrary [Thu, 30 Apr 2015 01:38:07 +0000 (21:38 -0400)]
Bug 440270 - [Graphics] Replace missing gifs in org.eclipse.jface with
png files

Change-Id: I71f97f5327bd053febbed1d397d308268298ebce
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465781 fixes for icon placement
Tony McCrary [Wed, 29 Apr 2015 23:20:47 +0000 (19:20 -0400)]
Bug 465781 fixes for icon placement

Change-Id: Iec9653cd1657469d2bc2a48ee3bc8d6467bc4dbe
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 465504 add .png extension to filtered disabled icons
Tony McCrary [Wed, 29 Apr 2015 23:14:38 +0000 (19:14 -0400)]
Bug 465504 add .png extension to filtered disabled icons

Change-Id: Ibc7983ee202875fdef9641e5581d709a610e9ddf
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
Andrey Loskutov [Wed, 29 Apr 2015 21:43:13 +0000 (23:43 +0200)]
Bug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
ISaveablePart any longer but must implement it.

Fix CCE and mismatch of IWorkbenchPart<->ISaveablePart types on callers
of SaveableHelper.savePart(...) and SaveablesList.preCloseParts(...),
see bug 372799 comment 11.

Change-Id: Ie2b99db8004a060e00688516babb80c0e2f780a3
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 464781 - [Linux] Theme change to dark does not request native GTK
Sopot Cela [Wed, 29 Apr 2015 14:10:11 +0000 (16:10 +0200)]
Bug 464781 - [Linux] Theme change to dark does not request native GTK
support

Changed fragment host and call to OS.setDarkThemePreferred.

Change-Id: I9c07bc355763d35158687f096ef87c117cf337f4
Signed-off-by: Sopot Cela <scela@redhat.com>
9 years agoBug 456291 - [Preferences] Two empty "colors and fonts" preference
Robert Roth [Wed, 29 Apr 2015 10:30:30 +0000 (13:30 +0300)]
Bug 456291 - [Preferences] Two empty "colors and fonts" preference
groups

In case a theme category doesn't have any children, hide it.

Change-Id: I80c1ca0381a891b803b624bc61edf937b6a001b1
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
9 years agoBug 465449 - [Demo] Fix deprecated databinding factories in
Stephan Hackstedt [Fri, 24 Apr 2015 19:39:13 +0000 (21:39 +0200)]
Bug 465449 - [Demo] Fix deprecated databinding factories in
org.eclipse.e4.demo.contacts

Change-Id: Ieafeb7e9fc97afdbc44ef50f16210a82aba7bf4b

Change-Id: Ieafeb7e9fc97afdbc44ef50f16210a82aba7bf4b
Signed-off-by: Stephan Hackstedt <stephan.hackstedt@googlemail.com>
9 years agoBug 448887 - [Tests] Launch configurations should not include a Display
Lars Vogel [Wed, 29 Apr 2015 13:51:42 +0000 (15:51 +0200)]
Bug 448887 - [Tests] Launch configurations should not include a Display
setting

Change-Id: I92add6fd5bfde2dfc322c66ccb1788edff6c6cda
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 392152 - EModelService.move(MUIElement, newParent) - java.lang.ArrayIndexOutOfBou...
jonas [Mon, 27 Apr 2015 10:13:38 +0000 (12:13 +0200)]
Bug 392152 - EModelService.move(MUIElement, newParent) - java.lang.ArrayIndexOutOfBoundsException

Change-Id: I54bfa46fbc2ca0c520bedd3698b4f8f474aa9fcb
Signed-off-by: jonas <jonas.helming@googlemail.com>
9 years agoBug 417685 - [JFace][Snippets]Snippet006TableMultiLineCells division by
Robert Roth [Wed, 29 Apr 2015 06:24:32 +0000 (09:24 +0300)]
Bug 417685 - [JFace][Snippets]Snippet006TableMultiLineCells division by
zero

Acoid division by zero by returning before the columns get realized and
their width is 0.

Change-Id: I4e378f9c830cc8174b6363f431a8c6b4b6065968
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
9 years agoBug 465460 - Missing welcome_banner.png in
Lars Vogel [Tue, 28 Apr 2015 07:36:12 +0000 (09:36 +0200)]
Bug 465460 - Missing welcome_banner.png in
org.eclipse.ui.ide.application

Change-Id: I45b6ba2d231ca806d4effe20680ca7b63f2bba33
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
9 years agoBug 465766 Refinements for PDE icons
Tony McCrary [Tue, 28 Apr 2015 02:53:27 +0000 (22:53 -0400)]
Bug 465766 Refinements for PDE icons

Change-Id: I7c44c229613cae7ba1a37533797ce21ce8ac3414
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
9 years agoBug 463949 - [Browsers] org.eclipse.ui.internal.browser.ExternalBrowserInstance.openU...
Brian de Alwis [Tue, 28 Apr 2015 21:31:00 +0000 (17:31 -0400)]
Bug 463949 - [Browsers] org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() should use open(1) --args on OS X

Fix app launching bugs found with --args.

9 years agoBug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
Andrey Loskutov [Tue, 28 Apr 2015 21:59:34 +0000 (23:59 +0200)]
Bug 372799 - [Workbench] [GlobalActions] ViewPart cannot adapt
ISaveablePart any longer but must implement it.

Fix for dirty title not showing on the view part, see bug 372799 comment
5.

Change-Id: I0b99b98ab16f08db7594f205050770d82dd1a439
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
9 years agoBug 465711 - Rendering of tabs when hovering using a dark theme makes
Fabio Zadrozny [Tue, 28 Apr 2015 17:27:25 +0000 (14:27 -0300)]
Bug 465711 - Rendering of tabs when hovering using a dark theme makes
tab unreadable (CTabRendering)

Change-Id: I763285dd36f639ca2331ce9e0d41b146387dc0ba
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>