Removed unnecessary executable flags
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@150 b624d157-de02-0410-bad0-e51aec6abb33
0
keepass.pro
Executable file → Normal file
0
share/keepass/icons/bookmark_del.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
0
share/keepass/icons/bookmark_this.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
0
share/keepass/icons/clientic.png
Executable file → Normal file
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
0
share/keepass/icons/i18n.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
share/keepass/icons/key.png
Executable file → Normal file
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
share/keepass/icons/lock.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
share/keepass/icons/ok.png
Executable file → Normal file
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 634 B |
0
share/keepass/icons/pwd_hide.png
Executable file → Normal file
|
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 754 B |
0
share/keepass/icons/search.png
Executable file → Normal file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
src/PwmConfig.cpp
Executable file → Normal file
0
src/PwmConfig.h
Executable file → Normal file
0
src/crypto/sha256.h
Executable file → Normal file
0
src/crypto/twoclass.cpp
Executable file → Normal file
0
src/crypto/twoclass.h
Executable file → Normal file
0
src/crypto/twofish.cpp
Executable file → Normal file
0
src/crypto/twofish.h
Executable file → Normal file
0
src/dialogs/AboutDlg.cpp
Executable file → Normal file
0
src/dialogs/AboutDlg.h
Executable file → Normal file
0
src/dialogs/DatabaseSettingsDlg.cpp
Executable file → Normal file
0
src/dialogs/DatabaseSettingsDlg.h
Executable file → Normal file
0
src/dialogs/EditEntryDlg.cpp
Executable file → Normal file
0
src/dialogs/EditEntryDlg.h
Executable file → Normal file
0
src/dialogs/EditGroupDlg.cpp
Executable file → Normal file
0
src/dialogs/EditGroupDlg.h
Executable file → Normal file
0
src/dialogs/PasswordDlg.cpp
Executable file → Normal file
0
src/dialogs/PasswordDlg.h
Executable file → Normal file
0
src/dialogs/PasswordGenDlg.cpp
Executable file → Normal file
0
src/dialogs/PasswordGenDlg.h
Executable file → Normal file
0
src/dialogs/SearchDlg.cpp
Executable file → Normal file
0
src/dialogs/SearchDlg.h
Executable file → Normal file
0
src/dialogs/SettingsDlg.cpp
Executable file → Normal file
0
src/dialogs/SettingsDlg.h
Executable file → Normal file
0
src/dialogs/SimplePasswordDlg.cpp
Executable file → Normal file
0
src/dialogs/SimplePasswordDlg.h
Executable file → Normal file
0
src/import/Import_KWalletXml.cpp
Executable file → Normal file
0
src/import/Import_KWalletXml.h
Executable file → Normal file
0
src/import/Import_PwManager.cpp
Executable file → Normal file
0
src/import/Import_PwManager.h
Executable file → Normal file
@@ -1,31 +0,0 @@
|
|||||||
/***************************************************************************
|
|
||||||
* Copyright (C) 2005-2006 by Tarek Saidi *
|
|
||||||
* tarek.saidi@arcor.de *
|
|
||||||
* *
|
|
||||||
* This program is free software; you can redistribute it and/or modify *
|
|
||||||
* it under the terms of the GNU General Public License as published by *
|
|
||||||
* the Free Software Foundation; version 2 of the License. *
|
|
||||||
|
|
||||||
* *
|
|
||||||
* This program is distributed in the hope that it will be useful, *
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
|
||||||
* GNU General Public License for more details. *
|
|
||||||
* *
|
|
||||||
* You should have received a copy of the GNU General Public License *
|
|
||||||
* along with this program; if not, write to the *
|
|
||||||
* Free Software Foundation, Inc., *
|
|
||||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
#include <QMessageBox>
|
|
||||||
#include "AutoType.h"
|
|
||||||
|
|
||||||
QWidget* AutoType::MainWin=NULL;
|
|
||||||
|
|
||||||
void AutoType::perform(IEntryHandle* entry, QString& err){
|
|
||||||
QString str;
|
|
||||||
QMessageBox::warning(NULL,tr("Error"),"This feature is not available under Windows");
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||