Commit Graph

102 Commits

Author SHA1 Message Date
jwetzell fbb85e05c5 Merge branch 'master' into qcontrolkit-conversion 2023-11-26 14:06:24 -06:00
jwetzell c0b660e3b5 Change fontsize calculation 2023-11-26 10:02:14 -06:00
jwetzell f685ee069c update to tcpsharp in sharposc 2023-11-25 23:58:35 -06:00
jwetzell 6473b1bb5e rever to old TCP method with new decode logic 2022-12-05 14:39:24 -06:00
jwetzell dc864f2341 QLab 5 connection changes 2022-11-08 09:47:52 -06:00
jwetzell ac68106fac TCP Updates 2022-11-08 09:46:47 -06:00
jwetzell e9d19daf6a Ios Safe Area Tweaks 2022-11-08 09:45:24 -06:00
jwetzell 811aefcb63 update to latest qcontrolkit 2022-11-06 06:16:16 -06:00
jwetzell 49970bd4fb Start on cue status icon 2022-11-04 22:39:22 -05:00
jwetzell c0c1d7a9bb * qConnectionPage.xaml.cs:
* QFinder.cs: Update zeroconf string

* README.md:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update Dependencies

* QStorage.cs: Update Log Level
2022-02-03 14:42:38 -06:00
jwetzell a6b48814f1 * TCPClient.cs: Add send queue
* packages.config:
* qController.Droid.csproj: Update dependencies
2022-01-07 18:46:28 -06:00
jwetzell b80a74d1bc Update packages 2021-12-28 10:12:05 -06:00
jwetzell 67741eccee Address some formatting things and update Packages 2021-08-06 22:35:21 -05:00
jwetzell d391e6a688 * Info.plist:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* AndroidManifest.xml:
* qController.csproj: Update Packages

* ControlPage.xaml.cs:
* QLevelsCell.cs: Revert multi level sliders...ugh
2021-04-29 01:00:59 -05:00
jwetzell 9a34da8028 * AppDelegate.cs: Change Log Level
* QInstanceCell.cs: Update navigation

* TCPClient.cs: Minor network stuff
2021-04-16 00:00:29 -05:00
jwetzell e08ba30d91 Start work towards manually added servers 2021-03-28 16:28:39 -05:00
jwetzell ce64f24b4b Clean up legacy control classes and code 2021-03-28 15:37:35 -05:00
jwetzell 4c7196c948 Switch up Font loading 2021-03-27 16:19:11 -05:00
jwetzell 6818a14940 * QCueGrid.cs: Rebuild cue grid when children cue change
* QCueGridListHelper.cs: Helper class for linking cue id with cue grid

* QCueViewModel.cs: Revoe unused import

* QBrowserPage.xaml.cs:
* ControlPage.xaml.cs:
* QWorkspaceViewModel.cs:
* qConnectionPage.xaml.cs: Remove unused import

* QWorkspacePage.xaml.cs: Fix scrolling to select cue and handle no
  selected cue
2021-02-12 22:55:01 -05:00
jwetzell aadf3e00cc Move Dialog classes under UI namespace 2021-02-12 22:49:50 -05:00
jwetzell 795f9bafa6 * RootPageDetail.xaml:
* RootPageMaster.xaml:
* RootPageDetail.xaml.cs:
* RootPageMaster.xaml.cs:
* RootPageMenuItem.cs: Remove Unused Items

* RootPage.xaml:
* RootPage.xaml.cs: Convert to Flyout and MasterDetail deprecated

* packages.config:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* Resource.designer.cs:
* qController.csproj: Update Dependencies

* QNavBar.cs: Conver QNavBar to Frame Based

* App.xaml.cs: Reorganize intialization and convert to Flyout

* QBrowserPage.xaml: Convert to StackLayout
2021-01-28 13:39:44 -06:00
jwetzell 746fd924d3 Address warnings and move to FlyoutPage for Xamarin Forms 5 2021-01-28 12:39:31 -06:00
jwetzell 3ba1b81304 * ControlPage.xaml.cs:
* QLevelsCell.cs: Add more levels sliders

* QBrowserPage.xaml.cs:
* QBrowserViewModel.cs: Switch off browser updating when connected
2021-01-09 09:43:37 -06:00
jwetzell 9cf241f9c8 * AppDelegate.cs:
* packages.config:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update Packages

* App.xaml: Add some static styles

* App.xaml.cs: Trying out Sharpnado Stuff

* QCueGrid.cs: Move QCueGrid Recursive stuff inside class

* QBrowserViewModel.cs: Hook into new ServerFound/Lost Methods

* QCueViewModel.cs: Start work on cue children updating

