pinentry/qt (6 files)

[email protected] Sun, 18 Jan 2004 19:10:09 +0100
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Sunday, January 18, 2004 @ 19:10:04
  Author: marcus
    Path: /cvs/aegypten/pinentry/qt

   Added: README.SecQ secqinternal.cpp secqinternal_p.h
Modified: Makefile.am secqlineedit.cpp secqstring.cpp

2004-01-18  Marcus Brinkmann  <[email protected]>

	* qt/secqstring.cpp: Do not include "private/qunicodetables_p.h".
	(isRightToLeft): De-optimize direction query.

	* qt/secqinternal_p.h, qt/secqinternal.cpp: New files.
	* qt/Makefile.am (pinentry_qt_SOURCES): Add secqinternal_p.h
	and secqinternal.cpp.
	(EXTRA_DIST): Add README.SecQ.
	* qt/secqlineedit.cpp: Include "secqinternal_p.h".
	(drawContents): Use SecQSharedDoubleBuffer.


------------------+
 Makefile.am      |    3 
 README.SecQ      |   17 +
 secqinternal.cpp |  635 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 secqinternal_p.h |  140 +++++++++++
 secqlineedit.cpp |    8 
 secqstring.cpp   |    6 
 6 files changed, 800 insertions(+), 9 deletions(-)