Removed unnecessary executable flags

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@150 b624d157-de02-0410-bad0-e51aec6abb33
master
sniperbeamer 16 years ago
parent 01ac6b3544
commit 51acb50266
  1. 0
      keepass.pro
  2. 0
      share/keepass/icons/bookmark_del.png
  3. 0
      share/keepass/icons/bookmark_this.png
  4. 0
      share/keepass/icons/clientic.png
  5. 0
      share/keepass/icons/i18n.png
  6. 0
      share/keepass/icons/key.png
  7. 0
      share/keepass/icons/lock.png
  8. 0
      share/keepass/icons/ok.png
  9. 0
      share/keepass/icons/pwd_hide.png
  10. 0
      share/keepass/icons/search.png
  11. 0
      src/PwmConfig.cpp
  12. 0
      src/PwmConfig.h
  13. 0
      src/crypto/sha256.h
  14. 0
      src/crypto/twoclass.cpp
  15. 0
      src/crypto/twoclass.h
  16. 0
      src/crypto/twofish.cpp
  17. 0
      src/crypto/twofish.h
  18. 0
      src/dialogs/AboutDlg.cpp
  19. 0
      src/dialogs/AboutDlg.h
  20. 0
      src/dialogs/DatabaseSettingsDlg.cpp
  21. 0
      src/dialogs/DatabaseSettingsDlg.h
  22. 0
      src/dialogs/EditEntryDlg.cpp
  23. 0
      src/dialogs/EditEntryDlg.h
  24. 0
      src/dialogs/EditGroupDlg.cpp
  25. 0
      src/dialogs/EditGroupDlg.h
  26. 0
      src/dialogs/PasswordDlg.cpp
  27. 0
      src/dialogs/PasswordDlg.h
  28. 0
      src/dialogs/PasswordGenDlg.cpp
  29. 0
      src/dialogs/PasswordGenDlg.h
  30. 0
      src/dialogs/SearchDlg.cpp
  31. 0
      src/dialogs/SearchDlg.h
  32. 0
      src/dialogs/SettingsDlg.cpp
  33. 0
      src/dialogs/SettingsDlg.h
  34. 0
      src/dialogs/SimplePasswordDlg.cpp
  35. 0
      src/dialogs/SimplePasswordDlg.h
  36. 0
      src/import/Import_KWalletXml.cpp
  37. 0
      src/import/Import_KWalletXml.h
  38. 0
      src/import/Import_PwManager.cpp
  39. 0
      src/import/Import_PwManager.h
  40. 31
      src/lib/AutoType_Win.cpp
  41. 0
      src/lib/IniReader.cpp
  42. 0
      src/lib/IniReader.h
  43. 0
      src/lib/SecString.cpp
  44. 0
      src/lib/SecString.h
  45. 0
      src/lib/UrlLabel.cpp
  46. 0
      src/lib/UrlLabel.h
  47. 0
      src/lib/random.cpp
  48. 0
      src/lib/random.h
  49. 0
      src/main.cpp
  50. 0
      src/mainwindow.cpp
  51. 0
      src/mainwindow.h
  52. 0
      src/src.pro

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 634 B

Before

Width:  |  Height:  |  Size: 754 B

After

Width:  |  Height:  |  Size: 754 B

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -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");
}