Bug#676957: libqt4-dev: including qtconcurrentfilter.h generates a gcc warning

2012-06-10 Thread Євгеній Мещеряков
Package: libqt4-dev
Version: 4:4.8.2-1
Severity: normal


During compilation of one of my programs the following warning is generated:

In file included from /usr/include/qt4/QtCore/QtCore:50:0,
 from /usr/include/qt4/QtDeclarative/QtDeclarative:3,
 from ../../epubreader/reader/src/epubreaderapplication.cxx:22:
/usr/include/qt4/QtCore/qtconcurrentfilter.h: In function 
'QtConcurrent::ThreadEngineStarter 
QtConcurrent::filterInternal(Sequence&, KeepFunctor, ReduceFunctor)':
/usr/include/qt4/QtCore/qtconcurrentfilter.h:108:47: warning: typedef 
'Iterator' locally defined but not used [-Wunused-local-typedefs]
 typedef typename Sequence::const_iterator Iterator;
   ^

This did not happen with Qt 4.7. The typeded looks unused, so the warning is 
valid.
The wanring-related options were: -Wall -W

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libqt4-dev depends on:
ii  libqt4-dbus 4:4.8.2-1
ii  libqt4-declarative  4:4.8.2-1
ii  libqt4-designer 4:4.8.2-1
ii  libqt4-dev-bin  4:4.8.2-1
ii  libqt4-help 4:4.8.2-1
ii  libqt4-network  4:4.8.2-1
ii  libqt4-qt3support   4:4.8.2-1
ii  libqt4-script   4:4.8.2-1
ii  libqt4-scripttools  4:4.8.2-1
ii  libqt4-sql  4:4.8.2-1
ii  libqt4-svg  4:4.8.2-1
ii  libqt4-test 4:4.8.2-1
ii  libqt4-xml  4:4.8.2-1
ii  libqt4-xmlpatterns  4:4.8.2-1
ii  libqtcore4  4:4.8.2-1
ii  libqtgui4   4:4.8.2-1
ii  qt4-linguist-tools  4:4.8.2-1
ii  qt4-qmake   4:4.8.2-1

Versions of packages libqt4-dev recommends:
pn  libqt4-opengl-dev  
ii  libqtwebkit-dev2.2.1-4+b1

Versions of packages libqt4-dev suggests:
pn  firebird-dev
pn  libmysqlclient-dev  
pn  libpq-dev   
pn  libsqlite0-dev  
pn  libsqlite3-dev  
ii  qt4-dev-tools   4:4.8.2-1
ii  qt4-doc 4:4.8.2-1
ii  unixodbc-dev2.2.14p2-5

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120610184249.10202.62745.reportbug@localhost



Bug#601650: libqt4-declarative: QtWebKit module is missing

2010-12-05 Thread Євгеній Мещеряков
reassing 601650 qtwebkit
thanks

This is a bug in in qtwebkit. Installing files 'libqmlwebkitplugin.so'
and 'qmldir' under /usr/lib/qt4/imports/QtWebKit was enough to fix the
bug.

28 жовтня 2010 о 07:48 +0200 Євгеній Мещеряков написав(-ла):
> Package: libqt4-declarative
> Version: 4:4.7.0~rc1-1
> Severity: normal
> 
> It is not possible to run any qml that imports QtWebKit module. For
> example:
> 
> % cat test.qml 
> import QtWebKit 1.0
> 
> WebView {
> 
> }
> % qmlviewer test.qml 
> file:///tmp/test.qml:1:1: module "QtWebKit" is not installed 
>  import QtWebKit 1.0 
>  ^
> 
> The same happens with demos that use WebKit. I tried to install all qt
> packages that contain "declarative" in the name but it does not help.
> 
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.36 (SMP w/2 CPU cores; PREEMPT)
> Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages libqt4-declarative depends on:
> ii  libc6  2.11.2-6  Embedded GNU C Library: Shared 
> lib
> ii  libgcc11:4.5.1-8 GCC support library
> ii  libqt4-network 4:4.7.0~rc1-1 Qt 4 network module
> ii  libqt4-script  4:4.7.0~rc1-1 Qt 4 script module
> ii  libqt4-sql 4:4.7.0~rc1-1 Qt 4 SQL module
> ii  libqt4-xmlpatterns 4:4.7.0~rc1-1 Qt 4 XML patterns module
> ii  libqtcore4 4:4.7.0~rc1-1 Qt 4 core module
> ii  libqtgui4  4:4.7.0~rc1-1 Qt 4 GUI module
> ii  libstdc++6 4.5.1-8   The GNU Standard C++ Library v3
> 
> libqt4-declarative recommends no packages.
> 
> libqt4-declarative suggests no packages.
> 
> -- no debconf information


signature.asc
Description: Digital signature


Bug#601650: libqt4-declarative: QtWebKit module is missing

2010-10-27 Thread Євгеній Мещеряков
Package: libqt4-declarative
Version: 4:4.7.0~rc1-1
Severity: normal

It is not possible to run any qml that imports QtWebKit module. For
example:

% cat test.qml 
import QtWebKit 1.0

WebView {

}
% qmlviewer test.qml 
file:///tmp/test.qml:1:1: module "QtWebKit" is not installed 
 import QtWebKit 1.0 
 ^

