Core.Common.Controls.Swf

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved type editor related classes to Core.Common.Controls.Swf Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1142 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6483897f100e9ad5ee1afb7b1776425ba3939e6a

    • -24
    • +0
    ./Editors/ComboBoxTypeEditor.Designer.cs
    • -0
    • +48
    ./Table/Editors/ButtonTypeEditor.cs
    • -0
    • +24
    ./Table/Editors/ComboBoxTypeEditor.Designer.cs
    • -0
    • +66
    ./Table/Editors/ComboBoxTypeEditor.cs
    • -0
    • +21
    ./Table/Editors/ITypeEditor.cs
    • -0
    • +19
    ./Table/Editors/MultiLineTextEdior.cs
    • -7
    • +7
    ./Table/XtraGridRepositoryItemBuilder.cs
  1. … 4 more files in changeset.
* Clarified documentation related to drag & drop functionality in ITreeNodePresenter. * Removed FlagsAttribute from DragOperations. ** Updated related code for flag checking. * Implemented drop drop feature: allow PipingCalculation nodes to be dropped into any PipingCalculationGroup nodes. Related to Issue [WTI-174]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1138 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c3b31689e90728161509fd58f20c85df202ac34

    • -29
    • +22
    ./TreeViewControls/ITreeNodePresenter.cs
    • -6
    • +6
    ./TreeViewControls/TreeViewNodePresenterBase.cs
  1. … 14 more files in changeset.
# Removed [InvokeRequired] where the call to ui was on the same Thread # Removed redundant preloading devExpress on separate Thread # Since no calles are made to InvokeRequired, such tests have become obsolete # Removed PostSharp from packages Related to Issue [WTI-95]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1137 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ebd55f56ade7a7f08d5a1148c5572cc8121eafe8

  1. … 149 more files in changeset.
Updated namespaces for just moved TreeView stuff Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1136 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 13781d9e2f372b0ec1796e6aff71f9d2fb6034e8

    • -1
    • +1
    ./TreeViewControls/ITreeNodePresenter.cs
  1. … 67 more files in changeset.
Moved TreeView stuff to Core.Common.Controls.Swf Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1135 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2d3575aca6cd8225ef2e49ac31ddbecc0afe3dfa

    • -0
    • +173
    ./TreeViewControls/ITreeNode.cs
    • -0
    • +172
    ./TreeViewControls/ITreeNodePresenter.cs
    • -0
    • +136
    ./TreeViewControls/ITreeView.cs
  1. … 19 more files in changeset.
Got rid of IDialog Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1133 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3b1526c34b585a81a60e18a48589a5da870addad

  1. … 4 more files in changeset.
Removed/moved TableView realted classes Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1132 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5564fbd7349218acf6575195b9b16e042cf41080

    • -0
    • +8
    ./Table/TableViewPasteBehaviourOptions.cs
    • -1
    • +1
    ./Table/Validation/RowValidationResult.cs
  1. … 4 more files in changeset.
Moved TableView related stuff to Core.Common.Controls.Swf Related to Issue [WTI-183]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1131 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e9d76bc977eba72e8a32d881847d393d2f0cd0f6

    • -0
    • +18
    ./Table/TableSelectionChangedEventArgs.cs
    • -0
    • +21
    ./Table/TableViewCell.cs
  1. … 7 more files in changeset.
Fixed failed test by adding the project reference to the test (it was implicitly referenced and the interop file was not copied to the test folder) - Cleanup of app.config Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1109 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a4b185d032a9d640f1f8abf00aff567150674bdb

  1. … 1 more file in changeset.
we set "CopyLocal" for references of domestic projects to FALSE. Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1105 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c4677e16a1ae7cc08150a1b9b60dcefeccde8754

  1. … 28 more files in changeset.
reintroduced Ringtoets.targets. If it placed above, then it represents "global settings" that fulfills all the projects (that import it) with default settings without code duplication. AllowedReferenceRelatedFileExtensions (for Release only), OutputPath, WarningLevel and PlatformTarget are moved to targets now. Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1100 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5400b8fdf52a4a4621ede66d2ea767c6eee50bda

  1. … 35 more files in changeset.
The first batch of translation issues fixed. Related to Issue [WTI-6]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1096 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0644b13c1ecf009275b3f11feebb3d103340f429

  1. … 22 more files in changeset.
removed Ringtoets.targets due to unnecessary clean up actions. AllowedReferenceRelatedFileExtensions flag is moved to the project configuration. Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1085 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2f8f7061db721b7f1b67104ee0d83acb7ad4841a

  1. … 37 more files in changeset.
Set default platform to x86 (instead of AnyCPU) Removed configuration *CreateInstallerWithDemoProject* in projects (release was used anyways) Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1081 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2fb0ca748dced07d7231dcbf87ed9885a248fffb

  1. … 72 more files in changeset.
