~ubuntu-branches/ubuntu/trusty/keepass2/trusty-proposed

« back to all changes in this revision

Viewing changes to KeePass/App/AppDefs.cs

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-12-30 15:45:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111230154559-3en1b9v90hswvs1w
Tags: 2.18+dfsg-1
* New upstream release
  - refresh patches
  - drop upstream applied patches:
    explicitly-PUT-for-webdav-writes.patch
    prefer-4.0-framework-if-available.patch
* add patch to improve autotype when dealing with multiple keyboard layouts
  - Thanks to amiryal for the patch
* disable initial autoupdate popup via patch
* update years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
  KeePass Password Safe - The Open-Source Password Manager
3
 
  Copyright (C) 2003-2011 Dominik Reichl <dominik.reichl@t-online.de>
 
3
  Copyright (C) 2003-2012 Dominik Reichl <dominik.reichl@t-online.de>
4
4
 
5
5
  This program is free software; you can redistribute it and/or modify
6
6
  it under the terms of the GNU General Public License as published by
43
43
                public const string XslFileHtmlFull = "KDB4_DetailsFull.xsl";
44
44
                public const string XslFileHtmlTabular = "KDB4_Tabular.xsl";
45
45
 
 
46
                public const string ShInstUtil = "ShInstUtil.exe";
 
47
 
46
48
                public const string PluginProductName = "KeePass Plugin";
47
49
 
48
50
                // public const string MruNameValueSplitter = @"/::/";
66
68
                        public const string DatabaseSettings = "v2/dbsettings";
67
69
                        public const string DbSettingsGeneral = "general";
68
70
                        public const string DbSettingsSecurity = "security";
69
 
                        public const string DbSettingsProtection = "protection";
 
71
                        // public const string DbSettingsProtection = "protection";
70
72
                        public const string DbSettingsCompression = "compression";
71
73
 
72
74
                        public const string AutoType = "base/autotype";
100
102
                        public const string Setup = "v2/setup";
101
103
                        public const string SetupMono = "mono";
102
104
 
103
 
                        public const string FaqTech = "base/faq_tech";
104
 
                        public const string FaqTechMemProt = "memprot";
 
105
                        // public const string FaqTech = "base/faq_tech";
 
106
                        // public const string FaqTechMemProt = "memprot";
105
107
                }
106
108
 
107
109
                public static class CommandLineOptions