Janek Bevendorff
|
8d487d31a4
|
Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywords
|
2017-03-10 16:12:02 +01:00 |
|
thez3ro
|
78acdf9095
|
pointer to referenceRegExp
|
2017-03-07 20:16:51 +01:00 |
|
thez3ro
|
40851409fb
|
reuse referenceRegExp
|
2017-03-07 17:20:57 +01:00 |
|
thez3ro
|
a03e354504
|
highlight reference field in Database view
|
2017-03-07 17:20:57 +01:00 |
|
Janek Bevendorff
|
01e9d39b63
|
Add 'Remember my choice' checkbox
Allow user to store preference when asked whether to execute command, resolves #51
|
2017-01-28 14:18:43 +01:00 |
|
Jonathan White
|
aba4fa94be
|
Merge remote-tracking branch 'keepassx/master'
# Conflicts:
# README.md
# share/translations/keepassx_de.ts
# src/CMakeLists.txt
# src/gui/MainWindow.h
|
2016-02-27 19:11:09 -05:00 |
|
Felix Geyer
|
7fa0eddc5f
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02: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 |
|
Felix Geyer
|
6504b6f2bd
|
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
|
2013-10-03 15:18:16 +02: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
|
68155e8f89
|
Make use of Q_NULLPTR.
|
2012-06-29 14:15:16 +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
|
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
|
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
|
d4a94a8996
|
Move attributes and attachments handking from Entry into own classes.
|
2012-04-14 15:38:20 +02:00 |
|