Keith Bennett
|
73f91db939
|
Merged keepassx-http.
|
2014-03-22 14:49:32 +00:00 |
|
Ben Boeckel
|
66b3d22041
|
Use QString::toLatin1() rather than ::toAscii()
The toAscii (and fromAscii) are removed from Qt5 in favor of Latin1.
|
2013-11-24 21:19:20 +01:00 |
|
Felix Geyer
|
9c788a6e84
|
Support custom backends in Random.
Useful for tests.
|
2013-10-09 22:06:32 +02: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
|
ea992bc3e6
|
Support KeyPassHttp protocol.
Allows using passIfox (firefox) and Chromeipass (chrome).
|
2013-04-12 15:16:56 +02:00 |
|
Felix Geyer
|
ee3bc89a54
|
Coding style fixes.
|
2012-06-30 00:22:07 +02:00 |
|
Felix Geyer
|
b0ad864fe0
|
Always convert explicitly from QByteArray to QString.
|
2012-06-24 18:23:27 +02:00 |
|
Florian Geyer
|
4ec9df76cd
|
Add toHex function to Uuid.
|
2012-05-18 14:41:34 +02:00 |
|
Felix Geyer
|
a407e0082b
|
Coding style improvements.
|
2012-05-14 19:10:42 +02:00 |
|
Felix Geyer
|
9e0a6ad2d8
|
Add an assignment operator to Uuid and support serialization with QDataStream.
|
2012-04-25 00:15:40 +02:00 |
|
Felix Geyer
|
2e011d5362
|
Improve code style.
|
2012-04-18 22:08:22 +02:00 |
|
Felix Geyer
|
8a964f35d1
|
Add brackets.
|
2011-11-12 10:42:34 +01:00 |
|
Felix Geyer
|
8b5dcc7bee
|
Use the Uuid::LENGTH constant instead of literals.
|
2010-09-23 00:19:02 +02:00 |
|
Felix Geyer
|
9f0c3e5411
|
Implement Uuid::random().
|
2010-09-22 00:16:01 +02:00 |
|
Felix Geyer
|
f5dd24fdbe
|
Use upper case names for constants.
|
2010-09-05 11:46:36 +02:00 |
|
Felix Geyer
|
cd26e9d474
|
Add a bunch of new Parser testcases.
|
2010-08-25 21:14:41 +02:00 |
|
Felix Geyer
|
ef52e98ee6
|
Coding style++
|
2010-08-24 23:12:01 +02:00 |
|
Felix Geyer
|
e28ed4891b
|
Add signal for changes in Group.
|
2010-08-15 15:03:47 +02:00 |
|
Felix Geyer
|
a3211872e0
|
Use static method instead of a constructor for random Uuids.
|
2010-08-14 12:44:55 +02:00 |
|
Felix Geyer
|
d8b21c8b04
|
Mark constructors as explicit.
|
2010-08-14 12:28:52 +02:00 |
|
Felix Geyer
|
bd1ea05017
|
Fix parser and add unit tests.
|
2010-08-13 18:08:06 +02:00 |
|
Felix Geyer
|
dae532d659
|
More work on the parser and Entry/Group data structures.
|
2010-08-12 21:38:59 +02:00 |
|
Felix Geyer
|
3e3c23e4ad
|
Initial import.
|
2010-08-07 15:10:44 +02:00 |
|