source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1190   13 years wschamai
(edit) @1189   13 years wschamai
(edit) @1188   13 years wschamai
(edit) @1187   13 years wschamai
(edit) @1186   13 years wschamai
(edit) @1185   13 years wschamai bug fix: display of connector input components
(edit) @1184   13 years masberg Change how function and function parameters are displayed in the …
(edit) @1183   13 years masberg Add String getTypeName() should to the IModelicaComponent interface. …
(edit) @1182   13 years masberg Fix so that the hide protected variables button in the outline view …
(edit) @1181   13 years masberg Fix compilation error, missing semicolon after expression 'y := 1 - …
(edit) @1180   13 years masberg Remove unused import.
(edit) @1179   13 years masberg Remove unused import.
(edit) @1178   13 years masberg Set the required (minimum) execution environment to JavaSE-1.6. Remove …
(edit) @1177   13 years masberg Set JavaSE-1.6 as the required (minimum) execution environemnt. Remove …
(edit) @1176   13 years masberg Don't ignore .classpath
(edit) @1175   13 years masberg Change traceOMCCalls back to 'false' for the committed version of …
(edit) @1174   13 years masberg Don't ignore .classpath
(edit) @1173   13 years masberg Don't ignore .classpath
(edit) @1172   13 years masberg Don't ignore .project
(edit) @1171   13 years masberg Remove non-existing entry from bin.includes
(edit) @1170   13 years vasaie_p
(edit) @1169   13 years masberg Set the required (minimum) execution environment to JavaSE-1.6. Remove …
(edit) @1168   13 years masberg Ignore bin folder.
(edit) @1167   13 years masberg Set the required (minimum) execution environment to JavaSE-1.6. Remove …
(edit) @1166   13 years masberg Remove useless Bundle-Localization directive from the manifest.
(edit) @1165   13 years masberg Set JavaSE-1.6 as a required (minimum) execution environment. Remove …
(edit) @1164   13 years masberg Let more of the files created for the Area51 test project be stored as …
(edit) @1163   13 years wschamai
(edit) @1162   13 years masberg Store more of the files created as part of the Area51 project as …
(edit) @1161   13 years masberg Remove unused, trival (and empty) constructors.
(edit) @1160   13 years masberg Fix bug in constructor: setPredicates() was called with an empty array …
(edit) @1159   13 years masberg Remove unused variables.
(edit) @1158   13 years masberg Remove unused imports. Use generics. Remove unused variable. Fix …
(edit) @1157   13 years masberg Use generics. Use interface type List as declared type of variable …
(edit) @1156   13 years masberg Remove unused private methods.
(edit) @1155   13 years masberg Organize imports. Use generics. Fix formatting. Remove unused, private …
(edit) @1154   13 years masberg Use generics.
(edit) @1153   13 years masberg Use generics. Fix typos in comments.
(edit) @1152   13 years masberg Remove unused import.
(edit) @1151   13 years masberg Disable unused variables.
(edit) @1150   13 years masberg Formatting fixes. Use generics.
(edit) @1149   13 years masberg Tell the Java compiler we are not going to use the parametrized type …
(edit) @1148   13 years masberg Use interface type as the declared type of variable 'messages' instead …
(edit) @1147   13 years masberg Remove unused imports. Use generics. Suppress warnings about unused …
(edit) @1146   13 years masberg Use JUnit4 style annotations. Make sure any file changes are reverted …
(edit) @1145   13 years masberg Minor tweak (break up chained expression for easier stepping during …
(edit) @1144   13 years wschamai
(edit) @1143   13 years wschamai - BUG FIXES (treeObjects errors overlays, comments in code derivation log)
(edit) @1142   13 years wschamai MOD: new MSL 3.2 Proxies
(edit) @1141   13 years wschamai Bug fixes
(edit) @1140   13 years wschamai MOD: nested classes dispaly in Model Explorer
(edit) @1139   13 years masberg Remove unused imports. Use generics. Suppress warnings about one …
(edit) @1138   13 years masberg Formatting fixes. Use generics. Fix typos. Add missing override …
(edit) @1137   13 years masberg Use generics.
(edit) @1136   13 years masberg Begin introduction of generics
(edit) @1135   13 years wschamai
(edit) @1134   13 years wschamai
(edit) @1133   13 years wschamai - Modelica code import enhancements and bug fixes
(edit) @1132   13 years wschamai - Modelica code import enhancements and bug fixes
(edit) @1131   13 years wschamai - Modelica code import enhancements and bug fixes
(edit) @1130   13 years wschamai - Modelica code import enhancements and bug fixes
(edit) @1129   13 years masberg Avoid use of deprecated assert. Organize imports.
(edit) @1128   13 years masberg Implement Comparable<FilterDescriptor?> instead of raw Comparable. Use …
(edit) @1127   13 years masberg Remove unused imports and unused field.
(edit) @1126   13 years masberg Formatting and whitespace fixes. Add missing override annotations. …
(edit) @1125   13 years masberg Avoid use of deprecated assert.
(edit) @1124   13 years masberg Remove variable 'offset', which is never read, from the method matchFound.
(edit) @1123   13 years masberg Use generics.
(edit) @1122   13 years masberg Use generics. Remove unused imports.
(edit) @1121   13 years masberg Avoid use of deprecated assert.
(edit) @1120   13 years masberg Remove unused imports.
(edit) @1119   13 years masberg Add the annotation SuppressWarnings?('unused') to the static member …
(edit) @1118   13 years masberg Add missing override annotations, remove unnecessary cast.
(edit) @1117   13 years masberg Suppress warning rawtypes for a case where we handle a raw list coming …
(edit) @1116   13 years masberg Remove unused method that had problems in its logic and caused …
(edit) @1115   13 years masberg Suppress rawtypes warning for the private method checkEnabled() since …
(edit) @1114   13 years masberg Avoid use deprecated assert.
(edit) @1113   13 years masberg Use generics.
(edit) @1112   13 years masberg Avoid use of deprecated assert. Use generics.
(edit) @1111   13 years wschamai
(edit) @1110   13 years wschamai - bug fix for Jobs
(edit) @1109   13 years wschamai - Modelica Standard Library Proxies as library for import in Papyrus
(edit) @1108   13 years wschamai - bug fixes - "SWT no more handles" workaround - evaluationStarted …
(edit) @1107   13 years wschamai - evaluationStarted renamed in evaluated
(edit) @1106   13 years wschamai - evaluationStarted renamed in evaluated
(edit) @1105   13 years masberg Avoid use of raw List and use the interface type as the declared type.
(edit) @1104   13 years masberg Use org.eclipse.core.runtime.Assert instead of the deprecated …
(edit) @1103   13 years masberg Replace use of deprecated directive Eclipse-LazyStart? with …
(edit) @1102   13 years masberg Set JavaSE-1.6 as the required execution environment.
(edit) @1101   13 years masberg Fix warning in build.properties
(edit) @1100   13 years masberg Remove empty directive jars.compile.order to fix warning
(edit) @1099   13 years masberg Set bundle version to 0.7.19 to keep in sync with the other MDT projects
(edit) @1098   13 years masberg Set project to Java 6
(edit) @1097   13 years masberg Replaced deprecated directive Eclipse-AutoStart? from the manifest file …
(edit) @1096   13 years masberg Lots of refactorings. Changes to Modelic package name assertion and …
(edit) @1095   13 years masberg Minor refactoring.
(edit) @1094   13 years masberg Reinstate one minor test that now works since the empty file …
(edit) @1093   13 years masberg Reinstate one minor test that now works since the empty file …
(edit) @1092   13 years masberg Reinstate the empty file package_look_alike/package.mo. OpenModelica?
(edit) @1091   13 years masberg Externalize Area51 project root file root_model.mo + minor tweaks
Note: See TracRevisionLog for help on using the revision log.