Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-06-04Terminals: Bug 435150 - Support CDT 8.3 minimal dependency via p2.infTCF_1_2_01.2_lunaMartin Oberhuber7-5/+199
This change makes sure that the Terminal can depend on a minimal subset of CDT functionality, imported by import-package in MANIFEST.MF plus fragment dependencies in p2.inf. The org.eclipse.cdt.core.native feature is pulled in if it's available, but we can also work on top of CDT 8.3 which didn't have the "native" feature yet. Cherry-pick from master, resolved conflicts: target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.xml Change-Id: Ibd2dbe1b971f52195aa28fdcdb7e1048ad1ed3cf Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-06-03Target Explorer: Fix Bug 436179 - The "Target" toplevel menu must beUwe Stieber1-0/+7
hidden by default
2014-05-27Releng (Luna): Set version numbers to "1.2.0". Fix copyrights.Uwe Stieber122-589/+589
2014-05-27Target Explorer: Always apply path maps to newly opened channels. Skip ↵Uwe Stieber4-8/+10
comparisation in that case.
2014-05-26Terminals: Fix findbugs warningUwe Stieber1-1/+3
2014-05-23Target Explorer: Fix line separator initialization for local terminalUwe Stieber1-6/+10
connections
2014-05-23Target Explorer: Fix internal terminal puts prompt cursor onto aUwe Stieber1-1/+1
separate line
2014-05-22Target Explorer: fix argument nameTobias Schwarz1-5/+5
2014-05-22Target Explorer: Introduce an explizit "hidden" attribute for terminal ↵Uwe Stieber5-216/+244
launcher delegates
2014-05-22Target Explorer: change persistence of attach action (no longer persistTobias Schwarz11-21/+115
context ids, sort context list and remove duplicates)
2014-05-22Target Explorer: use reflection to callTobias Schwarz1-0/+9
FilteredTree.setQuickSelectionMode(true) to make this work again in e4 environment.
2014-05-22Target Explorer: fix build failureTobias Schwarz1-2/+1
2014-05-21Target Explorer: Fix line separator terminal connector constant javadocUwe Stieber1-1/+2
2014-05-21Target Explorer: Fix line separator translator for stream based terminalUwe Stieber2-5/+45
connectors
2014-05-21Target Explorer: add selection modes to folder selection dialogTobias Schwarz3-14/+46
2014-05-21Target Explorer: rework attach (filter, decoration, ..)Tobias Schwarz7-84/+112
2014-05-20Merge "Terminals: Bug 435106 - Fix missing space char in feature description"Martin Oberhuber2-6/+6
2014-05-20Target Explorer: catch possible exception on shutdownTobias Schwarz1-19/+25
2014-05-20Target Explorer: fix stack overflow when executing an action twiceTobias Schwarz7-54/+22
2014-05-19Target Explorer: Fix Bug 434940 - [TERMINALS] Cannot open multiple localUwe Stieber1-0/+38
terminals - Part 3
2014-05-19Target Explorer: Fix Bug 434940 - [TERMINALS] Cannot open multiple localUwe Stieber1-0/+6
terminals - Part 2
2014-05-19Target Explorer: Fix Bug 434940 - [TERMINALS] Cannot open multiple localUwe Stieber9-20/+26
terminals - Part 1
2014-05-17Terminals: Bug 435106 - Fix missing space char in feature descriptionMartin Oberhuber2-6/+6
The feature description looked mis-typed: "orremote" was meant to be "or remote". It looks like the multi-line String in feature.properties swallowed the space characters after the newline. This commit resolves the problem and slightly polishes the description. Change-Id: I83cd1ec6d61f0d157e3de381cc75b740f4f9d1a0 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-17Merge "Terminals: Bug 435111 - Avoid COMMAND+Alt+T key conflict on Mac"Martin Oberhuber1-1/+1
2014-05-17Target Explorer: Remove not longer required dependency to o.e.ui.ide forUwe Stieber1-1/+0
terminals feature
2014-05-17Target Explorer: Fix Bug 420474 - [TERMINALS] Local Terminal doesn'tUwe Stieber4-7/+45
support UTF-8 symbols, e.g. Chinese
2014-05-17Target Explorer: Fix Bug 435016 - [TERMINALS] No CR when running Node.jsUwe Stieber9-23/+25
scripts on Windows
2014-05-17Terminals: Bug 435111 - Avoid COMMAND+Alt+T key conflict on MacMartin Oberhuber1-1/+1
Change-Id: I869a10298fd1b9f3791834a6a47d3196492a3928 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-17Target Explorer: Fix Bug 435106 - [TERMINALS] Rename the Terminal feature to ↵Uwe Stieber2-4/+8
"TCF Terminal (Console) View"
2014-05-16Target Explorer: Bug 434972 - [terminal] ArrayIndexOutOfBoundsException when ↵Uwe Stieber1-1/+1
pasting text with CRLF
2014-05-16Target Explorer: Improve memory consumption for frequently called messagesUwe Stieber3-33/+31
2014-05-15Target Explorer: Fix Bug 434989 - [TERMINALS] IllegalArgumentException in ↵Uwe Stieber1-0/+1
Local connector, when both TM Legacy Terminal and TCF Terminals are installed
2014-05-15Target Explorer: Avoid recomputing if valid state if no property has changed ↵Uwe Stieber1-16/+30
since the last computation.
2014-05-15Target Explorer: Unit tests kepler use SDK version 4.3.2Uwe Stieber1-1/+1
2014-05-15Target Explorer: add target ping to check target still availableTobias Schwarz5-1/+131
2014-05-15Target Explorer: Fixed Bug 434925 - [TERMINALS] Releng: The "Target Explorer ↵Uwe Stieber1-1/+3
Terminals" feature has an incorrect license
2014-05-15Terminals: Bug 434921 - Keyboard shortcut for "Open a Terminal"Martin Oberhuber2-1/+10
Contribute Ctrl+Alt+T as a shortcut for "Open a Terminal" from any context. Also update the Tooltip of the New Terminal Toolbar Button to be compliant with Eclipse UI Guidelines. Change-Id: I1a6751c1babed0fa9bd515dbc1858f7a2c01f7b1 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-15Target Explorer: change toolbar action tooltipTobias Schwarz1-3/+3
2014-05-15Target Ecplorer: fix typoTobias Schwarz1-1/+1
2014-05-14Target Explorer: add refresh to attach context iteratorTobias Schwarz2-1/+16
2014-05-14Target Exlorer: add attach action to toolbar action menuTobias Schwarz41-28/+2077
2014-05-09Target Explorer: Bug 434487 - Rename the "System" menu to "Target"Martin Oberhuber1-2/+2
Change-Id: I490c5be16444f1d19d925b723677bdb696a22836 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2014-05-09Terminal: Fix exception from property tester on shutdownAnton Leherbauer1-6/+14
2014-05-08Target Explorer: enable peer node decorationTobias Schwarz2-2/+5
2014-05-06Target Explorer: Fix path map resolver should not rely on Eclipse Path ↵Uwe Stieber1-5/+13
object implementation
2014-05-06Target Explorer: Fix stack overflow error once the peer node valid state changedUwe Stieber1-1/+1
2014-05-06Terminals: Fix typo in PROP_TITLE constantUwe Stieber1-1/+1
2014-05-06Traget Explorer: fix connection lost handlingTobias Schwarz2-5/+12
2014-05-03Target Explorer: Simplify simulator utils implementationUwe Stieber1-33/+25
2014-05-03Target Explorer: Allow to get a snapshot of the peer nodes list from anyUwe Stieber1-14/+5
thread

Back to the top