lp:~kubuntu-members/perlqt/4.11

Created by Philip Muškovac and last modified
Get this branch:
bzr branch lp:~kubuntu-members/perlqt/4.11

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Kubuntu Members
Project:
PerlQT
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://anongit.kde.org/perlqt,branch=KDE%2F4.11.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on alnitak and finished taking 10 seconds — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on izar and finished taking 2 minutes — see the log

Recent revisions

503. By Chris Burel <email address hidden>

Make CUSTOM_PERL_SITE_ARCH_DIR default to a path relative to CMAKE_INSTALL_PREFIX

502. By Ben Cooksley

Ensure all needed include directories are added

501. By Chris Burel <email address hidden>

Apply a patch from coderworld to correctly find cmake on Windows in Makefile.PL.

500. By Chris Burel <email address hidden>

Remove ${CMAKE_SOURCE_DIR}/generator from include_directories. We don't have this dir any more.

499. By Chris Burel <email address hidden>

Fix uchar test.

It seems the smoke libs no longer recognize the QChar( uchar ) method. So use the QChar( uchar, uchar ) instead.

498. By Chris Burel <email address hidden>

Fix QtNetwork package name on Linux

497. By Chris Burel <email address hidden>

Each perlqt_module can now supply its own MarshallSlotReturnValueFn.

This allows the individual modules to be responsible for any special types that
need to be handled when marshalling the return value of a slot call. This is
being used to keep the QtCore module from needing to link directly to the
QtDBus one (which needs special behavior for the QDBusVariant type). Windows
and OS X don't have the DBus module, so we need to be able to build without
linking to QtDBus.

496. By Chris Burel <email address hidden>

Use $Config{perllibs} instead of $Config{libs}.

http://code.google.com/p/perlqt4/issues/detail?id=41

495. By Chris Burel <email address hidden>

Add QMultiMap handler for the phonon qmusicplayer example.

It's a bit odd, because in C++ they save the result of MediaObject::metaData in
a QMap, even though the method returns a QMultiMap. This works in C++ because
QMultiMap is a subclass, but there's no convenient way to do that in Perl. So
it is left to the user of the method to get the first element of the array of
each hash key.

494. By Chris Burel <email address hidden>

Ignore files that end with ~

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.