Commit Graph

  • de2f12f451 Setting up MVVM. Greg 2022-04-25 23:11:38 -06:00
  • 375f4a49ed Installer UI now works :D Unfortunately .NET FW 4.8 and I had to make a second SimpleUI for .NET FW 😆 Greg 2022-04-25 17:32:03 -06:00
  • 599a75e211 Clean up project. Greg 2022-04-25 16:22:58 -06:00
  • fe7e14aea5 Working on adding installer support but wix either does not support .NET 6.0 or I have built something incorrect :( Greg 2022-04-24 19:16:26 -06:00
  • 7deebb72a1 Merge branch 'master' of https://github.com/OSM-Made/Orbis-Suite-3.0 Greg 2022-04-23 10:45:34 -06:00
  • 7ac324d937 Clean up repo and update git ignore Greg 2022-04-23 10:45:20 -06:00
  • 36533fce8b Update README.md Greg 2022-04-23 10:27:11 -06:00
  • 1e7a610854 Add Toolbox Settings to API, fixed some visuals & fixed API port reuse bug. Greg 2022-04-23 10:19:59 -06:00
  • 9ff3fbc92b Fixed Accept blocking when restarting toolbox with API running. Greg 2022-04-10 09:11:35 -06:00
  • 6175ebf03b Initial API Commit. Greg 2022-04-09 18:50:24 -06:00
  • dd22905485 Fixed page table referance. Greg 2022-04-07 22:39:34 -06:00
  • 27620da0cc Remove Daemon & Orbis Toolbox 1.0 Greg 2022-04-06 21:31:00 -06:00
  • c129c345b2 Implement Orbis Toolbox 2.0 :D Greg 2022-04-06 21:30:13 -06:00
  • 50f8abc547 Fixed shell UI Loader. Greg 2022-04-04 23:18:40 -06:00
  • 1da84ea486 Clean up Kernel Loader. Greg 2022-04-04 21:40:52 -06:00
  • 0a59946383 Needs clean up but kernel load fixed! Greg 2022-04-03 18:12:33 -06:00
  • 98f1fa166c bunch of uselsess changes since oosdk is broken Greg 2022-03-31 21:50:52 -06:00
  • 3bbbd716db fix syscall dum Greg 2022-03-31 00:07:37 -06:00
  • dfc7040a74 Build no longer needs the bsd environment var & Debug Kernel launcher is implemented. Greg 2022-03-30 23:28:33 -06:00
  • 2c0d9dca52 Got the Run Kernel proj to build 😆 Greg 2022-03-29 17:37:37 -06:00
  • 23cbef1084 Adding some debug projects. & Toolbox 2.0 Project :) Greg 2022-03-27 20:05:27 -06:00
  • 8a7bdd98e4 Merge branch 'master' of https://github.com/OSM-Made/Orbis-Suite-3.0 Greg 2022-03-27 11:28:06 -06:00
  • 1cf24e4729 replaced the binding for the IP Address. Greg 2022-03-27 11:27:56 -06:00
  • 8c7a831d31 Update README.md Greg 2022-03-27 11:21:26 -06:00
  • 758fdf4e66 Adding more functionality to Dashboard View. Greg 2022-03-21 11:32:54 -06:00
  • d55b92e9d2 Making the Dashboard View functional & re aranging the Target Panel. Greg 2022-03-21 11:14:56 -06:00
  • a939dd745d Added sending of payloads from neighborhood. Greg 2022-03-20 12:30:06 -06:00
  • e3e97e6fc6 Fixed a bug where you could edit/add a target with no name or IP Address. Greg 2022-03-20 12:11:36 -06:00
  • b49d20ccdf Fixed a bug where the gc would dispose of something it shouldn't have. Greg 2022-03-20 11:53:32 -06:00
  • 29ed92b70e Fix image blocking hover event for ImageButton. Greg 2022-03-20 10:31:51 -06:00
  • 9217dfabaa Target Buttons can now be disabled with visual feed back. Greg 2022-03-20 10:28:28 -06:00
  • 3df1354609 Launcher apps can be disabled & Target Panel icons are better quality now. Greg 2022-03-20 09:03:28 -06:00
  • 19fcecf3e8 Fxied bug with settings availability, added Target Settings. Greg 2022-03-19 22:51:10 -06:00
  • 1441358d36 Finished target editing and added the ability to change the default target. Disabled writing target status for now till I fix a bug. Greg 2022-03-18 21:39:04 -06:00
  • 04b5bb6996 Mostly completed EditTargetView. Greg 2022-03-17 21:40:38 -06:00
  • dee6125266 Bit hacky but daisy chained events to call refresh on target view. Greg 2022-03-17 16:15:58 -06:00
  • 8ae5623047 Added back the Add Target Sub View & worked on the backing controls. Greg 2022-03-15 22:11:49 -06:00
  • 78538bde56 Using new Simple UI version. Greg 2022-03-15 19:09:46 -06:00
  • 3b5c666bd0 Added New Target Dialog. Greg 2022-03-15 19:07:41 -06:00
  • 81fcec1f26 Update SimpleUI for new scroll bars & Added backing code for target info. Greg 2022-03-14 22:44:12 -06:00
  • ad2f416ff7 Moved the current target display to its own control and added functionality :D Greg 2022-03-13 17:24:44 -06:00
  • 3729343c43 Made the App Launchers into a control. Greg 2022-03-13 13:18:10 -06:00
  • d59ebcc9f7 Finished porting to new data model db. Greg 2022-03-13 10:49:57 -06:00
  • f0e14d292a Added finding default target to new db. Greg 2022-03-12 23:05:22 -07:00
  • 67d0eaea44 Working on converting the database to ORM. Greg 2022-03-12 13:45:14 -07:00
  • 954d189947 Working on porting the db structure. Greg 2022-03-11 23:20:10 -07:00
  • e2c5330c76 Ditched the SubView Idea & started to refactor the db code to a nicer nuget package. Greg 2022-03-11 17:43:37 -07:00
  • e6cad6319f Added framework for sub views. Greg 2022-03-08 22:59:04 -07:00
  • 317155b731 Fixed the regex :D Greg 2022-03-07 23:06:27 -07:00
  • cb6223bf14 Update README.md Greg 2022-03-06 23:33:43 -07:00
  • a02cd077ee Update Sub Module Version. Greg 2022-03-06 23:32:38 -07:00
  • 231866b4d9 Implementing TargetView & fixed null packet bug. Greg 2022-03-05 23:00:46 -07:00
  • 8acfebab52 Move submodules to the External folder. Greg 2022-03-03 23:34:51 -07:00
  • 9502083ecf Added the FreeBSD Includes submodule. Greg 2022-03-03 23:28:45 -07:00
  • bc35f7c058 Add pkg data to build folder. Greg 2022-03-03 23:11:08 -07:00
  • baeae86376 Added projects from 2.0 though not the daemon as I will be re writing it. Kernel could also probably use some work to tidy it up. Greg 2022-03-03 23:08:30 -07:00
  • 49adf83ccc Fixed memory leak with viewmodels & added icons for menu buttons. Greg 2022-03-02 22:06:10 -07:00
  • 4e202e98a6 Added Settings functionality. Greg 2022-03-02 16:43:56 -07:00
  • 05fdde1d8e Add Service Icon Greg 2022-03-01 22:47:03 -07:00
  • 0f1192bd08 Fixed some bugs with the DB and implementing settings to the new UI :D Greg 2022-03-01 22:46:44 -07:00
  • 2503b1e163 Implemented OrbisLib from 2.0. Greg 2022-03-01 22:14:52 -07:00
  • 758db7b71e Completed Implementing ground work for OrbisLib. Greg 2022-03-01 19:12:37 -07:00
  • 33ff82f5ab Re implementing OrbisLib and the OrbisSuiteService Greg 2022-03-01 17:07:28 -07:00
  • b5ee863bd9 Finished designing the Settings UI. Greg 2022-02-27 14:15:11 -07:00
  • 44530d83c8 Merge branch 'master' of https://github.com/OSM-Made/Orbis-Suite-3.0 Greg 2022-02-27 10:22:42 -07:00
  • 28e1f284da Added BuildString & Fixed some bindings. Greg 2022-02-27 10:21:18 -07:00
  • 0582e5ab05 Added BuildString & Fixed some bindings. Greg 2022-02-27 10:21:18 -07:00
  • debaf407d5 build date stuff. Greg 2022-02-27 01:21:59 -07:00
  • ec33f914b1 Fixed Image Rendering, Setting Panel & Added Default Title Images Greg 2022-02-27 00:55:49 -07:00
  • 31bbcfe554 Create README.md Greg 2022-02-26 13:32:09 -07:00
  • 17a8c839c0 Updated Header Image Greg 2022-02-26 13:15:02 -07:00
  • 26e7e50ee2 Trying to make a setting panel but names are dum Greg 2022-02-24 22:33:16 -07:00
  • bacc40e5bb Fix colours and sizes for new SimpleUI update. Greg 2022-02-22 20:53:47 -07:00
  • 226494b5e6 Basic Settings Layout. Greg 2022-02-22 20:23:22 -07:00
  • c354651629 Implemented TargetView and its children controls. Greg 2022-02-21 21:55:17 -07:00
  • 6cf0fcf447 Completed Designing the Dashboard. Greg 2022-02-20 22:48:06 -07:00
  • 77bec51ff1 Implementing Neighborhood design. + Adding Assets Greg 2022-02-19 23:13:47 -07:00
  • f29118dd4f Fix gitmodules Greg 2022-02-19 09:58:09 -07:00
  • 72fc85ca4a Add gitmodules Greg 2022-02-19 09:51:12 -07:00
  • b2224cee87 Add project files. Greg 2022-02-19 09:48:06 -07:00
  • 830cafd326 Add .gitignore and .gitattributes. Greg 2022-02-19 09:48:04 -07:00