added missing files,

temporarly removed DBus dependecies.

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@131 b624d157-de02-0410-bad0-e51aec6abb33
master
tarek_saidi 17 years ago
parent fbc6febc0c
commit adea668ad9
  1. 4
      src/KpxFirefox.cpp
  2. 3
      src/KpxFirefox.h
  3. 6
      src/mainwindow.cpp
  4. 5
      src/res/default-detailview.html
  5. 5
      src/res/resources.qrc

@ -19,11 +19,11 @@
***************************************************************************/
#include "KpxFirefox.h"
/*
KpxFirefoxAdaptor::KpxFirefoxAdaptor(KpxFirefox* obj): QDBusAbstractAdaptor(obj)
{ kpx=obj; }
*/

@ -21,6 +21,7 @@
#ifndef KPXFIREFOX_H
#define KPXFIREFOX_H
/*
#include <QtDBus/QtDBus>
#include <QObject>
#include "Database.h"
@ -54,7 +55,7 @@ class KpxFirefoxAdaptor:public QDBusAbstractAdaptor
private:
KpxFirefox* kpx;
};
*/
#endif

@ -60,11 +60,11 @@
#include "dialogs/CustomizeDetailViewDlg.h"
#include "dialogs/ExpiredEntriesDlg.h"
#include <QtDBus/QtDBus>
//#include <QtDBus/QtDBus>
#include <iostream>
QDBusServer* dbusServer;
QDBusConnection* dbusCon;
//QDBusServer* dbusServer;
//QDBusConnection* dbusCon;
Import_KeePassX_Xml import_KeePassX_Xml;
Import_PwManager import_PwManager;

@ -0,0 +1,5 @@
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Verdana'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Group:</span> %group% <span style=" font-weight:600;">Title:</span> %title% <span style=" font-weight:600;">Username:</span> %username% <span style=" font-weight:600;">Password:</span> %password% <span style=" font-weight:600;">URL:</span> %url% <span style=" font-weight:600; color:#000000;">Creation:</span> %creation% <span style=" font-weight:600;">Last Access:</span> %lastaccess% <span style=" font-weight:600;">Last Modification:</span> %lastmod% <span style=" font-weight:600;">Expiration:</span> %expire% <span style=" font-weight:600;"><br>Comment:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">%comment%</p></body></html>

@ -0,0 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>default-detailview.html</file>
</qresource>
</RCC>