sdk/ide/eclipse-platform-ui.git
8 years agoSTATUS: change the item order of status
ChangHyun Lee [Mon, 27 Jun 2016 06:33:24 +0000 (15:33 +0900)]
STATUS: change the item order of status

- order as follows: progress, status-line, heap-status

Change-Id: Ic80eb2650f5cf4a35c7a4214adb17d86dc6355e4
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: remove unnecessary lines
GiWoong Kim [Mon, 27 Jun 2016 09:12:07 +0000 (18:12 +0900)]
RENDERER: remove unnecessary lines

- gradient color, shadow image, etc

Change-Id: Idfa16091a2902a3e158256da3d574f55ff6df90b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: remove unnecessary options
GiWoong Kim [Thu, 23 Jun 2016 09:47:31 +0000 (18:47 +0900)]
RENDERER: remove unnecessary options

There is no need to draw these design elements in Tizen IDE.
- shadow, bottom, etc

Change-Id: Idf03552cf62051fbafcdd932a7f4e2662894c180
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRevert "THEME: fix the attribute of search field"
ChangHyun Lee [Thu, 23 Jun 2016 11:00:28 +0000 (20:00 +0900)]
Revert "THEME: fix the attribute of search field"

This reverts commit fcc497aa3526a325404a687a60236bb30d1cdb7d.

Change-Id: I7830d84cae927f9e6007b6e4cee105bca40c9ab2
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoMISC: add bundle list
ChangHyun Lee [Thu, 23 Jun 2016 07:24:46 +0000 (16:24 +0900)]
MISC: add bundle list

- add org.eclipse.ui.navigator

Change-Id: I5cafbb253615f477c3bea5e14dc7b756ea2ebff8
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoTHEME: change icon path
ChangHyun Lee [Thu, 23 Jun 2016 05:05:13 +0000 (14:05 +0900)]
THEME: change icon path

Change-Id: I9a5d52ffcdf9648c61e812b750c50c139300913d
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoTHEME: fix the attribute of search field
ChangHyun Lee [Wed, 22 Jun 2016 08:51:09 +0000 (17:51 +0900)]
THEME: fix the attribute of search field

Remove swt search style and apply style of tizen custom widget.
SWT.SEARCH option apply to native style. So tizen text style is not applicable.

Change-Id: I2bdfc892c069c2b6380f2b92e4a43a14db248c85
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: align chevron dropdown menu to the center of chevron button
GiWoong Kim [Wed, 22 Jun 2016 08:38:22 +0000 (17:38 +0900)]
RENDERER: align chevron dropdown menu to the center of chevron button

Change-Id: I5798cc909242160260f8cec7027d70cd32c510a8
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoTHEME: change the layout of search filed
ChangHyun Lee [Wed, 22 Jun 2016 05:45:08 +0000 (14:45 +0900)]
THEME: change the layout of search filed

Change-Id: Ief8230e7a7c2424b3943839b86849674cbe23de8
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoTHEME: change the sub menu icon in project explorer
ChangHyun Lee [Wed, 22 Jun 2016 06:23:27 +0000 (15:23 +0900)]
THEME: change the sub menu icon in project explorer

- collapseall, synced

Change-Id: Ie31413cd9a83d358f7a26c14cdef58a9cc00c0c3
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoTHEME: remove non-tizen theme
ChangHyun Lee [Tue, 21 Jun 2016 04:17:49 +0000 (13:17 +0900)]
THEME: remove non-tizen theme

- remove non-tizen theme in preference

Change-Id: I10e46bf151aa9843087fd93ad7e57b8ecaec7177
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoVIEW: remove unnecessary null checking
GiWoong Kim [Thu, 16 Jun 2016 07:40:54 +0000 (16:40 +0900)]
VIEW: remove unnecessary null checking

Change-Id: I2307b026f47d0391bde312e65433f6b1d2b334ba
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoSTATUS: fix layout of progress bar
ChangHyun Lee [Wed, 15 Jun 2016 07:47:52 +0000 (16:47 +0900)]
STATUS: fix layout of progress bar

- fix layout, font and color

Change-Id: I015db3b6bcabc5bb1dab6224bec563e5b25733a2
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: prevent NoSuchMethodError
GiWoong Kim [Wed, 15 Jun 2016 09:15:55 +0000 (18:15 +0900)]
RENDERER: prevent NoSuchMethodError

'setSelectedTabImage(Image image)' function is belong to Tizen
custom widget (org.eclipse.swt.custom.CTabItem). Be careful when
using this function at runtime.

