lp:~lubuntu-dev/lxde/qtermwidget

Created by Julien Lavergne and last modified
Get this branch:
bzr branch lp:~lubuntu-dev/lxde/qtermwidget

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lubuntu Developers
Project:
LXDE
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/qterminal/qtermwidget.git.

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

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

166. By Luís Pereira

Fixes (#122)

* Prevent a possible C++11 range for detach

The solution with Qt>=5.7 is to use the qAsConst() macro.
But the qAsConst macro is just a const_cast to const T&.

* Don't call QByteArray::operator[]() on temporary

Just use the QByteArray::at().

* Adds missing reference in foreach

That's an non non trivial type (QString), using a reference as no drawbacks
and it performs better.

* Use QStringList::constFirst()

Drop QStringList::first(). It's faster and we might avoid detaching a
temporary.

* Don't call QList::operator[]() on temporary objects

It's not what we want. The at operator and QList::value() do the job in the
right way.

* Stops allocating an unneeded temporary container

We were allocating an temporary container (_entries.values(keyCode)) which
implies an extra iteration also.
Now we don't use any temporary container and only perform one iteration.

165. By yan12125

Merge pull request #114 from pawelkoston/master

Update PyQt5 bindings

164. By yan12125

Fix memory leak in hotspot (URLs & emails) detection

163. By Luís Pereira

Adds superbuild support

162. By Luís Pereira

Use target_compile_definitions() instead of add_definitions()

The remaining ones.

161. By Luís Pereira

Update find_package() documentation

160. By Luís Pereira

Use the lxqt_create_pkgconfig_file

Drops the local one.
It also improves the .pc file in several ways.

159. By Luís Pereira

Improve lxqt_translate_ts() use

Uses the INSTALL_DIR, COMPONENT and sources.
Add the UPDATE_TRANSLATIONS option.

158. By Luís Pereira

Adds COMPONENT to the install files

157. By Luís Pereira

Renames test app to example. Make it work

test is a reserved name. Adapt it to match the changes done.
src directory renamed to example. src was a misleading name.

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.