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

593 commits

Author SHA1 Message Date
Vivian Kong
cd4a0fef03 fix for bug 234900 2008-06-11 17:50:35 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Vivian Kong
cf9987e483 fix for bug 234900 2008-06-05 21:45:00 +00:00
Chris Recoskie
bed0175101 RESOLVED - bug 230159: "Build selected files" does not save changed files
https://bugs.eclipse.org/bugs/show_bug.cgi?id=230159
2008-06-03 23:24:47 +00:00
Vivian Kong
e97f7113f8 bug 235318 2008-06-03 20:50:41 +00:00
Vivian Kong
5aff401a41 bug 235327 2008-06-03 20:50:27 +00:00
Vivian Kong
c8c7fa0e2e fix for 234948 2008-06-02 15:31:26 +00:00
Vivian Kong
421cf10687 fix for bug 234912 2008-05-30 19:29:15 +00:00
Oleg Krasilnikov
0fd3f6cfb2 Bug 232611 : cdt new project wizard creates project too soon 2008-05-19 15:38:32 +00:00
Oleg Krasilnikov
8981d60e33 Bug #229327 : CDT help pages for Property Tabs are not accessible 2008-05-14 16:11:11 +00:00
Oleg Krasilnikov
4e2a3b2bfc Bug #229327 : CDT help pages for Property Tabs are not accessible 2008-05-13 16:04:05 +00:00
Oleg Krasilnikov
b41f6b472d Remove "getHelpId()" 2008-05-13 11:15:03 +00:00
Sergey Prigogin
a511b16508 Fixed bug 176906. 2008-05-04 03:25:31 +00:00
Oleg Krasilnikov
be0117f55a Bug # 229771: Usability: Bad Environment preference dialog layout 2008-05-03 09:21:11 +00:00
Oleg Krasilnikov
0010c4d7b8 Bug # 229809 : NPE in Build Variables global preferences tab 2008-05-03 07:30:52 +00:00
John Cortell
756df1f7d5 fixed 229793. avoid CCombo glitch 2008-05-01 15:29:01 +00:00
Alena Laskavaia
09127f27fd - renamed CDT build variable to Build Variable (same name used in Properties)
- capitalize some other titles
2008-04-30 20:47:58 +00:00
Alena Laskavaia
8d8ae63dbe - compact control 2008-04-30 19:45:31 +00:00
Alena Laskavaia
812ba9ad6f update to use Headline capitalization for buttons 2008-04-30 19:45:03 +00:00
Alena Laskavaia
5f473ad36f - fixed warning and committed compiler settings file in the project 2008-04-30 18:48:28 +00:00
Alena Laskavaia
db0177b4b1 - make remaining property page use Headline style capitalization 2008-04-30 18:48:00 +00:00
Oleg Krasilnikov
f4e51cdab2 NPE fix 2008-04-29 16:52:09 +00:00
Vivian Kong
44ef37f350 bug 189220 - provide more information on preferred tool chains for accessibility 2008-04-29 15:34:41 +00:00
Oleg Krasilnikov
1d5e7d407b Small misprint 2008-04-29 14:04:43 +00:00
Oleg Krasilnikov
534aa38e6d Bug : 228958 : Usability: Project Properties->C/C++ Build->Any->Manage Configuration header 2008-04-29 12:58:57 +00:00
Oleg Krasilnikov
ac9a87cb2a Bug # 228953 Usability: Project Properties->C/C++ Build->Variables 2008-04-29 10:38:37 +00:00
Chris Recoskie
1e586a99cc Partial fix for Bugzilla 210116 (CDT spelling errors) 2008-04-28 18:35:19 +00:00
Oleg Krasilnikov
5323561c07 Bug #187696 : Need to import/export configurations between projects 2008-04-18 11:06:42 +00:00
Oleg Krasilnikov
68059d3675 NPE elimination 2008-04-10 14:09:43 +00:00
Oleg Krasilnikov
7cd517b279 Bug 224191 : Need public API to create CDT variables 2008-03-28 12:17:28 +00:00
Anton Leherbauer
df5acf9f9c Fix warnings about CUIPlugin.getDefault().log() 2008-03-19 13:25:18 +00:00
Oleg Krasilnikov
f26e8c27d3 Bug in the tab: extension always empty. 2008-03-11 16:29:21 +00:00
Oleg Krasilnikov
51ad68a3b5 NPE fix 2008-03-03 13:24:30 +00:00
Oleg Krasilnikov
41becf515a Bug #220011 : Manged Project Properties: Path and symbols - UI inconsitencies 2008-02-26 17:57:29 +00:00
Oleg Krasilnikov
69f1f56382 Bug # 219950 : TemplateEngine: Changes made to wizard fields are lost if Advanced Settings is first pressed 2008-02-26 14:38:39 +00:00
Oleg Krasilnikov
357090a722 Bug #219935 : newWizardPages operation Class is run once if " Advanced Settings" is pressed and never again 2008-02-22 12:37:28 +00:00
Oleg Krasilnikov
49b6254c36 Related to Multi-config implementation. 2008-02-13 16:00:03 +00:00
Oleg Krasilnikov
b848ef7a4d Bug #218484 : Description not saved when creating a new configuration based on an existing one 2008-02-11 14:28:53 +00:00
Oleg Krasilnikov
95c056e27e Bug #182450 : Multi-configuration support 2008-02-08 16:39:21 +00:00
Oleg Krasilnikov
8a3ee52100 Roll back changes with isOptionVisible() 2008-02-06 11:55:23 +00:00
Oleg Krasilnikov
ba4b0ab3ed Disable unnecessary isOptionVisible() check during page creation. 2008-02-06 11:51:16 +00:00
Oleg Krasilnikov
622b2739c3 Check for isOptionVisible() is added to update procedure. 2008-02-06 11:47:46 +00:00
Oleg Krasilnikov
bfda3445f7 Multi-config updates. 2008-02-01 16:24:01 +00:00
Oleg Krasilnikov
bb44d4020d Bug #182450 : Multi-cfg
Bug #217253 : Project Wizard head
2008-01-31 16:22:58 +00:00
Oleg Krasilnikov
e88356657e Bug #182450 : Multi cfg support 2008-01-31 10:13:50 +00:00
Anton Leherbauer
ddc6109778 Configure Java compliance level 2008-01-30 15:44:58 +00:00
Oleg Krasilnikov
3c1338a8db Bug #217052 : custom page's operation is not run on creation of make projects 2008-01-30 12:41:39 +00:00
Oleg Krasilnikov
986ba49c19 Bug #216792 : Enumerated option value handler not called when switching property pages 2008-01-29 16:24:46 +00:00
Oleg Krasilnikov
bb3803a605 Bug #182450 : Multi-config 2008-01-29 14:49:58 +00:00
Oleg Krasilnikov
93b72e6097 Temporary disabled Button.setGrayed/getGrayed 2008-01-28 18:35:28 +00:00