Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-11Bug 459496 - Missing columns in the generated TableRowData beanMatthias Villiger5-2/+253
https://bugs.eclipse.org/bugs/show_bug.cgi?id=459496
2015-01-16bug 456654: [Releng] Update Min Java Version for Scout MarsAdrian Sacchi10-10/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=456654 updated references of jre16.fragment --> jre17.fragment
2015-01-12Bug 449487: New Extensibility Concept for ScoutMatthias Villiger11-16/+693
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449487 - Extension Data Test Suite added - Signature resolve consolidated - Mark direct chainable method calls
2014-12-22Bug 455478 - FormData generation: error with Table Template with GenericMatthias Villiger1-1/+1
parameter. https://bugs.eclipse.org/bugs/show_bug.cgi?id=455478 Fix for missing type parameter in declaring sub hierarchy.
2014-12-19Bug 455282: Make 'bean based TableData' the new default for table fieldsMatthias Villiger18-22/+81
https://bugs.eclipse.org/bugs/show_bug.cgi?id=455282 Test suite fixed.
2014-12-18Bug 455478 - FormData generation: error with Table Template with GenericMatthias Villiger7-14/+265
parameter. https://bugs.eclipse.org/bugs/show_bug.cgi?id=455478
2014-12-17Bug 449487: New Extensibility Concept for ScoutMatthias Villiger2-1/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449487 Generic resolve fix
2014-12-15Bug 449487: New Extensibility Concept for ScoutMatthias Villiger3-8/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449487 Generic resolve fix & API enhancements.
2014-12-11Bug 449487: New Extensibility Concept for ScoutMatthias Villiger14-161/+137
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449487 Generic resolve rewritten to be type param name independent (to support refactorings in Scout RT).
2014-12-09Bug 454258 - FormData.interfaces() is not working for fieldsMatthias Villiger3-3/+12
https://bugs.eclipse.org/bugs/show_bug.cgi?id=454258
2014-12-04Configuration method fixed to only include methods with equal signature.Matthias Villiger1-1/+1
2014-11-27Method test fixed to reflect latest RT API changes.Matthias Villiger1-1/+1
2014-11-26bug 441610: Release- and Build-Management for MarsAdrian Sacchi2-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441610 update version 4.2.0 --> 4.3.0
2014-11-19Bug 449487 - New Extensibility Concept for ScoutMatthias Villiger3-5/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=449487 DTO creation for Extensions
2014-10-20bug 441610: Release- and Build-Management for MarsAdrian Sacchi2-6/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441610 update version 4.1.0 --> 4.2.0
2014-10-16Possibility to replace logic of context menus.Matthias Villiger3-52/+64
2014-10-07Bugfix for Nested and Replaced FormFieldsMatthias Villiger13-16/+682
2014-09-30code cleanupsMatthias Villiger24-118/+118
2014-07-28Code cleanupsMatthias Villiger63-192/+189
- curly braces for if/else/for/while/do - deprecated code refactored - array to list refactorings - code formatted
2014-07-22Comment cleanupsMatthias Villiger69-69/+69
2014-07-08Code cleanupsMatthias Villiger2-4/+4
2014-07-07Test Suite fixedMatthias Villiger2-5/+5
2014-07-07Code cleanupsMatthias Villiger5-7/+7
2014-07-07Bug 438933 - Order Annotation handlingMatthias Villiger25-204/+191
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438933 Test Suite corrected to new order values.
2014-07-04Bug 438933 - Order Annotation handlingMatthias Villiger2-14/+35
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438933
2014-07-03Bug 438731 - Possibility to add custom interfaces to generated FormDatasMatthias Villiger8-20/+174
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438731 Change-Id: Id87b0f4730d58458493bdd7341cfeb435ef91b3e Reviewed-on: https://git.eclipse.org/r/29391 Tested-by: Hudson CI Reviewed-by: Matthias Villiger <mvi@bsiag.com>
2014-06-30Flag fix for test suiteMatthias Villiger2-4/+3
2014-06-13Test Case for Project Context Hierarchy added.Matthias Villiger2-2/+84
2014-06-11Adding TypeUtility.getTypeHierarchy(IType) to get the complete hierarchyMichael Schaufelberger - msa12-38/+178
+ adding PrimaryTypeHierarchyTest + using consistent naming (subtype, supertype, subclass, superclass), according to the JDT convention (e.g. IType) + adjusting various locations still using IType.newTypeHierarchy Change-Id: I741c2fe8259c3a7e8825a7be2c7c8521f5c4bd0f Signed-off-by: Michael Schaufelberger - msa <bsi.msa@gmail.com> Reviewed-on: https://git.eclipse.org/r/28285 Reviewed-by: Matthias Villiger <mvi@bsiag.com> Tested-by: Matthias Villiger <mvi@bsiag.com>
2014-06-05Performance optimization for super classes stack and configuration method ↵Matthias Villiger1-3/+4
handling.
2014-06-04Licenses corrected in java files.Matthias Villiger28-43/+182
2014-05-27improvements for type filters and configuration methods: no anonymous ↵Matthias Villiger1-2/+2
classes, use new stack implementations. orbit updated to latest release build
2014-05-26performanceMatthias Villiger15-107/+128
2014-05-26Performance tests disabledMatthias Villiger1-2/+4
2014-05-23Change version of develop branch to 4.1.0Matthias Villiger2-6/+6
Change-Id: I17254c0874b773d645457b9b7bde067f6d52aa2a
2014-05-08Bug 433449 - Transfer annotations from Form to FormDataMatthias Villiger7-1/+296
https://bugs.eclipse.org/bugs/show_bug.cgi?id=433449
2014-05-07Test case fixed.Luna_M7Matthias Villiger1-0/+3
2014-05-07Bug 411266 - Allow context menus on all FormFieldsMatthias Villiger3-25/+28
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411266 SDK Test suite adapted to latest API changes
2014-05-05bug 387958: jdt prefs are not used correctly in Scout SDK Matthias Villiger1-6/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=387958 Support for keeping an existing target when creating a scout project.
2014-04-30Internal API cleanupMatthias Villiger12-12/+12
2014-04-11Bugfix for Project creation in test suite.Matthias Villiger1-0/+2
2014-04-11Bugfix for TableData generation with properties.Matthias Villiger1-1/+0
2014-04-03Bugfix for TableField creation with an NLS entry prefilled and camel case ↵Matthias Villiger2-0/+49
bugfixes for default name.
2014-03-27Import validator consolidated and fixed.Matthias Villiger3-23/+138
2014-03-11bug 413524: Toolbar buttons not full featured Andreas Hoegger2-5/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413524
2014-03-05javax.servlet removed from productive .product files.Matthias Villiger6-6/+0
2014-03-05Bug 429542 - CBI Build: Create Release BuildsMatthias Villiger17-17/+17
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429542 Rename bundles
2014-02-28bug 429297: Renaming org.eclipse.scout.http.servletfilter to ↵Matthias Villiger34-75/+75
org.eclipse.scout.server.commons https://bugs.eclipse.org/bugs/show_bug.cgi?id=429297 Adaption in Scout SDK for new plugin name in RT.
2014-02-21Copy Menu in NLS Editor did not handle new-lines correctly.Matthias Villiger1-2/+2
2014-02-19Bug 420491 - Code Type generic typeMatthias Villiger142-4220/+1624
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420491 SDK adaptions for the new generic types in the scout RT. Change-Id: If81c60f9e1566fe23d6bb383949f9a3edf59138d Reviewed-on: https://git.eclipse.org/r/22265 Tested-by: Hudson CI Reviewed-by: Matthias Villiger <mvi@bsiag.com> IP-Clean: Matthias Villiger <mvi@bsiag.com>

Back to the top