Change-Id: I5052ea3b40802be53e87cef213717e8777a5ac1a
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoVIEW: override the selected icon of view part
GiWoong Kim [Tue, 14 Jun 2016 06:51:20 +0000 (15:51 +0900)]
VIEW: override the selected icon of view part

Some view element has few presentation states (errors, warnings,
infos, others). To represent these states, view icon should
be overridden by optional image at runtime. An example is drawing
the error icon on 'Problem' view tab.

Change-Id: I68a2100302f347b8697a40a7a3f52a8bc1755807
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoPROPERTIES : reordering and hiding unnecessary menu in Properties page
Hyeongseok.Heo [Tue, 14 Jun 2016 08:00:17 +0000 (17:00 +0900)]
PROPERTIES : reordering and hiding unnecessary menu in Properties page

- Following root menu should be shown in Project Properties page in
order.

* Tizen
* Resource
* Builders
* C/C++ Build (only for Native project)
* C/C++ General (only for Native project)
* JavaScript (only for Web project)

Change-Id: Ie346d30c14218788b96ae45be6e00e4a32433ca1
Signed-off-by: Hyeongseok.Heo <harry.heo@samsung.com>
8 years agoMISC: add eclipse.e4.ui.workbench.addons.swt bundle to build target
GiWoong Kim [Fri, 10 Jun 2016 05:22:34 +0000 (14:22 +0900)]
MISC: add eclipse.e4.ui.workbench.addons.swt bundle to build target

Change-Id: Ie90faaee7939fee8986e57c62be606f924ba27ca
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoPROGRESS: change images
ChangHyun Lee [Fri, 10 Jun 2016 06:04:21 +0000 (15:04 +0900)]
PROGRESS: change images

- change progress images

Change-Id: I7e7b7c2c1453c7670f81d1be76c4477dc372beb9
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: modify separator color on table information control
GiWoong Kim [Thu, 9 Jun 2016 05:23:51 +0000 (14:23 +0900)]
RENDERER: modify separator color on table information control

windowing system color ->  #008aee

Change-Id: I96a08257c72d416b9cdcaa2c85e146ed83229e8c
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: use ColorRegistry
GiWoong Kim [Thu, 9 Jun 2016 08:41:22 +0000 (17:41 +0900)]
RENDERER: use ColorRegistry

A color registry maintains a mapping between symbolic color names
and SWT colors.

Change-Id: I70c11712639a43adb51e8880f379f32a9371c387
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: no need to draw background or shadow for non-rectangular shape
GiWoong Kim [Wed, 8 Jun 2016 07:43:27 +0000 (16:43 +0900)]
RENDERER: no need to draw background or shadow for non-rectangular shape

Change-Id: Id200e08a3ecf46d8e0f0475b86d24c0fe4db56b1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit 995bfff9cb95e41ef04eafd0ff49db5e97d9e196)

8 years agoTRIMSTACK: change restore icon image
GiWoong Kim [Wed, 8 Jun 2016 05:54:22 +0000 (14:54 +0900)]
TRIMSTACK: change restore icon image

Change-Id: Iad9d651f3c5ea7a1e833b8139c03dbf4e1e63027
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
(cherry picked from commit b2516d50384a5bc5259beb58c1a90eff9d823aa9)

8 years agoWIZARD: add page container margin setter function
SangHyun Lee [Wed, 8 Jun 2016 05:06:57 +0000 (14:06 +0900)]
WIZARD: add page container margin setter function

Default wizard page container margins are 5 and they cannot be changed. So added margin setter function.

Change-Id: I91c38414d617b7d2c2d340f258c8c8ff43017d2e
Signed-off-by: SangHyun Lee <sanghyunnim.lee@samsung.com>
(cherry picked from commit 6e73c503b0b738064fe640ccb9259a7b4372d933)

8 years agoPROGRESS: apply circle type progress image in status bar
ChangHyun Lee [Fri, 3 Jun 2016 06:30:54 +0000 (15:30 +0900)]
PROGRESS: apply circle type progress image in status bar

- apply circle type progress bar

Change-Id: I6c49147d43c10c654fb11b389e771dc66f7cc3f4
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoTHEME: change icons
ChangHyun Lee [Wed, 1 Jun 2016 09:06:36 +0000 (18:06 +0900)]
THEME: change icons

- change open perspective icons

Change-Id: I07283e355725ffb9c7f239e306ca594c88a51be4
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: modify item button drawing on view menu
GiWoong Kim [Tue, 31 May 2016 08:26:15 +0000 (17:26 +0900)]
RENDERER: modify item button drawing on view menu

