1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

36 commits

Author SHA1 Message Date
Sergey Prigogin
d8154bd340 Inremented branding plugin version to 8.5 2014-07-21 17:39:01 -07:00
Sergey Prigogin
a2fbb5c879 Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
Marc Khouzam
397b269e26 Bug 435998 - Remove 'updateSiteName' string as they are not used
Change-Id: I55485c9cba17f544d50d8e27b77d6644493d8300
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27500
Tested-by: Hudson CI
2014-06-18 15:54:57 -04:00
Marc Khouzam
ce9b270a38 Bug 435998 - Get rid of all "eclipse_update_120.jpg" files in CDT
features

Change-Id: I52a71e62f8161990657e96ef52403fd7f69698a2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27499
2014-06-17 11:33:37 -04:00
Marc Khouzam
2c22479c9e Bug 435309 - Use the shared license file scheme for CDT
This means that:
- feature.xml files now make a reference to the shared license plugin
      using version 0.0.0
- feature.properties files no longer have the text for the license
- license.html and epl-v10.html files are removed as they are part
      of the shared license plugin
- build.properties files no longer reference removed files
- the main pom.xml file references the license repository

Change-Id: Ibd880480de3a07597084d44cce7b822903509079
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27250
2014-05-26 10:03:45 -04:00
Marc Khouzam
5806deb5b8 Update to new license text
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-20 11:36:39 -04:00
Marc Khouzam
fa5de3be3b Update license.html files for 2014 version
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 11:17:44 -04:00
Marc Dumais
b6ef18973d Bug 432908 - [visualizer] Update Problem Visualizer example to use
VirtualBoundsGraphicObject

Change-Id: I5c15ac2bfa4bfc09faee70f5b12f73360af47f86
Reviewed-on: https://git.eclipse.org/r/25685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-05-02 09:26:07 -04:00
Marc Dumais
620def4c62 Bug 432854 - [visualizer] Add a new graphic object class supporting
nesting, virtual bounds and automatic scaling

Change-Id: I8d38747af369e0c0d591abab5a76a00c7dc5a43a
Reviewed-on: https://git.eclipse.org/r/25079
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-28 12:37:30 -04:00
Marc Dumais
55afd48ec0 Turned-on API analysis for Visualizer and tweaked previous commits
that broke API stability. 

Change-Id: Idda130776b54f9e984b4179a32532413f2972f5d
Reviewed-on: https://git.eclipse.org/r/25410
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
2014-04-23 11:20:06 -04:00
Marc Khouzam
c559f5a442 Enable API tooling for o.e.cdt.visualizer.core
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:11:48 -04:00
Marc Khouzam
d90ba8867b Missing exports to o.e.cdt.visualizer.examples
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21 16:07:22 -04:00
Xavier Raynaud
50f5d7cd6f Bug 430804 (add tooltip infrastructure in visualizer)
Change-Id: I99180f6dc13260d87b513f0e6459598db0310a17
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/23668
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
IP-Clean: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-04 15:17:26 -04:00
Marc-Andre Laperle
88ba69a961 Add visualizer.examples to maven build
Change-Id: Ic8e52f7f6733f37e8641e6fe9fc01baa4d640476
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/24025
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-02 18:23:40 -04:00
Xavier Raynaud
f65493131c Bug 431690 - [visualizer] Use clipping when drawing strings
Change-Id: I342b1a430da450b45d62cea1469fbb62a3e9bc94
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/24201
Tested-by: Hudson CI
IP-Clean: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-01 12:46:13 -04:00
Xavier Raynaud
22c1ce3d27 bug 428424: fix NPE while playing with
org.eclipse.cdt.visualizer.examples

