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
58728f2007
Cleanup
2020-06-06 12:44:08 -05:00
jwetzell
8ca0756836
Cleanup
2020-06-06 12:43:46 -05:00
jwetzell
9df3f691fa
Cleanup
2020-06-06 12:43:30 -05:00
jwetzell
fe8bd257d1
Switch to only TCP Communication
...
- No more UDP
- Lots of random refactoring as well
2020-06-06 12:12:23 -05:00
jwetzell
70deae774b
Cleanup
2020-06-05 23:56:18 -05:00
jwetzell
9899a6d33e
BIG TCP Overhaul and passcode start
...
- Switch to Serilog for console logging
- TCPSender is now persistent (let's hope) so can be used with passcode protected workspaces
- UDP connection works with passcodes just can't timeout
- Passcode prompt is automatic for workspaces that are password protected
2020-06-05 23:53:16 -05:00
jwetzell
4eb84939ca
Fix String Length for UTF8 Encoding
2019-12-17 09:11:06 -06:00
jwetzell
7575fe1135
Update Encoding for special characters
2019-12-15 19:19:37 -06:00
jwetzell
e97f9a7382
* qfont.ttf:
...
* qfont.ttf:
* QIcon.cs: Add LIST and LEFT_DIR icons
* Info.plist:
* AndroidManifest.xml: Update Version Numbers
* App.xaml.cs:
* QCue.cs:
* MenuPage.xaml.cs:
* QCueList.cs:
* ControlPage.xaml.cs:
* QWorkSpace.cs:
* QCueListCell.cs:
* qConnectionPage.xaml.cs:
* QParser.cs:
* QUpdater.cs:
* QController.cs: Android v1.0.8 / iOS v2.0.8
2019-07-20 20:10:21 -05:00
jwetzell
407a759ee3
More cleanup
2019-07-17 14:08:13 -05:00
jwetzell
0848336987
Cleanup
2019-07-17 13:57:15 -05:00
jwetzell
14f42852aa
Work on initial connection crashes
2019-07-11 10:42:42 -05:00
jwetzell
eb772ea614
Add Refreshing Group Cue Children
2019-07-10 20:02:43 -05:00
jwetzell
979ddd7756
Start cleaning up QParser
2019-07-10 17:26:25 -05:00
jwetzell
d986d810bb
Adding High Level Comments
2019-07-10 12:24:14 -05:00
jwetzell
20dc095515
Add packages to iOS project
2019-06-24 07:46:14 -05:00
jwetzell
11a42070d4
Work on multiple workspaces/password protected workspaces
2019-06-22 15:03:30 -05:00
jwetzell
5ad19ffbdb
Star work on Multiple Workspaces, Improve Networks
...
Android version 1.0.5
2019-04-25 08:44:20 -05:00
jwetzell
17b66f9113
Hopefully fix some network stuff
2019-04-23 17:04:22 -05:00
jwetzell
924a8e7af0
Work on Workspace loading
2019-04-23 11:05:28 -05:00
jwetzell
2bbf837b9e
General Housekeeping
2019-04-22 14:27:35 -05:00
jwetzell
bceaf80be3
Start work on Group Cue children loading
2019-04-19 13:51:07 -05:00
jwetzell
17abd07dc9
Reinstate Audio Level updating and sliders
2019-04-18 15:18:19 -05:00
jwetzell
7ce4ae4073
Send "/thump" at 5 sec intervals to keep alive
2019-04-18 09:50:06 -05:00
jwetzell
8fd0611a12
* qfont.ttf:
...
* qfont.ttf: Icons
* App.xaml.cs: Set Font String System Wide
* RootPage.xaml.cs:
* QGrid.cs:
* QCueListView.cs:
* qConnectionPage.xaml.cs:
* IPHelper.cs:
* QInstanceCell.cs: Switch to using Icon Font
* QSelectedCueCell.cs: Switch to Type Icon instead of just name
* QClient.cs: Create and dispose of sender for every sent message
* QCue.cs: Add Icon Code method
* ControlPage.xaml: Add hamburger menu
* ControlPage.xaml.cs: Menu for Workspace listing/ cue selection
* MenuPage.xaml.cs: Function to change menu items back for home page
2019-04-18 09:09:19 -05:00
jwetzell
54965a961f
Begin UI Redesign, switch to icon font
2019-04-12 11:02:11 -05:00
jwetzell
c7ff2e6269
Fix persistant storage functions I broke?
2019-04-10 15:07:28 -05:00
jwetzell
ce3a2b6649
Revert UDPListener back to non async version
2019-04-10 14:26:03 -05:00
jwetzell
b3db764557
More Cue updating stuff
2019-04-09 18:42:03 -05:00
jwetzell
886fe0cf0b
Implement notes, and work on updating cue info
2019-04-09 16:04:59 -05:00
jwetzell
a57aa970ca
Switch to using local workspace for info display
2019-04-09 10:59:48 -05:00
jwetzell
d2b295c328
Begin implementing "/update" responses from QLab
2019-04-08 16:06:15 -05:00
jwetzell
091ea32ccc
Move updater to its own thread
2019-04-08 09:34:10 -05:00
jwetzell
c156a3b926
Switch to using valuesForKeys to update cue
2019-04-08 09:19:07 -05:00
jwetzell
b02e2ef4bc
Adjust UI
2019-04-05 14:57:46 -05:00
jwetzell
83946f6878
Migrate All Communication to TCP
2019-04-05 13:14:15 -05:00
jwetzell
7fac1283da
Switch to modified version of SharpOSC for communication
2019-04-04 08:45:17 -05:00
jwetzell
30e23418a6
Initial check-in of module qController
2018-06-01 15:09:01 -05:00