Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: a4085ecd5e205945f6e6776a8c5c78567ad44c2e
https://github.com/Teiid-Designer/teiid-designer/commit/a4085ecd5e205945f...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M pom.xml
M target-platform/teiid-designer.target
Log Message:
-----------
Updates parent pom to 4.1.0-CR1
* Also rebuilds target platform based on latest JBTIS 4.1 snapshot
Commit: bcae00378e1cb9a7904ce4263bc886a7db54c5d7
https://github.com/Teiid-Designer/teiid-designer/commit/bcae00378e1cb9a79...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidServerActionProvider.java
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidServerContentProvider.java
A
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidServerPreviewOptionContributor.java
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/content/TeiidServerContainerNode.java
Log Message:
-----------
Stop the Server view from collapsing when a folder is clicked on
* Annoying scenario where the Teiid server content is first expanded then
collapses when a folder is selected. Due to the action provider setting
the filtering on the content, which causes a refresh and thus the
collapse.
* Action provider should NOT affect the content
* PreviewOptionContributor
* Intermediary between the two providers, allowing then to affect each
other but not directly referencing each other
* Preview option flags bound up in this one class
* TeiidServerContentProvider
* Implements ICommonContentProvider so its parent provider initialises
it correctly
* Refactors re-expand routine to a method so that the setting of the
preview options re-expands after the refresh
* TeiidServerContainerNode
* Rather than use viewer.setFilters which causes a refresh, adds the
filtering directly to the content's logic. Since setting the preview
options causes a rebuilding of the content, there is little reason to
refresh again just to filter
Commit: ec683a0a304c977ba2e0421bf8b06f194456aa8e
https://github.com/Teiid-Designer/teiid-designer/commit/ec683a0a304c977ba...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java
Log Message:
-----------
Exception thrown by ModelExplorerResourceNavigator on exit
* Exception thrown by ModelExplorerResourceNavigator when setting the
default server version text and the UI is in the process of exiting.
* Check for disposed components and return
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/c47e4be40106...e...