Markus Keller [Wed, 13 May 2015 17:18:46 +0000 (19:18 +0200)]
Bug 467243: Remove unused icons callee_co.png & caller_co.png
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>
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>
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>
Dani Megert [Tue, 12 May 2015 14:36:32 +0000 (16:36 +0200)]
Updated copyright date
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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
Brian de Alwis [Fri, 8 May 2015 17:00:33 +0000 (13:00 -0400)]
Fix typo in IPreferenceStore
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>
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
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>
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>
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>
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>
Lars Vogel [Wed, 6 May 2015 22:27:22 +0000 (00:27 +0200)]
Updated the Milestone wiki creation script
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>
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>
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>
Markus Keller [Wed, 6 May 2015 17:30:49 +0000 (19:30 +0200)]
Bug 466578: Menu icon missing in Quick outline
Change-Id: Ib7fbb96b8816e09c03fe597809599254fb8b82a7
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>
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>
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.
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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.
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>
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>
Simon Scholz [Mon, 27 Apr 2015 21:08:08 +0000 (23:08 +0200)]
Bug 465562 - FormImages$SimpleSectionGradientImageDescriptor leaks Color
Change-Id: I04fcf541e95cc8294ee2e13d5e49cb509fa71b0d
Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
Tony McCrary [Mon, 27 Apr 2015 00:50:56 +0000 (20:50 -0400)]
Bug 465460 adds missing welcome_banner o.e.u.ide source icons
Change-Id: I195548e496f48d1b5377251f2ab9e0a4c3f0da74
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Tony McCrary [Sun, 26 Apr 2015 18:26:41 +0000 (14:26 -0400)]
Bug 465504 fix for jhlabs filters not being thread safe
Change-Id: Ib337db005e63ad9f71db906f902365a53c5ebfdf
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Marc-Andre Laperle [Tue, 21 Apr 2015 13:56:07 +0000 (09:56 -0400)]
Bug 463245 - Debug toolbar items not visible until restart
Change-Id: I4a5040cb086100326088404f8a3681c949e59ba9
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Markus Keller [Mon, 27 Apr 2015 17:33:04 +0000 (19:33 +0200)]
Bug 382972: Update UI for Retina display on Mac and other high resolution displays
(previous commit
6c70a8788bc4b018b77ebe9a95ae0d7dc8f6baf0 should also have used this bug number)
Fixed EditorIconTest that failed for two reasons:
- previous commit removed undocumented support for bug 395126
- test includes a layer-breaking reference to a jdt.ui icon that was converted to png
Markus Keller [Sun, 26 Apr 2015 15:12:22 +0000 (17:12 +0200)]
Bug 421383 - [Graphics] Scaling issues on high DPI displays
Added debug options to:
# Log cases where an "@2x" image could not be found.
# Always load the .png image of the "@2x" version, even if the original image was a .gif.
Stefan Xenos [Fri, 24 Apr 2015 01:41:54 +0000 (18:41 -0700)]
Bug 461311 - Workaround for crashes when the user attempts to open
the window menu on Ubuntu.
Remove the radio buttons in the Window manager in the case where displaying
them may cause Eclipse to crash. This crash occurs in Unity for users who
are not using the UBUNTU_MENUPROXY environment variable.
This is a temporary workaround that should be reverted once bug 461311
is fixed.
Change-Id: Ia974190caab8c5c3905de802ef5bb2f014432f29
Signed-off-by: Stefan Xenos <sxenos@google.com>
Sopot Cela [Fri, 24 Apr 2015 17:15:00 +0000 (19:15 +0200)]
Bug 464781 - [Linux] Theme change to dark does not request native GTK
support
Updated build properties.
Change-Id: Ica3fdc5ae12afe12f8697ebd625719262b3a94ed
Signed-off-by: Sopot Cela <scela@redhat.com>
Markus Keller [Fri, 24 Apr 2015 15:26:29 +0000 (17:26 +0200)]
Bug 465385: GVT45:(Bidi) Wrong display of file path including bidi data in workspace location of preferences
eneufeld [Thu, 26 Mar 2015 16:29:56 +0000 (17:29 +0100)]
Bug 455747 - [EditorMgmt] Editor Area QuickView Shows Closed Placeholders
Ignore invisible parts and placeholders when showing quick-view
Change-Id: I7c3fbaf89865c92e61851fc5a1b3044339f006ef
Signed-off-by: eneufeld <neufeld.eugen@googlemail.com>
Signed-off-by: Brian de Alwis <bsd@mt.ca>
Lars Vogel [Tue, 17 Feb 2015 15:55:16 +0000 (16:55 +0100)]
Bug 457214 - [Contributions] Redrawn in ToolBarManager should always
turned of independent of the number of items
Looks like the whole block can also be wrapped into a
if(!clean.isEmpty() && !toRemove.isEmpty()) block but that would IMHO
require that we move the setDirty(false) out of this block and should be
handled by another bug.
Change-Id: Ib8b936869d29bed021a67328821864df11645dd9
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Brian de Alwis [Thu, 23 Apr 2015 20:13:42 +0000 (16:13 -0400)]
Bug 465097 - [Workbench] Workbench.getViewReferences does not return views open with "Show View" dialog
Change-Id: I7e29a99f553dd07700185abda84d0432236293f3
Tony McCrary [Thu, 23 Apr 2015 21:52:36 +0000 (17:52 -0400)]
Bug 465352 - [Graphics] Update JDT svg and png files based on feedback from Bug 426025
Change-Id: I73b6d3ebdfcc86661d6e5e2be8b5bafcfcfc8a92
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Markus Keller [Thu, 23 Apr 2015 21:55:12 +0000 (23:55 +0200)]
Bug 421383 - [Graphics] Scaling issues on high DPI displays
fixed "loadURLImageDescriptorDirectly" debug option for HighDPI
Markus Keller [Thu, 23 Apr 2015 19:14:23 +0000 (21:14 +0200)]
Bug 421383 - [Graphics] Scaling issues on high DPI displays
moved FileLocator.find(..) from AbstractUIPlugin#imageDescriptorFromPlugin() to URLImageDescriptor to allow loading of @2x images from a fragment
Markus Keller [Thu, 23 Apr 2015 19:10:35 +0000 (21:10 +0200)]
fixed output file names for @2x
Markus Keller [Thu, 23 Apr 2015 19:05:51 +0000 (21:05 +0200)]
fixed folder structure in eclipse-svg
Brian de Alwis [Thu, 23 Oct 2014 18:18:08 +0000 (23:48 +0530)]
Bug 394036 - [Progress] The Progress view does not track the state of enabled commands
Heavily reworked change from G.R.Prakash <me@grprakash.com>.
Change-Id: I1290b8e3de93ce1848369325b7f57710dc27ed68
Dani Megert [Thu, 23 Apr 2015 13:29:36 +0000 (15:29 +0200)]
Updated copyright date
Dani Megert [Thu, 23 Apr 2015 12:11:21 +0000 (14:11 +0200)]
Removed unused NLS key 'EditorArea_Tooltip'
Robert Roth [Thu, 23 Apr 2015 12:31:28 +0000 (15:31 +0300)]
Bug 383654 - 'Toggle Editor Area Visibility' needs to be renamed to
'Toggle Shared Area Visibility'
Renamed command (and updated description) as requested in bug.
Change-Id: I02f2b3feb5306439489e3fbb9d1f16961db63bff
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
Sopot Cela [Thu, 23 Apr 2015 08:01:26 +0000 (10:01 +0200)]
Bug 464781 - [Linux] Theme change to dark does not request native GTK
support
Adds new project to the respective feature.
Change-Id: If5a9acab7eca3359be3b467be49162c8c8adc0c1
Signed-off-by: Sopot Cela <scela@redhat.com>
Dani Megert [Thu, 23 Apr 2015 08:22:32 +0000 (10:22 +0200)]
Increased bundle version for Mars
Markus Keller [Wed, 22 Apr 2015 20:25:00 +0000 (22:25 +0200)]
- fixed intermittent rendering failures due to thread-unsafe TransferFilter#initialize()
- enhanced scaling:
- create fragments for high-dpi images
- create image names like imagename@2x.png
- support fractional scaling like imagename@1.5x.png
Markus Keller [Wed, 22 Apr 2015 19:40:45 +0000 (21:40 +0200)]
Bug 382972: Update UI for Retina display on Mac and other high resolution displays
URLImageDescriptor fixes in fallback code for missing images
Sopot Cela [Wed, 22 Apr 2015 16:02:54 +0000 (18:02 +0200)]
Bug 464781 - [Linux] Theme change to dark does not request native GTK
support
Change-Id: I645e6f0c9330e35b84e2b18c4b287dfdd4c3ea2f
Signed-off-by: Sopot Cela <scela@redhat.com>
Andrey Loskutov [Tue, 21 Apr 2015 22:07:02 +0000 (00:07 +0200)]
Bug 460383 - Move platform ui plugins to Java 1.7 BREE
Increased bundle minor version by 1 compared to 4.4 (Luna)
Change-Id: I61cd53eba5b1a99b48ea4544dd35baa319bd81ec
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Fabio Zadrozny [Tue, 21 Apr 2015 23:34:27 +0000 (20:34 -0300)]
Bug 465148 - [CSS] [Dark] Add support for styling Forms (and apply to
dark layout)
Change-Id: I2b3bac405f9fbae4b5adc31c7993f609d68ee179
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>
Sergey Prigogin [Wed, 22 Apr 2015 05:52:50 +0000 (01:52 -0400)]
Revert "Bug 461311 - Workaround for crashes when the user attempts to open the window menu on Ubuntu."
This reverts commit
7cad4bcd4a25fa763d8473c5b9da8de9492ddd69.
Change-Id: I3842cbd8f5515c8c93976a7c6a89685ef0541ca6
Brian de Alwis [Wed, 22 Apr 2015 01:48:52 +0000 (21:48 -0400)]
Bug 465150 - [Import/Export] Import Existing Project must rescan on toggling nested projects
Stefan Xenos [Tue, 21 Apr 2015 20:47:39 +0000 (13:47 -0700)]
Bug 461311 - Workaround for crashes when the user attempts to open
the window menu on Ubuntu.
Disable the radio buttons from the window menu when running on GTK.
Change-Id: I799a1255084df0f6947e4d49850d003a275d592a
Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Robert Roth [Tue, 24 Mar 2015 14:03:10 +0000 (16:03 +0200)]
Bug 57371 - [Preferences] Linked Resource list should be sorted ignoring
case
Added a Collator ignoring case for sorting the path variables map.
Change-Id: I50ade649ddf31d6307f6c87a3b84f75a2179abde
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
Robert Roth [Wed, 25 Mar 2015 09:25:49 +0000 (11:25 +0200)]
Bug 274005 - [Themes] "Colors and Fonts": expand all property tree
Added Expand All button to the colors and fonts preference page.
Change-Id: Ibe5a30b32329ecd354b8f15d370ae65ad2cc9a81
Signed-off-by: Robert Roth <robert.roth.off@gmail.com>
Lars Vogel [Tue, 21 Apr 2015 13:18:29 +0000 (15:18 +0200)]
Bug 441244 - Remove unnecessary (non-Javadoc) statements
Change-Id: Ic41b1bc7aab4155d1d37ca6b9b0be8983677fe68
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Dani Megert [Tue, 21 Apr 2015 10:41:03 +0000 (12:41 +0200)]
Fixed bug 464872: GVT45:The colon ":" is not externalized on Capabilities preference panel