Change-Id: I93ba8492a73197b4932ae13091b36580c7aab7e2
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoMISC: add eclipse.ui.jface bundle to build target
GiWoong Kim [Tue, 31 May 2016 01:37:47 +0000 (10:37 +0900)]
MISC: add eclipse.ui.jface bundle to build target

Change-Id: I78bffbf5da4acf5c4af45004cf237571ff773444
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoMENU: remove icon images from menu
GiWoong Kim [Tue, 31 May 2016 06:41:43 +0000 (15:41 +0900)]
MENU: remove icon images from menu

Change-Id: I2fe0a856925425e8bc70fffb72194130dd7fc9c1
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoSTATUS: fix height of progress bar
ChangHyun Lee [Mon, 30 May 2016 16:43:43 +0000 (01:43 +0900)]
STATUS: fix height of progress bar

- fix height of progress region

Change-Id: Ibc4d4500c523fd9b485e4f339c96e020215f8bae
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoMENU: remove icon images from main menu
GiWoong Kim [Mon, 30 May 2016 06:27:37 +0000 (15:27 +0900)]
MENU: remove icon images from main menu

- File (Save As..., Save All, Import, Export)
- Edit (Undo, Redo)
- Navigate (Next, Previous, Last Edit Location, Back, Forward)
- Search (Search..., File...)
- Project (Build All)
- Run (Run, Debug, Profile Last Launched, External Tools)
- Help (Help Contents, Search, About Tizen IDE)

Change-Id: I35b3de7a19f49f10bb648466c0c65b1385d666be
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: draw Tizen item button on view menu
GiWoong Kim [Fri, 27 May 2016 08:24:03 +0000 (17:24 +0900)]
RENDERER: draw Tizen item button on view menu

Change-Id: I5af5d7e74879a7d971366579001e71f08fc16f6b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: set new outlines color on active tab
GiWoong Kim [Fri, 27 May 2016 01:23:04 +0000 (10:23 +0900)]
RENDERER: set new outlines color on active tab

swt-outer-keyline-color: #0096DD -> #008AEE

Change-Id: I06b1e4650ae654cf942e74c18cd4b7d198e12c69
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: add null checking
GiWoong Kim [Thu, 26 May 2016 10:31:53 +0000 (19:31 +0900)]
RENDERER: add null checking

Change-Id: If71293f47526ce0ab0e54e24eed03fd565b3ed52
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoPREFERENCES : preferences page menu revised with Tizen specific rule
Hyeongseok.Heo [Thu, 26 May 2016 06:58:04 +0000 (15:58 +0900)]
PREFERENCES : preferences page menu revised with Tizen specific rule

- Following root menu would be shown in Preferences in order.
  * Tizen
  * C/C++
  * Web
  * General
- Other contributions of preferences will be
ignored and do not show.

Change-Id: I763a6b09d6ced1e2e7cf1a7c5c292d506e8fc141
Signed-off-by: Hyeongseok.Heo <harry.heo@samsung.com>
8 years agoRENDERER: no need to draw separator on last unselected tab
GiWoong Kim [Thu, 26 May 2016 05:05:45 +0000 (14:05 +0900)]
RENDERER: no need to draw separator on last unselected tab

Change-Id: I24bb8fc7db2e8db2ca441e77bdaa995034017371
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoTHEME: update icons
ChangHyun Lee [Wed, 25 May 2016 11:50:21 +0000 (20:50 +0900)]
THEME: update icons

- add normal, warning and error status icon of problems view
- add progress view icon

Change-Id: I8c423227e82a5dd1ea15826bbf5aaa73f99a9a11
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: set selected icon image
GiWoong Kim [Mon, 23 May 2016 07:03:48 +0000 (16:03 +0900)]
RENDERER: set selected icon image

- add some selected icon images for Eclipse views.
- load selected icon images with file name throungh "_sel" postfix
from normal icon image's resource path.

Change-Id: I3c8cbd910e4084eaffc6cc288758b4927fb86513
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoRENDERER: modified tab header background color
GiWoong Kim [Mon, 23 May 2016 09:07:05 +0000 (18:07 +0900)]
RENDERER: modified tab header background color

set white as background color of selected tab header always

Change-Id: I27c60c079f015ba2ba93b01af5a509bd588ff603
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoTHEME: change icons
ChangHyun Lee [Sat, 21 May 2016 05:11:19 +0000 (14:11 +0900)]
THEME: change icons

