Florian Geyer
|
92bf7c94d0
|
Whitespace separated search terms are AND concatenated.
|
2012-10-21 21:09:27 +02:00 |
|
Felix Geyer
|
8fb2f9db7c
|
Move inline keyword to function definition.
|
2012-08-04 22:06:41 +02:00 |
|
Felix Geyer
|
e9a96ff80a
|
Mark m_pixmapCacheKey as mutable so we don't have to const_cast.
|
2012-07-25 12:18:16 +02:00 |
|
Felix Geyer
|
92efb3d20b
|
Move autoTypeSequence() and windowMatches() to the AutoType class.
|
2012-07-23 18:06:04 +02:00 |
|
Felix Geyer
|
ecea101962
|
Return Q_NULLPTR instead of 0 when the return type is a pointer.
|
2012-07-23 14:58:57 +02:00 |
|
Felix Geyer
|
7820bf2510
|
For global auto-type use the default sequence of the entry before the group.
|
2012-07-23 12:56:00 +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
|
ef579cbe3c
|
Refactor Entry::truncateHistory().
This allows us to drop Entry::getSize() and EntryAttachments::attachmentsSize()
which have weird semantics.
|
2012-07-20 00:45:34 +02:00 |
|
Felix Geyer
|
0c1fecfb2b
|
const_cast "this" instead of the member variable.
|
2012-07-19 23:32:31 +02:00 |
|
Felix Geyer
|
308d3ad84b
|
Use constructor initialization lists where possible.
|
2012-07-19 19:42:14 +02:00 |
|
Felix Geyer
|
7abaf0e215
|
Fix bug in Entry::autoTypeSequence() with default window sequences.
When using the default sequence autoTypeSequence() returned an empty string.
|
2012-07-16 17:34:19 +02:00 |
|
Felix Geyer
|
f98d834edb
|
Move Auto-Type associations handling from Entry into an own class.
|
2012-07-16 09:54:04 +02:00 |
|
Felix Geyer
|
f4a4930f42
|
Entry::autoTypeSequence() returns null string when no window matches.
Return QString() when a windowTitle is passed but doesn't match any
auto-type association.
|
2012-07-15 11:30:30 +02:00 |
|
Felix Geyer
|
bc207714da
|
Add initial auto-type implementation.
The platform dependent bits are separated in plugins.
A plugin for X11 using Xlib is already done.
|
2012-07-12 22:33:20 +02:00 |
|
Felix Geyer
|
782223a643
|
Coding style fixes.
|
2012-07-01 21:58:45 +02:00 |
|
Felix Geyer
|
ee3bc89a54
|
Coding style fixes.
|
2012-06-30 00:22:07 +02:00 |
|
Felix Geyer
|
68155e8f89
|
Make use of Q_NULLPTR.
|
2012-06-29 14:15:16 +02:00 |
|
Florian Geyer
|
4797926be6
|
History items can now be removed.
Refs #23
|
2012-05-20 13:07:45 +02:00 |
|
Florian Geyer
|
eb82df5994
|
Add entry clone functionality.
|
2012-05-16 10:30:25 +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
|
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
|
6b6c109903
|
Add search.
Refs #24
|
2012-05-13 19:21:10 +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
|
587a647c11
|
New TODO comment style.
Qt Creator 2.5 is able to parse those.
|
2012-05-11 12:39:06 +02:00 |
|
Andreas Piesk
|
7568582b05
|
compile with QT < 4.7 (RHEL6 an clones)
|
2012-05-09 22:15:28 +02:00 |
|
Felix Geyer
|
de4b90cdf1
|
Copy custom icons when moved to another database.
Closes #9
|
2012-04-27 11:22:02 +02:00 |
|
Felix Geyer
|
c36481edae
|
Support setting a new parent group with an empty db.
|
2012-04-27 10:50:32 +02:00 |
|
Felix Geyer
|
e026f3d1eb
|
Create a history item when changing entries.
Closes #15
|
2012-04-23 21:20:05 +02:00 |
|
Felix Geyer
|
ef26065a99
|
Update LocationChanged time when entries and groups are moved.
Closes #3
|
2012-04-22 12:10:21 +02:00 |
|
Felix Geyer
|
cc426d2453
|
Add missing check for group database.
|
2012-04-22 00:58:35 +02:00 |
|
Felix Geyer
|
0bcce7ce7f
|
Remove some unnecessary initializations.
|
2012-04-22 00:38:21 +02:00 |
|
Felix Geyer
|
411617cc8b
|
Add convenience function Database::addDeletedObject(const Uuid&).
Drop Group::addDeletedObject() and make Entry call the Database function
instead.
|
2012-04-22 00:29:39 +02:00 |
|
Florian Geyer
|
8467e7756d
|
Add ability to delete groups via gui.
|
2012-04-22 00:11:17 +02:00 |
|
Florian Geyer
|
fc8f1231c6
|
Fix expiry time and bool not being updated.
|
2012-04-18 17:03:58 +02:00 |
|
Florian Geyer
|
46bbabbe3c
|
Use UTC time spec.
|
2012-04-18 17:03:57 +02:00 |
|
Florian Geyer
|
ad865774d1
|
Add slot to update the timeinfo of an entry and connect it on modified signal.
|
2012-04-18 17:03:57 +02:00 |
|
Felix Geyer
|
a5ac1f2e80
|
Call m_group->database() instead of keeping a reference to Database in Entries.
Previously we didn't update m_db when the database of the group changed.
|
2012-04-18 13:57:57 +02:00 |
|
Felix Geyer
|
38585663e1
|
Don't modify the protected status of default attributes.
They are handled by Metadata::protect*.
|
2012-04-14 19:41:56 +02:00 |
|
Felix Geyer
|
d4a94a8996
|
Move attributes and attachments handking from Entry into own classes.
|
2012-04-14 15:38:20 +02:00 |
|
Felix Geyer
|
4334824e85
|
Emit modified() after all icon attributes have been set in Entry::setIcon().
|
2012-04-11 22:05:24 +02:00 |
|
Florian Geyer
|
674909f635
|
Add modified signals for entries.
|
2012-04-11 21:50:20 +02:00 |
|
Felix Geyer
|
9aaec3499d
|
Add signals for attribute and attachment changes.
|
2012-04-09 23:52:06 +02:00 |
|
Felix Geyer
|
57a953476a
|
Use QMap to store attributes and attachments.
QMap keeps the keys in a consistent order (sorted).
|
2012-04-09 22:20:11 +02:00 |
|
Felix Geyer
|
d527e63f1f
|
Change the Entry attributes/attachment API to provide a stable key order.
|
2012-04-06 19:33:29 +02:00 |
|
Felix Geyer
|
a8a6439ba0
|
Fix typo.
|
2012-01-07 17:18:48 +01:00 |
|
Felix Geyer
|
f39dfa1c88
|
Honor protect parameter when overwriting an attribute/attachment.
|
2012-01-07 16:23:20 +01:00 |
|