head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q2:1.1.0.4 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.2 pkgsrc-2010Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2010.08.11.13.28.08; author drochner; state dead; branches; next 1.1; 1.1 date 2010.02.25.11.30.03; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 0.8.0 changes: -Beautified the qt4 pinentry -Minor enhancements Thanks to Sverre Froyen for testing the qt4 version and finding a patch which makes the dialog stay on top. @ text @$NetBSD: patch-ab,v 1.1 2010/02/25 11:30:03 drochner Exp $ --- qt4/pinentrydialog.moc.orig 2009-04-03 08:18:25.000000000 -0600 +++ qt4/pinentrydialog.moc 2010-02-24 13:54:20.000000000 -0700 @@@@ -1,8 +1,8 @@@@ /**************************************************************************** ** Meta object code from reading C++ file 'pinentrydialog.h' ** -** Created: Mon Mar 16 13:03:03 2009 -** by: The Qt Meta Object Compiler version 59 (Qt 4.4.1) +** Created: Wed Feb 24 13:54:20 2010 +** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/ @@@@ -10,8 +10,8 @@@@ #include "pinentrydialog.h" #if !defined(Q_MOC_OUTPUT_REVISION) #error "The header file 'pinentrydialog.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 59 -#error "This file was generated using the moc from 4.4.1. It" +#elif Q_MOC_OUTPUT_REVISION != 62 +#error "This file was generated using the moc from 4.6.2. It" #error "cannot be used with the include files from this version of Qt." #error "(The moc has changed too much.)" #endif @@@@ -20,12 +20,15 @@@@ QT_BEGIN_MOC_NAMESPACE static const uint qt_meta_data_PinEntryDialog[] = { // content: - 1, // revision + 4, // revision 0, // classname 0, 0, // classinfo - 3, 10, // methods - 4, 25, // properties + 3, 14, // methods + 4, 29, // properties 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount // signals: signature, parameters, type, tag, flags 16, 15, 15, 15, 0x05, @@@@ -55,9 +58,13 @@@@ const QMetaObject PinEntryDialog::static qt_meta_data_PinEntryDialog, 0 } }; +#ifdef Q_NO_DATA_RELOCATION +const QMetaObject &PinEntryDialog::getStaticMetaObject() { return staticMetaObject; } +#endif //Q_NO_DATA_RELOCATION + const QMetaObject *PinEntryDialog::metaObject() const { - return &staticMetaObject; + return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; } void *PinEntryDialog::qt_metacast(const char *_clname) @@@@ -78,6 +85,7 @@@@ int PinEntryDialog::qt_metacall(QMetaObj case 0: accepted(); break; case 1: rejected(); break; case 2: updateQuality((*reinterpret_cast< const secqstring(*)>(_a[1]))); break; + default: ; } _id -= 3; } @ 1.1 log @add the qt4 version of the pinentry widget, from Sverre Froyen per PM @ text @d1 1 a1 1 $NetBSD$ @