- resize to 26x26

Change-Id: Id5807f24e3ba2cf4dc68c621218dc3d0cacbaced
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: modified renderers
GiWoong Kim [Thu, 19 May 2016 10:13:33 +0000 (19:13 +0900)]
RENDERER: modified renderers

- Set new colors to table information control
(ex. view chevron button's tab search table)
- In TizenTanRendering, make tab outline visibility to
depend on the separator visibility.

Change-Id: Ied20c362bbc58bb19a67dee4d52cddfa26018bae
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoMerge "PROGRESS: Apply progress theme in status bar" into advux
Yoonki Park [Wed, 18 May 2016 04:54:17 +0000 (13:54 +0900)]
Merge "PROGRESS: Apply progress theme in status bar" into advux

8 years agoPROGRESS: Apply progress theme in status bar
ChangHyun Lee [Tue, 17 May 2016 08:35:19 +0000 (17:35 +0900)]
PROGRESS: Apply progress theme in status bar

- change icon
- remove progress bar

Change-Id: Id2ef8736f42f7d2bdab3b04d9da0f6e7c8e69156
Signed-off-by: ChangHyun Lee <leechwin.lee@samsung.com>
8 years agoRENDERER: prepare a new style on Tizen tab renderer
GiWoong Kim [Tue, 17 May 2016 06:03:40 +0000 (15:03 +0900)]
RENDERER: prepare a new style on Tizen tab renderer

- add setter functions to apply CSS styling
- unselected tab separator is considered

Change-Id: Ic5c3f835d2077f2fa8afbefbcccaf4845a436792
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
8 years agoMISC: Added eclipse.ui.workbench bundle
Yoonki Park [Mon, 16 May 2016 13:52:50 +0000 (22:52 +0900)]
MISC: Added eclipse.ui.workbench bundle

Change-Id: I0aceaca2d3f1565e318fad1ed89ef14b43edb025
Signed-off-by: Yoonki Park <yoonki.park@samsung.com>
8 years agoMISC: Drop tizen changes
Yoonki Park [Sat, 14 May 2016 06:17:30 +0000 (15:17 +0900)]
MISC: Drop tizen changes

Change-Id: Ife6cf8b9b4137ad8eeb4dd1ee763065879d9cd6a
Signed-off-by: Yoonki Park <yoonki.park@samsung.com>
8 years agoMerge tag 'R4_5_2' into upstream
Yoonki Park [Mon, 9 May 2016 12:05:22 +0000 (21:05 +0900)]
Merge tag 'R4_5_2' into upstream

Bug 487983 - Tag Mars.2 (4.5.2) release

8 years agoInitial empty repository
JeongHoon Jeon [Mon, 2 May 2016 09:42:00 +0000 (18:42 +0900)]
Initial empty repository

8 years agoFixed bug 487164: Mars.2 features and bundles that need a service increase
Dani Megert [Fri, 12 Feb 2016 16:22:10 +0000 (17:22 +0100)]
Fixed bug 487164: Mars.2 features and bundles that need a service increase

8 years agoBug 486804 - Use equals() to check equality of EMap Entry instances
Brian de Alwis [Fri, 29 Jan 2016 19:03:28 +0000 (14:03 -0500)]
Bug 486804 - Use equals() to check equality of EMap Entry instances

EMF EMap#entrySet() may return wrappers instances, and must be
tested with equals() and not with ==.

Change-Id: I26a6bd30b086613a43967687940ce7632feabd55

8 years agoFixed bug 486616: Mars.2 features and bundles that need a service increase
Dani Megert [Thu, 28 Jan 2016 16:44:01 +0000 (17:44 +0100)]
Fixed bug 486616: Mars.2 features and bundles that need a service increase

8 years agoFixed bug 486616: Mars.2 features and bundles that need a service increase
Dani Megert [Thu, 28 Jan 2016 15:45:49 +0000 (16:45 +0100)]
Fixed bug 486616: Mars.2 features and bundles that need a service increase

8 years agoBug 454056 - [DND] Editor area drop listener not added when loading state
briskaa [Wed, 11 Nov 2015 20:10:29 +0000 (14:10 -0600)]
Bug 454056 - [DND] Editor area drop listener not added when loading state

Added code to configure any existing windows.

Change-Id: Iaeb10217d9d58107dc381a44d72504366b27c5f5
Signed-off-by: briskaa <briskaa@dnastar.com>
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>
8 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>
8 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>
8 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>
8 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>