Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | no message |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | sourceforge |
Files: | files | file ages | folders |
SHA1: |
4aaa3c5cf6e30430b0db740f32887310 |
User & Date: | rmsimpson 2006-02-15 05:40:12.000 |
Context
2006-02-17
| ||
06:06 | More index tweaks -- not done yet. check-in: cb20e39503 user: rmsimpson tags: sourceforge | |
2006-02-15
| ||
05:40 | no message check-in: 4aaa3c5cf6 user: rmsimpson tags: sourceforge | |
2006-02-14
| ||
19:47 | no message check-in: a1b56192e5 user: rmsimpson tags: sourceforge | |
Changes
Added SQLite.Designer/CtcComponents/Guids.h.
|
Added SQLite.Designer/CtcComponents/PkgCmd.ctc.
|
Added SQLite.Designer/CtcComponents/PkgCmdID.h.
|
Changes to SQLite.Designer/SQLite.Designer.csproj.
︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | + | <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="SQLiteCommandHandler.cs" /> <Compile Include="SQLiteConnectionProperties.cs" /> <Compile Include="SQLiteConnectionUIControl.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SQLiteConnectionUIControl.Designer.cs"> <DependentUpon>SQLiteConnectionUIControl.cs</DependentUpon> </Compile> |
︙ | |||
97 98 99 100 101 102 103 104 105 106 107 108 109 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | + + + + + + + | <ItemGroup> <EmbeddedResource Include="SQLiteConnectionUIControl.resx"> <SubType>Designer</SubType> <DependentUpon>SQLiteConnectionUIControl.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="SQLiteDataObjectSupport.xml" /> </ItemGroup> <ItemGroup> <CtcFile Include="CtcComponents\PkgCmd.ctc"> <ResourceName>1000</ResourceName> </CtcFile> <None Include="CtcComponents\Guids.h" /> <None Include="CtcComponents\PkgCmdID.h" /> </ItemGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="C:\Program Files\Visual Studio 2005 SDK\2006.02\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets" /> </Project> |
Added SQLite.Designer/SQLiteCommandHandler.cs.
|
Changes to SQLite.Designer/SQLiteDataViewSupport.xml.
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + + | <InitialDisplayName>{Root.Server}</InitialDisplayName> <CommandBindings> <!-- This command binding hooks up a command that launches the built- in Visual Studio query designer. --> <CommandBinding name="NewQuery" guid="501822E1-B5AF-11d0-B4DC-00A0C91506EF" cmdid="13608" handler="884DD964-5327-461f-9F06-6484DD540F8F"/> |
︙ |
Changes to SQLite.Designer/VSPackage.Designer.cs.
︙ | |||
55 56 57 58 59 60 61 62 63 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | + + + + + + + + + | get { return resourceCulture; } set { resourceCulture = value; } } /// <summary> /// Looks up a localized string similar to MHM2ZQETQKDTJEPTC1MTQCZ1R1KQEMAPZHETDZPZI9RPJ0E0DHAHKCHZPKQ8AQZICADHKIZ1JAQED8IDEHZPZKZEIKAQERHPRCQMAMRKDEZZQRDRDHJEZIKECZPDIIKC. /// </summary> internal static string _400 { get { return ResourceManager.GetString("400", resourceCulture); } } } } |
Changes to SQLite.Designer/VSPackage.resx.
︙ | |||
113 114 115 116 117 118 119 120 | 113 114 115 116 117 118 119 120 121 122 123 | + + + | </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="400" xml:space="preserve"> <value>MHM2ZQETQKDTJEPTC1MTQCZ1R1KQEMAPZHETDZPZI9RPJ0E0DHAHKCHZPKQ8AQZICADHKIZ1JAQED8IDEHZPZKZEIKAQERHPRCQMAMRKDEZZQRDRDHJEZIKECZPDIIKC</value> </data> </root> |
Changes to tools/install/InstallDesigner.cs.
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | + + - + + - + + - + + | private static Guid jetDataSourcesGuid = new Guid("{466CE797-67A4-4495-B75C-A3FD282E7FC3}"); private static Guid jetAltDataSourcesGuid = new Guid("{466CE797-67A4-4495-B75C-A3FD282E7FC4}"); private static string[] compactFrameworks = new string[] { "PocketPC", "SmartPhone", "WindowsCE" }; private string _regRoot = "8.0"; private System.Reflection.Assembly _assm = null; private bool _ignoreChecks = true; private string _assmLocation; System.Reflection.Assembly SQLite { get { if (_assm == null) { Environment.CurrentDirectory = Path.GetDirectoryName(typeof(InstallDesigner).Assembly.Location); try { _assmLocation = Path.GetFullPath("..\\System.Data.SQLite.DLL"); |
︙ | |||
227 228 229 230 231 232 233 | 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | + + - - - - - - - + + + + + + + - + - - - - - + + + + + - - - + + + + + + + + | if (installList.Items[n].Checked == true) { install = true; break; } } try { |
︙ | |||
380 381 382 383 384 385 386 | 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 | - + - + - + | subkey.SetValue("InvariantName", "System.Data.SQLite"); subkey.SetValue("RuntimeAssembly", "System.Data.SQLite.DLL"); } } } } |
︙ | |||
420 421 422 423 424 425 426 | 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 | - + - + | using (RegistryKey key = Registry.LocalMachine.OpenSubKey(String.Format("Software\\Microsoft\\{0}\\8.0\\Packages", keyname), true)) { using (RegistryKey subkey = key.CreateSubKey("{DCBE6C8D-0E57-4099-A183-98FF74C64D9C}", RegistryKeyPermissionCheck.ReadWriteSubTree)) { subkey.SetValue(null, "SQLite Designer Package"); subkey.SetValue("Class", "SQLite.Designer.SQLitePackage"); subkey.SetValue("CodeBase", Path.GetFullPath("SQLite.Designer.DLL")); |
︙ |
Changes to tools/install/install.csproj.
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | - + | <AssemblyName>install</AssemblyName> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\bin\designer\</OutputPath> |
︙ |