Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Small review changes - Introduced DirectoryRightsHelper Related to Issue [WTI-751]

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

Former-commit-id: 57120521a62b106d250ad0ad00bb00b88ecf8623

Former-commit-id: 384445f6e6b77f82a92bb54a6df209aa108515b0

    • -65
    • +39
    ./Settings/SettingsHelperTest.cs
  1. … 9 more files in changeset.
Performed some cleanups (also for the importers) Related to Issue [WTI-734]

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

Former-commit-id: f3f19279badedb38871415cdf36331402d867ffb

Former-commit-id: 40df8db98d636f8124f2b0f4a23f93f23f3d40ab

    • -2
    • +2
    ./Commands/ExportImportCommandHandlerTest.cs
  1. … 4 more files in changeset.
Merged revision(s) from branches/WTI 734:

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

Former-commit-id: 5acd5bbce8489eff8aef8bec823d747d3fc3ac31

Former-commit-id: 1f85013eb3d12b06f901032123c11107deefd8be

    • -30
    • +19
    ./Commands/ExportImportCommandHandlerTest.cs
    • -57
    • +35
    ./Commands/GuiExportHandlerTest.cs
    • -0
    • +127
    ./Plugin/ExportInfoTest.cs
  1. … 11 more files in changeset.
Fixed compilation failures and failing tests Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4582 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fc3cbd60653883e0f268d7ac03996787c81f7e99

Former-commit-id: f6e64b91e10a8d6b750a2db66a85cae87daefd6b

    • -30
    • +19
    ./Commands/ExportImportCommandHandlerTest.cs
    • -44
    • +34
    ./Commands/GuiExportHandlerTest.cs
Extended ExportInfo with FileFilter property Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4581 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 99af6cb9d642ab6b6020cd0e276f45a90c5bbc05

Former-commit-id: 9b11ce2daf080b31b10d91578f27fc189409f3be

  1. … 2 more files in changeset.
Cleaned up ExportImportCommandHandler Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4580 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 489f4df84e58d246d74e40b3e94f314d904e7ec2

Former-commit-id: e76615a154ff473e476fa3bd4d65bdcbab51648d

  1. … 3 more files in changeset.
Extended ExportInfo with Name/Category/Image property Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4577 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 289f20a614807525bd0cb4436a390662f48b3ad2

Former-commit-id: a994fa9426b9cc314cc1c3f05b729d6e33f07979

  1. … 2 more files in changeset.
Fixed some typos Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4575 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2a3d8357ae88692c3482ccc5b301c739415fbcd5

Former-commit-id: fb61e9625a277e386a79cfba5b51c458bfdb1e42

    • -10
    • +10
    ./Commands/GuiExportHandlerTest.cs
Adapted PluginBase when it comes to ExportInfo Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4572 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 656e796d40970238f1cd162d54ff885f6d4114ea

Former-commit-id: c810b4952ce9aa347b2d71119efaf63efd6c02ab

  1. … 1 more file in changeset.
Extended ExportInfo with implicit conversion Related to Issue [WTI-734]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-734@4570 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 07ed6d1cd5ddfc7f5eb3c6c5571e58c14fa43dc3

Former-commit-id: 51c60319c4679c6e7e566093fd6b70b86edb59d9

    • -0
    • +102
    ./Plugin/ExportInfoTest.cs
  1. … 3 more files in changeset.
* Refactored out IStoreProject.SaveProject to be fully replaced by SaveProjectAs in usage. * Added 'StageProject' concept to IStoreProject, such that changes to a saved project can be detected quickly. * Introduced FingerprintGenerator to create a almost hashcode for a given ProjectEntity. Can be used to quickly detect changes. ** Fingerprints are now stored in the database for this purpose. * Ensured all string properties of Entities do not share references by DeepCloning values.

Related to Issue [WTI-608]

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

Former-commit-id: 49a7cc4b00fd77a07de44a75500a355a234a7a20

Former-commit-id: 1a5ca946745b2bf7cec28bfaa28b2f41ba3cd6b1

    • -7
    • +25
    ./Commands/StorageCommandHandlerTest.cs
  1. … 56 more files in changeset.
- Moved DeleteOldFiles to FileUtils - Tests added Related to Issue [WTI-751]

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

Former-commit-id: 8342ea49e01702a761abb6d05fd8634430e98e1f

Former-commit-id: a0eade3c717c09966e41074ca4ad2bcefaa65794

    • -1
    • +100
    ./Settings/SettingsHelperTest.cs
  1. … 8 more files in changeset.
- In App.xaml.cs, fetched the application user data directory from Log4net instead of SettingsHelper - Extended RingtoetsUserDataFolderConverter with a postfix path option -- Now using the option for "WTI\Ringtoets" - Various cleanups - Modified startup message Related to Issue [WTI-751]

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

Former-commit-id: bbec302289cfe7c78cf9a199b74abb9267b546f1

Former-commit-id: 253ea8e50cbc202a34a11b786a27a0bcd6cc60ab

    • -7
    • +10
    ./Appenders/RingtoetsUserDataFolderConverterTest.cs
    • -5
    • +0
    ./Commands/ApplicationFeatureCommandHandlerTest.cs
  1. … 8 more files in changeset.
- Changed splashScreen picture - Removed progress indicator and redundant information (licenseText and copyrightText) Related to Issue [WTI-685]

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

Former-commit-id: 2e4825bec317c36062eaf63a1e00e2f86bfe18a9

Former-commit-id: d83f5d0eb997f040d7577297e3ea87d05d65e03c

    • -41
    • +3
    ./Forms/SplashScreen/SplashScreenTest.cs
  1. … 9 more files in changeset.
Ensured AvalonDock is controlled in the proper way Related to Issue [WTI-675]

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

