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
Lars Vogel [Tue, 21 Apr 2015 08:36:33 +0000 (10:36 +0200)]
Bug 441244 - Remove unnecessary (non-Javadoc) statements
Change-Id: Ia410d77964cd8303c462fc9433fdad230696bd18
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Tomasz Zarna [Sun, 19 Apr 2015 02:13:38 +0000 (19:13 -0700)]
Bug 289218: jface snippet title Snippet052DouleClickCellEditor has typo
Change-Id: I4084e8f756ac2de7fe532b4c6f402320d02f230c
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Fabio Zadrozny [Mon, 20 Apr 2015 23:29:45 +0000 (20:29 -0300)]
Bug 465065 - ToolBar not properly styled in dark theme on latest M7
Change-Id: Ic959ddf179ceeb846260e99c80dccc5ea665e21f
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>
Dani Megert [Tue, 21 Apr 2015 07:13:25 +0000 (09:13 +0200)]
Made FilterResourcesByLocation 'private' (see bug 460749)
Fabio Zadrozny [Fri, 10 Apr 2015 11:38:29 +0000 (08:38 -0300)]
Bug 434309 - [CSS] Tree/Table selection color should be customizable
Change-Id: I7bddd5ae66d44976251f27afd809f33a5d34af6f
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>
Christoph Keimel [Fri, 27 Mar 2015 15:04:53 +0000 (16:04 +0100)]
Bug 463280 - An empty mnemonic in a HandledMenuItem should be ignored
Signed-off-by: Christoph Keimel <c.keimel@emsw.de>
Change-Id: Ifb8ef6e7040abcfc794a335080fe0b24f8d36d31
Mickael Istria [Mon, 20 Apr 2015 12:51:14 +0000 (14:51 +0200)]
Bug 460749: filter resources with same location
This introduce a menu checkbox in the "Open Resource" dialog allowing
to only show one resource (the "deepest" one) when multiple resources
have the same underlying location.
Change-Id: I50deaccfc71abc9c9e20555e026c15ab9c7860fe
Signed-off-by: Mickael Istria <mistria@redhat.com>
Cornel Izbasa [Thu, 21 Aug 2014 18:42:40 +0000 (21:42 +0300)]
Bug 417447 - [PropertiesView] NPE in org.eclipse.ui.views.properties.PropertySheet -- null part?
Swapped the two 'if's doing parameter validation in the beginning of the
selectionChanged method.
Change-Id: I9c4006463a5599850d74cdb7a79aeca083953b00
Signed-off-by: Cornel Izbasa <cizbasa@info.uvt.ro>
Andrey Loskutov [Sat, 18 Apr 2015 21:55:08 +0000 (23:55 +0200)]
Bug 463262 - Editor Selection dialog should not show a single radio
button
Changed wording and made checkboxes behave more like radio buttons (see
bug 463262 comment 15).
Change-Id: I7cb57c1d59ef62574e23dfc1ed92e36d046592d2
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Tomasz Zarna [Fri, 6 Mar 2015 23:23:15 +0000 (00:23 +0100)]
Bug 388505: [Workbench] "Show In" menu doesn't use MRU order any more
Repurpose TAG_SHOW_IN_TIMES to be a list of part ids maintained in
MRU order. In 3.x it was on a per-perspective basis and used as a
map of part-ids to the timestamp of last use.
Change-Id: I891d61fd0961c618d69332a30ef02f6d3af4db10
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Alexander Baranov [Sat, 24 Jan 2015 18:16:35 +0000 (21:16 +0300)]
Bug 458460 - Potential ConcurrentModificationException
Change-Id: I4b2bbcf33cad25a866b8e1b4cf915e66e45bf581
Signed-off-by: Alexander Baranov <achilles-86@mail.ru>
Markus Keller [Fri, 17 Apr 2015 18:32:49 +0000 (20:32 +0200)]
Bug 426025: [Graphics] Switch JDT UI to use png file instead of .gif
updated original icons
Markus Keller [Fri, 17 Apr 2015 18:09:33 +0000 (20:09 +0200)]
Bug 426025: [Graphics] Switch JDT UI to use png file instead of .gif
removed wrongly added files
tmccrary [Thu, 16 Apr 2015 00:44:26 +0000 (20:44 -0400)]
Bug 464877 - [Graphics] Update of template icons
Change-Id: I882b6e9ec9d6ce5f22421a9eea2ad2ff725706e5
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Dani Megert [Fri, 17 Apr 2015 08:38:01 +0000 (10:38 +0200)]
Updated copyright notice with two latest contributions
Alena Laskavaia [Sat, 21 Feb 2015 04:14:57 +0000 (23:14 -0500)]
Bug 433746: [QuickAccess] SWTException on closing quick access shell
bug: when used with testing bot SearchField throws exceptions
bot disposes parent shell of text control and it causes
the issue because SearchField keeps another invisible shell
which is not get disposed, so later when this shell is closed
programmatically it tries to accesses controls which
are being disposed already.
fix is to remove shell close listener (suggested by Dani Megert)
note: there is still an exception when storing shell
size in dispose which is covered by Bug 449485
Change-Id: Ibf8f4c8cc109b5afb5b5af9990a244be4e5fd0c5
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Markus Alexander Kuppe [Thu, 16 Apr 2015 10:55:47 +0000 (12:55 +0200)]
Bug 449485 - [QuickAccess] "Widget is disposed" exception in errorlog
during shutdown due to quickaccess.SearchField.storeDialog
Use members holding the same information instead of direct shell
instance access. The latter causes an "SWTException: Widget is
disposed".
Change-Id: Ie00d0a9066a8ac4ed24b56edb68904c7da48f49c
Signed-off-by: Markus Alexander Kuppe <bugs.eclipse.org@lemmster.de>
Brian de Alwis [Mon, 6 Apr 2015 18:49:06 +0000 (14:49 -0400)]
Bug 457939 - MUIElement#setCurSharedRef is never cleared when hiding recursively
Fix code assuming MUIElement#getCurSharedRef() is not null.
Dani Megert [Thu, 16 Apr 2015 13:15:04 +0000 (15:15 +0200)]
Fixed bug 455165 (part 2): [Workbench] org.eclipse.ui.startup should mark the class attribute as mandatory
Dani Megert [Thu, 16 Apr 2015 12:16:08 +0000 (14:16 +0200)]
Fixed bug 456909: Implementing Early Startup IStartup causes
org.eclipse.core.runtime.CoreException
Markus Keller [Wed, 15 Apr 2015 19:21:46 +0000 (21:21 +0200)]
Bug 382972: Update UI for Retina display on Mac and other high resolution displays
- added .options to trace URLImageDescriptor performance
- added .options to switch implementation of URLImageDescriptor
- added initial (untested) implementation
=> everything disabled by default
Lars Vogel [Tue, 14 Apr 2015 11:18:20 +0000 (07:18 -0400)]
Revert "Revert "Revert "Bug 464271 - [tests] Standardise on hamcrest core 1.3"""
This reverts commit
fbd423d885b2bde3983457c37c429560606217fc.
Change-Id: I4bc3628dfb7d1a3e6b06f8304d7f5173f4e1aaf1
Lars Vogel [Fri, 10 Apr 2015 15:42:15 +0000 (11:42 -0400)]
Revert "Revert "Bug 464271 - [tests] Standardise on hamcrest core 1.3""
This reverts commit
97468059e6d7fcb2959aebc26a769d0210b0c7bb.
Change-Id: Id663b500e8b3570b251329dd01fa26afb60c7ac0
Andrey Loskutov [Mon, 13 Apr 2015 08:09:34 +0000 (10:09 +0200)]
Bug 427393 - Splash is blank after Workspace Launcher dialog appears
Fixed issue on Win7 described in bug 455162 comment 16: progress dialog
should be shown *in front* of other windows after workspace prompt is
closed.
psuzzi [Fri, 3 Apr 2015 16:59:36 +0000 (18:59 +0200)]
Bug 463909 - Update Platform UI .psf (missing e4.core.di.annotations)
Added org.eclipse.e4.core.di.annotation to the platformUiProjects.psf,
so the Contribution Guide contains valid content.
Change-Id: I423c30a3b6c8ce39aba0cd65fd0e650a556b4c4b
Signed-off-by: psuzzi <psuzzi@gmail.com>
Andrey Loskutov [Thu, 9 Apr 2015 22:38:55 +0000 (00:38 +0200)]
Bug 427393 - Splash is blank after Workspace Launcher dialog appears
Bug 455162 is also addressed by this fix: there is no gray rectangle in
front of the prompt dialog anymore and after the workspace prompt dialog
is closed, the splash with the progress bar is shown again (was broken
too, see bug 455162 comment 8).
Change-Id: I0eb5087767306a8d0e1f7384bb944d4430eb6d89
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Brian de Alwis [Sat, 11 Apr 2015 01:23:50 +0000 (21:23 -0400)]
Bug 457939 - MUIElement#setCurSharedRef is never cleared when hiding recursively
Ensure we null out the curSharedRef *after* the element has been unrendered.
Lars Vogel [Fri, 10 Apr 2015 08:46:57 +0000 (04:46 -0400)]
Revert "Bug 464271 - [tests] Standardise on hamcrest core 1.3"
This reverts commit
c6f6b03e15b13da79a4a14aab1c2ce7c293e6519.
Change-Id: Id440ccd31bd3aa1e79ca2de9ac832ee479502471
Fabio Zadrozny [Thu, 9 Apr 2015 11:37:21 +0000 (08:37 -0300)]
Bug 464226 - Editor background color set in preferences no longer kept
when using Dark theme
Reverted commit
62453526ec07379e36b8782df2f266924440d005
Change-Id: Iaad4dd1b422bc8592b5edb6af9a259b41909de43
Signed-off-by: Fabio Zadrozny <fabiofz@gmail.com>
Mat Booth [Wed, 8 Apr 2015 21:59:00 +0000 (22:59 +0100)]
Bug 464271 - [tests] Standardise on hamcrest core 1.3
Change-Id: I5a271c4c3e7db4c66239fd1625b95891f9c8fb6b
Signed-off-by: Mat Booth <mat.booth@redhat.com>
Markus Keller [Thu, 9 Apr 2015 17:29:40 +0000 (19:29 +0200)]
Bug 464317: "Open With > Other... > External programs > Browse..." doesn't let me select a *.app any more
Andrey Loskutov [Tue, 24 Mar 2015 23:25:12 +0000 (00:25 +0100)]
Bug 427393 - Splash is blank after Workspace Launcher dialog appears
Bug 455162 is also addressed by this workaround.
Change-Id: Iad6d8bae8d5719067eb61d3cb2c32773f19dede7
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Wed, 8 Apr 2015 20:55:28 +0000 (22:55 +0200)]
Bug 378485 - "Open With > Other..." should allow to store as default
Fixed persistence of the changed preferences (see comment 10).
Change-Id: Id01ba043b8f74f5d00ec2ad8c5482404e373731c
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Lars Vogel [Wed, 8 Apr 2015 21:23:31 +0000 (23:23 +0200)]
Bug 464206 - [Examples] Remove org.eclipse.ui.examples.presentation
folder
Change-Id: Ib0952d9f28de53c7c203404ae8303ce438bb8be9
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Tomasz Zarna [Wed, 8 Apr 2015 19:34:34 +0000 (21:34 +0200)]
Bug 429546 - [Browsers] org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() which also has "-ingognito" does a toLower on URL string
Restore and deprecate WebBrowserUtil#createParameterString(..)
Change-Id: I25a0c48f6f0f2077a0b70dc6e33c6e12a66c5f34
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Brian de Alwis [Tue, 7 Apr 2015 16:54:56 +0000 (12:54 -0400)]
Bug 463949 - [Browsers] org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() should use open(1) --args on OS X
And discovered during testing:
* Use open(1) only if an app bundle is specified, otherwise treat as
command-line launch
* Hook in StreamConsumer to report launch messages to browser.log
* Fix WebBrowserUtil#reportError as it assumed it was running on
the SWT thread, which is not true with external browsers
Brian de Alwis [Wed, 8 Apr 2015 13:46:24 +0000 (09:46 -0400)]
Bug 429546 - [Browsers] org.eclipse.ui.internal.browser.ExternalBrowserInstance.openUrl() which also has "-ingognito" does a toLower on URL string
Revert call to String.replaceAll()
psuzzi [Tue, 7 Apr 2015 22:02:08 +0000 (00:02 +0200)]
Bug 464082 - Update platformUiTools.p2f (Exception in Model Editor)
Update platformUiTools.p2f to match the current version of e4tools
(0.17.0)
Change-Id: Ic70ffbcc73829b7a719fe08d3c4119084f1ade56
Signed-off-by: psuzzi <psuzzi@gmail.com>
Andrey Loskutov [Tue, 7 Apr 2015 21:27:08 +0000 (23:27 +0200)]
Bug 460383 - Move platform ui plugins to Java 1.7 BREE - from Java 6
(tests)
Updated all test plugins which were on Java 6 to Java 7: fixed
settings/properties, enabled save editor actions.
Change-Id: I1c815ace5b28cc3574d7b9063eb6ca6e315046ce
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Mon, 6 Apr 2015 21:25:42 +0000 (23:25 +0200)]
Bug 460383 - code cleanup: fixed obvious problems reported by FindBugs
Change-Id: Ifd16c7522295986cb5c2f96189905c876335173d
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Mon, 6 Apr 2015 14:25:19 +0000 (16:25 +0200)]
Bug 460383 - Move platform ui plugins to Java 1.7 BREE -
org.eclipse.core.commands
Added "Override" annotations, added generics where possible (no API
change), fixed warnings related to generics, added suppress warnings for
the remaining places where API shouldn't be touched, cleaned up code.
Fixed Util.safeCopy(*) methods always returned same collection instead
of the copy.
Change-Id: I54f894387a39ca130b0bc5fcc9f659c21cd574db
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
fabioz [Sat, 4 Apr 2015 13:00:44 +0000 (10:00 -0300)]
Bug 434201 - [Win32] Dark theme: tree must respect the foreground color for items arrows
Change-Id: I1f31ecc261511e07a5c1d9c1c86524ee38774e6c
Signed-off-by: fabioz <fabiofz@gmail.com>
Tomasz Zarna [Tue, 7 Apr 2015 11:33:04 +0000 (13:33 +0200)]
Bug 429546: [Browsers] provide browser parameters as an array of Strings
Change-Id: Ib422c2281d28d58b4fd59f9eb7561566da913d40
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Tom Schindl [Tue, 7 Apr 2015 14:29:44 +0000 (16:29 +0200)]
Bug 463879 - Regenerate application model with new EMF version to fix
JavaDoc errors
Change-Id: Ib6afc45fd77e3314f74191ead5ab972c2fcb2f46
Andrey Loskutov [Mon, 6 Apr 2015 20:58:48 +0000 (22:58 +0200)]
Bug 460383 - Move platform ui plugins to Java 1.7 BREE - from Java 6
Updated all plugins which were on Java 6 to Java 7: fixed
settings/properties, disabled unavoidable warnings about generic
problems, enabled save editor actions.
Change-Id: Ifa47a24b8a474acded4250a0c516bfae967bd30d
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Dirk Fauth [Mon, 6 Apr 2015 11:40:15 +0000 (13:40 +0200)]
Bug 463962 - [ProblemsView] View content doesn't follow selection after
hiding/unhiding view
Change-Id: Ied086edf83c16ef48fd106c32323db9bae291b7e
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
Andrey Loskutov [Sun, 5 Apr 2015 15:55:48 +0000 (17:55 +0200)]
Bug 418661 - [Metadata] Get rid of compile warnings in platform projects
in official build - part 5
Cleaned up and updated to Java 7 org.eclipse.e4.ui.tests.css.swt
Change-Id: I52687167a365246f53a5a89dd39c5f757b411aff
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Sun, 5 Apr 2015 14:53:34 +0000 (16:53 +0200)]
Bug 418661 - [Metadata] Get rid of compile warnings in platform projects
in official build - part 4
Cleaned up and updated to Java 7 org.eclipse.e4.ui.css.core
Change-Id: I7786b827560d5accf8f4540c9a52957136b14d05
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Sun, 5 Apr 2015 09:20:41 +0000 (11:20 +0200)]
Bug 418661 - [Metadata] Get rid of compile warnings in platform projects
in official build - part 3
Cleaned up and updated to Java 7 org.eclipse.e4.ui.workbench.swt
Change-Id: Ifee24bd8d9d99b90a855dc86b062be6668274077
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Sat, 4 Apr 2015 20:34:19 +0000 (22:34 +0200)]
Bug 418661 - [Metadata] Get rid of compile warnings in platform projects
in official build - part 2
Cleaned up and updated to Java 7 org.eclipse.e4.ui.workbench
Change-Id: I94582e86b518978357c62ecea7ebc58c2310f40b
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Fri, 3 Apr 2015 22:12:03 +0000 (00:12 +0200)]
Bug 418661 - [Metadata] Get rid of compile warnings in platform projects
in official build - part 1
Cleaned up and updated to Java 7 org.eclipse.e4.ui.services
Change-Id: I08480c5c7a0b88bf615bad59e854bb43de68b40b
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Andrey Loskutov [Sat, 4 Apr 2015 07:02:45 +0000 (09:02 +0200)]
[platform-releng-dev] 4.5.0 N-Build: N20150403-2000 - POM UPDATES
REQUIRED
Change-Id: I6c9c90c53ea5b955c86eefa9b2f6b67ff4728a6f
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Tom Schindl [Fri, 3 Apr 2015 09:27:59 +0000 (11:27 +0200)]
Bug 463879 - Regenerate application model with new EMF version to fix
JavaDoc errors
Change-Id: I2d16f49f7c1ba3e9e64ce049eae20363e3aa51cb
Tom Schindl [Thu, 2 Apr 2015 17:55:05 +0000 (19:55 +0200)]
Bug 463747 - Adjust org.eclipse.e4.rcp to add
"org.eclipse.e4.core.di.annotations"
Change-Id: Ie3e3a6702dfa4a97ab69a4fdce7a261491b0c6bc
Dirk Fauth [Wed, 25 Mar 2015 08:00:10 +0000 (09:00 +0100)]
Bug 457939 - MUIElement#setCurSharedRef is never cleared when hiding recursively
Change-Id: Ic691ca1bc85a0cb311db29ebdda84d0887f7e873
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
Dani Megert [Thu, 2 Apr 2015 10:21:14 +0000 (12:21 +0200)]
Export all packages
Dani Megert [Thu, 2 Apr 2015 10:15:16 +0000 (12:15 +0200)]
#getProposals can return 'null'
Dirk Fauth [Wed, 25 Mar 2015 07:58:29 +0000 (08:58 +0100)]
Bug 463043 - Missing null checks for curSharedRef in intro
Change-Id: I950885c51aaf696fc78a4d66e058943ff2161512
Signed-off-by: Dirk Fauth <dirk.fauth@googlemail.com>
Mickael Istria [Thu, 16 Oct 2014 13:19:51 +0000 (15:19 +0200)]
Bug 390348 - Move projects from working set to the other with DND
Change-Id: Ia8ca4eefc76056c2f349488d98b8faf17db9c13a
Signed-off-by: Mickael Istria <mistria@redhat.com>
Steven Spungin [Mon, 30 Mar 2015 19:44:10 +0000 (15:44 -0400)]
Bug 437958 - allow fragment to be contributed to multiple ids
Change-Id: I0888c42181d23d8b15f3f712693f81ac5c4e8bbb
Signed-off-by: Steven Spungin <steven@spungin.tv>
Marc-Andre Laperle [Wed, 1 Apr 2015 03:33:52 +0000 (23:33 -0400)]
Bug 463633 - TarFile leaks file handles with very small files
Change-Id: I1a47e88b1949e698c682da04a4c08fb2f7aa34a5
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Lars Vogel [Thu, 12 Mar 2015 19:15:56 +0000 (20:15 +0100)]
Bug 422102 - [Model] Add org.eclipse.e4.emf.xpath to a feature
Change-Id: Iea62beb452652052762b1b3e911ce3e0cfbdc561
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Dani Megert [Wed, 1 Apr 2015 11:30:10 +0000 (13:30 +0200)]
Added accidentally removed space back
Lars Vogel [Wed, 1 Apr 2015 08:26:14 +0000 (10:26 +0200)]
Bug 463652 - [CSS] HeapStatus styling creates NPE during theme switching
Change-Id: I4e2ff7dcc664bf5a2d805b7d3027f272d1e178fd
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Lars Vogel [Wed, 1 Apr 2015 07:53:22 +0000 (09:53 +0200)]
Removes unnecessary add_obj.png from JDT icons
Lars Vogel [Wed, 1 Apr 2015 07:45:57 +0000 (09:45 +0200)]
Removes unnecessary warning_ovr.png from JDT icons
Tony McCrary [Wed, 1 Apr 2015 00:33:48 +0000 (20:33 -0400)]
Bug 426025 fixes for the overlay icons (white borders to better contrast
when rendered over other icons) and some assorted clean ups
Change-Id: Ie2f14618c01115b6f0ab12340cf7c87ec879fae4
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Tony McCrary [Tue, 31 Mar 2015 18:13:07 +0000 (14:13 -0400)]
Bug 426025 fix for icon (caused by new metadata generated by Inkscape
0.91 causing rendering issues with batik)
Change-Id: Id89fbcee3fa04d32aa90751c39ae43f411874914
Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
Andrey Loskutov [Sun, 29 Mar 2015 14:19:56 +0000 (16:19 +0200)]
Bug 463262 - Editor Selection dialog should not show a single radio
button
Changed radio buttons to checkboxes, updated dialog messages & logic.
Change-Id: I6f01cb6c1cf15fb53b46e76a694e2bd95be14c30
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Dani Megert [Tue, 31 Mar 2015 15:40:13 +0000 (17:40 +0200)]
Fixed compile warning in official build