azakhi
dea0378a16
Fix Show/Hide parsing ( #133 )
...
* Fix Show/Hide parsing
* Improve disabled block test
2019-03-18 17:27:08 +00:00
azakhi
4862452188
Fix copied visuals not affecting preview ( #129 )
2019-03-11 16:44:40 +00:00
azakhi
db258de11e
Change default border color to transparent ( #128 )
2019-03-11 16:43:28 +00:00
Ben Wallis
444f09751a
Merge from master (missed 1.0.3 merge)
2018-12-06 21:45:46 +00:00
Ben Wallis
9356f55209
Merge branch 'develop' of https://github.com/ben-wallis/Filtration into develop
2018-12-06 21:44:24 +00:00
Ben Wallis
fb7bd8b81e
Bumped version to 1.1.0
2018-12-06 21:38:57 +00:00
azakhi
72ed517929
Fix pasting theme ( #124 )
2018-12-06 21:26:40 +00:00
Ben Wallis
290547cbba
Fixed cancel on exit not working
2018-12-06 21:20:42 +00:00
azakhi
065e56e0a6
Fix block style pasting ( #123 )
2018-12-06 20:18:05 +00:00
Ben Wallis
d686e6da39
* Added DisableDropSound icon for blocks with no other sound blocks
...
* Bumped version to 1.1.0-beta8
2018-12-06 18:01:42 +00:00
Ben Wallis
79398667b4
Fixed DisabledDefaultSound indicator not updating
2018-12-06 17:04:02 +00:00
Glen M
2424ab9195
Fix missing audio icons within block item controls. ( #121 )
2018-12-06 16:23:22 +00:00
azakhi
491f448f94
Fix theme editor scrolling ( #120 )
2018-12-06 15:35:21 +00:00
Glen M
2f49e85227
Add a DisableDropSound indicator. ( #118 )
...
* Add a DisableDropSound indicator.
* Improve the DisableDropSound indicator tooltip.
2018-12-06 15:15:46 +00:00
azakhi
dce0af7fd6
Fix null reference error on section search ( #117 )
2018-12-05 21:56:39 +00:00
Ben Wallis
208aeb39f6
Changed QualityBlockItem Maximum value to 99
2018-12-05 20:42:40 +00:00
Ben Wallis
79274df0fb
Removed NotSet from ItemRarity enum
2018-12-05 20:39:20 +00:00
Ben Wallis
4052d6e020
Fixed ScrollViewer event handling special casing
2018-12-05 20:26:01 +00:00
Ben Wallis
7c0da57570
Fixed combobox scrolling in ItemFilterBlockView
2018-12-05 20:09:30 +00:00
Ben Wallis
557767f4dc
Fixed MinimapIcon messagebox bug #116
2018-12-05 19:25:45 +00:00
Ben Wallis
ad1b46f975
Bumped version to 1.1.0-beta7
2018-12-05 17:42:42 +00:00
Ben Wallis
9f17d84a7f
* Moved VisualTreeHelper and PathOfExileColors to Filtration.Common
...
* Replaced bindings of PathOfExileColors with x:Static
* Fixed Advanced tab of ColorPicker control in theme editor not being clickable
2018-12-05 17:40:59 +00:00
Ben Wallis
0fe21336e6
* Fixed duplicated tooltips for sound preview buttons
...
* If Filtration is not running in its expected installation directory it will not check for updates - this enables us to release a zip file release that won't fail an update check every time it's run
2018-12-05 17:06:27 +00:00
Ben Wallis
2ba1b8adac
Added regression test for DisableDropSound block item parsing
2018-12-05 16:49:36 +00:00
Glen M
2415be089b
Create a nil value type for DisableDropSound. ( #114 )
2018-12-05 16:42:59 +00:00
Ben Wallis
892b2f15f2
* Removed old unused user settings
...
* Fixed prompt for filter directory selection appearing incorrectly on startup
* Bumped version to 1.1.0-beta6
2018-12-05 13:03:51 +00:00
Ben Wallis
042e5b41f9
Removed test projects from SquirrelReleasify build config
2018-12-05 12:42:47 +00:00
Ben Wallis
5fc260dbb2
Bumped version to 1.1.0-beta5
2018-12-05 12:42:01 +00:00
Ben Wallis
3de33e9447
Added .log as excluded filetype for installer
2018-12-05 12:33:34 +00:00
Ben Wallis
37ad9ac42e
Fixed AlertSounds not being included in installer
2018-12-05 12:32:28 +00:00
Glen M
fbd02702b0
Add enable/disable DropSound buttons. ( #112 )
...
* Add enable/disable DropSound buttons.
* Add undo/redo support for the DisableSound commands.
2018-12-05 12:31:47 +00:00
Ben Wallis
a20c988380
Bumped version to 1.1.0-beta4
2018-12-05 07:04:35 +00:00
Glen M
7ce5aaa861
Support for Path of Exile 3.5 and Betrayal league. ( #108 )
...
* Fix #107 by pulling SortOrder form an enum.
* Add initial support for the Prophecy block item.
* Update the static data.
* Hook Prophecy data into the static data service.
* Fill out the initial prophecy data.
2018-12-05 06:59:10 +00:00
Glen M
4b6cee9d94
Add a few missing item classes. ( #106 )
2018-12-04 19:30:25 +00:00
Ben Wallis
6fb0ec8084
Fixed EditableListBoxControl mouse wheel scrolling
2018-12-03 17:41:44 +00:00
Ben Wallis
a13dc44a7d
Added comments
2018-12-03 16:31:19 +00:00
Ben Wallis
05b729edf8
Fixed ScrollViewer in ItemFilterBlockView handling mouse wheel events ( #105 )
2018-12-03 16:28:22 +00:00
Ben Wallis
876e98437e
Shortened/fixed SummaryText for several block items
2018-12-02 21:51:19 +00:00
Ben Wallis
30e76e333c
* Bumped version to 1.1.0-beta3
...
* Fixed Switch to Appearance/Regular Block Items text overlapping block item controls
* Added Enable/Disable toggle button to Appearance block items control
* Added horizontal scrollbar to block items view
* Moved Enable/Disable toggle button to separate user control(previously it was only visible when viewing Regular block items)
* Added DesignTimeItemFilterBlockViewModel
2018-12-02 21:36:01 +00:00
Glen M
f840fb69ad
Throttle selections to improve Select All performance. ( #104 )
...
Throttle selections to improve Select All performance in ItemFilterScriptViewModel.
2018-12-02 16:30:50 +00:00
Ben Wallis
ae98c2d5de
Bumped version to 1.1.0-beta2
2018-11-28 22:29:52 +00:00
Ben Wallis
ba6d50cf45
* Added auto-expand sections on open setting
...
* Changed all sections to be expanded unless the new setting is disabled
* Tidied up some casting in ItemFilterScriptViewModel by using pattern matching
2018-11-28 22:28:21 +00:00
Ben Wallis
6838cb12a8
Fixed a crash when loading filters with custom sounds
2018-11-28 22:03:27 +00:00
Ben Wallis
fd2023598b
#83 - Fixed theme serialization
2018-11-28 21:50:42 +00:00
Ben Wallis
e3b1a5dba7
Updated nuspec release notes
2018-11-27 21:56:20 +00:00
Ben Wallis
25c25c2a1d
* Removed incorrect use of async method in MainWindowViewModel constructor
...
* Moved script/theme loading code to new ScriptLoadingService class
2018-11-27 21:48:36 +00:00
Ben Wallis
e5386132c3
Updated Squirrel from 1.8.0 to 1.9.0
2018-11-27 21:34:58 +00:00
Ben Wallis
784f0227ee
Updated NuGet packages
2018-11-27 21:26:04 +00:00
Ben Wallis
fb37faa7bc
* Moved item filter script directory handling code to new ItemFilterScriptDirectorySerivce class
...
* Fixed issue #94 where the user was prompted to select their Path of Exile data directory after every upgrade.
* The default Path of Exile data directory is now automatically chosen on first run if it exists
* Moved CommonOpenFileDialog usage to new DialogService class
* Changed Custom Sounds code in ItemFilterScriptViewModel to use ItemFilterScriptDirectory instead of DefaultPathOfExileDirectory
* Moved Custom Sounds code from constructor to Initialise method to prevent the files being enumerated before the directory is set during startup
2018-11-27 20:40:00 +00:00
azakhi
63236769aa
Add clear styles button ( #99 )
2018-11-26 21:26:04 +00:00