Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Fixed most compilation failures on tests Related to Issue [WTI-539]

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

Former-commit-id: 5dfd3ec368251375330b3c34f24b9ca76320db0f

Former-commit-id: 6c66ed309e71991bafbff6f2516ca81d3bf24cc8

    • -64
    • +0
    ./Commands/ProjectCommandHandlerTest.cs
  1. … 15 more files in changeset.
updated to latest trunk

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

Former-commit-id: 0bf1239d65580f6c2f9129601d74c99cce2cb59c

Former-commit-id: 9d4bda7546474f8cbfff1abfcd9201068b405801

  1. … 12 more files in changeset.
Introduced SafeOverwriteFileHelper which can be used to create temporary files in the directory of the targeted file. Improved documentation of Exceptions. Number of changes when saving was not used from IStoreProject and were removed. Related to Issue [WTI-487]

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

Former-commit-id: 0fd5680d2522bafc737c62a88d6fb6f5b452ce9e

Former-commit-id: b900f77ecbb0150b17648dd342e7a159402f9fcf

    • -3
    • +2
    ./Commands/StorageCommandHandlerTest.cs
  1. … 13 more files in changeset.
Moved common directory path to Ringtoets settings helper

Related to Issue [WTI-539]

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

Former-commit-id: f005111d8d50edc709f2be0a8f62f31fb73a40c4

Former-commit-id: de0557dfda60e77f1cd760d88974f71f698cb177

  1. … 10 more files in changeset.
- Extended SettingsHelper with method to get common documents folder - Added some tests Related to Issue [WTI-539]

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

Former-commit-id: 4d8844db935cb96ef73e91bf327f68480419dae1

Former-commit-id: 6111909c7d8b15d03d49ba5f471568539457151b

  1. … 2 more files in changeset.