Changeset 19
Author: ricardoborges
(2010/02/03 00:24) About 2 years ago
refactoring the project directories to tags/branches/trunk standard
Affected files
trunk/ (Quick diff)
trunk/docs/ (Quick diff)
trunk/lib/ (Quick diff)
trunk/lib/Castle.Core.dll
trunk/lib/Castle.DynamicProxy2.dll
trunk/lib/GuiTools.dll
trunk/lib/Iesi.Collections.dll
trunk/lib/Lithium.dll
trunk/lib/log4net.dll
trunk/lib/MbUnit.Framework.dll
trunk/lib/NHibernate.dll
trunk/lib/NHibernate.ProxyGenerators.CastleDynamicProxy.dll
trunk/lib/Nullables.dll
trunk/lib/Nullables.NHibernate.dll
trunk/lib/Rhino.Mocks.dll
trunk/lib/SLSExceptionReporter.dll
trunk/lib/System.Data.SQLite.DLL
trunk/lib/WeifenLuo.WinFormsUI.Docking.dll
trunk/src/ (Quick diff)
trunk/src/Ayende.NHibernateQueryAnalyzer.sln (Quick diff)
trunk/src/Core/ (Quick diff)
trunk/src/Core/Ayende.NHibernateQueryAnalyzer.Core.csproj (Quick diff)
trunk/src/Core/Exceptions/ (Quick diff)
trunk/src/Core/Exceptions/Exceptions.cs (Quick diff)
trunk/src/Core/Model/ (Quick diff)
trunk/src/Core/Model/IDataBaseSetup.cs (Quick diff)
trunk/src/Core/Model/IDataBaseSetupImpl.cs (Quick diff)
trunk/src/Core/Model/IProjectsRepository.cs (Quick diff)
trunk/src/Core/Model/Project.cs (Quick diff)
trunk/src/Core/Model/Project.hbm.xml (Quick diff)
trunk/src/Core/Model/ProjectsRepository.cs (Quick diff)
trunk/src/Core/Model/Query.cs (Quick diff)
trunk/src/Core/Model/Query.hbm.xml (Quick diff)
trunk/src/Core/SchemaEditing/ (Quick diff)
trunk/src/Core/SchemaEditing/ArrayNodeFieldReference.cs (Quick diff)
trunk/src/Core/SchemaEditing/AttributeFieldReference.cs (Quick diff)
trunk/src/Core/SchemaEditing/AttributeSchemaError.cs (Quick diff)
trunk/src/Core/SchemaEditing/ElementSchemaError.cs (Quick diff)
trunk/src/Core/SchemaEditing/FieldReferenceCollection.cs (Quick diff)
trunk/src/Core/SchemaEditing/IFieldReference.cs (Quick diff)
trunk/src/Core/SchemaEditing/ISchemaEditorNode.cs (Quick diff)
trunk/src/Core/SchemaEditing/ISchemaEditorNodeFactory.cs (Quick diff)
trunk/src/Core/SchemaEditing/ISchemaError.cs (Quick diff)
trunk/src/Core/SchemaEditing/NodeFieldReference.cs (Quick diff)
trunk/src/Core/SchemaEditing/NodeFieldReferenceCollection.cs (Quick diff)
trunk/src/Core/SchemaEditing/RequiredTagAttribute.cs (Quick diff)
trunk/src/Core/SchemaEditing/RootNodeFieldReference.cs (Quick diff)
trunk/src/Core/SchemaEditing/SchemaEditor.cs (Quick diff)
trunk/src/Core/SchemaEditing/SchemaEditorNodeCollection.cs (Quick diff)
trunk/src/Core/SchemaEditing/SchemaErrorCollection.cs (Quick diff)
trunk/src/Core/SchemaEditing/TextNodeFieldReference.cs (Quick diff)
trunk/src/ProjectLoader/ (Quick diff)
trunk/src/ProjectLoader/App.config (Quick diff)
trunk/src/ProjectLoader/Ayende.NHibernateQueryAnalyzer.ProjectLoader.csproj (Quick diff)
trunk/src/ProjectLoader/CompilerTrick.cs (Quick diff)
trunk/src/ProjectLoader/HqlResultGraph.cs (Quick diff)
trunk/src/ProjectLoader/RemoteDictionary.cs (Quick diff)
trunk/src/ProjectLoader/RemoteList.cs (Quick diff)
trunk/src/ProjectLoader/RemoteObject.cs (Quick diff)
trunk/src/ProjectLoader/RemoteProject.cs (Quick diff)
trunk/src/Stub/ (Quick diff)
trunk/src/Stub/App.config (Quick diff)
trunk/src/Stub/App.ico
trunk/src/Stub/Ayende.NHibernateQueryAnalyzer.csproj (Quick diff)
trunk/src/Stub/Main.cs (Quick diff)
trunk/src/Tools/ (Quick diff)
trunk/src/Tools/TestData/ (Quick diff)
trunk/src/Tools/TestData/AssureXmlPath.exe
trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.dll
trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.dll.config (Quick diff)
trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.hbm.xml (Quick diff)
trunk/src/Tools/TestData/Employee.hbm.xml (Quick diff)
trunk/src/Tools/TestData/Nullables.dll
trunk/src/Tools/TestData/Src/ (Quick diff)
trunk/src/Tools/TestData/Src/App.config (Quick diff)
trunk/src/Tools/TestData/Src/AssureXmlPath.cs (Quick diff)
trunk/src/Tools/TestData/Src/Ayende.NHibernateQueryAnalyzer.sln (Quick diff)
trunk/src/Tools/TestData/Src/Ayende.NHibernateQueryAnalyzer.TestProject.csproj (Quick diff)
trunk/src/Tools/TestData/Src/Ayende.NHibernateQueryAnalyzer.TestProject.dll
trunk/src/Tools/TestData/Src/Employee.cs (Quick diff)
trunk/src/Tools/TestData/Src/Employee.hbm.xml (Quick diff)
trunk/src/Tools/TestData/Src/Files.cs (Quick diff)
trunk/src/Tools/TestData/Src/nhibernate-mapping-2_0.cs (Quick diff)
trunk/src/Tools/TestData/Src/TestProject.cs (Quick diff)
trunk/src/Tools/TestData/Src/TestProject.hbm.xml (Quick diff)
trunk/src/Tools/TestData/TestProject.db
trunk/src/Tools/TestData/TestProject.hbm.xml (Quick diff)
trunk/src/UnitTests/ (Quick diff)
trunk/src/UnitTests/App.config (Quick diff)
trunk/src/UnitTests/Ayende.NHibernateQueryAnalyzer.UnitTests.csproj (Quick diff)
trunk/src/UnitTests/Core/ (Quick diff)
trunk/src/UnitTests/Core/ErrorHandlingTests.cs (Quick diff)
trunk/src/UnitTests/Core/ProjectBuidingAndUsageTests.cs (Quick diff)
trunk/src/UnitTests/Core/ProjectRepositoryTests.cs (Quick diff)
trunk/src/UnitTests/DeploymentTests.cs (Quick diff)
trunk/src/UnitTests/GlobalSetup.cs (Quick diff)
trunk/src/UnitTests/IntegrationTests/ (Quick diff)
trunk/src/UnitTests/IntegrationTests/BuildingProjectTests.cs (Quick diff)
trunk/src/UnitTests/IntegrationTests/DataBaseSetupImplTests.cs (Quick diff)
trunk/src/UnitTests/IntegrationTests/QueryPresenterIntegrationTests.cs (Quick diff)
trunk/src/UnitTests/Mapping.xml (Quick diff)
trunk/src/UnitTests/Remote/ (Quick diff)
trunk/src/UnitTests/Remote/HqlResultGraphTests.cs (Quick diff)
trunk/src/UnitTests/Remote/RemoteObjectTests.cs (Quick diff)
trunk/src/UnitTests/Remote/RemoteProjectTests.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/ (Quick diff)
trunk/src/UnitTests/SchmaEditing/AttributeFieldReferenceTests.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/NodeFieldReferenceCollection.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/NodeFieldReferenceTests.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/SchemaEditorNodeTestFactory.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/SchemaEditorTestNode.cs (Quick diff)
trunk/src/UnitTests/SchmaEditing/SchemaEditorTests.cs (Quick diff)
trunk/src/UnitTests/TestUtilities/ (Quick diff)
trunk/src/UnitTests/TestUtilities/ExecuteInUI.cs (Quick diff)
trunk/src/UnitTests/TestUtilities/TestDataUtil.cs (Quick diff)
trunk/src/UnitTests/UserInteface/ (Quick diff)
trunk/src/UnitTests/UserInteface/Commands/ (Quick diff)
trunk/src/UnitTests/UserInteface/Commands/BuildProjectCommandTests.cs (Quick diff)
trunk/src/UnitTests/UserInteface/Commands/ExecuteQueryCommandTests.cs (Quick diff)
trunk/src/UnitTests/UserInteface/MainPresenterTests.cs (Quick diff)
trunk/src/UnitTests/UserInteface/ProjectPresenterTests.cs (Quick diff)
trunk/src/UnitTests/UserInteface/QueryPresenter_HandlingParametersTests.cs (Quick diff)
trunk/src/UnitTests/UserInteface/QueryPresenterTests.cs (Quick diff)
trunk/src/UnitTests/Utilties/ (Quick diff)
trunk/src/UnitTests/Utilties/ReflectionUtilTests.cs (Quick diff)
trunk/src/UnitTests/Utilties/TextTests.cs (Quick diff)
trunk/src/UnitTests/Utilties/ThreadSafeQueueTests.cs (Quick diff)
trunk/src/UnitTests/Utilties/ValidationTests.cs (Quick diff)
trunk/src/UserInterface/ (Quick diff)
trunk/src/UserInterface/About.cs (Quick diff)
trunk/src/UserInterface/About.Designer.cs (Quick diff)
trunk/src/UserInterface/About.resx (Quick diff)
trunk/src/UserInterface/Ayende.NHibernateQueryAnalyzer.UserInterface.csproj (Quick diff)
trunk/src/UserInterface/CollapsibleSplitter.csproj (Quick diff)
trunk/src/UserInterface/Commands/ (Quick diff)
trunk/src/UserInterface/Commands/BuildProjectCommand.cs (Quick diff)
trunk/src/UserInterface/Commands/ExecuteQueryCommand.cs (Quick diff)
trunk/src/UserInterface/Controls/ (Quick diff)
trunk/src/UserInterface/Controls/AddParameter.cs (Quick diff)
trunk/src/UserInterface/Controls/AddParameter.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/AddParameter.resx (Quick diff)
trunk/src/UserInterface/Controls/ContextMenuTreeView.cs (Quick diff)
trunk/src/UserInterface/Controls/EditAttribute.cs (Quick diff)
trunk/src/UserInterface/Controls/EditAttribute.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/EditAttribute.resx (Quick diff)
trunk/src/UserInterface/Controls/Input.cs (Quick diff)
trunk/src/UserInterface/Controls/Input.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/Input.resx (Quick diff)
trunk/src/UserInterface/Controls/OpenProjectForm.cs (Quick diff)
trunk/src/UserInterface/Controls/OpenProjectForm.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/OpenProjectForm.resx (Quick diff)
trunk/src/UserInterface/Controls/OpenQueryForm.cs (Quick diff)
trunk/src/UserInterface/Controls/OpenQueryForm.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/OpenQueryForm.resx (Quick diff)
trunk/src/UserInterface/Controls/RemoteObjectDisplayGraphControl.cs (Quick diff)
trunk/src/UserInterface/Controls/UnsavedFilesForm.cs (Quick diff)
trunk/src/UserInterface/Controls/UnsavedFilesForm.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/UnsavedFilesForm.resx (Quick diff)
trunk/src/UserInterface/Controls/Wait.cs (Quick diff)
trunk/src/UserInterface/Controls/Wait.Designer.cs (Quick diff)
trunk/src/UserInterface/Controls/Wait.resx (Quick diff)
trunk/src/UserInterface/Entity.cs (Quick diff)
trunk/src/UserInterface/Images/ (Quick diff)
trunk/src/UserInterface/Images/Class.png
trunk/src/UserInterface/Images/Property.png
trunk/src/UserInterface/Images/Thumbs.db
trunk/src/UserInterface/Interfaces/ (Quick diff)
trunk/src/UserInterface/Interfaces/ICommand.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IMainPresenter.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IMainView.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IPresenter.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IProjectPresenter.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IProjectView.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IQueryPresenter.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IQueryView.cs (Quick diff)
trunk/src/UserInterface/Interfaces/IView.cs (Quick diff)
trunk/src/UserInterface/MainForm.cs (Quick diff)
trunk/src/UserInterface/MainForm.Designer.cs (Quick diff)
trunk/src/UserInterface/MainForm.resx (Quick diff)
trunk/src/UserInterface/NQADocument.cs (Quick diff)
trunk/src/UserInterface/NQADocument.Designer.cs (Quick diff)
trunk/src/UserInterface/Presenters/ (Quick diff)
trunk/src/UserInterface/Presenters/MainPresenter.cs (Quick diff)
trunk/src/UserInterface/Presenters/ProjectPresenter.cs (Quick diff)
trunk/src/UserInterface/Presenters/QueryPresenter.cs (Quick diff)
trunk/src/UserInterface/ProjectView.cs (Quick diff)
trunk/src/UserInterface/ProjectView.Designer.cs (Quick diff)
trunk/src/UserInterface/Properties/ (Quick diff)
trunk/src/UserInterface/Properties/Resources.Designer.cs (Quick diff)
trunk/src/UserInterface/Properties/Resources.resx (Quick diff)
trunk/src/UserInterface/QueryForm.cs (Quick diff)
trunk/src/UserInterface/QueryForm.Designer.cs (Quick diff)
trunk/src/UserInterface/QueryForm.resx (Quick diff)
trunk/src/UserInterface/SchemaEditing/ (Quick diff)
trunk/src/UserInterface/SchemaEditing/cfg.cs (Quick diff)
trunk/src/UserInterface/SchemaEditing/Hbm.Mapping.cs (Quick diff)
trunk/src/UserInterface/SchemaEditing/WinFormsSchemaEditorNode.cs (Quick diff)
trunk/src/UserInterface/SchemaEditing/WinFormsSchemaEditorNodeFactory.cs (Quick diff)
trunk/src/UserInterface/SchemaEditorView.cs (Quick diff)
trunk/src/UserInterface/SchemaEditorView.Designer.cs (Quick diff)
trunk/src/UserInterface/SchemaEditorView.resx (Quick diff)
trunk/src/UserInterface/ThreadedCommandExecutioner.cs (Quick diff)
trunk/src/Utilities/ (Quick diff)
trunk/src/Utilities/App.config (Quick diff)
trunk/src/Utilities/Ayende.NHibernateQueryAnalyzer.Utilities.csproj (Quick diff)
trunk/src/Utilities/ClassLibrary1.csproj (Quick diff)
trunk/src/Utilities/FieldInfoCollection.cs (Quick diff)
trunk/src/Utilities/MappingEntity.cs (Quick diff)
trunk/src/Utilities/ReflectionUtil.cs (Quick diff)
trunk/src/Utilities/Text.cs (Quick diff)
trunk/src/Utilities/ThreadSafeQueue.cs (Quick diff)
trunk/src/Utilities/TypedParameter.cs (Quick diff)
trunk/src/Utilities/Validation.cs (Quick diff)
trunk/src/Utilities/XsdToSchemaUICode.cs (Quick diff)
trunk/src/Ayende.NHibernateQueryAnalyzer.sln
|
Show contents
|
trunk/src/Core/Ayende.NHibernateQueryAnalyzer.Core.csproj
|
Show contents
|
trunk/src/Core/Exceptions/Exceptions.cs
|
Show contents
|
trunk/src/Core/Model/IDataBaseSetup.cs
|
Show contents
|
trunk/src/Core/Model/IDataBaseSetupImpl.cs
|
Show contents
|
trunk/src/Core/Model/IProjectsRepository.cs
|
Show contents
|
trunk/src/Core/Model/Project.cs
|
Show contents
|
trunk/src/Core/Model/Project.hbm.xml
|
Show contents
|
trunk/src/Core/Model/ProjectsRepository.cs
|
Show contents
|
trunk/src/Core/Model/Query.cs
|
Show contents
|
trunk/src/Core/Model/Query.hbm.xml
|
Show contents
|
trunk/src/Core/SchemaEditing/ArrayNodeFieldReference.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/AttributeFieldReference.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/AttributeSchemaError.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/ElementSchemaError.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/FieldReferenceCollection.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/IFieldReference.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/ISchemaEditorNode.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/ISchemaEditorNodeFactory.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/ISchemaError.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/NodeFieldReference.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/NodeFieldReferenceCollection.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/RequiredTagAttribute.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/RootNodeFieldReference.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/SchemaEditor.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/SchemaEditorNodeCollection.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/SchemaErrorCollection.cs
|
Show contents
|
trunk/src/Core/SchemaEditing/TextNodeFieldReference.cs
|
Show contents
|
trunk/src/ProjectLoader/App.config
|
Show contents
|
trunk/src/ProjectLoader/Ayende.NHibernateQueryAnalyzer.ProjectLoader.csproj
|
Show contents
|
trunk/src/ProjectLoader/CompilerTrick.cs
|
Show contents
|
trunk/src/ProjectLoader/HqlResultGraph.cs
|
Show contents
|
trunk/src/ProjectLoader/RemoteDictionary.cs
|
Show contents
|
trunk/src/ProjectLoader/RemoteList.cs
|
Show contents
|
trunk/src/ProjectLoader/RemoteObject.cs
|
Show contents
|
trunk/src/ProjectLoader/RemoteProject.cs
|
Show contents
|
trunk/src/Stub/App.config
|
Show contents
|
trunk/src/Stub/Ayende.NHibernateQueryAnalyzer.csproj
|
Show contents
|
trunk/src/Stub/Main.cs
|
Show contents
|
trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.dll.config
|
Show contents
|
trunk/src/Tools/TestData/Ayende.NHibernateQueryAnalyzer.TestProject.hbm.xml
|
Show contents
|
trunk/src/Tools/TestData/Employee.hbm.xml
|
Show contents
|
trunk/src/Tools/TestData/Src/App.config
|
Show contents
|
trunk/src/Tools/TestData/Src/AssureXmlPath.cs
|
Show contents
|
trunk/src/Tools/TestData/Src/Ayende.NHibernateQueryAnalyzer.sln
|
Show contents
|
trunk/src/Tools/TestData/Src/Ayende.NHibernateQueryAnalyzer.TestProject.csproj
|
Show contents
|
trunk/src/Tools/TestData/Src/Employee.cs
|
Show contents
|
trunk/src/Tools/TestData/Src/Employee.hbm.xml
|
Show contents
|
trunk/src/Tools/TestData/Src/Files.cs
|
Show contents
|
trunk/src/Tools/TestData/Src/nhibernate-mapping-2_0.cs
|
Show contents
|
trunk/src/Tools/TestData/Src/TestProject.cs
|
Show contents
|
trunk/src/Tools/TestData/Src/TestProject.hbm.xml
|
Show contents
|
trunk/src/Tools/TestData/TestProject.hbm.xml
|
Show contents
|
trunk/src/UnitTests/App.config
|
Show contents
|
trunk/src/UnitTests/Ayende.NHibernateQueryAnalyzer.UnitTests.csproj
|
Show contents
|
trunk/src/UnitTests/Core/ErrorHandlingTests.cs
|
Show contents
|
trunk/src/UnitTests/Core/ProjectBuidingAndUsageTests.cs
|
Show contents
|
trunk/src/UnitTests/Core/ProjectRepositoryTests.cs
|
Show contents
|
trunk/src/UnitTests/DeploymentTests.cs
|
Show contents
|
trunk/src/UnitTests/GlobalSetup.cs
|
Show contents
|
trunk/src/UnitTests/IntegrationTests/BuildingProjectTests.cs
|
Show contents
|
trunk/src/UnitTests/IntegrationTests/DataBaseSetupImplTests.cs
|
Show contents
|
trunk/src/UnitTests/IntegrationTests/QueryPresenterIntegrationTests.cs
|
Show contents
|
trunk/src/UnitTests/Mapping.xml
|
Show contents
|
trunk/src/UnitTests/Remote/HqlResultGraphTests.cs
|
Show contents
|
trunk/src/UnitTests/Remote/RemoteObjectTests.cs
|
Show contents
|
trunk/src/UnitTests/Remote/RemoteProjectTests.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/AttributeFieldReferenceTests.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/NodeFieldReferenceCollection.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/NodeFieldReferenceTests.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/SchemaEditorNodeTestFactory.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/SchemaEditorTestNode.cs
|
Show contents
|
trunk/src/UnitTests/SchmaEditing/SchemaEditorTests.cs
|
Show contents
|
trunk/src/UnitTests/TestUtilities/ExecuteInUI.cs
|
Show contents
|
trunk/src/UnitTests/TestUtilities/TestDataUtil.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/Commands/BuildProjectCommandTests.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/Commands/ExecuteQueryCommandTests.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/MainPresenterTests.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/ProjectPresenterTests.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/QueryPresenter_HandlingParametersTests.cs
|
Show contents
|
trunk/src/UnitTests/UserInteface/QueryPresenterTests.cs
|
Show contents
|
trunk/src/UnitTests/Utilties/ReflectionUtilTests.cs
|
Show contents
|
trunk/src/UnitTests/Utilties/TextTests.cs
|
Show contents
|
trunk/src/UnitTests/Utilties/ThreadSafeQueueTests.cs
|
Show contents
|
trunk/src/UnitTests/Utilties/ValidationTests.cs
|
Show contents
|
trunk/src/UserInterface/About.cs
|
Show contents
|
trunk/src/UserInterface/About.Designer.cs
|
Show contents
|
trunk/src/UserInterface/About.resx
|
Show contents
|
trunk/src/UserInterface/Ayende.NHibernateQueryAnalyzer.UserInterface.csproj
|
Show contents
|
trunk/src/UserInterface/CollapsibleSplitter.csproj
|
Show contents
|
trunk/src/UserInterface/Commands/BuildProjectCommand.cs
|
Show contents
|
trunk/src/UserInterface/Commands/ExecuteQueryCommand.cs
|
Show contents
|
trunk/src/UserInterface/Controls/AddParameter.cs
|
Show contents
|
trunk/src/UserInterface/Controls/AddParameter.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/AddParameter.resx
|
Show contents
|
trunk/src/UserInterface/Controls/ContextMenuTreeView.cs
|
Show contents
|
trunk/src/UserInterface/Controls/EditAttribute.cs
|
Show contents
|
trunk/src/UserInterface/Controls/EditAttribute.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/EditAttribute.resx
|
Show contents
|
trunk/src/UserInterface/Controls/Input.cs
|
Show contents
|
trunk/src/UserInterface/Controls/Input.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/Input.resx
|
Show contents
|
trunk/src/UserInterface/Controls/OpenProjectForm.cs
|
Show contents
|
trunk/src/UserInterface/Controls/OpenProjectForm.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/OpenProjectForm.resx
|
Show contents
|
trunk/src/UserInterface/Controls/OpenQueryForm.cs
|
Show contents
|
trunk/src/UserInterface/Controls/OpenQueryForm.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/OpenQueryForm.resx
|
Show contents
|
trunk/src/UserInterface/Controls/RemoteObjectDisplayGraphControl.cs
|
Show contents
|
trunk/src/UserInterface/Controls/UnsavedFilesForm.cs
|
Show contents
|
trunk/src/UserInterface/Controls/UnsavedFilesForm.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/UnsavedFilesForm.resx
|
Show contents
|
trunk/src/UserInterface/Controls/Wait.cs
|
Show contents
|
trunk/src/UserInterface/Controls/Wait.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Controls/Wait.resx
|
Show contents
|
trunk/src/UserInterface/Entity.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/ICommand.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IMainPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IMainView.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IProjectPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IProjectView.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IQueryPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IQueryView.cs
|
Show contents
|
trunk/src/UserInterface/Interfaces/IView.cs
|
Show contents
|
trunk/src/UserInterface/MainForm.cs
|
Show contents
|
trunk/src/UserInterface/MainForm.Designer.cs
|
Show contents
|
trunk/src/UserInterface/MainForm.resx
|
Show contents
|
trunk/src/UserInterface/NQADocument.cs
|
Show contents
|
trunk/src/UserInterface/NQADocument.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Presenters/MainPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Presenters/ProjectPresenter.cs
|
Show contents
|
trunk/src/UserInterface/Presenters/QueryPresenter.cs
|
Show contents
|
trunk/src/UserInterface/ProjectView.cs
|
Show contents
|
trunk/src/UserInterface/ProjectView.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Properties/Resources.Designer.cs
|
Show contents
|
trunk/src/UserInterface/Properties/Resources.resx
|
Show contents
|
trunk/src/UserInterface/QueryForm.cs
|
Show contents
|
trunk/src/UserInterface/QueryForm.Designer.cs
|
Show contents
|
trunk/src/UserInterface/QueryForm.resx
|
Show contents
|
trunk/src/UserInterface/SchemaEditing/cfg.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditing/Hbm.Mapping.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditing/WinFormsSchemaEditorNode.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditing/WinFormsSchemaEditorNodeFactory.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditorView.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditorView.Designer.cs
|
Show contents
|
trunk/src/UserInterface/SchemaEditorView.resx
|
Show contents
|
trunk/src/UserInterface/ThreadedCommandExecutioner.cs
|
Show contents
|
trunk/src/Utilities/App.config
|
Show contents
|
trunk/src/Utilities/Ayende.NHibernateQueryAnalyzer.Utilities.csproj
|
Show contents
|
trunk/src/Utilities/ClassLibrary1.csproj
|
Show contents
|
trunk/src/Utilities/FieldInfoCollection.cs
|
Show contents
|
trunk/src/Utilities/MappingEntity.cs
|
Show contents
|
trunk/src/Utilities/ReflectionUtil.cs
|
Show contents
|
trunk/src/Utilities/Text.cs
|
Show contents
|
trunk/src/Utilities/ThreadSafeQueue.cs
|
Show contents
|
trunk/src/Utilities/TypedParameter.cs
|
Show contents
|
trunk/src/Utilities/Validation.cs
|
Show contents
|
trunk/src/Utilities/XsdToSchemaUICode.cs
|
Show contents
|