diff --git a/keepass.pro b/keepass.pro old mode 100755 new mode 100644 diff --git a/share/keepass/icons/bookmark_del.png b/share/keepass/icons/bookmark_del.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/bookmark_this.png b/share/keepass/icons/bookmark_this.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/clientic.png b/share/keepass/icons/clientic.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/i18n.png b/share/keepass/icons/i18n.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/key.png b/share/keepass/icons/key.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/lock.png b/share/keepass/icons/lock.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/ok.png b/share/keepass/icons/ok.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/pwd_hide.png b/share/keepass/icons/pwd_hide.png old mode 100755 new mode 100644 diff --git a/share/keepass/icons/search.png b/share/keepass/icons/search.png old mode 100755 new mode 100644 diff --git a/src/PwmConfig.cpp b/src/PwmConfig.cpp old mode 100755 new mode 100644 diff --git a/src/PwmConfig.h b/src/PwmConfig.h old mode 100755 new mode 100644 diff --git a/src/crypto/sha256.h b/src/crypto/sha256.h old mode 100755 new mode 100644 diff --git a/src/crypto/twoclass.cpp b/src/crypto/twoclass.cpp old mode 100755 new mode 100644 diff --git a/src/crypto/twoclass.h b/src/crypto/twoclass.h old mode 100755 new mode 100644 diff --git a/src/crypto/twofish.cpp b/src/crypto/twofish.cpp old mode 100755 new mode 100644 diff --git a/src/crypto/twofish.h b/src/crypto/twofish.h old mode 100755 new mode 100644 diff --git a/src/dialogs/AboutDlg.cpp b/src/dialogs/AboutDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/AboutDlg.h b/src/dialogs/AboutDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/DatabaseSettingsDlg.cpp b/src/dialogs/DatabaseSettingsDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/DatabaseSettingsDlg.h b/src/dialogs/DatabaseSettingsDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/EditEntryDlg.cpp b/src/dialogs/EditEntryDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/EditEntryDlg.h b/src/dialogs/EditEntryDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/EditGroupDlg.cpp b/src/dialogs/EditGroupDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/EditGroupDlg.h b/src/dialogs/EditGroupDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/PasswordDlg.cpp b/src/dialogs/PasswordDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/PasswordDlg.h b/src/dialogs/PasswordDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/PasswordGenDlg.cpp b/src/dialogs/PasswordGenDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/PasswordGenDlg.h b/src/dialogs/PasswordGenDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/SearchDlg.cpp b/src/dialogs/SearchDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/SearchDlg.h b/src/dialogs/SearchDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/SettingsDlg.cpp b/src/dialogs/SettingsDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/SettingsDlg.h b/src/dialogs/SettingsDlg.h old mode 100755 new mode 100644 diff --git a/src/dialogs/SimplePasswordDlg.cpp b/src/dialogs/SimplePasswordDlg.cpp old mode 100755 new mode 100644 diff --git a/src/dialogs/SimplePasswordDlg.h b/src/dialogs/SimplePasswordDlg.h old mode 100755 new mode 100644 diff --git a/src/import/Import_KWalletXml.cpp b/src/import/Import_KWalletXml.cpp old mode 100755 new mode 100644 diff --git a/src/import/Import_KWalletXml.h b/src/import/Import_KWalletXml.h old mode 100755 new mode 100644 diff --git a/src/import/Import_PwManager.cpp b/src/import/Import_PwManager.cpp old mode 100755 new mode 100644 diff --git a/src/import/Import_PwManager.h b/src/import/Import_PwManager.h old mode 100755 new mode 100644 diff --git a/src/lib/AutoType_Win.cpp b/src/lib/AutoType_Win.cpp deleted file mode 100755 index d634cee..0000000 --- a/src/lib/AutoType_Win.cpp +++ /dev/null @@ -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 -#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"); - - -} diff --git a/src/lib/IniReader.cpp b/src/lib/IniReader.cpp old mode 100755 new mode 100644 diff --git a/src/lib/IniReader.h b/src/lib/IniReader.h old mode 100755 new mode 100644 diff --git a/src/lib/SecString.cpp b/src/lib/SecString.cpp old mode 100755 new mode 100644 diff --git a/src/lib/SecString.h b/src/lib/SecString.h old mode 100755 new mode 100644 diff --git a/src/lib/UrlLabel.cpp b/src/lib/UrlLabel.cpp old mode 100755 new mode 100644 diff --git a/src/lib/UrlLabel.h b/src/lib/UrlLabel.h old mode 100755 new mode 100644 diff --git a/src/lib/random.cpp b/src/lib/random.cpp old mode 100755 new mode 100644 diff --git a/src/lib/random.h b/src/lib/random.h old mode 100755 new mode 100644 diff --git a/src/main.cpp b/src/main.cpp old mode 100755 new mode 100644 diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp old mode 100755 new mode 100644 diff --git a/src/mainwindow.h b/src/mainwindow.h old mode 100755 new mode 100644 diff --git a/src/src.pro b/src/src.pro old mode 100755 new mode 100644