- Nov 08, 2017
-
-
Simon Barner authored
Update view only when it is raised. This will hide the performance problems of the view in the most typical configuration (where the annotation view is not visible) refs 3145
-
- Oct 25, 2017
-
-
Simon Barner authored
refs 2268
-
Simon Barner authored
refs 2983
-
- Oct 24, 2017
-
-
Simon Barner authored
refs 2490
-
Simon Barner authored
- Shorten very long class names (motivated by TODO in AbstractDecoratedStyledTextCellDatabindingEditingSupport) - TextCellEditorWithTextStyledTextActionHandler -> StyledTextCellEditor - AbstractDecoratedTextCellWithTextStyledTextActionHandlerDatabindingEditingSupport -> AbstractDecoratedStyledTextCellDatabindingEditingSupport - AbstractTextCellWithTextStyledTextActionHandlerDatabindingEditingSupport -> AbstractStyledTextCellDatabindingEditingSupport - Update rating of affected classes - Resolve minor issues (many documentation) - Try to keep current rating where appropriate since the changes are pure renamings refs 2983
-
Simon Barner authored
(use static imports) refs 2983
-
Alexander Diewald authored
refs 2983
-
- Oct 23, 2017
-
-
Florian Hölzl authored
refs 2983
-
Florian Hölzl authored
refs 2983
-
Simon Barner authored
Unify implementation of generic boolean checkbox table editor and annotation view-specific implementation - Eliminate org.fortiss.tooling.base.ui.annotation.editingsupport.BooleanCellEditor since instead of showning an editor, the icon visualizing the checkbox state is toggled. - Rename org.fortiss.tooling.base.ui.annotation.editingsupport.EmulatedNativeCheckBoxLabelProvider -> CheckBoxLabelProviderInsteadSubclassing. It is based on static utility methods provided by org.fortiss.tooling.base.ui.tablecell.CheckBoxLabelProvider (subclassing is not possible due to conflicting required base classes). refs 2268
-
- Oct 18, 2017
-
-
Simon Barner authored
-
- Oct 17, 2017
-
-
Johannes Eder authored
-
- Oct 12, 2017
-
-
Levi Lucio authored
-
- Oct 10, 2017
-
-
Levi Lucio authored
-
- Oct 09, 2017
-
-
Simon Barner authored
-
Alexander Diewald authored
-
- Sep 19, 2017
-
-
Levi Lucio authored
refs 3026
-
- Aug 07, 2017
-
-
Florian Hölzl authored
refs 2766
-
- Jul 17, 2017
-
-
Vincent Aravantinos authored
refs 2346
-
Vincent Aravantinos authored
refs 2346
-
Andreas Bayha authored
-
Vincent Aravantinos authored
refs 2955
-
- May 26, 2017
-
-
Simon Barner authored
- Enable automatic layouter only for diagrams without rounded edges, which is the case if none of the positions of the connected connectors is specified using an angle (i.e., in particular also if the model does not contain any connectors, or none of the connectors is connected to a connection). - getContributedItems(): Use shortcut style when checking conditions, i.e. return dedicated value at as soon as possible, instead of using nested ifs refs 2898
-
- May 22, 2017
-
-
Vincent Aravantinos authored
refs 2931
-
- May 19, 2017
-
-
Simon Barner authored
refs 2898
-
Simon Barner authored
refs 2898
-
- May 18, 2017
-
-
Simon Barner authored
- Enable specialized handling for feedback edges (results into slightly larger, but more meaningful diagrams) refs 2898
-
Simon Barner authored
refs 2898
-
- May 17, 2017
-
-
Simon Barner authored
refs 2898
-
Simon Barner authored
refs 2898
-
Simon Barner authored
refs 2898
-
Simon Barner authored
refs 2898
-
Simon Barner authored
- Extract IAutoLayouter interface - Do not use static variables to keep state for static methods! - KAutoLayout may be re-used for multiple layout jobs, but the code is not reentrant! refs 2998
-
Simon Barner authored
- Performance: - Do not use Eclipse Job. Action is already in a separate thread, and 'Job' is much slower - Disabled annotation view update when applying layout update refs 2898
-
- May 15, 2017
-
-
Simon Barner authored
TODO: Use progress monitor of Eclipse Job refs 2898
-
- May 12, 2017
-
-
Simon Barner authored
refs 2898
-
Simon Barner authored
- Initial import of KIELER-based auto-layout initially implemented by Philip Offtermatt (offtermatt@) - TODO - Code cleanup - UI integration refs 2898
-
Simon Barner authored
refs 2898
-
Simon Barner authored
- Initial Import of KIELER-based auto-layout initially implemented by Philip Offtermatt (offtermatt@) - TODO - Code cleanup - UI integration
-
- May 08, 2017
-
-
Florian Hölzl authored
refs 2953
-