57 Commits

Author SHA1 Message Date
jwetzell 96adbadbd7 * QCue.cs: Add child cue sorting
* QControlKit.csproj: Update Versions

* QMessage.cs:
* QWorkspace.cs:
* CueListPage.xaml.cs: Cleanup TODO's and Logging
v0.0.18
2021-06-20 18:50:39 -05:00
jwetzell 6daf53b910 Remove all Console.WriteLine logging v0.0.17 2021-02-13 14:00:09 -05:00
jwetzell eb571e0187 Update README.md 2021-02-13 13:39:22 -05:00
jwetzell 741d9e1113 Change to use PackageVersion 2021-02-13 13:35:27 -05:00
jwetzell 7336e38bf5 Update publish.yml 2021-02-13 13:32:08 -05:00
jwetzell 34741fb92b Update publish.yml 2021-02-13 13:30:52 -05:00
jwetzell a3fe29d8a4 Add publish to nuget action 2021-02-13 13:25:18 -05:00
jwetzell 1ac8c4493f * QColor.cs: Update indigo color
* QControlKit.csproj: Update nuget package info
2021-02-13 13:22:49 -05:00
jwetzell a74a77ae9e * QColor.cs: Add "none" color
* QDefines.cs: Add Color and Connection Statice strings
2021-02-13 12:57:09 -05:00
jwetzell 5c1859a2cc Update dependencies 2021-02-13 09:47:57 -05:00
jwetzell c4383c26e7 * QDefines.cs: Make QDefines public
* QControlKit.csproj: Bump Version

* QWorkspace.cs: Allow for selection "none" and root cue updates

* AppDelegate.cs: Change to Debug Log Level
2021-02-13 09:44:47 -05:00
jwetzell 81e606bcaf * QControlKitXamDemo.csproj:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update Dependencies

* QWorkspace.cs: Add move and delete cue actions
2021-02-12 08:58:30 -05:00
jwetzell 87a9925668 * QControlKit.csproj:
* MainPage.xaml.cs:
* AppDelegate.cs:
* QControlKitXamDemo.csproj:
* QCueViewModel.cs:
* QControlKitXamDemo.iOS.csproj:
* QControlKitXamDemo.Android.csproj: Update Packages

* QServer.cs:
* QBrowser.cs:
* QWorkspace.cs:
* QEventArgs.cs:
* QEventHandlers.cs: Refine Server Found/Lost and Workspace
  Added/Removed
2021-01-08 23:24:35 -06:00
jwetzell b622462c0d * QServerInfo.cs: Add barebones ServerInfo class
* QClient.cs: remove logging

* QWorkspace.cs: Add methods to build WorkspaceInfo and ServerInfo

* CueListPage.xaml.cs: List Multiple Cue Lists in Demo app
2020-11-29 14:38:16 -06:00
jwetzell 4ef3f689df Trigger cue updated when children are updated 2020-10-19 16:34:13 -05:00
jwetzell b1b6cf076b Remove debug workspace print call 2020-10-19 16:06:42 -05:00
jwetzell 2089d4a5e2 Add in fetching default properties for selected cue 2020-10-19 16:05:20 -05:00
jwetzell c70cbbf78e Add "nest level" and children cue updating
-start on sorting
2020-10-19 16:03:49 -05:00
jwetzell ab1591e1a0 bump version numper 2020-10-19 16:00:56 -05:00
jwetzell 6a4507cbd6 Add children OSC key 2020-10-19 16:00:11 -05:00
jwetzell 789b898df8 Update Xamarin.Forms 2020-10-19 15:58:18 -05:00
jwetzell 3f31d1bbba use listname in QCueViewModel 2020-10-19 15:57:48 -05:00
jwetzell 672f2bfdf4 Add debug messages for disconnecting 2020-10-19 15:56:25 -05:00
jwetzell 53ef7835a0 Add ListName key to basic properties 2020-09-10 16:18:43 -05:00
jwetzell 868af589f8 Make Cue notes property null-safe 2020-09-10 12:26:19 -05:00
jwetzell 9b46f64aa0 Logging and file clean up 2020-09-08 14:39:39 -05:00
jwetzell 2cfa495a24 Add WorkspaceConnectionError Event 2020-09-07 13:14:03 -05:00
jwetzell 1e788bd292 Update Dependencies in Sample Project 2020-09-07 09:12:08 -05:00
jwetzell de75665c6f Add README 2020-09-07 08:51:11 -05:00
jwetzell 0aea997309 Rest of rename to QControlKit 2020-09-07 08:42:42 -05:00
jwetzell 69ddf3383c Rename QSharp to QControlKit 2020-09-07 08:41:11 -05:00
Joel Wetzell a92865d563 Change version for development 2020-06-21 09:00:05 -05:00
Joel Wetzell 60e43e4193 Implement Cue Properties Updating 2020-06-19 19:02:05 -05:00
jwetzell f6c1cdf70a Actually Fix Row Sizing and Scroll to center 2020-06-18 22:18:11 -05:00
Joel Wetzell 4a0777314b Fix missized grid rows 2020-06-18 21:14:30 -05:00
Joel Wetzell f97c196c78 Scroll to Selected Cue automatically 2020-06-18 20:20:08 -05:00
Joel Wetzell f69ac5ab33 Make QOSCKey Public 2020-06-18 20:19:38 -05:00
jwetzell afd1751edd Selected Cue Styling 2020-06-18 20:00:01 -05:00
Joel Wetzell 283481af8f Small fixes found with Demo App 2020-06-18 19:25:57 -05:00
Joel Wetzell c824a12043 Treat PlaybackPosition Reply as an Update 2020-06-18 19:25:25 -05:00
Joel Wetzell 9d002746d6 Start on Xamarin Demo App 2020-06-18 19:24:55 -05:00
Joel Wetzell 41334319bd Remove Windows Form Demo 2020-06-18 19:24:12 -05:00
Joel Wetzell 549d1d7d08 Rework workspace/client/tcpclient disconnection 2020-06-16 08:13:22 -05:00
jwetzell 64e1cc787f Add Server update event to Browser 2020-06-13 21:24:07 -05:00
Joel Wetzell f80d1e2ee9 Continue with implementing QCue 2020-06-13 17:31:02 -05:00
Joel Wetzell befb8a5534 Make a public class 2020-06-13 17:30:33 -05:00
Joel Wetzell 0fd5e46495 Cleanup event calls and continue implementing 2020-06-13 17:30:19 -05:00
Joel Wetzell 2d1fe11435 Switch to Serilog logger 2020-06-13 17:28:13 -05:00
Joel Wetzell 1670326789 Create new Windows Form Demo app. 2020-06-13 17:27:32 -05:00
Joel Wetzell 4ecc692fec Fix? Cue initialization...some funky recursion stuff? 2020-06-10 17:19:15 -05:00