58 Commits

Author SHA1 Message Date
chylex
a1c93232d0
Cleanup temporary files when DHT is closed 2022-05-21 21:32:32 +02:00
chylex
db5f9d65db
Change default viewer file name to the name of the database file 2022-05-21 20:11:09 +02:00
chylex
4cbf387e2a
Optimize viewer export to support exporting large databases 2022-05-21 20:11:09 +02:00
chylex
64cf3c9fbb
Calculate amount of exported messages asynchronously 2022-05-21 20:11:09 +02:00
chylex
1a6346677e
Improve performance of check box dialogs by using ItemsRepeater instead of ItemsControl 2022-05-19 22:07:38 +02:00
chylex
8fd4561721
Try to fix inconsistency with embedded resource generation 2022-03-24 00:03:12 +01:00
chylex
9fe68be3f4
Fix bad command for executing python script in .csproj 2022-03-23 20:40:38 +01:00
chylex
86acef1a22
Add option to Advanced tab to vacuum the database 2022-03-21 14:18:21 +01:00
chylex
277e241183
Speed up opening database by deferring the initial refresh of total message count 2022-03-21 14:18:21 +01:00
chylex
3b41ea7b5f
Fix showing potentially outdated message count when merging databases 2022-03-21 14:03:21 +01:00
chylex
fd09ac496e
Increase batch size when adding randomly generated data & fix magic numbers 2022-03-21 01:19:20 +01:00
chylex
3e891e19c3
Avoid redundant database queries when the Viewer tab is not visible 2022-03-20 23:11:39 +01:00
chylex
9341988017
Add debug tab with random database data generator 2022-03-20 23:11:38 +01:00
chylex
461e403733
Fix viewer filter not including the whole last day 2022-03-20 21:20:10 +01:00
chylex
c03e2d328d
Fix redundant XAML 2022-03-20 20:43:43 +01:00
chylex
c23fac465f
Rework app build setup to call minification script automatically 2022-03-19 21:49:56 +01:00
chylex
a5e8366f1b
Redesign status bar in the app 2022-03-17 20:38:25 +01:00
chylex
3b698dbf33
Change assembly names of subprojects 2022-03-15 12:57:55 +01:00
chylex
dc2c2d7ce8
Remove unnecessary .csproj tags and hide embedded resources from IDEs 2022-03-15 12:55:39 +01:00
chylex
bb5634adc4
Move screens to a different namespace 2022-03-15 12:55:27 +01:00
chylex
d26e16eadf
Move advanced tracking settings into a separate tab 2022-03-14 18:17:17 +01:00
chylex
ae821f738e
Fix app memory leaks caused by UI code 2022-03-13 14:47:25 +01:00
chylex
58259c0bb4
Update Avalonia to 0.10.13 2022-03-12 18:12:31 +01:00
chylex
a84a453990
Redesign the app 2022-03-12 18:12:30 +01:00
chylex
f8331a571e
Fix right margins in Viewer filter panel, causing early wrapping 2022-03-10 03:39:48 +01:00
chylex
72c13cbb58
Fix more database disposal issues 2022-03-06 15:22:03 +01:00
chylex
be5c76c3bd
Add debug log level and reset console colors after logging 2022-03-05 20:09:24 +01:00
chylex
217c1f9e10
Tell users to backup database file(s) before a schema upgrade 2022-03-05 18:43:48 +01:00
chylex
9a7a2cffc2
Allow database file path to be passed as the first command line argument to the app
This adds support for directly opening files with the DHT app, for ex. in Windows Explorer by using "Open With", or by associating the ".dht" extension with the app.
2022-03-05 16:43:58 +01:00
chylex
6d3db23f80
Fix not manually disposing of resources when the app window is closed 2022-03-05 13:36:04 +01:00
chylex
c4fe6c4391
Move app version info out of .csproj and into a single linked .cs file 2022-02-27 16:20:39 +01:00
chylex
ebfe972a98
Update uses of Avalonia APIs & safeguard clipboard code 2022-02-27 15:29:54 +01:00
chylex
20aac4c47a
Update Avalonia to 0.10.12 2022-02-27 15:21:38 +01:00
chylex
35308e0995
Add option to re-enable Ctrl+Shift+I in the Discord app 2022-02-27 15:08:56 +01:00
chylex
f7f32c3f6a
Fix Avalonia designer not seeing custom windows and controls 2022-02-27 11:37:08 +01:00
chylex
4dc781b35c
Address Rider inspections 2022-02-21 22:27:29 +01:00
chylex
849ef18adb
Reorganize namespaces and move some classes to a separate Utils project 2022-02-21 22:27:01 +01:00
chylex
77aa15e557
Add database file name to the app title
References #165
2022-02-20 20:03:59 +01:00
chylex
47b106503d
Fix database path being editable in the Database tab in the app 2022-02-20 19:55:32 +01:00
chylex
edc23d616d
Release v33.1 (app) 2022-02-12 11:23:24 +01:00
chylex
e8677c09b4
Release v33 (app) 2021-12-01 08:13:19 +01:00
chylex
378c54908e
Add tools to remove/keep filtered messages in the app 2021-11-29 23:43:56 +01:00
chylex
07af4ae00f
Improve localization for dates and numbers in the app UI 2021-11-29 17:52:07 +01:00
chylex
c262e5aaa4
Minor visual fixes for app UI 2021-11-29 17:52:07 +01:00
chylex
96e125b812
Add channel & user filters to the app 2021-11-29 15:16:51 +01:00
chylex
c0123b9f91
Add check box dialog 2021-11-29 15:12:35 +01:00
chylex
2ec9c7cbc3
Fix Rider inspections 2021-11-28 16:20:34 +01:00
chylex
4cfe19d369
Tweak button styles in the app 2021-11-28 14:09:56 +01:00
chylex
f449859ad9
Update Avalonia to 0.10.10 2021-11-28 13:57:49 +01:00
chylex
ae5630cf96
Fix missing app icon in dialog windows 2021-11-27 20:59:16 +01:00