Ionite
174910709d
Update async methods and refactor file handling
...
Refactored file handling to use asynchronous methods which improves performance. UpdateLinksForPackage method in SharedFolders class has been updated to return a Task. The code for moving all files and subdirectories within a source directory to destination directory has been added. In case destination contains a file with the same name, an exception is being thrown if the hashes of the files do not match.
1 year ago
Ionite
26510a14c7
Add FileExistsException
1 year ago
Ionite
3888ccdbaf
Merge remote-tracking branch 'origin/avalonia' into avalonia
1 year ago
Ionite
8afc52359f
Add optional underscore instance var naming prefix
1 year ago
JT
19f80c4662
make installerdialog's X button disabled when installing new package & add SelectionBrush to exception window
1 year ago
Ionite
fa3da62e02
Add InstallGit implementation for linux
1 year ago
Ionite
856c6fcf02
Add error handler for install
1 year ago
Ionite
895eaf1937
Add close button to installer dialog
1 year ago
Ionite
5d46310abe
Add rename handling for preview image and connected model info
1 year ago
JT
607c0e67bc
Added OnUnloaded event & made pages singletons & improved rename dialog
1 year ago
Ionite
5376cc395d
Log and continue on check update errors
1 year ago
Ionite
9d8a29b01d
MainWindow startup at CenterScreen
1 year ago
Ionite
78959b547b
Add exception throw test in debug settings
1 year ago
Ionite
7429cf295c
Add sentry and exception dialog handler
1 year ago
Ionite
0dd19b1d83
Enable using system font on windows
1 year ago
Ionite
eb59d069f5
Add initializer overloads for ServiceManager.Get
1 year ago
Ionite
cca8cc754a
Additional tests for AsyncStreamReader
1 year ago
Ionite
91404ab560
Update main window title
1 year ago
Ionite
388eaeafff
Fix UI text entry opacity
1 year ago
Ionite
3487e9833a
More console ansi parse stuff
1 year ago
Ionite
9019d4843e
Add ansi parser tests
1 year ago
Ionite
deda26b295
Improved ansi control sequence support in console
1 year ago
Ionite
ada255eebd
Improved repr formatting
1 year ago
Ionite
0ac31c7b9c
ProcessRunner and ansi parsing
1 year ago
Ionite
26a41af35e
Improved stop update waiting
1 year ago
Ionite
5efed8c8b0
Add AsyncStreamReader tests
1 year ago
Ionite
df4a456e3e
Split Console data to separate view model, enhanced handling
1 year ago
Ionite
911ce9e7dd
Made InstalledModelHashes optional to fix startup errors
1 year ago
Ionite
b96f2fc57e
Remove unreferenced old function
1 year ago
JT
6533069526
Use OnPrimaryButtonClicked instead of event
1 year ago
JT
e50ac12c9e
Added NotificationService.Show overload & some install page fixes
1 year ago
Ionite
15daf25ab1
Set initial launch args on startup
1 year ago
Ionite
48ad3b942a
more filters
1 year ago
Ionite
c4cb380733
Fix Pip exe path
1 year ago
Ionite
dd3f2e1bfe
Remove duplicate prereq helper
1 year ago
Ionite
40ea30f941
Move PyRunner paths to property to fix startup without librarydir
1 year ago
JT
ef713fc854
set cacheDuration to 15 mins
1 year ago
JT
2bb3692428
also fix a1111 launching with null weburl
1 year ago
JT
45a8c6ef69
Convert github cache to use db & some vlad fixes
1 year ago
Ionite
9a59445af1
Report progress output for oneclick
1 year ago
Ionite
8403a7b261
Add console output to pip install calls
1 year ago
Ionite
fb51010dca
Revert setting pythonhome for pyrunner
1 year ago
Ionite
d01a72884a
Add virtualenv install to setup python task
1 year ago
Ionite
d136355f0f
Fix linux path delimiter
1 year ago
Ionite
c5cf4db92c
Fix missing break
1 year ago
Ionite
438c18a0dd
Fix AsyncStreamReader logic for unix line seperators
1 year ago
Ionite
937e46efb5
improved error printing for pyvenvrunner
1 year ago
Ionite
9743688c69
Only use copy mode in windows
1 year ago
Ionite
69f21a55ff
Use static PythonHome to avoid needing to init
1 year ago
Ionite
883a98abf3
Fix pythonhome resolution
1 year ago