Florian Geyer
|
cf5f56af6f
|
Rename setting so it refers only to group expanded state changes.
|
2012-05-30 11:27:09 +02:00 |
|
Florian Geyer
|
5003499700
|
Add settings option if visual changes mark databases as modified.
|
2012-05-29 22:10:03 +02:00 |
|
Florian Geyer
|
6f48983efe
|
Remember last opened files.
|
2012-05-27 23:41:33 +02:00 |
|
Felix Geyer
|
7194a3d7a8
|
Store defaults in Config.
|
2012-05-27 20:05:57 +02:00 |
|
Felix Geyer
|
de95b6c347
|
Add DataPath::icon() parameter to only use local icons.
|
2012-05-27 12:43:58 +02:00 |
|
Felix Geyer
|
c6253fc025
|
Make copy constructor and assignment operator of singleton classes private.
|
2012-05-26 16:45:59 +02:00 |
|
Felix Geyer
|
e323fd169e
|
Use QDesktopServices::storageLocation() on Mac OS too.
|
2012-05-25 13:42:59 +02:00 |
|
Florian Geyer
|
b5249d196d
|
Rename KeePassApp to Application and move it to gui directory.
|
2012-05-21 22:04:40 +02:00 |
|
Florian Geyer
|
d445bf1ecd
|
Use a signal to connect to a slot in main window.
Coding style fixes.
http://gitorious.org/keepassx/keepassx/merge_requests/10
|
2012-05-21 22:04:40 +02:00 |
|
Tobias Tangemann
|
679398be00
|
Handle OSX Finder events
|
2012-05-21 22:04:40 +02:00 |
|
Felix Geyer
|
ca7c59d313
|
Fix data path on Mac OS.
|
2012-05-21 17:55:09 +02:00 |
|
Felix Geyer
|
5297722ede
|
Include header cleanup.
|
2012-05-20 23:08:23 +02:00 |
|
Florian Geyer
|
4797926be6
|
History items can now be removed.
Refs #23
|
2012-05-20 13:07:45 +02:00 |
|
Florian Geyer
|
4ec9df76cd
|
Add toHex function to Uuid.
|
2012-05-18 14:41:34 +02:00 |
|
Florian Geyer
|
d218924b4f
|
Add expiry option to group edit.
|
2012-05-18 10:52:05 +02:00 |
|
Florian Geyer
|
810a6e4b39
|
Display history items.
Refs #23
|
2012-05-17 23:29:37 +02:00 |
|
Florian Geyer
|
eb82df5994
|
Add entry clone functionality.
|
2012-05-16 10:30:25 +02:00 |
|
Felix Geyer
|
5ef3cdb428
|
Add some more asserts to make sure we only store UTC QDateTimes.
|
2012-05-16 10:05:58 +02:00 |
|
Felix Geyer
|
ce268260b1
|
Display expired entries and groups struck out.
|
2012-05-15 20:02:08 +02:00 |
|
Florian Geyer
|
621ec80bbe
|
Use static constants for default icon numbers.
|
2012-05-15 18:46:59 +02:00 |
|
Felix Geyer
|
b90807c4d3
|
Coding style fixes.
|
2012-05-15 17:48:48 +02:00 |
|
Felix Geyer
|
a407e0082b
|
Coding style improvements.
|
2012-05-14 19:10:42 +02:00 |
|
Felix Geyer
|
cd41727583
|
Get rid of Database pointer in Metadata.
|
2012-05-14 17:04:05 +02:00 |
|
Felix Geyer
|
53fb28624e
|
Fix memory leak in Entry::truncateHistory().
|
2012-05-14 16:29:22 +02:00 |
|
Felix Geyer
|
b88a0d8de3
|
Coding style improvements.
|
2012-05-14 16:27:59 +02:00 |
|
Florian Geyer
|
a57e8f9864
|
Preserve order of custom icons.
Closes #25
|
2012-05-13 20:50:41 +02:00 |
|
Florian Geyer
|
6b6c109903
|
Add search.
Refs #24
|
2012-05-13 19:21:10 +02:00 |
|
Florian Geyer
|
746a535c7d
|
Create recycle bin with search state and auto type disabled.
|
2012-05-13 19:03:41 +02:00 |
|
Felix Geyer
|
af726d465d
|
Fix typo.
|
2012-05-13 13:33:55 +02:00 |
|
Florian Geyer
|
4807ec3368
|
Include groups in custom icon delete check.
Refs #22
|
2012-05-12 02:14:06 +02:00 |
|
Florian Geyer
|
e4b6289c0b
|
Prevent deletion of custom icon if it is still used by other entries.
Refs #22
|
2012-05-12 00:30:29 +02:00 |
|
Florian Geyer
|
1c24b2c5c4
|
Add gui option for history max items and size to database settings widget.
|
2012-05-11 20:14:52 +02:00 |
|
Florian Geyer
|
1a74feb253
|
Improve history limits.
Closes #16
|
2012-05-11 20:14:43 +02:00 |
|
jacek81
|
8c87a87da6
|
Added history limits enforcement
|
2012-05-11 20:04:51 +02:00 |
|
Felix Geyer
|
860a2131b3
|
Emit dataChanged() when the entry icon has changed.
|
2012-05-11 14:14:12 +02:00 |
|
Felix Geyer
|
0b592c69b0
|
Emit defaultKeyModified() only when the data has actually changed.
|
2012-05-11 14:13:22 +02:00 |
|
Felix Geyer
|
587a647c11
|
New TODO comment style.
Qt Creator 2.5 is able to parse those.
|
2012-05-11 12:39:06 +02:00 |
|
Felix Geyer
|
cc6f524168
|
Add Tools::readFromDevice() and make FileKey use it.
|
2012-05-10 19:00:36 +02:00 |
|
Felix Geyer
|
6eebd95de1
|
Move FileKey::isHex() to Tools.
|
2012-05-10 18:34:51 +02:00 |
|
Felix Geyer
|
ce0007acd2
|
Improve file dialog filter for adding custom icons.
|
2012-05-10 18:09:42 +02:00 |
|
Felix Geyer
|
6234065898
|
Make sure TimeInfo only contains UTC values.
|
2012-05-09 23:16:32 +02:00 |
|
Andreas Piesk
|
7568582b05
|
compile with QT < 4.7 (RHEL6 an clones)
|
2012-05-09 22:15:28 +02:00 |
|
Felix Geyer
|
18c7fae463
|
Add icons used by KMessageWidget.
|
2012-05-03 00:15:31 +02:00 |
|
Felix Geyer
|
539ea5bd44
|
Add generic DataPath::icon() method.
|
2012-05-02 23:48:17 +02:00 |
|
Felix Geyer
|
739f4d97a6
|
Coding style fixes.
|
2012-05-02 17:04:03 +02:00 |
|
Felix Geyer
|
f89ffa10e6
|
Add Tools::readAllFromDevice().
Make KeePass2XmlReader::readCompressedBinary() use the new function.
|
2012-05-02 11:06:24 +02:00 |
|
Felix Geyer
|
599d60270d
|
Coding style fixes.
|
2012-04-28 21:42:23 +02:00 |
|
Felix Geyer
|
1d39368f8d
|
Support editing attribute values in a separate text edit.
|
2012-04-28 19:11:15 +02:00 |
|
Felix Geyer
|
7c094d4723
|
Add EntryAttributes::rename().
|
2012-04-27 12:34:15 +02:00 |
|
Felix Geyer
|
de4b90cdf1
|
Copy custom icons when moved to another database.
Closes #9
|
2012-04-27 11:22:02 +02:00 |
|