Skip to content

Commit 2be1ef8

Browse files
author
grammarian
committed
- Add new files
git-svn-id: https://svn.code.sf.net/p/objectlistview/code/cs/trunk@800 0bec5ed8-b53f-49e6-9885-ce7bc93af311
1 parent b2670a1 commit 2be1ef8

File tree

10 files changed

+10
-3
lines changed

10 files changed

+10
-3
lines changed

ObjectListView/ObjectListView2012.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>ObjectListView.Official</id>
55
<title>ObjectListView (Official)</title>
6-
<version>2.8.1</version>
6+
<version>2.9.0-beta1</version>
77
<authors>Phillip Piper</authors>
88
<owners>Phillip Piper</owners>
99
<licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
@@ -12,8 +12,8 @@
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<summary>ObjectListView is a .NET ListView wired on caffeine, guarana and steroids.</summary>
1414
<description>ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.</description>
15-
<releaseNotes>V2.8 added the ability to disable rows, and to have checkboxes in column headers. v2.8.1 Fixed some bugs in v2.8.0</releaseNotes>
16-
<copyright>Copyright 2006-2014 Bright Ideas Software</copyright>
15+
<releaseNotes>V2.9 adds buttons to cells, fixed some formatting bugs, and completely rewrote the demo to be much easier to understand.</releaseNotes>
16+
<copyright>Copyright 2006-2015 Bright Ideas Software</copyright>
1717
<tags>.Net WinForms Net20 Net40 ListView Controls</tags>
1818
</metadata>
1919
</package>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ConvertToAutoProperty/@EntryIndexedValue">DO_NOT_SHOW</s:String>
3+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=FieldCanBeMadeReadOnly_002ELocal/@EntryIndexedValue">DO_NOT_SHOW</s:String>
4+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantThisQualifier/@EntryIndexedValue">DO_NOT_SHOW</s:String>
5+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestUseVarKeywordEverywhere/@EntryIndexedValue">DO_NOT_SHOW</s:String>
6+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=SuggestUseVarKeywordEvident/@EntryIndexedValue">DO_NOT_SHOW</s:String>
7+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb"&gt;&lt;ExtraRule Prefix="" Suffix="" Style="aaBb" /&gt;&lt;/Policy&gt;</s:String></wpf:ResourceDictionary>

docs/images/button-states.png

15.6 KB
Loading

docs/images/buttons-1.png

4.85 KB
Loading

docs/images/buttons-hot.png

5.29 KB
Loading

docs/images/buttons-pressed.png

5.28 KB
Loading

docs/images/described-task-2.png

23.3 KB
Loading

docs/images/described-task-row.png

17.3 KB
Loading

docs/images/described-task1.png

87.2 KB
Loading
148 KB
Binary file not shown.

0 commit comments

Comments
 (0)