Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-15Bug 473081 - Scroll lock enables on empty consoleY20170316-0500I20170317-2000I20170316-2000Sarika Sinha1-27/+49
Change-Id: Ie9fb5a2eaafea636f2c9f658c21ea9a7e633449f
2017-03-13Bug 513367 - IllegalStateException while decoding output to ConsoleI20170315-2000I20170315-0500I20170314-2000I20170313-2000Andreas Loth1-0/+6
Stream Change-Id: Ia205ed73daab72454193a33c7e3abf053186caa5 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-04Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersY20170309-1000S4_7_0_M6I20170308-2000I20170308-0800I20170307-2000I20170307-0800I20170307-0610I20170307-0450I20170307-0420I20170307-0410I20170307-0150I20170306-2000I20170306-0800I20170305-2000I20170304-2000Sarika Sinha2-11/+25
at buffer boundaries correctly Change-Id: Iee66ccfd74f93760b1c0e26c7114d4b48cee6324
2017-03-03Revert "Bug 507664 - IOConsoleOutputStream does not handle multi-byte ↵I20170303-2000Sarika Sinha1-19/+5
characters at buffer boundaries correctly" This reverts commit 5875ab13fa7cbd511932f98efcdeb50447d49d99.
2017-03-02Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersAndreas Loth1-5/+19
at buffer boundaries correctly Change-Id: Idfeabbcff7330541c5908ac4b3464a5cce1398ce Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-03-01Bug 507664 - IOConsoleOutputStream does not handle multi-byte charactersI20170301-2000Andreas Loth5-47/+243
at buffer boundaries correctly Change-Id: Ib1651069ab6a1a09d26e0b33bfae2dc3aef2fd77 Signed-off-by: Andreas Loth <andy_2639@justmail.de>
2017-02-06Bug 467326 - NullPointerException in IOConsolePartition.delete (85)Y20170209-1000I20170212-2000I20170211-2000I20170210-2000I20170210-0615I20170210-0600I20170210-0550I20170210-0530I20170209-2000I20170208-2000I20170208-0700I20170207-2000I20170206-2000Victor Rubezhny1-2/+2
The possible attempt to delete from read-only partition is fixed Change-Id: Id1a63ba5ef1cf74f3a594ba67e99f93cb59ea7cb Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2017-01-20Bug 507661 - IOConsoleOutputStream and IOConsoleInputStream throw IOEI20170122-2000I20170121-2000I20170121-0950I20170120-2000Patrik Suzzi2-4/+8
According to Javadoc, java.io.Closeable#close() has no effect if already closed. With this change, IOConsoleOutputStream and IOConsoleInputStream are not throwing exception anymore when calling close() twice. Change-Id: I5fc4ae8eb4fbc276ff81c7e6cee606277ba91d39 Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
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-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-01Bug 489546 - Call to ConsoleManager.showConsoleView(x) has no effect ifY20160811-1000I20160809-1300I20160809-1100Andrey Loskutov1-32/+50
ShowConsoleViewJob is already running Change-Id: Iab3d68b31476704a81f75172cb41ef21b62a57e9 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 Sinha1-1/+1
Change-Id: I799dcb17afa68adac07d9c5e624684da63793c7f
2016-06-24Bug 496723 - Move Platform Debug to Java 1.8 BREESarika Sinha4-7/+7
Change-Id: I1077af8f96073d22da0c9e6c5b84ebd5fc5b9e7b
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 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 Keller18-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-05Bug 492894 - Plug-in Version Update NeededY20160505-1000I20160506-0830I20160505-2000Sarika Sinha2-3/+3
Change-Id: I69f5fe458b5df0732ea2fedf5f04ad629edc9fdb
2016-04-19Bug 490012 - Remove the "strictly compatible JRE" per-project overrideY20160421-1000Stefan Xenos1-2/+0
Change-Id: Ic5ea8bbb786f0e51757bc0f416430463464db970 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
2016-03-24Revert "Bug 473081 - Scroll locks enables on empty console"Y20160331-1000I20160405-0800I20160330-1230I20160330-0930I20160329-0800Dani Megert1-20/+3
This reverts commit a2d2250130e110cec18cebbd8110da0c1c9234c5.
2016-02-26Bug 473641 - [console] Auto scroll lock unlocks too early when scrollingY20160303-0800Ricardo Bochnia1-4/+3
down a long log The bottom line index of the console was calculated incorrectly. Using the partial bottom index is way more reliable. The patch also lowers the delta so that the scroll lock is set earlier. Change-Id: Ib79e19951cd30a894b0954f4195b904c41547248 Signed-off-by: Ricardo Bochnia <ricardo.richard.b@gmail.com>
2016-01-22Bug 486157 - Adapt to ListenerList changesI20160125-0400I20160124-2000Sarika Sinha3-36/+29
Change-Id: If4f1f4d0ccb2f8451b4901a2139aa6537542d41e
2016-01-20Bug 484329 - Make ShowConsoleViewJob thread safeGhaith Hachem1-5/+6
Changed the runInUIThread method of the ShowConsoleViewJob to work with a local reference to the passed console. This prevents null pointers when another thread sets the console to null while this job is running. Change-Id: Ie00f90fb3fb8e9fb48cb543cd7c01da149e371cc Signed-off-by: ghha <ghaith.hachem@bachmann.info>
2015-09-11Bug 477019 - IllegalArgumentException in TextLayout.getLocationI20150929-0800I20150922-0800I20150916-2000I20150916-0800I20150915-2000I20150915-0800I20150914-2000I20150914-1545I20150914-1130I20150914-0800I20150913-2000Sarika Sinha1-1/+1
(TextLayout.java:2005) Change-Id: Ia48894a97b73ab44fc75dcb604b5cdaa9c9bd4c9
2015-09-11Bug 476814 - Replace new Integer() with Integer.valueOf()Alex Blewitt4-9/+9
Using Integer.valueOf() instead of new Integer() allows for the runtime to cache commonly instantiated values; typically, this will be for values in the range -128..127. Using valueOf is preferred for this reason. Change-Id: I1022eb4973b760b830ace5d39b76eea9353d4ca2 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2015-08-22Revert "Bug 76936 - [console] Eclipse Console window does not handle \b, \f, ↵I20150901-0800I20150825-0800Sarika Sinha1-147/+1
and \r " This reverts commit 84f42b7ba42b87423f99d3e2e991d2e59c04de4d. Change-Id: Ic2d2982a5a32444a9fda07ac07fc9da5c685f72f
2015-07-29Upgraded Bundle version for NeonI20150818-0800I20150811-1400I20150805-2000I20150805-0800I20150804-2000I20150804-0800I20150803-2000I20150803-0800I20150802-2000Sarika Sinha2-3/+3
Change-Id: Idde64cbd255f28f4d6b5467a2ed346100e650560
2015-07-29Bug 473081 - Scroll locks enables on empty consoleSarika Sinha1-3/+20
Change-Id: I5b25227ede618c793b23b3e01a2f8d070be01884
2015-07-02Bug 469765: Prep for 4.6 (Neon) and 4.5 (Mars) maintenance builds - update ↵I20150707-0800Markus Keller1-1/+1
parent poms for 4.6
2015-05-12Bug 466789 - ConsoleView leaks closed console views viaSarika Sinha1-0/+1
ConsoleDropDownAction Change-Id: Ibd24f7b16c8bb274e6664dc95cbea66e46b28a1f
2015-05-10Bug 466789 - ConsoleView leaks closed console views viaAndrey Loskutov1-4/+5
ConsoleDropDownAction Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-04-15Bug 457969 - [console] Automatic scroll lock should unlock when userSarika Sinha1-0/+12
enters characters Change-Id: Ie48a335b09929351bd7b8b62434f92d6c23859a1
2015-04-15Bug 464602 - [Console] Console auto scrolls only after 2nd inputSarika Sinha1-1/+26
character Change-Id: I7a6cf9958fc07726ecf5def8b53853f7f1fa3ae3
2015-04-15Revert "Bug 457969 - [console] Automatic scroll lock should unlock when user ↵Dani Megert1-12/+0
enters characters" This reverts commit d8ab8f362c6572602b90c79635cb77a113b64d0c.
2015-04-15Bug 457969 - [console] Automatic scroll lock should unlock when userSarika Sinha1-0/+12
enters characters Change-Id: Ia35716db2a8635e0e1f0f2d9df0f942f61c222b9
2015-03-30Bug 453266 - [Graphics] Luna icons: are they enabled or not? Lars Vogel3-0/+0
Change-Id: I3e04e1963b3b0b3421f3c2c5f355df64d652d40f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2015-03-24Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert1-13/+16
IAdaptable#getAdapter(..)
2015-03-24Improved JavadocDani Megert1-17/+18
2015-03-24Fixed bug 459517: [console] Auto-scroll lock should not affect the view stateSarika Sinha4-8/+51
2015-03-10fixed CHKPII problemI20150324-0800I20150320-0800I20150320-0030I20150319-1640I20150319-1430I20150318-2000I20150318-1300I20150318-0800I20150317-2000I20150317-1130I20150317-0800I20150316-2000I20150316-0800I20150315-2000I20150311-1300I20150310-0800Markus Keller1-1/+1
2015-03-05Bug 76936 - [console] Eclipse Console window does not handle \b, \f, andPhilippe Marschall1-1/+147
\r Change ConsoleDocument to process the text String to handle \b, \f, and \r. Updated change "\r\n" is no longer considered a sequence of control characters. Change-Id: I93f394a44fcdd891a6e139c7c055c67313187e0e Signed-off-by: Philippe Marschall <philippe.marschall@netcetera.ch>
2015-03-02Bug 461103 - build failure in N20150227-2000 related to ?maven tests?Sarika Sinha1-1/+1
Change-Id: I9f1028df065d20bb3e1cf25c30a122e1b7371687
2015-02-27Bug 461029 - Move Platform Debug project to 1.7 complianceSarika Sinha3-5/+6
Change-Id: Ie29a60a934f7696ad5d8da9513489c5a9b925216
2015-02-20Fixed bug 460417: Fix compiler problems from generified ↵Dani Megert4-11/+22
IAdaptable#getAdapter(..)
2014-12-10Revert "Bug 76936 - [console] Eclipse Console window does not handle \b, \f, ↵I20141210-2000Markus Keller1-133/+1
and \r" This reverts commit bd037365e09c0fa0dea52ae2c4f5f4d06caf134f.
2014-12-03Fixed bug 149393: [console] Scrolling up in console should automatically ↵I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000I20141208-0800I20141207-2000Sarika Sinha6-37/+207
behave like a lock Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
2014-11-26Removed incomplete JavadocDani Megert1-8/+4
2014-11-26Enable warnings for wrong JavadocDani Megert1-4/+4
2014-11-26Fixed Javadoc warning in official buildDani Megert1-2/+3

Back to the top