Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13Bug 495847 - Remove gif images for which pngs are availableY20161229-1000Y20161223-1030Y20161222-1000Y20161215-1200I20170102-2000I20170101-2000I20161231-2000I20161230-2000I20161229-2000I20161228-2000I20161227-2000I20161226-2000I20161225-2000I20161224-2000I20161223-2000I20161223-0615I20161222-2000I20161221-2000I20161221-0400I20161220-2000I20161220-0530I20161219-2000I20161219-0145I20161218-2000I20161217-2000I20161216-2000I20161215-2000I20161215-0915I20161215-0830I20161215-0730I20161215-0130I20161214-2000I20161214-1005I20161213-2000I20161213-0600Sarika Sinha2-0/+0
Change-Id: I1e8b5ec974e70193d27f738b9c5300068390c78e
2016-12-12Bug 495847 - Remove gif images for which pngs are availableI20161213-0300I20161212-2000Sarika Sinha176-0/+0
Change-Id: I7168ca9dced2e06dca06ba6c12604be5f1219cbd
2016-12-07Bug 508787: Launch Groups: UI bloopersY20161208-1000S4_7_0_M4I20161211-2000I20161210-2000I20161208-0830I20161208-0730I20161207-2000Markus Keller1-5/+5
2016-12-07Bug 508787 - Various UI improvementsI20161207-1340Markus Duft6-26/+62
* Added Mnemonics * Buttons use default minimum size * Added image to Launches tab * "Launch mode" label fixed * Launch mode entries are capitalized * Launch mode entries are sorted * Launch modes without available history are filtered Change-Id: I6f02fac9d9169e125ea923d57d6f57f4ec5dc751 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Fix self reference validation even for indirect self referenceI20161207-0800Markus Duft3-3/+49
Bug: 508726 Change-Id: Ia3bcd2355f47cf357fa31e17e28a909db648672f Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Bug 508733 - NPE on clicking Edit for an invalid launch elementI20161207-0515Markus Duft1-0/+3
Change-Id: I5262d988941f667eb0df97ffcb047949fa747ba1 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-07Bug 508728 - Launch Group description missing in Run / DebugSarika Sinha2-3/+5
Configurations dialogs Change-Id: I6b9eb9bfeee6385eb05ed65f4b94ff3edbc15491
2016-12-06Bug 508695 - Breakpoints view menu > "[Group|Sort] By": use same orderI20161206-2000I20161206-0800Sarika Sinha1-8/+8
as Problems view Change-Id: I4b64908b7519f198f335bedfa1418414b7df4449
2016-12-05CommonTabLite.SharedLocationSelectionDialog eleminatedI20161205-2000I20161205-0800Markus Duft1-23/+13
Should use ContainerSelectionDialog directly (@noextend) the same as CommonTab does it already. Bug: 508649 Change-Id: I8860c7160778c1e54b9a0c85a605c3b85ede2194 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-12-05Bug 508647 - Compile Warnings in I20161202-2000Sarika Sinha1-12/+12
Change-Id: I34b04328260f1f47505fa080cc2a31048eddb422
2016-12-02Bug 496184 - Cryptic error when inspecting a mode-specific launchI20161204-2000I20161203-2000I20161202-2000Sarika Sinha1-2/+2
configuration from a different mode Change-Id: Icfa64d38ca6d0eec88b715fde10fa3744f618138
2016-12-01Bug 498426 - Breakpoints view: Allow to sort by breakpoints creationY20161201-1000I20161201-2000I20161201-0800Sarika Sinha15-12/+319
time Change-Id: I1a8b30f4d174fcb6538a827e78ebff95e70088f1
2016-11-30Initial contribution of Launch GroupsMarkus Duft22-1/+2714
The initial contribution is a slightly modified/polished version of the launch group code in org.eclipse.cdt.launch. A follow up commit will contain additional modifications to merge features from another (external) implementation of launch groups. Bug: 492788 Change-Id: Ie0a902b857a5c2cc02f5c36d8591001493bd6e19 Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
2016-11-09Bug 489546 - still trying to stabilize the test caseY20161124-1000Y20161117-1000Y20161110-1000I20161130-2000I20161129-2330I20161129-2000I20161128-2000I20161128-0600I20161128-0330I20161127-2000I20161127-1300I20161126-2000I20161126-0815I20161125-2000I20161124-2000I20161123-2000I20161122-2000I20161121-2000I20161120-2000I20161119-2000I20161118-2000I20161117-2000I20161116-2000I20161115-2000I20161114-2000I20161114-0355I20161113-2000I20161112-2000I20161112-0405I20161111-2000I20161111-1220I20161111-0900I20161111-0740I20161111-0510I20161110-2030I20161110-1630I20161110-1225I20161110-1130I20161110-0710I20161110-0510I20161109-2000Andrey Loskutov1-4/+36
Change-Id: I54c8dbbf8d26234bd5f07c4a47bf0224e2e3eef6 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-11-09Bug 506182 - Launch is not multi-thread safeAndrey Loskutov5-63/+368
Protect access to fTargets and fProcesses with read/write lock to avoid possible ConcurrentModificationExceptions. Change-Id: I1a42b263cd9b64c7ebb914b5fdea0d2d3e408b73 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-10-27Bug 501245 - Trigger points -- API deficienciesY20161103-1000I20161108-1015I20161108-0800Sarika Sinha10-143/+128
Change-Id: Ic30d5b6894408d5371b2095ef1b6cb109fbe318f
2016-09-21Bug 501064 - Remove unnecessary gifs from org.eclipse.ui.consoleY20161027-1250Y20161027-1000Y20161024-2045Y20161024-1300Y20161024-0700Y20161021-1200Y20161021-0600Y20161020-1800Y20161020-1000Y20161018-1100Y20161013-1000Y20161006-1000Y20160929-1000Y20160922-1000I20161101-0800I20161027-0700I20161027-0200I20161026-2000I20161026-1100I20161026-0800I20161025-2000I20161024-2000I20161024-1000I20161024-0410I20161023-2000I20161018-0800I20161011-0800I20161005-1430I20161005-1045I20161005-0815I20161004-1000I20161004-0800I20160927-0800Lars Vogel12-0/+0
Change-Id: Ib7858a454383ecaf0b6c23456afec0a74300e028 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-09-17Bug 495461 - [Debug] Copy Stack does not workI20160920-0800Till Brychcy3-0/+18
Change-Id: Ie4077e0a1ab58b9b724a7e6ba2bed778a4807789 Signed-off-by: Till Brychcy <register.eclipse@brychcy.de>
2016-09-14Bug 501333 - Trigger Points -- remove "Active Trigger" stateY20160915-1000I20160915-0230I20160915-0200I20160914-2300I20160914-2000I20160914-0800Sarika Sinha4-83/+15
Change-Id: I533652d802fac7de2db1ea8a98893cc02fbeca4e
2016-09-13Bug 501315 - Disabled by trigger icon not updated in Breakpoints viewI20160914-0430I20160914-0030I20160913-2000I20160913-0800Sarika Sinha1-0/+1
Change-Id: If2ccc9147e08c99240ed9b92e916d8bb6b11f4d0
2016-09-12Bug 488664: [Breakpoints] Ability to set up Breakpoint dependencyI20160912-2000I20160912-1005Markus Keller2-10/+10
fixed Javadoc error from build set reasonable Javadoc compiler settings
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0800Sarika Sinha3-12/+12
Change-Id: I36ebade65a7882afabfdaf86e5ac512fcc5a1e8d
2016-09-12Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0430I20160912-0225Sarika Sinha1-1/+0
Change-Id: I1c1fac528621051b13ef70fe123499d08844dc8d
2016-09-10Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencyI20160912-0140I20160911-2015Sarika Sinha1-0/+8
Change-Id: I9511b34428f4ced82c2d40cf07e549c85090996e
2016-09-09Bug 488664 - [Breakpoints] Ability to set up Breakpoint dependencySarika Sinha18-79/+643
Change-Id: I62043723be1a1448ba3fe38e60b0e67f10c5df05
2016-08-25Bug 500273 - Removing elements from source lookup cache not workingY20160908-1000Y20160901-1000I20160906-0800I20160830-0800Andrey Loskutov2-2/+49
properly Applied patch from Alexander Schwarz and added test for the LRU cache. Change-Id: I145af345d019a7f1414e7b97d1802891948ccf91 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-24Bug 451797 - [platform] UI freezes inY20160825-1000Andrey Loskutov2-11/+3
IOConsolePartitioner$TrimJob.runInUIThread Reverting the main part of the change from bug 108568 commit 8b377c8203a4054eebd2bb3740bf40296b63d3d8. Change-Id: I306f6d66de31d1787e40b8da0dda60fa66986c6a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-19Bug 489546 - trying to stabilize the test caseI20160824-1429I20160823-1359I20160823-0759Andrey Loskutov1-12/+12
Change-Id: Ia70bc6d1eb87b7ba453354ee80c03fe12ab3251a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-08-17Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchY20160818-1000Sarika Sinha4-17/+113
actions and Context based launch Change-Id: Ic2fc123555e45655bce496db47e122d00eb3c8e8
2016-08-17Bug 499011 - SWTException: Widget is disposed in Variables viewSarika Sinha1-2/+2
Change-Id: I8e3ecd415e9dd2860e1df8269b8ce7d09a3e5862
2016-08-12Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchI20160816-1015I20160816-0800Sarika Sinha1-4/+36
actions and Context based launch Change-Id: Ie4828a93ec219dd9a5f1298451e42f1b6a765ecb
2016-08-01Bug 489546 - Call to ConsoleManager.showConsoleView(x) has no effect ifY20160811-1000I20160809-1300I20160809-1100Andrey Loskutov4-33/+305
ShowConsoleViewJob is already running Change-Id: Iab3d68b31476704a81f75172cb41ef21b62a57e9 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-07-30Bug 492182 - Add Terminate and Relaunch from Configurations, RelaunchY20160804-1000I20160803-2000I20160803-0800I20160802-2000I20160802-0800I20160801-2000I20160801-0800I20160731-2000Sarika Sinha13-106/+468
actions and Context based launch Change-Id: Icef7f143a7d967c5d7126180a359fd4fcbe3422e
2016-07-28Bug 498493 - Show breakpoints in overview ruler by defaultY20160728-1000Andrey Loskutov1-2/+2
Change-Id: I6be516485c6e05cb3819ddc959763fe60a04e335 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2016-06-28Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance buildsY20160721-1000Y20160714-1000I20160726-1400I20160726-0800I20160719-0800I20160716-1900I20160712-1000I20160712-0800I20160708-1700Sarika Sinha12-19/+19
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha24-43/+60
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
2016-06-10Bug 468902 - SourceLookupFacility.dispose() is incompleteSarika Sinha1-2/+7
Change-Id: I2b37491ea203dfe00fe8bafb7b44610e2051877c
2016-06-104.7 Bundle version increase for debug.coreSarika Sinha2-2/+2
Change-Id: I3c0c58fb7ea997d3ad2999f06713eb0f80ae9de1
2016-06-10Bug 469193 - Eclipse doesn't close debug session after project is closedSarika Sinha1-2/+8
(if launch configuration stores in project) Change-Id: If64676c7f3c8a9fec87ea9b8a9672427770766a5
2016-06-10Bug 493931 - wrong GIFs in /org.eclipse.ui.console/fullSarika Sinha10-1/+1
Change-Id: I33bd88c5be4932620d4ab216afeacc73ef10d94b
2016-06-104.7 Bundle version increase for debug.uiSarika Sinha2-2/+2
Change-Id: Id6841b5a776cf51fe2361d89f850e44dc2bb7782
2016-06-10Bug 469512 - AbstractDebugView.fUpdateables may have multiple actionsSarika Sinha1-2/+2
Change-Id: I9d50a3785250b389080f5f6ba5b5cf3a843e22cd
2016-06-104.7 Bundle version increase for ui.consoleSarika Sinha2-2/+2
Change-Id: I3fa7f54d80831cec808997d2d07660c4b4ec6505
2016-06-02Bug 493880 - OpenConsoleAction and CloseConsoleAction does not setSarika Sinha4-4/+8
disabled image
2016-05-18Bug 382972: [HiDPI] Update UI for Retina display on Mac and other high ↵Y20160526-1000Y20160519-1000R4_6I20160606-1100I20160603-1000I20160602-1000I20160601-2000I20160601-1000I20160531-2330I20160531-2000I20160530-2000I20160529-2000I20160528-1500I20160527-2000I20160525-2000I20160524-2000I20160523-2000I20160522-2000I20160521-1500I20160520-2000I20160519-1730I20160519-1100I20160518-2000Markus Keller222-0/+0
resolution displays Change-Id: Iebe5965dec909c78d0ab003c23519ed5e9c581f8
2016-05-18Bug 492392 - console.ui icon issues for NeonTony McCrary4-0/+0
Change-Id: Iedb9f67a04fbeff38f06215805c9eec7e8c12348 Signed-off-by: Tony McCrary <tmccrary@l33tlabs.com>
2016-05-09Fixed bug 492894: Plug-in Version Update NeededY20160513-1000I20160517-2000I20160516-2000I20160515-2000I20160514-1500I20160513-2000I20160512-1000I20160511-2000I20160511-0400I20160510-2000I20160509-2000Dani Megert2-3/+3
2016-05-06Bug 470366 - NullPointerException inI20160508-2000I20160507-1500I20160506-2000I20160506-1030Sarika Sinha1-3/+5
LaunchConfigurationTabGroupViewer.verifyName() Change-Id: I9a133e04a3bbc4a225e3bd2a26b86879f625b873
2016-05-05Bug 492894 - Plug-in Version Update NeededY20160505-1000I20160506-0830I20160505-2000Sarika Sinha4-6/+6
Change-Id: I69f5fe458b5df0732ea2fedf5f04ad629edc9fdb
2016-04-27Bug 492479 -Restore defaults not working for "Terminate and relaunchY20160428-1430Y20160428-1000I20160504-2000I20160504-0035I20160503-2000I20160502-2000I20160501-2000I20160430-2000I20160429-2300I20160429-2000I20160428-0800I20160427-2000I20160427-1200I20160427-0800Sarika Sinha1-1/+1
while launching..." preference Change-Id: Ie09e6bfa0d37676f8fe2220da569e6181c5ea9be

Back to the top