Infi
4161e8e378
Set chat input to readonly on disabled tabs
2024-05-01 22:56:52 +02:00
Infi
b9e3920ff3
Better hover
2024-05-01 17:50:55 +02:00
Infi
f665792043
Bump
2024-05-01 17:08:06 +02:00
nebel
feb987744c
Merge pull request #36
...
* Close item tooltip with event to support Dalamud HandleItemOut hook
* Greatly simplify tooltip close event logic
2024-05-01 17:06:01 +02:00
nebel
31221ac8f6
Merge pull request #35
...
* Handle event items by checking item kind
2024-05-01 17:05:53 +02:00
Infi
93ed2874d8
hover different tooltips
2024-05-01 17:05:34 +02:00
Infi
91129d5bb3
use the correct file ofc
2024-04-30 19:23:08 +02:00
Infi
759cc267c2
Update loc and ignore loc files in diff
2024-04-30 19:21:13 +02:00
Infi
86485373a4
thanks crowdin for ruining my loc files
2024-04-30 04:29:08 +02:00
Infi
2552c5bd6a
Better implementation for disabled chat input
2024-04-30 04:02:04 +02:00
Infi
a74cdcb899
Prevent vanilla tooltip for event item and implement #28
2024-04-30 03:49:53 +02:00
Infi
695fd997d7
Merge pull request #33
...
fix: add Races, Clans and Companion Actions to auto-translate
2024-04-29 19:23:43 +02:00
Infi
036bcec1e7
Add debugger window
2024-04-29 19:21:17 +02:00
Dean Sheather
fdae6b1cd2
fix: add Races, Clans and Companion Actions to auto-translate
...
The Race, Tribe and BuddyAction sheets were skipped as the default
behavior was to include rows from `0..^0` if no range was specified in
the Completion sheet. That range would usually include everything, but
since the ranges were iterated over as integers there is no "last" index
so `^0` equals zero.
Also preloads the AutoTranslate cache on plugin load in a new thread to
avoid a hitch when sending the first message. This behavior is disabled
in DEBUG builds to make profiling easier.
2024-04-29 18:55:24 +10:00
Infi
8e006f8ab5
Just some formatting
2024-04-25 20:26:39 +02:00
Infi
60bfefd359
Add string formatting to some importer fields
2024-04-23 20:32:30 +02:00
Infi
3d28162641
Use ImRaii in ImGuiUtil
2024-04-23 08:17:11 +02:00
Infi
c892577f54
Fix freezing popouts on saving the settings
2024-04-23 07:48:57 +02:00
Infi
fc8199b3e5
Fix issues arise through shared height
2024-04-23 06:19:11 +02:00
Infi
6452f937b5
disable ESC key and sound for migration window
2024-04-23 04:20:17 +02:00
Infi
8ab450aa3e
Scale icons with font size
2024-04-22 16:44:48 +02:00
Infi
77ceffceef
Fix setting conditions not working
2024-04-22 05:10:24 +02:00
Infi
b4cb73dd0a
Add button to database section
2024-04-21 23:24:43 +02:00
Infi
f3530bf0fe
remove unused
2024-04-21 23:18:19 +02:00
Infi
9bdfa58deb
Implement some todos from #27
2024-04-21 23:16:49 +02:00
Infi
926f125cfa
Merge pull request #27
...
feat: add LiteDB => Sqlite importer
2024-04-21 21:04:11 +02:00
Infi
752b4deb16
Use ImRaii in chatlogwindow 2/2
2024-04-21 20:51:43 +02:00
Infi
2044306c3f
use imraii in chatlogwindow 1/2
2024-04-21 20:19:02 +02:00
Dean Sheather
398554fe1f
fixup! feat: add LiteDB => Sqlite importer
2024-04-22 02:47:51 +10:00
Dean Sheather
fcdb5625f3
feat: add LiteDB => Sqlite importer
2024-04-22 02:43:48 +10:00
Infi
c152f3dfde
use ImRaii in settings window
2024-04-21 16:44:45 +02:00
Infi
ed5cedefd2
remove message limit text as it doesn't exist for database itself
2024-04-21 01:59:04 +02:00
Infi
42e2fe12a4
Add old database section
2024-04-21 01:33:55 +02:00
Infi
366e121783
- Fixed hotkey behaviour in vanilla inputs
...
- Changed behaviour of tab switching
2024-04-21 00:29:07 +02:00
Infi
6215b5b20f
implement editorconfig
2024-04-20 14:48:25 +02:00
Infi
c74d84d470
Merge pull request #22
...
feat: replace LiteDB with Sqlite
2024-04-20 14:22:30 +02:00
Dean Sheather
bb6c6b0034
feat: replace LiteDB with Sqlite
...
- Replace LiteDB database engine with Sqlite
Note: old databases will not be deleted
- Message duplication detection improvements
- Tolerate parse errors in release builds, log them
2024-04-20 21:18:51 +10:00
Infi
d7573f7bf6
formatting
2024-04-20 11:56:46 +02:00
Infi
05fcdbe21a
bump
2024-04-19 22:04:05 +02:00
Infi
fd33934497
Fix state sharing leading to closed popouts
2024-04-19 21:56:39 +02:00
Infi
c0f9f83511
scope imraii
2024-04-19 20:05:48 +02:00
Infi
a06ee27b0e
switch to imraii for test
2024-04-19 19:53:05 +02:00
Infi
0c107a9290
end child outside of if
2024-04-19 19:33:26 +02:00
Infi
2d69af3f5c
fix formatting
2024-04-18 22:07:16 +02:00
Infi
cf40aca8c0
Merge pull request #21
...
Add option to limit the amount of shown log lines
2024-04-18 21:43:06 +02:00
Harold Iedema
e0793a51da
Add option to limit the amount of shown log lines
2024-04-18 19:31:27 +02:00
Infi
04b1063972
Merge pull request #20
...
fix: close the database on plugin load failure
2024-04-18 14:09:04 +02:00
Dean Sheather
a6decf97fb
fix: close the database on plugin load failure
2024-04-18 21:56:05 +10:00
Infi
e7ca4ee6a6
remove migration code
2024-04-18 12:11:55 +02:00
Infi
79488fdaab
Set channel on tab switch
2024-04-17 22:45:29 +02:00