Former-commit-id: 43b1c05ffdc97707e1c0530eaa5ce51946a64d90

Former-commit-id: 34be2aa4353b677817015fbc6bdeedcce3e3bc2e

    • -7
    • +15
    ./Forms/ViewHost/AvalonDockViewHostTest.cs
  1. … 2 more files in changeset.
Improved DocumentViewControllerTest Related to Issue [WTI-675]

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

Former-commit-id: 927bab4f3d135bdcbe562ab655523268192f8735

Former-commit-id: e3e257039df9966771a161bcd559720cacf62582

- Changed curly braces of nested using statements - Added xmldoc - Now, when the read shape file has no value for SignalingValue or LowerLimitValue, the cell in the DataGridDialog will be empty, instead of 0 Related to Issue [WTI-539]

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

Former-commit-id: 245f7d0f047de8d5deee4a5fa7f251bad33d2530

Former-commit-id: 1024f2c9b3d067c7514bb5b89baaee475122ea2a

  1. … 4 more files in changeset.
- Removed redundant Project.cs - Removed redundant DataItemInfo.cs - Few rename actions Related to Issue [WTI-539]

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

Former-commit-id: a7c14776b6138f6cc3766c3407d152bdbe91dc1f

Former-commit-id: 8a93a368603d4f123508a55b4ad13b54951ec633

    • -12
    • +12
    ./Commands/StorageCommandHandlerTest.cs
  1. … 20 more files in changeset.
Removed Settings file from Core.Common.Gui Related to Issue [WTI-736]

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

Former-commit-id: b79a5fd31fe67fae06f7c4e2cf58163037c715cb

Former-commit-id: ecbdccf46feb6fff26755ee5859d1d202f79fec8

  1. … 7 more files in changeset.
Removed showSplashScreen related logic from user settings Related to Issue [WTI-736]

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

Former-commit-id: cd3382c2f3f76e5bd596d0b1227343aa55b69457

Former-commit-id: 2b82fc9646b2b88f652b394a342d8dd3128b0948

  1. … 5 more files in changeset.
Removed default view related logic (only from user settings) Related to Issue [WTI-736]

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

Former-commit-id: ff748293caddf9baa36becc54b25de9c0f183e73

Former-commit-id: cc43011eca949c1e7a4ce2a53009d9d828304268

  1. … 5 more files in changeset.
Removed mru related logic Related to Issue [WTI-736]

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

Former-commit-id: f3f8fb633c2842003410d0378e8bc5cc71243cd6

Former-commit-id: 04c451eccc5e31391284604d36bfd2c54760031b

  1. … 8 more files in changeset.
Improved code coverage of DocumentViewController Related to Issue [WTI-675]

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

Former-commit-id: 4d2b9312a0e6d37dec20517396dcf3fdc7c0af9f

Former-commit-id: 9f1d28af91d4cb7a9f1526fc1f7657858b31c86e

Implemented first part of review related changes Related to Issue [WTI-675]

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

Former-commit-id: eb90e02a4e6d23045d405a99359881d423fc74e5

Former-commit-id: 635c3962674ee8edfa103ea4d92d694a914ee0ef

  1. … 10 more files in changeset.
Merged revision(s) 4248, 4250, 4252, 4255, 4258, 4260, 4265-4266, 4268 from branches/WTI-539:

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

Former-commit-id: b19de7cb2f82f53409f1db3ad1f2db6cd8147bab

Former-commit-id: 855a7d1e06150e515db5c1aa47368b09477a121c

    • -64
    • +0
    ./Commands/ProjectCommandHandlerTest.cs
    • -22
    • +23
    ./Commands/StorageCommandHandlerTest.cs
    • -18
    • +15
    ./Commands/ViewCommandHandlerTest.cs
  1. … 78 more files in changeset.
- Renamed RingtoetsProjectHelper to RingtoetsProjectFactory - Moved ProjectEquals to implementation of IProject Related to Issue [WTI-539]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-539@4265 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b623f845ea452d16ffd8ae6f87a50d5b3df7ef07

Former-commit-id: 0c45aae923a9b7eb6481597fdc0b1f836363e4a1

    • -5
    • +2
    ./Commands/StorageCommandHandlerTest.cs
  1. … 23 more files in changeset.
- Renamed IGuiPluginsHost.cs to IPluginHost.cs Related to Issue [WTI-539]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-539@4260 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cf6a51586b11b84f72d72ea25cb942532505eb0e

Former-commit-id: 189c7460677ba06455d7e584b6de45b0388a916e

    • -18
    • +15
    ./Commands/ViewCommandHandlerTest.cs
  1. … 20 more files in changeset.
- Fixed all tests Related to Issue [WTI-539]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-539@4258 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 28465e9b3f6e1337cd4874afc2b8ae7b5083b093

Former-commit-id: 160187afe858d7a5ad6e5760627426d9fa7800fb

    • -18
    • +22
    ./Commands/StorageCommandHandlerTest.cs
  1. … 4 more files in changeset.
- Fixed few tests - CreateNewProject if called ONCE when loading from storage fails Related to Issue [WTI-539]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-539@4255 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9c1265b7e37c51aba54cccb0bde55ed98f2a4298

Former-commit-id: 902163265a15875028fb63278fd3ac9b5f7570c8

  1. … 4 more files in changeset.
- Fixed few tests - User interface is working properly again

Related to Issue [WTI-539]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-539@4252 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b4c96c10199f66c3720e39769a0fc496fafae50f

Former-commit-id: 7435332826a0810c5703b3385bd9b8b398750fd6

    • -8
    • +8
    ./Commands/StorageCommandHandlerTest.cs
  1. … 20 more files in changeset.