1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

2519 commits

Author SHA1 Message Date
Andrew Gvozdev
63571571d2 bug 378766: [Scanner discovery] GCC Build Output parser doesn't handle framework paths (-F) 2012-05-08 00:01:26 -04:00
Andrew Gvozdev
af227ede75 Merge remote-tracking branch 'cdt/master' into sd90 2012-05-07 01:12:34 -04:00
Andrew Gvozdev
77442617cc bug 378589: [sd90] Scanner Discovery doesn't run on certain toolchains 2012-05-07 01:07:21 -04:00
Andrew Gvozdev
ab11301481 Merge remote-tracking branch 'cdt/master' into sd90 2012-05-04 20:04:15 -04:00
Andrew Gvozdev
2949c7da2f Clean up 2012-05-04 20:00:50 -04:00
Andrew Gvozdev
56f5df2f68 Clean up wizards 2012-05-04 20:00:15 -04:00
Andrew Gvozdev
d2c19fcd47 bug 376592: [sd90] Extend BuildDefinitions to allow defining language settings providers 2012-05-04 18:35:17 -04:00
Anna Dushistova
27d49dfd54 Patch for bug 366771
Change-Id: Ib95c2b9c475f25196d1c399d65b12c715f8e5e1e
Reviewed-on: https://git.eclipse.org/r/5778
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2012-05-04 10:03:05 -04:00
mhussein
a2cfb6e5cd Bug 365718: Support tree option style in managed build options
Managed build options in tools provide several styles
for option type, for example: string, boolean, libPaths, enumerated, ...
The enumerated type allows the user to select from a pre-defined list of
values.

A usability problem might happen if the list of possible values is Huge,
in this case the simple drop-box wouldn't be sufficient for the user to
properly and easily select the needed option. In most of those cases the
huge list of options can be organized in some hierarchy that allows the
user to easily pick the needed option.

The attached patch attempts to support this by doing the following:

1- Adding support of a new option valueType "tree"
    - Adding schema for treeOption
    - Adding support for tree type similar to enumerated option type
2- Provide UI to easily select items from this tree
    - Provide a field editor with a text box and browse button
    - Provide popup tree picker with filtered search
    - Each item in the tree can optionally provide an icon, and specify
its relative order among its peers.

Updates:
- Expose TreeSelectionDialog and TreeRoot to allow usage in other
contexts
- Remove extra whitespaces.
- Support Double-click to select
- Added unit test

Change-Id: I3e7e8c6e3e9878f7c6dadeb149326b375cd3631d
Reviewed-on: https://git.eclipse.org/r/5558
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2012-05-04 09:55:26 -04:00
Andrew Gvozdev
621ee0fe22 bug 371797: [sd90] Fixed problem with not running non-shared Specs Detectors after new project wizard 2012-05-04 09:24:09 -04:00
Andrew Gvozdev
1c826045e9 Enablements of tabs in properties 2012-05-03 17:10:31 -04:00
Andrew Gvozdev
1e208208ed Clean up 2012-05-03 12:13:13 -04:00
Andrew Gvozdev
5edeb05a5b bug 328007: [sd90] Disablement of property pages depending on preference 2012-05-01 23:05:41 -04:00
Andrew Gvozdev
2b5e3e6a20 bug 328007: [sd90] Design user interface for new scanner discovery 2012-05-01 23:05:37 -04:00
Andrew Gvozdev
8c893120ae preparations for merge to master 2012-05-01 22:31:51 -04:00
Andrew Gvozdev
27d0a92f49 Clean up messages 2012-05-01 10:46:48 -04:00
Andrew Gvozdev
b00af18d9b Merge remote-tracking branch 'cdt/master' into sd90 2012-04-30 20:56:40 -04:00
Andrew Gvozdev
2212f5ce33 Clean up 2012-04-30 18:54:58 -04:00
Andrew Gvozdev
ab036f4bfc Fixed ability to disable LSP property page depending on preference 2012-04-30 18:54:39 -04:00
Andrew Gvozdev
fd19e740de clean up disablement of LSP 2012-04-30 18:09:51 -04:00
Andrew Gvozdev
a650dd13d8 API from cdt.ui for option pages and console 2012-04-30 10:46:42 -04:00
Andrew Gvozdev
7104c92f7f clean up 2012-04-30 09:53:06 -04:00
David Salinas
38ecfea632 Bug 375859 - Refresh scope becomes empty after closing/opening project
if left to default
2012-04-27 15:19:40 -04:00
Alex Ruiz
247c492036 Removed Pair class. Replaced getErrorParserAvailableIds()
with getErrorParserAvailableIdsInContext(String) where appropriate.
IErrorParser3 extends IErrorParser directly.