Change-Id: I239c7c6594dd5864459ed47c47a1888607ecdaa2
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/22156
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
IP-Clean: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-03-31 14:33:13 -04:00
Sergey Prigogin
5d7a19fa6c Enabled JDK 1.7.
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d
Reviewed-on: https://git.eclipse.org/r/21020
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-24 13:38:55 -05:00
Sergey Prigogin
1d166260a8 Bumped up CDT version to 8.4.
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55
Reviewed-on: https://git.eclipse.org/r/20908
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21 17:35:29 -05:00
Andrew Gvozdev
09915f99bf bug 420287: CDT features are scattered around in update manager 2013-10-24 11:11:58 -04:00
Andrew Gvozdev
652ce4748e Fixed parent pom version to reference 2013-08-27 15:16:24 -04:00
Sergey Prigogin
bf2790474e Bumped up feature version to 8.3. 2013-08-22 20:06:31 -07:00
Marc Dumais
cadc92f7b6 Bug 405735 - [visualizer] Using context menu prevents next selection
Change-Id: Iedf7ddedcd5a714bbd7a81650adacb4a301225b8
Reviewed-on: https://git.eclipse.org/r/12237
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-04-26 11:27:11 -04:00
Marc Dumais
91de353168 Bug 396268 - [Visualizer] Add CPU/core load information to the multicore
visualizer

Change-Id: I28432354b497732b4ecf7924bb7227e0b8d25508
Reviewed-on: https://git.eclipse.org/r/10077
Reviewed-by: William Swanson <traveler@tilera.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-02-28 11:05:22 -05:00
Marc Dumais
0d41eeea6c Bug 399281 - MulticoreVisualizer: disposeVisualizer() is not getting
called when visualizer view is closed

Change-Id: Ibd80373986af0fdedde42146862f89cdcded7099
Reviewed-on: https://git.eclipse.org/r/10113
Reviewed-by: William Swanson <traveler@tilera.com>
IP-Clean: William Swanson <traveler@tilera.com>
Tested-by: William Swanson <traveler@tilera.com>
2013-02-06 10:49:19 -05:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Marc-Andre Laperle
dd48abd247 About.txt -> ABOUT.txt. This should fix the build on case sensitive
systems.
2012-04-23 10:50:59 -04:00
William R. Swanson
38289ccdd0 Bug 373138: Add new text-selection visualizer example.
- visualizer/org.eclipse.cdt.visualizer.ui
  - src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java
    - add ScrollPanel UI class

- visualizer/org.eclipse.cdt.visualizer.examples

  - src/org/eclipse/cdt/visualizer/examples/
    - VisualizerExamplesPlugin.java
      - add UIResourceManager instance to plugin

  - src/org/eclipse/cdt/visualizer/examples/sourcegraph/
    - SourceGraphVisualizer.java
      - visualizer implementation

    - SourceGraphControl.java
      - graphic visualization control
        (displayed in ScrollPanel by SourceGraphVisualizer)

  - plugin.xml
    - add extension point declaration for new visualizer example

  - resources/messages.properties
    - add string resource file

  - .classpath
    - add "resources/" directory as a source path

  - META-INF/MANIFEST.MF
    - add a couple plugin dependencies
2012-03-05 15:47:39 -05:00
Marc Khouzam
a4153db426 Bug 372797: Update based on comments. 2012-03-02 10:47:06 -05:00
Marc Khouzam
7d58e68849 Bug 372797: Adding about.html file 2012-02-29 11:07:27 -05:00
Marc Khouzam
57ef7fb851 Support for multiple selections. Factored into a ProblemVisualizer package. 2012-02-29 11:07:25 -05:00
Marc Khouzam
b00e6396b8 Add decorations 2012-02-29 11:07:22 -05:00
Marc Khouzam
820844d7c2 Add support for resizing of view. 2012-02-29 11:07:20 -05:00
Marc Khouzam
5117703634 Cleanup with javadoc and such. 2012-02-29 11:07:18 -05:00
Marc Khouzam
b2a621616a Adding an outline bar to properly display when there are no markers. 2012-02-29 11:07:15 -05:00
Marc Khouzam
bcce66726a First commit of an example visualizer, which displays a count of problem markers. 2012-02-29 11:07:11 -05:00
William R. Swanson
093697a016 Bug 335027: Visualizer View feature. Initial contribution. 2012-02-10 13:12:15 -05:00