Fixed creation of installer with demo projects added Related to Issue [WTI-95]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1057 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 81eb7226a7bfb9a01d5b8a9f2adac6514cbc8874

  1. … 71 more files in changeset.
- Created configuration for test coverage (it requires PDB files) - Cleaned up cofngiration for *CreateInstallerWithDemoProject*, it is an equivalent of *Release* Related to Issue [WTI-64]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1049 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c5f32c4f489636d5ebe6acddc774a15a5e3ef418

  1. … 73 more files in changeset.
Removed unused references cleanup Related to Issue [WTI-95]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1024 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1eda20ffff2a79890342b87f3b06503d41cfc5fa

  1. … 18 more files in changeset.
Removed unused reference Related to Issue [WTI-100]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1010 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e10eb3c1e2851c4d31082cf6f61d57c338579a26

all projects are build into SolutionDir\bin directory. Installer is also redirected to this dir. Related to Issue [WTI-148]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1009 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b930a00c4632ec165638f460385728583e825e17

  1. … 71 more files in changeset.
Introduced ContextMenuBuilder in stead of the ContextMenuFactory. Builder is responsible for calling ContextMenuItemFactory methods to configure a ContextMenu. Can be used to construct a menu using items which require the gui context, to add custom items and to add separators. Removed ITreeNode parameter of GetChildNodeObjects (only based on data)Moved resources from the Ringtoets.Common.Forms to Core.Common.Gui Removed unused methods in ContextMenuStripExtensions Added expand all and collapse all items to the ContextMenuItemFactory. Moved ContextMenuBuilder and ContextMenuItemFactory to sub folder. Related to Issue [WTI-172]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@1008 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9eefacfdd318334fb06e17b8a94422bee07e4674

    • -2
    • +2
    ./TreeViewControls/TreeViewController.cs
    • -6
    • +6
    ./TreeViewControls/TreeViewNodePresenterBase.cs
  1. … 57 more files in changeset.
Prevent .pdb getting copied for anything but Debug in non-test projects. Related to Issue [WTI-64]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@961 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3d3b918e38ffd9aa7f0ddb2fd417fe09daed7326

  1. … 54 more files in changeset.
Removed Russian language reference from ProjectExplorer.resx Replaced double __ with single _ Renamed image resource names in SharpMapGis.Gui so they meet our standards. Related to Issue [WTI-6]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@918 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 81d2aef6f6a866275e87f12f5a461fc87dabae53

    • -1
    • +1
    ./Charting/Tools/ExportChartAsImageChartTool.cs
    • -73
    • +71
    ./Properties/Resources.Designer.cs
    • -1
    • +1
    ./Table/TableViewExceptionMessageController.cs
  1. … 56 more files in changeset.
Removed unused libraries. Replaced ValidationAspects with null Related to Issue [WTI-64]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@917 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4ebad1743a1aee43379d9d89af3ab1000ff92d17

    • -1
    • +1
    ./TreeViewControls/TreeViewController.cs
  1. … 10 more files in changeset.
Final translations added. Related to Issue [WTI-6]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@909 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 13832beac5f2bb565d39572994934e5fe1b52f19

  1. … 9 more files in changeset.
Moved log4net to NUGet Related to Issue [WTI-100]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@888 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: efc1ee9dc887a144abb0c543a7744ff8387ec427

  1. … 77 more files in changeset.
webbrowser is used correctly now. Paired with Elmar. Cleaned up everything else what is not needed for the project Related to Issue [WTI-202]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@877 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0e50ec10aeda812f4a695c001f838e29285f330f

Replaced all *\/{3}(\w)* with */// $1* (not on inline code) Related to Issue [WTI-101]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@863 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 98b877a8c6d7b95a63f6725803f8af74a9f88083

  1. … 11 more files in changeset.
Bug in LatexToPDF does not process *///</* correctly. This can be solved by replacing it with */// </* Related to Issue [WTI-101]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@855 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5641fecac9a47239a729b66e5cce86624a7d616d

  1. … 25 more files in changeset.
Fixed typos and interpunction. Removed some unused Resources. Removed unused SelectFileWizardPage. Further improved resources. Related to Issue [WTI-6]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@842 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 70552cb72bc22a27a3879cafb4480679b2c9fa39

    • -19
    • +0
    ./Charting/Series/ChartSeriesFactory.cs
    • -218
    • +80
    ./Properties/Resources.Designer.cs
    • -1
    • +1
    ./TreeViewControls/TreeViewController.cs
    • -92
    • +0
    ./WizardPages/SelectFileWizardPage.Designer.cs
  1. … 11 more files in changeset.
* Implemented review comments of WTI-Review-130: ** Fixed output paths for projects; ** Removed unsupported configurations; ** Improved comments. Related to Issue [WTI-139]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@823 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c9e89aad465317fe084794b2643f5ba36cbdc489

  1. … 59 more files in changeset.