rockihack
|
d0ebaff7b4
|
Prevent memory dumps on windows.
|
2017-02-25 01:12:01 +01:00 |
|
Felix Geyer
|
4eea7c8297
|
Remove KEEPASSX_EXPORT attribute from Tools::binaryFind().
It's an inline function. Declaring it as KEEPASSX_EXPORT breaks
building on Windows.
Closes #373
|
2016-02-13 11:54:54 +01:00 |
|
Felix Geyer
|
ecfbf72a57
|
Merge branch '2.0'
|
2015-12-15 21:05:00 +01:00 |
|
Felix Geyer
|
17ab438c5a
|
Make sure Windows doesn't load DLLs from the current working directory.
|
2015-12-06 14:32:06 +01:00 |
|
Felix Geyer
|
2fa531745f
|
Check XML key file for valid base64 before using it.
QByteArray::fromBase64() doesn't validate the input.
Closes #366
|
2015-11-01 18:32:15 +01:00 |
|
Felix Geyer
|
5de0ec94e0
|
Stop using deprecated methods from QtAlgorithms.
|
2015-10-13 22:52:07 +02:00 |
|
Felix Geyer
|
7fa0eddc5f
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
|
Felix Geyer
|
ba1ca4ec08
|
Rename x11 auto-type plugin to xcb.
This matches what QGuiApplication::platformName() returns.
|
2015-09-12 13:51:49 +02:00 |
|
Felix Geyer
|
9882f16614
|
Remove Tools::currentDateTimeUtc().
|
2015-09-12 13:51:49 +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 |
|
Felix Geyer
|
169e6327ea
|
Disable core dumps and tracing on *nix.
But only when built in release mode.
Closes #4
|
2012-10-21 12:33:00 +02:00 |
|
Felix Geyer
|
2a45f57386
|
Support proper plugin finding.
So we don't have to hardcode the location anymore.
|
2012-07-18 21:22:36 +02:00 |
|
Felix Geyer
|
13eb1f6330
|
Add Tools::sleep() and Tools::wait().
|
2012-07-12 13:51:50 +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 |
|
Andreas Piesk
|
7568582b05
|
compile with QT < 4.7 (RHEL6 an clones)
|
2012-05-09 22:15:28 +02:00 |
|
Felix Geyer
|
f89ffa10e6
|
Add Tools::readAllFromDevice().
Make KeePass2XmlReader::readCompressedBinary() use the new function.
|
2012-05-02 11:06:24 +02:00 |
|
Florian Geyer
|
f8e2c95162
|
Add hasChild function to check for a child in a QObject tree.
|
2012-04-19 01:02:23 +02:00 |
|
Felix Geyer
|
2e011d5362
|
Improve code style.
|
2012-04-18 22:08:22 +02:00 |
|
Felix Geyer
|
08c8afc8f0
|
Add a Tools class with a humanReadableFileSize() method.
|
2012-04-09 23:53:46 +02:00 |
|