Change-Id: Ie0ccd4835a797a4911275cb28410f2b26236976c
Reviewed-on: https://git.eclipse.org/r/5683
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-27 13:49:30 -04:00
Jeff Johnston
73f53173ec Rewrite Autotools docs to use CDT Autotools User Guide Wiki.
Change-Id: I1001d49b52a5bb49a65f6d3d899ec5e59dded38c
Reviewed-on: https://git.eclipse.org/r/5678
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-04-26 18:22:49 -04:00
Andrew Gvozdev
2876909d25 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-26 09:04:09 -04:00
Marc-Andre Laperle
eb6522badf Bug 377295 - Build fails if project name contains characters [, ]
Change-Id: I9f116f524bb30e064e1cdbb3588c494a450d765e
Reviewed-on: https://git.eclipse.org/r/5636
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2012-04-23 11:55:45 -04:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Jeff Johnston
64ce186a2f Update org.eclipse.cdt.autotools.core plugin version to 1.1.0. 2012-04-20 16:40:12 -04:00
Andrew Gvozdev
89a9259918 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-20 07:18:20 -04:00
Sergey Prigogin
d557165f90 Fixed a potential file handle leak. 2012-04-19 12:16:21 -07:00
Andrew Gvozdev
97615f231b Browse button for Spec Detectors 2012-04-17 13:46:26 -04:00
Andrew Gvozdev
775d00a41d Merge remote-tracking branch 'cdt/master' into sd90 2012-04-16 19:00:27 -04:00
Andrew Gvozdev
751d4a45f0 bug 371797: Use workspace scheduling rule for serializing workspace providers 2012-04-16 18:48:05 -04:00
Andrew Gvozdev
f21f305ff2 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-16 17:07:57 -04:00
Andrew Gvozdev
2bd9d517fb bug 371797: Use workspace scheduling rule for serializing workspace providers 2012-04-16 16:57:55 -04:00
Andrew Gvozdev
8aed5c8427 bug 371797: Let all jobs finish before tearDown() in unit tests 2012-04-16 16:55:44 -04:00
Andrew Gvozdev
7a10d644c5 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-14 23:29:03 -04:00
Andrew Gvozdev
81105a7c69 Revert "tmp: Use workspace scheduling rule for serializing workspace providers"
This reverts commit 1e453c3106.
2012-04-14 23:25:15 -04:00
Andrew Gvozdev
1e453c3106 tmp: Use workspace scheduling rule for serializing workspace providers 2012-04-14 20:56:23 -04:00
Andrew Gvozdev
249589c28c bug 371797: mistyped message key 2012-04-13 17:42:47 -04:00
Andrew Gvozdev
2aadaa0262 Merge remote-tracking branch 'cdt/master' into sd90 2012-04-12 01:31:33 -04:00
Andrew Gvozdev
7a3ea18317 Test cases for resource scope for Build Output Parsers, fix for
persistence of workspace BOP provider
2012-04-12 01:07:55 -04:00
Andrew Gvozdev
b1b320f94e bug 371797: [sd90] Implement language settings providers in build
plugins
2012-04-12 01:01:23 -04:00
Andrew Gvozdev
bb46f73b09 tiny clean-up 2012-04-11 16:14:35 -04:00
Jeff Johnston
b4ca67ad3f Fix for Autotools bug #375007.
- allow configure command to be specified with absolute path
2012-04-11 15:29:12 -04:00
Andrew Gvozdev
a14ad44b67 clean-up legacy support 2012-04-11 12:09:06 -04:00
Andrew Gvozdev
ee5fedb69c Handle Build Output Parsers in MakeBuilder 2012-04-11 12:08:22 -04:00
Andrew Gvozdev
0755f5870d Resource scope for Build Command Parsers 2012-04-09 17:55:05 -04:00
Andrew Gvozdev
d1e9395955 Methods for background serialization of language settings providers. 2012-04-08 15:42:24 -04:00