* QServerViewModel.cs: Hook into WorkspaceAdded/Removed methods

* MenuPage.xaml.cs: Remove Add from side menu

* QBrowserPage.xaml: Further work on front page design

* QBrowserPage.xaml.cs: Add Manually add button to main page

* QWorkspacePage.xaml.cs: Move recursive stuff out of Page code behind
2021-01-08 23:31:55 -06:00
jwetzell 60e03f2203 Relocate files 2020-11-29 14:51:18 -06:00
jwetzell 31a10d9b16 * IconConstants.cs: Relocate
* QWorkspaceInfo.cs:
* QParser.cs:
* WorkspacePrompt.cs:
* QEventArgs.cs: Remove redundant QWorkspaceInfo class

* QRecentWorkspaceInfo.cs: Add bundle info class for recent workspace
  info

* ControlPage.xaml.cs:
* QBrowserPage.xaml.cs:
* QButton.cs:
* qConnectionPage.xaml.cs:
* QLevelsCell.cs:
* QCueListCell.cs:
* QInstanceCell.cs:
* QControlsBlock.cs:
* ShadowButton.cs:
* QLevelsButton.cs:
* QSelectedCueCell.cs: Move Cells classess under UI

* AppDelegate.cs:
* packages.config:
* MainActivity.cs:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update dependencies

* App.xaml.cs: Add AppAction code for recent workspace

* QStorage.cs: Add recent workspace to persistent storage

* QCueGrid.cs: Start on interactivity with cue list grid

* QCueViewModel.cs: debug for children updated start on reactive
  QCueGrid

* WorkspacePage.xaml.cs: Start handling a "no selected cue" state and
  recent workspace

* QInstance.cs:
* IPHelper.cs: move reachable check to IPHelper - TODO: implement
2020-11-29 14:22:01 -06:00
jwetzell cb19056088 Remove TwoWay bindings...they only cause problems 2020-10-18 22:57:00 -05:00
jwetzell cea3c0a78f Less space between type icon and cue name label 2020-10-18 22:56:19 -05:00
jwetzell d54b19a3a2 Android requires hiding rows with height = 0 2020-10-18 22:34:50 -05:00
jwetzell ca3eda5daa Fix group cue frame and add collapsing 2020-10-18 22:04:42 -05:00
jwetzell 7c14629227 Styling Changes 2020-10-18 19:20:22 -05:00
jwetzell cc92703b33 Update styling for Android 2020-10-18 18:23:13 -05:00
jwetzell 6921d3d62f File and Style Organization 2020-10-18 17:25:46 -05:00
jwetzell b0a6124d43 Move Colors to App resources 2020-10-18 17:24:04 -05:00
jwetzell 3d61619081 Move CueGrid and SelectedCueGrid to own class 2020-09-10 19:25:18 -05:00
jwetzell cac7a613a7 Double tap to edit number/name now working 2020-09-10 16:14:54 -05:00
jwetzell d93ec5c672 Name/Number edit does not work, notes to editor 2020-09-10 14:05:03 -05:00
jwetzell 0fa5085410 Add Double Tap editing to new screen 2020-09-10 13:24:48 -05:00
jwetzell 27fb706d36 Add Cue type/notes to selectedCueGrid 2020-09-10 12:24:54 -05:00
jwetzell ff869f76cd Change QSharp to QControlKit 2020-09-07 09:16:26 -05:00
Joel Wetzell 2afec2bc7e Begin work on QBrowserPage 2020-06-21 09:02:00 -05:00
Joel Wetzell 3b60764a02 SharpOSC is in QSharp so no longer needed here 2020-06-19 17:18:10 -05:00
jwetzell a5ff4c05d6 Make TcpClient connection method timeout 2020-06-13 10:49:31 -05:00
Joel Wetzell 7ef44762a0 Don't crash when no tcp connection can be created. 2020-06-12 11:13:51 -05:00
Joel Wetzell 5e942420f4 Move Event Args and Handlers to their own folder 2020-06-12 11:12:44 -05:00
Joel Wetzell 76a2f1c5ec Remove dead QUpdater code 2020-06-12 08:11:53 -05:00
jwetzell 1a5835075d Retarget Android and cleanup page xml 2020-06-06 19:56:59 -05:00
jwetzell b1cee1ac55 Update qfont.ttf with QLab3Icons 2020-06-06 14:44:49 -05:00
jwetzell 552114de58 Move More Dialog Configs to their own file 2020-06-06 13:03:58 -05:00
jwetzell 90fdec8d46 Remove qController calls from QControlsBlock 2020-06-06 12:44:34 -05:00