keepassxc/src/format
Josh Soref f71d0c0da8 Add ellipsis
The rule for ellipsis is simple:
If the described action requires interruption (typically by a dialog)
which requires user input, then ellipsis should be used to indicate
that triggering the menu will not immediately trigger the desired action.

Examples:
"Save" does not need an ellipsis in general (when the file name is known)
"Open..." needs an ellipsis, as one must select a file to open.
"Save as..." needs an ellipsis, as in order to save the file as something,
one must select a file name.
"About" does not need an ellipsis, while it may open a dialog, that dialog
is the desired result.
2017-07-20 14:12:58 +02:00
..
CsvExporter.cpp Convert Q_FOREACH loops to C++11 for loops. 2016-10-02 21:45:55 -04:00
CsvExporter.h Add ability to export databases to CSV files. 2015-07-14 22:14:34 +02:00
KeePass1.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass1Reader.cpp Convert Q_FOREACH loops to C++11 for loops. 2016-10-02 21:45:55 -04:00
KeePass1Reader.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass2.h Add support for Twofish in KeePass2 code 2017-01-28 17:53:11 +01:00
KeePass2RandomStream.cpp Catch and handle all errors from libgcrypt. 2015-05-09 23:21:44 +02:00
KeePass2RandomStream.h Warn if result of processInPlace() is unchecked. 2015-05-09 23:21:50 +02:00
KeePass2Reader.cpp Add ellipsis 2017-07-20 14:12:58 +02:00
KeePass2Reader.h spelling: transform 2017-01-14 20:13:34 +01:00
KeePass2Repair.cpp Merge branch '2.0' 2016-02-08 18:13:29 +01:00
KeePass2Repair.h Add repair functionality to strip invalid XML chars. 2016-01-28 23:07:04 +01:00
KeePass2Writer.cpp Merge branch 'develop' into feature/yubikey 2017-02-15 00:24:28 +01:00
KeePass2Writer.h Improve error messages for reading and wriiting databases. 2013-06-30 14:43:02 +02:00
KeePass2XmlReader.cpp Treat empty booleans in XML as false 2017-03-23 06:58:44 +02:00
KeePass2XmlReader.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
KeePass2XmlWriter.cpp spelling: characters 2017-01-14 17:31:38 +01:00
KeePass2XmlWriter.h Merge branch '2.0' 2016-01-29 17:22:37 +01:00