The same happens with demos that use WebKit. I tried to install all qt
packages that contain "declarative" in the name but it does not help.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libqt4-declarative depends on:
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libgcc11:4.5.1-8 GCC support library
ii  libqt4-network 4:4.7.0~rc1-1 Qt 4 network module
ii  libqt4-script  4:4.7.0~rc1-1 Qt 4 script module
ii  libqt4-sql 4:4.7.0~rc1-1 Qt 4 SQL module
ii  libqt4-xmlpatterns 4:4.7.0~rc1-1 Qt 4 XML patterns module
ii  libqtcore4 4:4.7.0~rc1-1 Qt 4 core module
ii  libqtgui4  4:4.7.0~rc1-1 Qt 4 GUI module
ii  libstdc++6 4.5.1-8   The GNU Standard C++ Library v3

libqt4-declarative recommends no packages.

libqt4-declarative suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20101028054837.21398.59035.report...@openfonts.org



Bug#588931: libqtassistantclient4: shoud provide libqt4-assistant

2010-07-13 Thread Євгеній Мещеряков
Package: libqtassistantclient4
Severity: wishlist

It will be great if libqtassistantclient4 would provide libqt4-assistant
so some packages from unstable that require libqt4-assistant can be used
with qt from experimental.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-rc4+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100713141029.7670.68644.report...@openfonts.org



Bug#572493: qtcreator: starts very slowly with qt 4.6.2-1 from experimental

2010-03-04 Thread Євгеній Мещеряков
Package: qtcreator
Version: 1.3.1-1
Severity: normal

After upgrading to qt 4.6.2-1 qtcreator takes long time (several minutes) to
start. Usually it took only 1-2 seconds to start.

After running qtcreator the following processes are shown by ps:

eugen 7296  101  1.5 715360 57464 pts/1Sl+  15:24   0:16 
/usr/bin/qtcreator.bin
eugen 7301  0.0  0.0  0 0 pts/1Z+   15:24   0:00 [cmake] 

eugen 7306  0.0  0.0  0 0 pts/1Z+   15:24   0:00 
[qtcreator.bin] 

After waiting for several minutes for main window to appear and closing
it qtcreator process is still running for around a munute, with
qtcreator.bin as zombie.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.33 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qtcreator depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5-20100227-1 GCC support library
ii  libqt4-help 4:4.6.2-1Qt 4 help module
ii  libqt4-network  4:4.6.2-1Qt 4 network module
ii  libqt4-sql-sqlite   4:4.6.2-1Qt 4 SQLite 3 database driver
ii  libqtcore4  4:4.6.2-1Qt 4 core module
ii  libqtgui4   4:4.6.2-1Qt 4 GUI module
ii  libstdc++6  4.5-20100227-1   The GNU Standard C++ Library v3

Versions of packages qtcreator recommends:
ii  gdb   7.0.1-2The GNU Debugger
ii  konsole [x-terminal-emulator] 4:4.3.4-1  X terminal emulator for KDE 4
ii  make  3.81-7 An utility for Directing compilati
ii  qt4-demos 4:4.6.2-1  Qt 4 examples and demos
ii  qt4-dev-tools 4:4.6.2-1  Qt 4 development tools
ii  qt4-doc   4:4.6.2-1  Qt 4 API documentation
ii  qtcreator-doc 1.3.1-1documentation for Qt Creator IDE
ii  xterm [x-terminal-emulator]   255-1  X terminal emulator

Versions of packages qtcreator suggests:
ii  cmake2.8.0-5 A cross-platform, open-source make
ii  git-core 1:1.7.0-1   fast, scalable, distributed revisi
ii  subversion   1.6.9dfsg-1 Advanced version control system

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100304143102.7228.78586.report...@localhost.localdomain



Bug#545746: kde-l10n-uk: localized manpages contain HTML entities instead of non-ascii symbols

2009-09-08 Thread Євгеній Мещеряков
Package: kde-l10n-uk
Version: 4:4.3.1-1
Severity: normal

Localized manpages contain HTML entities (those begining with &
and ending with ;) instead of non-ascii symbols. Given that Ukrainian
language uses non-ascii symbols a lot, it is not possible to read such
manpages (at least for normal humans). Those characters should be
encoded in UTF-8 or whatever is now supported by mandb.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-rc8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kde-l10n-uk depends on:
ii  kdelibs5  4:4.3.1-1  core libraries for all KDE 4 appli

kde-l10n-uk recommends no packages.

Versions of packages kde-l10n-uk suggests:
ii  kde-minimal   5:53   the K Desktop Environment, minimal

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#503095: lokalize: sometimes remove all non-Cyrillic characters from po-files

2008-10-22 Thread Євгеній Мещеряков
Package: lokalize
Version: 4:4.1.2-1
Severity: important

When I try to update some Ukrainian translation, lokalize sometimes
removes all non-Cyrillic characters from some msgstr's.

Example:

msgid "%s: failed to create new font face\n"
msgstr "неможливо створити новий шрифт"

Where msgstr was:

msgstr "%s: неможливо створити новий шрифт\n"

It is possible that saved po file contains both correct translations and
transaltions whithout non-Cyrillic characters. Also sometimes those 
incorrect translations are visible in the GUI, but only after moving
to some other string and then back, not during normal translation.

Severity important because this is a easy way to make very bad translations
without even noticing (not always visible in the GUI, most string may be 
correct).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-rc8 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lokalize depends on:
ii  kdebase-runtime   4:4.1.2-1  runtime components from the offici
ii  kdelibs5  4:4.1.2-2  core libraries for all KDE 4 appli
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libqt4-sql4.4.3-1Qt 4 SQL module
ii  libqt4-xml4.4.3-1Qt 4 XML module
ii  libqtcore44.4.3-1Qt 4 core module
ii  libqtgui4 4.4.3-1Qt 4 GUI module
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3

lokalize recommends no packages.

Versions of packages lokalize suggests:
pn  khelpcenter(no description available)

-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]