Faryan Rezagholi
6ec23d9d69
removed unnecessary usings
2019-09-08 13:07:14 +02:00
Sean Kaim
3ea94fc5e0
fixed failing tests
2018-12-31 14:53:22 -05:00
David Sparer
8b990ac273
improved external tools window
...
- can edit items in listview
- improved data binding between model and ui
- delete and launch buttons disabled if no item selected
- item selection updates when deleting/adding item
2017-11-11 20:37:37 -06:00
David Sparer
49e5b71235
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
2017-11-08 11:52:10 -06:00
David Sparer
65782285a3
added a few unit tests for integrated programs
2017-10-31 09:56:48 -05:00
David Sparer
a204e34d53
Modified the Asserts lines of a few tests to give better info on failure
2016-10-05 12:45:50 -06:00
David Sparer
3e47041820
Fixed minor bug where ProtocolList.Clear() would trigger a CollectionChanged event even when no items were removed (list already empty)
2016-10-05 12:43:27 -06:00
David Sparer
e2e010c418
Created test to check for safe indexer handling of unknown object types
2016-10-05 11:51:44 -06:00
David Sparer
913e0dd3e4
#141 Implemented INotifyCollectionChanged on ProtocolList and created unit tests
2016-10-05 11:47:22 -06:00