Felix Geyer
|
fff9e7ac46
|
Convert Q_FOREACH loops to C++11 for loops.
Q_FOREACH will de deprecated soon.
|
2016-10-02 21:45:55 -04:00 |
|
IvanF
|
235baa3dcc
|
Merge branch 'master' of https://github.com/keepassx/keepassx
Conflicts:
README.md
src/core/Config.cpp
src/gui/DatabaseTabWidget.cpp
src/gui/DatabaseTabWidget.h
src/gui/DatabaseWidget.cpp
src/gui/DatabaseWidget.h
src/gui/MainWindow.cpp
src/gui/MainWindow.h
src/gui/MainWindow.ui
src/gui/SearchWidget.ui
src/gui/SettingsWidget.cpp
src/gui/SettingsWidgetGeneral.ui
|
2015-01-29 00:17:39 -08:00 |
|
Felix Geyer
|
3ea0592b53
|
Add hasKey() convenience methods.
|
2014-12-03 23:36:24 +01:00 |
|
Keith Bennett
|
73f91db939
|
Merged keepassx-http.
|
2014-03-22 14:49:32 +00:00 |
|
Felix Geyer
|
f648172625
|
Rename EntryAttributes::URLNameKey to URLKey.
|
2013-12-02 00:10:47 +01:00 |
|
Florian Geyer
|
4a3da3abe7
|
Hard code copy action for default attributes.
|
2013-12-01 09:43:41 +01:00 |
|
Florian Geyer
|
34f12ac39c
|
Remove duplicate menu entries to copy username and password.
|
2013-11-30 16:05:10 +01:00 |
|
Francois Ferrand
|
75f0d132e5
|
Add removeSharedEncryptionKeys() and removeStoredPermissions()
|
2013-04-18 17:57:00 +02:00 |
|
Florian Geyer
|
ddd5e8a209
|
Add menu entry to copy an entry attribute to clipboard.
|
2012-10-24 20:03:33 +02:00 |
|
Felix Geyer
|
a50d2709e7
|
Replace EntryAttachments and EntryAttributes operator=() with copyDataFrom().
QObjects are not supposed to have assignment operators.
|
2012-07-20 12:15:19 +02:00 |
|
Felix Geyer
|
ee3bc89a54
|
Coding style fixes.
|
2012-06-30 00:22:07 +02:00 |
|
Felix Geyer
|
a407e0082b
|
Coding style improvements.
|
2012-05-14 19:10:42 +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
|
0b592c69b0
|
Emit defaultKeyModified() only when the data has actually changed.
|
2012-05-11 14:13:22 +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
|
e026f3d1eb
|
Create a history item when changing entries.
Closes #15
|
2012-04-23 21:20:05 +02:00 |
|
Felix Geyer
|
2e011d5362
|
Improve code style.
|
2012-04-18 22:08:22 +02:00 |
|
Felix Geyer
|
3d7479c67b
|
Change EntryAttributes::copyFrom() to copyCustomKeysFrom().
That way we don't overwrite the default entries in EditEntryWidget::saveEntry().
|
2012-04-14 19:38:45 +02:00 |
|
Felix Geyer
|
51854a7a45
|
Only emit signals from clear() when the internal data is non-empty.
Also make sure that m_attributes always contains the default attributes.
|
2012-04-14 18:47:40 +02:00 |
|
Felix Geyer
|
d4a94a8996
|
Move attributes and attachments handking from Entry into own classes.
|
2012-04-14 15:38:20 +02:00 |
|